@font-face {
    font-family: 'health-icons';
    src: url('../assets/font/health-icons.eot?70997321');
    src: url('../assets/font/health-icons.eot?70997321#iefix') format('embedded-opentype'),
         url('../assets/font/health-icons.woff2?70997321') format('woff2'),
         url('../assets/font/health-icons.woff?70997321') format('woff'),
         url('../assets/font/health-icons.ttf?70997321') format('truetype'),
         url('../assets/font/health-icons.svg?70997321#health-icons') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'health-icons';
      src: url('../font/health-icons.svg?70997321#health-icons') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "health-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-billing-collection:before { content: '\0e80'; } /* '຀' */
  .icon-billing-error:before { content: '\e800'; } /* '' */
  .icon-ai-driven-support:before { content: '\e802'; } /* '' */
  .icon-analytics:before { content: '\e803'; } /* '' */
  .icon-anonymization:before { content: '\e805'; } /* '' */
  .icon-automated-alert:before { content: '\e806'; } /* '' */
  .icon-call:before { content: '\e808'; } /* '' */
  .icon-cash-flow:before { content: '\e809'; } /* '' */
  .icon-claim-submission:before { content: '\e80a'; } /* '' */
  .icon-continue-monitring:before { content: '\e80b'; } /* '' */
  .icon-continuous-learning:before { content: '\e80c'; } /* '' */
  .icon-data-backup:before { content: '\e80d'; } /* '' */
  .icon-data-collection:before { content: '\e80f'; } /* '' */
  .icon-data-processing:before { content: '\e810'; } /* '' */
  .icon-data-safety:before { content: '\e811'; } /* '' */
  .icon-data-verification:before { content: '\e812'; } /* '' */
  .icon-decision-support:before { content: '\e814'; } /* '' */
  .icon-diagnostic-support:before { content: '\e815'; } /* '' */
  .icon-disaster-recovery:before { content: '\e816'; } /* '' */
  .icon-down-arrow:before { content: '\e817'; } /* '' */
  .icon-efficient-collections:before { content: '\e818'; } /* '' */
  .icon-email:before { content: '\e819'; } /* '' */
  .icon-empowerment:before { content: '\e81a'; } /* '' */
  .icon-encryption:before { content: '\e81b'; } /* '' */
  .icon-enhanced-diagnostic-accuracy:before { content: '\e81c'; } /* '' */
  .icon-financial-accuracy:before { content: '\e81d'; } /* '' */
  .icon-hamburger-menu:before { content: '\e81e'; } /* '' */
  .icon-information-synthesis:before { content: '\e81f'; } /* '' */
  .icon-insurance-verify:before { content: '\e820'; } /* '' */
  .icon-integration:before { content: '\e822'; } /* '' */
  .icon-medication-management:before { content: '\e823'; } /* '' */
  .icon-multi-authentication:before { content: '\e825'; } /* '' */
  .icon-multidisciplinary-teams:before { content: '\e827'; } /* '' */
  .icon-next-arrow:before { content: '\e828'; } /* '' */
  .icon-patient-profile:before { content: '\e829'; } /* '' */
  .icon-personal-treatment:before { content: '\e82a'; } /* '' */
  .icon-preparation:before { content: '\e82b'; } /* '' */
  .icon-prev-arrow:before { content: '\e82c'; } /* '' */
  .icon-proactive-care-delivery:before { content: '\e82d'; } /* '' */
  .icon-real-time-data:before { content: '\e82e'; } /* '' */
  .icon-reduced-cost:before { content: '\e82f'; } /* '' */
  .icon-reduced-wait-time:before { content: '\e830'; } /* '' */
  .icon-regulatory-compliance:before { content: '\e831'; } /* '' */
  .icon-risk-assessment:before { content: '\e832'; } /* '' */
  .icon-role-secured-access:before { content: '\e833'; } /* '' */
  .icon-security-compailance:before { content: '\e834'; } /* '' */
  .icon-trust-confidence:before { content: '\e835'; } /* '' */
  .icon-up-arrow:before { content: '\e836'; } /* '' */
  



body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: rgba(8, 42, 70, 0.6);
    scroll-behavior: smooth;
}

 h1, h2, h3, h4, h5, h6{
    font-family: "Jost", sans-serif;
    color: #082A46;
}

/* header logo and menus style */

#header .nav-menu{
    background: transparent;
    padding: 20px 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 111;
}
.nav-menu .logo{ 
   width: 150px;
    text-decoration: none;
    display: block;
}
.nav-menu .logo img{
    width: 170px;
}
.nav-menu .nav-bar{display: flex; justify-content: end;}
.nav-menu .nav-bar ul{display: flex; margin-bottom: 0px; padding-left: 0;}
.nav-menu .nav-bar li{list-style-type: none;}
.nav-menu .nav-bar li a{font-size: 16px; font-weight: 400; color: #fff; text-decoration: none; padding: 10px 16px; display: block;}
.nav-menu .nav-bar li a:hover{color: #082A46;}


/* mobile menu hide for desktop */
.mobile-menu{display: none;}

  .nav-menu .nav-bar li.active{
    position: relative;
  }
  .nav-menu .nav-bar li.active a{
    color: #082A46;
  }
  .nav-menu .nav-bar li.active::after{
    content: '';
    background: #082A46;
    width: 50%;
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
  }

  .nav-menu .nav-bar li .border-btn{
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.5s;
    box-sizing: border-box;
  }
 
  .nav-menu .nav-bar li .border-btn:hover {
      box-shadow: inset 5em 0 0 0 #fff,
    inset -5em 0 0 0 #fff;
    border-color: #000;
    background: #fff;
    border: 1px solid transparent;
    color: #082A46;
  }

  /*SCROLL TO TOP BUTTON*/

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 0 5px;
    border-radius: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollToTopBtn i{
    font-size: 16px;
}

#scrollToTopBtn i::before{
    width: auto;
}

#scrollToTopBtn:hover {
    background-color: #333;
}



/* Homepage css */

.homepage{
    position: relative;
}
.homepage img{
    width: 100%;
}
.homepage::before{
    content: '';
    background: rgba(8, 42, 70, 0.78);
    position: absolute;
    inset: 0;
    height: 100%;
}
.banner-conetnt{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.homepage h1{
    font-size: 54px;
    color: #fff;
    font-weight: 900;
    text-align: center;
   
}

h1.only-dekstop{
    animation: ani ;
    -webkit-animation: ani 3s;
}
@keyframes ani{
    from{
        letter-spacing: 25px;
        filter: blur(5px);
        -webkit-filter: blur(5px);
        opacity: 0;
    }to{
        letter-spacing: 0;
        filter: blur(0);
        -webkit-filter: blur(0);
        opacity: 1;
    }
}
.homepage p{
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    line-height: 35px;
}

.wh-box{
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: -1px -1px 15px -1px rgba(0,0,0,0.15);
}
.features-div .wh-box{
    display: block;
    text-decoration: none;
    transition: all .3s ease-in-out;
    transform: translateY(0);
}

.features-div .wh-box:hover{
    transform: translateY(-7px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
}
.icon-box{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #082A46;
    color: #fff;
    font-size: 30px;
    transition: all .3s ease-in-out;
}

.features-div .wh-box:hover .icon-box{
    background: #d39885;
}
h4{
    color: #082A46;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.sec-padd{
    padding: 100px 0;
}

h2{
    font-size: 36px;
    color: #082A46;
    font-weight: 800;
}
h3{
    font-size: 22px;
    color: #082A46;
    font-weight: 600;
}

p{
    color: rgba(8, 42, 70, 0.6);
    line-height: 28px;
    font-size: 14px;
}

.features-div {
    margin-top: -110px;
    z-index: 1;
    position: relative;
}
.features-div .container{
    max-width: 1000px;
    margin: auto;
}
.head-text{
    margin-bottom: 50px;
}

.features-box{
    margin-bottom: 40px;
}
.features-box i{
    font-size: 32px;
    color: #082A46;
    display: block;
    margin-bottom: 10px;
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 40px 0 0;
}
.img-box{
    position: relative;
    height: 480px;
}
.img-box::after{
    content: '';
    background: rgba(8, 42, 70, 0.45);
    position: absolute;
    inset: 0;
    border-radius: 0 40px 0 0;
}
.img-box-left img{
    border-radius: 0 0 0 40px;
}
.img-box-left::after{
    border-radius: 0 0 0 40px;
}
.features-dlts-div{
    padding-left: 45px;
}
.left-side-sapce{
    padding-right: 30px;
}
.img-box-right-bottom img{
    border-radius: 0 0 40px 0;
}
.img-box-right-bottom::after{
    border-radius: 0 0 40px 0;
}


/* Decision Support section */


.bg-dark{
    position: relative;
}
.bg-dark::after{
    content: '';
    background-image: url(../assets/images/background-sec1.webp);
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.bg-dark::before{
    content: '';
    background: rgba(8, 42, 70, 0.92);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-dark .container{
    position: relative;
    z-index: 11;
}

.bg-dark h2{
    color: #fff;
}
.bg-dark .head-text p{
    color: rgba(255, 255, 255, 0.85);
}
.tab-content{
    background: #fff;
    border-radius: 8px;
}
.tab-section .flex-column{
    background: #fff;
    border-radius: 6px;
}
.tab-section .nav-link{
    font-family: "Jost", sans-serif;
    padding: 15px 20px;
    background: transparent;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #082A46;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
.tab-section .nav-link:last-child{
    border-bottom: 0;
}
.tab-section .nav-link.active{
    background: transparent;
    border-radius: 0;
    font-weight: 600;
    color: #082A46;
    position: relative;
}
.tab-section .nav-link.active::after, .tab-section .nav-link:hover::after{
    content: '';
    background: #082A46;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.icon-div{
    background: rgba(8, 42, 70, 0.03);
    width: 48px;
    height: 48px;
    padding: 35px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #082A46;
}
.content-box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}
.content-box p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 23px;
}
.content-box:last-child{
    border-bottom: 0;
}

.security-sec{
    position: relative;
}

.security-sec::after{
    content: '';
    background-image: url(../assets/images/background-sec2.webp);
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
    width: 100%;
    background-size: cover;
    opacity: 0.5;

}
.security-sec::before{
    content: '';
    background: #F1D3C9;
    position: absolute;
    inset: 0;
}
.security-sec .container{
    position: relative;
    z-index: 11;
}
.security-sec .wh-box{
    padding: 30px 20px;
    text-align: center;
    height: 190px;
}
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav{
    position: absolute;
    top: -60px;
    right: 0;
}

.security-sec .owl-carousel button.owl-prev,  
.security-sec .owl-carousel button.owl-next{
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    background: #fff;
    transition: .3s ease-in-out;
    z-index: 11;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 0;
  }
  .security-sec .owl-carousel button.owl-prev::after{
    content: '\E82C';
    font-family: "health-icons";
    font-size: 12px;
    color: #082A46;
  }
  .security-sec .owl-carousel button.owl-next::after{
    content: '\E828';
    font-family: "health-icons";
    font-size: 12px;
    color: #082A46;
  }
  .security-sec .icon-box{
    background: rgba(241, 211, 201, 0.15);
    color: #d39885;
    font-size: 38px;
  }
  .security-sec  h4{
    margin-bottom: 0;
  }

/* Get In touch */

.get_in_touch .head-text{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.get_in_touch .wh-box{
    padding: 40px 24px;
    height: 300px;
    position: relative;
}
.link{
    color: #082A46;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    bottom: 35px;
}
.link:hover{
    text-decoration: underline;
}
.link i{
    margin-right: 10px;
    font-size: 16px;
    color: #082A46;
}
.get_in_touch .wh-box h2{
    margin-bottom: 20px;
}
.tab-sec-head{
    max-width: 500px;
}

/* Footer */
.footer{
    background: #282929;
}
.footer p{
    color: #FFF;
    font-weight: 300;
    margin-bottom: 0;
}
.footer .logo{
    margin-bottom: 20px;
    display: block;
}

.footer-box{
    padding: 30px 0;
}
.footer-box h3{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 40px;
}
.footer-box a{
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
}
.footer-box a:hover{
    text-decoration: underline;
}
.footer ul {
    padding: 0;
    margin: 0;
}
.footer ul li{
    padding: 0;
    margin: 0;
}
   
.footer ul li{
    color: #fff;
    font-size: 14px;
    list-style: none;
    display: flex;
}
.footer ul li i{
    margin-right: 10px;
}

.copyright-sec{
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0;
}
.copyright-sec a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.copyright-sec a:hover{
    text-decoration: underline;
}
header {
    width: 100%;
    top: 0;
    z-index: 1000;
}
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #082A46;
}
#header.sticky .nav-menu{
    background: #082A46;
}

.sticky + .content {
    padding-top: 60px;
}

.height-box .features-box{
    height: 220px;
}
 

/* -----------------------------------Media Quries----------------------------------------- */

@media (min-width: 320px) and (max-width: 767px) { 
    .nav-menu .logo img{
        width: 100%;
    }


    .banner-conetnt{
        top: 60%;
        transform: translateY(-40%);
    }
    .features-div .animate__animated{
        animation: none;
    }
    /* mobile menu responsive */
    .mobile-menu{display: none;}
    /* .nav-menu .nav-bar{display: none;} */
    /* .mob-flex{display: flex; align-items: center;
    justify-content: space-between;} */
    .mobile-menu .toggle-btn{background-color: #fff; display: block; height: 50px; width: 50px; border: none;display: flex; align-items: center ; justify-content: center;}
    .mobile-menu .toggle-btn i{font-size: 14px; margin-left: -6px;}
    .mobile-menu .offcanvas-header{background: #082A46; padding: 0; }
    .mobile-menu .offcanvas-header .btn-close{background-color:#fff; padding: 20px; margin: 0; border-radius: 0; opacity: 9;}
    .mobile-menu .offcanvas-end{width: 250px;}
    .mobile-menu .mob-link a{display: block;padding: 14px 20px; font-size: 14px; font-weight: 300; color: #2A2A2A; text-decoration: none; border-bottom: 1px solid #a5a5a715;}
    .mobile-menu .offcanvas-body{padding: 0;}
    .mobile-menu .offcanvas-title{padding-left: 20px; font-weight: 400;color: #fff;}
    #header .nav-menu{
        /* background: #082A46;
        position: relative; */
        padding: 10px 0;
    }
    .nav-menu .nav-bar li .border-btn{
        padding: 8px 20px;
        font-size: 14px;
    }
    .homepage{
        height: 480px;
    }
    .homepage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .homepage h1{
        font-size: 34px;
        line-height: 48px;
        
    }
    .homepage p{
        font-size: 14px;
        line-height: 24px;
    }
    .features-div{
        margin-top: 50px;
    }
    .features-div .wh-box{
        margin-bottom: 10px;
        padding: 25px 10px;
        height: 200px;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }
    h3{
        text-align: center;
    }
    p{
        line-height: 23px;
    }
    .get_in_touch .wh-box {
        height: auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .sec-padd {
        padding: 60px 0;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 20px;
    }
    .head-text p{
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .img-box img{
        border-radius: 0;
    }
    .order-div1{
        order: 2;
    }
    .order-div2{
        order: 1;
    }
    .bottom-marg{
        margin-bottom: 30px;
    }
    .features-dlts-div{
        padding-left: 0;
    }
    .security-sec p{
        text-align: center;
    }
    .features-box{
        background: #fff;
        padding: 20px 10px;
        border-radius: 8px;
        box-shadow: -1px -1px 15px -1px rgba(0, 0, 0, 0.15);
        text-align: center;
        margin-bottom: 10px;
        /* height: 260px; */
    }
    .features-box p{
        margin-bottom: 0;
    }
    .tab-section .flex-column{
        margin-bottom: 20px;
    }


    .left-side-sapce{
        padding-right: 0;
    }

    .img-box{
        height: 285px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .img-box img, .img-box::after{
        border-radius: 10px;
    }

    .footer-box h3{
        text-align: left;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .accordion-button:not(.collapsed){
        font-family: "Jost", sans-serif;
        color: #082A46;
        font-weight: 600;
    }
    .accordion-button{
        padding: 10px 20px;
        font-weight: 500;
        color: #082A46;
    }

    .accordion-body{
        padding: 0;
    }
    .icon-div{
        width: 36px;
        height: 36px;
        padding: 25px;
        font-size: 30px;
    }
    .content-box{
        gap: 10px;
        padding: 20px 10px;
    }

    .security-sec .wh-box {
      padding: 20px 10px;
    }

    .get_in_touch .wh-box h2{
        font-size: 23px;
    }

    .head-text {
        margin-bottom: 24px;
    }

    .data_processing h3{
        margin-bottom: 30px;
    }

    .data_processing .col-6, .features-div .col-6{
        padding-right: 5px;
        padding-left: 5px;
    }
    .features-box i {
        margin-bottom: 8px;
        display: block;
    }

    .link{
        position: relative;
        bottom: 0;
    }
    .tab-sec-head{
        max-width: 100%;
     }

     .features-div .wh-box:hover .icon-box{
        background: #082A46;
    }

    .owl-carousel .owl-nav {
      top: -45px;
    }
}

   


@media (min-width: 768px) and (max-width: 991px) {
    .nav-menu .logo img{
        width: 100%;
    }

    /* mobile menu responsive */

     /* .mobile-menu{display: block;} */
    /* .nav-menu .nav-bar{display: none;} */
    /* .mob-flex{display: flex; align-items: center;
        justify-content: space-between;} */
    .mobile-menu .toggle-btn{background-color: #fff; display: block; height: 60px;  width: 60px; border: none; padding: 15px 20px;}
    .mobile-menu .toggle-btn i{font-size: 14px; margin-left: -6px;}
    .mobile-menu .offcanvas-header{background: #082A46; padding: 0; }
    .mobile-menu .offcanvas-header .btn-close{background-color:#fff; padding: 20px; margin: 0; border-radius: 0; opacity: 9;}
    .mobile-menu .offcanvas-end{width: 250px;}
    .mobile-menu .mob-link a{display: block;padding: 14px 20px; font-size: 14px; font-weight: 300; color: #2A2A2A; text-decoration: none; border-bottom: 1px solid #a5a5a715;}
    .mobile-menu .offcanvas-body{padding: 0;}
    .mobile-menu .offcanvas-title{padding-left: 20px; font-weight: 400;color: #fff;}

    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 20px;
    }

    .features-div{
        margin-top: -100px;
    }
    .homepage{
        height: 380px;
    }
    .homepage img{
        height: 100%;
        object-fit: cover;
    }
    .homepage h1{
        font-size: 34px;
    }
    h2{
        font-size: 30px;
        line-height: 40px;
    }
    .features-dlts-div {
        padding-left: 10px;
    }
    .left-side-sapce {
        padding-right: 10px;
    }
    .get_in_touch .wh-box h2{
        font-size: 24px;
    }
    .copyright-sec{
        text-align: center;
    }
    .sec-padd {
        padding: 70px 0;
    }

    .data_processing .col-6{
        padding-right: 5px;
        padding-left: 5px;
    }

    
    p{
        line-height: 22px;
    }
    .get_in_touch .wh-box {
       height: 340px;
    }
    .link{
        bottom: 35px;
    }
    .tab-sec-head{
        max-width: 100%;
    }

    .features-div .wh-box{
        height: 200px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .logo img{
        width: 100%;
    }

    .features-dlts-div{
        padding-left: 35px;
        margin-top: 20px;
    }
    .security-sec h2{
        font-size: 30px;
    }
    .get_in_touch .wh-box{
        height: 330px;
    }
    .get_in_touch .margin-top {
      margin-top: 85px;
    }
    .get_in_touch .wh-box h2{
        margin-bottom: 20px;
        font-size: 30px;
    }
    
}
