/* --- Website Fonts --- */
@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: 'WorkSans';
    src: url("/static/main_app/fonts/WorkSans-ExtraBold.ttf");
    font-weight: 80;
}


.new-header-bx{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1024;
    width: 100%;
    background-color: #d0f1ff;
    padding: 20px 0;
    background: -webkit-linear-gradient(315deg, #d0f1ff, #f1f8fe, #b9d9ff);
    background: -moz-linear-gradient(315deg, #d0f1ff, #f1f8fe, #b9d9ff);
    background: -o-linear-gradient(315deg, #d0f1ff, #f1f8fe, #b9d9ff);
    background: linear-gradient(135deg, #d0f1ff, #f1f8fe, #b9d9ff);
}

.new-header-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.new-logo-link{
    width: 220px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-height: 54px !important;
    display: block;
}

.new-logo-link img{
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
}

.nhi-inner-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.nhi-inner-btn .new-link-time{
    padding: 6px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #e7e5e5;
    font-family: 'WorkSans';
    font-weight: 500;
    color: black;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nhi-inner-btn .new-link-time:hover{
    color: white;
    background-color: var(--color-1);
}

.nlt-sfbdfhb{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.nlt-sfbdfhb{
    background: transparent !important;
}

.nlt-sfbdfhb img{
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}

.nlt-sfbdfhb:hover{
    background: transparent !important;
    color: var(--color-1) !important;
}

.new-video-play-btn{
    cursor: pointer;
    font-family: 'WorkSans';
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    gap: 5px;
    background: #005a91;
    background-image: -webkit-gradient(linear, left top, right top, from(#c7dce9), to(#005a91));
    background-image: -webkit-linear-gradient(left, #c7dce9, #005a91);
    background-image: -moz-linear-gradient(left, #c7dce9, #005a91);
    background-image: -o-linear-gradient(left, #c7dce9, #005a91);
    background-image: linear-gradient(90deg, #c7dce9, #005a91);
    font-size: 14px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    padding: 8px 12px;
    white-space: nowrap;
}

.new-video-play-btn svg{
    width: 36px;
    height: 36px;
}


.footer-bx{
    position: inherit;
    top: inherit;
}


.dzgbsrxhrsd{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: -10%;
    margin-right: 8%;
}

.new-heading-sec{
    font-family: 'WorkSans';
    font-weight: 600;
    color: #323232;
    font-size: 48px;
    line-height: normal;
}

.new-pera-sec{
    margin-top: 15px;
    font-family: 'WorkSans';
    font-weight: 400;
    color: #727272;
    font-size: 18px;
    line-height: 1.6;
}


.adgfrsgsr-feaufyg:hover,
.adgfrsgsr-feaufyg{
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/static/main_app/img/new-img/jdvbsrg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 241px;
    height: 68px;
    margin-top: 10px;
}

.cdhgvb-img{
    width: 100%;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    position: relative;
    z-index: 1;
}

.colro-box{
    overflow: hidden;
    position: relative;
    margin-top: -150px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    padding: 220px 0 50px;
    min-height: -webkit-calc(576px);
    min-height: -moz-calc(576px);
    min-height: calc(576px);
    background: #005a91;
    background-image: -webkit-linear-gradient(315deg, #000c6b, #56b1df);
    background-image: -moz-linear-gradient(315deg, #000c6b, #56b1df);
    background-image: -o-linear-gradient(315deg, #000c6b, #56b1df);
    background-image: linear-gradient(135deg, #000c6b, #56b1df);
}

.color-vrfhbtdg{
    padding: 0;
    margin: 0;
    min-height: auto;
}

.cevsrbe-white{
    background-color: white !important;
    background-image: none !important;
    -webkit-box-shadow: 0 20px 60px -10px #000000 !important;
       -moz-box-shadow: 0 20px 60px -10px #000000 !important;
            box-shadow: 0 20px 60px -10px #000000 !important;
}

.fgbdtigyushrig{
    background-image: -webkit-linear-gradient(315deg, #182843, #17649d, #edf0f6);
    background-image: -moz-linear-gradient(315deg, #182843, #17649d, #edf0f6);
    background-image: -o-linear-gradient(315deg, #182843, #17649d, #edf0f6);
    background-image: linear-gradient(135deg, #182843, #17649d, #edf0f6)
}

.gseg{
    background-color: #0a9bb8;
    background-image: linear-gradient(315deg, #1b724f, #0a9bb8);
}

.gseg-2{
    background-color: #0400dc;
    background-image: linear-gradient(189deg, #0400dc, #006459 80%);
}

.colro-box .fiusdryiugsr{
    pointer-events: none;
    position: absolute;
    bottom: -100px;
    left: 30px;
    width: 500px;
    height: 500px;
    opacity: 0.05;
}

.casfuygsrf{
    font-family: 'WorkSans';
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
    color: white;
}

.casfuygsrf.fWFAE{
    color: #292e6f;
}

.casfuygsrf.fWFAE span{
    color: #292e6f;
    font-weight: 300;
    font-style: italic;
}

.casfuygsrf-pera{
    font-size: 16px;
    font-weight: 400;
    color: #292e6f;
}

.counter-item{
    margin: 15px 0;
}

.counter-item .ci-number{
    font-family: 'WorkSans';
    font-weight: 600;
    font-size: 52px;
    color: white;
    text-align: center;
}

.counter-item .ci-text{
    font-family: 'WorkSans';
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
}


.gvsroijgrsiohj{
    font-family: 'WorkSans';
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #292e6f;
    margin-bottom: 15px;
}

.gvsroijgrsiohj2{
    font-family: 'WorkSans';
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: #292e6f;
    margin-bottom: 35px;
}

.csedhgsrfhht table{
    width: 100%;
}

.csedhgsrfhht table tr td{
    width: 33.33%;
    border: 2px solid #deddd8;
}

.csedhgsrfhht .feaghsrg{
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* align-items: flex-start; */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.csedhgsrfhht .fwshbdt{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 80px;
}

.afegesgs .fwshbdt{
    max-width: 70px;
}

.csedhgsrfhht .fvrshrd{
    color: #636363;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-family: 'WorkSans';
    font-weight: 500;
}


.afegesgs .fvrshrd{
    margin-top: -5px;
    color: #7c7fa7;
}

.afegesgs.jygfyugvfuj .fvrshrd{
    color: #292e6f;
}


.colro-box2{
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    background: #192841;
    min-height: 100px;
    -webkit-box-shadow: 0 20px 60px -10px #304b79;
       -moz-box-shadow: 0 20px 60px -10px #304b79;
            box-shadow: 0 20px 60px -10px #304b79;
}



.feaghsrg2{
    padding: 10px;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* align-items: flex-start; */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.owl-item.active.center .feaghsrg2,
.feaghsrg2:hover{
    transform: scale(1.3);
}

.fehdgbhjr{
    font-size: 26px;
    font-family: 'WorkSans';
    font-weight: 400;
    color: #afe3e4;
    margin-left: 20%;
    margin-bottom: -6px;
    transition: all 0.3s ease-in-out;
}

.owl-item.active.center .feaghsrg2 .fehdgbhjr,
.feaghsrg2:hover .fehdgbhjr{
    font-weight: 500;
}

.fwshbdt2{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 90px;
    height: 90px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1) brightness(2);
}

.owl-item.active.center .feaghsrg2 .fwshbdt2,
.feaghsrg2:hover .fwshbdt2{
    filter: grayscale(0) brightness(1);
}

.fvrshrd2{
    color: white;
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    font-family: 'WorkSans';
    line-height: normal;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.owl-item.active.center .feaghsrg2 .fvrshrd2,
.feaghsrg2:hover .fvrshrd2{
    font-weight: 500;
}



.gsrhsdrhre.owl-style .owl-prev,
.gsrhsdrhre.owl-style .owl-next{
    border: 2px solid white !important;
    background: transparent !important;
    width: 40px !important;
    height: 40px !important;
    color: white !important;
}

.gsrhsdrhre3.owl-style .owl-prev,
.gsrhsdrhre3.owl-style .owl-next{
    border: 2px solid #292e6f !important;
    color: #292e6f !important;
}

.gsrhsdrhre.owl-style .owl-prev:hover,
.gsrhsdrhre.owl-style .owl-next:hover{
        background-color: white !important;
    color: #56b1df !important;
}

.gsrhsdrhre3.owl-style .owl-prev:hover,
.gsrhsdrhre3.owl-style .owl-next:hover{
    background-color: #292e6f !important;
    color: #fff !important;
}

.gsrhsdrhre.owl-style .owl-prev svg{
    left: 0 !important;
}

.gsrhsdrhre.owl-style .owl-next svg{
    right: 0 !important;
}

.gsrhsdrhre2 .owl-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px !important;
    gap: 10px;
}

.gsrhsdrhre2.owl-style .owl-nav .owl-next,
.gsrhsdrhre2.owl-style .owl-nav .owl-prev{
    position: relative !important;
    left: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
}



.scgsrhdtrhr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.asfzddh{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 45% !important;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 0 10px -5px black;
       -moz-box-shadow: 0 0 10px -5px black;
            box-shadow: 0 0 10px -5px black;
}

.dasgfvsrg{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100% !important;
}

.edgbdthn{
    color: white;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'WorkSans';
    font-weight: 600;
}

.sfzhbd{
    color: white;
    font-size: 16px;
    font-family: 'WorkSans';
    font-weight: 300;
}

.xsfdhbdg{
    color: white;
    margin-top: 10px;
    font-size: 14px;
    font-family: 'WorkSans';
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  
}



.trendingareas-item{
    padding-top: 50px;
    padding-bottom: 20px;
}

.trendingareas-item .tai-inner{
    cursor: pointer;
    position: relative;
    padding: 20px 10px 20px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-color: #294857;
    width: -webkit-calc(100% - 20%);
    width: -moz-calc(100% - 20%);
    width: calc(100% - 20%);
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trendingareas-item .tai-inner:hover{
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    background-color: #51254c;
}

.trendingareas-item .tai-inner .tai-num{
    font-family: 'WorkSans';
    position: absolute;
    left: 25px;
    top: -25px;
    color: #00ffff;
    font-size: 30px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trendingareas-item .tai-inner .tai-img{
    width: 80px !important;
    height: 80px !important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1) brightness(10);
}

.trendingareas-item .tai-inner:hover .tai-img{
    filter: grayscale(0) brightness(1);
}

.trendingareas-item .tai-inner .tai-name{
    font-family: 'WorkSans';
    color: #00ffff;
    text-align: center;
    margin-top: 15px;
    line-height: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trendingareas-item .tai-inner:hover .tai-num,
.trendingareas-item .tai-inner:hover .tai-name{
    color: magenta;
}


.fhndtg{
    background-color: #e7e5e5;
}

.Sgfsexhrdth{
    margin-bottom: 20px;
}

.Sgfsexhrdth .group__labela{
    font-family: 'WorkSans';
    font-weight: 500;
    color: black;
    font-size: 15px;
    margin-left: 5px;
}

.Sgfsexhrdth input{
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    background-color: white;
    border-color: transparent;
    height: 45px;
}

.Sgfsexhrdth textarea{
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: white;
    border-color: transparent;
}



.mobile-view{
    display: none;
}



.vsfhbdth{
    position: relative;
    box-shadow: 0 0 40px -13px black;
    padding-bottom: 75px;
    border-radius: 25px 25px;
    padding-top: 75px;
    overflow: hidden;
}

.vsfhbdth h1{
    font-family: 'WorkSans';
    font-weight: 600;
    font-size: 52px;
    line-height: normal;
    color: #01639b;
    margin-bottom: 10px;
}

.vsfhbdth p{
    margin-top: 15px;
    font-family: 'WorkSans';
    font-weight: 500;
    color: #292e6f;
    font-size: 18px;
    line-height: 1.6;
}

.vsfhbdth img{
    position: absolute;
    right: 0;
    top: -25px;
    transform: rotate(10deg);
    z-index: -1;
    opacity: 0.8;
    width: 420px;
    height: 420px;
    object-position: center;
    object-fit: contain;
}


@media screen and (max-width:900px) {
    .vsfhbdth h1{
        font-size: 32px;
    }
}

@media screen and (max-width:576px) {
    .vsfhbdth h1 br{
        display: none;
    }
    .vsfhbdth h1{
        font-size: 24px;
    }
    .vsfhbdth p{
        font-size: 16px;
    }
    
}

@media screen and (max-width:450px) {
    .vsfhbdth{
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .vsfhbdth img{
        top:50%;
        right: -25px;
        transform: translateY(-50%) rotate(15deg);
        width: 280px;
        height: 280px;
    }
    
}

@media screen and (max-width:370px) {
    .vsfhbdth h1{
        font-size: 20px;
    }
    .vsfhbdth p{
        font-size: 14px;
    }
}











.cdakkrsjgnvkjrsngfksr{
    box-shadow: 0 0 40px -13px black;
    padding-bottom: 45px;
    border-radius: 0 0 25px 25px;
    padding-top: 75px;
    margin-top: -60px;
}

.clientslideritem{
    cursor: pointer;
    width: 100%;
    padding: 5px 5px;
    transition: all 0.3s ease-in-out;
}

.clientslideritem:hover{
    transform: scale(1.2);
}

.clientslideritem img{
    width: 100%;
}


@media screen and (max-width:992px) {
    .new-header-bx.footer-bx .new-header-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .new-header-bx.footer-bx .new-header-inner .nhi-inner-btn{
        margin-top: 25px;
    }

    .new-heading-sec{
        font-size: 36px;
    }
}


.fedgasrhsh{
    display: none;
}

@media screen and (max-width:840px) {
    .new-header-bx .new-video-play-btn{
        display: none;
    }

    .fedgasrhsh{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto;
        margin-top: -25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:768px) {
    .gvsroijgrsiohj2,
    .casfuygsrf,
    .new-heading-sec{
        font-size: 28px;
    }
    .gvsroijgrsiohj2 br,
    .casfuygsrf br,
    .new-pera-sec br{
        display: none;
    }
}


@media screen and (max-width:600px) {
    .new-header-bx.footer-bx .new-header-inner .nhi-inner-btn,
    .new-header-bx .new-header-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .new-header-bx .new-header-inner .nhi-inner-btn{
        margin-top: 25px;
    }   
}


@media screen and (max-width:576px) {
    .gvsroijgrsiohj2,
    .casfuygsrf,
    .new-heading-sec{
        font-size: 24px;
    }

    .new-heading-sec br{
        display: none;
    }
    .new-pera-sec{
        font-size: 16px;
        margin-bottom: 25px;
    }

    .counter-item .ci-number {
        font-size: 32px;
    }
}


@media screen and (max-width:400px) {
    .gvsroijgrsiohj2,
    .casfuygsrf,
    .new-heading-sec{
        font-size: 20px;
    }

    .desktop-view{
        display: none;
    }
    .mobile-view{
        display: block;
    }
}


@media screen and (max-width:380px) {
    .new-header-bx.grshdthsthwsth .nhi-inner-btn .new-link-time{
        font-size: 12px;
    }
}





.whatapp-chat-icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
  }
  
  .whatapp-chat-icon img {
    width: 100%;
    filter: brightness(0.95);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  
  .whatapp-chat-icon:hover img {
    filter: brightness(1);
  }