:root {
    --text-white: #ffffff;
    --text-gray: #444444;
    --text-blue: #212E50;
    --text-dark-blue: #1F3F71;
    --text-yellow: #FFD16F;
    --text-btn: #3363A8;
    --bg-button: #3363A8;
    --bg-linen: #F3EEE8;
    --bg-white: #ffffff;
    --bg-yellow: #FFD16F;
    --bg-blue: #3363A8;
    --bg-dark-blue: #1F3F71;
}
@media (max-width: 1399px) {
    /*Footer Section Start*/
    .ml_40 {
        margin-left: -40px;
    }
    /*Footer Section End*/
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1370px;
    }
}
@media (max-width: 1399px) {
    /*Connectivity Section Start*/
    .connectivity_owl .connectivity_owl_text {
        padding: 26px 26px 0 26px;
        margin: -35px 20px 20px;
    }
    /*Connectivity Section End*/
    /*Why Invest Section Start*/
    .box_content {
        padding: 46px 0px 10px 40px;
    }
    /*Why Invest Section End*/
}

@media (max-width: 1299px) {
    .ml_40 {
        margin-left: -20px;
    }
}
@media (min-width: 1200px) {
    /*Header Start*/
    .navbar-expand-xl .navbar-collapse {
        display: flex;
        justify-content: flex-end;
        flex-basis: auto;
    }
    /*Header End*/
}
@media screen and (max-width: 1599px) {
    /*Hero Carousel Start*/
    .carousel-caption h2 {
        font-size: 72px;
    }
    /*Hero Carousel End*/
} 
@media screen and (max-width: 1399px) {
    .why_invest_img {
        max-width: 400px;
    }
    .why_invest_box .box_content {
        width: calc(100% - 400px);
    }
    /*Hero Carousel Start*/
    .carousel-caption h2 {
        font-size: 68px;
    }
    /*Hero Carousel End*/
} 
@media screen and (max-width: 1199px) {
    /*Topbar Start*/
    .topbar ul li a,
    .custom-select {
        font-size: 14px;
    }
    .google_translate .dropdown-toggle,
    .google_translate ul.dropdown-menu li a {
        font-size: 14px;
    }
    /*Topbar End*/
    /*Header Start*/
    nav a.nav-link:hover {
        color: var(--text-yellow);
    }
    .navbar-expand-xl .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        padding: 60px 30px 30px 30px;
        width: 100vw;
        height: 100% !important;
        background: var(--bg-dark-blue);
        border-width: 0px;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        vertical-align: middle;
        z-index: 5;
        overflow-x: hidden;
        overflow-y: auto;
        transition: 0.4s all ease;
    }
    .navbar-expand-xl .navbar-collapse.show {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        z-index: 999;
    }
    .navbar-expand-xl .navbar-collapse::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-image: url("../images/dholera-invest.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        opacity: 0.05;
    }
    ul.dropdown-menu li a::before {
        left: 6px;
        background-image: url(../images/right-chavrone-white.svg);
        background-size: 8px;
    }
    ul.dropdown-menu li a.dropdown-item:hover::before {
        background-image: url(../images/right-chavrone-blue.svg);
    }
    li.nav-item.dropdown {
        display: block !important;
    }
    .nav-item a.nav-link {
        display: inline-block;
        font-size: 28px;
        color: var(--bg-yellow);
    }
    ul.dropdown-menu {
        display: none;
    }
    li.nav-item {
        margin: 10px 12px 10px 12px;
    }
    ul.dropdown-menu {
        padding: 12px 0;
    }
    .carousel-item .carousel_image {
        height: 700px;
    }
    nav .navbar_brand img {
        margin-top: -32px;
    }
    .nav_inquiry_btn {
        position: absolute;
        right: 70px;
        top: 50px;
        transform: translateY(-50%);
    }
    .navbar button.dropdown-toggle {
        height: 12px;
        width: 12px;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .navbar button.dropdown-toggle::after {
        width: 12px;
        height: 12px;
        background-size: 10px;
        background-image: url(../images/right-chavrone-yellow.svg);
    }
    ul.dropdown-menu li a {
        color: var(--text-white);
        padding: 10px 22px 10px;
        font-size: 18px;
    }
    .nav-item.dropdown .dropdown-menu {
        padding-top: 0;
        height: 0;
        transition: all 0.5s ease-in-out;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%) !important;
    }
    .nav-item.dropdown .dropdown-menu.show {
        padding-top: 0;
        height: 100%;
        transition: all 0.5s ease-in-out;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
    }
    li.nav-item.dropdown ul.dropdown-menu::before {
        background-color: transparent;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    button.navbar-toggler {
        padding: 0;
        width: 34px;
        height: 34px;
        border: none;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .navbar-toggler-icon {
        background-image: none;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .toggler-icon {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--bg-dark-blue);
    }
    .navbar-toggler-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        height: 3px;
        width: calc(100% - 30%);
        background: var(--bg-dark-blue);
    }
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 0;
        height: 3px;
        width: 100%;
        background: var(--bg-dark-blue);
    }
    .navbar-collapse.collapse.show button.navbar-toggler {
        top: 50px;
        right: 30px;
    }
    .navbar-collapse.collapse.show .navbar-toggler-icon::before {
        display: none;
    }
    .navbar-collapse.collapse.show .toggler-icon {
        transform: rotate(45deg);
        top: 50%;
        height: 2px;
        background-color: var(--text-yellow);
    }
    .navbar-collapse.collapse.show .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        top: 50%;
        height: 2px;
        background-color: var(--text-yellow);
    }
    ul.dropdown-menu li a.dropdown-item:hover {
        color: var(--text-yellow);
        background: transparent;
    }
    ul.dropdown-menu li a.dropdown-item:hover::before {
        background-image: url(../images/right-chavrone-yellow.svg);
    }
    .nav-link.dropdown-toggle::after {
        display: none;
    }
    /*Header End*/
    /*Hero Carousel Start*/
    .carousel-caption h2 {
        font-size: 54px;
    }
    /*Hero Carousel End*/
    /*Inquiry Popup Form Start*/
    .inquiry_form_wrapper {
        padding: 70px 30px;
    }
    /*Inquiry Popup Form End*/
    /*Welcome Section Start*/
    .wl_text_box {
        padding: 28px;
    }
    /*Welcome Section End*/
    /*Our Projects Section Start*/
    .our_projects_sec .our_pro_price_box .our_pro_price_text {
        padding: 20px;
    }
    /*Our Projects Section End*/
    /*Customer Testimonials Section Start*/
    .customer_testi_owl .item {
        padding: 48px 45px 35px 45px;
    }
    /*Customer Testimonials Section End*/
    /*Map Section Start*/
    .location_box iframe {
        max-height: 380px;
    }
    .contact_det_box p {
        white-space: inherit;
    }
    .contact_det_box p,
    .contact_det_box ul li a {
        font-size: 14px;
    }
    /*Map Section End*/
    /*Dholera Investment Section End*/
    .gallery_img_box img {
        height: 260px;
    }
    /*Gallery Section End*/
    /*Blog Details Section Start*/
    .recent_post_box,
    .categories_list {
        padding: 20px;
    }
    .recent_post_box .title_box h3,
    .categories_list .title_box h3 {
        margin-bottom: 0;
    }
    /*Blog Details Section End*/
    /*Project Pdf Section Start*/
    .project_pdf_box {
        padding: 30px;
    }
    .project_pdf_box img {
        max-width: 60px;
    }
    a.project_pdf_box h5 {
        font-size: 18px;
    }
    /*Project Pdf Section End*/
    /*Footer Start*/
    .footer_box.f_contact_box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 90px;
    }
    .ml_40 {
        margin-left: 0;
    }
    /*Footer End*/
    /*New Connectivity Section Start*/
    .info_box {
        padding: 20px 0 30px;
    }
    .info_box .title_box {
        padding: 30px;
    }
    /*New Connectivity Section End*/
    .md_desk_img {
        max-width: 300px;
    }
    .md_desk_img .md_name h4 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .md_desk_img .md_name h6 {
        font-size: 24px;
    }
    .md_desk_img .md_name {
        position: absolute;
        bottom: 10px;
    }
}
/*Max-Width 991px Start*/
@media (max-width: 991px) {
    .title_box h2 {
        font-size: 30px;
    }
    /*Header Start*/
    .btn_light {
        padding: 9px 13.5px;
    }
    .btn_light .btn_light_text {
        font-size: 13px;
    }
    /*Header End*/
    /*Hero Carousel Start*/
    .carousel-item .carousel_image {
        height: 600px;
    }
    .carousel-caption {
        left: 4%;
    }
    .carousel-caption h4,
    .carousel-caption h5 {
        font-size: 26px;
    }
    .carousel-caption h2 {
        font-size: 50px;
    }
    .btn_light.hero_btn {
        padding: 14px 24px;
    }
    .btn_light.hero_btn .btn_light_text {
        font-size: 16px;
    }
    .car_box {
        background: transparent;
        height: 100%;
        border: 2px solid var(--bg-yellow);
        border-radius: 50%;
    }
    .book_free_visit {
        background: var(--bg-dark-blue);
        height: 40px;
        width: 40px;
        top: auto;
        border-radius: 50%;
        position: fixed;
        right: 20px;
        bottom: 147px;
    } 
    .car_box img {
        max-width: 25px;
    } 
    .car_text_box,
    .book_free_visit span {
        display: none;
    }
    .book_free_visit .car_text_box p {
        font-size: 12px;
    }
    .carousel-indicators [data-bs-target] {
        height: 4px;
        width: 18px;
    }
    .carousel-indicators [data-bs-target].active {
        width: 30px;
    }
    /*Hero Carousel End*/
    /*Inquiry Popup Form Start*/
    .box {
        position: absolute;
        top: 20px;
    }
    /*Inquiry Popup Form End*/
    /*Welcome Section Start*/
    .wl_text_box,
    .wl_img_box,
    .wl_img_box img,
    .book_your_plot {
        border-radius: 15px;
    }
    .wl_img_box {
        padding: 0;
    }
    .welcome_sec .wl_image {
        border-radius: 15px;
    }
    .book_your_plot p {
        font-size: 22px;
    }
    .book_your_plot h3 {
        font-size: 28px;
    }
    /*Welcome Section End*/
    /*Our Projects Section Start*/
    .our_projects_sec .our_pro_price_box .our_pro_price_text {
        padding: 30px 30px 30px 45px;
    }
    .our_pro_price_box .our_pro_price_text .projects_text h5 {
        font-size: 28px;
    }
    /*Our Projects Section End*/
    /*Why Invest Section Start*/
    .why_invest_box {
        display: block;
    } 

     .box_content {
        padding: 0;
        margin-top: 30px;
        margin-left: 0;
    } 
	.why_invest_img {
        min-width: 100%;
    }

    .why_invest_img img {
        min-height: 260px;
    }
	
    /*Why Invest Section End*/
    /*Infrastructure Section Start*/
    .infrastructure_sec .title_box h3 {
        font-size: 30px;
    }
    /*Infrastructure Section End*/
    /*Footer Start*/
    .footer_bottom {
        display: block;
        text-align: center;
    }
    .footer .footer_box a,
    .footer .footer_box p {
        font-size: 14px;
    }
    .footer_box.f_contact_box {
        gap: 37px;
    }
    /*Footer End*/
    /*Contact Detail Section Start*/
    .contact_form {
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact_det_box p {
        white-space: pre-line;
    }
    /*Contact Detail Section End*/
    /*Dholera Investment Section Start*/
    .dholera_invest_sec .title_box h4 {
        white-space: pre-line;
        font-size: 18px;
    }
    /*Dholera Investment Section End*/
    /*Projects Map Section Start*/
    .pro_page_map_section {
        padding-top: 80px;
    }
    /*Projects Map Section End*/
    /*Thank You Page Start*/
    .thank_you_sec {
        padding: 70px 0;
    }
    .thank_u_box {
        padding: 50px 50px 30px 50px;
    }
    .thank_you_sec h3 {
        font-size: 70px;
    }
    .envalope_box::after {
        width: 60px;
        height: 60px;
        top: -16px;
        left: -18px;
    }
    .envalope_box img {
        max-width: 50px;
    }
    .thank_you_sec p {
        font-size: 14px;
    }
    /*Thank You Page End*/
    /*Account Details Section Start*/
    .bank_form {
        padding: 30px;
    }
    /*Account Details Section End*/
    /*Plots Form Section Start*
    .ploat_form td span,
    .ploat_form label {
        padding: 0px;
    }

    /*Plots Form Section End*/
    /*Plots Layout Section Start*/
    .plots_img_sec {
        padding: 50px 0;
    }
    /*Plots Layout Section End*/
    /*New Connectivity Section Start*/
    .box_img h4 {
        font-size: 16px;
    }
    .info_box {
        padding: 10px 0 0px;
    }
    /*New Connectivity Section End*/
    /*Meet Our Team Page Start*/
    .our_team_sec {
        padding: 50px 0;
    }
    .why_invest_box .box_content {
        width: calc(100% - 00px);
        padding: 40px 0 0 0;
    }
        .why_invest_img {
        max-width: 800px;
    }
    .md_desk_img {
        max-width: 260px;
    }
    /*Meet Our Team Page End*/
    /*Book Now Form Section Start*/
    .pdf_main_box {
        max-width: 100%;
        padding: 40px 12px 16px;
    }
    /*Book Now Form Section Start*/
}

/*Max-Width 767px Start*/
@media (max-width: 767px) {
    /*Topbar Start*/
    .topbar ul {
        gap: 10px;
    }
    .topbar ul li a,
    .custom-select {
        font-size: 13px;
    }
    .topbar {
        padding: 8px 0;
    }
    .topbar ul li a img {
        width: 14px;
    }
    .custom-select-wrapper::after {
        right: 0;
        width: 16px;
        height: 16px;
        background-size: 7px;
    }
    nav .navbar_brand img {
        margin-top: -26px;
    }
    .google_translate .dropdown-menu {
        transform: translate3d(0px, 32px, 0px) !important;
    }
    /*Topbar End*/
    /*Inquiry Popup Form Start*/
    .box {
        padding: 30px;
    }
    /*Inquiry Popup Form End*/
    /*Header Start*/
    nav .navbar_brand img {
        max-height: 110px;
    }
    .custom-select-wrapper {
        padding: 0px 16px 0 0;
    }
    .nav_inquiry_btn {
        top: 42px;
    }
    .navbar-toggler {
        top: 30px;
    }
    .navbar-toggler-icon {
        width: 28px;
        height: 28px;
    }
    /*Header End*/
    /*Hero Carousel Start*/
    .carousel-item .carousel_image {
        height: 400px;
    }
    .carousel-caption h4,
    .carousel-caption h5 {
        font-size: 22px;
    }
    .carousel-caption h2 {
        font-size: 38px;
    }
    .btn_light.hero_btn {
        padding: 12px 22px;
    }
    .btn_light.hero_btn .btn_light_text {
        font-size: 12px;
    }
    .carousel-caption {
        top: 7%;
    }
    /*Hero Carousel End*/
    /*Welcome Section Start*/
    .title_box p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .book_your_plot {
        padding: 40px 20px;
    }
    /*Welcome Section End*/
    /*Connectivity Section Start*/
    .connectivity_sec {
        margin-top: 50px;
    }
    /*Connectivity Section End*/
    /*Book Free Visit Cart Drawer Start*/
    .cart_drawer {
        padding: 30px 15px;
    }
    /*Book Free Visit Cart Drawer End*/
    /*Our Projects Section Start*/
    section.our_projects_sec {
        margin: 50px 0;
    }
    /*Our Projects Section End*/
    /*Infrastructure Section Start*/
    .infrastructure_sec {
        padding: 50px 0 80px;
    }
    .infrastructure_owl_carousel .item img {
        margin: 20px 0 30px 5px;
    }
    /*Infrastructure Section End*/
    /*Why Invest Section Start*/
    .why_invest_sec {
        margin: 50px 0;
    }
    /*Why Invest Section End*/
    /*Customer Testimonials Section Start*/
    .testimonials_sec {
        padding: 50px 0;
    }
    /*Customer Testimonials Section End*/
    /*WhatsApp Connect Start*/
    button#ws_toggle img {
        max-width: 48px;
    }
    /*WhatsApp Connect End*/
    /*About Section Start*/
    .about_sec {
        padding: 50px 0 40px;
    }
    /*About Section End*/
    /*Mission Vision Section Start*/
    .mission_vision_sec {
        padding: 50px 0;
    }
    .mission_vision_sec .vision_mission_box .title_box,
    .mission_vision_sec .vision_mission_box.reverse_col .title_box {
        border: none;
        padding: 0;
    }
    .mission_vision_sec .vision_mission_box {
        display: grid;
        gap: 16px;
    }
    .vision_mission_img .mission_img,
    .vision_mission_img .vision_img {
        border: 0;
    }
    /*Mission Vision Section End*/
    /*Our Values Section Start*/
    .our_values_sec .vision_img {
        max-width: 100px;
    }
    .our_values_sec {
        padding: 50px 0;
    }
    #valuesAccordion .accordion-button,
    #valuesAccordion .accordion-body {
        padding: 20px;
    }
    /*Our Values Section End*/
    /*Contact Detail Section Start*/
    .contact_det_sec {
        padding: 50px 0;
    }
    /*Contact Detail Section End*/
    /*Map Section Start*/
    .location_box iframe {
        max-height: 320px;
    }
    /*Map Section End*/
    /*Footer Strat*/
    .footer_box.f_contact_box {
        display: block;
    }
    /*Footer End*/
    /*About Dholera Sir Section Start*/
    .about_d_sir_sec {
        padding: 50px 0;
    }
    /*About Dholera Sir Section End*/
    /*Seamless Connectivity Section Start*/
    .seamless_conn_sec {
        padding: 50px 0;
    }
    .seamless_conn_sec .title_box p {
        margin-bottom: 0;
    }
    /*Seamless Connectivity Section End*/
    /*Dholera Investment Section Start*/
    .dholera_invest_sec {
        padding: 50px 0;
    }
    /*Dholera Investment Section End*/
    /*Gallery Section Start*/
    .galley_sec {
        padding: 50px 0;
    }
    /*Gallery Section End*/
    /*Blog Section Start*/
    .blog_sec {
        padding: 50px 0;
    }
    /*Blog Section End*/
    /*Blog Details Section Start*/
    .blog_details_sec {
        padding: 50px 0;
    }
    /*Blog Details Section End*/
    /*Project Pdf Section Start*/
    .project_pdf_sec {
        padding: 50px 0;
    }
    /*Project Pdf Section End*/
    /*Project Map Location Section Start*/
    .pro_location_map_sec {
        padding: 50px 0;
    }
    /*Project Map Location Section End*/
    /*Projects Section Start*/
    .projects_section {
        padding: 50px 0;
    }
    .invester_note h3 img {
        max-width: 30px;
        margin-right: 10px;
    }
    .invester_note {
        padding: 30px;
    }
    .invester_note h3 {
        font-size: 26px;
    }
    .invester_note p {
        font-size: 20px;
    }
    .projects_info_box {
        padding: 30px;
    }
    /*Projects Section End*/
    /*Projects Key Points Section Start*/
    .pro_key_points_sec {
        padding: 0 0 50px 0;
    }
    .pro_key_box {
        padding: 20px;
    }
    .pro_key_box img {
        padding-bottom: 18px;
    }
    .pro_key_box h5 {
        font-size: 16px;
        padding-top: 13px;
    }
    /*Projects Key Points Section End*/
    /*Projects Map Section Start*/
    .pro_page_map_section {
        padding-top: 50px;
    }
    /*Projects Map Section End*/
    /*Plots Form Section Start*
    .ploat_form_sec {
        padding: 50px 0;
    }

    .ploat_form {
        padding: 30px 12px;
    }

    .ploat_form .offer_table {
        display: block;
        overflow-x: auto;
    }

    .ploat_form .offer_table td {
        min-width: 200px;
    }

    /*Plots Form Section End*/
    /*Account Details Section Start*/
    .account_details {
        margin: 50px 0 0;
    }
    /*Account Details Section End*/
    /*New Connectivity Section Start*/
    .n_connect_sec {
        padding: 50px 0;
    }
    .box_img h4 {
        margin: 20px 12px 10px;
    }
    .info_box {
        padding: 0;
    }
    .info_box .title_box h4 {
        margin-bottom: 12px;
    }
    /*New Connectivity Section End*/
    /*Meet Our Team Page Start*/
    .why_invest_box .box_content { 
        padding: 32px 0 0 0;
    }
    .welcome_sec {
        padding-bottom: 20px;
    }
    /*Meet Our Team Page End*/
    /*Book Now Form Section Start*/
    .pdf_box {
        padding: 26px 12px 16px;
    }
    /*Book Now Form Section Start*/
    section.form_sec{
        padding: 50px 0;
    }
    /*Book Now Form Section Start*/
}
/*Max-Width 575px Start*/
@media (max-width: 575px) {
    .welcome_sec {
        padding-bottom: 00px;
    }
    /*Topbar Start*/
    .topbar ul li a span {
        display: none;
    }
    .topbar ul {
        gap: 6px;
    }
    /*Topbar End*/
    /*Inquiry Popup Form Start*/
    .inquiry_modal {
        padding: 12px;
    }
    .inquiry_modal .close_btn {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
    }
    .box {
        padding: 40px 12px;
    }
    .inquiry_form_wrapper {
        padding: 30px 12px;
    }
    .inquiry_form_wrapper .form-group {
        padding-bottom: 20px;
    }
    /*Inquiry Popup Form End*/
    /*Header Start*/
    nav.navbar.navbar-expand-xl {
        padding: 0 12px;
    }
    nav a.nav-link {
        font-size: 20px;
    }
    ul.dropdown-menu li a {
        font-size: 15px;
        padding: 12px 22px 8px;
    }
    .nav-item a.nav-link {
        font-size: 22px;
    }
    .navbar button.dropdown-toggle {
        top: 16px;
    }
    /*Header End*/
    /*Hero Carousel Start*/
    .carousel-item .carousel_image {
        height: 300px;
    }
    .carousel-caption h4,
    .carousel-caption h5 {
        font-size: 14px;
    }
    .carousel-caption h5 {
        margin-bottom: 16px;
    }
    .carousel-caption h2 {
        font-size: 21px;
        line-height: 1.1;
    }
    .btn_light.hero_btn {
        padding: 10px 16px;
    }
    .hero_carousel .carousel-indicators {
        bottom: 32px;
    }
    /*Hero Carousel End*/
    /*Welcome Section Start*/

    .title_box h4 {
        margin-bottom: 10px;
    }
    .title_box h2 {
        font-size: 24px;
    }
    .wl_text_box {
        padding: 20px;
    }
    .book_your_plot h3 {
        font-size: 22px;
    }
    .book_your_plot p {
        font-size: 16px;
        line-height: 1.4;
    }
    /*Welcome Section End*/
    /*Connectivity Section Start*/
    .connectivity_sec {
        margin-top: 40px;
    }
    .connectivity_owl .connectivity_owl_img {
        height: 260px;
    }
    .connectivity_owl .connectivity_owl_text {
        padding: 20px 20px 0;
        margin: -35px 20px 10px;
    }
    .connectivity_owl .owl-carousel.owl-theme.owl-loaded.owl-drag {
        padding: 10px 0 0;
    }
    .title_box h4 {
        font-size: 20px;
    }
    /*Connectivity Section End*/
    /*Our Projects Section Start*/
    .our_projects_sec .our_pro_price_box .our_pro_price_text {
        padding: 20px 20px 30px 20px;
        display: grid;
        gap: 20px;
    }
    section.our_projects_sec {
        margin: 70px 0 40px;
    }
    section.our_projects_sec .title_box.text-center {
        margin-bottom: 26px;
    }
    .our_pro_price_box .our_pro_price_text .projects_text h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .our_pro_price_box .our_pro_price_text .projects_text h6,
    .our_pro_price_box .our_pro_price_text .projects_text p {
        font-size: 16px;
    }
    /*Our Projects Section End*/
    /*Infrastructure Section Start*/
    .infrastructure_sec {
        padding: 40px 0 90px;
    }
    .infrastructure_owl_carousel.owl-carousel .owl-nav::after {
        left: 0;
        width: calc(100% - 87px);
    }
    .infrastructure_owl_carousel.owl-carousel .owl-nav {
        padding-right: 0;
    }
    .infrastructure_sec .title_box h3 {
        font-size: 22px;
        margin-bottom: 0;
    }
    .infrastructure_owl_carousel .owl-stage {
        padding: 30px 0;
    }
    /*Infrastructure Section End*/
    /*Why Invest Section Start*/
    .why_invest_sec {
        margin: 40px 0;
    }
    .why_invest_info.title_box p,
    .why_invest_info.title_box h2 {
        margin-bottom: 16px;
    }
    /*Why Invest Section End*/
    /*Customer Testimonials Section Start*/
    .testimonials_sec {
        padding: 40px 0;
    }
    .customer_testi_owl .owl-stage {
        padding: 10px 0 0 0;
    }
    .customer_testi_owl .item {
        padding: 20px;
    }
    /*Customer Testimonials Section End*/
    /*Footer Start*/
    .footer {
        padding: 40px 0 34px;
    }
    .footer_bottom a,
    .copy_right span {
        font-size: 13px;
        white-space: nowrap;
    }
    .footer .footer_box h4 {
        margin-bottom: 6px;
    }
    .footer .footer_box p {
        margin-bottom: 20px;
    }
    .footer .footer_box ul li:last-child {
        margin-bottom: 16px;
    }
    /*Footer End*/
    /*Breadcrumb Section Start*/
    .breadcrumb_content h1 {
        font-size: 26px;
    }
    .breadcrumb_content ul li {
        font-size: 12px;
        margin-right: 8px;
        padding-left: 8px;
    }
    .breadcrumb_content ul li a {
        font-size: 12px;
    }
    /*Breadcrumb Section End*/
    /*About Section Start*/
    .about_sec {
        padding: 40px 0 30px;
    }
    /*About Section End*/
    /*Mission Vision Section Start*/
    .mission_vision_sec .vision_mission_box img,
    .our_values_sec .vision_img {
        max-width: 70px;
    }
    .mission_vision_sec {
        padding: 40px 0;
    }
    /*Mission Vision Section End*/
    /*Our Values Section Start*/
    .our_values_sec {
        padding: 40px 0;
    }
    #valuesAccordion .accordion-body,
    #valuesAccordion .accordion-button {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        padding: 16px;
    }
    #valuesAccordion .accordion-button::after,
    #valuesAccordion .accordion-button:not(.collapsed)::after {
        width: 10px;
        height: 10px;
        background-size: 8px;
    }
    /*Our Values Section End*/
    /*Contact Detail Section Start*/
    .contact_det_sec {
        padding: 40px 0;
    }
    .contact_form {
        padding: 40px 12px;
    }
    .contact_form .form-control {
        margin-bottom: 20px;
    }
    .contact_det_box {
        padding: 20px;
    }
    .contact_title {
        padding-bottom: 12px;
    }
    /*Contact Detail Section End*/
    /*About Dholera Sir Section Start*/
    .about_d_sir_sec {
        padding: 40px 0;
    }
    /*About Dholera Sir Section End*/
    /*Seamless Connectivity Section Start*/
    .seamless_conn_sec {
        padding: 40px 0;
    }
    .seamless_conn_sec .title_box p {
        white-space: inherit;
    }
    .conectivity_point,
    .conectivity_info {
        padding: 24px;
    }
    .conectivity_box img {
        margin: 10px 0 26px;
    }
    .conectivity_box h4 {
        padding: 20px 0 3px 0;
    }
    .conectivity_info::before {
        left: 22px;
    }
    /*Seamless Connectivity Section End*/
    /*Dholera Investment Section Start*/
    .dholera_invest_sec {
        padding: 40px 0;
    }
    .dholera_invest_sec .title_box h4 {
        white-space: inherit;
        font-size: 16px;
    }
    .dholera_invest_point ul li {
        font-size: 15px;
        line-height: 1.5;
    }
    /*Dholera Investment Section End*/
    .galley_sec {
        padding: 40px 0;
    }
    /*Gallery Section End*/
    /*Blog Section Start*/
    .blog_sec {
        padding: 40px 0;
    }
    .blog_box .blog_content {
        padding: 20px;
        margin: -24px 12px 12px;
    }
    .blog_box .blog_date {
        margin-bottom: 6px;
    }
    .blog_box .blog_content.title_box h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .blog_box .blog_content.title_box p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 6px;
    }
    .blog_box .blog_img {
        height: 230px;
    }
    /*Blog Section End*/
    /*Blog Details Section Start*/
    .blog_details_sec {
        padding: 40px 0;
    }
    ul.social_box li+li {
        padding-left: 8px;
    }
    ul.social_box,
    .share_on_box {
        gap: 8px;
    }
    /*Blog Details Section End*/
    /*Project Pdf Section Start*/
    .project_pdf_sec {
        padding: 40px 0;
    }
    /*Project Pdf Section End*/
    /*Project Map Location Section Start*/
    .pro_location_map_sec {
        padding: 40px 0;
    }
    /*Project Map Location Section End*/
    /*Projects Section Start*/
    .projects_section {
        padding: 40px 0;
    }
    /*Projects Section End*/
    /*Projects Key Points Section Start*/
    .pro_key_points_sec {
        padding: 0 0 40px 0;
    }
    /*Projects Key Points Section End*/
    /*Plots Layout Section Start*/
    .plots_img_sec {
        padding: 40px 0;
    }
    /*Plots Layout Section End*/
    /*Projects Map Section Start*/
    .pro_page_map_section {
        padding-top: 40px;
    }
    /*Projects Map Section End*/
    /*Thank You Page Start*/
    .thank_you_sec {
        padding: 50px 0;
    }
    .thank_u_box {
        padding: 40px 12px 30px 12px;
    }
    .thank_you_sec h3 {
        font-size: 50px;
    }
    .envalope_box::after {
        width: 40px;
        height: 40px;
        top: -6px;
        left: -7px;
    }
    .envalope_box img {
        max-width: 40px;
    }
    /*Thank You Page End*/
    /*Account Details Section Start*/
    .bank_form {
        padding: 30px 12px;
    }
    .bank_img img {
        max-width: 60px;
        padding-top: 30px;
    }
    .bank_img::after {
        top: 0px;
        left: -30px;
        width: 90px;
        height: 90px;
    }
    .bank_box h4 {
        font-size: 28px;
    }
    .account_details {
        margin: 40px 0 0;
    }
    /*Account Details Section End*/

    /*Plots Form Section Start*
    .ploat_form_sec {
        padding: 40px 0;
    }

    .ploat_form td span,
    .ploat_form label {
        font-size: 14px;
    }

    /*Plots Form Section End*/
    /*Account Details Section End*/
    /*New Connectivity Section Start*/
    .n_connect_sec {
        padding: 40px 0;
    }
    .info_box .title_box {
        padding: 20px;
    }
    /*New Connectivity Section End*/
    /*Meet Our Team Page Start*/
    .our_team_sec {
        padding: 40px 0;
    }
    /*Meet Our Team Page End*/
    .why_invest_box .box_content { 
        padding: 25px 0 0 0;
    }
    .dholera_invest_point ul li::before{
        top: 15px;
    }
    /*Book Now Form Section Start*/
    .book_now_box {
        padding: 30px 12px 40px;
    }
    /*Book Now Form Section Start*/
    section.form_sec{
        padding: 40px 0;
    }
    .book_now_box .form-control {
        padding: 14px 12px;
    }
    /*Book Now Form Section Start*/
}

@media screen and (max-width:991px) and (min-width:768px) {
    /*Blog Section Start*/
    .blog_box .blog_date {
        margin-bottom: 6px;
    }
    .blog_box .blog_content.title_box h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .blog_box .blog_img {
        height: 250px;
    }
    .blog_box .blog_content.title_box p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 6px;
    } 
}