/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 14px;
    }
    .container {
        max-width: 1440px;
    }
    .navbar-brand img {
        height: 82px;
    }
    .banner-text {
        max-width: 46%;
    }
    .banner-text h1 {
        font-size: 64px;
    }
    .banner-text p {
        font-size: 20px;
    }
    .btn {
        height: 42px;
        line-height: 42px;
    }
    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 42px;
    }
    .form-control {
        height: 48px !important;
        font-size: 15px;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    .banner-text h1 {
        font-size: 32px;
    }
    .banner-img1 {
        width: 340px;
        height: 340px;
    }
    .banner-img2 {
        width: 180px;
        height: 180px;
    }
    .banner::before, .impact::before {
        height: 86px;
        width: 46px;
    }
    .testimonial-badge h3 {
        font-size: 26px;
    }
    .testimonial-badge p {
        font-size: 12px;
    }
    .testimonial-badge {
        max-width: 180px;
        padding: 22px 20px;
    }
    .whyus-box h3 {
        font-size: 20px;
    }
    .about-img1::before {
        height: 130px;
        top: 4%;
        right: -30%;
    }
    .ab-home .about-img1::after {
        height: 50px;
        width: 50px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 30px;
    }
    .client-review {
        padding: 32px;
    }
    .contact .about-img1::before {
        left: -30%;
    }
    .sec-space {
        padding: 75px 0;
    }
    .serv-row{
        margin: 0 -8px;
    }
    .serv-row [class*="col-"]{
        padding: 0 8px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .navbar-nav .nav-item, .navbar-nav .menu-item {
		margin: 8px 20px;
	}
	.navbar-nav .nav-item .nav-link {
        padding: 12px 4px;
    }
    .myHeader::before {
        content: "";
        width: 64%;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--white);
        border-bottom: 6px solid var(--green);
        z-index: 999999;
    }
    .navbar-toggler-icon .bi{
        color: var(--orange);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
        background-color: transparent !important;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar-nav .nav-item {
        margin: 0 36px;
    }
    .banner-img1 {
        width: 280px;
        height: 280px;
    }
    .banner-img2 {
        width: 160px;
        height: 160px;
        border: 4px solid var(--white);
        left: 0%;
    }
    .testimonial-badge {
        max-width: 160px;
        padding: 16px 16px;
        border: 4px solid var(--white);
    }
    .testimonial-badge h3 {
        font-size: 22px;
        font-weight: 500;
    }
    .banner-text h1 {
        font-size: 28px;
    }
    .banner-text h4::before, .about-text h6::before {
        width: 60px;
    }
    .banner-text h4::after, .about-text h6::after {
        left: 60px;
    }
    .banner-text h4, .about-text h6, .section-heading h6 {
        font-size: 12px;
        letter-spacing: 0.4px;
        padding-left: 80px;
    }
    .banner-text p {
        font-size: 14px;
        max-width: 90%;
    }
    .section-heading {
        margin-bottom: 24px;
        max-width: 75%;
    }
    .btn, input[type="submit"] {
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        padding: 0 16px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .sec-space {
        padding: 60px 0;
    }
    .why-row {
        row-gap: 40px;
    }
    .banner::before, .impact::before {
        height: 68px;
        width: 36px;
    }
    .about-img1 {
        max-width: 82%;
    }
    .about-img1::before {
        height: 86px;
        top: 8%;
        right: -34%;
    }
    .ab-home .about-img1::after {
        height: 40px;
        width: 40px;
    }
    .ab-img img {
        border-radius: 8px;
        outline: 4px solid var(--white);
    }
    .service-box {
        padding: 20px;
    }
    .impact-img {
        width: 33%;
    }
    .section-heading h2::after {
        margin: 20px auto;
    }
    .footer-top {
        padding: 40px 32px;
    }
    .footer-top .row, .footer-row{
        row-gap: 24px;
    }
    
    /* About Page  */
    .inner-banner-text h2 {
        font-size: 28px;
    }
    .inner-banner .breadcrumb {
        padding: 0;
        margin: 0;
    }
    .inner-banner {
		padding: 80px 0 80px;
	}
	.member-img {
		padding-top: 98%;
		margin: 20px 28px;
	}
	.flip-card p {
		font-size: 13px;
	}
	.ab-video-wrap {
		padding-top: 57%;
	}
	.contact-info .bi {
		padding: 10px 15px;
		font-size: 20px;
		position: static;
		margin-bottom: 12px;
	}
	.contact-info {
		padding: 18px;
	}

}

/* 576  */
@media only screen and (max-width: 767px){
    p{
        line-height: 1.5;
    }
    .nav-text .btn {
        margin-right: 4px;
        padding: 0 10px;
        min-width: 100px;
    }
    .navbar-brand img {
        height: 56px;
    }
    .nav-text .btn-primary{
        display: none;
    }
    .navbar-toggler-icon {
        width: fit-content;
        height: fit-content;
        font-size: 28px;
    }
    .banner {
        padding-top: 60px;
    }
    .banner-text {
        max-width: 100%;
    }
    .banner-text h1 {
        font-size: 30px;
        margin: 18px 0;
    }
    .banner-text h6::before, .banner-text h6::after {
        left: 0;
    }
    .banner-text h6::after {
        left: auto;
        right: 0;
    }
    .why-row [class*="col-"]:not(:last-child){
        border: none;
    }
    .why-row, .row{
        row-gap: 32px;
    }
	.contact-form .row{
		row-gap: 0 !important;
	}
    .impact{
        padding-bottom: 0 !important;
    }
    .impact-img {
        width: 100%;
        position: static;
        margin-top: 40px;
    }
    .testimonial-wrap{
        position: static !important;
    }
    .testimonial-wrap .about-text {
        max-width: 100%;
    }
    .footer-top .section-heading {
        padding-left: 0;
        border-left: 0;
        max-width: 87%;
    }
    .footer-top .btn-primary {
        margin: 12px auto 0;
        transform: scale(1);
    }
    .footer-row {
        row-gap: 40px;
    }
    .main-footer h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .myFooter .con-box {
        margin-bottom: 12px;
    }
    .con-box h5 {
        margin-bottom: 2px;
    }
    .copyright {
        text-align: center;
        flex-direction: column;
        row-gap: 12px;
    }

    /* About Page  */
    .about-cms .about-wrap:not(:last-child) {
        margin-bottom: 40px;
    }
	.flip-card-back {
		padding: 16px;
	}
	.member-img {
		padding-top: 110%;
		margin: 16px;
	}
	.flip-card {
		height: 410px;
	}

    /* Contact Page  */
    .contact-bg .about-img {
        padding-top: 92%;
    }
    .form-row{
        row-gap: 0 !important;
    }
	.partner-slider .owl-nav{
		display: none;
	}

}

/* 480  */
@media only screen and (max-width: 575px){
    .navbar-brand{
        padding-left: 15px !important;
    }
    .navbar-toggler{
        padding-right: 15px;
    }
    .navbar-toggler-icon .bi {
        color: var(--white);
    }
    .top-header.py-2 {
        display: none;
    }
    .myHeader::before {
        width: 40%;
        height: 50px;
        clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0 0);
    }
    .navbar-brand img , .myHeader.fixed .navbar-brand img{
        height: 50px;
    }
    .banner::before, .impact::before {
        top: 6%;
        left: auto;
        right: 0;
    }
    .menu .btn{
        display: inline-block;
        width: fit-content;
        margin: 20px auto 0;
    }
    .banner-text h1 {
        font-size: 26px;
        margin: 14px 0;
    }
    .banner-text h6, h6 {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .banner-text h6::before, .banner-text h6::after {
        height: 1px;
        width: 48px;
    }
    .stat-list {
        flex-direction: column;
        gap: 6px !important;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        font-size: 24px;
        top: 50%;
        left: 8px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 8px;
    }
	.testimonial-slider{
		padding: 0 15px;
	}
    .about-img {
        padding-top: 68%;
    }
    .footer-top::after {
        width: 152px;
        opacity: 0.26;
    }
    .sec-space{
        padding: 50px 0;
    }
    .footer-row {
        padding: 100px 0 20px;
    }
    .footer-logo img {
        height: 48px;
    }

    /* About Page  */
    .inner-banner-text h2 {
        font-size: 28px;
    }
    .inner-banner {
		padding: 52px 0 52px;
	}
	.flip-card {
		height: 500px;
	}
	.member-img {
		padding-top: 86%;
		margin: 16px 42px;
	}
	
}

/* 360  */
@media only screen and (max-width: 479px){
    .nav-text .btn-outline{
        display: none;
    }
    .banner-img {
        padding-top: 92%;
    }
    .banner-text {
        max-width: 90%;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    .banner-text h6, h6 {
        font-size: 12px;
        letter-spacing: 0;
    }
    .about-text h2, .section-heading h2 {
        font-size: 22px;
    }
    .section-heading {
        margin-bottom: 32px;
        max-width: 100%;
    }
    .section-heading h2::after {
        margin: 12px auto;
        height: 1px;
    }
    .product-desc {
        margin: -165px 12px 90px;
    }
    .about-img {
        padding-top: 75%;
    }
	
	.flip-card {
		height: 400px;
	}

}
