@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&amp;display=swap');
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: 'Bitter', serif;
    /*background: url(../super-sujata/bg-1.png) repeat left top;*/
    color: #333;
    font-size: 16px;
    line-height:175%;
    background-color: #ebf1f5;
    font-weight:400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px auto 20px;
    padding: 0;
}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}

a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

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:10px;}
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(index.html) 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{
    background-color: rgba(29, 164, 226, 0.2);
    height:100%;
}
.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;
}
footer{

}
footer h2, footer h5{
    color:rgba(255,255,255,0.5);
}



.rightsReserved{
    background: rgba(27, 30, 33, 0.85);
    color: rgba(255, 255, 255, 0.6);
    text-align:center;
    padding-top:8px;
    padding-bottom:8px;
    font-size:10px;
}
.rightsReserved a{
    color: rgba(255, 255, 255, 0.6) !important;
}
.rightsReserved1 span{
    margin-left: 10px;
    margin-right: 10px;
}
.rightsReserved1{
    line-height: 1.5 !important;
}
.rightsReservedBottom{
    background-color: #242427!important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-align: center!important;
    padding-top:3px;
    padding-bottom:3px;
    font-size: 11px;
}


.i24{
    font-size:24px !important;
    margin-left:10px;
}


.ptb50{
    padding-top:50px;
    padding-bottom:50px;
}
.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}

.shadowtb{
    box-shadow:
            inset 0 11px 8px -10px #CCC,
            inset 0 -11px 8px -10px #CCC;
}
.shadowtb50{
    box-shadow:
            inset 0 50px 50px -10px rgba(150,160,155,0.5),
            inset 0 -50px 50px -10px rgba(150,160,155,0.5);
}

/* Border Inside */
.inner-outline {
    outline: 1px solid orange;
    outline-offset: -10px;
}

/* CSS Transition */
.trans{
    border-radius:50%;
    transition: all 1s ease;
    border:.01em solid rgba(0,75,135,0.5);
    margin:0 auto!important;
    padding:10px;
}
.trans:hover{
    border-radius: 0 25% 0 25%;
    border:.01em solid #083154;
    margin:0 auto!important;
    padding:20px;
}

.redRequired{
    color: red;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    top: 4px;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
.headerImg{
    max-width: 300px;
}
.sectionHeader{
    background-color: rgba(214,224,233,0.5);
}
/* --------------------------------------------------------------------------------------------------------------------------- */

.img50{
    max-width: 50px;
}
.img100{
    max-width: 100px;
}
.img150{
    max-width: 150px;
}
.img200{
    max-width: 200px;
}
.img250{
    max-width: 250px;
}
.img300{
    max-width: 300px;
}
.img350{
    max-width: 350px;
}
.img400{
    max-width: 400px;
}
.img500{
    max-width: 500px;
}




.section1{
    background: url(us/new-york/hd-images/air-conditioner/commercial_hvac.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section2{
    border-top:.01em solid rgba(0,0,0,0.5);
    border-bottom:.01em solid rgba(0,0,0,0.5);
    /*background: #e4e9ed url(myImages/bg1.jpg) left top;*/
    background-color: rgba(255, 255, 255, 0.4);

}

.section22{
    border-top:.01em solid rgba(0,0,0,0.5);
    border-bottom:.01em solid rgba(0,0,0,0.5);
    /*background: #e4e9ed url(myImages/bg1.jpg) left top;*/
    background: linear-gradient(45deg, rgba(239,239,255,1) 0%, rgba(229,255,246,1) 51%, rgba(255,243,241,1) 100%);
}




.bgWhiteLight{
    width:80%;
    background-color: rgba(255,255,255,0.9);
    padding:50px;
    position: relative;
    margin-top:100px;
    margin-bottom:100px;
    border-radius:20px;
    border:.01em solid rgba(0,0,0,0.3);
}
.section{
    position:relative;
    width:100%;
    height:700px;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.video-container{
    position: absolute;
    left:0;
    width:100%;
}

.ab1{
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
.a_orange{
    background-color: #d39e00;
    transition: background-color 0.5s ease;
}
.a_orange:hover{
    background-color: #ba7f00;
}
.a_blue{
    background-color: #005ae0;
    transition: background-color 0.5s ease;
}
.a_blue:hover{
    background-color: #004cbc;
}

.a_brown{
    background-color: #721c24;
    transition: background-color 0.5s ease;
}
.a_brown:hover{
    background-color: #5f0f16;
}
.a_green{
    transition: background-color 0.5s ease;
    background-color: #005b1c;
}
.a_green:hover{
    background-color: #004114;
}
.blue1{
    background-color: #063f5b;
}
.blue2{
    background-color: #175676;
}
.blue3{
    background-color: #1d75a0;
}

.icon1{
    font-size: 15px;
    color: #fc7202;
}


.img400{
    width:400px!important;
    margin:0 auto;
}
.ptb75{
    padding-top:75px;
    padding-bottom:75px;
}
.dropstb{
    box-shadow: 
        inset 0 30px 15px -10px rgba(121,121,121,0.5),
        inset 0 -30px 15px -10px rgba(121,121,121,0.5);
}
.columnRight{
    padding-top:40px;
    padding-bottom:30px;
}
.columnRightDiv{
    border:.01em solid #CCC;
    transition: all ease 0.5s;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    background-color: white;
    padding:15px 10px;
    margin-bottom:20px;
    font-size:13px!important;
    line-height: 1.4;
    border-radius:10px;
}
.columnRightDiv:hover {
    background-color: #ebf1f5;
    border-radius:0;
}
ul.arrow{
    list-style-image: url('us/new-york/hd-images/air-conditioner/arrow.png');
}

.myOrange{
    color:#F37221;
}

.myTags{
    border-top:.01em solid #CCC;
    padding:20px 0;
    background-color: white;
}
.myTags h3{
    border:.01em dotted #CCC;
    padding:5px;
    display:inline;
    font-size:10px;
    color:#CCC;
    border-radius:7px;
}
.bodyText{
    padding:40px 20px;
    border-right:.01em dashed rgba(185,207,222,1);
}

.font12{
    font-size: 12px;
}



    .imgwidth{
        width:400px;
       margin-left:20px;
    }

    .fontbold{
        font-weight: 700;
    }

ul li{
	padding: 8px;
}

.grad1{
    background: linear-gradient(45deg, rgba(239,239,255,1) 0%, rgba(229,255,246,1) 51%, rgba(255,243,241,1) 100%);
}



.section3 {
    border-top: .01em solid rgba(0, 0, 0, 0.5);
    border-bottom: .01em solid rgba(0, 0, 0, 0.5);
    /*background: #e4e9ed url(myImages/bg1.jpg) left top;*/
    background: /*linear-gradient(45deg, rgba(239,239,255,1) 0%, rgba(229,255,246,1) 51%, rgba(255,243,241,1) 100%) */ url('us/new-york/hd-images/air-conditioner/bg2.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 30px 15px -10px rgba(121, 121, 121, 0.5),
    inset 0 -30px 15px -10px rgba(121, 121, 121, 0.5);
    padding-top: 75px;
    padding-bottom: 75px;
}
.section3 h1{
    font-size: 3.5rem;
    font-weight: 200;
    line-height: 1.2;
    text-align:center;
    color:darkgreen;
}
.section3 h3{
    text-align:center;
    font-size:13px;
}
span.redSpan{
    color:red;
    font-size:10px;
}

.borderleft dd{
	border-left: 1px solid grey;
    border-radius: 1.5rem;
}



.bordertop{
	border-top: 1px solid grey;
    border-radius: 1.5rem;
}


.pfont p{
	text-align: center; 
	font-size: 15px;
    padding:5px 0;
}
.smallh4 h4{
	font-size: 15px!important;
}

.fontsize{
	font-size: 20px!important;
}



.decoration {
    text-decoration: none!important;
  
}

.fontsize11{
	font-size: 13px!important;
}




.pfont1 h4{
	text-align: center; 
	font-size: 15px;
	background-color:#88dcf3;
    border:.01em solid #CCC;
    box-shadow:2px 2px 4px #CCC;
	border-radius: 2rem;
    padding:10px 0;
}
span.mandatory{
    color:red;
    margin-bottom:30px;
}

.redesign{
    background-color: rgba(29, 164, 226, 0.2);
    padding:30px;
    text-align:center;
    border-radius: 10px;
    margin-top:200px;
}
.topRight div{
    width:90%;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:20px;
    text-align: center;
    background-color: rgba(29, 164, 226, 0.2);
    color:#000;
    border:.01em solid white;
    border-radius: 25px;
    margin-top:10px;
    margin-bottom:10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
#myTags{
    text-align: center!important;
    padding-top:10px;
    padding-bottom:10px;
}

#myTags a{
    color: rgba(0, 0, 0, 0.4);
}
#myTags h4{
    border:.01em solid rgba(0, 0, 0, 0.1);
    padding:2px 5px;
    border-radius:5px;
    font-size: 10px;
    display: inline-block!important;
}

#myTags2 {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top:.01em solid rgba(0, 0, 0, 0.1);
}

#myTags2 a {
    color: rgba(0, 0, 0, 0.4);
}

#myTags2 h2 {
    color:#004cbc;
}
#myTags2 a h4{
    border:.01em solid rgba(0, 0, 0, 0.1);
    padding:2px 5px;
    border-radius:5px;
    font-size: 10px;
    display: inline-block!important;
    line-height: 1.2!important;
    margin:0 auto!important;
}

#myTags3 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2 !important;
}
#myTags3 * {
    font-size: 10px!important;
}

#myTags3 h2{
    font-size:20px!important;
    color: #004cbc!important;
    text-align: center!important;
}


