.landing-section small{
    opacity: 0.5;
    color: white;
    margin-bottom: 25px;
}
.landing-section img {
    width: 100%;
}
.landing-section h1{
    font-size: 2.8em;
}
#cert2{
    display: flex;
    justify-content: center;
}
#cert2 img{
    max-width: 300px;
    margin: auto;
    width: 100%;
}
.landing-section p{
    margin-top: 15px !important;
    font-size: 20px !important;
    font-weight: 600;
    color: var(--highlight-theme-color);
    opacity: 0.8;
    margin-bottom: 0;
}
.landing-image .h2, .landing-image .h3,.landing-image .h4,.landing-image .h5,.landing-image .h6,.landing-image .h7{
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.landing-image{
    height: 442px;
}
.landing-image .h1{
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.landing-image .h7{
    transform: scale(0.4);
    opacity: 0.6;
}
.landing-image .h5, .landing-image .h6, .landing-image .h4{
    z-index:3;
}
.landing-image .h4{
    animation: h4 10s infinite;
}
.wave{
    position: absolute;
    top: 0;
    left: 0;
    top: -140px;
    width: 100%;
    height: 140px;
}
@keyframes h4 {
    0% { top: 15px; left: 0; transform: rotate(0deg);}
    25% { top: 25px; left: 15px; transform: rotate(-8deg);}
    85% { top: -20px; left: 5px; transform: rotate(5deg);}
    100% {top: 15px; left: 0;transform: rotate(0deg); }
}
.landing-image .h5{
    animation: h5 5s infinite;
}
@keyframes h5 {
    0% { top: 0; left: 0; transform: scale(1);}
    25% { top: 0px; left: -5px;  transform: scale(0.9);}
    85% { top: -5px; left: 5px;  transform: scale(0.95);}
    100% {top: 0; left: 0;  transform: scale(1);}
}
.landing-image .h2{
    animation: h2 8s infinite;
}
@keyframes h2 {
    0% { top: 0; left: 0; transform: scale(1);}
    25% { top: -60px; left: -5px;  transform: scale(0.9);}
    85% { top: -5px; left: 5px;  transform: scale(0.95);}
    100% {top: 0; left: 0;  transform: scale(1);}
}
.landing-image .h6{
    animation: h6 8s infinite;
}
@keyframes h6 {
    0% {  transform: rotate(0deg);}
    25% {  transform: rotate(10deg);}
    55% { transform: rotate(-34deg);}
    100% {  transform: rotate(0deg);}
}
.landing-section button{
    padding: 12px 30px;
    background: var(--primary-theme-color);
    color: white;
    font-weight: 700;
    position: relative;
    border-radius: 37px;
    font-weight: 600;
    font-size: 1em;
    margin-top: 1.5em;
}
.count-section i{
    cursor: pointer;
}
.partner-item-box{
    cursor: pointer;
    transition: 0.4s;
}
.partner-item-box:hover{
    transform:scale(0.95);
    opacity: 0.8;
}
.partner-modal img{
    width: 70%;
}
.partner-modal h2{
    font-size: 22px;
}
.partner-modal-img{
    text-align: center;
    margin-bottom: 50px;
}
.modal-header{
    padding: 8px;
}
.modal-header .close{
        position: absolute;
    right: 30px;
}
.modal-content{
    padding:15px;
}
#totalModal h2{
margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 12px;
}
#totalModal h1{
        font-size: 32px;
}
#totalModal p{
    font-size: 26px;
}
#totalModal p b{
    font-size: var(--paragraph-font-size) !important;
}
.landing-section button:hover::after{
    width: 150px;
}
.yybb img{
    width: 100%;
    border-radius: 5px;
}
.count-section{
    margin-top: 80px;
}
.count-section h3 label{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}
.count-section span{
    color: var(--highlight-theme-color);
}
.count-section p{
    margin-top: 0 !important;
    font-size: 14px !important;
}
section{
    margin-top: 50px;
    margin-bottom: 120px;
}
.dot1{
    position: absolute;
    width: 250px !important;
    left: 2%;
    top:300px;
}
.dot2{
    position: absolute;
    width: 250px !important;
    bottom: -5%;
    right: 0%;
}








.landing-image{
    position: relative;
}
.landing-image img{

}


body{
    overflow-x: hidden;
}

.wave2{
    position: absolute;
    bottom: -150px;
    height: 150px;
    width: 100%;
    left: 0;
    transform: rotate(180deg);
}
.weshare-section-bg{
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}
.weshare-section{
    position: relative;
}
.wd{
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgb(67,235,227);
    background: linear-gradient(76deg, rgba(67,235,227,1) 0%, rgba(205,255,72,1) 100%);
    border-radius: 100%;
    left: -40px;
    bottom: -150px;
    animation: wd 10s infinite;

}
@keyframes wd {
    0% {  transform: translateY(0) scale(1); filter: blur(0px);}
    25% {   transform: translateY(-30px) scale(1.3);  filter: blur(8px);}
    35% {   transform: translateY(-35px) scale(1.35);  filter: blur(8px);}
    65% {   transform: translateY(40px) scale(0.95); filter: blur(0px);}
    85% {   transform: translateY(40px) scale(0.95); filter: blur(0px);}
    1000% {  transform: translateY(0) scale(1);filter: blur(0px);}
}
.wd2{
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(67,235,227);
    background: linear-gradient(76deg, rgb(67, 235, 179) 0%, rgb(84, 212, 45) 100%);
    border-radius: 100%;
    right: 80px;
    top: -120px;

}


.weshare-section img{
    width: 80%;
    margin: auto;
}

.weshare-section small{
    font-size: 0.8em;
    text-transform: uppercase;
    color: var(--highlight-theme-color);
    font-weight: 600;
}
.weshare-section h3{
    font-weight: 700;
    margin-bottom: 1em;
    position: relative;
    font-size: 2.2em;
}

.weshare-section-bg{
    background: #f5f9f9;
    position: relative;
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.care-item{
    border: 1px solid lightgray;
    margin-top: 1em;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s all;
}

.care-item:hover{
    background-color: #ccf5e0;
    border-color: #ccf5e0
}


.why-section{
    padding-top: 8em;
    text-align: center;
    margin-bottom: 8em;
}
.why-section .heading{
    margin-bottom: 3em;
}
.why-section .heading p{
    opacity: 0.6;
}

.why-section img{
    width: 80px;
    margin-bottom: 1em;
}

.why-item-section{
    margin-top: 1em;
}
.why-item-section div{
    margin-bottom: 2em;
}

.talk-bubble-box{
    position: absolute;
    top: -50px;
    left: 163px;
    transform: scale(0.8);
}
.talk-bubble {
  display: inline-block;
  position: relative;
  width: 253px;
  height: 90px;
  padding: 23px;
    background-color: var(--highlight-theme-color);
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
    color: white;
    font-weight: 700;
   
}
.tdot{
    width: 25px;
    height: 25px;
    background-color: #a9f1ad;
    border-radius: 100%;
    position: absolute;
    right: 22px;
    z-index: 100;
    top: 75px;
}
.talk-bubble p{
    font-weight: 700;
    font-size: 0.5em !important;
}

.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: -20px;
	right: auto;
    top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: transparent var(--highlight-theme-color) var(--highlight-theme-color) transparent;
}
.partner-section {
    margin-bottom: 6em;
}
.partner-section .heading{
    text-align: center;
    margin-bottom: 2em;
}

.testimonial-section .heading h2{
    text-align: center;
    margin-bottom: 5vh;
}

 /* the slides */
 .slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.banner-slick{
    width: 100%;
}
.partner-item{
    height: 180px;
    box-shadow: 4px 4px 15px rgb(222, 224, 226);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    transition: 0.4s all;
}
.partner-item:hover{
    box-shadow: 2px 2px 5px rgb(222, 224, 226);
}
.partner-item img{
    width: 80%;
    height: auto;
}
.count-section div{
    margin-bottom: 1.5em;
}






@media screen and (max-width: 1200px) {


    
}
@media screen and (max-width: 1195px) {

}
@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 770px) {
 
}
@media screen and (max-width: 660px) {
 
}

@media screen and (max-width: 575px) {
    .talk-bubble-box{
        top: -51px;
    left: 104px;
    transform: scale(0.6);
    }
    .count-section div{
        text-align: center;
    }
    .weshare-section img{
        margin-bottom: 2em;
    }
    .landing-section p{
        font-size: 16px !important;
    }
    .landing-section h1{
        font-size: 2em;
    }
    .landing-section button{
        font-size: 0.8em;
    }
    .wd{
        left: -60px;
        width: 80px;
        height: 80px;
    }
    .ord-1{
        order: 1;
    }
    .ord-2{
        order: 2;
    }
  
}
@media screen and (max-width: 500px) {
   
}
@media screen and (max-width: 380px) {
    .landing-image{
        height: 260px;
    }
    
}
@media screen and (max-width: 320px) {

}


.modal-content{
    border-radius: 15px;
}