:root {
    --bs-link-color: #003056;
    --bs-link-hover-color: #003056;
}

/*UNIVERAL NEW CSS*/
/*  Preloader */
.dtr-preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    -webkit-transition: linear .3s ease;
    -moz-transition: linear .3s ease;
    transition: linear .3s ease;
    z-index: 9999;
}
.dtr-preloader {
    background: #14467B;
}
.dtr-preloader .dtr-preloader-inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dtr-loader img {
    width: 64px;
}
/* Preloader */
.d-inline-block {
    display: inline-block !important;
}

.d-none {
    display: none !important;
}

.emphasized-text {
    color: #ffdb3e;
}

.btn-quote {
    background: #d93930;
    color: #fff;
    padding: 1rem 2rem;
    transition: all .3s ease-in-out;
}

.btn-quote:hover {
    color: #fff;
    background: #256bbc;
}

.form-group>div.iti {
    width: 100%;
}

.text-red {
    color: #d93930;
}

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 14px 28px 14px;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    border: 1px solid transparent;
    white-space: nowrap;
}

.btn.style1 {
    background-color: #2490EB;
    border-radius: 7px;
}

.btn.style2 {
    background-color: #d93930;
    border-radius: 7px;
}

.bg-chathamas {
    background-color: #14467B;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-title,
.content-title {
    position: relative;
    margin-bottom: 32px;
}

.section-title h2 {
    margin: 0 auto;
    font-size: 42px;
}

.section-title.style1 span,
.content-title.style1 span {
    color: #2490EB;
}

.section-title span,
.content-title span {
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 16px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #2490EB;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-style2 {
    display: inline-block;
    line-height: 26px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 5px;
}

.btn-style2 {
    background: transparent;
    padding: 1rem 0;
}

.btn-style2:hover {
    background: #ed4725;
    color: #fff;
    padding: 1rem 2rem;
}


.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 130px 0;
    overflow: hidden;
    margin-top:140px;
}

.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(20, 70, 123, 0.9);
}

.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: #fff;
}

.breadcrumb-title h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 15px;
}

.breadcrumb-title .breadcrumb-menu {
    text-align: center;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #fff;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #2490EB;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #2490EB;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.hero-section__content .cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-flow: column nowrap;
}
.hero-section__content .cta-wrapper button,
.hero-section__content .cta-wrapper a{
   width:100%;
}
#addressSelect[style*="display: none"] + ul.parsley-errors-list,
#manualAddressInput[style*="display: none"]+ ul.parsley-errors-list {
    display: none;
}


/*UNIVERAL NEW CSS END*/


/* HEADER NEW CSS START */
.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap.sticky {
    position: fixed;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    width: 100%;
    top: -54px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap .header-top {
    padding: 12px 0 12px;
}

.header-wrap.style1 .header-top {
    background-color: #14467B;
}

.header-wrap .header-top .header-top-left .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 25px;
    position: relative;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span.icon {
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span.whatsapp-span {
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 2px;
}

.header-wrap .header-top .header-top-left .contact-info li span {
    display: inline-block;
}

/*.header-wrap .header-top .header-top-left .contact-info li span i {*/
/*    font-size: 15px;*/
/*    line-height: 0.8;*/
/*    margin: 0 auto;*/
/*    -webkit-transition: 0.4s;*/
/*    transition: 0.4s;*/
/*}*/
.header-wrap.style1 .header-top {
    color: #14467B;
}

.header-top-left .contact-info li span i {
    color: #626262;
}

.header-top-left .contact-info li span i.fa-whatsapp {
    padding: 0px;
    border-radius: 4px;
    background-color: #00ff00;
    font-size: 38px;
    color: #14467b;
    width: 40px;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li a,
.header-wrap.style1 .header-top .header-top-left .contact-info li p {
    color: #fff;
}

.header-wrap .header-top .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

/* .header-wrap .header-top .header-top-right .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
} */
/* .header-wrap .header-top .header-top-right .social-profile::before {
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */


.social-profile .visible-on-mobile {
    display: none;
}

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.list-style li {
    list-style: none;
}

.social-profile li:first-child {
    margin-left: 0;
}

.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 14px;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a i {
    color: #14467B;
}

.header-wrap .header-bottom {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.header-wrap.style1 .header-bottom {
    background-color: #fff;
}

.header-wrap .header-bottom .container {
    position: relative;
}

.header-wrap .navbar .navbar-brand img {
    width: 280px;
}

.navbar-brand .logo-light {
    display: block !important;
}

.navbar-brand .logo-dark {
    display: none !important;
}

.header-wrap .navbar .other-options .option-item a span {
    vertical-align: middle;
}

.header-wrap .navbar .other-options .option-item a i {
    font-size: 1rem;
}

.header-wrap .site-navbar-nav li .nav-link {
    color: #003056;
    padding: 0 10px;
    border-right: 1px solid #e3e3e3;
}

.header-wrap .site-navbar-nav li:last-child .nav-link {
    border-right: 0;
}

.header-wrap .site-navbar-nav li .nav-link:hover {
    color: #d93930;
}

.navbar-custom-right{
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}

header.header.header-quote {
    position: relative;
    background: #fff;
    padding: 1rem 0;
}
/* HEADER NEW CSS END */

/* HERO SECTION NEW CSS START */
.hero-section {
    position: relative;
    padding: 64px 0;
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 102px;
    overflow:hidden;
}
.hero-section::before{
    display:none;
    content:"";
    position:absolute;
    background-image:url("../../assets/imgs/banners/christmas-frame.svg");
    background-repeat:no-repeat;
    top:-110px;
    right:0;
    width:341px;
    height:100%;
    
}


.hero-section__content-left {
    margin-bottom: 16px;
}

.hero-section__content-left h1,
.hero-section__content-left p {
    color: #fff;
}

.hero-section .getstarted_quote_form {
    position: relative;
    background:#ebebeb;
    padding: 1.2rem;
    border: 0px solid transparent;
    border-radius: 5px;
}
.hero-section .getstarted_quote_form form .form-control{
    padding-top:.5rem;
    padding-bottom: .5rem;
    border:0;
    background:#f9f9f9;
}


/* HERO SECTION NEW CSS END */

/*PROMO BANNER SECTION NEW CSS START*/
.promo-wrap.style2 {
    position: relative;
    margin: 2rem;
}

.promo-wrap.style2 .container-fluid {
    padding: 0;
}

.promo-card.style2 {
    position: relative;
    background: #14467B;
    /*background: linear-gradient(134deg, #2565B6 0%, #003056 100%);
    */
    display: flex;
    align-items: center;
    height: 360px;
    border: 0px solid transparent;
    border-radius: 15px;
    overflow: hidden;
}

.promo-img {
    width: 100%;
}

.promo-info {
    position: absolute;
    padding: 3rem;
}

.promo-info h3 {
    font-size: 36px;
}

.promo-info h3,
.promo-info p,
.promo-info a {
    color: #fff;
}

.promo-info a.btn-style2 {
    background: transparent;
    padding: 1rem 0;
}

.promo-info a.btn-style2:hover {
    background: #ed4725;
    color: #fff;
    padding: 1rem 2rem;
}

.banner-item-2{
    height:362px;
}


/*PROMO BANNER SECTION NEW CSS END*/
.promo-wrap .owl-dots {
    display: none;
}
.quick-banners .owl-stage {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Promo Modal CSS Start */
.promo-body{
    position:relative;
}
.promo-body .btn-close {
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 3px;
    background: #365ea3;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50%;
    padding: 10px;
}
.promo-body .promo-content h2{
   margin-bottom:1rem;
   color:#fff;
}
.promo-body .promo-content p{
    margin-bottom:1rem;
    color:#fff;
}
.promo-body .product-hero-point {
    margin-bottom: 1rem;
}
.promo-body .product-hero-point li span{
    color:#fff;
    font-weight: normal;
}
.promo-body .cta-wrapper a{
    width:100%;
}
/* Promo Modal CSS End */

/*ABOUT US SECTION NEW CSS*/
.about-wrap.style2 .about-content .content-title {
    margin-bottom: 25px;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-item-wrap .feature-item {
    margin-bottom: 25px;
}

/*.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-icon {*/
/*    background: rgba(36, 144, 235, 0.1);*/
/*}*/

.feature-item-wrap .feature-item .feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height:40px;
    text-align: center;
}

.feature-item-wrap .feature-item .feature-icon i {
    font-size: 22px;
    line-height: 0.7;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-icon i {
    color: #2490EB;
}

.feature-item-wrap .feature-item .feature-text {
    width: calc(100% - 90px);
    margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
    margin: 0 auto 16px;
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-text h3 {
    color: #000;
    font-size: 24px;
}

.feature-item-wrap .feature-item .feature-text p {
    margin: 0;
}

.about-wrap.style2 .about-content .feature-item-wrap .feature-item .feature-text p {
    color: #666666;
}

.about-img-wrap {
    margin-bottom: 16px;
}

/*ABOUT US SECTION NEW CSS END*/
/*SERVICES SECTION NEW CSS START*/
.service-wrap.style2 {
    position: relative;
    z-index: 1;
}

.service-wrap.style2::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(50% + 28px);
    z-index: -1;
    background-color: #14467B;
}

.service-wrap.style2 .section-title {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 32px;
}

.section-title.style2 span,
.section-title.style2 h2,
.content-title.style2 span,
.content-title.style2 h2 {
    color: #fff;
}

.service-card.style2 {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.service-slider-one .service-card {
    margin: 15px 0;
    overflow: hidden;
    border-radius: 15px;
}

.service-card .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.owl-carousel .service-slider-one .owl-item img {
    display: block;
    width: 100%;
}

.service-card.style2 .service-img .service-icon {
    bottom: -30px;
    right: 25px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-card .service-img .service-icon i {
    font-size: 32px;
    line-height: 0.8;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card.style2 .service-img .service-icon i {
    color: #2490EB;
}

.service-card .service-info {
    padding: 30px 25px 20px;
}

.service-card .service-info h3 {
    font-size: 24px;
    margin: 0 0 13px;
    color: #000;
}

.service-card .service-info p {
    margin: 0 0 15px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-prev,
.portfolio-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
}

.service-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -65px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -65px;
}

/*SERVICES SECTION NEW CSS END*/

/*BANNER SECTION NEW CSS START*/
.wh-wrap {
    position: relative;
}

.wh-wrap .wh-content .content-title {
    margin-bottom: 30px;
}

.wh-wrap .wh-content .content-title span,
.wh-wrap .wh-content .content-title h2,
.wh-wrap .wh-content .content-title p {
    color: #fff;
}

.wh-wrap .wh-content .feature-item-wrap {
    margin-bottom: 30px;
}

.wh-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon i {
    color: #fff;
}

.wh-wrap .wh-content .feature-item-wrap .feature-item .feature-icon {
    background: rgba(255, 255, 255, 0.1);
}

.wh-wrap .feature-item-wrap .feature-item .feature-text h3,
.wh-wrap .feature-item-wrap .feature-item .feature-text p {
    color: #fff;
}



/*BANNER SECTION NEW CSS END*/

/*PRODUCTS SECTION NEW CSS START*/
.product-wrap {
    position: relative;
    z-index: 1;
}

.product-wrap .owl-item img {
    width: auto;
    margin: 0 auto;
}

.product-wrap .section-title {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 32px;
}

.product-wrap .section-title h2 {
    color: #141414;
}

.product-wrap .section-title span {
    color: #14467B;
}

/*PRODUCTS SECTION NEW CSS END*/
.area-covered-section{
    position: relative;
    padding:50px 0;
}
.area-covered-section .section-title span{
    color: #2490EB;
}
.area-covered-section .section-title h2{
     color:#141414;
}
.area-covered-section .areas-list li{
    background-color: #fff;
    padding: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 10px;
    width:100%;
}
.area-covered-section .areas-list li a {
    position: relative;
    font-size: 14px;
}
.area-covered-section .areas-list li a i {
    position: absolute;
    right: 14px;
    top: 14px;
}
/* AREA COVERED NEW CSS START */

/* AREA COVERED NEW CSS END */
/*NEW FOOTER CSS*/
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-wrap {
    position: relative;
    padding: 75px 0;
    background-color: #14467B;
}

.footer-wrap .footer-widget {
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-logo {
    display: block;
}

.footer-wrap .footer-widget .footer-logo img {
    width: 240px;
}

.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.8);
    margin: 28px 0 25px;
    padding-right: 10px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #2490EB;
}

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}

.footer-wrap .footer-widget .footer-menu li a i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #2490EB;
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 16px;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.social-profile li:first-child {
    margin-left: 0;
}

.footer-wrap .footer-widget .social-profile li a {
    color: #fff;
    font-size: 18px;
}

.social-profile li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
}

.social-profile.style1 li a i {
    color: #2490EB;
}

.social-profile.style1 li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/*footer copyright*/
.footer-copyright {
    padding: 18px 10px;
    text-align: center;
    margin: 0;
    color: #fff;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: #14467B;
}

.footer-copyright p {
    color: #fff;
}

/*NEW FOOTER CSS END*/



/*INNER PAGES CSS STYLES*/
section.service-plan-section {
    position: relative;
    margin-top: calc(100% - 93%);
}

/*INNER PAGES CSS STYLES*/

.wa-chat-box-poweredby{
    display:none;
}

/*CONTACT US NEW STYLE CSS*/
.contact-us-wrap{
    position:relative;
    background:#f3f2f3;
}
.contact-form {
    padding: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    background:#fff;
}
.contact-form h3 {
    font-size: 24px;
    margin: 0 0 25px;
}
.contact-form .form-group input, .contact-form .form-group textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 5px;
}
.contactForm .form-group input {
    height: 60px;
}

.contactForm .form-group textarea {
    height: 163px;
    resize: none;
    padding-top: 18px;
}
.comp-map {
    height: 577px;
}
.comp-map iframe {
    width: 100%;
    height: 100%;
}
/*CONTACT US NEW STYLE END*/

/* BLOG SECTION STYLE CSS */
.blog-section {
    position: relative;
    background: #ececec;
}
.blog-section .section-title {
    max-width: 768px;
    margin: 0 auto 2rem;
}
.blog-section .section-title span {
    color: #141414;
}
.blog-section .section-title h2 {
    color: #141414;
}
.blog-section .single-blog-article{
    border-radius: 15px;
    overflow: hidden;
    margin-bottom:1rem;
}
.blog-section .blog-descriptions {
    position: relative;
    padding: 2rem;
}
.blog-section .cta-wrapper {
    padding: 0 2rem 1rem;
    margin-top: 2rem;
}
.blog-article-img img {
    width: 100%;
}
/*Responsive */
@media only screen and (min-width: 992px) {
    .header-wrap .navbar .other-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-left: 15px;
    }

    .header-wrap .navbar .other-options .option-item {
        margin: 0 0 0 20px;
    }
    .visible-on-tablet{
        display: none;
    }
}


@media (max-width: 1220px) {}

@media (max-width: 1199.98px) {
    .header-wrap .site-navbar-nav li .nav-link {
        padding: 0 5px;
    }
    .header-wrap .navbar .navbar-brand img {
        width: 180px;
    }
    .hero-section .getstarted_quote_form {
        width: 75%;
    }
}



@media (max-width: 992px) {
  
    .promo-info h3 {
        font-size: 24px;
    }

    /* .container {
        width: 100%;
        max-width: 100%;
    } */

    #dtr-header-global,
    #dtr-header-global.header-fixed {
        display: none !important;
    }

    .dtr-responsive-header,
    .slicknav_menu,
    #dtr-menu-button {
        display: block !important;
    }

    /* layout */
    .dtr-sidebar {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .dtr-has-right-sidebar,
    .dtr-has-left-sidebar {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .dtr-has-right-sidebar .dtr-main {
        padding-right: 0;
    }

    .dtr-has-left-sidebar .dtr-main {
        padding-left: 0;
    }

    .dtr-sticky-tabs-nav {
        display: none;
    }

    .dtr-cta-box {
        flex-flow: column wrap;
    }

    .dtr-cta-box-icon {
        display: none;
    }

    .dtr-cta-box-right {
        text-align: center;
        padding: 1rem;
    }

    .call-actions {
        justify-content: center;
    }

    .quote-form {
        position: relative;
        padding: 3px 0;
    }


    .hero-section {
        padding: 52px 0;
        margin-top: 107px;
    }

    .hero-section .getstarted_quote_form {
        width: 100%;
    }

    .wh-img-wrap {
        margin-top: 16px;
    }


}

@media (max-width:991px) {
    .banner-item-2{
    height:auto;
    padding:1rem 0;
}

    .visible-on-tablet{
        display: block;
    }
    .other-options.md-none{
        display: none;
    }
    .social-profile .visible-on-mobile {
        display: inline-block;
    }

    .header-wrap .site-navbar-nav li .nav-link {
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
        padding: 10px 0;
    }

    .header-wrap .site-navbar-nav li:last-child .nav-link {
        border-bottom: 0;
    }

    .img-box {
        margin-bottom: 2rem;
    }

    .header-wrap .header-top .header-top-left .contact-info li:first-child {
        display: none;
    }

    .area-covered-section .areas-list li a span {
        max-width: 157px;
        display: inline-block;
    }
}


@media (max-width:768px) {
    .ptb-100 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .header-wrap .header-top .header-top-left .contact-info li:first-child {
        display: none;
    }
}

@media (max-width: 767px) {


    .header-wrap.sticky {
        top: -70px;
    }


    .small-device-space {
        margin: 25px 0 !important;
    }

    .small-device-center {
        text-align: center;
    }

    /* forms */
    .dtr-form-row,
    .dtr-form-row-2col,
    .dtr-form-row-3col,
    .dtr-form-row-unequal,
    .dtr-form-row-2col-unequal {
        margin-right: 0;
        margin-left: 0;
    }

    .dtr-form-column {
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .dtr-form-row-2col .dtr-form-column,
    .dtr-form-row-3col .dtr-form-column,
    .dtr-form-row-unequal .dtr-form-column,
    .dtr-form-row-unequal .dtr-form-column:last-child,
    .dtr-form-row-2col-unequal .dtr-form-column,
    .dtr-form-row-2col-unequal .dtr-form-column:last-child {
        width: 100%;
    }

    /* elements */
    .dtr-pricing,
    .dtr-img-feature {
        margin: 30px 0;
    }

    .dtr-blog-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .dtr-cta-box {
        display: block;
    }

    .dtr-cta-box-left {
        width: 100%;
        min-height: 200px;
    }

    .dtr-cta-box-right {
        position: relative;
        width: 100%;
        padding: 1rem;
    }

    .call-actions {
        flex-flow: column;
    }

    .get-quote-header {
        display: none !important;
    }

    .quote-form {
        padding: 72px 0;
        display: flex;
       
    }

    .quote-form #smartwizard {
        min-height: 100%;
    }

    .hide-on-mobile {
        display: none;
    }

    .area-covered-section .areas-list li a span {
        max-width: 100%;
    }

}

@media (max-width:640px) {
    h1 {
        font-size: 32px;
    }

    .quote-form {
        padding: 3px 0;
    }

    .sw>.nav {
        flex-direction: row !important;
    }

    .sw-theme-dots>.nav .nav-link {
        padding-left: 0;
    }

    .data-item label {
        text-align: left;
    }

    .sw .scroll-height {
        height: 640px;
    }

    .gb-smartwizards-quotes img {
        width: 56px;
        height: auto;
        margin: 0;
        display: inline-block;
    }

    .dtr-responsive-header img {
        width: 170px;
    }

    .gb-smartwizards-quotes label span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        margin-top: 0;
    }

    .tab-pane h4 {
        font-size: 1.2rem;
    }

    .buttons-wrapper {
        text-align: center;
    }

    .buttons-wrapper button {
        width: 100%;
    }

    .sw .toolbar button {
        width: 100%;
    }

    .dtr-footer-main {
        padding: 32px 0;
    }
}

@media (max-width:576px) {
    
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .header-wrap .navbar .navbar-brand img {
        width: 180px;
    }
    .visible-on-tablet .btn {
        padding: 7px;
        font-size: 16px;
    }
    .visible-on-tablet .btn span{
        vertical-align: middle;
    }
    .visible-on-tablet .btn svg{
        width:20px !important;
        height: auto !important;
    }

    .product-wrap .section-title h2 {
        font-size: 32px;
    }

    .dtr-hero-section-top-padding {
        padding-top: 90px;
        padding-bottom: 0;
    }

    .whatsapp-api-wrapper {
        flex-flow: column wrap;
    }

    .promo-card.style2 {
        height: auto;
        display: block;
    }

    .promo-info h3 {
        font-size: 22px;
    }

    .promo-info {
        position: relative;
        padding: 16px;
    }
    
    .banner-item-2 .banner-item__content img{
        width:270px;
        margin:0 auto;
    }
    
    .hero-section::before {
    top: -219px;
    right: 30px;
}
}

@media (max-width:414px){
    .header-wrap .navbar .navbar-brand img {
        width: 150px;
    }
    .header-wrap.sticky {
        top: -44px;
    }
}

@media (max-width:375px) {
    .visible-on-tablet{
        display: none;
    }
    .other-options.md-none{
        display: block;
    }
    .gb-smartwizards-quotes img {
        width: 32px;
        height: auto;
    }

    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 0;
        position: relative;
    }
}