body {
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 26px;
    color: #3e3e3e;
}



@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}


.ct-metro .navbar{
    border: none;
    background-color: #f3f3f3;
    box-shadow: 1px 1px 9px 0px;
}

.input_font{
  font-size:18px !important;	
}
/*buttons*/

.ct-metro .btn-primary {
    background-color: #00a499;
    border-color: #00a499;
}
.ct-metro  .btn-primary:hover, .ct-metro  .btn-primary:focus {
    background-color: #04968c;;
    border-color:#04968c;
}

.ct-metro .btn{
    border-radius: 0;
    padding:10px 20px;
}

.ct-metro .btn-outline{
    background-color:#fff;
    border-color: #00a499;
    color:#00a499;
    margin-left:40px;
}

.ct-metro .btn-outline_sml{
    background-color:#fff;
    border-color: #00a499;
    color:#00a499;
    margin-left:10px;
}

.ct-metro .popover .btn{
    border-radius: 4px;
    font-weight: bold;
    min-width: 150px;
}

 .ct-metro .input-group-lg>.input-group-btn>.btn{
      border-radius: 0;
  
}

/*form*/

.ct-metro  .form-group, .navbar {
    margin-bottom: 0;
}
.ct-metro  .form-control{
    border-right:none;
    border-radius: 0;
    border:1px #ddd solid;
    box-shadow: none;
}

.ct-metro  .form-control:focus {
    border: 1px solid #00a499;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

/*navbar*/
.ct-metro .navbar-header{
    margin: 10px;

}

/*custom*/

.ct-metro form div{
    margin: 0;
    padding: 0;
}

.ct-metro .form-control:focus, .ct-metro .form-control:focus + span  {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)
}

.blue-line{
    border-bottom: 3px #0066ff solid;
    padding-bottom: 10px;
}

.red-line{
    border-bottom: 3px #ff1010 solid;
    padding-bottom: 10px;
}

.network-container{
    padding-right: 20px;
    line-height:66px;
    border-left: 1px #ddd solid;
}


.network-container .heading{
    background: #f3f3f3;
    display: inline-table;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
  
}
.network-container .heading h1{
    display: inline;
    font-size: 16px;
    font-weight: bold;}

.network-options{
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    border-right: 1px #ddd solid;
}

/* custom radio and checkbox*/

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline;
    cursor: pointer;
    font-weight: normal;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
    margin-left: 10px;
}
.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    line-height: 12px;
    font-size: 14px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #00a698;
    border: 2px solid #00a499;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #00a698;
    border: 2px solid #00a499;
}
.radio-custom-label address,
.checkbox-custom-label address {
    display: in -moz-boxne;
}
.panel .checkbox-custom + .checkbox-custom-label:before,
.panel .radio-custom + .radio-custom-label:before {
    margin: 0 0 0 -30px;
}
.ct-panel-box.checkbox-custom-label,
.panel .radio-custom-label {
    margin-left: 20px;
    display: block;
}
/* custom radio and checkbox ends*/

.glyphicon-play{
    color: #f3f3f3;
    right: -20px;
}

/* custom goole autosuggestion*/

.pac-icon-marker {
    background-position: -1px -161px;
    float: right;
}
.pac-item-query +span{
    display: block;
}

.pac-item:hover {
    background-color: #e8f7f6;
}

.pac-container h1{
    font-size: 14px;
    color: #00a499;
    padding-left: 5px;
    text-transform: uppercase;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #00a499;
}
.navbar-default .navbar-toggle{
border-color: #00a499;
    margin: 0;
    height: 46px;
    margin-left: 20px;
    padding: 9px 15px;
    border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00a499;

}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.popover{
    padding: 20px;
    width:400px;
}

.popover h3{
    color:#00a499;
    font-size: 18px;
    margin:0;
    font-weight: bold;
    }
.popover-content {
    padding: 0;
    margin-top: 20px;
}
.popover h3 + small{
    color: grey;
    font-size:11px;
}

#content small{
    color: grey;
    font-size:14px;
    font-weight:500;
}

.popover-content ul{
    margin:10px 20px 10px 10px;
    list-style-type: square;
    color: #00a499;
    list-style: none;
}

.popover-content a{
    color: #00a499;
    text-decoration: none;
    font-weight:400;
}

.popover-content a:hover{
    color: #00a499;
    text-decoration: underline;
}



/*autosuggestion*/
.search-container{
    position: relative;
}
.autocomplete-suggestions {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*! border:1px solid #ddd; */
    background:#FFF;
    cursor:default;
    overflow:auto;
    -webkit-box-shadow: 1px 1px 3px rgba(50,50,50,0.64);   
    -moz-box-shadow: 1px 1px 3px rgba(50,50,50,0.64);   
    /*! box-shadow: 1px 1px 3px rgba(50,50,50,0.64); */   
    margin-top: 100px;
    width: 500px;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 9999;
    display: none;
    max-height:450px;
    padding: 5px;
}

.autocomplete-suggestion {
    white-space:nowrap;
    overflow:hidden;
    border-bottom:1px #ddd solid;
    padding:5px 10px;
}

.autocomplete-suggestions h2 {
    color: #00a499;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
/*     border-bottom: 1px #ddd solid; */
    margin: 0;
    font-weight: bold;
}


.autocomplete-suggestions li{
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    color: #585858;
}
.autocomplete-suggestions  address{
    color: #848384;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;

}
.autocomplete-suggestions li:hover {
    background:#F0F0F0;
    cursor:pointer;
}

.autocomplete-suggestions .result_heading:hover {
    background:#FFF !important;
    cursor:default !important;
}

.autocomplete-suggestions li i, .autocomplete-suggestions li .distance {
    color: #ccc;
    }
.autocomplete-suggestions li .distance {
    font-weight: normal;
    font-size: 12px;
    }


/*infow_window Content for Address Search*/

.checker_result{
	width:230px;
}

/* responsive classes*/

@media only screen and (min-width: 320px) and (max-width: 768px){
	
.ct-metro .popover-content .btn{
    border-radius: 0;
    padding:8px 10px;
    font-size:13px;
    width:100%;
    margin-bottom:5px;
}


.ct-metro .btn-outline {
      margin-left: 0;
}

.popover-content .btn .glyphicon{
            margin-right:5px;
}
.network-options {
    display: block;
    border: 1px #ddd solid;
    padding-right: 0;
    margin-top: 10px;
    line-height: 40px;
            
            }
.checkbox-custom-label, .radio-custom-label {
    position: relative;
    margin-left: 15px;
    display: block;
    margin-right: 15px;
    padding-bottom: 0;
}


.data-centers 
.checkbox-custom-label {
            display:inline-block;
}

	
	}


@media only screen and (max-width: 768px){

.ct-metro .navbar {
    background-color: #fff;
}

.network-options {
    display: block;
    border: 1px #ddd solid;
    padding-right: 0;
    margin-top: 10px;
}
.network-container{
        padding: 0 10px;
}


.network-container .heading{
  display: block;
  
}

/* .ct-metro .btn-outline {
      margin-left: 20px;
}
 */
.ct-metro .btn-outline {
	padding: 10px;
}

.checker_result{
	width:180px;
}

.ct-metro .btn{
    border-radius: 0;
    padding:10px 10px;
    font-size:13px;
}

.glyphicon-comment {
    vertical-align: middle;
    font-size: 14px;
}

.glyphicon-envelope {
    vertical-align: middle;
    font-size: 12px;
}
.input_font{
  font-size:15px !important;	
}

}

@media only screen and (max-width: 364px)
{
/* .ct-metro .btn-outline {
      margin-left: 10px;
} */

.ct-metro .btn-outline {
	padding: 10px;
}

.checker_result{
	width:150px;
}

.ct-metro .btn{
    border-radius: 0;
    padding:8px 10px;
    font-size:13px;
}

.glyphicon-comment {
    vertical-align: middle;
    font-size: 14px;
}

.glyphicon-envelope {
    vertical-align: middle;
    font-size: 12px;
}
.input-font{
  font-size:14px !important;	
}

}

.bg-danger{
	background-color: #8C2D2D; 
	text-align: center;
	width: 100%;
	position: absolute;
	box-shadow: 0px 0px 1px 1px #8d8d8d;
	z-index: 1;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	display: inline-table;
	padding: 10px;
	border: 1px #ae6262 solid;
	display:none;
}

.bg-good{
	background-color: #FFF; 
	text-align: center;
	width: 100%;
	position: absolute;
	box-shadow: 0px 0px 1px 1px #8d8d8d;
	z-index: 1;
	border-radius: 2px;
	color: #00a499;
	font-size: 14px;
	display: inline-table;
	padding: 10px;
	border: 1px #ae6262 solid;
	display:none;
}

.glyphicon-comment{
	vertical-align: middle;
	font-size:17px;
}

.glyphicon-envelope{
	vertical-align: middle;
	font-size: 15px;
}

.bg-primary{
    background: transparent;
    color: #00a499;
    border:1px #00a499 solid;
}

.bg-primary, .bg-warning{
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.bg-primary p,.bg-warning p {
    margin: 5px;
}

.bg-primary .glyphicon, 
.bg-warning .glyphicon {
    font-size: 30px;
    vertical-align: bottom;
    margin-right:10px;
    
}

.bg-primary .glyphicon{
	 color: #00a499;
}


.bg-warning .glyphicon{
	 color: #ff8c2d;
}

.bg-warning{
    background-color :transparent;
    color: #f54703;
    border:1px #ff8c2d solid;
    

}

.optionl_text{
 font-weight:400;
 font-size:14px;
}

.popover-content .contact_options{
	color: #00a499;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    outline:none;
}

.address_text{
	font-size:16px;
	font-weight:500;
}

.font-contact-icons{
	font-size:13px;
}

.popover-content li{
	margin-bottom:10px;	
}

.call-back-popover{
	padding:30px;
}

.call-back-popover input[type=text],input[type=email],input[type=tel],textarea{
	width: 100%;
    background: #f7f7f7;
    border:none;
    border:1px solid #d0d0d0;
    padding:2px 6px;
    outline:none;
}

.call-back-popover input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus{
    border:none;
    border:1px solid #d0d0d0;
	box-shadow:0px 1px 2px #d4d4d4;
}

.call-back-popover li {
	margin-bottom:5px;
	font-size:12px;	
	display:block;
}

.call-back-popover li label{
   margin-top:10px;
   line-height:15px;
   font-weight:normal;
}

.hs-error-msgs li{
	font-size:11px;	
	color:#C82D2D;
}

.call-back-popover .hs-form-required{
	color:#008179;
}

.hs-form-field{
	font-size:400;
}

.call-back-popover .hs-form-radio span{	
	font-size:14px;
	margin-left:5px;
}

.call-back-popover input[type=submit]{
    padding:6px 20px;
    margin-top:10px;
    background-color:#008179;
    color:#FFF;
    outline:none;
    border:none; 
    cursor:pointer;   
}

.call-back-popover input[type=submit]:hover{
    box-shadow:0px 1px 4px #888888;   
}

.textContainer > div{
	display:inline-block;
	vertical-align: top;	
}