:root {
    --white:        #ffffff;
    --black:        #000000;
    --gray100:      #f5f8ff;
    --blue50:       #5E75A4;
    --blue:         #221F5D;
    --blue100:      #9478EF;
    --blue200:      #4238BF;
    --blue300:      #2F305E;
    --blue400:      #770FE5;
    --blue500:      #7F58FF;
    --blue600:      #D3C5FE;
    --yellowgreen:  #D7F016;
    --orage:        #E13600;
    --green:        #75CF15;
}
@media screen and (min-width:1500px){
    .hero_box {
        height: 640px;
    }
    section.section_heroslider{
        border-top: 80px solid transparent;
    }
}
@media screen and (min-width:1200px) and (max-width:1499px){
}
@media screen and (max-width:1199px) {
    .cookie_box_wrp {
        top: inherit;
        right: 20px;
        max-width: 260px;
        left: inherit;
    }
    .cookie_box_wrp.show{
        top: inherit;
        bottom: 20px;
        animation: cookiebox 3s infinite;
        animation-iteration-count: 1;
    }
    .cookie_box_wrp:not(.show){
        top: inherit;
        bottom: -100%;
        animation: cookieboxclose 3s infinite;
        animation-iteration-count: 1;
    }
    @keyframes cookiebox {
        0% {
            top: inherit;
            bottom: -100%;
            opacity: 0;
        }
        50% {
            top: inherit;
            bottom: 20px;
            opacity: 1;
        }
    }
    @keyframes cookieboxclose {
        0% {
            top: inherit;
            bottom: 20px;
            opacity: 1;
        }
        50% {
            top: inherit;
            bottom: -100%;
            opacity: 0;
        }
    }
    .cookie_popup.cookieout {
        padding-top: 10px;
    }
    .cookiemodal_wrp .modal-dialog {
        max-width: 260px;
        margin-left: auto;
        margin-right: 60px;
        margin-bottom: 60px;
    }
    .navbar-expand>.container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cookie_popup .cookie_icon{
        max-width: 60px;
        margin-left: -30px;
        margin-top: -30px;
        margin-bottom: 10px;
    }
    .cookie_content{
        font-size: 16px;
        line-height: 28px;
        flex-direction: column;
        border-radius: 13px;
        padding: 20px;
    }
    .cookie_text{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .btn-outline{
        font-size: 20px;
        height: 30px;
        padding: 0 20px;
    }
    .ourstory_right{
        padding-right: 0;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:601px) and (max-width:1199px){
    .ourstory_content h2 {
        font-size: 30px;
    }
    .playpause{
        width: 70px;
        height: 70px;
    }
    .section_whatus {
        border-bottom-width: 80px;
        border-bottom-color: var(--gray100);
    }
    .whycareslider {
        height: 390px;
    }
    .wc_box{
        padding: 50px 10px 50px;
    }
    .wc_card{
        height: 280px;
    }
    .slick-slide.slick-active .wc_box .wc_card {
        transition-duration: 0.6s;
    }
    .slick-slide.slick-current .wc_card{
        height: 310px;
    }
    .wc_card h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .slick-slide.slick-current .wc_card h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .slick-slide.slick-current .wc_card .wc_desc{
        margin: 15px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .wc_icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    .slick-slide.slick-current .wc_icon {
        width: 74px;
        height: 74px;
        margin-top: -50px;
    }    
    .whycareslider .slick-slide .wc_box .wc_card{
        width: calc(100% - 50%);
        margin-left: 75%;
        position: relative;
        z-index: 1;
    }
    .whycareslider .slick-slide.slick-current .wc_card{
        width: 100%;
        max-width: 50%;
        margin-left: 25%;
    }
    .whycareslider .slick-slide.slick-current + .slick-slide .wc_card{
        margin-left: -25%;
    }
    .othersay_headtilte h3 {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .otherssay_desc{
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2.5px;
    }
    .otherssay_title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2.5px;
    }
    .otherssay_card hr{
        height: 60px;
    }
    .wopr_wrp{
        width: 52%;
    }
    .wodotprofile .slick-slide {
        padding: 30px 0px 0px;
        margin: 0 10px;
    }
    .wodotprofile .slick-slide.slick-current{
        margin-top: -13px;
    }
    .form_arrow.form_arrow_tablet {
        margin-right: -60px;
        margin-top: -35px;
        margin-bottom: -200px;
    }
    .form-group:last-child {
        margin-bottom: 20px;
    }
    .form-group textarea.form-control{
        min-height: 110px;
    }
    .btn{
        height: 60px;
    }
    .form_button{
        justify-content: flex-end;
    }
    .ageradio_group .custom-control .custom-control-label{
        font-size: 10px;
        padding: 2px 7px;
    }
    .form-group .form-control,
    .ageradio_group{
        height: 44px;
    }
    .form-group.form-select-group .custom-select,
    .form-group.form-select-group .form-control{
        height: 44px;
    }
    .followus_wrp{
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .followus_wrp label{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .scm a{
        margin: 0 20px;
    }
    .scm a img {
        max-width: 48px;
    }
    .scm a.sc_youtube img {
        max-width: 56px;
    }
    .footer_firstrow {
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .footer_copyrights{
        flex-direction: column-reverse;
    }
    .copyrights{
        margin-top: 20px;
        margin-right: 0;
    }
    .navpc .nav-item .nav-link {
        font-size: 26px;
    }
    .tab-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .tab-content h4::before{
        width: 8px;
        height: 8px;
        top: 3px;
        left: -18px;
    }
    button.close{
        top: 50px;
    }
    .tab-content{
        font-size: 10px;
    }
    .ql_button a{
        font-size: 15px;
    }
    .footer_copyrights .copyrights{
        font-size: 12px;
    }
    .footer_logo{
        margin: 30px auto;
    }
    .custom-select option{
        min-height: inherit;
        font-size:14px;
    }
    .form_wrp{
        padding: 0;
    }
    .form_wrp form{
        padding: 0 30px;
    }
    .section_getintouch{
        margin-bottom: 50px;
    }
    section.section_heroslider{
        border-bottom-width: 120px;
    }
    .hero-tablet {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 30px;
    }
    .hero_card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 50px;
    }
    .hero_card.hero_card_last{
        padding: 0px;
    }
    .hero_card .hero_onebox{
        width: 100%;
        padding: 0;
        height: auto;
        align-items: flex-end;        
    }
    .hero_card .hero_onebox .h_img{
        max-width: 100%;
    }
    .hero_caption h1{
        font-size: 74px;
        line-height: 102px;
    }
    .hero_caption {
        font-size: 20px;
        line-height: 28px;
    }
    .hero_card.hero_card_last .hero_caption {
        font-size: 25px;
        line-height: 35px;
        padding-left: 40px;
        margin-bottom: -110px;
    }
    .hero_caption.hc_plantxt{
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px;   
    }
    .hcc {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .hcc .hcc_dsc{
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }
    .hcc .hcc_dsc .hs_arrowleft {
        margin-top: 20px;
        margin-right: 50px;
        bottom: 0;
    }
    .h_img {
        width: 100%;
        max-width: 80%;
    }
    .hero_img_caption{
        margin-bottom: 20px;
    }
    .hero_card.hero_second .hero_img_caption{
        font-weight: 400;
    }
    .hero_card.hero_card_last .hero_caption{
        font-weight: 400;
    }
    .section_whycares h2, .video_main h2{
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 3px;
    }
    .video_main{
        flex-direction: column;
    }
    .video_main h2{
        width: 100%;
        font-size: 28px;
        line-height: 38px;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .video_main .video_wrp{
        width: 100%;
    }
    .section_othersay::before, .section_othersay::after{
        height: 5px;
    }
    .getintouch_title{
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }
    .getintouch_title h2 {
        font-size: 57px;
        line-height: 42px;
        letter-spacing: 8px;
    }
    .getintouch_title span{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .form_wrp h3 {
        font-size: 23px;
        margin-bottom: 40px;
        letter-spacing: 2.2px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .thankyou_desc{
        max-width: 100%;
        padding-left: 30px;
        margin-left: 0;
        padding-right: 30px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .followus_wrp label{
        margin-top: -22px;
    }
    .getintouch_title h2 {
        font-size: 90px;
        line-height: 70px;
        letter-spacing: 5px;
    }
    .getintouch_title span{
        font-size: 24px;
        letter-spacing: 1px;
    }
    .modal-dialog {
        max-width: 800px;
    }
    .form_wrp h3 {
        margin-top: 20px;
    }
    .wodotprofile .slick-slide {
        padding: 35px 0px 0px;
    }
    .wodotprofile .slick-slide.slick-current {
        margin-top: -18px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .thankyou_main{
        max-width: 90%;
    }
    .followus_wrp label{
        margin-top: -20px;
    }
    .modal-dialog {
        max-width: 620px;
    }
}
@media screen and (min-width:601px) and (max-width:767px) {
    .hero_card{
        padding: 40px;
    }
    .hero_caption{
        letter-spacing: 2px;
    }
    .hero_caption.hc_plantxt {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .hero_caption h1 {
        font-size: 74px;
        line-height: 102px;
    }
    .hero_img_caption {
        font-size: 24px;
    }
    .hero_card.hero_card_last .hero_caption {
        font-size: 20px;
        line-height: 28px;
    }
    .hero_card.hero_card_worry.hero_second .h_img{
        max-width: 100%;
    }
    .whycareslider .slick-slide .wc_box .wc_card {
        width: calc(100% - 50%);
        margin-left: 65%;
        position: relative;
        z-index: 1;
    }
    .whycareslider .slick-slide.slick-current + .slick-slide .wc_card {
        margin-left: -15%;
    }
    .whycareslider .slick-slide.slick-current .wc_card{
        width: 100%;
        max-width: 70%;
        margin-left: 15%;
    }
    .getintouch_title h2 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .form_wrp form {
        padding: 0 15px;
    }
    .form_wrp h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .wopr_wrp {
        width: 65%;
    }
    .scm a {
        margin: 0 15px;
    }
    .followus_wrp label{
        margin-top: -20px;
    }
    .thankyou_main{
        max-width: 90%;
    }
    .thankyou_desc{
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ql_button {
        margin: 0px 15px;
    }
    .navpc .nav-item {
        padding: 0 15px;
    }
    .navpc .nav-item .nav-link {
        font-size: 22px;
    }    
    .ourstory_content h2 {
        font-size: 28px;
    }
}
@media screen and (max-width:600px) {
    .navbar .nav-register-link {
        height: 40px;
        font-size: 20px;
    }
    .navbar-expand>.container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cookiemodal_wrp .modal-dialog {
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .hero-slider .slick-dots button{
        width: 70px;
    }
    .hero_box.hs_1 .hero_caption{
        padding-left: 0;
    }
    .hero_box{
        height: auto;
    }
    .hero-tablet{
        padding-top: 25px;
    }
    section.section_heroslider{
        border-bottom-width: 40px;
    }
    .section_whatus{
        border-top-width: 20px;
        border-top-color: var(--gray100);
        border-bottom-width: 80px;
        border-bottom-color: var(--gray100);
    }
    .hero_card{
        height: auto;
        padding: 25px;
    }
    .hero_card.hero_card_first{
        padding-bottom: 50px;
    }
    .hero_card.hero_second {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .hero_card.hero_second.hero_card_worry{
        padding-bottom: 70px;
    }
    .hero_card .hero_onebox .h_img {
        padding-bottom: 20px;
    }
    .hero_twobox{
        width: 100%;
    }
    .hero_twobox .hero_img{
        max-width: 80%;
        margin: 0px auto 20px;
    }
    .hero_caption {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .hcc {
        display: flex;
        align-items: flex-start;
        padding-left: 20px;
    }
    .hcc_dsc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .hcc_dsc .hs_arrowleft{
        margin-left: 0px;
        margin-top: 20px;
    }
    .hero_caption h1 {
        font-size: 58px;
        line-height: 80px;
        margin-right: 20px;
    }
    .hero_threebox{
        width: 100%;
        margin-bottom: 30px;
    }
    .hero_img_caption{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .hero_card.hero_second .hero_img_caption{
        font-weight: 400;
    }
    .hero_card.hero_card_last .hero_caption{
        font-weight: 400;
    }
    .hero_threebox .hero_img{
        border: 0px;
        box-shadow: none;
    }
    .hero_box.hs_4 .hero_card {
        flex-direction: column-reverse;
    }
    .hero_box.hs_4 .hero_card .hero_twobox .hero_caption{
        display: flex;
        font-size: 25px;
        line-height: 35px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
    }
    .hero_box.hs_4 .hc_textright{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .hctim_arrow{
        width: auto;
        justify-content: flex-end;
        margin-top: -80px;
    }
    .hero_card .hero_onebox{
        flex-direction: column-reverse;
        box-shadow: none;
    }
    .hero_box.hs_4 .hero_card .hero_onebox {
        flex-direction: column-reverse;
    }
    .hero_box.hs_4 .hero_twobox .hero_img{
        max-width: 90%;
    }
    .hero_threebox.hero_fourbox{
        width: 100%;
    }
    .video_main{
        flex-direction: column;
    }
    .video_main h2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .section_whycares h2, .video_main h2{
        font-size: 28px;
        line-height: 38px;
    }
    .video_main .video_wrp{
        width: 100%;
    }
    .playpause{
        background-size: 100%;
        width: 60px;
        height: 60px;
    }
    .section_whycares {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .whycareslider.slick-dotted.slick-slider{
        margin-bottom: 0;
    }
    .whycareslider {
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        height: 370px;
    }
    .wc_card{
        height: 240px;
    }
    .slick-slide.slick-current .wc_card{
        height: 300px;
        width: 100%;
        margin-left: 0;
    }
    .wc_box {
        padding: 40px 10px 40px;
    }
    .wc_icon {
        width: 40px;
        height: 40px;
    }
    .slick-slide.slick-current .wc_icon {
        width: 70px;
        height: 70px;
        margin-top: -55px;
    }
    .slick-slide.slick-current .wc_card .wc_desc {
        margin: 20px 0;
        font-size: 14px;
        line-height: 22px;
    }
    .wc_card h4 {
        font-size: 21px;
        line-height: 38px;
    }
    .slick-slide.slick-current .wc_card h4{        
        font-size: 21px;
        line-height: 38px;
    }
    .slick-prev, .slick-next{
        width: 20px;
        height: 20px;
        background-size: 30px;
        bottom: 0;
    }
    .slick-prev{
        left: 30px;
    }
    .slick-next{
        right: 30px;
    }
    .slick-dots li{
        margin: 0 2px;
    }
    .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .section_othersay {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0px;
    }
    .section_othersay::before, .section_othersay::after{
        width: 90%;
    }
    .othersay_headtilte h3 {
        font-size: 24px;
        line-height: 25px;
        letter-spacing: 2.5px;
        margin-bottom: 10px;
    }
    .othersay_content{
        width: 100%;
    }
    .otherssay_desc,
    .otherssay_title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .otherssay_card hr{
        height: 60px;
    }
    .section_othersay::before, .section_othersay::after{
        height: 3px;
    }
    .wopr_wrp{
        width: 100%;
        height: auto;
    }
    .wodotprofile .slick-slide.slick-current {
        transform: scale(1.3);
        margin-top: -14px;
    }
    .wodotprofile .slick-slide {
        padding: 34px 0px 0px;
        margin: 0 8px;
    }
    .section_getintouch {
        padding-top: 80px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .getintouch_title{
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
    .getintouch_title h2 {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 34px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
    .getintouch_title span{
        font-size: 20px;
        letter-spacing: 1px;
        margin-right: 10px;
    }
    .form_arrow.form_arrow_mobile {
        position: absolute;
        top: 90px;
        margin-right: -10px;
    }
    .form_wrp {
        padding: 0 15px;
        margin-top: 30px;
    }
    .form-group:last-child {
        margin-bottom: 20px;
    }
    .ageradio_group .custom-control .custom-control-label{
        font-size: 11px;
        padding: 2px 5px;
    }
    .form_button{
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        margin-top: 30px;
        justify-content: center;
        display: flex;
    }
    .form_button .btn{
        padding-left: 10px;
        padding-right: 10px;
        width: calc(50% - 10px);
        font-size: 20px;
        height: 48px;
    }
    .form_button .btn:first-child{
        margin-right: 20px;
    }
    .thankyou_main{
        align-items: flex-start;
        letter-spacing: 1px;
    }
    .thankyou_box{
        font-size: 18px;
        line-height: 44px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .thankyou_box h2{
        max-width: 80%;
        text-align: left;
        line-height: 50px;
    }
    .sharebutton {
        margin-top: 30px;
    }
    .bestwishes_text{
        justify-content: center;
        align-items: center;
    }
    .bestwishes_text img{
        margin-right: 0;
    }
    .thankyou_img {
        transform: rotate(-45deg);
        transform-origin: top;
        margin-top: 60px;
    }
    .thankyou_desc{
        margin-left: 0;
        max-width: 100%;
        line-height: 35px;
    }
    .thankshare {
        align-items: flex-start;
        font-size: 22px;
        line-height: 30px;
        margin-top: 80px;
    }
    .thankshare .a2a_svg {
        width: 42px !important;
        height: 42px !important;
        line-height: 42px !important;
    }
    .followus_wrp {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .followus_wrp label {
        font-size: 19px;
        margin-top: -34px;
        margin-bottom: 20px;
    }
    .scm {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .scm a{
        margin: 0px 14px;
    }
    .scm a:first-child{
        margin-left: 0;
    }
    .scm a:last-child{
        margin-right: 0;
    }
    .scm a svg {
        width: 50px;
        height: 50px;
    }
    .quicklinks{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .ql_button {
        margin: 0px 0px 10px;
    }
    .ql_button a {
        font-size: 18px;
    }
    .ql_button:first-child{
        margin-bottom: 20px;
    }
    .ql_button:first-child a {
        font-size: 24px;
    }
    .footer_firstrow{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .whatsappicon {
        max-width: 20px;
        display: inline-flex;
        flex-direction: column;
    }
    .form-group textarea.form-control {
        height: 170px;
    }
    .navpc .nav-item .nav-link{
        font-size: 13px;
    }
    .tabs_wrps .tabs_head{
        padding: 30px 30px 20px;
    }
    .tabs_wrps .tabs_head button.close {
        top: 20px;
        right: 20px;
    }
    .tabs_wrps .tab-content {
        padding: 0 30px 30px;
        font-size: 9px;
    }
    .tab-content h2{
        font-size: 16px;
    }
    .tab-content h3{
        font-size: 12px;
    }
    .tab-content h2, .tab-content h3{
        margin-bottom: 10px;
    }
    .tab-content h4{
        font-size: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .tab-content h4::before {
        width: 4px;
        height: 4px;
        left: -10px;
        top: 5px;
    }
    .modal-content{
        border-radius: 6px
    }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
        max-height: 90%;
    }
    .form_wrp h3 {
        font-size: 20px;
    }
    .form-group.form-select-group label{
        font-size: 18px;
    }
    .custom-select{
        margin-bottom: 20px;
        height: 50px;
    }
    .select_wrp.select_last .custom-select {
        margin-bottom: 0;
    }
    .form-select-group .form-control{
        height: 50px;
    }
    .navpc .nav-item {
        padding: 0 15px;
    }
    button.close svg {
        width: 24px;
        height: 24px;
    }
    .hero_card_worry .h_img {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
    .thankyou_main{
        max-width: 100%;
        margin-top: 0px;
        padding-left: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }    
    .footer_copyrights{
        flex-direction: column-reverse;
    }
    .copyrights{
        margin-top: 0;
        margin-right: 0;
    }
    .footer_copyrights .copyrights{
        margin-right: 0;
    }    
    .ourstory_right{
        margin-bottom: 20px;
    }
    .ourstory_content h2 {
        font-size: 24px;
    }
    .ourstory_content h2 span {
        font-size: 16px;
    }
    .m-maincontent .modal-body h5 {
        font-size: 20px;
    }
    .m-maincontent .modal-body {
        padding: 20px;
    }
}
@media screen and (max-width: 375px){
    .getintouch_title h2 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .hero_card {
        padding: 20px;
    }
    .hero_caption {
        font-size: 18px;
        line-height: 24px;
    }
    .hero_img_caption {
        font-size: 16px;
        line-height: 24px;
    }
    .form_wrp h3 {
        font-size: 18px;
    }
    .thankyou_box {
        font-size: 16px;
    }
    .thankshare .a2a_svg {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
    }
    .m-maincontent .modal-body{
        font-size: 14px;
    }
    .m-maincontent .modal-body h4{
        font-size: 15px;
    }
    .m-maincontent .modal-body h5 {
        font-size: 18px;
    }
    .ourstory_content h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px){
    .hero_card {
        padding: 15px;
    }
    .hero_caption {
        font-size: 16px;
        line-height: 24px;
    }
    .hero_caption h1{
        font-size: 50px;
        margin-right: 15px;
    }
    .hero_img_caption {
        font-size: 14px;
        line-height: 24px;
    }
    .hcc{
        padding-left: 15px;
    }
    .hcc_dsc{
        font-size: 16px;
    }
    .wc_card{
        padding: 15px;
    }
    .wc_card h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .slick-slide.slick-current .wc_card h4{
        font-size: 20px;
        line-height: 32px;
    }
    .othersay_headtilte h3 {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .otherssay_desc, .otherssay_title{
        font-size: 15px;
    }
    .getintouch_title h2 {
        font-size: 24px;
    }
    .form_wrp h3 {
        font-size: 17px;
    }
    .ql_button {
        margin: 10px 15px 0;
    }
    .thankshare .a2a_svg {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .thankyou_box {
        font-size: 14px;
    }
}