/*************
Hash CSS Start
**************/
@media(min-width: 1921px){
    
}
@media(min-width: 2248px){
    .icon-sec{
        padding-top: 530px;
        margin-top: -400px;
    }
    .hero-sec{
        min-height: 750px;
    }
}
@media(min-width: 1920px) and (max-width: 2247px){
    .icon-sec{
        padding-top: 420px;
        margin-top: -400px;
    }
}
@media(max-width: 991px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    .landing-logo{
        max-width: 90px;
    }
    .title-area h2.title{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 0px;
    }
    .hero-content h1.hero-title {
        font-size: 56px;
        line-height: 40px;
    }
    .hero-content .subtitle {
        font-size: 34px;
        line-height: 40px;
    }
    .hero-content .hero-desc {
        font-size: 28px;
        line-height: 32px;
    }
    .price-wrapper .price-detail .price {
        font-size: 52px;
        line-height: 38px;
    }
    .icon-sec{
        padding-top: 300px;
    }
    .icon-sec .title-area{
        max-width: 100%;
    }
    .icon-row .icon-col, .icon-row .icon-col:nth-child(3), .icon-row .icon-col:nth-child(6){
        max-width: 50%;
    }
    .contact-form {
        position: relative;
        width: 100%;
        bottom: unset;
        z-index: 99;
    }
    .contact-form .form-area{
        padding: 20px;
        flex-wrap: wrap !important;
        gap: 30px;
        margin-bottom: 40px;
    }
    .contact-form .form-title{
        width: 100%;
        text-align: center;
    }
    .footer-sec .footer-desc {
        margin-bottom: 30px;
    }
    .footer-sec{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    body{
        font-size: 22px;
    }
}
@media(max-width: 767px){
    body{
        font-size: 20px;
        line-height: 25px;
    }
    .logo-wrapper {
        max-width: 100%;
        margin: 0 auto;
        background-color: #c1e0fd;
        width: 100%;
        display: block;
        padding-top: 26px;
    }
    .landing-logo {
        max-width: 90px;
        position: relative;
        display: block;
        margin: 0 auto;
        left: unset;
        top: unset;
        bottom: -20px;
    }
    .hero-sec{
        min-height: 650px;
    }
    .hero-content .hero-desc {
        font-size: 24px;
        line-height: 30px;
    }
    .hero-content .hero-desc .eng {
        font-size: 22px;
    }
    .price-wrapper .price-detail {
        font-size: 20px;
        line-height: 24px;
    }
    .price-wrapper .price-detail .price {
        font-size: 34px;
        line-height: 36px;
    }
    .price-wrapper{
        padding: 10px 0;
    }
    .icon-sec {
        padding-top: 0;
        background-image: unset !important;
        margin-top: -35%;
        padding-bottom: 0px;
    }
    .icon-sec > .container{
        background-color: var(--main-color);
        padding-bottom: 40px;
    }
    .title-area h2.title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 1%;
    }
    .icon-row{
        gap: 26px 16px;
    }
    .icon-row .icon-col, .icon-row .icon-col:nth-child(3), .icon-row .icon-col:nth-child(6){
        max-width: 47.5%;
        padding: 0;
        margin-bottom: 16px;
        flex-wrap: wrap !important;
        justify-content: center;
        align-items: start !important;
        text-align: center;
        margin: 0;
        gap: 10px;
    }
    .icon-row .icon-col .text{
        width: 100%;
    }
    .icon-row .icon-wrapper {
        width: 66px;
        min-width: 66px;
        height: 66px;
        padding: 14px;
        margin-left: 0px;
    }
    .footer-sec .title-area .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .footer-sec .title-area .subtitle {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .footer-desc {
        font-size: 30px;
        line-height: 34px;
    }
    .footer-desc > span.primary{
        font-family: var(--font-family-Assistant-Medium);
    }
    .form-wrap > .col-12 {
        padding: 0 10px;
    }
    .global-btn{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .form-area > p{
        width: 100%;
    }
    .footer-sec{
        padding-bottom: 110px;
        padding-top: 40px;
    }
    .content-row .content-col-wrapper {
        padding: 40px 10px;
    }
    .whatsapp-btn{
        bottom: 14%;
    }

    /* Global Page CSS */
    .privacy-banner {
        min-height: 250px;
    }
    .privacy-banner h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 14px;
    }
    .page-content h2 {
    font-size: 30px;
    }
    .page-content h3 {
        font-size: 26px;
    }
    .page-content h4 {
        font-size: 22px;
    }
    .breadcrumbs li {
        font-size: 22px;
        line-height: 22px;
    }
    .privacy-banner{
        margin-bottom: 40px;
    }
    .privacy-banner {
        min-height: 250px;
    }
    .page-content {
        margin-bottom: 60px;
    }
}