* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #777777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-family: "Barlow", sans-serif;
    color: #373737;
}
a,
a:hover {
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
.container{
    max-width: 1220px;
}
/*=======================HEADER CSS*/
header {
    background: #fff;
    position: relative;
}
.topHeader {
    background: #b52035;
    padding: 10px 0;
}
.mediaRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.emergency {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.gstin {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
}
.contactBox {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contactBox a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 2px;
    gap: 5px;
    color: white;
    line-height: 13px;
}
.contactBox1 {
    max-width: calc(49% - 6px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-right: 6px;
}
.contactBox2 {
    max-width: calc(51% - 6px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    margin-left: 6px;
}
.contactBox1 a {
    background: #0377bd;
}
.contactBox2 a {
    background: #ff5102;
}
.contactBox a i {
    font-size: 13px;
}
.gstin p,.emergency p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.brandLogo {
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    padding: 12px 15px;
}
.brandLogo a {
    display: block;
    max-width: 150px;
}
.brandLogo a img {
    width: 100%;
}
.navigation nav {
    padding: 0 15px;
}
.navigation nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.BottomHeader {
    background: white;
}
.hvac-banner {
    background: url(../img/bannerone.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.navigation nav ul li a {
    color: #222222;
    padding: 15px 20px;
    border-right: thin solid rgb(135 135 135 / 15%);
    height: 90px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
}
.imgBox {
    width: 40px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.imgBox img {
    width: 100%;
    max-width: 30px;
}
.navigation nav ul li a:hover {
    color: #b52035;
}
.navigation nav ul li.active a {
    color: #b52035;
    font-weight: 700;
}
.bannerBoxInner1 {
    position: absolute !important;
    background-image: url(../img/white-gradient.svg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    top: 0;
    width: 68%;
}
.bannerBoxInner2{
    position: absolute !important;
    background-image: url(../img/white-gradient.svg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    top: 0;
    width: 62%;
}
.bannerBoxInner3{
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 70%;
    width: 55%;
    background-image: url(../img/green-overlay.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
.bannerBoxContent {
    margin: 130px 0 0;
    max-width: 34rem;
}
.bannerBoxContent h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 10px;
}
.linebox {
    margin: 25px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.twenty4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.buttons a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    gap: 5px;
    color: white;
    line-height: 13px;
}
.buttonCa1 a {
    background: #ff5102;
}
.buttonCa2 a {
    background: #0377bd;
}
/*====================ABOUT US CSS*/
.aboutus {
    padding: 80px 0 0;
}
.aboutImage {
    position: relative;
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    margin: 0 5% 0 5%;
}
.aboutImage img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.aboutImage:after {
    position: absolute;
    right: -5%;
    bottom: -7%;
    width: 82%;
    background: white;
    content: '';
    height: 82%;
    z-index: 0;
    border: 10px solid #c9c9c9;
}
.aboutInfo {
    max-width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
}
.aboutus .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.aboutInfo h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 20px;
}
.aboutInfo p {
    font-size: 16px;
    line-height: 1.8;
}
.aboutBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 2px;
    gap: 5px;
    color: white;
    line-height: 13px;
    background: #0377bd;
    max-width: 180px;
    margin-top: 30px;
}
.gstIn {
    padding: 0;
    color: #b52035;
    font-size: 18px;
    font-weight: 700;
}
/*====================ASSOCIATION CSS*/
.Associations {
    padding: 30px 0;
    background: #f4f4f4;
}

.logoSliderBox {
    padding: 0 0px;
}
#Associations .item {
    padding: 15px;
    border: 1px solid #a0d1ef;
    background: #ffffff;
}
/*====================FOOTER CSS*/
footer {
    background: #f4f4f4;
}
.FooterBox {
    padding: 70px 0;
}
.FooterBox .col-sm-4 {
    max-width: 37%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    padding-right: 35px;
}
.fooInLogo {
    max-width: 200px;
    margin: 0 auto;
}
.fooInLogo img {
    width: 100%;
}
.fooGSTIN {
    border: 2px solid #b52035;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 15px;
    background: #b52035;
    margin: 20px 0 10px;
}
.fooGSTIN p {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}
.fooSocialMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fooSocialMedia ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.fooSocialMedia ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    color: white;
    width: 35px;
    height: 35px;
    background: #0377bd;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.FooterBox .col-sm-3 {
    max-width: 28%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    padding: 0 35px;
}
.FooterBox .col-sm-5 {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-left: 35px;
}
.fooIn h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    line-height: 20px;
}
.fooIn ul {
    margin: 0;
}
.fooIn ul a {
    display: block;
}
.copyright {
    text-align: center;
    font-size: 13px;
    margin: 0 0 30px;
}
.fooIn2 a {
    color: #777777;
    font-size: 16px;
    padding: 0 0 12px;
}
.infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.infoBox i {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    background: #b52035;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-radius: 3px;
}
.infobox {
    margin-top: 25px;
}
.address strong {
    display: block;
    font-size: 18px;
    color: #b52035;
    line-height: 17px;
    margin: 0 0 15px;
}
.address p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}
.email a {
    color: #0377bd;
    font-weight: 600;
    font-size: 16px;
}
.phones a {
    font-size: 16px;
    color: #b52035;
    font-weight: 600;
}
.fooIn2 a:hover {
    color: #0377bd;
}
/*=================PAGE TITLE CSS*/
.pageTitle {
    position: relative;
    padding: 100px 0;
    text-align: center;
}
.aboutPage {
    background: url(../img/abPage.png);
}
.pageTitle h2 {
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 40px;
}
.pageTitle:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(45deg, #762500, transparent);
    background: linear-gradient(45deg, #762500, transparent);
    content: '';
    z-index: 0;
}
/*====================GALLERY PAGE CSS*/
.galleryBox {
    position: relative;
    overflow: hidden;
}
.galleryBox img {
    width: 100%;
}
.gallery {
    padding: 70px 0;
}
.gallery .col-sm-3 {
    padding: 12px;
}
.gallery .row {margin: 0 -12px;}
/*================CONTACT US PAGE*/
.contactus {
    padding: 70px 0;
}
.getInTouchBoxT {
    padding-right: 50px;
}
.getInTouchBox {
    background: #f4f4f4;
    padding: 50px 35px;
    margin: -120px 0 0;
}
.inputField input {
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    border: 1px solid #cecece;
    border-radius: 2px;
    background: #f4f4f4;
}
.getInTouchBox .row {
    margin-left: -10px;
    margin-right: -10px;
}
.getInTouchBox .row .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}
.textarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    border: 1px solid #cecece;
    border-radius: 2px;
    background: #f4f4f4;
}
.iRadio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.iRadio label {
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.checkbox p {
    margin: 0;
    font-weight: 500;
}
.getInTouchBtn input {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #0377bd;
    border: 2px solid #0377bd;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.getInTouchBox .row .form-group:last-child {
    margin-bottom: 0;
}
.textarea textarea:focus,.inputField input:focus {
    outline: none;
}
.getInTouchBoxT h2 {
    font-size: 30px;
    color: #373737;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.getInTouchBoxT h3 {
    font-size: 22px;
    font-weight: 500;
    color: #b52035;
    margin: 0 0 25px;
}
.getInTouchBoxT h4 {
    font-size: 18px;
    font-weight: 500;
    color: #4b4b4b;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 5px;
}
.emerg {
    margin: 40px 0 0;
    position: relative;
    max-width: 450px;
    width: 100%;
}
.getInTouchBoxT p {margin: 0;}
.emerg p, .oEmails p, .office p {
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 16px;
}
.getInTouchBoxT h4 i {
    width: 25px;
}
.emerg:after, .oEmails:after,.office:after {
    position: absolute;
    left: 30px;
    top: -10%;
    height: 120%;
    background: #f4f4f4;
    content: '';
    width: 2px;
}
.oEmails {
    margin: 40px 0 0;
    position: relative;
    max-width: 450px;
    width: 100%;
}
.office {
    margin: 35px 0 0;
    position: relative;
    max-width: 450px;
    width: 100%;
}
/*================ABOUT US PAGE CSS*/
.aboutusPage {
    padding: 70px 0;
}
.aboutusPage h1 {
    font-weight: 700;
    color: #b52035;
    margin: 0 0 25px;
    line-height: 40px;
    font-size: 40px;
}
.aboutusPage p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
}
.abTextRight {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding-left: 35px;
    padding-top: 30px;
}
.aboutusPage .col-sm-4 {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}
.abImage {
    margin: 30px 0 0;
}
.abImage img {
    width: 100%;
}
.helpFul {
    padding: 35px 30px;
}
.helpfulbox2 {
    background: #3a3a6d;
}
.helpFul h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px;
}
.helpFul img {
    margin: 0 0 25px;
}
.notesImp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 0 20px;
}
.imgImpo {
    max-width: 40px;
    width: 100%;
    padding-top: 5px;
}
.imgImpo img {
    width: 100%;
    margin: 0;
}
.textImpo h5 {
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}
.textImpo p {
    color: #e7e7e7;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.notesImp:last-child {
    margin-bottom: 0;
}
.TitlePP {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
}
.blogo img {
    width: 100%;
}
.brandsLogo {
    margin-top: 50px;
}
.brandsLogo h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #b52035;
}
.blogo {
    padding: 8px;
    border: 1px solid #d2d2d2;
}
.brandsLogo .row {
    margin: 0 -5px;
}
.brandsLogo .row .col-sm-4 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 5px;
}
.helpfulbox1,.helpfulbox3 {
    margin-top: 50px;
    position: relative;
}
.helpfulbox1 h3,.helpfulbox3 h3 {
    font-weight: 700;
    color: #b52035;
    margin: 0 0 15px;
    line-height: 28px;
    font-size: 28px;
}
.helpfulbox1:after,.helpfulbox3:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 120px;
    z-index: 0;
    opacity: .08;
    font-weight: 800;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #b52035;
}
.helpfulbox1:after {
    content: 'Mission';
}
.helpfulbox3:after {
    content: 'Vission';
}
.cjlogo {
    width: 100%;
}
.cjlogo .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cjlogo .row .col-sm-2 {
    max-width: calc(100% / 8 - 33px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 5px;
    padding: 10px;
    text-align: center;
}
.cjlogo .row .col-sm-2 img {
    width: 100%;
    max-width: 80px;
    margin: 0 0 5px;
}
.cjlogo .row .col-sm-2 p {
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}
.journey {
    padding-bottom: 70px;
    padding-top: 50px;
}
.journey h2 {
    font-weight: 700;
    color: #b52035;
    margin: 0 0 25px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
}
.centerT {
    text-align: center;
}
.centerT p {
    font-size: 16px;
    line-height: 1.7;
    margin: 20px auto 0;
    width: 70%;
}
.redColorT {
    color: #b52035;
}
/*==============SERVICES PAGE CSS*/
.weDealsIn {
    padding: 110px 0 70px;
}
.weDealsIn h2 {
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
}
.dealsbox .row {
    margin: 0 -10px;
}
.dealsbox .row .col-sm-3 {
    padding: 10px;
}
.dealsBoxIn {
    border: 2px solid #e7e7e7;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
}
.dealsBoxIn h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
}
.dbbg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    -webkit-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
}
.dbbg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(45deg, #d62800, #01395b);
    background: linear-gradient(45deg, #d62800, #01395b);
    content: '';
    opacity: .7;
}
.dbbg1{
    background: url(../img/gallery11.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg2{
    background: url(../img/gallery12.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg3{
    background: url(../img/gallery13.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg4{
    background: url(../img/gallery14.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg5{
    background: url(../img/gallery15.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg6{
    background: url(../img/gallery16.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg7{
    background: url(../img/gallery17.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg8{
    background: url(../img/gallery18.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg9{
    background: url(../img/gallery19.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg10{
    background: url(../img/gallery3.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg11{
    background: url(../img/gallery2.jpg);
    background-size: cover;
    background-position: center;
}
.dbbg12{
    background: url(../img/gallery21.jpg);
    background-size: cover;
    background-position: center;
}
.dealsBoxIn:hover .dbbg {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
}
.dealsBoxIn:hover {
    -webkit-transform: translateY(-10px) scale(1.1);
        -ms-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
}
/*================FEATURES DEVELOPMENT SECTION*/
.developments {
    padding: 70px 0px;
}
.developments h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
    margin: 0 0 20px;
}
.developments p {
    font-size: 16px;
    line-height: 1.8;
}
.thankyou {
    font-size: 28px;
    color: #b52035;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 0 5px;
}
.thankyouName {
    font-weight: 700;
    font-size: 15px;
    color: #0377bd;
}