@media only screen and (min-width: 1201px) {

    .butgurBtn {
        display: none;
    }

    /* .menuLink>ul>li:first-child {
		margin-right: 45px;
	} */

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 250px;
        display: block !important;
        width: 100%;
        left: 0;
        top: calc(100% + 10px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0;
        margin-left: 0;
        -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        /* border-radius: 15px; */
        background-color: #fff;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .sub-menu li a {
        padding: 8px 15px;
    }

    .sub-menu li a:hover {
        background-color: #aac858;
        color: #fff;
    }

    /* .sub-menu li:first-child a {
		border-radius: 15px 15px 0 0;
	}

	.sub-menu li:last-child a {
		border-radius: 0 0 14px 14px;
	} */

    .sub-menu li .sub-menu {
        left: 230px !important;
        top: 0 !important;
    }

    .dotted__img .container {
        padding: 0 55px;
    }

    #testimonials_slider {
        padding: 0px 160px;
    }

    .yellow__curve .container {
        position: relative;
        z-index: 555;
    }

    .yellow__curve::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 10%;
        z-index: 55;
        background-color: #fff;
    }

    .yellow__curve::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 10%;
        background-color: #f9c856;
    }

    /* .menuLink>ul>li:nth-child(2) {
		margin-right: 30px;
	} */

    .sub-menu .menu-item-has-children::after {
        transform: rotate(135deg) !important;
    }

    .sub-menu li a {
        /* border-bottom: 1px solid #aac858; */
        font-family: inherit !important;
        font-weight: 600;
        font-size: 20px !important;
    }

    .menuLink ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* / Menu css / */

    /* .menuLink .sub-menu li:first-child a {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.menuLink>li>.sub-menu li:last-child>a {
		border-bottom: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.menuLink .sub-menu li:first-child .sub-menu li a {
		border-radius: 0;
	}

	.menuLink .sub-menu li:first-child .sub-menu li:first-child a {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.menuLink .sub-menu li:first-child .sub-menu li:last-child a {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	} */

    /* / Menu css end / */
}

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

    .top_head {
        padding-left: 165px;
    }

    .menuLink>ul>li {
        margin: 0px 10px;
    }

    .menuLink ul li a,
    .sub-menu li a {
        font-size: 17px;
    }

    .btn_cta {
        font-size: 18px;
    }

    .left_content ul li>a {
        font-size: 20px;
        height: 100%;
    }

    .footer_title {
        min-height: 115px;
        max-width: 540px;
    }

    .footer_middle h4 {
        font-size: 30px;
    }

    .address_div address {
        font-size: 18px;
        line-height: 26px;
    }

    .footer_description h4 {
        font-size: 22px;
    }

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

    .copyright p {
        font-size: 18px;
        text-align: center;
    }

    .we_help::before {
        left: -15px;
        bottom: -250px;
        width: 190px;
        height: 880px;
    }

    .menuLink ul li>ul.sub-menu {
        min-width: 210px;
    }

    .sub-menu li a {
        font-size: 16px !important;
    }
}

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

    .top_head {
        padding-left: 75px;
    }

    .home_banner_img {
        height: 630px;
    }

    .home_banner_img::after {
        height: 115px;
    }

    .home_banner::after {
        width: 792px;
        height: 726px;
    }

    .row_grid {
        max-width: 1400px;
    }

    .title_text {
        font-size: 50px;
    }

    .banner_main_content p strong {
        font-size: 25px;
        line-height: 35px;
    }

    .banner_main_content p:nth-child(2) {
        max-width: 440px;
    }

    .banner_main_content p {
        font-size: 20px;
        max-width: 320px;
        margin-bottom: 38px;
    }

    .vision_wrap p {
        font-size: 28px;
    }

    .profile_content .title_text {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .profile_content p,
    .about_us_lvar .service_grid_list p {
        font-size: 20px;
        max-width: 540px;
        margin-bottom: 25px;
        line-height: 28px;
    }

    .learn_more {
        font-size: 20px;
    }

    .flip_row .profile_content p {
        max-width: 498px;
    }

    .our_vision::before {
        top: 135px;
        width: 338px;
        height: 510px;
    }

    .our_vision::after {
        width: 334px;
        height: 1020px;
    }

    .our_service .profile_content {
        max-width: 765px;
    }

    .service_img {
        max-width: 680px;
        padding-left: 80px;
        padding-right: 30px;
    }

    .our_team {
        padding: 50px 0px 30px;
    }

    .our_team .profile_content p {
        max-width: 1034px;
    }

    .our_team::before {
        width: 300px;
        height: 255px;
    }

    /* .team_profile a {
		height: 400px;
	} */

    .we_help {
        padding: 50px 0 40px;
    }

    .we_help .profile_content p {
        max-width: 970px;
    }

    .we_help .container {
        max-width: 1500px;
    }

    .box_info p {
        font-size: 20px;
        line-height: 30px;
        max-width: 378px;
    }

    .title_text_info h5 {
        font-size: 25px;
        max-width: 240px;
    }

    .title_icon {
        min-width: 90px;
        max-width: 90px;
        height: 90px;
    }

    .we_help .col-md-4:nth-child(4) .title_text_info h5 {
        max-width: 150px;
    }

    .we_help .col-md-4:nth-child(5) .title_text_info h5 {
        max-width: 180px;
    }

    .grid_wrap_row .profile_content p {
        max-width: 643px;
    }

    .grid_wrap_row .flip_row .profile_content p {
        max-width: 498px;
    }

    .grid_wrap_row .profile_content {
        padding-left: 20px;
    }

    .grid_wrap_row .flip_row .profile_content {
        padding-left: 0px;
    }

    .sub_banner_img {
        height: 450px;
    }

    .sub_content h1 {
        font-size: 65px;
        line-height: 80px;
    }

    .sub_banner .sub_content h1 {
        max-width: 410px;
    }

    .sub_banner_img::before {
        right: 0;
        width: 100%;
    }

    .row_grid.two__grid {
        padding: 0px;
    }

    .childern_row .profile_content p,
    .childern_row1 .profile_content p {
        max-width: 610px;
    }

    .list__wrap .container,
    .autism_symptoms .container {
        width: 90%;
    }

    .desc_italic {
        max-width: 1030px;
        padding: 50px 0 40px;
    }

    .desc_italic p {
        font-size: 30px;
        line-height: 38px;
    }

    .listing_content ul li {
        font-size: 20px;
        padding-left: 35px;
        line-height: 32px;
    }

    .listing_content ul li::before {
        top: 10px;
        width: 12px;
        height: 12px;
    }

    .service_grid_list h4 {
        font-size: 20px;
    }

    .list__wrap::after {
        width: 204px;
        height: 808px;
    }

    .autism_symptoms::after {
        top: 22%;
        width: 405px;
        height: 1137px;
    }

    .list__wrap {
        padding: 30px 0px 30px;
    }

    .autism_symptoms {
        padding-top: 20px;
    }

    .row.flip_row.childern_row3 {
        margin-top: 60px;
    }

    .childern_row3 .profile_content p {
        max-width: 605px !important;
    }

    .service_grid_list {
        margin-bottom: 25px;
    }

    .childern_row2 .profile_content {
        padding-left: 50px;
    }

    .childern_row3 .profile_content .title_text {
        max-width: 330px;
    }

    .testimonials_middle::before,
    .about_us_lvar::before {
        width: 320px;
        height: 357px;
    }

    .about_us_lvar::before {
        top: 80px;
    }

    .about_us_grid::after {
        bottom: 18%;
        width: 479px;
        height: 889px;
    }

    .orange_info::after {
        top: 38%;
        width: 398px;
        height: 1239px;
    }

    .about_us_row .col-md-5 {
        width: 60%;
    }

    .about_us_row .col-md-7 {
        width: 40%;
    }

    .testimonials_content h4 {
        font-size: 34px;
    }

    .testimonials_content p {
        font-size: 20px;
    }

    .testimonials_middle {
        padding: 50px 0 60px;
    }

    .testimonials_middle::after {
        width: 596px;
        height: 739px;
    }

    .testimonials_star::after,
    .about_us_lvar::after {
        width: 455px;
        height: 1285px;
    }

    .testimonials_middle .profile_content .title_text {
        max-width: 890px;
    }

    .testimonials_middle .container {
        max-width: 1032px;
    }

    .testimonials_content {
        margin-bottom: 50px;
    }

    .testimonials_content h4 {
        font-size: 30px;
    }

    .testimonials_content p {
        font-size: 18px;
    }

    .profile_content {
        margin-bottom: 50px;
    }

    .testimonials_middle .profile_content p {
        max-width: 1035px;
    }

    .join_our_team {
        padding: 50px 0px 50px;
    }

    .join_our_team .container {
        max-width: 1500px;
    }

    .join_our_team .profile_content {
        max-width: 652px;
        margin-bottom: 50px;
    }

    .join_our_team::after {
        background-position-y: 100%;
        width: 550px;
        height: 640px;
    }

    .single__title .sub_banner_content {
        padding-bottom: 60px;
    }

    .about_us_grid .container {
        max-width: 1530px;
    }

    .about_us_grid .title_text {
        max-width: 945px;
        margin: 0 auto 50px;
    }

    .certificate_grid .profile_content .title_text {
        text-align: center;
        max-width: 1110px;
        margin: 0 auto 20px;
    }

    .award_content::before {
        top: 120px;
        width: 658px;
        height: 811px;
    }

    .certificate_title h4 {
        font-size: 22px;
        max-width: 400px;
    }

    .certificate_grid::after {
        top: 30%;
        width: 439px;
        height: 1244px;
    }

    .award_content::after {
        bottom: 14%;
        width: 510px;
        height: 1116px;
    }

    .our_team_content {
        padding: 40px 0px;
    }

    .our_team_content::after {
        width: 455px;
        height: 738px;
    }

    .our_team_content .profile_content:first-child p {
        max-width: 1035px;
    }

    .our_team_content .profile_content p {
        max-width: 1150px;
        text-align: center;
        margin: 0 auto 30px;
    }

    .tab_content h4 {
        font-size: 25px;
    }

    .tab_content p {
        font-size: 20px;
        line-height: 22px;
        max-width: 338px;
    }

    .tab_img img {
        min-height: 486px;
    }

    .tabs__wraps {
        padding-bottom: 150px;
    }

    .tabs__wraps .container {
        max-width: 1450px;
    }

    .tabs__wraps::after {
        width: 600px;
        height: 988px;
    }

    .tab-content .tab-pane>.row {
        margin: 0 -20px;
    }

    .tab-content .tab-pane>.row .col-md-6 {
        padding: 0px 20px 40px;
    }

    .tab_grid .nav.nav-pills li button {
        height: 55px;
        width: 200px;
        font-size: 18px;
    }

    .certificate_title {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .service_grid_list .listing_content ul li span {
        max-width: 590px;
    }

    .list__wrap .container {
        max-width: 1400px;
        padding: 0 0;
    }

    .section.error-page {
        padding: 20px 0px 100px;
        min-height: 660px;
    }

    .about_us_single .container {
        width: 91%;
    }

    .about_us_single .profile_content p {
        max-width: 655px;
    }

    .about_us_single::after {
        width: 285px;
        height: 240px;
    }

    .about_us_single::before {
        width: 420px;
        height: 730px;
    }

    .intervention_key {
        padding-top: 50px;
    }

    .intervention_key>div>.title_text {
        max-width: 1045px;
    }

    .ads_grid .profile_content .title_text {
        max-width: 600px;
    }

    .intervention_key .profile_content p {
        max-width: 595px;
    }

    .intervention_key::before {
        width: 315px;
        height: 1020px;
    }

    .ads_grid .profile_content p {
        max-width: 600px;
    }

    .ads_grid::before {
        top: -70px;
        width: 240px;
        height: 335px;
    }

    .full_description p {
        max-width: 1406px !important;
    }

    .ads_grid::after {
        width: 470px;
        height: 709px;
    }

    .about_autism2::after {
        width: 500px;
        height: 470px;
    }

    .suggestedweb .title_text {
        max-width: 490px;
        margin-bottom: 40px;
        padding-bottom: 22px;
    }

    .for_advocacy::after {
        width: 446px;
        height: 538px;
    }

    .lovaas_aba .title_text {
        max-width: 1000px;
    }

    .lovaas_aba_row {
        padding-right: 50px;
        margin-top: -50px;
    }


    .lovaas_aba .service_grid_list h4 {
        max-width: 530px;
    }

    .lovaas_aba::after {
        top: 0;
        width: 319px;
        height: 1253px;
    }

    .lovaas_aba_row .profile_content p {
        max-width: 592px;
    }

    .lovaas_aba>div>.profile_content p {
        max-width: 1266px;
    }

    .our_commitment {
        padding: 40px 0 60px;
    }

    .our_commitment_title {
        max-width: 770px;
    }

    .kids_row1 .profile_content p {
        max-width: 645px !important;
    }

    .kids_row1 .profile_content p strong {
        max-width: 450px;
    }

    .kids_row1 .profile_content .listing_content {
        max-width: 626px;
    }

    .kids_row2 .profile_content .title_text {
        max-width: 440px;
    }

    .kids_row2 .profile_content p {
        max-width: 665px !important;
    }

    .kids_row3 .profile_content p {
        max-width: 660px !important;
    }

    .case_cure_grid {
        padding: 50px 0px 60px;
    }

    .our_commitment::before {
        top: 30px;
        width: 590px;
        height: 1145px;
    }

    .our_commitment::after {
        bottom: 260px;
        width: 458px;
        height: 1084px;
    }

    .case_cure_grid .desc_italic {
        padding: 0px 0px 50px !important;
        max-width: 921px;
    }

    .case_cure_grid .profile_content p {
        max-width: 580px;
    }

    .case_row2 .design_img {
        padding: 0 60px 0 0;
        text-align: left;
    }

    .case_cure_grid::after {
        width: 360px;
        height: 1010px;
    }

    .case_cure_wrap::before {
        width: 350px;
        height: 1010px;
    }

    .case_cure_wrap::after {
        width: 380px;
        height: 555px;
    }

    .case_row3 {
        padding-right: 50px;
    }

    .treatment_row2 .profile_content .title_text {
        max-width: 520px;
    }

    .aba_treatment_wrap {
        padding-bottom: 50px;
    }

    .aba_treatment_wrap::before {
        width: 340px;
        height: 754px;
    }

    .aba_treatment_wrap::after {
        width: 360px;
        height: 1020px;
    }

    .treatment_row3,
    .treatment_row2 {
        margin-top: 30px;
    }

    .aba_treatment_wrap .row .col-md-6 .design_img {
        padding-bottom: 20px;
    }

    .treatment_row1 .col-md-6 .profile_content {
        padding-top: 70px;
    }

    .aba_treatment_wrap .row .col-md-6 .profile_content p {
        max-width: 583px !important;
    }

    .treatment_row1 .design_img {
        padding-left: 30px;
    }

    .contact_us_wrap {
        padding: 30px 0px 70px;
    }

    .contact_us_wrap::after {
        width: 350px;
        height: 330px;
    }

    .addreass_grid p {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 30px;
        max-width: 350px;
    }

    .contact_us_wrap .row {
        padding-right: 125px;
    }

    .advocacy_row .title_text {
        max-width: 1115px;
    }

    .advocacy_wrap {
        padding: 40px 0 50px;
    }

    .advocacy_wrap::after {
        width: 505px;
        height: 1040px;
    }

    .advocacy_wrap::before {
        background-position-y: 0;
        width: 570px;
        height: 760px;
    }

    .advocacy_row .profile_content p {
        max-width: 585px;
    }

    .advocacy__listing .title_text {
        max-width: 1090px;
    }

    .advocacy__listing .profile_content p {
        max-width: 1240px;
    }

    .search_page ul li a {
        font-size: 50px;
    }

    .search_page ul li p {
        font-size: 20px;
        line-height: inherit;
    }

}

@media only screen and (max-width: 1640px) {
    .logo_fixed {
        max-width: 350px;
        min-width: 350px;
    }

    .head_content {
        width: calc(100% - 350px);
        padding-left: 30px;
    }

    .top_head {
        padding-left: 130px;
    }

    .left_content ul li>a {
        font-size: 18px;
    }

    .right_content {
        min-width: 430px;
    }

    .btn_cta {
        font-size: 16px;
    }

    .header {
        height: 150px;
    }

    .head_content {
        height: 116px;
    }

    .head_content>div {
        height: 58px;
    }
}

@media only screen and (max-width: 1600px) {
    .head_content {
        width: calc(100% - 350px);
        padding-left: 25px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }


    .top_head {
        padding-left: 0;
        width: 92%;
    }

    .footer_column {
        width: 360px;
        max-width: 360px;
        min-width: 360px;
    }

    .footer_title {
        min-height: 110px;
        max-width: 450px;
    }

    .footer_middle h4 {
        font-size: 26px;
    }

    .footer_middle .btn_grid {
        max-width: 405px;
    }

    .address_div address {
        font-size: 16px;
        line-height: 24px;
    }

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

    .home_banner_img {
        height: 580px;
    }

    .title_text {
        font-size: 40px;
    }

    .title_text::after {
        width: 70px;
    }

    .banner_main_content p:nth-child(2) {
        max-width: 390px;
    }

    .banner_main_content p strong {
        font-size: 22px;
        line-height: 32px;
    }

    .banner_main_content p {
        font-size: 18px;
        max-width: 290px;
        margin-bottom: 30px;
    }

    .home_banner::after {
        width: 732px;
        height: 666px;
    }

    .vision_wrap {
        margin-bottom: 50px;
    }

    .vision_wrap p {
        font-size: 22px;
    }

    .profile_content p,
    .about_us_lvar .service_grid_list p {
        font-size: 18px;
        max-width: 480px;
        margin-bottom: 25px;
        line-height: 28px;
    }

    .learn_more {
        font-size: 18px;
    }

    .row_grid {
        max-width: 1330px;
    }

    .our_vision::before {
        top: 205px;
        width: 278px;
        height: 380px;
    }

    .our_vision::after {
        width: 294px;
        height: 888px;
    }

    .our_service .profile_content {
        max-width: 685px;
    }

    .our_team .profile_content p {
        max-width: 926px;
    }

    /* .team_profile a {
		height: 370px;
	} */

    .we_help .profile_content p {
        max-width: 890px;
    }

    .title_icon {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }

    .box_info p {
        font-size: 18px;
        line-height: 28px;
        max-width: 338px;
    }

    .title_text_info h5 {
        font-size: 20px;
        max-width: 190px;
    }

    .we_help .col-md-4:nth-child(5) .title_text_info h5 {
        max-width: 150px;
    }

    .grid_wrap_row .profile_content {
        padding-left: 40px;
    }

    .grid_wrap_row .profile_content p {
        max-width: 545px;
    }

    .grid_wrap_row .flip_row .profile_content p {
        max-width: 438px;
    }

    .grid_wrap_row::after {
        width: 610px;
        height: 910px;
    }

    .sub_banner_img {
        height: 400px;
    }

    .sub_banner_img::after {
        height: 80px;
    }

    .sub_content h1 {
        font-size: 55px;
        line-height: 70px;
    }

    .menuLink ul li>ul.sub-menu {
        min-width: 200px;
    }

    .childern_row .profile_content,
    .childern_row1 .profile_content {
        padding-top: 70px;
        max-width: 560px;
        padding-right: 40px;
    }

    .desc_italic {
        max-width: 850px;
        padding: 30px 0 40px;
    }

    .desc_italic p {
        font-size: 25px;
        line-height: 32px;
    }

    .childern_row2 .profile_content .title_text {
        max-width: 430px;
    }

    .listing_content ul li {
        font-size: 18px;
        margin-bottom: 18px;
        line-height: 30px;
    }

    .childern_row3 .profile_content .title_text {
        max-width: 260px;
    }

    .autism_symptoms::after {
        top: 20%;
        width: 375px;
        height: 1057px;
    }

    .service_grid_list h4 {
        font-size: 18px;
    }



    .testimonials_middle .profile_content .title_text {
        max-width: 710px;
    }

    .testimonials_middle::before,
    .about_us_lvar::before {
        width: 270px;
        height: 307px;
    }

    .testimonials_middle::after {
        width: 496px;
        height: 629px;
    }

    .testimonials_star::after,
    .about_us_lvar::after {
        width: 395px;
        height: 1145px;
    }

    .testimonials_middle .container {
        max-width: 1015px;
    }

    .testimonials_middle .profile_content p {
        max-width: 892px;
    }

    .Other_Treatments_row {
        padding-right: 50px;
    }

    .join_our_team::after {
        width: 359px;
        height: 430px;
    }

    .join_our_team .container {
        max-width: 1450px;
    }

    .join_our_team .profile_content {
        max-width: 590px;
    }

    .about_us_grid .container {
        max-width: 1450px;
    }

    .about_us_grid::after {
        bottom: 18%;
        width: 359px;
        height: 700px;
    }

    .orange_info::after {
        top: 38%;
        width: 348px;
        height: 1189px;
    }

    .about_us_grid::before {
        width: 322px;
        height: 1091px;
    }

    .about_us_row .col-md-5 {
        width: 53%;
    }

    .about_us_grid .title_text {
        max-width: 750px;
    }

    .certificate_grid .profile_content .title_text {
        max-width: 950px;
    }

    .certificate_title h4 {
        font-size: 20px;
        max-width: 370px;
    }

    .award_content::before {
        top: 190px;
        width: 558px;
        height: 690px;
    }

    .certificate_grid::after {
        top: 30%;
        width: 390px;
        height: 1200px;
    }

    .award_content::after {
        bottom: 15%;
        width: 440px;
        height: 995px;
    }

    .our_team_content .profile_content:first-child p {
        max-width: 935px;
    }

    .our_team_content .profile_content p {
        max-width: 1060px;
        margin: 0 auto 20px;
    }

    .tab_content h4 {
        font-size: 22px;
    }

    .tab_content p {
        font-size: 18px;
        line-height: 20px;
        max-width: 298px;
    }

    .tab_img img {
        min-height: 426px;
    }

    .footer_top {
        padding: 40px 0px 15px;
        height: 345px;
    }

    .certificate_title {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .profile_content,
    .testimonials_content {
        margin-bottom: 40px;
    }

    .service_grid_list .listing_content ul li span {
        max-width: 530px;
    }

    .list__wrap .container {
        max-width: 1330px;
    }

    .footer_main_row {
        min-height: 195px;
    }

    .sub_banner .sub_content h1 {
        max-width: 360px;
    }

    .tab_content {
        padding: 45px 32px 70px;
    }

    .tab_content .btn_cta {
        bottom: 25px;
    }

    .about_us_single {
        padding: 40px 0px 50px;
    }

    .about_us_single .title_text {
        margin-bottom: 45px;
        padding-bottom: 22px;
    }

    .about_us_single .profile_content p {
        max-width: 595px;
    }

    .intervention_key>div>.title_text {
        max-width: 845px;
    }

    .intervention_key .profile_content p {
        max-width: 535px;
    }

    .ads_grid .profile_content .title_text {
        max-width: 480px;
    }

    .ads_grid .profile_content p {
        max-width: 432px;
    }

    .full_description p {
        max-width: 1146px !important;
    }

    .ads_grid::after {
        width: 380px;
        height: 570px;
    }

    .about_autism2 {
        padding: 50px 0 20px;
    }

    .for_advocacy {
        padding: 20px 0 50px;
    }

    .suggestedweb .title_text {
        max-width: 390px;
    }

    .for_advocacy::after {
        width: 366px;
        height: 418px;
    }

    .about_autism2::after {
        width: 370px;
        height: 360px;
    }

    .lovaas_aba>div>.profile_content p {
        max-width: 1126px;
    }

    .lovaas_aba .title_text {
        max-width: 830px;
    }

    .lovaas_aba .title_text {
        max-width: 830px;
    }

    .lovaas_aba_row .profile_content {
        padding-left: 30px;
    }

    .lovaas_aba_row .profile_content p {
        max-width: 535px;
    }

    .kids_row3 .profile_content p {
        max-width: 603px !important;
    }

    .kids_row2 .profile_content p {
        max-width: 595px !important;
    }

    .kids_row2 .profile_content .title_text {
        max-width: 350px;
    }

    .kids_row1 .profile_content p {
        max-width: 585px !important;
    }

    .our_commitment_title {
        max-width: 630px;
    }

    .case_cure_grid .desc_italic {
        max-width: 750px;
    }

    .case_cure_grid .profile_content p {
        max-width: 524px;
    }

    .case_row2 .profile_content {
        padding-right: 50px;
    }

    .case_row2 .profile_content .title_text {
        max-width: 440px;
    }

    .treatment_row1 .profile_content .title_text {
        max-width: 440px;
    }

    .aba_treatment_wrap .row .col-md-6 .profile_content p {
        max-width: 525px !important;
    }

    .treatment_row2 .profile_content .title_text {
        max-width: 410px;
    }

    .aba_treatment_wrap .treatment_row2 .col-md-6 .profile_content p {
        max-width: 100% !important;
    }

    .treatment_row3,
    .treatment_row2 {
        margin-top: 20px;
    }

    .aba_treatment_wrap .row {
        padding-right: 60px;
    }

    .aba_treatment_wrap::before {
        width: 300px;
        height: 664px;
    }

    .aba_treatment_wrap::after {
        width: 270px;
        height: 800px;
    }

    .addreass_grid {
        margin-top: 75px;
    }

    .addreass_grid p {
        font-size: 18px;
        line-height: 26px;
        max-width: 310px;
    }

    .contact_us_form form .gform-body .gform_fields .gfield .ginput_container input {
        height: 50px;
        font-size: 18px;
    }

    .contact_us_form form .gform-body .gform_fields .gfield .ginput_container textarea {
        height: 175px;
        font-size: 18px;
    }

    .advocacy_row .title_text {
        max-width: 900px;
    }

    .advocacy_row .row {
        margin-top: 40px;
    }

    .advocacy_row .profile_content p {
        max-width: 525px;
    }

    .advocacy_row .design_img {
        padding-top: 15px;
    }

    .advocacy_wrap::before {
        width: 470px;
        height: 580px;
    }

    .advocacy_row .row {
        margin-top: 30px;
        align-items: flex-start;
    }

    .advocacy__listing {
        margin-top: 30px;
    }

    .advocacy__listing .title_text {
        max-width: 870px;
        margin: 0 auto 40px;
    }

    .advocacy__listing .profile_content p {
        max-width: 1330px;
    }

    .search_page ul li a {
        font-size: 40px;
    }

    .search_page ul li a::after {
        width: 70px;
    }

    .search_page ul li p {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1510px) {
    .logo_fixed {
        max-width: 310px;
        min-width: 310px;
    }

    .head_content {
        width: calc(100% - 310px);
        padding-left: 15px;
    }

    .menuLink>ul>li {
        margin: 0px 6px;
    }

    .about_us_grid::before {
        width: 302px;
        height: 1021px;
    }
}

@media only screen and (max-width: 1500px) {
    .header {
        height: 140px;
    }

    .logo_fixed {
        max-width: 300px;
        min-width: 300px;
    }

    .head_content {
        width: calc(100% - 300px);
        padding-left: 20px;
    }

    .top_head {
        width: 88%;
    }

    .menuLink ul li a,
    .sub-menu li a {
        font-size: 16px;
    }

    .btn_cta {
        font-size: 15px;
    }

    .menuLink ul li.menu-item-has-children::after {
        top: 5px;
    }

    .footer_column {
        width: 310px;
        max-width: 310px;
        min-width: 310px;
    }

    .home_banner::after {
        width: 662px;
        height: 606px;
    }

    .home_banner_img {
        height: 510px;
    }

    .home_banner_img::after {
        height: 95px;
    }

    .sub-menu li a {
        font-size: 15px !important;
    }

    .team_profile a {
        height: 385px;
    }

    .award_content::before {
        top: 140px;
    }

    .head_content {
        height: 99px;
    }

    .head_content>div {
        height: 49px;
    }

}

@media only screen and (max-width: 1400px) {
    .top_head {
        width: 92%;
    }

    .menuLink>ul>li {
        margin: 0px 5px;
    }

    .team_profile a {
        height: 365px;
    }
}

@media only screen and (max-width: 1366px) {
    .header {
        height: 132px;
    }

    .logo_fixed {
        max-width: 260px;
        min-width: 260px;
    }

    .head_content {
        width: calc(100% - 260px);
        padding-left: 15px;
    }

    .top_head {
        width: 87%;
    }

    .footer_column:nth-child(2) {
        padding-left: 0;
    }

    .address_div ul li a img {
        max-height: 25px;
    }

    .footer_description h4 {
        font-size: 20px;
    }

    .footer_description p {
        font-size: 14px;
    }

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

    .footer_logo a {
        max-width: 260px;
    }

    .banner_main_content {
        margin-left: 75px;
    }

    .row_grid {
        max-width: 1100px;
    }

    .title_text {
        font-size: 30px;
    }

    .title_text::after {
        width: 50px;
    }

    .banner_main_content p:nth-child(2) {
        max-width: 300px;
    }

    .banner_main_content p strong {
        font-size: 18px;
        line-height: 26px;
    }

    .banner_main_content p {
        font-size: 16px;
        max-width: 250px;
        margin-bottom: 20px;
    }

    .home_banner::after {
        width: 582px;
        height: 526px;
    }

    .home_banner_img {
        height: 440px;
    }

    .vision_wrap p {
        font-size: 20px;
    }

    .profile_content p,
    .about_us_lvar .service_grid_list p {
        font-size: 16px;
        max-width: 440px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .learn_more {
        font-size: 16px;
    }

    .our_vision::before {
        top: 175px;
        width: 238px;
        height: 330px;
    }

    .our_vision::after {
        width: 254px;
        height: 768px;
    }

    .our_service {
        min-height: auto;
        padding: 30px 0px;
    }

    .our_service .profile_content {
        max-width: 615px;
    }

    .our_team::before {
        width: 260px;
        height: 225px;
    }

    .our_team .profile_content p {
        max-width: 826px;
    }

    .team_profile a {
        height: 345px;
    }

    .profile_content .title_text {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .we_help .profile_content p {
        max-width: 810px;
    }

    .box_info p {
        font-size: 16px;
        line-height: 24px;
        max-width: 308px;
    }

    .we_help .container {
        max-width: 1160px;
    }

    .grid_wrap_row::after {
        width: 520px;
        height: 775px;
    }

    .sub_banner_img {
        height: 360px;
    }

    .sub_content h1 {
        font-size: 45px;
        line-height: 62px;
    }

    .sub_banner_img::after {
        height: 60px;
    }

    .childern_row .profile_content,
    .childern_row1 .profile_content {
        padding-top: 40px;
        max-width: 470px;
        padding-right: 30px;
    }

    .childern_row .profile_content .title_text,
    .childern_row1 .profile_content .title_text {
        max-width: 380px;
    }

    .desc_italic {
        max-width: 740px;
    }

    .desc_italic p {
        font-size: 22px;
        line-height: 28px;
    }

    .childern_row2 .profile_content .title_text {
        max-width: 300px;
    }

    .childern_row3 .profile_content .title_text {
        max-width: 195px;
    }

    .childern_row3 .profile_content p {
        max-width: 495px !important;
    }

    .list__wrap {
        padding: 20px 0px 30px;
    }

    .listing_content ul li {
        font-size: 16px;
        margin-bottom: 16px;
        padding-left: 30px;
        line-height: 26px;
    }

    .listing_content ul li::before {
        top: 8px;
        width: 10px;
        height: 10px;
    }

    .testimonials_middle .profile_content .title_text {
        max-width: 540px;
    }

    .testimonials_content h4 {
        font-size: 25px;
    }

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

    .testimonials_middle::before,
    .about_us_lvar::before {
        width: 230px;
        height: 257px;
    }

    .testimonials_middle::after {
        width: 415px;
        height: 520px;
    }

    .testimonials_star::after,
    .about_us_lvar::after {
        width: 255px;
        height: 715px;
    }

    .testimonials_middle .container {
        max-width: 922px;
    }

    .testimonials_content {
        margin-bottom: 30px;
    }

    .profile_content {
        margin-bottom: 30px;
    }

    .testimonials_middle .profile_content p {
        max-width: 790px;
    }

    .Other_Treatments_row {
        padding-right: 0;
    }

    .join_our_team .container {
        max-width: 1230px;
    }

    .join_our_team .profile_content {
        max-width: 525px;
    }

    .single__title .sub_banner_content {
        padding-bottom: 30px;
    }

    .about_us_grid .title_text {
        max-width: 570px;
    }

    .about_us_grid::after {
        bottom: 15%;
        width: 279px;
        height: 610px;
    }

    .orange_info::after {
        top: 36%;
        width: 278px;
        height: 749px;
    }

    .about_us_grid::before {
        width: 242px;
        height: 790px;
        bottom: -335px;
    }

    .award_content {
        padding: 40px 0px 10px;
    }

    .award_content .container {
        max-width: 1180px;
    }

    .award_content .row {
        margin: 0 -20px;
    }

    .award_content .row .col-md-6 {
        padding: 20px 20px;
    }

    .award_content::before {
        top: 20px;
    }

    .certificate_grid .profile_content .title_text {
        max-width: 710px;
    }

    .certificate_title h4 {
        font-size: 18px;
        max-width: 350px;
    }

    .our_team_content .profile_content:first-child p {
        max-width: 825px;
    }

    .our_team_content .profile_content p {
        max-width: 920px;
    }

    .our_team_content::after {
        width: 360px;
        height: 595px;
    }

    .tab_grid .tab-content {
        margin-top: 30px;
    }

    .tab_grid .nav.nav-pills li button {
        height: 50px;
        width: 180px;
        font-size: 16px;
    }

    .tabs__wraps .container {
        max-width: 1200px;
    }

    .tab_grid .nav.nav-pills {
        margin: 0 -10px;
    }

    .tab_grid .nav.nav-pills li {
        padding: 0 10px;
    }

    .tab_content {
        padding: 25px 25px 70px;
    }

    .tab_content .btn_cta {
        width: 160px;
        position: absolute;
        left: 25px;
        bottom: 25px;
    }

    .tab_img img {
        min-height: 365px;
    }

    .tab_content p {
        font-size: 16px;
        line-height: 18px;
        max-width: 258px;
    }

    .our_team_content::after {
        width: 330px;
        height: 535px;
    }

    .tabs__wraps {
        padding-bottom: 60px;
    }

    .tabs__wraps::after {
        width: 380px;
        height: 635px;
    }

    .tab-content .tab-pane>.row {
        margin: 0 -15px;
    }

    .tab-content .tab-pane>.row .col-md-6 {
        padding: 0px 15px 30px;
    }

    .header {
        height: 115px;
        padding: 10px 0px;
    }

    .head_content {
        height: 86px;
    }

    .head_content>div {
        height: 43px;
    }

    .footer_top {
        height: 325px;
    }

    .certificate_title {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .service_grid_list .listing_content ul li span {
        max-width: 530px;
    }

    .list__wrap .container {
        max-width: 1100px;
    }

    .footer_main_row {
        min-height: 185px;
    }

    .section.error-page {
        padding: 20px 0px 60px;
        min-height: 600px;
    }

    .sub_banner .sub_content h1 {
        max-width: 290px;
    }

    .about_us_single .profile_content p {
        max-width: 525px;
    }

    .about_us_single::before {
        width: 340px;
        height: 580px;
    }

    .about_us_single::after {
        width: 265px;
        height: 220px;
    }

    .intervention_key {
        padding-top: 40px;
    }

    .intervention_key>div>.title_text {
        max-width: 630px;
    }

    .intervention_key .profile_content p {
        max-width: 465px;
    }

    .ads_grid .profile_content .title_text {
        max-width: 360px;
    }

    .ads_grid .profile_content p {
        max-width: 382px;
    }

    .intervention_key::before {
        width: 245px;
        height: 800px;
    }

    .ads_grid::before {
        top: -50px;
        width: 180px;
        height: 235px;
    }

    .ads_grid::after {
        width: 320px;
        height: 460px;
    }

    .suggestedweb .title_text {
        max-width: 290px;
    }

    .lovaas_aba {
        padding: 40px 0px;
    }

    .lovaas_aba .title_text {
        max-width: 630px;
    }

    .lovaas_aba .service_grid_list {
        margin-bottom: 30px;
    }

    .lovaas_aba::after {
        top: 6%;
        width: 229px;
        height: 733px;
    }

    .lovaas_aba>div>.profile_content p {
        max-width: 986px;
    }

    .lovaas_aba_row {
        margin-top: -30px;
    }

    .lovaas_aba_row .profile_content {
        padding-top: 80px;
    }

    .lovaas_aba .service_grid_list {
        margin-top: 30px;
    }

    .our_commitment_title {
        max-width: 480px;
    }

    .kids_row1 .profile_content p {
        max-width: 515px !important;
    }

    .kids_row1 .profile_content p strong {
        max-width: 355px;
    }

    .kids_row1 .profile_content .listing_content {
        max-width: 506px;
    }

    .kids_row2 .profile_content .title_text {
        max-width: 270px;
    }

    .kids_row2,
    .kids_row3 {
        margin-top: 40px;
    }

    .kids_row2 .profile_content p {
        max-width: 525px !important;
    }

    .kids_row3 .profile_content p {
        max-width: 529px !important;
    }

    .case_cure_grid .desc_italic {
        padding: 0px 0px 40px !important;
        max-width: 670px;
    }

    .case_cure_grid .profile_content p {
        max-width: 468px;
    }

    .case_row1 .design_img {
        padding-right: 0px;
    }

    .case_row2 {
        margin-bottom: 50px;
    }

    .case_row2 .design_img {
        padding: 0 30px 0 0;
    }

    .case_row2 .profile_content {
        padding-right: 0px;
    }

    .case_row2 .profile_content .title_text {
        max-width: 340px;
    }

    .case_cure_grid::after {
        width: 290px;
        height: 880px;
    }

    .case_cure_wrap::before {
        width: 320px;
        height: 950px;
    }

    .case_cure_wrap::after {
        width: 320px;
        height: 465px;
    }

    .aba_treatment_wrap .row {
        padding-right: 0px;
    }

    .treatment_row1 .profile_content .title_text {
        max-width: 330px;
    }

    .aba_treatment_wrap .row .col-md-6 .profile_content p {
        max-width: 475px !important;
    }

    .treatment_row1 .design_img {
        padding-left: 0px;
    }

    .treatment_row2 .col-md-6 .profile_content {
        padding-left: 30px;
    }

    .treatment_row2 .profile_content .title_text {
        max-width: 310px;
    }

    .contact_us_wrap {
        padding: 30px 0px 40px;
    }

    .contact_us_wrap::after {
        width: 290px;
        height: 300px;
    }

    .addreass_grid p {
        font-size: 16px;
        line-height: 24px;
        max-width: 290px;
        margin-bottom: 20px;
    }

    .contact_us_form form .gform-body .gform_fields {
        margin: 0px -12px;
    }

    .contact_us_form form .gform-body .gform_fields .gfield {
        padding: 0px 12px;
    }

    .contact_us_wrap .row {
        padding-right: 0px;
    }

    .contact_us_form form .gform_footer input {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .advocacy_row .title_text {
        max-width: 690px;
        padding-bottom: 20px;
    }

    .advocacy_wrap .container>div {
        padding-right: 0px;
    }

    .advocacy__listing .title_text {
        max-width: 650px;
        margin: 0 auto 30px;
        padding-bottom: 20px;
    }

    .advocacy_wrap::after {
        width: 365px;
        height: 760px;
        bottom: 90px;
    }

    .advocacy_wrap::before {
        width: 370px;
        height: 460px;
        top: 80px;
    }

    .search_page ul li a {
        font-size: 30px;
    }

    .search_page ul li a::after {
        width: 50px;
    }

    .search_page ul li p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1280px) {
    .top_head {
        width: 92%;
    }

    .service_img {
        padding-left: 60px;
        padding-right: 30px;
    }

    .team_profile a {
        height: 325px;
    }

    .sub_banner_img {
        height: 300px;
    }

    .about_us_grid::before {
        bottom: -385px;
    }

    .about_us_row .col-md-7 {
        width: 43%;
    }

    .team_box .profile_content:nth-child(2) .btn_cta {
        margin-bottom: 40px;
    }

    .team_box .profile_content:nth-child(2) p:last-child {
        margin-bottom: 0;
    }

    .footer_top {
        height: 335px;
    }
}

@media only screen and (max-width: 1200px) {
    .header {
        padding: 10px 0px;
        height: auto;
    }

    .menuLink {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .offcanvas-body .left_content>ul {
        justify-content: center;
        margin-top: 20px;
    }

    .offcanvas-body .left_content>ul>li a {
        font-size: 18px;
    }

    .offcanvas-body .left_content>ul>li:last-child {
        display: block;
    }

    .pannel_btn .btn_grid {
        max-width: 450px;
        margin: 20px auto 0px;
    }

    .offcanvas-header {
        padding: 10px 25px;
        /* background-color: #000; */
    }

    .nav_content.fixed__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar .menuLink {
        display: none;
    }

    .butgurBtn .burgurline {
        text-align: right;
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .burgurline span {
        background-color: #2a2b2d;
        display: block;
        height: 4px;
        width: 40px;
        margin: 4px 0px;
        border-radius: 30px;
    }

    .burgurline span:nth-child(2) {
        width: 32px;
        float: right;
    }

    .burgurline span:nth-child(3) {
        width: 26px;
        float: right;
    }

    .navbar {
        justify-content: flex-end;
    }

    .offcanvas {
        transition: transform .5s ease-in-out;
        width: 100%;
    }

    .logo_fixed .brand_logo {
        display: block;
        max-width: 260px;
    }


    .butgurBtn {
        display: flex;
        align-items: center;
    }

    .butgurBtn .contact__btn {
        margin-right: 25px;
        width: 180px;
    }

    .offcanvas-body {
        padding: 0px;
    }

    .pannel_head button {
        display: block;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: none;
        outline: none;
        right: -5px;
        position: relative;
    }

    .pannel_head button span {
        display: block;
        width: 100%;
        background-color: #2a2b2d;
        height: 4px;
        border-radius: 30px;
    }

    /* .menuLink>ul>li:nth-last-child(1) a {
		border-bottom: none;
	} */

    .pannel_head button span:first-child {
        transform: translate(0, 3px) rotate(-45deg);
    }

    .pannel_head button span:last-child {
        transform: translate(0, -2px) rotate(45deg);
    }

    .menuLink:first-child>ul>li {
        margin: 0px;
    }

    .menuLink>ul {
        display: block;
    }

    .menuLink ul li a {
        padding: 15px 20px;
        border-bottom: 1px solid #707070;
        font-family: inherit;
        font-weight: 600;
    }

    .nav_content .menuLink {
        display: none;
    }

    #rightFunnel {
        border-left: 0;
        width: 100%;
    }

    .offcanvas-end {
        border-left: none;
    }

    .offcanvas-body .pannel_btn {
        margin-bottom: 30px;
    }

    .pannel_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .pannel_head a {
        display: block;
        min-width: 260px;
        width: 260px;
    }

    .pannel_head .btn-close {
        outline: none;
        opacity: inherit;
    }

    .pannel_head .btn-close:focus {
        box-shadow: none;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 22px;
        top: 22px;
    }

    .sub-menu>li>a {
        padding: 15px 20px 15px 35px !important;
    }

    .sub-menu>li>.sub-menu>li>a {
        padding: 10px 20px 10px 55px !important;
    }

    .menuLink ul li.menu-item-has-children.active-tab::after {
        transform: rotate(45deg) !important;
        top: 15px !important;
    }

    .sub-menu {
        display: none;
    }

    .menuLink>ul>li>a:hover,
    .menuLink ul li a:hover {
        /* background-color: #5b0770; */
        color: #94b92e !important;
    }


    .offcanvas-body .menuLink {
        max-width: 100%;
        display: block;
    }

    .offcanvas-body .menuLink .logo_div {
        display: none;
    }

    .menuLink>ul {
        display: block;
        width: 100%;
    }

    .menuLink>ul>li {
        margin: 0px;
    }

    .menuLink .menu-item-has-children span {
        position: absolute;
        z-index: 555;
        width: 55px;
        height: 60px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    /* .menuLink ul li.menu-item-has-children:hover::after {
		border-color: #f48300;
	} */

    .sub-menu li.menu-item-has-children::after {
        right: 22px !important;
        top: 22px !important;
    }

    .left_content {
        width: 100%;
    }

    .right_content {
        display: none;
    }

    .left_content>ul {
        justify-content: flex-end;
    }

    .left_content>ul>li:last-child {
        display: none;
    }

    .home_banner::after {
        width: 522px;
        height: 476px;
    }

    .banner_main_content {
        margin-left: 10px;
    }

    .our_vision {
        padding: 50px 0px 50px;
    }

    .row_grid {
        max-width: 980px;
    }

    .our_vision::after {
        width: 224px;
        height: 678px;
    }

    .flip_row .profile_content p {
        padding-right: 40px;
    }

    .banner_main_content .btn_cta {
        max-width: 180px;
    }

    .we_help {
        padding: 30px 0 30px;
    }

    .we_help .profile_content {
        margin-bottom: 30px;
    }

    .we_help::before {
        left: -9px;
        bottom: -130px;
        width: 130px;
        height: 610px;
    }

    .we_help::after {
        width: 118px;
        height: 116px;
    }

    .grid_wrap_row::after {
        width: 410px;
        height: 610px;
    }

    #our_team {
        max-width: 1005px;
    }

    .team_profile a {
        height: 375px;
        max-width: 315px;
        margin: 0 auto;
    }

    .childern_row3 .profile_content p {
        padding-right: 0px !important;
    }

    .testimonials_middle {
        padding: 30px 0 40px;
    }

    .join_our_team {
        padding: 40px 0px 40px;
    }

    .head_content {
        height: auto;
    }

    .head_content>div {
        height: auto;
    }

    .footer_top {
        height: auto;
    }

    .list__wrap .container {
        max-width: 980px;
    }

    .footer_main_row {
        min-height: auto;
    }

    .section.error-page {
        padding: 50px 0px 100px;
        min-height: auto;
        height: auto;
    }

    .about_us_single {
        padding: 30px 0px 40px;
    }

    .about_us_single::before {
        width: 350px;
        height: 610px;
    }

}

@media only screen and (max-width: 1024px) {
    .service_img {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sub_banner_img {
        height: 280px;
    }

    .sub_banner_img::after {
        height: 60px;
    }

    .sub_content h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .sub_banner .sub_content h1 {
        max-width: 170px;
    }

    .sub_banner_img {
        height: 260px;
    }

    .sub_banner_img::after {
        height: 50px;
    }

    .list__wrap::after {
        width: 124px;
        height: 688px;
    }

    .autism_symptoms::after {
        top: 25%;
        width: 265px;
        height: 767px;
    }

    .desc_italic {
        max-width: 650px;
    }

    .desc_italic p {
        font-size: 20px;
        line-height: 26px;
    }

    .single__title .sub_banner_content {
        padding-bottom: 50px;
    }

    .about_us_row .col-md-7 {
        width: 47%;
    }

    .about_us_grid .row .profile_content {
        padding-right: 20px;
    }

    .award_content::before {
        top: 20px;
        width: 438px;
        height: 530px;
    }

    .certificate_title h4 {
        font-size: 16px;
        max-width: 305px;
    }

    .certificate_grid::after {
        width: 300px;
        height: 660px;
    }

    .award_content::after {
        bottom: 15%;
        width: 360px;
        height: 775px;
    }

    .tab_grid .nav.nav-pills {
        margin: 0 -5px;
    }

    .tab_grid .nav.nav-pills li {
        padding: 5px;
    }

    .list__wrap .container {
        padding: 0px 12px;
    }

    .our_commitment {
        padding: 30px 0 40px;
    }

    .our_commitment::before {
        width: 430px;
        height: 775px;
    }

    .our_commitment::after {
        width: 348px;
        height: 844px;
    }

    .kids_row2 .design_img {
        padding-right: 30px;
    }

    .treatment_row2 .design_img {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    footer {
        padding-top: 20px;
    }

    footer .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .footer_row {
        display: block;
        padding: 0px;
    }

    .footer_column {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .address_div {
        padding-left: 0;
        text-align: center;
    }

    .footer_logo a {
        max-width: 260px;
        margin: 0 auto;
    }

    .footer_title {
        min-height: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer_column {
        padding: 20px !important;
    }

    .footer_column:nth-child(2) {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .address_div ul {
        justify-content: center;
    }

    .footer_description {
        margin-bottom: 0;
        border-top: 1px solid #fff;
        padding: 20px;
    }

    .address_div address br {
        display: none;
    }

    .address_div ul li a img {
        max-height: 30px;
    }

    .row_grid .flip_row {
        margin-top: 20px;
    }

    .row_grid .flip_row .profile_content {
        padding-top: 50px;
    }

    #our_team {
        padding: 0 0px;
    }

    .title_icon {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }

    .title_text_info {
        width: calc(100% - 60px);
        padding-left: 15px;
    }

    .title_text_info h5 {
        font-size: 18px;
    }

    .we_help .profile_content {
        margin-bottom: 20px;
    }

    .team_profile a {
        height: 345px;
    }

    .we_help .col-md-4:nth-child(2) .title_text_info h5 {
        max-width: 130px;
    }

    .we_help .col-md-4:nth-child(4) .title_text_info h5 {
        max-width: 130px;
    }

    .row.childern_row {
        align-items: flex-start !important;
    }

    .childern_row3 .design_img {
        margin-top: 20px;
    }

    .childern_row3 .design_img {
        margin-top: 20px;
    }

    .childern_row2 .profile_content {
        padding-left: 20px;
    }

    .team_box .profile_content {
        padding: 25px 30px;
    }

    .team_box .profile_content .btn_cta {
        max-width: 195px;
    }

    .join_our_team .profile_content {
        max-width: 465px;
    }

    .about_us_grid {
        padding: 35px 0px 30px;
    }

    .about_us_grid::before {
        bottom: 0;
    }

    .team_box .profile_content:nth-child(1) .btn_cta {
        margin-top: 30px;
    }

    .team_box .profile_content:nth-child(2) .btn_cta {
        margin-bottom: 30px;
    }

    .autism_symptoms .row_grid .row {
        align-items: flex-start !important;
    }

    .tab_grid .nav.nav-pills li button {
        height: 45px;
        width: 130px;
        font-size: 15px;
    }

    .footer_top {
        padding: 0;
    }

    .lovaas_aba {
        padding: 30px 0px;
    }

    .ads_grid .desc_italic {
        padding: 30px 0px !important;
    }

    .lovaas_aba_row {
        margin-top: -10px;
        margin-bottom: 30px;
        padding-right: 0px;
    }

    .aba_treatment_wrap::before {
        width: 270px;
        height: 604px;
    }

    .aba_treatment_wrap::after {
        width: 200px;
        height: 590px;
    }

    .treatment_row2 .col-md-6 .profile_content {
        padding-left: 0;
    }

    .contact_us_wrap .row {
        margin: 0px -12px;
    }

    .contact_us_wrap .row>div {
        padding: 12px;
    }

    .contact_us_wrap .row .col-md-4 {
        width: 50%;
    }

    .contact_us_wrap .row .col-md-8 {
        width: 50%;
    }

    .contact_us_form form .gform_footer {
        position: static;
    }

    .contact_us_form form .gform-body .gform_fields .gfield {
        width: 100%;
    }

    .contact_us_form form .gform-body .gform_fields .gfield:nth-last-child(1) {
        width: 100%;
    }

    .advocacy_wrap {
        padding: 30px 0 30px;
    }

}

@media only screen and (max-width: 850px) {
    .service_img {
        padding-left: 0px;
        padding-right: 0px;
    }

    .our_service .profile_content p {
        margin-bottom: 30px;
        line-height: 24px;
    }

    .team_profile a {
        height: 295px;
    }

    .row_grid .flip_row {
        align-items: center !important;
    }

    .grid_wrap_row::after {
        width: 350px;
        height: 521px;
    }

    .sub_banner_img {
        height: 220px;
    }

    .row.flip_row.childern_row3 {
        margin-top: 30px;
    }

    .about_us_grid .row .profile_content {
        padding-right: 10px;
    }

    .footer_middle h4 {
        font-size: 22px;
    }

    .childern_row2 .profile_content {
        margin-top: 30px;
    }

    .team_box .profile_content:nth-child(2) .btn_cta {
        margin-bottom: 30px;
    }

    .intervention_key::before {
        width: 185px;
        height: 580px;
        top: inherit;
        bottom: -100px;
    }

    .lovaas_aba_row .profile_content {
        padding-top: 50px;
        padding-left: 10px;
    }

    .case_row1 .profile_content {
        padding-right: 0px;
    }

    .case_row2 {
        margin-bottom: 30px;
    }

    .case_row2 .design_img {
        padding: 0 0px 0 0;
    }

    .case_row3 {
        padding-right: 0px;
    }

    .case_cure_grid {
        padding: 30px 0px 40px;
    }

    .case_cure_grid::after {
        width: 210px;
        height: 610px;
    }

    .case_cure_wrap::before {
        width: 230px;
        height: 740px;
    }

    .case_cure_wrap::after {
        width: 220px;
        height: 315px;
    }

}

@media only screen and (max-width: 768px) {
    .theme_box_slider .row {
        margin: 0 -12px;
    }

    .theme_box_slider .row .col-md-4 {
        padding: 12px;
    }

    .theme_products .st-item-1 {
        height: 219px;
    }

    .product_title {
        min-height: 45px;
        margin-top: 30px;
        padding-bottom: 8px;
    }

    .theme_products .st-item-1::before {
        left: -23px;
        right: -23px;
        bottom: -35px;
        top: -35px;
    }

    .theme_products .st-item-1 .get_party {
        bottom: 20px;
    }

    .theme_products .st-item-1 .get_party a {
        font-size: 12px;
        max-width: 180px;
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .our_history_row .profile_content {
        margin-left: 20px;
    }

    .flip_row .profile_content p {
        padding-right: 20px;
    }

    .row_grid .row .col-md-6 {
        width: 50%;
    }

    .row_grid .flip_row {
        align-items: center !important;
    }

    .home_banner_img {
        height: 360px;
    }

    .home_banner_img::after {
        height: 55px;
    }

    .home_banner::after {
        width: 472px;
        height: 426px;
    }

    .title_text {
        font-size: 25px;
    }

    .banner_main_content p {
        font-size: 15px;
    }

    .banner_main_content p strong {
        font-size: 16px;
        line-height: 23px;
    }

    .vision_wrap p {
        font-size: 18px;
    }

    .profile_content .title_text {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .profile_content p,
    .about_us_lvar .service_grid_list p {
        font-size: 15px;
        line-height: 23px;
    }

    .learn_more {
        font-size: 15px;
    }

    .our_vision::before {
        top: 125px;
        width: 178px;
        height: 240px;
    }

    .our_vision::after {
        width: 184px;
        height: 558px;
    }

    .our_service .row .col-md-5 {
        width: 42%;
    }

    .our_service .row .col-md-7 {
        width: 58%;
    }

    .our_service .profile_content p {
        line-height: 22px;
    }

    .team_profile a {
        height: 265px;
    }

    .we_help .col-md-4 {
        width: 50%;
    }

    .we_help .col-md-4:nth-child(4) .title_text_info h5 {
        max-width: 120px;
    }

    .we_help::before {
        bottom: -30px;
    }

    .box_info {
        max-width: 95%;
        margin: 0 auto;
    }

    .box_info p {
        font-size: 15px;
        line-height: 22px;
        max-width: 100% !important;
    }

    .title_icon {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }

    .title_text_info {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .title_text_info h5 {
        max-width: 170px;
    }

    .grid_wrap_row::after {
        width: 280px;
        height: 430px;
        background-position-x: 100%;
        background-position-y: 100%;
    }

    .grid_wrap_row .profile_content {
        padding-left: 20px;
    }

    .sub_banner_img::after {
        height: 35px;
    }

    .service_grid_list .row>div {
        width: 50%;
    }

    .childern_row .profile_content,
    .childern_row1 .profile_content {
        padding-top: 30px;
        max-width: 100%;
        padding-right: 0px;
    }

    .childern_row3 .profile_content .title_text {
        max-width: 165px;
    }

    .listing_content ul li {
        font-size: 15px;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .testimonials_middle .profile_content .title_text {
        max-width: 440px;
    }

    .testimonials_content {
        margin-bottom: 22px;
    }

    .testimonials_content h4 {
        font-size: 22px;
    }

    .testimonials_content p {
        font-size: 15px;
    }

    .testimonials_middle::before,
    .about_us_lvar::before {
        width: 170px;
        height: 197px;
    }

    .testimonials_middle::after {
        width: 325px;
        height: 410px;
    }

    .testimonials_star::after,
    .about_us_lvar::after {
        width: 195px;
        height: 565px;
    }

    .profile_content {
        margin-bottom: 22px;
    }

    .join_our_team .col-md-7 {
        width: 55%;
    }

    .join_our_team .col-md-5 {
        width: 45%;
    }

    .childern_row2 .profile_content {
        margin-top: 20px;
    }

    .single__title .sub_banner_content {
        padding-bottom: 35px;
    }

    .about_us_grid .title_text {
        max-width: 500px;
    }

    .join_our_team .profile_content {
        margin-bottom: 30px;
    }

    .award_content {
        padding: 30px 0px 10px;
    }

    .award_content::before {
        top: 20px;
        width: 315px;
        height: 390px;
    }

    .award_content::after {
        bottom: 15%;
        width: 310px;
        height: 615px;
    }

    .certificate_grid .profile_content .title_text {
        max-width: 580px;
    }

    .tab_grid .nav.nav-pills li button {
        width: 110px;
    }

    .about_us_grid::before {
        width: 202px;
        height: 650px;
    }

    .tab_grid .tab-content .row.g-0 .col-md-4 {
        width: 34%;
    }

    .tab_grid .tab-content .row.g-0 .col-md-8 {
        width: 66%;
    }

    .about_us_single::after {
        width: 205px;
        height: 160px;
    }

    .about_us_single::before {
        width: 230px;
        height: 390px;
    }

    .about_us_single .row .col-md-6 {
        width: 50%;
    }

    .about_us_single .profile_content {
        padding-left: 10px;
    }

    .about_autism .row .col-md-6 {
        width: 50%;
    }

    .intervention_key .design_img {
        padding-right: 10px;
    }

    .ads_grid .desc_italic {
        padding: 20px 0px 30px !important;
    }

    .about_autism2 {
        padding: 30px 0 10px;
    }

    .for_advocacy {
        padding: 10px 0 30px;
    }

    .suggestedweb .title_text {
        max-width: 240px;
        margin-bottom: 30px;
    }

    .for_advocacy::after {
        width: 286px;
        height: 328px;
    }

    .about_autism2::after {
        width: 230px;
        height: 230px;
        top: 0;
    }

    .lovaas_aba_row .row .col-md-6 {
        width: 50%;
    }

    .lovaas_aba .title_text {
        max-width: 510px;
    }

    .lovaas_aba_row .profile_content {
        padding-top: 40px;
        padding-left: 0px;
    }

    .our_commitment .row .col-md-6 {
        width: 50%;
    }

    .our_commitment_title {
        max-width: 410px;
    }

    .kids_row1 .profile_content {
        padding-right: 0px;
    }

    .kids_row1 .profile_content p {
        max-width: 100% !important;
    }

    .kids_row2 .profile_content p {
        max-width: 100% !important;
    }

    .kids_row3 .profile_content p {
        max-width: 100% !important;
    }

    .case_cure_grid .row .col-md-6 {
        width: 50%;
    }

    .treatment_row1 .col-md-6 .profile_content {
        padding-top: 50px;
    }

    .aba_treatment_wrap .row .col-md-6 {
        width: 50%;
    }

    .advocacy_row .row .col-md-6 {
        width: 50%;
    }

    .search_page ul li a {
        font-size: 25px;
    }

    .search_page ul li p {
        font-size: 15px;
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 650px) {
    .home_banner::after {
        width: 432px;
        height: 386px;
    }

    .row_grid .flip_row {
        margin-top: 0;
    }

    .team_profile a {
        max-width: 255px;
        height: 300px;
    }

    #our_team .owl-dots .owl-dot {
        margin: 10px;
    }

    .sub_content {
        padding-left: 0;
        text-align: center;
    }

    .sub_banner .sub_content h1 {
        margin: 0 auto;
    }

    .kids_row2 .design_img {
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .logo_fixed {
        max-width: 200px;
        min-width: 200px;
    }

    .head_content {
        width: 100%;
        padding-left: 0px;
    }

    .dropdown {
        width: 150px;
    }

    .dropdown button,
    .dropdown-content li {
        font-size: 12px;
    }

    .dropdown button {
        padding: 5px;
    }

    .row_grid .row .col-md-6 {
        width: 100%;
    }

    .design_img {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .our_history_row .profile_content {
        margin-left: 0;
    }

    .profile_content .title_text {
        text-align: center;
    }

    .profile_content .title_text::after {
        margin: 0 auto;
    }

    .profile_content p,
    .about_us_lvar .service_grid_list p {
        max-width: 100%;
        text-align: center;
    }

    .our_history_row {
        margin-bottom: 15px;
    }

    .row_grid .flip_row .profile_content {
        padding-top: 0px;
        margin-bottom: 0px !important;
    }

    .row_grid .profile_content {
        text-align: center;
    }

    .flip_row .profile_content p {
        padding-right: 0px;
        max-width: 100%;
    }

    .our_service .row .col-md-5 {
        width: 100%;
    }

    .our_service .row .col-md-7 {
        width: 100%;
    }

    .our_service .profile_content {
        max-width: 100%;
        margin-top: 30px;
    }

    .our_service .profile_content .btn_cta {
        margin: 0 auto;
    }

    .service_img {
        max-width: 350px;
        margin: 0 auto;
    }

    /* .team_profile a {
		height: 290px;
	} */

    .grid_wrap_row .profile_content {
        padding-left: 0px;
    }

    .grid_wrap_row {
        padding-bottom: 30px;
    }

    .grid_wrap_row .profile_content .btn_cta {
        max-width: 212px;
        margin: 30px auto 0px;
    }

    .grid_wrap_row .flip_row .profile_content p {
        max-width: 100%;
    }

    .grid_wrap_row .row_grid .flip_row {
        margin-top: 10px;
    }

    .aba_row .col-md-7 {
        width: 100%;
    }

    .aba_row .col-md-5 {
        width: 100%;
    }

    .Other_Treatments_row .col-md-7 {
        width: 100%;
    }

    .Other_Treatments_row .col-md-5 {
        width: 100%;
    }

    .title_text_info {
        width: 100%;
        padding-left: 10px;
    }

    .footer_middle h4 {
        font-size: 18px;
    }

    .address_div address {
        font-size: 14px;
        line-height: 22px;
    }

    .address_div ul li a img {
        max-height: 25px;
    }

    .footer_description h4 {
        font-size: 18px;
    }

    .footer_description p {
        font-size: 12px;
    }

    .copyright p {
        font-size: 12px;
    }

    .childern_row .col-md-5 {
        width: 100%;
    }

    .childern_row .col-md-7 {
        width: 100%;
    }

    .childern_row .profile_content .title_text,
    .childern_row1 .profile_content .title_text {
        max-width: 100%;
    }

    .row.childern_row {
        flex-direction: column-reverse !important;
    }

    .childern_row .profile_content,
    .childern_row1 .profile_content {
        padding-top: 10px;
    }

    .desc_italic {
        padding: 10px 0px 30px;
    }

    .desc_italic p {
        font-size: 18px;
        line-height: 24px;
    }

    .childern_row2 .profile_content .title_text {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .listing_content ul li {
        text-align: left;
    }

    .childern_row3 .profile_content .title_text {
        margin: 0 auto 20px;
    }

    .service_grid_list .row>div {
        width: 100%;
    }

    .testimonials_middle {
        padding: 20px 0 20px;
    }

    .row.about_us_row {
        flex-direction: column-reverse;
    }

    .about_us_row .col-md-5 {
        width: 100%;
    }

    .about_us_row .col-md-7 {
        width: 100%;
    }

    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }

    .join_our_team .col-md-7 {
        width: 100%;
    }

    .join_our_team .col-md-5 {
        width: 100%;
    }

    .join_our_team .profile_content {
        max-width: 100%;
    }

    .join_our_team .profile_content .btn_cta {
        margin: 0 auto;
    }

    .team_box {
        max-width: 100%;
        margin-top: 20px;
    }

    .childern_row2 .profile_content {
        margin-top: 0;
        padding-left: 0;
    }

    .about_us_grid .title_text {
        margin: 0 auto 30px;
    }

    .award_content .row {
        margin: 0 -15px;
    }

    .award_content .row .col-md-6 {
        width: 100%;
        padding: 10px 15px;
    }

    .select_link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        background-color: #aac655;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition-duration: 0.4s;
    }

    .select_link:hover {
        background-color: #4b4279;
    }

    .tab_grid .nav.nav-pills {
        margin: 0 -1px;
        display: none;
    }

    .tab_grid .nav.nav-pills li {
        padding: 1px 0 0px;
        width: 100%;
    }

    .tab_grid .nav.nav-pills li button {
        width: 100%;
    }

    .dropdown_links .nav.nav-pills {
        display: block !important;
    }

    .tab-content .tab-pane>.row .col-md-6 {
        width: 100%;
    }

    .tab_grid .tab-content .row.g-0 .col-md-4 {
        width: 40%;
    }

    .tab_grid .tab-content .row.g-0 .col-md-8 {
        width: 60%;
    }

    .tab_img img {
        min-height: 100%;
        height: 100%;
    }

    .tab-content .tab-pane>.row {
        margin: 0 -10px;
    }

    .tab-content .tab-pane>.row .col-md-6 {
        padding: 0px 10px 20px;
    }

    .service_grid_list .listing_content ul {
        column-count: 1;
    }

    .childern_row3 {
        margin-top: 20px;
    }

    .tab_grid .tab-content .row.g-0 .col-md-4 {
        width: 100%;
    }

    .tab_grid .tab-content .row.g-0 .col-md-8 {
        width: 100%;
    }

    .tab_img img {
        min-height: 500px;
        height: 500px;
    }

    .tab_content p {
        line-height: 20px;
        max-width: 100%;
    }

    .pannel_head a {
        min-width: 200px;
        width: 200px;
    }

    .vision_wrap {
        margin-bottom: 30px;
    }

    .ads_grid {
        padding: 20px 0px;
    }

    .about_us_single .row {
        flex-direction: column-reverse;
    }

    .about_us_single .row .col-md-6 {
        width: 100%;
    }

    .about_us_single .profile_content {
        padding-left: 0;
    }

    .about_autism .row .col-md-6 {
        width: 100%;
    }

    .intervention_key .profile_content p {
        max-width: 100%;
    }

    .intervention_key .design_img {
        padding-right: 0;
    }

    .ads_grid .profile_content p {
        max-width: 100%;
    }

    .ads_grid .profile_content .title_text {
        margin: 0 auto 20px;
    }

    .lovaas_aba_row .row .col-md-6 {
        width: 100%;
    }

    .lovaas_aba .title_text {
        margin: 0 auto 30px;
    }

    .lovaas_aba_row .profile_content {
        padding-top: 10px;
    }

    .our_commitment .row .col-md-6 {
        width: 100%;
    }

    .kids_row1 .profile_content p strong {
        max-width: 100%;
    }

    .kids_row1 {
        flex-direction: column-reverse;
    }

    .kids_row2,
    .kids_row3 {
        margin-top: 20px;
    }

    .kids_row2 .profile_content .title_text {
        max-width: 270px;
        margin: 0 auto 20px;
    }

    .service_grid_list .listing_content ul li {
        width: 100%;
    }

    .case_cure_grid .row .col-md-6 {
        width: 100%;
    }

    .case_cure_grid .desc_italic {
        padding: 0px 0px 30px !important;
        max-width: 100%;
    }

    .case_cure_grid .profile_content p {
        max-width: 100%;
    }

    .case_row2 .profile_content .title_text {
        margin: 0 auto 20px;
    }

    .treatment_row1 .col-md-6 .profile_content {
        padding-top: 30px;
    }

    .treatment_row1 .profile_content .title_text {
        max-width: 330px;
        margin: 0 auto 30px;
    }

    .aba_treatment_wrap {
        padding-bottom: 20px;
    }

    .aba_treatment_wrap .row .col-md-6 {
        width: 100%;
    }

    .aba_treatment_wrap .row .col-md-6 .design_img {
        padding-bottom: 0px;
    }

    .aba_treatment_wrap .row .col-md-6 .profile_content p {
        max-width: 100% !important;
    }

    .treatment_row2 .profile_content .title_text {
        max-width: 270px;
        margin: 0 auto 30px;
    }

    .treatment_row2 .design_img {
        padding-top: 0px;
    }

    .contact_us_wrap .row .col-md-4,
    .contact_us_wrap .row .col-md-8 {
        width: 100%;
    }

    .contact_us_form form .gform-body .gform_fields {
        margin: 0px;
    }

    .contact_us_form form .gform-body .gform_fields .gfield {
        padding: 0px;
    }

    .contact_us_wrap .row {
        flex-direction: column-reverse;
    }

    .addreass_grid {
        margin-top: 25px;
    }

    .addreass_grid p {
        max-width: 270px;
        margin: 0 auto 20px;
    }

    .contact_us_form form .gform-body .gform_fields .gfield:nth-last-child(1) #input_1_6>div {
        margin: 0 auto;
    }

    .contact_us_form form .gform_footer input {
        display: block;
        margin: 0 auto !important;
    }

    .advocacy_row .row {
        flex-direction: column-reverse;
    }

    .advocacy_row .row .col-md-6 {
        width: 100%;
    }

    .advocacy_row .design_img {
        padding-top: 0px;
    }

    .advocacy_row .profile_content p {
        max-width: 100%;
    }

    .contact_us_wrap .addreass_grid p {
        max-width: 100%;
    }

    .search_page {
        padding: 40px 0px 20px;
    }

    .search_page .container {
        width: 92%;
    }

    .search_page ul li {
        text-align: center;
    }

    .search_page ul li a::after {
        margin: 0 auto;
    }


}

@media only screen and (max-width: 575px) {
    .we_help .col-md-4 {
        width: 100%;
    }

    .title_icon_wrap {
        display: block;
    }

    .title_icon {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .title_icon {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .title_text_info h5 {
        max-width: 100% !important;
    }

    .box_info {
        text-align: center;
    }

    .box_info p {
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 484px) {
    .header .container {
        padding: 0;
    }
    /*.top_head {
        display: none;
    }*/
    .left_content {
        width: auto;
    }
    .dropdown {
        width: auto;
    }

    .dropdown > button {
        min-width: 110px;
        width: 110px !important;
        height: 34px;
        font-size: 11px !important;
    }

    .dropdown button img, .dropdown-content li img {
        width: 18px;
        margin-right: 5px !important;
    }

    .dropdown-content {
        min-width: 110px;
    }

    .dropdown-content li a {
        font-size: 12px !important;
        padding: 3px 6px !important;
    }

    .btn_grid .btn_cta {
        width: 100%;
    }

    .pannel_btn .btn_grid {
        max-width: 270px;
        margin: 20px auto 0px;
        display: block;
    }

    .pannel_btn .btn_grid .btn_cta.blue_btn {
        margin-bottom: 5px;
    }

    .home_banner::after {
        width: 100%;
        right: 0;
        height: 356px;
        opacity: 0.9;
    }

    .home_banner_img {
        height: 320px;
    }

    .home_banner_img::after {
        height: 45px;
    }

    .team_profile a {
        height: auto;
    }

    #our_team .owl-dots .owl-dot {
        margin: 5px;
    }

    .btn_grid .btn_div {
        width: 100%;
    }

}

@media only screen and (max-width: 414px) {
    .logo_fixed {
        max-width: 150px;
        min-width: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .dropdown > button {
        min-width: 95px;
        width: 95px !important;
    }

    .dropdown > button::after {
        right: 5px;
    }

    .dropdown-content {
        min-width: 95px;
    }
    .logo_fixed {
        max-width: 135px;
        min-width: 135px;
    }
    .butgurBtn .header-search {
        margin: 0px 2px 0 5px;
    }
    .butgurBtn .burgurline {
        max-width: 35px;
        min-width: 35px;
    }

    .burgurline span {
        width: 34px;
    }

    .burgurline span:nth-child(2) {
        width: 26px;
    }
    .burgurline span:nth-child(3) {
        width: 18px;
    }
}