@media (min-width:767px) {}

@media (min-width:991px) {}

@media (min-width:1024px) {}

@media (min-width:1199px) {
    .header-mobile-menu {
        display: none;
    }
}

@media (min-width:1200px) {}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1275px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1375px;
    }
}


@media (min-width: 1500px) {}

@media (min-width: 1920px) {}


@media (max-width:1750px) {}

@media (max-width:1500px) {
    .testimonials-page .testimonials-wrap .testimonials-loop img {
        height: 370px;
    }
}

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

    :root {
        --body-size: 15px;
        --heading-size: 45px;
        --h1: 45px;
        --h2: 40px;
        --h3: 35px;
        --h4: 30px;
        --h5: 25px;
        --h6: 20px;
    }

    .nav-menu>ul.menu>li {
        margin: 0 15px;
    }

    .home-page-banner .banner_heading {
        font-size: 65px;
    }

    /* .home-page-banner {
        max-height: 620px;
    } */
    .home_donation .section_loop_data-wrap .loop_data .icon-line:before {
        top: -4px;
    }

    .testimonials-page .testimonials-wrap .testimonials-loop img {
        height: 350px;
    }


    .team_page .team-data-wrap a .teamcontent {
        padding: 5px 25px;
    }

    .team_page .team-data-wrap {
        padding: 25px 15px;
    }
}

@media (max-width:1300px) {
    :root {
        --heading-size: 40px;
        --h1: 40px;
        --h2: 35px;
        --h3: 30px;
        --h4: 25px;
        --h5: 20px;
        --h6: 18px;
    }

    .nav-menu>ul.menu>li {
        margin: 0 10px;
    }

    .nav-menu>ul>li>a {
        font-size: 15px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: calc(100% - 30px);
    }

    .home-page-banner .banner_heading {
        font-size: 65px;
    }

    .team_page .team-data-wrap {
        padding: 15px 5px;
    }
}

@media (max-width:1280px) {
    .home-page-banner {
        max-height: 675px;
    }

    .consultation_heading {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .contact_form_wrap {
        padding: 15px;
    }
}

@media (max-width:1199px) {
    .main-header-wrap .header_menu_apply {
        display: none !important;
    }

    .home-page-banner .image {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        height: auto;
        width: calc(50% + 20px);
    }

    .home-page-banner .banner_heading {
        font-size: 55px;
    }

    /* .home-page-banner {
        max-height: 575px;
    } */

    .home-page-banner .banner-content-wrap {
        padding-top: 0px;
    }

    .header-mobile-menu {
        position: relative;
        width: 85%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-mobile-menu .menu-button {
        display: flex;
        border: 1px solid var(--blue);
        margin-left: 15px;
        width: 55px;
        height: 45px;
        align-items: center;
        justify-content: center;
    }

    .header-mobile-menu .header-search {
        display: flex;
        border: 1px solid var(--blue);
        margin-left: 15px;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
    }

    .home_donation .section_loop_data-wrap .loop_data .icon-line:before {
        display: none;
    }

    .home-blogs .post-image-box {
        padding-right: 20px;
    }

    .inner-page-banner {
        max-height: 275px;
    }

    .who-we-are-page .default-content {
        padding-right: 0;
    }

    .testimonials-page .testimonials-wrap .testimonials-loop img {
        height: auto;
    }

    .testimonials-page .testimonials-wrap .testimonials-loop {
        margin-bottom: 30px;
    }

    .history-page-about {
        height: auto;
        max-height: inherit;
    }

    .team_page .team-data-wrap a .teamcontent h3 {
        font-size: 28px;
    }

    .inner-page-banner .inner-banner-heading {
        font-size: 45px;
    }

    .testimonials-page .testimonials-wrap .testimonials-loop img {
        padding: 10px;
    }

    .contact_us_page .form-area {
        padding: 25px 15px;
    }

    .static-page .content-area {
        padding-right: 0;
    }
}

@media (max-width:1024px) {
    .home-page-banner .banner_heading {
        font-size: 45px;
    }


}

@media (max-width: 991px) {

    :root {
        --heading-size: 35px;
        --h1: 35px;
        --h2: 30px;
        --h3: 25px;
        --h4: 22px;
        font-size: 15px;
    }
	.left_gap_wrapper{
		padding-left:0;
	}
    .home-page-banner .banner_heading {
        font-size: 35px;
    }

    .home-page-banner .image {
        width: calc(50% + 60px);
    }

    .home_about .row>div:first-child {
        margin-bottom: 30px;
    }

    .home_donation .section_loop_data-wrap .loop_data .icon svg {
        width: 60px;
        height: 60px;
    }

    .home_donation .section_loop_data-wrap .loop_data .icon {
        padding: 35px;
    }

    .main-header-top .social-media {
        max-width: 300px;
    }

    .main-header-top .call-us-today {
        max-width: 300px;
    }

    .home_contact_us .form-area {
        margin-top: 25px;
    }

    footer .column-3 {
        padding: 15px 0px;
    }

    footer .footer-copyright {
        font-size: 14px;
    }

    .history-page-about .content-area {
        padding-left: 100px;
    }

    .history-page-about {
        background-position: 45% 100%;
    }

    .team-single-page .row {
        flex-direction: column-reverse;
    }

    .team-single-page .row .sidebar {
        margin-bottom: 20px;
    }

    .what-we-do-page .row,
    .who-we-are-page .row,
    .history-page .row,
    .get-involve-page .row {
        flex-direction: column-reverse;
    }

    .who-we-are-page .content-wrap,
    .what-we-do-page .content-area,
    .history-page .default-content,
    .get-involve-page .content-wrap {
        margin-top: 40px;
    }

    .call-us-today a {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .call-us-today {
        padding: 15px 10px;
    }

    /* .main-header-wrap .header-logo {
        max-width: 150px;
    } */
    .ex_title {
        font-size: 17px;
    }

    .expertise_image svg {
        width: 50px !important;
        height: 50px;
    }

    .expect-image,
    .fs_img {
        width: 60%;
        margin: 0 auto;
    }

    .video_section .row,
    .why_choose_section .row {
        grid-row-gap: 21px;
    }

    .ex_heading_row p {
        font-size: 16px;
    }

    .space-pd {
        padding: 70px 0;
    }

    .space-mr {
        margin: 70px 0;
    }

    .space-mt {
        margin-top: 70px;
    }

    .space-mb {
        margin-bottom: 70px;
    }

    .space-pt {
        padding-top: 70px;
    }

    .space-pb {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    :root {
        --heading-size: 30px;
        --h1: 30px;
        --h2: 27px;
    }
.expect-image a.html5lightbox .video-play-icon img {
    height: 50px;
    width: 50px;
}
	    .call-us-today {
        padding: 5px 10px;
    }
    .static-page h2 {
        font-size: 30px;
    }

    .static-page h3 {
        font-size: 25px;
    }

    .static-page h4 {
        font-size: 22px;
    }

    /* .main-header-wrap .header-logo {
        max-width: 100px;
        padding: 0;
    } */

    .header-mobile-menu {
        max-width: 200px;
        padding: 0;
    }

    .main-header-top .header_phone_text {
        width: 20px;
        height: 20px;
        position: relative;
        bottom: -3px;
        font-size: 0;
    }

    .main-header-top .call-us-today {
        max-width: 170px;
        padding: 0;
    }

    .main-header-top .call-us-today .header_phone_text {
        margin-right: 0px;
    }

    .main-header-top .social-media ul li {
        height: 30px;
        width: 30px;
        line-height: 25px;
        margin-right: 5px;
    }

    .main-header-top .social-media ul li svg,
    .main-header-top .social-media ul li img {
        width: 14px;
        height: 14px;
    }

    .main-header-top .social-media ul li a {
        height: 30px;
        width: 30px;
    }

    .main-header-top .social-media {
        max-width: 165px;
        padding: 0;
    }

    .home-page-banner {
        max-height: 480px;
    }

    .home_donation .section_loop_data-wrap .loop_data {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .home-blogs .post-image-box {
        width: 100%;
        max-width: 100%;
        padding-right: 45px;
        padding: 0;
    }

    .home-blogs .post-content-box {
        max-width: 100%;
    }

    .home-blogs .post-content-box {
        margin-top: 15px;
    }

    .common-pd,
    .section-pd {
        padding: 70px 0px;
    }

    footer .column-2 ul li {
        padding: 0px 5px;
    }

    .footer-social ul li {
        margin-right: 15px;
    }

    .who-we-are-page .default-content {
        margin-bottom: 20px;
    }

    .inner-page-banner .inner-banner-heading {
        font-size: 40px;
    }


    .history-page .default-content {
        margin-bottom: 20px;
    }

    .team-single-page .row {
        flex-direction: column-reverse;
    }

    .team-single-page .row .team-single-feature {
        margin-bottom: 15px;
    }

    .what-we-do-page .default-content {
        padding-right: 0px;
    }

    .get-involve-page .btn-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .get-involve-page .btn-wrap a.button {
        margin-bottom: 20px;
    }

    .get-involve-page .image-wrap img {
        margin-left: 0;
        padding-left: 0;
    }

    .bloglist .info-box .post-image {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .bloglist .info-box .post-desc {
        max-width: 100%;
        padding-left: 0;
    }

    .history-page-about {
        background-position: 100% 100%;
    }

    .history-page-about .content-area {
        padding-left: 15px;
    }

    .contact_us_page .contact_information_wrap {
        position: static;
        max-width: 100%;
    }

    .contact_us_map {
        margin-top: 50px;
    }

    .contact_us_page .form-area {
        padding: 15px 10px;
    }
    .home-page-banner {
        background-position: left;
    }
    .header-logo {
        width: 160px !important;
    }
}

@media (max-width: 575px) {
    .testimonials-page .testimonials-wrap .testimonials-loop {
        width: 100%;
        padding: 0px 0px;
    }

    .memories-page .other-child {
        width: 50%;
    }

    footer .footer-copyright {
        font-size: 13px;
    }
}