/*----- start banner -----*/

.banner {
    position: relative;
}
.js_hmbanner.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin-bottom: 0px;
}
.bannertext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 05%);*/
}
.ban_xs {
    display: none !important;
}
.hmbo_wrap {
    padding: 70px 0px;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
}

/*.hmbo_wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 0;
    height: 100%;
    border-radius: 0%;
    background: -moz-linear-gradient(top, rgb(0 0 0 / 22%) 0%, rgb(0 0 0 / 13%) 23%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 22%) 0%, rgb(0 0 0 / 13%) 23%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 22%) 0%, rgb(0 0 0 / 13%) 23%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#242627', GradientType=0);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}*/

.webox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.ban_desk {
    margin: 0px auto;
}
.ban_xs {
    display: none !important;
    margin: 0px auto;
}
.bnr_txt {
    position: relative;
    text-align: center;
}
.bnr_title {
    font-size: 50px;
    font-family: "ITCKabelStd-Demi";
    color: rgb(255, 255, 255);
    padding-bottom: 40px;
    font-weight: bold;
    line-height: 66px;
}
.bnr_ul li {
    font-size: 38px;
    font-family: "Slicker";
    color: rgb(189, 214, 43);
    width: 100%;
    border-bottom: 0px;
    padding-left: 58px;
    margin-bottom: 25px;
}
.bnr_ul.dlist li:before {
    background: url(../images/checked.png) no-repeat;
    width: 34px;
    height: 34px;
    top: 0px;
}

/*----- hm install section----*/

.hmothr_srv {
    padding: 70px 0px
}

/*.service-slider .slick-list{padding: 0px !important;}*/

.service-block.slick-slide {
    padding: 0px 10px;
}
.service-slider {
    margin: 55px -10px 0;
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 46px
}
.service-slider:after {
    position: absolute;
    content: "";
    bottom: -30px;
    background: #e8e8e8;
    width: 100%;
    height: 1px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 1530px;
}
.service-slider .slick-prev,
.service-slider .slick-next {
    z-index: 1;
    margin: auto;
    bottom: 0;
    top: auto;
    background: url(../images/test-left.png)no-repeat;
    width: 30px;
    height: 30px;
    bottom: -60px;
    background-color: #fff !important;
    background-position: center !important;
    border-radius: 100%;
}
.service-slider .slick-prev {
    left: -40px;
    right: 0;
}
.service-slider .slick-next {
    background: url(../images/test-right.png)no-repeat;
    right: -40px;
    left: 0
}
.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    content: none
}
.service-slider:before,
.client_js:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 35px;
    background: #fff;
    margin: 0 auto;
    bottom: -47px;
}
.service-block a {
    display: block;
    overflow: hidden;
    position: relative;
}
.service-block a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    border-radius: 0%;
    background: -moz-linear-gradient(top, rgba(19, 19, 19, 0.2) 5%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0.2) 5%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.2) 5%, rgb(0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#242627', GradientType=0);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.service-block a img {
    width: 100%;
    margin: 0px auto;
}
.service-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    z-index: 2;
    max-width: 272px;
    margin: 0px auto;
    text-align: center;
}
.service-heading {
    font-size: 24px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(255, 255, 255);
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    max-width: 130px;
    margin: 0 auto;
}
.service-block a:hover:before {
    content: none;
}
.service-block a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgb(0 127 194 / 90%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.service-block a:hover:after {
    height: 100%;
}

/*---- cn_offer ---*/


/*-start home contain--*/

.hm_conent {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center*/
    ;
}
.hm_cnleft {
    width: calc(100% - 687px);
    padding-right: 80px;
    /*position: sticky;  top: 0;*/
}
.hm_cnright {
    width: 687px;
    position: sticky;
    top: 50px;
    align-self: flex-start;
}
.hm_contain {
    background: #f8f8f8;
    padding: 70px 0px;
}
.hm_cnleft a.btn_sky {
    margin-top: 80px;
}
.hmcntain_txt {
    font-size: 24px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(255, 255, 255);
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 1;
}
.hmright_img {
    overflow: hidden;
    position: relative;
    text-align: center
}
.hmright_img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    height: 90%;
    border-radius: 0%;
    background: -moz-linear-gradient(top, rgb(255 255 255 / 0%) 5%, #1c303c 108%);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 5%, #1c303c 108%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 5%, #1c303c 108%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#242627', GradientType=0);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.hm_conent .title {
    line-height: 48px;
}

/*---- start our services ----*/

.hm_srvbox {
    padding: 70px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.hm_srv {
/*     display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
    margin: 50px auto 0;
    width: 100%;
    max-width: 1550px;
}
.hm_srv li {
    width: 33.33%;
    padding: 0px 12px;
}
.hm_srv li a {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.hm_srv li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.srvimg_box {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 85px 0 50px;
    z-index: 1;
}
.srvimg_box:after {
    position: absolute;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.10);
    width: 221px;
    height: 221px;
    border-radius: 50%;
    top: 30px;
    opacity: 0
}
.hmsrv_title {
    font-size: 34px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(255, 255, 255);
    line-height: 100%;
    display: block;
    width: 100%;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 18px;
}
.hmsrv_txt {
    font-size: 16px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(0, 127, 194);
    line-height: 32px;
    letter-spacing: 0.40px;
    display: block;
    width: 100%;
    font-weight: 500;
    border-radius: 2px;
    background: transparent;
    max-width: 156px;
}
.hmsrv_title:after {
    background: rgb(255, 255, 255);
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.srvdown_arw {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}
.srvdown_arw img {
    margin: 0px auto
}
.hm_srv li a:hover .hmsrv_txt {
    background: #fff;
    color: #080a0f;
}
.hm_srv li a:hover:before {
    background: rgb(0 127 194 / 75%);
}
.hm_srv li a:hover .srvimg_box:after {
    opacity: 1;
}
.center p {
    font-family: 'Roboto-Regular';
    font-weight: normal;
}

/*---testimonial----*/

.hm_testimonial .title {
    padding-bottom: 0;
}
.hm_testimonial {
    position: relative;
    overflow: hidden;
    padding: 65px 0;
    background: rgb(0 127 194 / 80%);
}
.hmtestbox {
    margin: 0px -35px;
    position: relative;
    text-align: center;
    padding-top: 49px;
    padding-bottom: 46px;
    margin-bottom: 52px;
}
.hmtestbox li {
    padding: 0px 35px;
}
.hmtestbox li:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.test_user {
    background: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0px auto;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.test_user:before {
    content: "";
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0.302;
    position: absolute;
    width: 56px;
    height: 56px;
    margin: 0px auto;
    left: -4px;
    right: 0px;
    top: -4px;
    bottom: 0px;
}
.test_user i {
    font-size: 22px;
    color: rgb(0, 127, 194);
}
.hm_testimonial p,
.hm_testimonial .title {
    color: #fff;
}
.hm_testimonial p {
    font-size: 15px;
    line-height: 28px;
}
.hmtestbox img {
    margin: 0px auto;
}
.test_nm {
    font-size: 18px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(255, 255, 255);
    line-height: 31px;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    font-weight: 500;
}
.test_nm:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 36px;
    height: 3px;
    background: #fff;
    margin: 0px auto;
    top: 0
}
.hmtestbox:after,
.hmtestbox:before {
    position: absolute;
    content: "";
    bottom: -30px;
    background: #e8e8e8;
    width: 46%;
    height: 1px;
    z-index: -1;
}
.hmtestbox:after {
    left: 0;
}
.hmtestbox:before {
    right: 0;
}
.hmtestbox .slick-prev,
.hmtestbox .slick-next {
    z-index: 1;
    margin: auto;
    bottom: 0;
    top: auto;
    background: url(../images/test-left.png)no-repeat;
    width: 33px;
    height: 30px;
    bottom: -60px;
    background-color: #1b82b800 !important;
    background-position: center !important;
    border-radius: 100%;
}
.hmtestbox .slick-prev {
    left: -40px;
    right: 0;
}
.hmtestbox .slick-next {
    background: url(../images/test-right.png)no-repeat;
    right: -40px;
    left: 0
}
.hmtestbox .slick-prev:before,
.hmtestbox .slick-next:before {
    content: none
}
.hmtestbox .slick-prev:hover,
.hmtestbox .slick-next:hover,
.slick-next:hover,
.slick-prev:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 59%);
}

/*--- testimonial ---*/

.hmbefor {
    padding: 70px 0;
}
.cllient_box {
    position: relative;
    padding: 0px 7px;
}
.hm_client {
    padding: 40px 0px 18px;
}
.wgt_bfr {
    position: absolute;
    background: #fff;
    width: 102px;
    height: 37px;
    top: 148px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color: rgb(0, 0, 0);
    font-weight: normal;
    left: 132px;
    line-height: 37px;
    text-align: center;
    display: none;
}
.wgt_aftr {
    position: absolute;
    background: #fff;
    width: 102px;
    height: 37px;
    top: 170px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    color: rgb(0, 0, 0);
    line-height: 100%;
    font-weight: normal;
    line-height: 37px;
    right: 130px;
    text-align: center;
    display: none;
}
.client_js li.slick-current.slick-active .wgt_bfr,
.client_js li.slick-current.slick-active .wgt_aftr {
    display: block
}
.client_js .slick-list.draggable {
    padding: 0px !important
}
.qut_im {
    width: 100%;
}
ul.client_js {
    padding: 50px 0 40px;
    position: relative;
    margin-bottom: 52px
}
.client_js:after {
    position: absolute;
    content: "";
    bottom: -30px;
    background: #e8e8e8;
    width: 100%;
    height: 1px;
    z-index: -1;
}
.client_js .slick-prev,
.client_js .slick-next {
    z-index: 1;
    margin: auto;
    bottom: 0;
    top: auto;
    background: url(../images/test-left.png)no-repeat;
    width: 30px;
    height: 30px;
    bottom: -60px;
    background-color: #fff !important;
    background-position: center !important;
    border-radius: 100%;
}
.client_js .slick-prev {
    left: -40px;
    right: 0;
}
.client_js .slick-next {
    background: url(../images/test-right.png)no-repeat;
    right: -40px;
    left: 0
}
.client_js .slick-prev:before,
.client_js .slick-next:before {
    content: none
}

/*-- start faq ----*/

.hm_faq {
    background: #f8f8f8;
    padding: 70px 0
}
.hmfaq_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 48px;
    max-width: 1190px;
    margin: 0px auto;
}
.hmfaq_ul li {
    width: 50%;
    padding-bottom: 50px;
    /* border-top: 1px solid rgb(232, 232, 232);*/
}
.hmfaq_ul li:nth-child(odd) {
    border-right: 1px solid rgb(232, 232, 232);
    padding-right: 80px
}
.hmfaq_ul li:nth-child(even) {
    padding-left: 80px
}

/*.hmfaq_ul li::not(:nth-child(1)):not(:nth-child(2)){
    border-top: 1px solid rgb(232, 232, 232) !important;    padding-top: 60px;
}*/

.hmfaq_ul li:nth-child(n+3) {
    border-top: 1px solid rgb(232, 232, 232);
    padding-top: 60px;
}
.hmfaq_ul li:nth-child(3) {
    padding-top: 60px;
    /*padding-bottom: 0;*/
    border-top: 1px solid rgb(232, 232, 232);
}
.hmfaq_ul li:nth-child(4) {
    padding-top: 60px;
    border-top: 1px solid rgb(232, 232, 232);
}
.faq_title {
    font-size: 20px;
    font-family: "ITCKabelStd-Medium";
    color: rgb(3, 27, 40);
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 26px;
    font-weight: 500
}
.faq_title:after {
    position: absolute;
    content: "";
    background: rgb(3, 27, 40);
    width: 36px;
    height: 4px;
    bottom: 0;
    left: 0
}
.btnfq {
    padding-top: 55px;
}

/* AREs list  */

.dlist.arealist li {
    width: 50%;
}
.areamap {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.areamap {
    margin-bottom: 55px;
}
.areamap:before {
    content: none;
}
.dlist.arealist li.active {
    color: #007fc2;
}
h2.title {
    font-size: 32px;
}

/*-----MEDIA QUERIES-----*/

@media screen and (max-width:1600px) {}
@media screen and (max-width:1500px) {
    .hm_srvbox {
        padding: 60px 0px;
    }
    .hm_contain {
        padding: 60px 0px;
    }
    .hmothr_srv {
        padding: 60px 0px;
    }
    .hm_clean {
        padding: 60px 0px;
    }
    .hm_testimonial {
        padding: 60px 0;
    }
    .hmbefor {
        padding: 60px 0;
    }
    .hm_faq {
        padding: 60px 0;
    }
    .hm_cnleft {
        padding-right: 70px;
    }
}
@media screen and (max-width:1440px) {
    .hm_srvbox {
        padding: 50px 0px;
    }
    .hm_contain {
        padding: 50px 0px;
    }
    .hmothr_srv {
        padding: 50px 0px;
    }
    .hm_testimonial {
        padding: 50px 0;
    }
    .hmbefor {
        padding: 50px 0;
    }
    .hm_faq {
        padding: 50px 0;
    }
    .hm_cnleft {
        padding-right: 50px;
    }
    .srvimg_box {
        padding: 45px 0px
    }
    .srvimg_box:after {
        display: none;
    }
    .hmsrv_title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .wgt_bfr {
        left: calc(50% - 102px);
    }
    .wgt_aftr {
        right: calc(50% - 102px);
    }
}
@media screen and (max-width:1366px) {
    .hm_srvbox {
        padding: 40px 0px;
    }
    .hm_contain {
        padding: 40px 0px;
    }
    .hmothr_srv {
        padding: 40px 0px;
    }
    .hm_testimonial {
        padding: 40px 0;
    }
    .hmbefor {
        padding: 40px 0;
    }
    .hm_faq {
        padding: 40px 0;
    }
    .hm_cnleft {
        padding-right: 30px;
        width: calc(100% - 570px);
    }
    .hm_cnright {
        width: 570px;
    }
    .hm_cnleft a.btn_sky {
        margin-top: 50px;
    }
    .hmfaq_ul {
        padding-top: 40px;
    }
    .hmsrv_title {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    ul.hm_srv {
        margin: 40px auto 0
    }
    .hmtestbox li {
        padding: 0px 26px;
    }
    .hmfaq_ul li:nth-child(even) {
        padding-left: 60px;
    }
    .hmfaq_ul li:nth-child(odd) {
        padding-right: 60px;
    }
    .hmfaq_ul li {
        padding-bottom: 60px;
    }
    .hmfaq_ul li:nth-child(3),
    .hmfaq_ul li:nth-child(4) {
        padding-top: 60px
    }
    .bnr_title {
        font-size: 42px;
        line-height: 48px;
    }
}
@media screen and (max-width:1279px) {
    .hm_srvbox {
        padding: 30px 0px;
    }
    /*.hm_contain{padding: 30px 0px;}*/
    .hmothr_srv {
        padding: 30px 0px;
    }
    .hm_testimonial {
        padding: 30px 0;
    }
    .hmbefor {
        padding: 30px 0;
    }
    .hm_faq {
        padding: 30px 0;
    }
    .hmfaq_ul {
        padding-top: 30px;
    }
    .hmsrv_title {
        font-size: 30px;
    }
    .hmfaq_ul li:nth-child(even) {
        padding-left: 40px;
    }
    .hmfaq_ul li:nth-child(odd) {
        padding-right: 40px;
    }
    .hmfaq_ul li {
        padding-bottom: 40px;
    }
    .hmfaq_ul li:nth-child(3),
    .hmfaq_ul li:nth-child(4) {
        padding-top: 40px
    }
    .service-heading {
        font-size: 28px
    }
}
@media screen and (max-width:1200px) {
    .srvdown_arw {
        display: none;
    }
    .hmsrv_title:after {
        display: none;
    }
    .hmsrv_title {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .hm_srv li {
        padding: 0px 5px
    }
    .hmsrv_title {
        font-size: 28px;
    }
    .hmfaq_ul li:nth-child(even) {
        padding-left: 30px;
    }
    .hmfaq_ul li:nth-child(odd) {
        padding-right: 30px;
    }
    .hmfaq_ul li {
        padding-bottom: 30px;
    }
    .hmfaq_ul li:nth-child(3),
    .hmfaq_ul li:nth-child(4),
    .hmfaq_ul li:nth-child(n+3) {
        padding-top: 30px
    }
    .bnr_title {
        font-size: 38px;
        line-height: 42px;
    }
    .ban_desk {
        display: block !important;
        position: relative;
        right: 0;
        bottom: 0;
        max-height: 100%;
        max-width: inherit;
        left: 0;
        top: 0;
        width: 100%;
        object-fit: cover;
        height: 400px;
        z-index: -1;
        overflow: hidden;
    }
    .service-heading {
        font-size: 24px
    }
    h2.title {
        font-size: 28px;
    }
    .srvimg_box {
        padding: 68px 0px;
    }
}
@media screen and (max-width:1120px) {
    .hm_cnleft {
        padding-right: 0px;
        width: 100%;
        position: relative;
    }
    .hm_cnright {
        display: none;
    }
    .areasection .hm_cnleft {
        margin-bottom: 30px;
    }
    .areasection .hm_cnright {
        display: block;
        width: 100%;
    }
    .hm_cnleft a.btn_sky {
        margin-top: 30px;
    }
    .hmsrv_title {
        font-size: 24px;
    }
    .service-heading {
        font-size: 20px
    }
    .dlist.arealist li {
        width: 25%;
    }
    .hmtestbox:after,
    .hmtestbox:before {
        width: 42%;
    }
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:950px) {
    .wgt_bfr {
        width: 102px;
        top: 116px;
        left: 105px;
    }
    .wgt_aftr {
        top: 150px;
        right: 108px;
    }
    h2.title {
        font-size: 20px;
    }
    .hm_conent .title {
        line-height: 30px;
    }
    .hmfaq_ul {
        padding-top: 10px;
    }
    .hmsrv_txt {
        color: #fff;
    }
}
@media screen and (max-width:860px) {
    .service-slider {
        margin: 30px -5px 46px;
    }
    .service-block.slick-slide {
        padding: 0px 5px;
    }
    .faq_title {
        font-family: 'Roboto-Regular';
        font-weight: normal;
        color: #031b28;
        line-height: 22px;
    }
    .hm_faq a[class*="btn_"] {
        padding: 12px 20px 12px;
        min-width: 145px;
    }
    .btnfq {
        padding-top: 30px;
    }
}
@media screen and (max-width:768px) {
    .hmtestbox .slick-prev,
    .hmtestbox .slick-next {
        display: none;
    }
    .ban_desk {
        display: none !important;
    }
    .ban_xs {
        display: block !important;
        position: relative;
        right: 0;
        bottom: 0;
        max-height: 100%;
        max-width: inherit;
        left: 0;
        top: 0;
        width: 100%;
        object-fit: cover;
        height: 438px;
        z-index: -1;
        overflow: hidden;
    }
    .bnr_title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0px;
        font-weight: 300;
    }
    .bnr_title br {
        display: none;
    }
    .service-heading {
        font-size: 18px;
        font-family: 'Roboto-Regular';
        font-weight: normal
    }
    .wgt_aftr {
        bottom: 0;
        right: 0;
        top: auto;
        font-size: 16px;
        width: 80px;
        height: 30px
    }
    .wgt_bfr {
        bottom: 0;
        left: 0;
        top: auto;
        font-size: 16px;
        width: 80px;
        height: 30px
    }
    .dlist.arealist li {
        width: 33.33%;
    }
    .hmtestbox:after,
    .hmtestbox:before {
        content: none;
    }
}
@media screen and (max-width:700px) {}
@media screen and (max-width:650px) {}
@media screen and (max-width:580px) {
    .hmtestbox {
        margin: 0px 0px;
        position: relative;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .hmsrv_txt {
        font-size: 14px;
        line-height: 20px;
    }
    .hmtestbox li {
        padding: 0px 10px;
    }
    .hmtestbox .slick-prev,
    .hmtestbox .slick-next {
        display: none !important;
    }
    .hmtestbox img {
        display: none !important
    }
    .hmtestbox li:not(:last-of-type) {
        border-right: 0px solid rgba(255, 255, 255, 0.10);
    }
    .hmfaq_ul li:nth-child(odd) {
        padding-right: 0px;
        padding-bottom: 0;
    }
    .hmfaq_ul li:nth-child(3),
    .hmfaq_ul li:nth-child(4) {
        padding-top: 0
    }
    .accordian_content {
        display: none;
        position: relative;
        padding-top: 10px;
    }
    .accordian_content p {
        margin-top: 10px;
    }
    .accordian_content:after {
        position: absolute;
        content: "";
        background: rgb(3, 27, 40);
        width: 36px;
        height: 4px;
        top: 0;
        left: 0
    }
    .faq_title:after {
        display: none;
    }
    .faq_title {
        cursor: pointer;
        padding-bottom: 0;
        margin-bottom: 0;
        padding: 20px 30px 18px 0;
    }
    .faq_title { font-size: 16px;}
/*
    .hmfaq_ul li:first-of-type .faq_title {
        padding-top: 0px;
    }
*/
    .hmfaq_ul li:nth-child(even) {
        padding-left: 0;
        padding-bottom: 0px;
    }
    .hmfaq_ul li {
        padding-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid rgb(232, 232, 232);
        border-right: 0 !important;
    }
    .faq_title {
        cursor: pointer;
    }
    .ptag .faq_box p {
        padding-bottom: 20px;
    }
    .hmtestbox:after {
        display: none;
    }
    .hmfaq_ul li:nth-child(n+3) {
        border-top: 0;
    }
   .accordian_title:before {
        position: absolute;
        content: "";
        background: url(../images/ft-accordion-plus-icon.png) no-repeat right;
        width: 18px;
        height: 18px;
        right: 0;
        top: 23px;
    }
    .active_header .accordian_title:before {
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .hmfaq_ul li:nth-child(3),
    .hmfaq_ul li:nth-child(4),
    .hmfaq_ul li:nth-child(n+3) {
        padding-top: 0;
    }
    .dlist.arealist li {
        width: 50%;
    }
    .dlist.arealist li:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width:575px) {
    .service-block a {
        height: 300px;
    }
    .srvimg_box {
        padding: 100px 0px;
    }
}
@media screen and (max-width:400px) {
    .dlist.arealist li {
        padding-left: 27px;
    }
    .srvimg_box {
        padding: 70px 0px;
    }
}
@media screen and (max-width:360px) {}
