




@import "https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap";

body{padding-right: 0px !important}
.modal-open {overflow-y: auto;}

:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

body {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: 'Rubik', sans-serif;
}

.ff-secondary {
    font-family: 'Rubik', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.text-center.dwd-brc {
    margin-top: 50px;
    text-align: center !important;
}
.social-links {
    justify-content: center;
}

.wrapper {
    overflow-x: hidden;
}

.carousel .carousel-item img {
    height: calc(100vh - 100px);
    width: 100%;
    /*object-fit: cover;*/
    /*margin-top: 50px;*/
}

.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary, .btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.navbar-dark {
    color: #75785d;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 20px;
    padding: 35px 0;
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
    outline: none;
    transition: .5s;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 40px 0px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ba202d !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 60px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}



.carousel.slide {
    position: relative;
}

.banner-caption {
 
    position: absolute;
    bottom: 5%;
    color: #fff;
    left: 5%;
    bottom: 40px;
}

.banner-caption h3 {
   
font-weight: 500;
    color: #ba202d;
    background-color: #ffffffbd;
    font-size: 16px;
    padding: 15px 50px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    text-transform: uppercase;
}

.pro-highlights {
    margin-top: 30px;
}

.pro-highlights .pro-units {
    padding: 30px;
    width: 50%;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000ba;
}

.highlights-pro {
    margin-left: 10%;
}

.proj-units {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}

.span-units {
    display: block;
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*** Testimonial ***/

.testimonial-carousel .testimonial-item {
    height: 245px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #102610e3 !important;
    border-color: #102610e3 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {

    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 32px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: #ba202d !important;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* changes */
.navbar-dark {
    background: #fff !important;
}

.service-item img {
    padding-bottom: 10px;
}

.service-item.rounded.pt-3 .p-4 {
    height: 200px;
    text-align: center !important;
}

.service-item .p-4 p {
    height: 200px;
}

.service-item .p-4 p {
    text-align: center;
}

.navbar-dark {
    background: #75785d;
}

.bg-dark {
    background-color: #75785d !important;
}

.text-primary {
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    ;
}

.grid-value {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.custom-width {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dot.active {
    background: #553402b3 !important;
    border-color: #CCCCCC;

}

.section-title::before {
    background: #ba202d;
}

.section-title::after {
    background: #ba202d;
}

.btn-primary {
    background-color: #75785d;
    border-color: #75785d;
    transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ba202d;
    border-color: #ba202d;
}

.nav-pills .nav-item .active {
    border-bottom: 2px solid #102610e3;
}

a:hover {
    color: #553402b3;
}

.service-item:hover {
    background: #75785d;
    transition: 0.7s ease-in-out;
}

.service-item {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #888;
    border-radius: 20px !important;
}

.service-item:hover p {
    color: #fff;
    cursor: pointer;
}

.border-primary {
    border-color: #102610e3 !important;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ba202d !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-link {
    position: relative;
}

.nav-link.active, .nav-link:hover {
    color: #b49a3e !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-link.active::before,
.navbar-dark .navbar-nav .nav-link:hover::before {
    position: absolute;
    content: "";
    top: 25px;
    left: 35%;
    width: 15px;
    height: 15px;
    background: transparent;
    border-right: 2px solid #ba202d;
    border-top: 2px solid #ba202d;
    transform: rotate(-45deg);
}

.map-pic img {
    background-size: cover;
    width: 100%;
    padding: 5px;
    height: 100%;
}

.map .logo-side img {
    height: 120px;
}

.map-links {
    padding-top: 100px;
}

.logo-side {
    text-align: center;
}

.map-links h3 {
    color: #c0b6b6;
}

.map-links p {
    padding-top: 30px;
    color: #c0b6b6;
}

.footer .btn.btn-social:hover .fa-facebook-f {
    cursor: pointer;
    color: rgb(29, 64, 129);
}

.footer .btn.btn-social:hover .fa-twitter {
    cursor: pointer;
    color: rgb(29, 64, 129);
}

.footer .btn.btn-social:hover .fa-youtube {
    cursor: pointer;
    color: rgb(228, 39, 39);
}

.footer .btn.btn-social:hover .fa-linkedin-in {
    cursor: pointer;
    color: rgb(29, 64, 129);
}

.mb-2 .me-3 {
    color: #b49a3e;
}

.carousel .carousel-item .active1 img {
    height: 650px;
}

.pro-img-section {
    margin: 50px 0px;
    background-color: #75785d;
    background-repeat: no-repeat;
    background-size: contain;
}

.pro-img-section .pro-img {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
}

.pro-img-content {
    margin-top: 10px;
}

.pro-img-content h3 {
    border-radius: 50%;
    border: solid 1px grey;
    width: 27% !important;
    text-align: center;
    padding-top: 35px;
    height: 139px;
    font-size: 20px;
    background-color: #553402b3;
    color: #cfc9c9;
}

.plot-para p {
    color: #ffffffa3;
}

.pro-cntnt {
    margin-top: 20px;
}

.prmit-no {
    font-size: 14px;
}

.production h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
}

.production-img img {
    width: 100%;
}

.prod-b-img {
    background-image: url('../assets/Asset\ 6 .png');
    background-size: contain;
}

.production .production-content {
    text-align: center;
    font-size: 17px;
    line-height: 2;
    padding-top: 25px;
    color: #1a1818a8;
    position: relative;
}

.production .production-content::after {
    content: "";
    position: absolute;
    width: 98px;
    text-align: center;
    top: 104%;
    right: 46%;
    border-radius: 20px;
    height: 4px;
    background-color: #553402b3;
}

.highlights {
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.highlights h3 {
    color: #222;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom:35px;
}

.highlights h3::after {
    content: "";
    position: absolute;
    width: 141px;
    text-align: center;
    top: 104%;
    right: 45%;
    border-radius: 20px;
    height: 4px;
    background-color: #ba202d;
    margin-top: 10px;
}

.cntnt {
    margin-top: 20px;
}

.cntnt h5 {
    padding: 26px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #000000ba;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
}

.cntnt-p {
    text-align: center;
}

.cntnt-p p {
    color: #ffffffbd;
    margin-top: 10px;
}

.plot-sq {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-map img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.mb-0 button {
    color: #0e0d0dbd;
    font-size: 17px;
    font-weight: 700;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f1e1d2;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 2px;
    margin: 20px 27px 20px 0;
    border-radius: 20px;
}

.mob-block {
    display: none;
}

.card-header {
    border: none;
}

.btn-link:hover {
    color: #6e0c0c;
}

.mb-0 {
    text-align: center;
}

.card-body {
    color: #000;
    text-align: center;
}

.accordion-section .nearest-places {
    text-align: center;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px;
}

.clps {
    border-radius: 0 0 19px 18px;
}

.card-body .hsptl li a {
    color: #0F172B
}

.card-body .hsptl li {
    list-style: none;
    border-bottom: solid 1px rgb(212, 212, 212);
    padding: 10px 10px;

}

.card-body .hsptl li a:hover {
    color: #614e0f
}

.footer-menu a:hover {
    color: #6e0c0c !important;
}




.wel {
    font-weight: 500;
}

.spe {
    color: #ba202d;
}

.plot-content {
    padding-top: 50px;
}

.adr {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.p-0 {
    padding: 0px
}

.location-sec {
    background: #f8f8f8;
    padding: 50px 0px;
}

.form-div {
    padding: 30px 30px;
}

.enquire-text:hover {
    color: white !important;
     transform: rotate(180deg);
    display: block;
}

.cts {
    margin: 20px 0px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}

#eform input, #eform textarea, #eform2 input, #eform2 textarea, #eform3 textarea {
    border-radius: 8px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

#eform button, #eform2 button, #eform3 button  {
    background: #ba202d;
    padding: 10px;
    border-radius: 5px;
    color: white;
    border: 0;
}

.banner-content h4 {
    font-weight: 500;
    text-transform: uppercase;
}

.banner-content {
    text-align: center;
    margin-bottom: 20px;
}

.banner-content h4 {
    font-size: 25px;
    color: #000;
}

.loc-h3 {
    margin-bottom: 60px;
}

ul.hsptl li {
    color: #000;
    line-height: 30px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
}

.nei-h3 {
    margin-bottom: 60px;
}

.neighbourhood-sec {
    padding-bottom: 50px;
}

.prmit-no {
    color: #fff;
}

.csub {
    letter-spacing: 1px;
}

.thankyou-sec {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #f8f8f8;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}

.specifiction {
    text-align: center;
}

.specifications {
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
}

.modal-body form textarea {
    width: 100%;
}

.enq-frm {
    margin-bottom: 10px;
}

.form-control {
    margin-bottom: 10px;
    padding:8px;
}
@media (min-width: 1045px) and (max-width: 1100px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
/*    .form-div {*/
/*    padding: 30px 60px;*/
/*}*/
}
/*@media (max-width: 320px) {*/
/*    .carousel .carousel-item img {*/
/*        height: 245px;*/
/*    }*/

/*    .pro-highlights .pro-units {*/
/*        width: 56% !important;*/
/*    }*/

/*    .highlights h3::after {*/
/*        top: 104%;*/
/*        right: 26%;*/
/*    }*/

/*}*/

@media (min-width: 100px) and (max-width: 767px) {
    .banner-caption h3 {
    line-height: 22px !important;
}
     .mob-bg {
        padding: 10px 20px !important;
    }
    .production h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .production .production-content {
        font-size: 15px;
        line-height: 25px;
    }

    .production .production-content::after {
        display: none;
    }

    .cntnt-p p {
        color: #fff;
        font-size: 15px;
    }

    ul.hsptl {
        margin-bottom: 0px;
    }

    .nav-link.active::before, .navbar-dark .navbar-nav .nav-link:hover::before {
        display: none;
    }

    .navbar-dark {
        padding-bottom: 0px !important;
    }



    .banner-caption h3 {
        font-size: 10px;
        padding: 8px 18px;
    }

}

@media (min-width: 350px) and (max-width:413px) {
    .prmit-no{
        font-size: 12px !important;
    }
   .banner-caption {
    bottom: 0px;
    left: 4%;
}
 
    .carousel .carousel-item img {
        height: 250px;

    }

    .map-pic img {
        width: 100%;
    }

    .banner-caption h3 {
        font-size: 11px !important;
        padding: 8px 18px;
    }

    .pro-img-content h3 {
        border-radius: 50%;
        width: 45% !important;
        padding-top: 35px;
        height: 139px;
    }

    .pro-img-content {
        margin-top: 14% !important;
    }

    .production .production-content::after {
        right: 37% !important;
    }

    .highlights h3::after {
       width: 125px;
        text-align: center;
        right: 31% !important;
    }

    .card {
        margin: 20px 24px 20px 22px;
    }

    .pro-highlights .pro-units {
        width: 47% !important;
    }

    .enquire-text {
        font-size: 12px;
        padding: 7px;
        color: white;
        background: #cd9659;
         transform: rotate(180deg);
        display: block;
    }

    .social-links {
        justify-content: flex-start;
    }
}

@media (min-width: 414px)and (max-width:767px) {
    .carousel .carousel-item img {
        height: 362px;
    }

    .pro-img-content h3 {
        width: 40% !important;
    }

    .pro-img-content {
        margin-top: 14% !important;
    }

    .production .production-content::after {
        right: 37% !important;
    }

    .highlights h3::after {
        width: 141px;
        text-align: center;
        top: 104%;
        right: 32%;
        border-radius: 20px;
        height: 4px;
    }

    .banner-caption h3 {
        font-size: 12px !important;
        padding: 8px 18px;
    }
}

@media (min-width: 425px)and (max-width:430px) {
 .banner-caption {
    bottom: 0px;
}
    .highlights h3::after {
        right: 32% !important;
    }

    .banner-caption h3 {
        font-size: 13px !important;
        padding: 8px 18px;
    }

    .card {
        margin: 20px 24px 20px 22px;
    }

    .pro-units {
        width: 21% !important;
    }
}

@media (min-width: 768px)and (max-width:991px) {
   .map iframe{
       width:100%;
   }
    .pro-img-content h3 {
        width: 46% !important;
    }

    .pro-img-content {
        margin-top: 20% !important;
    }

    .pro-img-content2 {
        display: none;
    }

    .production .production-content::after {
        right: 44% !important;
    }

    .pro-cntnt2 {
        display: none;
    }

    .cnt2 {
        display: none !important;
    }

    .highlights h3::after {
        right: 40% !important;
    }

    .accordion-section .nearest-places {
        margin-top: 12px !important;
    }

    .cntnt-p p {
        padding-right: 15px;
        margin-top: 10px;
    }

.highlights h3{
    margin-bottom:35px;
}
}

@media (min-width: 1024px) {
    .highlights h3::after {
        right: 43%;
    }


}



@media (min-width: 1440px) {
    .pro-img-content h3 {
        width: 25% !important;
    }

    .pro-highlights .pro-units {
        width: 50% !important;
    }
}

@media (min-width: 1045px) and (max-width: 1100px) {
    .pro-img-content h3 {
        width: 33% !important;
    }

    .service-item .p-4 p {
        font-size: 15px !important;
    }

    .pro-units {
        width: 60% !important;
    }

    .pro-highlights .pro-units {
        width: 56% !important;
    }
}

@media (min-width: 1101px) and (max-width: 1299px) {
    .pro-img-content h3 {
        width: 25% !important;
        text-align: center;
        padding-top: 29px;
        height: 125px;
        font-size: 18px;
    }

    .pro-units {
        width: 50% !important;
    }
}


@media (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }

    .pro-highlights .pro-units {
        width: 60% !important;
    }
}



#sidemenu a {
    position: fixed;
    right: 0;
    z-index: 999;
    padding: 25px 16px;
    direction: rtl;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    /* border-radius: 5px 0px 0px 5px; */
}

#cta {
    top: 155px;
    background: #ba202d;
}
.map iframe {
    width: 100%;
}
.enquire-text {
    background: #ba202d !important;
     transform: rotate(180deg);
    display: block;
}

#enquire {
    position: fixed;
    top: 300px;
    transform: rotate(90deg);
    right: -38px;
    z-index: 999;
    /* border-radius: 5px 0px 0px 5px; */
}

.enquire-text:hover {
    background: #75785d !important;
    transition: 0.1s ease-in-out;

}

.enquire-text:hover, a {
    color: #222;
}

.enquire-text {
    font-size: 14px;
    padding: 14px !important;
    color: white;
    background: #cd9659;
    cursor: pointer;
    transform: rotate(180deg);
    display: block;
}
.enq-btn2 {
    margin-top: 20px;
    font-size: 15px;
    padding: 11px 25px;
    /* padding: 14px !important; */
    color: white;
    background: #ba202d !important;
    cursor: pointer;

}

.enq-btn22 :hover {
    background: #75785d !important;
    transition: 0.1s ease-in-out;
}

.enq-btn22 :hover, a {
    color: #fff;
}
.enquire-text a, .enquire-text a:hover {
    color: rgb(99, 98, 98) !important;
}

.abt-approval .abt-appr {
    color: black !important;
    margin: 0 !important;
}

#cta:hover {
    background: #75785d !important;
}

@media (max-width: 991.98px) {

    .pro-highlights .pro-units {
        width: 79% !important;
    }

    /* .sticky-top.navbar-dark {position: relative;}*/
    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .navbar-dark .navbar-nav .nav-link, .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 100px;
    }

}

@media (min-width: 992px) {
    .map-pic img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: top;
    }

}


@media (max-width:425px) {
     .mob-bg {
        padding: 10px 20px !important;
    }

    
    .pro-highlights .pro-units {
        width: 50% !important;
        padding: 20px;
    }

    .grid-value {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50%;
    }

    .grid-value-lastchild {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .pro-highlights .pro-unit-lastchild {
        width: 23% !important;
    }


    #enquire {
        position: fixed;
        top: 0px;
        right: inherit;
        transform: unset;
        left: 65%;
        transform: translateX(-50%);
        margin-top: 7px;
        border-radius: 2px;
    }

    #enquire a {
        border-radius: 5px 5px 5px 5px;
    }

    .enquire-text {
        padding: 7px !important;
         transform: rotate(180deg);
    display: block;

    }

    #sidemenu a {

        right: inherit;
        left: 70px;
        top: 4px;
        padding: 4px 30px;
        border-radius: 5px 5px 5px 5px;
    }



    .sticky-top.navbar-dark {
        /* margin-top: 20px; */
    }


    .navbar.sticky-top.shadow-sm #enquire {
        position: fixed;
        top: 23px;
    }

    .header-nav-mobileview {
        /* position: relative; */
        height: 40px;
        width: 100%;
        background: darkgrey;
        z-index: 999;
        position: fixed;
    }

    .mob-bg {
        display: block;
        padding: 5px 20px;
        border-radius: 5px;
        color: white !important;
        background: #ba202d;
    }

    .mob-block {
        display: block;
        background: grey;
    }

    .carousel-inner {
        margin-top: 60px;
    }

    /* 
    .sticky-top.shadow-sm {
        top: 22px;
        position: fixed;
    } */
}


@media (max-width: 320px) {
    .pro-highlights .pro-units {
        width: 59% !important;
    }

    .carousel .carousel-item img {
        height: 245px;
    }

    .pro-highlights .pro-units {
        width: 56% !important;
    }

    .highlights h3::after {
        top: 104%;
        right: 26%;
    }

    .pro-units.pro-unit-lastchild {
        width: 27% !important;
    }
    .prmit-no {
    font-size: 10px;
}

.banner-caption {
    position: absolute;
    bottom: 5%;
    color: #fff;
    left: 3%;
    bottom: 3px;
}
}

.approved-img{
    height: 60px;
    aspect-ratio: 3/1;
    margin: 10px;
    border: 1px solid #ba202d;
    box-shadow: 1px 1px 2px 1px black;
}
.countrycode{
    background-color: white !important;
    padding-top: 10px !important;
}    
.enquirycountrycode{
    border-radius:8px !important;
    /* padding:7px; */
    background-color: white !important;
    padding-top: 9px !important;
}

@media only screen and (min-width:300px) and (max-width:768px){
.carousel .carousel-item img{
    object-fit:content !important;
}
}

.form-question{
    background-color:white !important;
    padding-top:0px !important;
}
.popup-question{
    background-color:white !important;
    border-radius:5px !important;
}

/**/
.marquee {
  width: 100%;
  overflow: hidden;
  background: #ceae9d;  /* updated color */
  color: #fff;          /* better contrast on light bg */
  padding: 8px 0;
  font-weight: 600;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}