@media(min-width:1400px){

}
/*max width 1399px*/
@media(max-width:1399px){

}
/*max width 1200px to 1399px*/
@media(min-width: 1200px) and (max-width: 1399px){
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h1 {
	font-size: clamp(20px, 12vw, 150px);
}
}
/*max width 1199px*/
@media(max-width: 1199px){

}

/*max width 992px to 1199px*/
@media(min-width: 992px) and (max-width: 1199px){
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h1 {
	font-size: clamp(20px, 15vw, 150px);
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content {
	text-align: center;
}
}

/*max width 991px*/
@media(max-width: 991px){
    .common-title h4{
        font-size: 16px;
    }
    .common-title h3{
        font-size: 40px;
    }
    .common-title p{
        font-size: 14px;
    }
	/* header banner css start */
    .banner-wrapper .banner-sld-items img {
        position: relative;
        width: 100%;
        height: 500px;
    }
    .banner-wrapper .banner-sld-items .banner-content-wrap{
        top: 55%;
    }
    .banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h5{
        font-size: 18px;
        letter-spacing: 10px;
        text-align: center;
    }
    .banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h1{
        font-size: clamp(20px, 15vw, 150px);
    }
    .banner-wrapper .banner-sld-items .banner-content-wrap .banner-content{
        text-align: center;
    }
	/* header banner css end */

    .smile-we-got-wrapper{
        padding-top: 130px;
    }
    .smile-we-img1{
        left: 4%;
        top: 3%;
        width: 100px;
        height: 100px;
    }
    .smile-we-img2{
        right: 5%;
        top: 6%;
        width: 150px;
        height: 150px;
    }
    .smile-we-got-wrapper .smile-we-got-title h4{
        font-size: 18px;
        letter-spacing: 6px;
    }
    .smile-we-got-wrapper .smile-we-got-title h3{
        font-size: 50px;
    }
    /*  */
    .what-expect-wrap .what-expect-img .normal-title h4{
        font-size: 25px;
    }
    .what-expect-wrap .what-expect-img > img {
        height: 400px;
    }
    #what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap .what-expect-img{
        height: 250px;
    }
    #what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap .what-expect-img > img{
        height: 100%;
    }
    .what-expect-wrap .hover-content h3{
        font-size: 18px;
    }
    .what-expect-wrap .hover-content p{
        font-size: 12px;
    }

    /* ### */
    .how-we-do-list .how-we-do-content h3{
        font-size: 25px;
    }
    .how-we-do-list .how-we-do-content .count{
        font-size: 50px;
    }

    /*  */
    .about-right-content h5{
        font-size: 24px;
    }
    .about-right-content p{
        font-size: 14px;
    }
    .about-right-content ul{
        gap: 8px;
    }
    .about-right-content ul li .btn{
        padding: 8px 10px;
    }

    /*  */
    .how-can-help-list h4{
        font-size: 18px;
    }
    .how-can-help-list p{
        font-size: 13px;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
    .header-wrapper {
	position: relative;
	padding: 15px;
    top: 0;
}
    .smile-we-got-wrapper .smile-we-got-title {
	margin-top: 15px;
}
    .smile-we-got-left-img {
	width: 35%;
	margin-top: 0%;
}
    .slick-prev.slick-arrow {
	left: -13px;
}
.slick-next.slick-arrow {
	right: -13px;
}
    .what-expect-wrap .what-expect-img .normal-title h4 {
	text-shadow: 2px 2px 2px #000;
	font-weight: 600;
}

    .banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h5 {
        font-size: 16px;
        letter-spacing: 5px;
    }
    .banner-wrapper .banner-sld-items .banner-content-wrap .banner-content p{
        font-size: 14px;
    }
    .smile-we-got-wrapper .smile-we-got-title h3 {
        font-size: 40px;
    }
    .smile-we-img2 {
        right: 3%;
        top: 4%;
        width: 110px;
        height: 110px;
    }
    .what-can-expect-wrapper{
        padding: 40px 0px;
    }
	.how-can-help-list::after{
        display: none;
    }
    .how-we-do-wrapper{
        padding: 40px 15px;
    }
    .how-we-do-list.how-we-do-middle{
        flex-direction: column;
    }
    .footer-wrap p{
        text-align: center;
        font-size: 12px;
    }
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
    .common-title h4 {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .common-title h3 {
        font-size: 30px;
    }
    .smile-we-got-wrapper .smile-we-got-title h4 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .smile-we-got-wrapper .smile-we-got-title h3 {
        font-size: 30px;
    }
}