@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,500i,600,600i');
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
	font-family: 'Montserrat', sans-serif;
	/*background: url("../../hd-images/usa/nyc/ptac-air-conditioning-repair-installation-emergency-service/1000-10003.jpg") no-repeat center fixed;*/
    color: #333;
    font-size: 14px;
    line-height:175%;
}

h1,h2,h3,h4,h5,h6{text-align:left;line-height:150%;font-weight:400;}

h1 {
	font-size: 30px;
	color:#0088d4;
}

h2 {
	font-size: 26px;
	color:#00a3ff;
	margin:35px auto 20px;
	text-align: left;
}

h3 {
	font-size: 18px;
	color: #b21f2d;
	text-align: left;
	margin:20px auto 15px;
}

h4 {
	font-size: 18px;
	color: #00763b;
	margin-top:50px;
	margin-bottom:15px;

}

h5 {
	font-size: 17px;
	color:#00a3ff;
}

h6 {
	font-size: 15px;
	color: #21a9e1;
}
a{
	color:#333;
    border:none !important;
    outline: 0;
    text-decoration: none !important;
		
}

img {vertical-align: middle}
figure{margin:5px 0 10px;}
figcaption {text-align: center;font-size:10px;font-style: italic;margin:0 auto;}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;}

p{text-align:justify;margin-bottom:20px;}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid #999;clear:both;margin:10px 0;}


.image{
	background: url(images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}


.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}

/* ----------------------------------------------------- */
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.columnLeft div:hover{
    background-color: rgba(204, 204, 204, 1);
}
/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}




/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/

.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}


.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}

.top-header {
	background-color:#f8f9f9;
	padding: 20px;
}
.top-header *{
	color:#333 !important;
}
.top-header h1 {
	font-size: 16px;
	display: inline;
	margin-right:10px;
	font-weight: 300;
}

.top-header h2 {
	font-size: 14px;
	display: inline;
	font-weight: 300;
}
/*.top-header a:link,.top-header a:active,.top-header a:visited,.top-header a:hover{color:white;}*/


.tune-up{
    width:100%;
    background-color: rgb(183, 212, 255);
    color:#000;
    padding:5px 0;
    text-align:center;
    margin:10px auto 20px;
    font-size:18px;
	font-weight:300;
    border:0.01em dotted #333;
    border-radius:7px;
    box-shadow: 5px 5px 5px rgba(153, 153, 153, 0.3);
}
.servicingAreas h1{margin:0;}

.servicingAreas h2 {
	font-size: 14px;
	text-align: center!important;
	margin-top:0!important;
	margin-bottom:0!important;
	color:#333!important;
	font-weight:500;
}
.bodyText2 ul li{margin-left:30px;}

.div1 {
background-color: rgba(255, 255, 255, 0.5);
padding-top: 60px;
padding-bottom: 20px;
}
.div1 h3{
	color:#333;
	text-align: center;
}


#div4 div.col-sm-4 {padding-top:10px; padding-bottom:15px;}
#div4 div.col-sm-4 h4{text-align:center;}

#myTAGS h4{
    font-size:10px;
    padding:0;
    margin:0 10px;
    line-height: 100%;
    display: inline-block;
    text-align: center;
    color:#999;
}


.myTags h4{
    font-size:10px;
    text-align:left;
    margin:0;padding:0;
    color:#CCC;
}



.services{padding:10px 0;background-color:#4175af;border-top:4px solid red; text-align: center; color:white;}
.services img{border: 1px solid black;}
.services h3{color: aliceblue;}
.services h1{color:yellow;margin-bottom:20px;}
.services h2{color:#CCC;margin-bottom:20px;font-size:15px;}


.requestaQuote input, .requestaQuote textarea, .requestaQuote button{border:none;background-color:#4175AF;color:white;}
.topServices{margin-top:15px;margin-bottom:15px;width:100%;background-color:#f1f1f1;border:0.1em solid #e1e1e1;box-shadow:3px 3px 4px #CCC;}

.requestQuote{
    width:115px;
    padding:1px 5px 3px;
    background-color: #2D8CEB;
    font-size:11px;    
    text-align:center;
    margin:0 auto 20px;
    border-radius:7px;	
	color:yellow;
}

.columnLeftimg{

    margin: 10px auto 0;
    padding:20px;
    background-color:#00439D;
    border-radius:10px;
}
.div1 h3{
    font-size:14px;
}


#myTags {
	margin: 30px auto;
}
#myTags h5 {
	font-size: 10px;
	display: inline-block;
	text-align: center;
	color: #CCC;
	border: .01em dashed #CCC;
	border-radius:7px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.myFooter{
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-color: rgba(65, 117, 175, 0.9);
	padding: 10px 0 15px;
}
.myFooter a{
	color: aliceblue;
}
.myFooter h3{
	color:yellow;
}
.myFooter p{
	color:aliceblue; 
	text-align: left;
	margin:5px 0 5px;
	padding:0;
	border-bottom:.01em dotted #5173C1;

}

.line{
	background-color: black;
	color: azure;
	padding: 15px;
	text-align: center;
	font-size: 13px;
		
}
.fgt{
	background-color: #24272b;
	padding: 15px;
}

.fgt a{
	font-size:48px;
	color:white;
	margin-right:30px;
}

.noOverflow{
	margin-top:-20px;
	padding:0;
}
.header-call{
	color:white;
	font-size:16px;
	margin-top:15px;
}
.email{
	background-color:#ff0000;padding:0;
}
.email a{
	font-size:24px;color:#fff;
	padding: 10px;
}
.text{
	text-align: center;
}
.enquiry button{
	background-color: #2D8CEB;
	color: aliceblue;
}

.li li{
	font-weight:800;
	margin-left:0;
	border-top:0.1em solid #CCC;
}

.para12 p{
	text-align: center;
	font-size: 12px;
}

.paraA p{
	padding-top:18px;
	font-size:18px; 
}
.paraC p{
	text-align: center;
	font-size:11px; 
}
.center p{
	text-align: center;
}
.contactTop{
	/*background-color: #0072c5;*/
	background-color: #eeeeee;
	padding-top:10px;
	padding-bottom:10px;
	border-top:.01em solid rgba(133, 133, 133, 0.4);
}
.contactTop i.fa, .contactTop i.fab, .contactTop i.fas{
	color:#858585;
	font-size:30px;
}
.graOrange{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6c0a2+0,db975c+100 */
	background: #e6c0a2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6c0a2 0%, #db975c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e6c0a2 0%,#db975c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e6c0a2 0%,#db975c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c0a2', endColorstr='#db975c',GradientType=0 ); /* IE6-9 */

}
.bg-grey{
	background-color: rgba(211, 211, 211, 0.9);
}
.bg-black{
	/*background-color:#eeeeee;*/
	background: url("../../hd-images/usa/nyc/window-room-air-conditioner/background-colleges.jpg") no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:.01em solid rgba(204, 204, 204, 0.4);
}
.bg-black *{
	color: #333 !important;
}

.myH1{
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: center!important;
}



.windowmountedac{}
.windowmountedac p, .windowmountedac h1{text-align: center !important;}

.servicingAreasMain{
	background-color:#f8f9f9;
	border-top:.01em solid rgba(204, 204, 204, 0.4);
}
.servicingAreas h1{
	font-size:13px;
	text-align: center;
	color:#333;
	font-weight:600;
}
.imageRound{
	border-radius: .25rem;
}
.imageRound:hover{
	border-radius: 50% !important
}

.img300{max-width:300px;!important;}




