body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

.aboutrr .row.gap-4 {
    row-gap: 32px;
}

.aboutrr .card {
    font-size: 18px;
    line-height: 29px;
    background: #f9f9f9;
}

body {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    padding-top: 75px;
}

.card-header .icons img {
    height: 34px;
}

.card.card-default .card-header {
    display: flex;
    gap: 12px;
    align-items: center;
}

#specification h5.card-title {
    font-size: 16px;
    margin: 0;
}

.card.card-default {
    min-height: 260px;
}

section {
    width: 100%;
    overflow-x: hidden;
}

.section-title-two h2 {
    font-size: 40px;

    font-weight: 900;
    margin-top: 5px;
    line-height: 1.2;
    max-width: 510px;
    color: #2a225d;
}

.offer-item {
    padding: 30px;
    border: 5px solid #f0f0f0;
    position: relative;
    transition: 0.7s;
    margin-bottom: 30px;
    min-height: 190px;
}

.offer-item-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: 0.7s;
}

.offer-item i {
    /* font-size: 60px; */
    color: #b5b5b5;
    /* position: absolute; */
    /* right: 15px; */
    /* top: 0; */
    transition: 0.7s;
}

.offer-item h3 {
    font-size: 16px;
    color: #2a225d;
    transition: 0.7s;
    padding-top: 10px;
    margin-bottom: 0;
}

.apartment-offer-area {
    padding-top: 100px;
}

@media (max-width: 767px) {
    section {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: 85px;
        overflow-x: hidden;
    }
}

a {
    cursor: pointer;
}

.font-s12 {
    font-size: 11px;
}

.subheading {
    display: inline-block;
    position: relative;
    color: #15253b;
    font-size: 40px;
    font-weight: bold;
}

/****************************** navbar ****************************************/
nav .navbar-nav .nav-link,
nav .navbar-brand {
    color: #15253b;
}

nav .navbar-nav .nav-link img,
nav .navbar-brand img {
    width: 80px;
}

nav {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: 75px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    nav {
        height: auto;
    }
}

nav button.btn.popup-btn {
    background: #15253b;
    color: #ffffff;
}

@media (max-width: 767px) {
    nav .container-fluid {
        display: flex;
        justify-content: center !important;
    }
}

.nav-item {
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
}

.navbar-nav .active>.nav-link,
.navbar-nav a.nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #eb9f19;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
    color: #eb9f19 !important;
}

.callback input.form-control {
    border-color: #15253b;
}

.callback input#submit {
    font-size: 14px;
    background: #15253b;
    color: #ffffff;
    font-weight: bold;
    border-color: #15253b;
}

@media (max-width: 767px) {
    .callback input#submit {
        font-size: 14px;
    }
}

/****************************** home ****************************************/
#about-us {
    background: #e9e9e9;
    /* .aboutConfig ul li {
    display: inline-block;
    padding: 30px 24px;
    position: relative;

    @media @max767 {
      padding: 10px 15px;
      margin-bottom: 20px;
      width: 49%;

      &:nth-child(even)::after {
        content: " ";
        display: none;
      }
    }

    &::after {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #colors[primary];
      transform: rotate(20deg);
    }

    &:last-child::after {
      content: " ";
      display: none;
    }

    .value {
      font-size: 32px;
      line-height: 40px;
      font-weight: bold;
      color: #colors[primary];

      @media @max767 {
        font-size: 22px;
        line-height: 1;
      }

      span {
        font-size: 12px;
        font-weight: bold;
      }
    }
    .text {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;

      @media @max767 {
        margin-top: 5px;
        font-size: 13px;
      }
    }
  } */
}

@media (max-width: 767px) {
    #about-us .about {
        text-align: justify !important;
    }
}

#about-us .about ul {
    font-size: 18px;
}

#about-us .about ul li {
    padding-bottom: 8px;
}

#about-us .aboutConfig img {
    padding-bottom: 15px;
    width: 65px;
}

#about-us .aboutConfig p {
    font-weight: bold;
}

#about-us .aboutConfig h6 {
    font-size: 20px;
}

#about-us .aboutConfig h6 b {
    font-size: 24px;
    color: #15253b;
}

@media (max-width: 767px) {
    #about-us .aboutConfig h6 {
        font-size: 16px;
        margin-bottom: 0;
    }

    #about-us .aboutConfig h6 b {
        font-size: 21px;
    }
}

#about-us .aboutConfig sub {
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 767px) {
    #about-us .aboutConfig sub {
        bottom: 5px;
    }
}

#about-us .aboutConfig .col-sm-3 {
    padding: 20px;
}

#specification {
    background-size: cover;
    background-image: url("../images/loc-bg.jpg");
    background-position: top center;
    justify-content: center;
    align-items: center;
    display: flex;
}

#specification h2,
#specification li,
#specification span {
    color: #15253b !important;
}

#specification ul.amenilies-list {
    padding-top: 15px;
}

#specification h5.card-title {
    margin-bottom: 0;
    font-weight: bold;
    color: #15253b !important;
}

#specification span {
    font-weight: bold;
    font-size: 16px;
}

#specification .hangig {
    justify-content: center;
}

#specification .hangig ul {
    column-count: 2;
    column-gap: 10vw;
}

@media (max-width: 767px) {
    #specification .hangig ul {
        column-count: 1;
        padding-inline-start: 25px;
    }
}

#gallery {
    background: #e9e9e9;
}

#gallery .nav-tabs {
    justify-content: center;
    border: none !important;
}

#gallery .nav-tabs .nav-item.show .nav-link,
#gallery .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #15253b !important;
    border: 1px solid #15253b;
}

#gallery .nav-tabs .nav-link:focus,
#gallery .nav-tabs .nav-link:hover {
    color: #fff !important;
    background: #15253b !important;
    border: 1px solid #15253b;
}


.thankkyou {
    height: calc(100vh - 96px);
    display: flex;
}

.thankkyou lord-icon {
    margin-top: 50px;
}

.thankkyou h1 {
    font-size: 72px;
    line-height: 87px;
    margin-bottom: 24px;
}

.thankkyou p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.thankkyou a {
    font-size: 16px;
    padding: 13px 20px;
    background: #000;
    /* box-shadow: 1px 1px 5px #000, 1px 1px 5px #000; */
    color: #fff;
    border-radius: 6px;
    transition: all 0.5s;
    text-decoration: none;
}

.thankkyou a:hover {
    background-color: #000;
    color: #fff;
}

#gallery .nav-tabs .nav-link {
    width: auto;
    border: 1px solid #eb9f19;
    border-radius: 5px;
    margin: 20px 5px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #gallery .nav-tabs .nav-link {
        margin: 10px 0;
        padding: 5px 8px;
    }
}

@media (max-width: 767px) {
    #gallery .nav-item {
        padding: 0px 3px !important;
    }
}

#gallery .tab-content .col-sm-3 {
    margin: 20px 0;
}

#gallery button.owl-next,
#gallery .owl-prev {
    outline: none;
}

#gallery button.owl-next span,
#gallery .owl-prev span {
    font-size: 59px;
    font-family: initial;
}

#amenities .heading {
    padding-left: 22px;
}

#amenities .heading img {
    width: 70px;
}

#amenities .heading p {
    font-size: 25px;
    margin-top: 10px;
}

#amenities ul li {
    font-size: 16px;
}

#amenities .amibg-left {
    width: 50%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    left: 0;
}

#amenities .amibg-right {
    width: 40%;
    position: absolute;
    z-index: -9;
    opacity: 0.2;
    top: 0;
    right: 0;
}

#location img {
    border: 1px solid #15253b;
}

#location .heading {
    margin-bottom: 5px;
}

#location .accordion .fa {
    margin-right: 0.5rem;
}

#location .accordion button,
#location .accordion button:hover,
#location .accordion button:focus {
    text-decoration: none;
}

#location .card-header {
    border: 1px solid #15253b;
    background: transparent;
    margin: 25px;
    margin-bottom: 5px;
    margin-top: 0;
    margin-right: 0;
    padding: 7px 20px;
}

@media (max-width: 767px) {
    #location .card-header {
        margin: 0px;
        margin-bottom: 5px;
    }
}

#location .card-header .btn {
    font-weight: 600;
}

#location .card-body {
    padding: 10px 10px;
    border: 1px solid #15253b;
    border-top: none;
    margin: 25px;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #15253b;
    margin-right: 0;
}

@media (max-width: 767px) {
    #location .card-body {
        margin: 0px;
        margin-top: -5px;
        margin-bottom: 5px;
    }
}

#location .card-title {
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
    color: #15253b;
}

#location .card {
    padding-left: 25px;
    border: none;
}

@media (max-width: 767px) {
    #location .card {
        padding-left: 0px;
    }
}

#location .accordion .card-header:before {
    font-family: "FontAwesome";
    content: "\f068";
    float: left;
    margin-left: -70px;
    border: 2px solid #15253b;
    padding: 0 10px;
    color: #15253b;
}

@media (max-width: 767px) {
    #location .accordion .card-header:before {
        float: right;
    }
}

#location .accordion .card-header.collapsed:before {
    content: "\f067";
    color: #15253b;
}

#contact-us #contact-form {

    background-size: cover;
    background-position: 50% 17%;
    height: 600px;
    /* Set a style for the submit button */
}

#contact-us #contact-form .contact {
    background-size: cover;
    background: #000000;
    background-repeat: repeat;
    background-position: top center;

    padding: 5% 10% !important;
}

img.mapimg {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

@media (max-width: 767px) {
    #contact-us #contact-form .contact {
        padding: 3% 7% !important;
    }
}

#contact-us #contact-form p {
    color: #ffffff !important;
}

#contact-us #contact-form h3 {
    color: #ffffff !important;
}

#contact-us #contact-form .subheading:before {
    content: "";
    background-color: #ffffff;
}

#contact-us #contact-form .subheading:after {
    content: "";
    background-color: #ffffff;
}

#contact-us #contact-form .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

#contact-us #contact-form .icon {
    padding: 5px;
    background: #15253b;
    color: #ffffff;
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

#contact-us #contact-form .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

#contact-us #contact-form .input-field:focus {
    border: 2px solid #15253b;
}

#contact-us #contact-form .btn {
    background-color: #15253b;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    text-align: center;
    margin: auto;
    display: flex;
}

#contact-us #contact-form .btn:hover {
    opacity: 1;
}

/****************************** Footer ****************************************/
.fixed-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.fixed-footer .col-6 {
    padding: 0px !important;
    border-left: 1px solid #fff;
}

.fixed-footer .fixed_contact2 {
    text-align: center;
    color: #15253b;
    text-decoration: none;
    background-color: #eb9f19;
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
}

.fixed-footer .fixed_contact1 {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #15253b;
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
}

.fixed-footer .fixed_contact1 i {
    font-weight: bold;
}

.reach {
    position: fixed;
    right: 15px;
    bottom: 15px;
    border: none;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 20px;
    background: #15253b;
    color: #ffffff;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none !important;
    z-index: 999999;
}

.offer-item i img {
    height: 74px;
}

@media (max-width: 767px) {
    img.mapimg {
        height: unset;
    }

    .reach {
        display: none;
    }

    .aboutrr img {
        max-width: 300px !important;
    }
}

#footer {
    background-color: #fff;
    padding-top: 40px;
}

#footer a {
    color: #000000;
}

#footer .footer {
    background-color: #15253b;
}

#footer .footer p {
    margin-bottom: 0px;
    color: #ffffff !important;
}

/****************************** Mobile ****************************************/
@media (max-width: 767px) {
    .pt15 {
        padding-top: 15px;
    }

    .mb41 {
        margin-bottom: 41px;
    }

    .item {
        pointer-events: none;
    }
}

.main-btn-circle {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fffff0;
    background-color: #15253b;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    z-index: 100;
}

.main-btn-circle {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 30px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.main-btn-rect {
    position: relative;
    display: block;
    padding: 8px 35px;
    margin: 0px auto;
    font-size: 18px;
    background-color: #15253b;
    color: #fff;
}

.popup .fade-out {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001;
    /* Set a style for the submit button */
}

.popup .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.popup .icon {
    padding: 5px;
    background: #15253b;
    color: #ffffff;
    min-width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.popup .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #15253b;
}

.popup .input-field:focus {
    border: 2px solid #15253b;
}

.popup .btn {
    background-color: #15253b;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    text-align: center;
    margin: auto;
    display: flex;
}

.popup .btn:hover {
    opacity: 1;
}

.popup.active {
    top: 0;
    background-color: rgba(43, 59, 108, 0.8);
    transition: background-color 0.6s, opacity 0.6s;
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 300px;
    margin-top: 150px;
    padding: 25px;
    background-color: #fffff0;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s;
}

.popup.active .popup-content {
    margin-top: 0px;
}