* {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

p,
a,
span {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3 {
    font-family: 'Patua One', cursive;
}

.container {
    width: 95%;
    max-width: 1750px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0 18px;
}

.header {
    padding: 15px 0px;
    height: 166px;
    position: relative;
    z-index: 888;
    position: sticky;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}

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

.head_content {
    width: calc(100% - 400px);
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 133px;
}

.head_content>div {
    height: 66px;
}

.brand_logo {
    display: block;
}

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

.top_head {
    /* height: 65px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
}

.combine_head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left_content {
    width: calc(100% - 459px);
}

.left_content>ul {
    display: flex;
}

.left_content ul li>a {
    display: flex;
    align-items: center;
    color: #AAC857;
    font-size: 24px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.left_content ul li>a img {
    margin-right: 8px;
    margin-top: 2px;
}

.left_content ul li>a:hover {
    color: #4b4279;
}

.right_content {
    min-width: 459px;
}

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

.btn_grid .btn_div {
    width: 47%;
}

.btn_cta {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.blue_btn {
    background-color: #4B427A;
}

.blue_btn:hover {
    background-color: #AAC857;
}

.green_btn {
    background-color: #AAC857;
}

.green_btn:hover {
    background-color: #4B427A;
}

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

.menuLink {
    /* height: 55px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menuLink ul li a {
    display: block;
    color: #707070;
    font-size: 20px;
    text-transform: none;
    transition-duration: 0.4s;
    font-weight: 700;
}

.menuLink>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuLink ul li {
    position: relative;
}

.menuLink>ul>li>a {
    letter-spacing: 0.2px;
}

.menuLink>ul>li.menu-item-has-children>a {
    padding-right: 20px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    border-top: 4px solid #AAC857;
    border-left: 4px solid #AAC857;
    display: block;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    right: 0px;
    top: 8px;
    transition-duration: 0.4s;
}

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

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

.menuLink>ul>li:first-child {
    margin-left: 0 !important;
}

.menuLink>ul>li:last-child {
    margin-right: 0 !important;
}

.menuLink :last-child ul {
    width: 100%;
    justify-content: flex-end;
}

.sub-menu li a {
    font-weight: 600 !important;
}



/************************/
.dropdown {
    width: 170px;
}

.dropdown > button {
    background-color: transparent;
    min-width: 143px;
    width: 143px !important;
    height: 38px;
    color: #555;
    padding: 0px 12px;
    font-size: 14px !important;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly;
    border: 1px solid #d7d7d9;
    position: relative;
}

.dropdown > button::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #555 transparent transparent transparent;
}

.dropdown button img {
    margin: 0 5px 0 0;
}

.dropdown button img, .dropdown-content li img {
    width: 24px;
    margin-right: 12px !important;
}

.dropdown button, .dropdown-content li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-start;
}

.arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #54575c transparent transparent transparent;
    margin: 0 0 0 5px;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 143px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 315px;
    margin: 0px !important;
    padding: 0px !important;
}

/* Style for the dropdown content items */
.dropdown-content li {
    color: black;
    text-decoration: none;
}

/*.dropdown-content li img {
    margin: 0 20px 0px 20px;
}
*/
/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
    color: blue;
    border-radius: 5px;
}

.dropdown-content li a {
    color: #555 !important;
    font-size: 13px !important;
    font-weight: inherit !important;
    width: 100% !important;
    padding: 0px 12px;
    height: 38px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

/* Show the dropdown content when the dropdown button is clicked */
/*.dropdown:focus-within .dropdown-content {
    display: block;
}*/

/* Animate the dropdown content */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-content {
    animation: slideIn 0.3s ease-out;
}

/* Scrollbar styles */
.dropdown-content::-webkit-scrollbar {
    /*width: 8px;
    height: 10px;*/
    display: none;
}

/*.dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}*/


















.home_banner {
    position: relative;
}

.home_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/home-corner-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 872px;
    height: 796px;
}

.home_banner_img {
    height: 700px;
    position: relative;
}

.home_banner_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/home_banner_layer.png");
    background-repeat: no-repeat;
    height: 185px;
    background-size: 100% 100%;
}

.home_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    display: flex;
    align-items: center;
}

.banner_main_content {
    margin-left: 125px;
    max-width: 490px;
}


.title_text {
    color: #4B427A;
    font-size: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 5px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #AAC857;
}

.banner_main_content .title_text {
    color: #000;
}

.banner_main_content .title_text::after {
    background-color: #4B427A;
    margin: 0;
}

.banner_main_content p:nth-child(2) {
    max-width: 100%;
}

.banner_main_content p strong {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 41px;
}

.banner_main_content p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    max-width: 392px;
    margin-bottom: 38px;
}

.banner_main_content .btn_cta {
    max-width: 213px;
    border: 1px solid #4B427A;
}

.banner_main_content .btn_cta:hover {
    color: #4B427A;
}

.our_vision {
    padding: 30px 0px 90px;
    position: relative;
}

.our_vision::before {
    content: "";
    position: absolute;
    left: 0;
    top: 125px;
    background-image: url("../images/our-story-corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 428px;
    height: 603px;
}

.our_vision::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/aba-corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 444px;
    height: 1337px;
}

.vision_wrap {
    text-align: center;
    margin-bottom: 70px;
}

.our_vision .container {
    position: relative;
    z-index: 55;
}

.vision_wrap p {
    color: #000;
    font-size: 34px;
    font-weight: 400;
}

.row_grid {
    max-width: 1650px;
    margin: 0 auto;
}

.row_grid .row {
    align-items: center;
}

.row_grid .flip_row {
    flex-direction: row-reverse;
    align-items: flex-start !important;
}

.our_history_row .profile_content {
    margin-left: 40px;
}

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

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

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

.profile_content p,
.about_us_lvar .service_grid_list p {
    color: #000;
    font-size: 24px;
    max-width: 660px;
    margin-bottom: 30px;
    line-height: 34px;
}

.about_us_lvar .service_grid_list p {
    max-width: 100% !important;
}

.learn_more {
    display: inline-block;
    color: #4B427A;
    font-size: 24px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.learn_more:hover {
    color: #aac858;
}

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

.our_service {
    background-color: #6bbdc8;
    min-height: 450px;
    padding: 40px 0px;
}

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

.our_service .row {
    align-items: center;
}

.our_service .profile_content .title_text {
    color: #fff;
}

.our_service .profile_content .title_text::after {
    background-color: #4b4279;
}

.our_service .profile_content p {
    color: #fff;
    max-width: 919px;
    margin-bottom: 42px;
}

.our_service .profile_content .btn_cta {
    max-width: 212px;
}

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

.our_team {
    padding: 90px 0px 40px;
    position: relative;
}

.our_team::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/star-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 370px;
    height: 314px;
}

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

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

.our_team .profile_content p {
    max-width: 1244px;
    text-align: center;
    margin: 0 auto 40px;
}

.team_profile a {
    display: block;
    border: 1px solid #707070;
    height: 415px;
    transition-duration: 0.4s;
    position: relative;
    overflow: hidden;
}

#our_team {
    max-width: 1565px;
    margin: 0 auto;
}

.team_profile a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.4s;
}

.team_profile a:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#our_team .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 10px;
}

#our_team .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #D8D8D8;
    border-radius: 50%;
    margin: 15px;
}

#our_team .owl-dots .owl-dot.active {
    background-color: #000;
}

.our_team .btn_cta {
    max-width: 170px;
    margin: 20px auto 0px;
}



.we_help {
    padding: 60px 0 40px;
    position: relative;
}

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

.we_help::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/small-star-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 188px;
    height: 186px;
}

.we_help::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -340px;
    background-image: url("../images/how_help_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 229px;
    height: 1067px;
}

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

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

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

.we_help .profile_content p {
    max-width: 1180px;
    margin: auto;
    text-align: center;
}

.we_help .profile_content p a {
    color: #4B427A;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.we_help .profile_content p a:hover {
    color: #AAC857;
    text-decoration: none;
}

.we_help .btn_cta {
    max-width: 186px;
    margin: 20px auto 0px;
}

.title_icon_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.box_info {
    position: relative;
    height: 100%;
    /* padding-bottom: 60px; */
}

.title_icon {
    min-width: 115px;
    max-width: 115px;
    height: 115px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_icon img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition-duration: 0.4s;
}

.box_info:hover .title_icon img {
    top: -10px;
}

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

.title_text_info h5 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    max-width: 300px;
}

.box_info p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    max-width: 468px;
    margin-bottom: 20px;
}

/* .box_info .learn_more {
    position: absolute;
    bottom: 8px;
    left: 0;
} */


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

.we_help .col-md-4 {
    padding: 20px;
    width: 33.33333333%;
}

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

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

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


.grid_wrap_row {
    position: relative;
    padding-bottom: 50px;
}

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

.grid_wrap_row::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/Other-Treatments-corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 690px;
    height: 1010px;
}

.grid_wrap_row .profile_content .btn_cta {
    max-width: 212px;
    margin-top: 40px;
}

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

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

.grid_wrap_row .flip_row .profile_content p strong {
    display: inline-block;
    font-weight: 700;
}




.sub_banner {
    position: relative;
}

.sub_banner_img {
    height: 470px;
    position: relative;
}

.sub_banner_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url("../images/banner-overlay.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1657px;
    z-index: 55;
}

.sub_banner_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/sub-banner_frame.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 666;
    height: 130px;
}

.sub_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.sub_banner_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 777;
}

.sub_content {
    padding-left: 40px;
}

.sub_content h1 {
    color: #fff;
    font-size: 80px;
    line-height: 98px;
}

.sub_banner .sub_content h1 {
    display: inline-block;
    max-width: 530px;
}

.single__title .sub_content h1 {
    display: block;
    max-width: 100% !important;
}

.desc_italic {
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.desc_italic p {
    color: #6BBEC7;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    line-height: 48px;
}


.listing_content ul li {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    padding-left: 45px;
    margin-bottom: 20px;
    position: relative;
    line-height: 34px;
}

.listing_content ul li a {
    color: #000;
    /*     text-decoration: underline;*/
    display: inline-block;
    transition-duration: 0.4s;
}

.listing_content ul li a:hover {
    color: #AAC756;
}

.listing_content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #AAC756;
}






.autism_symptoms {
    position: relative;
    padding-top: 40px;
}

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

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

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

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

.autism_symptoms::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    background-image: url("../images/aba-corner2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 485px;
    height: 1337px;
}

.row_grid.two__grid {
    max-width: 1650px;
    padding: 0 12px;
}

.row_grid.two__grid .row.flip_row.childern_row3 {
    align-items: unset !important;
}

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

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



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

.childern_row1 .col-md-6:first-child {
    width: 47%;
}

.childern_row1 .col-md-6:last-child {
    width: 53%;
}

.childern_row2 {
    align-items: flex-start !important;
    flex-direction: row-reverse;
}

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

.childern_row3 .profile_content {
    padding-top: 0 !important;
}

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

.list__wrap {
    padding: 30px 0px 70px;
    position: relative;
}

.list__wrap .container {
    position: relative;
    z-index: 555;
    max-width: 1650px;
    padding: 0px;
}

.list__wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/list__wrap_corner.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 444px;
    height: 1018px;
}

.service_grid_list {
    margin-bottom: 50px;
}


.service_grid_list .listing_content ul {
    /*     column-count: 2;*/
    display: flex;
    flex-wrap: wrap;

}

.service_grid_list .listing_content ul li {
    width: 50%;

}

.service_grid_list .listing_content ul li span {
    display: inline-block;
    max-width: 645px;
}

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

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

.service_grid_list h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}






.testimonials_middle {
    position: relative;
    padding: 65px 0 100px;
}

.testimonials_middle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background-image: url("../images/large-star.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 370px;
    height: 427px;
}

.testimonials_middle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/testimonials-corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 696px;
    height: 899px;
}

.testimonials_star {
    position: relative;
}

.testimonials_star::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/aba-corner2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 485px;
    height: 1357px;
}

.testimonials_middle .container {
    max-width: 1360px;
    text-align: center;
    position: relative;
    z-index: 55;
}

.profile_content {
    margin-bottom: 65px;
}

.testimonials_middle .profile_content .title_text {
    max-width: 1090px;
    margin: 0 auto 22px;
}

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

.testimonials_middle .profile_content p {
    max-width: 1262px;
    margin: 0 auto;
}

.testimonials_content {
    margin-bottom: 65px;
}

.testimonials_content h4 {
    color: #6BBEC7;
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
}

.testimonials_content p {
    color: #000;
    font-size: 24px;
    font-style: italic;
}



.about_us_lvar {
    position: relative;
}

.about_us_lvar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    background-image: url("../images/large-star2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 430px;
    height: 497px;
}

.about_us_lvar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 110px;
    background-image: url("../images/aba-corner3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 576px;
    height: 1342px;
}

.about_us_grid {
    padding: 65px 0px 80px;
    position: relative;
}

.about_us_grid .container {
    max-width: 1620px;
    position: relative;
    z-index: 555;
}

.about_us_grid::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -375px;
    background-image: url("../images/about_us_grid_corner2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 352px;
    height: 1161px;
}

.about_us_grid::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 16%;
    background-image: url("../images/about_us_grid_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100;
    background-position-y: 0;
    width: 629px;
    height: 1149px;
}

.orange_info {
    position: relative;
}

.orange_info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 34%;
    background-image: url("../images/orange-graph.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 498px;
    height: 1339px;
}

.about_us_grid .title_text {
    max-width: 1066px;
    text-align: center;
    margin: 0 auto 70px;
}

/* .about_us_grid .container {
    max-width: 1620px;
    width: 90%;
} */

.about_us_grid .row .profile_content {
    max-width: 845px;
    padding-right: 50px;
}

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

.about_us_grid .profile_content p {
    max-width: 1538px;
}

.about_us_grid .profile_content p strong {
    display: block;
}

.about_us_grid .listing_content {
    max-width: 1539px !important;
}

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

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

.about_us_row .col-md-7 .design_img {
    margin-bottom: 25px;
}




.join_our_team {
    position: relative;
    padding: 90px 0px 80px;
}

.join_our_team .container {
    max-width: 1670px;
    position: relative;
    z-index: 555;
}

.join_our_team::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 80px;
    background-image: url("../images/team-corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 774px;
    height: 921px;
}

.join_our_team .profile_content {
    max-width: 782px;
    margin-bottom: 80px;
}

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

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

.join_our_team .profile_content p a {
    color: #000;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    transition-duration: 0.4s;
}

.join_our_team .profile_content p a:hover {
    color: #AAC857;
    text-decoration: none;
}

.join_our_team .col-md-5 {
    display: flex;
    justify-content: flex-end;
}

.team_box {
    max-width: 673px;
}

.team_box .profile_content {
    max-width: 100%;
    margin: 0px !important;
    padding: 35px 40px;
}

.team_box .profile_content:nth-child(2n+1) {
    background-color: #4b4279;
}

.team_box .profile_content:nth-child(2n+1) .btn_cta {
    margin-top: 50px;
}

.team_box .profile_content:nth-child(2n) {
    background-color: #aac655;
}

.team_box .profile_content:nth-child(2n) .title_text::after {
    background-color: #fff;
}

.team_box .profile_content:nth-child(2n) p {
    color: #4B427A;
}

.team_box .profile_content:nth-child(2n) p a {
    color: #4B427A;
    transition-duration: 0.4s;
    text-decoration: none;
}

.team_box .profile_content:nth-child(2n) .btn_cta {
    margin-bottom: 50px;
    max-width: 211px;
}

.team_box .profile_content:nth-child(2n) p a:hover {
    color: #fff;
}

.join_our_team .profile_content .btn_cta {
    max-width: 170px;
}

.team_box .profile_content:nth-child(2n+1) .title_text {
    color: #fff;
}

.team_box .profile_content:nth-child(2n+1) p {
    color: #fff;
}

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

.white_bg {
    background-color: #fff;
    color: #4B427A;
}

.white_bg:hover {
    background-color: #4B427A;
    color: #fff;
}

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

.team_box .profile_content:nth-child(1) .white_bg:hover {
    background-color: #aac655;
    color: #fff;
}

.award_content {
    position: relative;
    padding: 70px 0px 10px;
}

.award_content::before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    background-image: url("../images/award_content_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 758px;
    height: 911px;
    z-index: 22;
}

.award_content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10%;
    background-image: url("../images/award_content_bottom.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 630px;
    height: 1346px;
}

.certificate_grid {
    position: relative;
}

.certificate_grid::after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    background-image: url("../images/certificate_grid_img.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 559px;
    height: 1364px;
}

.award_content .container {
    max-width: 1550px;
    position: relative;
    z-index: 555;
}

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

.award_content .row .col-md-6 {
    width: 50%;
    padding: 20px 40px;
}

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

.certificate_title h4 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

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

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

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

.certificate_grid .profile_content p {
    max-width: 100%;
    text-align: center;
    margin: 0;
}


.our_team_content {
    padding: 55px 0px;
    position: relative;
}

.our_team_content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/our_team_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 575px;
    height: 948px;
}

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

.our_team_content .profile_content {
    margin: 0;
}

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

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

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

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

.tabs__wraps {
    position: relative;
    padding-bottom: 260px;
}

.tabs__wraps::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/tabs__wraps_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 651px;
    height: 1108px;
}

.tabs__wraps .container {
    max-width: 1580px;
    position: relative;
    z-index: 555;
}

.select_link {
    display: none;
    position: relative;
}

.tab_grid .nav.nav-pills {
    justify-content: center;
    margin: 0 -13px;
}

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

.tab_grid .nav.nav-pills li button {
    padding: 10px;
    outline: none;
    box-shadow: none;
    background-color: #AAC756;
    color: #fff;
    height: 65px;
    border-radius: 0;
    width: 230px;
    font-size: 20px;
    font-weight: 700;
    transition-duration: 0.4s;
}

.tab_grid .nav.nav-pills li button:hover,
.tab_grid .nav.nav-pills li button.active {
    background-color: #4b4279;
}

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

.tab_content {
    background-color: #4b4279;
    height: 100%;
    padding: 45px 32px 90px;
    position: relative;
}

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

.tab-content .tab-pane>.row .col-md-6 {
    width: 50%;
    padding: 0px 30px 55px;
}

.tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.4s;
}

.tab_content h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.tab_content p strong {
    display: block;
    color: #AAC756;
    margin-top: 5px;
}

.tab_content p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    max-width: 399px;
}

.tab_img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.4s;
    min-height: 576px;
}


.tab_content .btn_cta {
    width: 188px;
    position: absolute;
    left: 32px;
    bottom: 45px;
}

.tab_content .white_bg:hover {
    background-color: #AAC756;
}

.tab-content .tab-pane>.row .col-md-6>.row:hover .tab_img img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.arrow {
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 16px;
}




.about_us_single {
    padding: 55px 0px 75px;
    position: relative;
}

.about_us_single::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/about_us_single_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 488px;
    height: 859px;
}

.about_us_single::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/butterfly.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 396px;
    height: 353px;
}

.about_us_single .container {
    max-width: 1680px;
    position: relative;
    z-index: 555;
}

/*.about_us_single .design_img {
    padding-left: 40px;
}*/

.about_us_single .title_text {
    text-align: center;
    margin-bottom: 70px;
    padding-bottom: 25px;
}

.about_us_single .profile_content {
    margin-bottom: 0;
    padding-right: 40px;
}

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







.about_autism .container {
    max-width: 1670px;
    width: 90%;
    position: relative;
    z-index: 55;
}

.intervention_key {
    position: relative;
    padding-top: 70px;
}

.intervention_key::after {
    content: "";
    position: absolute;
    left: 0;
    top: 120px;
    background-image: url("../images/intervention_key_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 374px;
    height: 1211px;
}

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

.about_autism .profile_content {
    margin-bottom: 0;
}

.intervention_key>div>.title_text {
    text-align: center;
    padding-bottom: 25px;
    max-width: 1262px;
    margin: 0 auto 25px;
}

.intervention_key>div>.title_text {
    text-align: center;
    padding-bottom: 25px;
    max-width: 1262px;
    margin: 0 auto 30px;
}

/*.intervention_key .design_img {
    padding-right: 25px;
}*/

.intervention_key .profile_content {
    padding-left: 25px;
}

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

.ads_grid {
    position: relative;
    padding: 30px 0 80px;
}

.ads_grid::before {
    content: "";
    position: absolute;
    top: -140px;
    right: 0;
    background-image: url("../images/ads_grid_star.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 290px;
    height: 428px;
}

.ads_grid::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/ads_grid_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 560px;
    height: 848px;
}

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

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

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






.suggestedweb {
    position: relative;
}

.suggestedweb .container {
    width: 87%;
    position: relative;
    z-index: 55;
}

.suggestedweb::after {
    content: "";
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

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

.about_autism2::after {
    top: 0;
    background-image: url(../images/about_autism_star.png);
    width: 699px;
    height: 731px;
    background-position-y: 0px;
}

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

.for_advocacy::after {
    bottom: 0;
    background-image: url("../images/for_advocacy_corner.png");
    width: 636px;
    height: 758px;
    background-position-x: 0;
}

.suggestedweb .title_text {
    max-width: 600px;
    margin-bottom: 60px;
}

.suggestedweb .title_text::after {
    margin: 0;
}









.lovaas_aba {
    position: relative;
    padding: 70px 0 70px;
}

.lovaas_aba::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/aba-corner4.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 410px;
    height: 1314px;
}

.lovaas_aba .container {
    max-width: 1680px;
    width: 90%;
    position: relative;
    z-index: 555;
}

.lovaas_aba .profile_content {
    margin-bottom: 0;
}

.lovaas_aba .title_text {
    max-width: 1200px;
    margin: 0 auto 0;
    text-align: center;
}

.lovaas_aba .title_text {
    max-width: 1200px;
    margin: 0 auto 0;
    text-align: center;
}

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

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

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

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

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

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









.our_commitment {
    position: relative;
    padding: 70px 0 100px;
}

.our_commitment::before {
    content: "";
    position: absolute;
    right: 0;
    top: 70px;
    background-image: url("../images/our_commitment_before.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 680px;
    height: 1296px;
}

.our_commitment::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 300px;
    background-image: url("../images/our_commitment_after.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 0;
    width: 558px;
    height: 1264px;
}

.our_commitment .container {
    max-width: 1680px;
    width: 90%;
    position: relative;
    z-index: 55;
}

.our_commitment_title {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 40px;
}

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

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

.kids_row1 .profile_content p strong {
    display: block;
    max-width: 530px;
    text-transform: uppercase;
}

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

.kids_row2 {
    flex-direction: row-reverse;
}

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

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

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

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

.our_commitment .profile_content {
    margin-bottom: 0px;
}

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

.kids_row3 .profile_content {
    padding-right: 30px;
}

.our_commitment .service_grid_list {
    margin-bottom: 0px !important;
}






.case_cure_wrap {
    position: relative;
}

.case_cure_wrap::before {
    content: "";
    position: absolute;
    bottom: 300px;
    left: 0;
    background-image: url("../images/case_cure_cricle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 0;
    width: 448px;
    height: 1301px;
}

.case_cure_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/case_cure_leaf.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 531px;
    height: 775px;
}

.case_cure_grid {
    position: relative;
    padding: 70px 0px 100px;
}

.case_cure_grid::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    background-image: url("../images/case_cure_grid_cricle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 449px;
    height: 1339px;
}

.case_cure_grid .desc_italic {
    padding: 0px 0px 60px !important;
    max-width: 1261px;
}

.case_cure_wrap .container {
    max-width: 1680px;
    width: 90%;
    position: relative;
    z-index: 555;
}

.case_cure_grid .profile_content {
    margin-bottom: 0;
}

.case_row1 {
    margin-bottom: 25px;
}

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

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

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

.case_row2 {
    flex-direction: row-reverse;
    margin-bottom: 70px;
}

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

.case_row2 .profile_content p {
    max-width: 705px;
}

.case_row2 .design_img {
    padding: 0 40px;
    text-align: center;
}









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

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

.recognition_row .profile_content .title_text {
    color: #000;
}

.we_help .col-md-4:nth-child(3) .box_info p {
    max-width: 491px;
}

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

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

.Other_Treatments_row {
    padding-right: 90px;
}

.desktop_none {
    display: none;
}

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

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

.about_us_grid .profile_content p strong+br {
    display: none;
}

.header-search {
    margin-left: 20px;
    cursor: pointer;
    margin-top: 2px;
}

.about_us_lvar .service_grid_list .listing_content ul {
    column-count: unset;
}

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







.contact_us_wrap {
    position: relative;
    padding: 60px 0px 140px;
}

.contact_us_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/butterfly-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 432px;
    height: 432px;
}

.contact_us_wrap .container {
    position: relative;
    z-index: 55;
    max-width: 1680px;
    width: 90%;
}

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

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

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

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

.addreass_grid {
    margin-top: 90px;
}

.map_div iframe {
    width: 100%;
    max-width: 548px;
    height: 330px;
}

.contact_us .title_text::after {
    margin: 0;
}

.addreass_grid p {
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 34px;
    max-width: 380px;
}

.addreass_grid p:nth-child(2) {
    margin-bottom: 0;
}

.addreass_grid p strong {
    display: block;
    font-weight: 700;
}

.addreass_grid p a {
    color: #000;
    display: inline-block;
    transition-duration: 0.4s;
}

.addreass_grid p a:hover {
    color: #aac858;
}






.aba_treatment_wrap {
    position: relative;
    padding-bottom: 100px;
}

.aba_treatment_wrap .container {
    max-width: 1680px;
    width: 90%;
    position: relative;
    z-index: 555;
}

.aba_treatment_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/aba_treatment_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 451px;
    height: 1340px;
}

.aba_treatment_wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/aba_treatment_corner2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 450px;
    height: 1004px;
}



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

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

.aba_treatment_wrap .profile_content {
    margin: 0;
}

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

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

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

.treatment_row2 {
    flex-direction: row-reverse;
    margin-top: 70px;
}

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

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

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

.treatment_row3 {
    margin-top: 70px;
}

.aba_treatment_wrap .row .col-md-12 .profile_content {
    max-width: 1539px;
}

.aba_treatment_wrap .row.treatment_row1 .col-md-12 .profile_content {
    max-width: 1534px;
}


.contact_us_form .gf_browser_gecko .gform_validation_errors {
    display: none;
}

.contact_us_form form {
    position: relative;
}

.contact_us_form form .gform-body .gform_fields .gfield {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

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

.contact_us_form form .gform-body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -22px;
    justify-content: space-between;
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.contact_us_form form .gform-body .gform_fields .gfield {
    width: 50%;
    position: relative;
    margin-bottom: 22px;
    padding: 0 22px;
}

.contact_us_form form .gform-body .gform_fields .gfield>.gfield_label {
    display: none;
}

.contact_us_form form .gform-body .gform_fields .gfield .ginput_container input {
    border: 1px solid #828384;
    height: 61px;
    color: #AAA;
    font-size: 20px;
    padding: 10px 20px;
    outline: none;
}

.contact_us_form form .gform-body .gform_fields .gfield .validation_message {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: absolute;
    left: 22px;
    bottom: -20px;
    background-color: transparent;
}

.contact_us_form form .gform-body .gform_fields .gfield .ginput_container_phone .validation_message {
    display: none;
}

.contact_us_form form .gform-body .gform_fields .gfield .ginput_container textarea {
    border: 1px solid #828384;
    height: 204px;
    resize: none;
    outline: none;
    padding: 15px 20px;
    color: #AAA;
    font-size: 20px;
}

.contact_us_form form .gform-body .gform_fields .gfield .ginput_container .gfield_description {
    display: none;
}

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

.contact_us_form form .gform-body .gform_fields .gfield:nth-last-child(2) {
    margin-bottom: 40px;
}

.contact_us_form form .gform_footer {
    margin: 0px !important;
    padding: 0px !important;
    position: absolute;
    left: 340px;
    bottom: 40px;
}

.contact_us_form form .gform_footer input {
    margin: 0px !important;
    background-color: #AAC857;
    height: 44px;
    width: 156px;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition-duration: 0.4s;
    outline: none;
}

.contact_us_form form .gform_footer input:hover {
    color: #fff;
    background-color: #4b4279;
}

.gform_ajax_spinner {
    display: none;
}




.advocacy_wrap {
    position: relative;
    padding: 60px 0 100px;
}

.advocacy_wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/advocacy_fle.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 699px;
    height: 869px;
}

.advocacy_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 210px;
    background-image: url("../images/advocacy_corner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 100%;
    width: 665px;
    height: 1533px;
}

.advocacy_wrap .container {
    max-width: 1680px;
    width: 90%;
    position: relative;
    z-index: 555;
}

.advocacy_row .profile_content {
    margin: 0;
}

.advocacy_row .title_text {
    text-align: center;
    max-width: 1325px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

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

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

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

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

.advocacy__listing .title_text {
    max-width: 1324px;
    text-align: center;
    margin: 0 auto 60px;
    padding-bottom: 30px;
}

.advocacy__listing .profile_content {
    margin: 0;
}

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

.advocacy__listing .profile_content p strong {
    display: block;
    text-transform: uppercase;
}

.advocacy__listing {
    margin-top: 40px;
}










/** === Footer === **/
footer {
    border-top: 10px solid #aac858;
    background-color: #4b4279;
}

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

.footer_main_row {
    min-height: 216px;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 20px;
}

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

.footer_column:nth-child(2) {
    width: 100%;
    max-width: 890px;
    padding-left: 15px;
}

.footer_title {
    min-height: 125px;
    padding: 0px 0px 10px;
    max-width: 660px;
    margin: 0 auto;
}

.footer_middle .btn_grid {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
}

.footer_middle .btn_grid .btn_cta {
    width: 46%;
}

.address_div {
    padding-left: 30px;
}

.address_div address {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.address_div address a {
    display: inline-block;
    color: #fff;
    transition-duration: 0.4s;
}

.address_div address a:hover {
    color: #AAC756;
}

.address_div address strong {
    display: block;
    font-weight: 700;
}

.address_div ul {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.address_div ul li {
    margin-right: 18px;
}

.address_div ul li a {
    display: block;
    transition-duration: 0.4s;
}

.address_div ul li a img {
    filter: brightness(0) invert(1);
    transition-duration: 0.4s;
}

.address_div ul li a:hover img {
    filter: none;
    transform: rotate(360deg);
}

.footer_logo a {
    display: block;
}

.copyright {
    height: 46px;
    background-color: #aac858;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}

.copyright p {
    color: #4B427A;
    font-size: 20px;
    font-weight: 400;
}

.footer_middle h4 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    font-family: 'Patua One', cursive;
}

.footer_middle .btn_cta {
    border: 1px solid #aac858;
}

.footer_description {
    text-align: center;
    /* margin-bottom: 15px; */
}

.footer_description h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Patua One', cursive;
}

.footer_description p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer_description p a {
    display: inline-block;
    color: #AAC857;
    font-weight: 700;
    transition-duration: 0.4s;
}

.footer_description p a:hover {
    color: #fff;
}



.openBtn {
    border: none;
    background-color: transparent;
    outline: none;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-content form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    background-color: #fff;
}

.overlay-content form label {
    position: absolute;
    left: 0;
    bottom: -30px;
    color: #fff;
    font-size: 15px;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type="text"] {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    width: calc(100% - 100px);
    background: #fff;
    height: 50px;
    outline: none;
}


.overlay button {
    width: 100px;
    padding: 8px 10px;
    background: #AAC857;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 0px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay button img {
    width: 25px;
}



.search_page {
    padding: 60px 0px;
}
.search_page .container {
    max-width: 1670px;
    width: 90%;
}

.search_page ul li {
    margin-bottom: 20px;
}

.search_page ul li a {
    color: #4B427A;
    font-size: 60px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Patua One', cursive;
    display: inline-block;
    transition-duration: 0.4s;
}

/*.search_page ul li a:hover {
    color: #AAC857;
}*/

.search_page ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc85;
}

.search_page ul li:last-child {
    border-bottom: none;
}

.search_page ul li p:empty {
    display: none;
}

.search_page ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 5px;
    margin: 0;
    border-radius: 10px;
    background-color: #AAC857;
}

.search_page ul li p {
    color: #000;
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 34px;
}



/*** 404 page  ***/
.section.error-page {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 130px;
    min-height: 814px;
}

.error-info-inner {
    width: 100%;
}

.heading-slider {
    text-align: center;
}

.heading-slider h1 {
    color: #4B427A;
    font-size: 300px;
    margin-bottom: 10px;
}

.page-template-template-thank-you .heading-slider h1 {
    font-size: 250px;
}

.heading-slider p {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.heading-slider p:empty {
    display: none;
}

.heading-slider .btn_cta {
    max-width: 276px;
    height: 45px;
    margin: 45px auto 0px;
}

.row.reverse-it {
    margin-top: 60px;
    flex-direction: row-reverse;
}

.row.reverse-it-aba {
    flex-direction: row-reverse;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1700px) {
    .heading-slider h1 {
        font-size: 240px;
    }

    .heading-slider p {
        font-size: 26px;
        line-height: 36px;
    }

    .page-template-template-thank-you .heading-slider h1 {
        font-size: 170px;
    }
}

@media only screen and (max-width: 1600px) {
    .heading-slider h1 {
        font-size: 190px;
    }

    .heading-slider p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width: 1366px) {
    .row.reverse-it {
        margin-top: 40px;
    }

    .row.reverse-it-aba {
        margin-bottom: 50px;
    }

    /*.search_page {
        height: 50vh;
        min-height: 470px;
        padding: 30px 0px;
    }

    .search_page ul li a {
        font-size: 18px;
    }*/

}


@media only screen and (max-width: 1200px) {
    .butgurBtn .header-search {
        margin: 0 15px 0 0;
        width: 23px;
    }
    .dropdown {
        width: 160px;
    }

}

@media only screen and (max-width: 1024px) {
    .overlay .closebtn {
        top: 5px;
        right: 15px;
        font-size: 60px;
        height: 52px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .heading-slider h1 {
        font-size: 140px;
    }

    .heading-slider p {
        font-size: 20px;
        line-height: 28px;
    }

    .heading-slider .btn_cta {
        max-width: 230px;
        margin: 20px auto 0px;
    }

    .page-template-template-thank-you .heading-slider h1 {
        font-size: 100px;
    }
}

@media(max-width: 850px) {
    .row.reverse-it-aba {
        margin-bottom: 30px;
    }
    /*.search_page {
        height: 20vh;
        min-height: 360px;
        padding: 30px 0px;
    }*/
}

@media(max-width: 600px) {
    .page-template-template-thank-you .heading-slider h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .row.reverse-it {
        margin-top: 20px;
    }

    .overlay input[type="text"] {
        width: calc(100% - 70px);
    }
    .overlay button {
        width: 70px;
    }

    .butgurBtn .header-search {
        margin: 0 10px 0 5px;
    }

   /* .search_page {
        height: auto;
        min-height: 330px;
        padding: 70px 0px;
    }*/
}

.gform_validation_errors {
    display: none;
}

body img.gform_ajax_spinner {
    display: none !important;
}

