.navbar-nav {
    margin-left: auto;
}
/* .navbar-brand img {
    width: 200px;
    height: 100px;
    object-fit: cover;
} */
li.nav-item {   
    margin-right: 34px;
}
.btn_new_swarnim {
    border: unset;
    background-color: #DDBF45;
    color: #fff;
}
.btn_new_swarnim:hover {
    border: unset;
    background-color: #DDBF45;
    color: #fff;
}
.home_consruction{
    /* margin: 40px 0; */
    padding: 60px 0;
    background-color: #F2F2F2;
}
.home_consruction h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 65px;
}
.home_consruction .card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.home_consruction .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}
.home_consruction .card p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

.home_consruction .card{
    border: unset;
    border-radius: 15px;
}
.btn-home-construction{
    margin: 20px 0;
    background-color: #fff;
    color: #000;
    border-color: #DDBF45;
}
.vector_image{
    width: 20px !important;
    margin-left: 8px;
}
/* .banner_section
{
    background: url(../images/banner.png);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100%;
} */

.banner_section {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/home_banner1.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.banner_section1 {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/real_banner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.banner_section2 {
    /* background: url(../images/banner.png); */
    background: linear-gradient(-45deg, rgb(21 21 21 / 7%), rgb(0 0 0 / 63%)) fixed, url(../images/construction_banner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    /* height: 80vh; */
    padding: 100px 0;
    position: relative;
}
.content_part_detmo {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 80vh; */
}
.banner_section h1, .banner_section1 h1, .banner_section2 h1{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin-top: 50px;
}
.banner_section p, .banner_section1 p,  .banner_section2 p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.btn-get-a-quote {
    background-color: #fff;
    border: unset;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 34px;
    margin-right: 20px;
    border-radius: 7px;
}
.btn-get-a-quote:hover {
    background-color: #fff;
    border: unset;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 34px;
    margin-right: 20px;
    border-radius: 7px;
}
.home_construction_estimation
{
    background-color: #fff;
    margin: 60px 0;
}
.home_construction_estimation h1{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
    margin-top: 30px;
    margin: 50px 0;
}
.home_construction_estimation .card{
    border-color:  #DDBF45;
    padding: 10px 0;
    border-radius: 15px;
}
.home_construction_estimation .card h4{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    margin-bottom: 17px;
}
.home_construction_estimation .card ul li{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 13px;
}
.home_construction_estimation .card h3{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-top: 40px;
}
.border_design {
    border-bottom: 5px solid #DDBF45;
    width: 29%;
    display: block;
    margin: auto;
    margin-bottom: 22px;
}
.our_work
{
    padding: 60px 0;
    background-color: #F2F2F2;
}
.our_work h1{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #000;
}
.our_work .card img{
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.our_work .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.our_work .card p{
    color: red;
}
.our_work .card{
    border-radius: 15px;
    border: unset;
    margin-top: 35px;
}
.ready_to_build img{
    width: 100%;
    display: block;
    margin: auto;
}
.ready_to_build
{
    background-color: #DDBF45;
    color: #fff;
    padding-top: 30px;
}

.ready_to_build h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 49px;
    margin-bottom: 10px;
}
.ready_to_build p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}
.btn_construction_det{
    border: 2px solid #fff;
    background-color: #DDBF45;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    margin-top: 40px;
    font-size: 16px;
}
section.footer {
    background: #515151;
    /* margin-top: 40px; */
    padding: 60px 0;
}
.image_det_logo img {
    /* width: 190px; */
    filter: brightness(0)invert(1);
}
.footer h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffff;
}

.footer ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    /* font-weight: 300; */
    margin: 15px 0;
}
.bottom_footer {
    background: #515151;
    padding: 19px 0;
    border-top: 1px solid #a29c9c;
}
.bottom_footer p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-align: center;
    /* padding: 13px 0; */
}
.footer ul li a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}
.privacy_new_a a {
    color: #fff;
    text-decoration: none;
}
.real_estate_p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.connect_details li a{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff;
    margin-top: 10px;
}
.connect_details img{
    margin-right: 10px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;      /* center horizontally */
    justify-content: center;  /* center vertically */
    height: 100%;             /* full column height */
    margin: auto;
  }
  .footer-col ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
}
  .footer-col li {
    margin: 5px 0;
  }
  .footer-col h4{
    font-family: "Inter", sans-serif;

  }
  .srinidhi_p{
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    font-size: 15px !important;
    margin: 20px 0;
    color: #fff;
  }
  ul.connect_details {
    padding-left: 0;
}
.srinidhi_p img{
    margin-right: 10px;
}
.navbar-brand img{
    width: 100px;
}
/* .banner_section .container ,.banner_section .row
{
    height: inherit;
} */
.construction_details_mega{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
.banner_section p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.banner_section h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 3rem;
    color: #fff;
    margin-top: 50px;
}
.about_us{
    margin: 60px 0;
    background-color: #fff;
}
.about_us h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.about_us img{
    display: block;
    margin: auto;
    width: 100%;
}
.car_vission {
    border-top: 9px solid #f2d562;
    border-radius: 8px;
    /* padding: 16px 41px; */
    margin-top: 30px;
    height: 250px;
}
.car_vission h1 {
    color: #0a2540;
    font-size: 23px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
}
.specicalsed {
    font-size: 17px;
    /* color: #fff; */
}
.why_choose_us 
{
    padding: 60px 0;
    background-color: #ECECEC;
}
.why_choose_us h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.about_card_borrow {
    border-radius: 10px;
    margin-top: 15px;
    border: none;
    /* height: 350px; */
    padding: 0 10px;
    box-shadow: 0 1.5rem 2.125rem 0 rgba(0, 0, 0, .078);
}
.loans_details_flexible {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.about_card_borrow img {
    /* width: 50px; */
    /* margin-top: 30px; */
    display: block;
    margin: auto;
    /* margin-left: auto; */
    /* margin-right: auto; */
}
.about_card_borrow h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .5px;
    font-family: "Urbanist", sans-serif;
    line-height: 24px;
    color: #07172d;
    margin-top: 28px;
    margin-bottom: 15px;
}
.about_card_borrow p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 140%; */
}

.how_swarnim_works_section{
    background-color: #fff;
    padding: 40px 0;
    margin-bottom: 40px;
}
.how_swarnim_works_section h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.how_swarnim_works_section .card{
    background-color: #DDBF45;
    color: #fff;
    border: unset;
    border-radius: 15px;
    height: 170px;
}
.how_swarnim_works_section .card p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
.how_swarnim_works_section .card h2{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 55px;
    color: #FFFFFF66;
    /* text-align: center; */

}
.arrowdown_img{
    display: block;
    margin: 30px auto;
}
.end_to_end_button{
    margin-top: 50px;
    text-align: center;
}
.end_to_end_button a {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button a:hover {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button button {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.end_to_end_button button:hover {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.modal-footer button {
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
}
.modal-footer button:hover{
    background-color: #DDBF45;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 30px;
}
.explore_properties{
    padding: 60px 0;
    background-color: #fff;
}
.explore_properties h1{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.explore_properties .card{
    padding: 10px;
    border-radius: 10px;
    border-color: #DDBF45;
}
.explore_properties .card h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.explore_properties .card h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 28px;
}
.niko_detaisl {
    font-size: 20px;
    /* font-weight: 400; */
}
.images_explore_address img {
    margin-right: 7px;
    width: 12px;
}
.images_explore_address
{
    margin-bottom: 8px;
}
.images_explore_address span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.explore_properties .card h5{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 30px 0;

}
.ready_to_button{
    text-align: center;
}

.ready_to_button button{
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    border-color: #DDBF45;
    background-color: #fff;
    padding: 10px 30px;
}
.parnter_section{
    background-color: #fff;
    padding: 60px 0;
}
.parnter_section .card{
    background-color: #F6F6F6;
    border: unset;
    border-radius: 15PX;
}
.parnter_section .card h2{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}
.parnter_section .card p{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;

}
.parnter_section .card img{
    display: block;
    margin: auto;
}
.main_heading_background2 {
    background: linear-gradient(-45deg, rgb(21 21 21 / 24%), rgb(0 0 0 / 80%)) fixed, url(../images/about_img.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 80vh; */
    position: relative;
}
.content_part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}
.content_part1 h1 {
    text-align: center;
    color: #fff;
    font-size: 63px;
    font-weight: 600;
}
.content_part1 p {
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.section-title {
    margin-top: 10px;
}
.contact .php-email-form {
    width: 100%;
    /* border-top: 3px solid #334fff; */
    /* border-bottom: 3px solid #334fff; */
    padding: 30px;
    background: #f4f4f4;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info {
    /* border-top: 3px solid #334fff; */
    /* border-bottom: 3px solid #334fff; */
    padding: 30px;
    background: #f4f4f4;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
    font-size: 20px;
    color: #334fff;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222222;
}
.contact .info p {
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    margin-left: 20px;
    text-indent: 1px;
    text-align: justify;
}
.contact .php-email-form input {
    /* height: 30px; */
    padding: 11px 10px;
    border: unset;
    margin: 9px 0;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"] {
    background: #DDBF45;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    margin-top: 30px;
    border-radius: 4px;
}
.address , .email, .phone {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    /* flex-direction: initial; */
}
.info img{
    width: 20px;
    display: block;
}
section#contact {
    padding: 60px 0;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
select.input-lg {
    border: unset;
    padding: 11px 10px;
}
.construction_details_mega .card {
    margin-top: 50px;
    border-radius: 10px;
    padding: 20px 20px;
}
.construction_details_mega .card label {
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.btn_search_reozone {
    background-color: #e9c224;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    padding: 7px 22px;
    margin-top: 29px;
    font-weight: 500;
}

img.vector_image {
    width: 100%;
    height: unset !important;
}
.price_tag_details{
    width: 30px;
    margin-right: 10px;
}
#exampleModal h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
}
#exampleModal p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}
.modal-footer {
    justify-content: center !important;
}
#exampleModal form{
    margin: 30px 0;
}
#exampleModal form input {
    margin-bottom: 26px;
    border-color: #ddbf45;
    background: #ffffff;
    width: 67%;
    padding: 14px 20px;
    display: block;
    margin: 20px auto;
}
#exampleModal img{
    width: 115px;
    height: 84px;
    object-fit: cover;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
input::placeholder {
    font-size: 14px;   /* reduce as needed */
  }
  section.hometheory_services {
    background: #fff;
    padding: 40px;
}
.card_services {
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 1px 9px 16px 1px rgba(0, 0, 0, 0.44) inset;
}
.card_services img {
    border-radius: 19px;
}
.card_services h5 {
    color: #000;
    font-size: 20px;
}
.btn_bussiness {
    padding: 3px 8px;
    background-color: #DDBF45;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 20px;
}
.card-title {
    font-size: 1.1rem;
    font-family: Montserrat-Medium;
    text-align: center;
}

.solution_by_stakeholder_section {
    padding: 30px 0 60px;
    background-color: #f1eeee;
}
.solution_by_stakeholder_section h1{
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.solution_by_stakeholder_section .card {
    border-radius: 15px;
    border: unset;
    margin-bottom: 40px;
}
.new_card_header {
    background-color: #ddbe46;
    color: #fff;
}
.solution_by_stakeholder_section .card-header {
    font-size: 20px;
    font-weight: 600;
    padding: 14px;
    border: unset;
}
.solution_by_stakeholder_section  ul li  img {
    width: 20px;
    margin-right: 8px;
}
.solution_by_stakeholder_section ul li {
    font-size: 15px;
    color: #0a2540;
    padding-top: 15px;
    list-style: none;
    text-indent: -29px;
    padding-bottom: 0;
    margin-left: 26px;
}
.how_to_demo_page_data {
    background-color: #ddbf4526;
    padding: 70px 0;
}
.how_to_demo_page_data h1 {
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 57.6px;
    color: #302c3b;
    letter-spacing: .5px;
    margin-bottom: 23px;
}
.new_card_index_page {
    margin-top: 20px;
    border: none;
    border-radius: 15px;
    margin-bottom: 20px;
}
.new_card_index_page img {
    width: 3.0rem;
    /* height: 3.25rem; */
    margin-bottom: 1rem;
}
.new_card_index_page h3 {
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    /* line-height: 24px; */
    color: #07172d;
    letter-spacing: .5px;
}
.how_to_demo_page_data h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    color: #302c3b;
    margin-top: 20px;
    letter-spacing: .5px;
    margin-bottom: 23px;
}