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

    .herobanner,
    .cmn_banner .cmn_banner_img,
    .about_banner {
        aspect-ratio: unset;
        min-height: 750px;
    }

    .city_main_img,
    .google_map_main {
        aspect-ratio: unset;
        min-height: 560px;
    }
}


@media screen and (max-width: 1920px) {}

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

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

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

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 1441/700;
    }

    .city_main_img,
    .google_map_main {
        aspect-ratio: 1441/500;
    }
}

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

    .header_left .menu,
    .header_right {
        gap: 35px;
    }
    .header_main .header_right {
        gap: 25px;
    }

    .herobanner_btn .btn,
    .city_btn .btn {
        min-width: 300px;
    }

    /* about Page*/

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

    .service_title_section {
        padding: 80px 0 0 !important;
    }

    /* contact Page */

    .contact_page_main {
        gap: 80px;
    }

    /* Blog Page  */
    .blog_img_content {
        gap: 35px;
    }

    .post_pagination {
        width: 20%;
    }

    .person_content {
        padding: 70px 0 100px;
    }


    .contact_page_left {
        width: 45.8%;
    }
    .contact_page_main {
        gap: 40px;
    }

}

@media screen and (max-width: 1300px) {
    :root {
        --fs-sixty: 54px;
    }

    .person_content {
        width: 35%;
    }

    .person_main_img,
    .consultation_img {
        width: 45%;
    }

    .person_img {
        width: 60%;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 1201 / 650;
    }

    .city_main_img,
    .google_map_main {
        aspect-ratio: 1201/450;
    }

    /* contact  */

    .contact_left_top {
        gap: 40px;
    }

    .contact_left_btm {
        margin-top: 35px;
        padding-top: 35px;
    }

    /* Blog Page  */
    .blog_list_section {
        padding: 70px 0px 130px;
    }

    .cmn_title_page_otr {
        margin-top: 28px;
    }

    .include_btn_otr,
    .include_otr_main {
        gap: 80px;
    }

    .header_main .header_right {
        gap: 20px;
    }
}

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

    .container {
        padding: 0 40px;
    }

    .header_left .menu,
    .header_right {
        gap: 25px;
    }

    .btn {
        font-size: 18px;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 1025 / 600;
    }

    .achievement_main {
        gap: 30px;
    }

    .city_main_img,
    .google_map_main {
        aspect-ratio: 1025 / 400;
    }

    .herobanner_btn .btn,
    .city_btn .btn {
        min-width: 280px;
    }

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

    .person_content {
        width: 40%;
    }

    .person_img {
        width: 65%;
    }

    .person_content .title_h3 {
        font-size: 22px;

    }

    /* Blog Page  */
    .blog_content_main {
        gap: 70px;
    }

    .post_pagination {
        width: 25%;
    }

    .service_title_section {
        padding: 60px 0 0 !important;
    }

    .footer_left {
        width: 28%;
    }

    .testimonials_dot_otr {
        width: 95%;
        align-items: center;
    }


    .header_right .header_number_link a span {
        display: none;
    }

    .header_right .header_number_link a {
        width: 40px;
        height: 40px;
        padding: 10px;
        background: var(--gold-gradiant);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_right .header_number_link a img {
        width: 21px;
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(320deg) brightness(117%) contrast(101%);
    }



}

@media screen and (max-width: 1024px) {
    :root {
        --fs-twenty-four: 20px;
        --fs-thirty-two: 28px;
        --fs-sixty: 48px;
        --fs-fourty-eight: 40px;

    }

    /* Mobileicon Menu  */
    .mobileIcon {
        height: 40px;
        width: 40px;
        display: flex;
        cursor: pointer;
        z-index: 100000;
        position: relative;
        align-items: center;
        justify-content: center;
        background: var(--blue);
        border-radius: 100px;
    }

    .mobileIcon span,
    .mobileIcon span::before,
    .mobileIcon span::after {
        content: "";
        width: 25px;
        height: 3px;
        background: var(--gold) !important;
        position: absolute;
        transition: all 0.4s ease-in-out;
        border-radius: 30px;
    }

    .mobileIcon span::before {
        transform: translateY(-8px);
        width: 21px;
    }

    .mobileIcon span::after {
        transform: translateY(8px);
        width: 16px;
    }

    .menu-open .mobileIcon {
        background: transparent;
    }

    .menu-open .mobileIcon span {
        background: transparent;
        width: 30px;
    }

    .menu-open .mobileIcon span::before {
        transform: rotate(45deg);
        background: var(--gold);
        width: 30px;
    }

    .menu-open .mobileIcon span::after {
        transform: rotate(-45deg);
        background: var(--gold);
        width: 30px;
    }

    .header_left {
        position: fixed;
        inset: 0;
        width: 90%;
        height: 100vh;
        z-index: 999;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        padding: 100px 18px 47px 41px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        box-sizing: border-box;
        overflow: hidden;
        background: var(--white);
    }

 /* For RTL */

    [dir="rtl"] .header_left {
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        padding: 100px 41px 47px 18px;
    }


    .menu-open .header_left {
        transform: translateX(0);
    }

    .menu-open .header:after {
        content: '';
        position: absolute;
        inset: 0;
        background: #0000008f;
        z-index: 99;
        height: 100vh;
    }

    .header_menu li .sub-menu li a {
        color: var(--black);
        padding-top: 0;
        border: none;
    }

    .header_left ul.menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 19px;
    }

    .header_menu li a,
    .header_number_link_mobile a {
        padding-top: 13px;
        border-top: 1px solid var(--gold);
        width: 100%;
    }

    .header_menu,
    .header_menu .menu-header-menu-container,
    .header_number_link_mobile,
    .header_menu li {
        width: 100%;
    }

    .menu-open {
        overflow: hidden;
        position: relative;
    }

    .header_main {
        justify-content: space-between;
        align-items: center;
    }

    .menu-open .mobileIcon span {
        background: transparent !important;
    }


    .header_left .header_gradiant_btn,
    .header_number_link_mobile a,
    .header_social_icon {
        display: flex !important;
    }

    .header_right {
        flex: unset;
        width: max-content;
        justify-content: unset;
    }

    .header_gradiant_btn,
    .langauge_selection {
        display: none;
    }

    .header_menu li.menu-item-has-children:hover ul.sub-menu {
        opacity: unset;
        visibility: unset;
        display: none;
        background: var(--white) !important;
    }

    .header_menu li.menu-item-has-children {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header_menu li .sub-menu li {
        border: none;
        padding: 0;
    }

    /* without p */

    .header_menu li .sub-menu {
        position: relative;
        background: var(--white);
        gap: 19px;
        max-width: 100%;
        width: 100%;
        margin: 0;
        display: flex !important;
        opacity: 1;
        visibility: visible;
    }

    .header_menu li.menu-item-has-children {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_menu li .sub-menu li a {
        color: var(--black);
    }

    .header_menu li.menu-item-has-children p {
        display: none;
    }

    /* with arrow */

    /* .header_menu li.menu-item-has-children.active ul.sub-menu {
        position: relative;
        top: 0;
        max-width: 100%;
        width: 100%;
        background: var(--white);
        gap: 19px;
        display: flex !important;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    .header_menu li .sub-menu li:hover a {
        color: unset;
    }
*/
    .herobanner_content .container {
        max-width: 77%;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 901/ 550;
    }

    .achievement_main {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding: 7px 0 20px;
        column-gap: 50px;
    }

    .achievement_box {
        width: calc((100% - (35px * 2))/3);
    }

    .consultation_row,
    .consultation_row:nth-child(even) {
        flex-direction: column-reverse;
        margin: unset;
        gap: 51px;
    }

    .consultation_content {
        width: 100%;
        gap: 28px;
    }

    .consultation_img {
        width: 50%;
        margin: 0px auto;
    }

    .city_main_img,
    .google_map_main,
    .about_banner {
        aspect-ratio: 901 / 380;
    }

    .city_content {
        padding: 40px 0;
    }

    .our_blogs_home {
        padding: 60px 0;
    }

    /* contact  */

    .contact_page_otr {
        padding: 40px 0 70px;
    }

    .form_main {
        gap: 25px;
    }

    .contact_page_main {
        gap: 60px;
    }

    .contact_left_btm {
        margin-top: 30px;
        padding-top: 30px;
    }

    .contact_page_left {
        width: 41%;
    }

    .contact_text a,
    .contact_text p {
        font-size: 16px;
    }

    /* Blog Page  */

    .blog_list_section {
        padding: 60px 0 100px;
    }

    .post_pagination {
        width: 30%;
    }

    .blog_banner_img {
        width: 80%;
        padding-top: 50%;
    }

    .blog_content_section {
        padding-bottom: 80px;
    }

    /* service page  */
    .include_box {
        flex-direction: column;
        gap: 35px;
    }

    .include_box_title {
        position: relative !important;
        left: -70% !important;
    }

    .person_bg_img {
        display: none;
    }

    .person_main {
        flex-direction: column-reverse;
        align-items: center;
        gap: 38px;
        margin: 12px 0 38px;
    }

    .person_img {
        position: relative;
        left: -15px;
    }
/* For RTL */

    [dir="rtl"] .person_img {
        right: -15px;
        left: auto;
    }

    .person_content {
        padding-top: 0;
        width: 100%;
    }

    .person_main_img {
        width: 60%;
        justify-content: center;
        border-bottom: 2px solid;
        border-image: linear-gradient(90deg, rgba(167, 149, 90, 0) 0%, rgba(167, 149, 90, 1) 32%, rgba(167, 149, 90, 1) 69%, rgba(167, 149, 90, 0) 100%) 1;
    }

    .person_section .container {
        padding: 0px 40px;
    }

    .testimonials_dot_otr {
        width: 100%;
    }

    .header_menu li a,
    .header_number_link a {
        font-size: 20px;
    }

    .header {
        padding: 20px 0;
    }

    .header_menu li .sub-menu {
        padding: 10px 15px 0;
    }

    .header_social_icon a {
        width: 44px;
        height: 44px;
    }

    [dir="rtl"] .include_box_title {
        left: unset !important;
        transform: translate(76%);
    }

    .cmn_space_both {
        padding: 80px 0 100px;
    }

}

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

    .container,
    .person_section .container {
        padding: 0 30px;
    }


    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 768/530;
    }

    .about_content {
        padding: 50px 0;
    }

    .cmn_title_page {
        max-width: 71%;
        margin: 0px 16px;
    }

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

    .cmn_title_page_otr {
        margin-top: 20px;
    }

    /* Blog Page  */
    .blog_list_main {
        gap: 50px 20px;
    }

    .post_pagination {
        width: 34%;
    }

    .include_otr_main {
        gap: 60px;
    }

    .city_main_img,
    .google_map_main,
    .about_banner {
        aspect-ratio: 768/350;
    }


    /* contact  */
    .contact_page_main,
    .footer_top {
        align-items: start;
        flex-direction: column;
        gap: 47px;
    }

    .contact_left_top {
        gap: 31px;
    }

    .contact_page_left,
    .contact_page_right,
    .footer_left,
    .footer_right {
        width: 100%;
    }

    .footer_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }

    .footer_left,
    .footer_right {
        width: 100%;
    }

    .testimonial_section .container,
    .testimonial_swiper {
        padding: 0 !important;
    }

    .service_title_section {
        padding: 40px 0 0 !important;
    }

    .testimonial_swiper .swiper-slide-prev,
    .testimonial_swiper .swiper-slide-next {
        visibility: hidden;
    }

    .testimonial_swiper .swiper-slide {
        opacity: 0;
        transform: scale(0.8);
    }

    .testimonial_swiper .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }


}

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

    :root {
        --fs-sixty: 42px;
        --fs-fourty-eight: 34px;
        --fs-twenty: 18px;
        --fs-eighteen: 16px;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 601/500;
    }

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

    .herobanner_btn .btn,
    .city_btn .btn {
        min-width: 240px;
    }

    .herobanner_content .container {
        max-width: 100%;
    }

    .herobanner_description {
        padding: 19px 0 40px;
    }

    .herobanner_description p,
    .herobanner_title h1 {
        text-align: center;
    }

    .herobanner_btn {
        display: flex;
        justify-content: center;
    }

    .achievement_box .title_h6 {
        font-size: 16px;
    }

    .consultation_img {
        width: 70%;
    }

    .blog_list_main {
        grid-template-columns: repeat(1, 1fr);
        gap: 75px 0px;
    }

    .our_blogs_home .blog_list_main .blog_card:first-child>.blog_list_image {
        padding-top: 120%;
    }

    .our_blogs_home .blog_list_content {
        padding: 18px;
    }

    .consultation_main_title,
    .consultation_inner_title {
        text-align: center;
    }

    .consultation_inner_content {
        padding-left: 0;
        gap: 19px;
    }


    .consultation_btn {
        padding: 0;
        justify-content: center;
        display: flex;
        width: 100%;
    }

    .review-dots-viewport {
        display: none;
    }

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

    .cmn_title_page_otr .cmn_title_page {
        max-width: 63%;
        margin: 0px 7px;
    }

    .cta_row form .cta_form_main .form_content {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Blog Page  */
    .blog_img_content {
        gap: 20px;
    }

    .blog_banner_img {
        width: 100%;
        padding-top: 65%;
    }

    .blog_content_main {
        gap: 50px;
    }

    .post_pagination_main {
        align-items: center;
        gap: 61px;
        flex-wrap: wrap;
    }

    .post_pagination {
        width: 44%;
        padding-top: 0;
        gap: 17px;
        order: 2;
    }

    .include_btn_otr {
        gap: 65px;
    }

    .center_btn {
        order: 1;
        width: 100%;
    }

    .person_main_img {
        width: 80%;
    }


    .cta_box:nth-child(3) {grid-column: span 2;}
    form .ppils-consent-wrap input[type="checkbox"]{
        margin-inline-end:0 !important;
    }

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

}

@media screen and (max-width: 600px) {
    :root {
        --fs-thirty-two: 24px;
        --fs-sixty: 36px;
    }

    .container,
    .person_section .container {
        padding: 0 20px;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 480/500;
    }

    .achievement_box {
        width: calc((100% - (50px * 1)) / 2);
    }

    .our_blogs_home .blog_list_main {
        padding: 47px 0 30px;
    }

    .city_main_img,
    .google_map_main,
    .about_banner {
        aspect-ratio: 480/280;
    }

    .footer_btm_content {
        padding: 12px 0;
    }

    .about_content {
        padding: 26px 0 43px;
    }

    .blog_list_section {
        padding: 50px 0 80px;
    }

    .include_otr_main {
        padding: 10px 0 76px;
        gap: 48px;
    }


    /* contact  */

    .contact_left_btm {
        gap: 18px;
        margin-top: 24px;
        padding-top: 13px;
    }

    .cta_row form .cta_form_main .form_content {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .cta_title {
        padding-bottom: 20px;
        text-align: center;
    }

    .cta_row .wpcf7 form.invalid .wpcf7-response-output,
    .cta_row .wpcf7 form.unaccepted .wpcf7-response-output,
    .cta_row .wpcf7 form.payment-required .wpcf7-response-output,
    .cta_row .wpcf7 form .wpcf7-response-output {
        margin: 20px 0 0 0 !important;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .footer_main_menu .menu,
    .footer_btm_menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_main_menu .menu li:first-child {
        align-items: center;
        text-align: center;
    }

    .footer_top {
        padding: 30px 0px 34px;
        align-items: center;
    }

    .footer_left,
    .footer_contact {
        align-items: center;
    }

    .footer_logo a {
        width: 100%;
    }

    .footer_btm_menu ul {
        padding-top: 30px;
    }

    .testimonials_dot_otr {
        width: 95%;
        align-items: center;
        margin: 0 auto;
    }

    .testimonial-next svg,
    .testimonial-prev svg {
        width: 22px;
    }

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

    .post_pagination {
        width: 44%;
    }

    .post_pagination_left .normal_btn {
        font-size: 14px;
        width: 100%;
        text-align: end;
    }

    .post_pagination_right .normal_btn {
        font-size: 14px;
        width: 100%;
        text-align: start;
    }

    .post_pagination_main {
        gap: 45px;
    }

    .testimonial_swiper .swiper-slide {
        transition: all 0.4s ease;
    }

    .city_big_text_img {
        width: 100%;
        max-width: 352px;
    }

    .testimonial_swiper .testimonial_wrapper {
        padding: 20px 0 50px;
    }

    .testimonial_section {
        padding-bottom: 0;
    }

    .consultation_row:nth-child(even):before {
        left: 50%;
    }

    .testimonial_card::before {
        bottom: 13px;
    }

    .testimonial_card::after {
        top: 12px;
    }

    .blog_img_content .container {
        padding-left: 0;
        padding-right: 0;
    }

     .cta_box:nth-child(3) {grid-column: span 1;}
    .form_content .cta_box:last-child{
        grid-column:span 1;
    }


    .footer_main_menu .sub-menu {
        align-items: center;
    }


    [dir="rtl"] .include_box_title {
        left: unset !important;
        transform: translate(60%);
    }

    .error_otr_div .error_img {
        max-width: 100%;
    }
    .cmn_details, .cmn_section_content .ppils-policy {
        gap: 16px;
    }
    .cmn_section_otr .cmn_details ul, .cmn_section_content .ppils-policy ul {
        gap: 12px;
    }

}

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

    :root {
        --fs-sixteen: 14px;
        --fs-fourty-eight: 32px;
        --fs-twenty: 16px;
    }

    .herobanner,
    .hero_main .video_section {
        aspect-ratio: 375 / 500;
    }

    .achievement_box .title_h6 {
        font-size: 14px;
    }

    .consultation_img {
        width: 89%;
    }

    .our_blogs_home .blog_list_main .blog_card:first-child>.blog_list_image {
        padding-top: 140%;
    }

    .our_blogs_home .blog_date {
        font-size: 12px;
    }

    .normal_btn {
        font-size: 14px;
    }

    .city_main_img,
    .google_map_main,
    .about_banner {
        aspect-ratio: 375/250;
    }

    .city_description p {
        word-spacing: 50%;
    }

    .testimonial_card {
        padding: 13px 40px 17px 40px;
        align-items: center;
    }

    .testimonial_title .title_h5 {
        font-size: 14px;
    }

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

    .testimonial_card::after,
    .testimonial_card::before {
        width: 36px;
        height: 32px;
    }

    .cmn_details {
        gap: 18px;
    }

    .blog_list_main {
        gap: 35px 20px;
    }

    .blog_banner_img {
        padding-top: 90%;
    }

    .our_blogs_home .blog_list_image {
        padding-top: 65%;
    }

    .post_pagination_main {
        gap: 38px;
    }

    .center_btn {
        gap: 10px;
    }

    .include_box_title {
        left: -60%;
    }

    .service_title_section .cmn_title_page {
        max-width: 340px;
        margin: 0;
    }

    .service_title_section {
        padding: 26px 0 0 !important;
    }

    .contact_page_otr {
        padding: 31px 0 56px;
    }

    .cta_row .wpcf7 form.invalid .wpcf7-response-output,
    .cta_row .wpcf7 form.unaccepted .wpcf7-response-output,
    .cta_row .wpcf7 form.payment-required .wpcf7-response-output,
    .cta_row .wpcf7 form .wpcf7-response-output {
        margin: 20px 0 0 0 !important;
    }

    .include_btn_main .header_right_btn .btn {
        width: 100%;
    }

    .blog_list_image::before {
        height: 15px;
    }

    .blog_date {
        padding: 19px 0 13px;
    }

    .blog_list_section {
        padding: 42px 0 61px;
    }

    .form_field p input,
    .form_field p textarea {
        font-size: 14px
    }

    .contact_text a,
    .contact_text p {
        font-size: 14px;
    }

    .contact_icon {
        width: 17px;
    }

    

    .blog_img_content {
        gap: 6px;
    }

    .blog_banner .cmn_title_page {
        max-width: 320px;
    }

    .blog_content_main {
        gap: 38px;
    }

    .person_main_img {
        width: 100%;
    }

    .header_left {
        padding-top: 80px;
    }

    .mobileIcon {
        width: 25px;
        height: 25px;
    }





    .header_main {
        gap: 8px;
    }
    .header_logo {
        max-width: 140px;
    }
    .header_right .header_number_link a {
        width: 30px;
        height: 30px;
        padding: 8px;
    }
    .custom-language-switcher {
        gap: 8px;
    }
    .header_main .header_right {
        gap: 12px;
    }
}

@media screen and (max-width: 374px) {}