
#footer-section-form {
    background: url(../images/2-2.jpg);
    position: relative;
    color: #000;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: brightness(1.2);
    z-index: -1;
}

#background-image-container {
    background: url(../images/2-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: brightness(0.7);
    z-index: -1; /* Place it behind the content */
}

#footer-section-form .container {
    position: relative;
    z-index: 1; /* Ensure content is on top of the background image */
}

#footer-section-form .siteaddress {
    position: relative;
    z-index: 1; /* Ensure content is on top of the background image */
}
    
#footer-section-form .container{
    position:relative;
    z-index:3;
}
    
#footer-section-form::after{
    position: absolute;
    content: '';
    background: #00000066;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inco::placeholder {
    color: #000 !important; /* Replace with your desired color */
}

.formfont{
    
    color:#000;font-size: 20px;text-transform: uppercase;margin-bottom: 20px;
}

.siteaddress{
    color:#000;
}

body {
	width: 100%;
	font-family: 'SF-Pro-Text', 'Segoe UI', 'Geneva ',Tahoma, system-ui ,Verdana, sans-serif;
	font-display: swap;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: calc(13px + .22vw);
    line-height: 1.25;
}

.has-animation {
    opacity: 0.01;
    -webkit-transition: translateY(180px);
    transform: translateY(180px);
    transform-origin: 50% 0;
    will-change: transform;
}
.progress-container {
  width: 100%;
  height: 4px;
  background: #fff;
}

.progress-bar {
  height: 2px;
  background: #cbae43;
  width: 0%;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #cbae43;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
	margin-top:20px;
    /* bottom: 0; */
    left: 0;
    background-color: #cbae43;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

    @media only screen and (max-width:420px) {
    #footer-section-form{
    /*         background:#000; */
    position:relative;
    /*         background-attachment:fixed;
    background-position:center;
    background-size:cover; */
    /*         background:#000; */
    color:#fff;

    }
    .footercallNow {

    color: #fff;

    }  
    .formfont{

    /*         color:#fff; */
    font-size: 20px;text-transform: uppercase;margin-bottom: 20px;
    }
    .siteaddress{
    color:#fff;
    }
    }

    .title4 {
        font-size: 30px;
        color: #464419;
        /* text-transform: uppercase; */
        margin-bottom: 20px;
        font-weight: 600;
    }

    .texttcenter {
        padding:75px 0 10px 0;
        margin:0;
        background:#f4f3f6;
        text-align: center;
    }


    p .haas{
        color: #000;
        font-size: 18px;
        line-height: 1.4;
        margin: 20px 0;
    }

    .rera {
        font-size:10px;
        margin: 20px; 
        color:#000;
        padding-bottom:20px
    }

.footer {
    position: fixed;
      left: 0;
      right: 0;
      bottom: 0 !important;
      background-image: linear-gradient(to right, #766529 , #49451b);
      width: 100%;
      z-index: 111;
    /* background-color: #766529; */
    padding: 10px;
  }
  
  ::placeholder {
      color: #fff !important; 
    }
  
  #popupForm {
      display: inline-block;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }
  
  .form-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  
  .form-inline input,
  .form-inline button {
    margin: 5px;
  }
  
  .form-check {
      padding-left: 0;
  }
  
  .form-check-input {
      /* width: 20px;
    height: 20px; */
    margin-right: 5px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #494516;
    border-radius: 2px;
    cursor: pointer;;
  }
  
  .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
.slide-bgimg {
    margin-top:28px;
}

  /* Custom checkbox label style */
  .checkbox-label {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
  }
  
  .form-group .btn {
      width: 100px;
  }
  
  label {
      display: inline-block;
      margin-bottom: 0.5rem;
  }
  
  .form-group {
      margin: 0 15px;
      width: 160px;
  }
  
  .subBtn {
      background: #fff;
      border: 0;
      outline: 0;
      color: #444;
      min-height: 36px;
      line-height: 36px;
      padding: 0px 20px;
      font-weight: bold;
      border-radius: 2px;
      cursor: pointer;
  }
  
  .form-group input {
      width: 100% !important;
      min-height: 36px;
      outline: 0;
      padding: 0 10px;
      font-family: inherit;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #fff;
      border-radius: 0px;
      color: #fff;
  }
  .form-group input {
      color: #000 !important;
  }
  
  .navbar-light .navbar-brand {
      color: rgba(0, 0, 0, .9);
      background-color: #fff;
  }

  .d-lg-block {
	height: auto;
	max-height: 500px;
}

.why {
	margin: 20px 0px;
	padding: 10px 15px;
	border: 4px white double;
}

li.hover-shadow {
transition: 0.3s;
border-radius: 50%;
}

.hover-shadow:hover {
	border-radius: 50%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 50%;
    box-shadow: 5px 15px 12px 2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main {
    display: inline-grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 50px 0px
  }

.circle img {
      border-radius: 50%; /* This creates a circular shape for the image */
      max-width: 100%;
      height: auto;
    }

.line_box {
  display: inline-flex;
  margin-bottom: 40px;
}
.text_circle {
  flex: 1;
  text-align: center;
  position: relative;
}
.text_circle:after {
  background-color: #8d754f;
  /* background-color: #e3b32e; */
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: -1;
}
.stav_projektu .text_circle:after,.stav_projektu .text_circle:before {
	/* background-color: #e3b32e; */
	background-color: #8d754f;
}
.line_box h4 {
  color: #766529;
  font-weight: bold;
}
.line_box h4,.line_box p {
  /* font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px; */
  font-size: 16.5px !important;
    margin-bottom: 0;
    padding: 0 5px;
    font-family: sans-serif !important;
}
.subline {
  position: absolute;
  right: -25px;
  bottom: -43%;
}
.subline:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  bottom: 14px;
  right: 15px;
  background-color: #8d754f;
  border-radius: 50%;
  top: -25px;
}
.subline h6 {margin-bottom: 0;}
.timeline {margin: 40px 0;}
.text_circle.done:after,.text_circle.done + .text_circle:before,.stav_projektu .text_circle.done:after,.stav_projektu .text_circle.done + .text_circle:before {
	/* background-color: #ad4277; */
}
.text_circle.sub:after {
	/* background-color: #ad4277; */
}
.text_circle:not(:first-child):before {
  bottom: 1.25em;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: #8d754f;
}
.stav_projektu .text_circle:not(:first-child):before {background-color: #8d754f;}
.text_circle:last-child:after {width: 0;}
.circle {height: 100%;}
.tvar {
  /* height: 40px;
  width: 40px;
  border: 2px solid #ad4277;
  display: flex;
  position: relative;
  border-radius: 100%;
  top: -43px;
  margin: 3px auto;
  background-color: #fff; */

  width: 1.5em;
    height: 2.5em;
    font-size: 36px;
    object-fit: contain;
    line-height: 1;
    /* height: 40px; */
    /* width: 81px; */
    /* border: 2px solid #ad4277; */
    display: flex;
    position: relative;
    border-radius: 100%;
    top: -60px;
    margin: 3px auto;
    background-color: #fff;
}
.tvar span {
  margin: 25% auto;
  height: 20px;
  width: 20px;
  background-color: #8d754f;
  /* background-color: #ad4277; */
  border-radius: 100%;
  color: #fff;
}
/* .stav_projektu .tvar {border: 2px solid #e3b32e;}
.stav_projektu .done .tvar,.stav_projektu .sub .tvar {border: 2px solid #e3b32e;} */
.subline h6 {
	color: #8d754f;}
.timeline .card-header:hover {
  background-color: #ececec;
  cursor: pointer;
}
/* iPhone X ----------------------------------- */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -43px;}
}
@media only screen and (device-width : 812px) and (device-height : 375px) and (orientation : landscape) and (-webkit-device-pixel-ratio : 3) {
 .subline:before {top: -31px;}
}
/* iPad portrait ----------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
 .subline:before {top: -29px;}
}
/* mobile width till 767px ----------------------------------- */
@media (max-width: 767px){
 .subline:before {top: -30px;}
}
/* Portrait iPad Pro */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
 .subline:before {top: -23px;}
}
/* mobile width till 480px ----------------------------------- */
@media (max-width: 480px){
 .subline:before {top: -43px;}
}

.img3:hover {
	transform: scale(1.3);
    /* border: 1px solid #8d754f; */
    /* border-bottom: 3px solid #8d754f; */
    box-shadow: -1px 1px 20px 5px #b19e58;
    background: #fff;
    }

.imga3:hover {
	transform: scale(1.3);
    /* border: 3px solid #8d754f; */
    /* border-bottom: 3px solid #8d754f; */
    /* box-shadow: -1px 1px 20px 8px #ffc10757; */
    /* background: #fff; */
    }

    header {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10px 0;
        transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
        z-index: 1111;
    }
    
    header.fixed {
        box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.4);
        /* padding: 10px 0; */
    }

section {
    position: relative;
}

.carousel-item {
    height: 540px;
    margin-top: 70px;
}

header {
    transition: box-shadow 0.3s ease;
}

header.scrolled {
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.4);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#onload-form {
    display: block;
    /* padding-left: 0px; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1111;
}

.textcenter {
    padding:75px 0 380px 0 ;
    margin:0;
    color:#fff;
    background-image: linear-gradient(to right, #766529 , #49451b);
    background-attachment: fixed;
    background-position: center center;
    text-align: center;
}

.textcenter::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-dialog-centered {
    width: 100%;
    max-width: 300px !important;
}

.modal {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-dialog {
    display: inline-block;
    /* text-align: left; */
    vertical-align: middle;
}

.modal .custom-close {
    position: absolute;
    display: block;
    right: 0px;
    top: -25px;
    /* padding: 0.3rem 0.6rem; */
    /* color: #fff; */
    font-size: 1.5rem;
    transition: all 0.4s;
    opacity: 1;
  }

.h-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-banner {
    background-color: #fff;
    width: 100%;
    /* height: calc(100vh - 60px); */
    position: relative;
    /* height: calc(var(--vh, 1vh) * 100); */
}

.main-page {
    width: 100%;
    float: left;
    position: relative;
}

.main-page-inner {
    width: 100%;
    max-width: 95%;
    margin: 3% auto;
    display: block;
    float: right;
}

/* header .navbar .navbar-nav {
    margin-top: 0%;
} */

/* Add your custom styles here */
/* .swiper-container {
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto; 
} */

.swiper-slide {
    width: 100% !important;
    /* max-width: 343px !important;  */
    /* height: 300px !important; */
    /* box-sizing: border-box; */
    /* padding: 0 20px;  */
    /* margin-right: 15px !important; */
 }

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background: #dee2e6;
    color: #bd9234 !important;
 } 

/* .swiper-pagination {
    display: none;
}

.swiper-slide h3 {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.4;
    margin: 20px 0;
}

.swiper-slide p {
    border-bottom: 1px solid #bd9234;
    width: 70%;
    display: inline-table;
} */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#gallery-carousel2 .swiper-slide {
    position: relative;
}

.arrow-prev {
    top: 50%;
    left: 0;
    background: #ddd;
    transform: scaleX(-1) translateY(-50%);
    padding: 17px;
}
.arrow-next {
    top: 50%;
    left: 0;
    background: #ddd;
    transform: scaleX(-1) translateY(-50%);
    padding: 17px;
}

.arrow-slide {
    width: 55px !important;
    height: 55px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    position: absolute;
    z-index: 111;
    cursor: pointer;
    /* display: none; */
    align-items: center;
    justify-content: center;
}

.config-wraper {
position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: -4em;
    box-shadow: 0 0 8px 0px rgba(113, 113, 113, 0.08);
}

.config-wraper .config-box {
    width: 50%;
    background: #fff;
    height: 200px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #222;
}

.left-c {
    width: 50px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-25px, -50%);
    transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.hoverBtn span {
    padding: 1em 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.hoverBtn {
    display: flex;
    position: relative;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
    font-size: 0.9em;
    justify-content: center;
    align-items: center;
}

.arrowSvgHover {
    width: 20px;
    margin-left: 5px;
    transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
svg {
    overflow: hidden;
    vertical-align: middle;
}

.overvieww {
    position: relative;
    padding: 0 0 0px 0;
    margin: 0;
    background-image: linear-gradient(to right, #766529 , #49451b);
}

.title1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.location1 {
    padding: 100px 0px;
    text-align: center;
    position: relative;
}

.overvieww p {
    margin-top: 10px;
    color: #fff;
    line-height: 1.25;
    font-style: oblique;
    font-size: 17px;
    letter-spacing: 1.2px;
}

.overvieww #container1 {
    margin: 0px 15px;
    max-width: 100%;
}

.overvieww #container2 {
    margin-top:50px;
}

.sec-location {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 110px;
}

#flexy {
    display: flex;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: relative;
    top: 56px;
    left: 15px;
    float: left;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    display: none;
}

.locationContainer {
    display: flex;
    max-width: 1000px; /* Adjust as needed */
    margin: 0 auto;
    position: relative;
}

.artistMapSec {
    width: 100%; /* Adjust the width as needed */
    position: relative;
}

.mapImg {
    text-align: center;
    background-color: #f4f3f6;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
}

.artistMapSec img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}

.locationIcons {
    width: 100%; /* Adjust the width as needed */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.locationIcons .col-md-4 {
    margin-bottom: 20px; /* Adjust the spacing between icons */
}

/* .sec-location iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
} */

.icone {
    width: 45%;
    height: 50%;
}

.img-fluidd {
    width: 100%;
    height: 450px;
}

/* .navbar-nav {
    margin-top: 10px !important;
} */

/* .img-fluidd1 {
    max-width: 100%;
    height: auto;
    border: 10px solid #f8f9fa;
    padding: 5px;

} */

.title2 {
    color:#464419;
    text-align:center;
    font-size:30px;
    margin-bottom: 20px;
}

.title3 {
    text-align:center;
    font-size:30px;
    margin-bottom: 20px;
}

.navbar-light .navbar-toggler {
    /* color: rgb(255 255 255); */
    border-color: rgb(255 255 255) !important;
}

.overview h6,
.towerfeatures h6,
.location h6 
{

    color: #fff;
    /* color: #766529; */
    font-size: 50px;
    text-transform: uppercase;
}

.floorplans h6 {
    color: #766529;
    font-size: 50px;
    text-transform: uppercase;
}

.floorplans h6 a:hover {
    text-decoration: none;
}

a:hover {
    color: #766529 !important;
    text-decoration: none;
}

.scroll_guide {
    outline: none;
    height: 400px;
}

.amenities h6 {
    color: #766529;
    font-size: 50px;
    text-transform: uppercase;
}

h4 {
    font: revert !important;
}

.contact h6 {
    color: #766529;
    font-size: 50px;
    text-transform: uppercase;
}

.aboutgoelgangagroup h6 {
    color: #766529;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "calliga";
}
.aboutgoelgangagroup {
    margin-top: 50px;
    margin-bottom: 100px;
}

.contact-page h4 {
    font-size: 20px;
    margin: 0 0 60px 0;
    text-align: center;
    color:#494516;
}

.overview p,
.location p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: justify;
    margin: 20px 0 0 0;
}

.aboutgoelgangagroup p {
    font-size: 20px;
    /* color: #fff; */
    color:#494516;
    line-height: 35px;
    text-align: center;
    margin: 20px 0 0 0;
}

.towerfeatures ul {
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.towerfeatures li {
    list-style: disc;
    color: #fff;
    line-height: 35px;
    text-align: justify;
    font-size: 20px;
}

.location li {
    list-style: disc inside;
    color: #fff;
    line-height: 35px;
    text-align: justify;
    font-size: 20px;
}

.overview-text {
    width: 40%;
    float: right;
    margin: 16% 10% 0 0;
}

.towerfeatures-text {             
    width: 40%;
    float: left;
    margin: 16% 0% 0 10%;
}

.location {
    width: 100%;
    height: 110vh;
    /* background: #f8f9fa; */
}

.location-text {
    width: 50%;
    float: left;
    margin: 16% 0 0 10%;
}

.ame-left {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 3%;
}

.ame-right {
    width: 37%;
    float: right;
    margin: 5% 3% 5% 0;
}

.ame-right ul {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
}

.ame-right ul li {
    width: 48%;
    float: left;
    list-style: disc;
    font-size: 20px;
    padding: 10px 15px 10px 0;
    margin: 0 10px 0 0;
}

.map {
    width: 60%;
    height: 100%;
    float: right;
}

.aboutgoel {
    /* position: absolute;
    top: 0;
    width: 60%;
    float: right;
    right: 0;
    padding: 10% 5%; */

    color: #82807d;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    /* max-width: 630px; */
    line-height: 1.5;
    margin-bottom: 20px;
}

.walkthrough {
    background: #444c52;
    padding: 9% 5%;
    height: 900px;
}

.walkthrough h6 {
    color: #766529;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
}

.aboutgoel-img {
    /* width: 35%;
    float: left; */

    text-align: center;
}

.aboutgoel-img img {
    /* margin: 25% auto; */
    /* float: left; */
    /* width: 64%; */
    /* width: 35%; */
    /* display: block; */
    /* max-height: 250px; */
    max-height: 150px;
}

#imag {
    margin-top: 40px;
    margin-bottom: 40px;
    height:auto;
}

.contact-page {
    text-align: center;
    max-width: 1500px;
    padding: 130px 0;
    margin: 0 auto;
}

.contact-page-left {
    width: 50%;
    float: left;
}

.contact-page-on {
    width: 75%;
    display: block;
    margin: 0 auto 10%;
    border: 1px solid #494516;
    background: #766529;
    padding: 30px;
}

.contact-page-on p {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    text-align: left;
}

.contact-page-left input {
    /* background: #444c52; */
    color: #000;
    height: 40px;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}

.contact-page-left input::placeholder {
    color: #000;
    font-size: 18px;
    width: 100%;
}

.contact-page-left button {
    width: 50%;
    cursor: pointer;
    height: 35px;
    border: 0px;
    border-radius: 0;
    /* background: #444c52; */
    margin: 0 157px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto;
}

.com {
    width: 10%;
    float: left;
}

.com-l {
    /* width: 90%; */
    float: right;
}

.contact-page-left button:hover {
    /* background: #000; */
    color: #000
}

.contact-page-right {
    /* width: 46%;
    float: right; */
    display: flex;
}

.contact-page-right h5 {
    font-size: 23px;
    margin: 14px 0 15px 0;
    position: relative;
    /* background: url(../images/loc.png) 165px 0px no-repeat; */
    float: left;
    /* color: #fad739; */
    padding: 5px 0;
}

.contact-page-right .icon {
    /* background: url(../images/loc.png) no-repeat; */
    width: 100%;
    float: left;
}

.contact-page-right p {
    font-size: 18px;
    float: left;
    width: 100%;
    line-height: 24px;
    margin: 0px 0 30px 0;
    color: #494516
}

.contact-page-right p a {
    color: #494516;
    float: left;
    text-align: center;
    width: 100%;
}

.contact-page-right p a:hover {
    color: #e3e3e3
}

.footer {
    width: 100%;
    height: 80px;
    padding: 1rem 0;
    background: #766529;
    /* border-top: 1px solid #766529;
    margin-top: 0.9375rem;
    border-bottom: 1px solid #766529; */
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    display: flex;
}

.footer-in {
    width: 100%;
    margin: 10px auto;
}

.footer-left {
    width: 60%;
    float: left;
}

.footer-left p {
    font-size: 20px;
    /* color: #fff */
    color: #000;
}

.footer-right {
    width: 40%;
    float: right;
}

.footer-right ul {
    /* float: right; */
    /* float: none; */
    margin: 0 0 !important;
}

.footer-right ul li {
    /* width: 35px; */
    /* float: left; */
    margin: 0 4px 0 4px;
    display: inline-flex;
    /* margin-right: 0.75rem; */
}

.footer-right ul li a {
    /* width: 100%; */
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 1.125rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #cbae43;
    color: #cbae43;
    text-decoration: none;
}

/* Add your custom styles here */
.footer-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f0f0f0;
}

.footer-left,
.footer-right {
    flex: 1;
    text-align: center;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-right ul li {
    display: inline-block;
    margin-right: 10px;
}

.navbar-toggler {
    margin-right: 0; /* Remove the right margin to prevent shifting */
}

.navbar-brand img {
    max-width: 100%; /* Make sure the image is responsive */
}

@media only screen and (max-width: 768px) {
    .footer-set {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 10px;
        margin-bottom: 30px;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        text-align: left;
        /* margin-top: 10px; */
    }

    .footer {
        display: none;
    }
    .navbar-brand {
        margin-right: auto; /* Move the brand to the left on smaller screens */
    }

    .navbar>.container, .navbar>.container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: left !important;
    }

    header .container {
        margin: 0 !important;
    }
    header .navbar .navbar-brand {
        margin: 10px 10px 10px 10px !important;
    }

    .mainn-page {
        padding: 20px;
    }

    .modal-dialog-centered {
        margin: 30px !important;
        max-width: 100% !important;
        width: 100%;
    }

    .modal .modal-body {
        padding: 6% 6% 6%;
      }
    
}

.title5 {
    text-align: center;
    font-size: 30px;
    color: #464419;
    /* text-transform: uppercase; */
    margin: 20px 0;
    font-weight: 600;
}

/* .title7 {
    text-align: center;
    float: left;
    font-size: 30px;
    color: #464419;
    /* text-transform: uppercase; */
    /* margin: 20px 0; */
    /* font-weight: 600; */
/* }  */

h5 {
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
    bottom: 0;
    font-size: 15px;
    background: #766529;
    color: #fff;
    font-weight: 600;
    /* background: #0000008c; */
    /* width: 50%; */
    width: 100%;
    text-align: center;
    padding: 20px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.modal-content {
    padding: 15px 0;
}

.modal-title {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

.contact-pop label {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: left;
    /* text-transform: uppercase; */
}

.contact-pop input[type="text" i] {
    width: 100%;
    outline: 0;
    padding: 5px;
    margin: 0 0 13px 0;
    float: left;
    height: 40px;
    font-size: 15px;
    color: #494516;
    background: #fff;
    border-bottom: 1px solid #fff;
}

.contact-pop input[type="text" i]::placeholder {
    color: #494516;
    font-size: 13px;
}

.contact-pop input:focus-visible {
    outline: 0;
}

.contact-pop textarea {
    width: 76%;
    border: 0;
    padding: 10px;
    resize: none;
    height: 78px;
    background: #202121;
    float: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
}

/* .contact-pop button {
    width: 76%;
    cursor: pointer;
    height: 35px;
    border: 0px solid #766529;
    border-radius: 0;
    background: #fff;
    margin: 0 157px;
    color: #000;
    text-transform: uppercase;
    margin: 13px 0 13px 24%;
} */

.contact-pop button:hover {
    background: #fff;
    color: #494516
}

.contact-pop-on input[type="text" i] {
    width: 100%;
    border: 0;
    padding: 5px;
    margin: 0 0 13px 0;
    float: left;
    height: 40px;
    font-size: 13px;
    color: #494516;
    background: #fff;
    /* border: 1px solid #e3b22b; */
}

.contact-pop-on input[type="text" i]::placeholder {
    color: #494516;
    font-size: 13px;
}

.contact-pop-on input:focus-visible {
    outline: 0;
}

.contact-pop-on textarea {
    width: 76%;
    border: 0;
    padding: 10px;
    resize: none;
    height: 78px;
    background: #202121;
    float: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
}

.contact-pop-on button {
    width: 100%;
    cursor: pointer;
    height: 35px;
    border: 0px solid #fff;
    border-radius: 0;
    /* background: #766529; */
    margin: 0 157px;
    color: #fff;
    text-transform: uppercase;
    margin: 13px 0 13px 0;
}

.contact-pop-on button:hover {
    background: #fff;
    color: #0d1236
}

.modal-content {
    /* border: 1px solid rgb(227 178 43); */
    background-image: linear-gradient(to right, #766529 , #49451b);
}

.carousel-control-prev-icon {
    /* background: url(../images/left-arrow.png) top left no-repeat !important; */
    background-size: contain !important;
}

.carousel-control-next-icon {
    /* background: url(../images/right-arrow.png) top right no-repeat !important; */
    background-size: contain !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    /* width: 40px;
    height: 50px; */
    width: 15px;
    height: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.8;
}

.page-no-add {
    width: 100%;
    float: left
}

.page-no-add ul {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.page-no-add li {
    width: 50%;
    float: left;
}

.vihang-four-line {
    width: 100%;
    height: 510px;
    float: left;
    margin: 30px 0;
}

.footer-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f0f0f0;
}

.footer-left,
.footer-right {
    flex: 1;
    text-align: center;
}

.footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.footer-right ul li {
    display: inline-block;
    margin-right: 10px;
}


@media only screen and (min-width: 0px) and (max-width: 319px) {
    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {
       
        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 68% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .overview h6 {
        padding-top: 20px;
    }

    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 56% 5% 0 5%;
    }

    .towerfeatures li {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    }

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            text-align: center;
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: 140px;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        /* color: #000; */
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 35%;
    }

    .contact-page {
        padding: 80px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255);
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    /* header .navbar.scrolled {
        padding: 0% 0;
        width: 100%;
    
        z-index: 99;
        border-bottom: 4px solid #766529;
        height: 89px;
    } */

    .nav-item {
        padding: 12px 20px 12px 15px
    }

    .navbar-toggler {
        margin: 20px;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px;
        width: 47%;
        padding: 8px 15px 0px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .page-no-add li:nth-child(1) {
        /* background: url(../images/call.png) 90px 0px no-repeat; */
    }

    .page-no-add li:nth-child(2) {
        /* background: url(../images/msg.png) 50px 0px no-repeat; */
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}

@media only screen and (min-width: 320px) and (max-width:375px) {

    .modal-dialog-centered {
        margin: 30px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 263px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 230px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

/* .swiper-slide {
    width: 100% !important;
    height: 300px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 10px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin-top: -60px !important;
}

.ame-left {
    padding: 0%;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}

.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

.navbar-toggler {
    margin-left: 50px;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .hover-underline-animation:hover::after { 
        display: none;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
        display: none;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 25%;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}

@media only screen and (min-width: 375px) and (max-width:425px) {

    .navbar-toggler {
        margin-left: 95px;
    }

    .modal-dialog-centered {
        margin: 30px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0 !important;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 263px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 215px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.hover-underline-animation:hover::after { 
    display: none;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

/* .swiper-slide {
    width: 100% !important;
    height: 300px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 12px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin: 0px;
}

.ame-left {
    padding: 0%;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}


.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
        display: none;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 25%;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}

@media only screen and (min-width: 425px) and (max-width:500px) {

    .navbar-toggler {
        margin-left: 145px;
    }

    .modal-dialog-centered {
        margin: 30px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 263px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 180px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

.swiper-slide h3 {
    padding-top: 10px;
    font-size: 18px;
    /* line-height: 1.4; */
    margin: 10px 0;
}

/* .swiper-slide {
    min-width: 400px;
    width: 100% !important;
    height: 300px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 12px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin: 0px;
}

.hover-underline-animation:hover::after { 
    display: none;
}

.ame-left {
    padding: 0%;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}


.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
        display: none;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 25%;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}

@media only screen and (min-width: 501px) and (max-width: 575px) {

    /* .navbar-toggler {
        margin-left: 230px;
    } */

    .modal-dialog-centered {
        margin: 30px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 335px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 190px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

.swiper-slide h3 {
    padding-top: 10px;
    font-size: 18px;
    /* line-height: 1.4; */
    margin: 10px 0;
}

/* .swiper-slide {
    min-width: 425px;
    width: 100% !important;
    height: 340px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 12px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin: 0px;
}

.ame-left {
    padding: 0%;
}

.hover-underline-animation:hover::after { 
    display: none;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}


.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 20%;
    }

    .footer-set {
         margin-bottom: 0px !important;
    }

    .aboutgoelgangagroup {
        margin-bottom: 0px !important;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}
@media only screen and (min-width: 575px) and (max-width: 625px) {

    header .container {
        margin: 0 !important;
 max-width: 100% !important;
 min-width: 100% !important;
}

    /* .navbar-toggler {
        margin-left: 270px;
    } */

    .modal-dialog-centered {
        margin: 30px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 335px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
        min-width: 580px;
    }

    .col-sm-6 {
        flex: 0 0 0% !important;
        min-width: 100% !important;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 190px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

.hover-underline-animation:hover::after { 
    display: none;
}

.swiper-slide h3 {
    padding-top: 10px;
    font-size: 18px;
    /* line-height: 1.4; */
    margin: 10px 0;
}
/* 
.swiper-slide {
    min-width: 475px;
    width: 100% !important;
    height: 340px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 12px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin: 0px;
}

.ame-left {
    padding: 0%;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}


.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 20%;
    }

    .footer-set {
         margin-bottom: 0px !important;
    }

    .aboutgoelgangagroup {
        margin-bottom: 0px !important;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}
@media only screen and (min-width: 465px) and (max-width:500px) {

    .navbar-toggler {
        margin-left: 200px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 540px) {

    .navbar-toggler {
        margin-left: 230px;
    }
}
@media only screen and (min-width: 541px) and (max-width: 565px) {

    .navbar-toggler {
        margin-left: 265px;
    }
}
@media only screen and (min-width: 566px) and (max-width: 600px) {

    .navbar-toggler {
        margin-left: 295px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 650px) {
    .navbar-toggler {
        margin-left: 315px;
    }
}
@media only screen and (min-width: 651px) and (max-width: 700px) {
    .navbar-toggler {
        margin-left: 365px;
    }
}
@media only screen and (min-width: 701px) and (max-width: 745px) {
    .navbar-toggler {
        margin-left: 405px;
    }
}
@media only screen and (min-width: 745px) and (max-width: 767px) {
    .navbar-toggler {
        margin-left: 450px;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-toggler {
        margin-left: 470px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 780px) {
    .navbar-toggler {
        margin-left: 385px;
    }
}
@media only screen and (min-width: 781px) and (max-width: 805px) {
    .navbar-toggler {
        margin-left: 400px;
    }
}
@media only screen and (min-width: 806px) and (max-width: 850px) {
    .navbar-toggler {
        margin-left: 412px;
    }
}
@media only screen and (min-width: 851px) and (max-width: 900px) {
    .navbar-toggler {
        margin-left: 470px;
    }
}
@media only screen and (min-width: 901px) and (max-width: 950px) {
    .navbar-toggler {
        margin-left: 520px;
    }
}
@media only screen and (min-width: 951px) and (max-width: 991px) {
    .navbar-toggler {
        margin-left: 565px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1000px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        padding-right: 0.5rem !important;
        font-weight: 600;
        padding-left: 0.5rem !important;
        font-size: 12px !important;
       letter-spacing: 0;
    }
}

@media only screen and (min-width: 625px) and (max-width: 768px) {

    header .container {
        margin: 0 !important;
 max-width: 100% !important;
 min-width: 100% !important;
}

    header .navbar .navbar-brand {
        /* width: 90px; */
        width: 165px;
        margin: 10px 10px 10px 10px;
        position: relative;
        padding: 0 0 0;
    }

    .slide-bgimg {
        margin-top: 0px;
    }
    /* .navbar-toggler {
        margin-left: 225px;
    } */

    header .container {
        margin: auto !important;
    }

    .modal-dialog-centered {
        margin: 100px !important;
    }

    .form-check-input[type=checkbox] {
        width: 15px !important;
    }

    .overvieww #container1 {
         margin: 0;
    }

    .overvieww p {
        /* margin-top: 10px; */
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .image-column {
        padding: 0 !important;
    }

    .img-fluidd {
        width: 100%;
        height: 375px;
    }

    .sec-location {
        /* padding: 3em 0 0 0; */
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .locationContainer {
        flex-direction: column;
        min-width: 580px;
    }

    .col-sm-6 {
        flex: 0 0 0% !important;
        min-width: 100% !important;
    }

#flexy {
    display: contents;
}

.mapBtn {
    background-color: #280f3a;
    color: #fff;
    padding: 9px 15px;
    position: absolute;
    top: 130px;
    left: 8px;
    z-index: 999;
    font-size: 14px;
}

.artistMapSec .mapp {
    height: 315px !important;
}

.icone {
    width: 30%;
    height: 50%;
}

.locationIcons .col-md-4 {
    margin-bottom: 10px;
}

.swiper-slide h3 {
    padding-top: 10px;
    font-size: 18px;
    /* line-height: 1.4; */
    margin: 10px 0;
}

/* .swiper-slide {
    min-width: 330px;
    width: 100% !important;
    height: 340px !important;
    padding: 0px !important;
    margin: 0px !important;
} */

.swiper-slide img {
    width: 100%;
    height: auto;
    /* padding: 0px 12px; */
}

.swiper-button-next, .swiper-button-prev {
    /* top: 295px !important; */
    color: #bd9234 !important;
    background-color: snow;
    padding: 5px;
    margin: 0px;
}

.hover-underline-animation:hover::after { 
    display: none;
}

.ame-left {
    padding: 0%;
}

.title1 {
    margin-top: -20px;
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.title3 {
    font-size: 45px;
}


.config-wraper {
  display: block;
}

.config-wraper .config-box {
    width: 100%;
    margin: 15px 0px !important;
}

.config-box {
    margin: 0 !important;
}

.navbar-brand {
    margin-right: 0px !important;
}

    .background-anim-overview {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/right.png) top right no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .line_box {
        display: inline-grid !important;
        padding: 10px !important;
    }

    .line_box h4, .line_box p {

        padding: 0px 20px;
        padding-top: 50px !important;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
        margin: 10px 0;
        color: #766529;
    }

    .overview h6 {
        padding-top: 20px;
    }


    .overview p,
    .location p {
        font-size: 13px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #e9e9e9;
    }

    .location p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0 20px 0;
        color: #494516;
    }

    .overview p {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    color: #494516;
    }

    .background-anim-towerfeatures {
        position: unset;
        z-index: 9;
        height: 100%;
        top: 0;
        right: 0;
        background: none;
        /* background: url(../images/left.png) top left no-repeat; */
        width: 100%;
        /* background-size: contain; */
    }

    .towerfeatures-text {
        width: 90%;
        float: right;
        margin: 110% 5% 0 5%;
        /* margin: 56% 5% 0 5%; */
    }

    .towerfeatures li {
        font-size: 1rem;
        text-align: unset;
        line-height: 22px;
        margin: 0;
        /* margin: 10px 0 20px 0; */
        color: #494516;
    }

    .amenities h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    .contact h6 {
        font-size: 25px;
        margin: 10px 0;
    }

    /* .ame-left {
        width: 100%;
        float: left;
        padding: 3%;
    } */

    .ame-right {
        width: 94%;
    }

    .map {
        width: 100%;
        height: 500px;
    }

    .background-anim-location {
        position: unset;
        width: 100%;
    }

    .location {
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .location-text {
        width: 90%;
        float: right;
        margin: 3% 5% 5% 5%;
    }

    .aboutgoel-img {
        width: 100%;
    }

    .contact-page-left {
        width: 100%;
    }

    .aboutgoel {
        padding: 10px 20px;
        position: unset;
        width: 100%;
    }

    .aboutgoelgangagroup {
        height: 100%;
        margin-bottom: 10px;
    }

    .contact-page h4 {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .contact-page-right {
        width: 100%;
    }

    .footer-left p {
        text-align: center;
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .footer-right ul {
        /* float: none;
        width: 200px;
        margin: 0 auto; */
            /* float: none; */
            /* width: auto; */
            padding: 0 !important;
            text-align: center; 
    }

    .footer {
        width: 100%;
        padding: 10px 0;
        height: auto;
        position: relative !important;
        right: 0px;
        z-index: 3 !important;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        margin: 40px auto;
    }

    .form-group {
        margin: auto 15px;
        width: 100% !important;
    }

    .form-group input {
        width: 100%;
        /* min-height: 50px !important; */
    }

    .footer .container {
        width: 100% !important;
    }
      
    /* Custom checkbox label style */
    .checkbox-label {
    color: #fff;
    font-size: 9px; /* Adjust the font size */
    width: 80% !important;
    /* Add other styles as needed */
    }

    .textfo {
        padding-right: 0px !important;
        margin: 10px !important;
    }

    .eqTitle {
        margin-bottom: 20px;
    }

    .form-check {
        text-align: center;
        padding-left: 0 !important;
    }

    .contact-page-right p {
        font-size: 13px;
        margin: 0px 0 0 0;
    }

    .com img {
        width: 100%
    }

    .contact-page-right h5 {
        font-size: 16px;
        margin: 24px 0 15px 0;
        padding: 8px 0;
        /* background: url(../images/loc.png) 18px 0px no-repeat; */
    }

    .com {
        display: none;
    }

    .com-l {
        width: 100%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .aboutgoel-img img {
        margin: 10% auto 6% !important;
        /* margin: 18% auto 0; */
        width: 10%;
    }

    .footer-set {
         margin-bottom: 0px !important;
    }

    .aboutgoelgangagroup {
        margin-bottom: 0px !important;
    }

    .contact-page {
        padding: 40px 0;
    }

    .location li {
        line-height: 22px;
        font-size: 13px;
        color: #e9e9e9;
    }

    .navbar-light .navbar-toggler {
        /* color: rgb(255 255 255); */
        border-color: rgb(255 255 255) !important;
    }

    .navbar-collapse {
        background: snow;
        /* background: #343d44; */
        margin: 4px 0;
    }

    .contact-page-on {
        margin: 0 auto 0%;
        padding: 15px;
        width: 95%;
    }

    .contact-page-left input::placeholder {
        font-size: 13px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 11px;
    }

    .page-no-add li {
        width: 100%;
        margin: 10px 0;
    }

    .contact-page-on p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .overview-text {
        width: 90%;
        float: right;
        margin: 90% 5% 0 5% !important;
    }

    .why li {
        line-height: 10px !important;
        padding: 0;
        margin: 0;
    }

    .ame-right ul li {
        /* width: 100%; */
        /* font-size: 13px; */
        font-size: 14px !important;
        width: 50% !important;
        /* width: 46% !important; */
        /* padding: 0; */
        padding: 10px 0px 0px 0px !important;
        margin: 0px -10px 0px 10px !important;
        color: #494516;
    }

    .carousel-caption {
        position: absolute;
        font-size: 1.4em !important;
        /* font-weight: 500 !important; */
        text-align: center;
        font-family: monospace !important;
        letter-spacing: 0px !important;
        width: 100%;
        z-index: 1;
        bottom: 0px !important;
        padding: 40px 0 !important;
    }

    .why {
        margin: 15px 0px !important;
        padding: 2px 4px !important;
        border: 2px #494516 double !important;
    }

    .projbanner {

    border-bottom: 4px solid #766529;
    margin-bottom: 3px;
    border-top: 2px solid #766529;

    }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {

    header .container {
    margin: 0 !important;
 max-width: 100% !important;
 min-width: 100% !important;
}

    header .navbar .navbar-brand {
        /* width: 90px; */
        width: 210px;
        margin: 10px 10px 10px 10px;
        position: relative;
        padding: 0 0 0;
    }

    /* .enquiry-wrapper .enquiry-box {
        transform: translateX(108px) !important;
    } */

  .enquiry-wrapper{
       background-color: #000;
    }

    .slide-bgimg {
        margin-top: 12px;
    }

    /* .navbar-toggler {
        margin-left: 420px !important;
    } */

    .overvieww p {
        margin-top: 0px;
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .img-fluidd {
        width: 100%;
        height: 355px;
    }

    .swiper-button-next, .swiper-button-prev {
        /* top: 295px !important; */
        color: #bd9234 !important;
        background-color: snow;
        padding: 5px;
        margin: 0px;
    }
    
    .ame-left {
        padding: 0%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .footer-set {
        margin-bottom: 0px !important;
   }

   .footer-left p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}

.footer-left {
    width: 100%;
}

.footer-right {
    width: 100%;
    margin: 10px 0 0 0;
}

.footer-right ul {
    /* float: none;
    width: 200px;
    margin: 0 auto; */
        /* float: none; */
        /* width: auto; */
        padding: 0 !important;
        text-align: center; 
}

.aboutgoelgangagroup {
    margin-bottom: 0px !important;
}


.footer {
    width: 100%;
    padding: 10px 0;
    height: auto;
    position: relative !important;
    right: 0px;
    z-index: 3 !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin: 40px auto;
    display: none;
}

.hover-underline-animation:hover::after { 
    display: none;
}

}
@media only screen and (min-width: 901px) and (max-width: 1000px) {

    header .container {
        margin: 0 !important;
 max-width: 100% !important;
 min-width: 100% !important;
}

    header .container {
        margin: 0 !important;
        max-width: 100% !important;
    }

    header .navbar .navbar-brand {
        /* width: 90px; */
        width: 215px;
    }

    /* .enquiry-wrapper .enquiry-box {
        transform: translateX(108px) !important;
    } */

    .slide-bgimg {
        margin-top: 12px;
    }

    /* .navbar-toggler {
        margin-left: 500px;
    } */

    .overvieww p {
        margin-top: 0px;
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 13px;
        letter-spacing: 0px;
    }

    .img-fluidd {
        width: 100%;
        height: 355px;
    }

    .swiper-button-next, .swiper-button-prev {
        /* top: 295px !important; */
        color: #bd9234 !important;
        background-color: snow;
        padding: 5px;
        margin: 0px;
    }
    
    .ame-left {
        padding: 0%;
    }

    .aboutgoelgangagroup p {
        line-height: 22px;
        font-size: 13px;
        /* color: #e9e9e9; */
        margin: 20px 5px 0 5px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        margin: 10px 0;
        font-family: "calliga" !important;
    }

    .footer-set {
        margin-bottom: 0px !important;
   }

   .footer-left p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
}

.footer-left {
    width: 100%;
}

.footer-right {
    width: 100%;
    margin: 10px 0 0 0;
}

.footer-right ul {
    /* float: none;
    width: 200px;
    margin: 0 auto; */
        /* float: none; */
        /* width: auto; */
        padding: 0 !important;
        text-align: center; 
}

.aboutgoelgangagroup {
    margin-bottom: 0px !important;
}


.footer {
    width: 100%;
    padding: 10px 0;
    height: auto;
    position: relative !important;
    right: 0px;
    z-index: 3 !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin: 40px auto;
    display: none;
}

}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        display: grid;
        font-size: 17px !important;
    }

    .textfo {
        padding: 0px 10px !important
    }

    .form-group {
        margin: 0 10px;
        width: 150px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        font-size: 12px;
        letter-spacing: 0px;
        /* font-family: system-ui; */
        /* border-right: double; */
    }

    .amenities h6 {
        font-size: 25px;
    }

    .contact h6 {
        font-size: 35px;
    }

    .towerfeatures li {
        font-size: 14px;
        line-height: 22px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6 {
        font-size: 25px;
    }

    .floorplans h6 {
        font-size: 35px;
    }

    .overview,
    .towerfeatures {
        height: 530px;
    }

        .carousel-caption {
            position: absolute;
            font-size: 2.5em !important;
            font-weight: 600 !important;
            letter-spacing: 0px !important;
        }

    .overview p,
    .location p {
        font-size: 14px;
        line-height: 22px;
    }

    .towerfeatures ul {
        margin: 15px 0 0 0;
    }

    .location li {
        font-size: 14px;
        line-height: 22px;
    }

    .location {
        height: 460px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 35px;
        font-family: "calliga" !important;
    }

    .aboutgoelgangagroup p {
        font-size: 14px;
        line-height: 22px;
        margin: 15px 0 0 0;
    }

    .overview-text {
        margin: 14% 10% 0 0;
    }

    .towerfeatures-text {
        margin: 10% 0 0 10%;
        /* margin: 14% 0 0 10%; */
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 20px;
        height: 30px;
    }

    h5 {
        padding: 15px 0;
        font-size: 14px;
    }

    .ame-right ul li {
        font-size: 14px;
        width: 47%;
        padding: 8px 15px 0px 0;
        color: #494516;
    }

    .ame-right {
        margin: 2.5% 3% 5% 0;
        /* margin: 4% 3% 5% 0; */
    }

    .location-text {
        margin: 14% 0 0 10%;
    }

    .contact-page h4 {
        font-size: 14px;
        margin: 0 0 40px 0;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 60px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-left input::placeholder {
        font-size: 14px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .footer-left p {
        font-size: 13px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .aboutgoelgangagroup {
        /* height: 620px; */
        height: 500px;
        height: auto;
    }

    .contact-page {
        padding: 90px 0;
        width: 900px
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 30px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        display: grid;
        font-size: 20px !important;
    }

    .textfo {
        padding: 0px 10px !important
    }

    .form-group {
        margin: 0 15px;
        width: 160px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }
/* 
    .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
        font-size: 14px;
    }

    .amenities h6 {
        font-size: 25px;
    }

    .contact h6 {
        font-size: 25px;
    }

    .towerfeatures li {
        font-size: 16px;
        line-height: 25px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 25px;
    }

    .overview,
    .towerfeatures {
        height: 600px;
    }

    .carousel-caption {
        position: absolute;
        font-size: 2.5em !important;
        font-weight: 600 !important;
        letter-spacing: 0px !important;
    }

    .aboutgoelgangagroup {
        height: 620px;
    }

    .overview p,
    .location p {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0 0 0;
    }

    .towerfeatures ul {
        margin: 15px 0 0 0;
    }

    .location li {
        font-size: 16px;
        line-height: 25px;
    }

    .location {
        height: 560px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 25px;
        font-family: "calliga" !important;
    }

    .aboutgoelgangagroup p {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0 0 0;
    }

    .overview-text {
        margin: 14% 10% 0 0;
    }

    .towerfeatures-text {
        margin: 14% 0 0 10%;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 20px;
        height: 30px;
    }

    h5 {
        padding: 15px 0;
        font-size: 14px;
    }

    .ame-right ul li {
        font-size: 14px;
        width: 47%;
        padding: 8px 15px 0px 0;
    
    }

    .ame-right {
        margin: 4% 3% 5% 0;
    }

    .location-text {
        margin: 14% 0 0 10%;
    }

    .contact-page h4 {
        font-size: 15px;
        margin: 0 0 40px 0;
    }

    .contact-page-right h5 {
        font-size: 18px;
    }

    .contact-page-right p {
        font-size: 15px;
    }

    .contact-page-left input::placeholder {
        font-size: 15px;
    }

    .contact-page-left button {
        font-size: 13px;
    }

    .footer-left p {
        font-size: 13px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 70px;
    }

    .contact-page {
        padding: 120px 0;
        max-width: 950px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 13px;
    }

    .contact-pop label {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 140px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

     .btn {
        margin: 0px !important;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 19px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 175px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
        font-size: 14px;
    }

    .amenities h6 {
        font-size: 30px;
    }

    .contact h6 {
        font-size: 30px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 27px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 30px;
    }

    .overview,
    .towerfeatures {
        height: 660px;
    }

        .carousel-caption {
            position: absolute;
            font-size: 2.5em !important;
            font-weight: 600 !important;
            letter-spacing: 0px !important;
        }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }

    .towerfeatures ul {
        margin: 15px 0 0 0;
    }

    .location li {
        font-size: 18px;
        line-height: 27px;
    }

    .location {
        height: 680px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 30px;
        font-family: "calliga" !important;
    }

    .aboutgoelgangagroup p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }

    .overview-text {
        margin: 14% 10% 0 0;
    }

    .towerfeatures-text {
        margin: 14% 0 0 10%;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 20px;
        height: 30px;
    }

    h5 {
        padding: 15px 0;
        font-size: 15px;
    }

    .ame-right ul li {
        font-size: 15px;
        width: 47%;
        padding: 8px 15px 0px 0;
    }

    .ame-right {
        margin: 4% 3% 5% 0;
    }

    .location-text {
        margin: 14% 0 0 10%;
    }

    .contact-page h4 {
        font-size: 18px;
        margin: 0 0 40px 0;
    }

    .contact-page-right h5 {
        font-size: 18px;
    }

    .contact-page-right p {
        font-size: 15px;
    }

    .contact-page-left input::placeholder {
        font-size: 15px;
    }

    .contact-page-left button {
        font-size: 15px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 65px;
    }

    .contact-page {
        max-width: 1100px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(125px) !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 100px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 19px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 175px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        /* padding-right: 0.4rem;
        padding-left: 0.4rem;
        font-size: 13px; */

    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: system-ui;
    /* border-right: double; */
    }

    .amenities h6 {
        font-size: 35px;
    }

    .contact h6 {
        font-size: 40px;
        /* font-size: 35px; */
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 27px;
    }

    /* .overview h6, */
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 35px;
    }

    .overview h6 {
        font-size: 30px;
    }

    .overview,
    .towerfeatures {
        height: 720px;
    }

        .carousel-caption {
            position: absolute;
            font-size: 2.5em !important;
            font-weight: 600 !important;
            letter-spacing: 0px !important;
        }

    .overview p,
    .location p {
        /* font-size: 18px; */
        line-height: 27px;
        /* margin: 50px 0 0 0; */
        margin: 20px 0 0 0;
    }

    .towerfeatures ul {
        margin: 15px 0 0 0;
    }

    .location li {
        font-size: 18px;
        line-height: 27px;
    }

    .location {
        height: 665px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 35px;
        font-family: "calliga" !important;
    }

    .aboutgoelgangagroup p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }

    .overview-text {
        margin: 14% 13% 0 0;
    }

    .towerfeatures-text {
        margin: 14% 0 0 10%;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 20px;
        height: 30px;
    }

    h5 {
        padding: 15px 0;
        font-size: 15px;
    }

    .ame-right ul li {
        font-size: 15px;
        width: 47%;
        padding: 8px 15px 0px 0;
        color: #494516;
    }

    .ame-right {
        margin: 4% 3% 5% 0;
    }

    .location-text {
        margin: 14% 0 0 10%;
    }

    .contact-page h4 {
        font-size: 18px;
        margin: 0 0 40px 0;
    }

    .contact-page-right h5 {
        font-size: 18px;
    }

    .contact-page-right p {
        font-size: 15px;
    }

    .contact-page-left input::placeholder {
        font-size: 15px;
    }

    .contact-page-left button {
        font-size: 15px;
    }

    .footer-left p {
        font-size: 16px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 65px;
    }

    .contact-page {
        max-width: 1100px;
    }

    .aboutgoelgangagroup {
        /* height: 720px; */
        max-height: 480px;
        height: auto;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
        
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1400px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 120px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 19px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 175px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
        font-size: 16px;
        letter-spacing: 1px;
        font-family: system-ui;
        /* border-right: double; */
    }

    .amenities h6 {
        font-size: 40px;
    }

    .contact h6 {
        font-size: 40px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 27px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 40px;
    }

    .overview,
    .towerfeatures {
        height: 720px;
    }
        .carousel-caption {
            position: absolute;
            font-size: 2.8em !important;
            font-weight: 600 !important;
            letter-spacing: 0px !important;
        }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }

    .towerfeatures ul {
        margin: 15px 0 0 0;
    }

    .location li {
        font-size: 18px;
        line-height: 27px;
    }

    .location {
        height: 700px;
    }

    .aboutgoelgangagroup h6 {
        font-size: 40px;
         font-family: "calliga" !important;
    }

    .aboutgoelgangagroup p {
        font-size: 18px;
        line-height: 27px;
        margin: 15px 0 0 0;
    }

    .overview-text {
        margin: 14% 10% 0 0;
    }

    .towerfeatures-text {
        margin: 14% 0 0 10%;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 20px;
        height: 30px;
    }

    h5 {
        padding: 15px 0;
        font-size: 15px;
    }

    .ame-right ul li {
        font-size: 15px;
        width: 47%;
        color: #494516;
        padding: 10px 15px 0px 0;
    }

    .ame-right {
        margin: 4% 3% 5% 0;
    }

    .location-text {
        margin: 14% 0 0 10%;
    }

    .contact-page h4 {
        font-size: 18px;
        margin: 0 0 40px 0;
    }

    .contact-page-right h5 {
        font-size: 18px;
    }

    .contact-page-right p {
        font-size: 15px;
    }

    .contact-page-left input::placeholder {
        font-size: 15px;
    }

    .contact-page-left button {
        font-size: 15px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page {
        max-width: 1100px;
    }

    .aboutgoelgangagroup {
        height: 500px;
        /* height: 720px; */
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }

    .d-lg-block {
        height: auto;
        max-height: 530px;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    .slide-bgimg {
        margin-top: 35px !important;
    }

    .form-check-label {
        font-size: 12px !important;
        width: 12% !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 150px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 23px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 190px !important;
    }

    .footer-set {
        padding: 5px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-family: system-ui;
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: 600px;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .navbar {
        padding: 1.5rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 800px !important;
    }

    .carousel-caption {
        font-size: 3rem !important;
    }

    .overview,
    .towerfeatures {
        height: 880px;
    }

        .overview-text {
            margin: 16% 15% 0 0;
        }

        .towerfeatures-text {
            margin: 16% 0% 0 20%;
        }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 45px;
    }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 33px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        font-size: 45px;
    }

    .contact h6 {
        font-size: 45px;
    }

    .ame-right ul li {
        font-size: 17px;
        padding: 7px 15px 7px 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    .location {
        /* height: 780px; */
        height: 735px;
    }

    .aboutgoelgangagroup {
        
        height: 550px;
    }

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    .slide-bgimg {
        margin-top: 35px !important;
    }

    .form-check-label {
        font-size: 13px !important;
        width: 13% !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 300px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 24px !important;
    }

    .textfo {
        padding: 0px 14px !important
    }

    .form-group {
        margin: 0 15px;
        width: 200px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-family: system-ui;
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 600px;
        /* font-size: 15px; */
    }

    .footer-set {
        padding: 5px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .navbar {
        padding: 1.5rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 800px !important;
    }

    .carousel-caption {
        font-size: 3rem !important;
    }

        .overview-text {
            margin: 16% 15% 0 0;
        }

        .towerfeatures-text {
            margin: 16% 0% 0 20%;
        }

        .location {
            /* height: 780px; */
            height: 735px;
        }
    
        .aboutgoelgangagroup {
            
            height: 550px;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 45px;
    }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 33px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        font-size: 45px;
    }

    .contact h6 {
        font-size: 45px;
    }

    .ame-right ul li {
        font-size: 17px;
        padding: 7px 15px 7px 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    .slide-bgimg {
        margin-top: 35px !important;
    }

    .form-check-label {
        font-size: 13px !important;
        width: 13% !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 155px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 24px !important;
    }

    .textfo {
        padding: 0px 14px !important
    }

    .form-group {
        margin: 0 15px;
        width: 200px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-family: system-ui;
        padding-right: 1rem;
        padding-left: 1cm;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600px;
        /* font-size: 15px; */
    }

    .footer-set {
        padding: 5px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .navbar {
        padding: 1.5rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 800px !important;
    }

    /* header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        font-family: system-ui;
        letter-spacing: 0.6px;
        padding-right: 1rem;
        font-weight: 600px;
        font-size: 15px;
    } */

    .carousel-caption {
        font-size: 3rem !important;
    }

        .overview-text {
            margin: 16% 15% 0 0;
        }

        .towerfeatures-text {
            margin: 16% 0% 0 20%;
        }

        .location {
            /* height: 780px; */
            height: 735px;
        }
    
        .aboutgoelgangagroup {
            
            height: 550px;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 45px;
    }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 33px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        font-size: 45px;
    }

    .contact h6 {
        font-size: 45px;
    }

    .ame-right ul li {
        font-size: 17px;
        padding: 7px 15px 7px 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1801px) and (max-width: 1900px) {
    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    .slide-bgimg {
        margin-top: 35px !important;
    }

    .form-check-label {
        font-size: 14px !important;
        width: 15% !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 155px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 25px !important;
    }

    .textfo {
        padding: 0px 14px !important
    }

    .form-group {
        margin: 0 15px;
        width: 220px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-family: system-ui;
        padding-right: 1rem;
        padding-left: 1cm;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600px;
        /* font-size: 15px; */
    }

    .footer-set {
        padding: 5px !important;
    }

    .overvieww p {
        margin-top: 10px;
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 20px !important;
        letter-spacing: 1.2px;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .navbar {
        padding: 1.5rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 800px !important;
    }

    /* header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        font-family: system-ui;
        letter-spacing: 0.6px;
        padding-right: 1rem;
        font-weight: 600px;
        font-size: 15px;
    } */

    .carousel-caption {
        font-size: 3rem !important;
    }

        .overview-text {
            margin: 16% 15% 0 0;
        }

        .towerfeatures-text {
            margin: 16% 0% 0 20%;
        }

        .location {
            /* height: 780px; */
            height: 735px;
        }
    
        .aboutgoelgangagroup {
            
            height: 550px;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 45px;
    }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 33px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        font-size: 45px;
    }

    .contact h6 {
        font-size: 45px;
    }

    .ame-right ul li {
        font-size: 17px;
        padding: 7px 15px 7px 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}


@media only screen and (min-width: 1901px) and (max-width: 1950px) {

    .enquiry-wrapper .enquiry-box {
        transform: translateX(137px) !important;
    }

    .slide-bgimg {
        margin-top: 35px !important;
    }

    .form-check-label {
        font-size: 14px !important;
        width: 15% !important;
    }

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 155px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 25px !important;
    }

    .textfo {
        padding: 0px 14px !important
    }

    .form-group {
        margin: 0 15px;
        width: 220px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        font-family: system-ui;
        padding-right: 1rem;
        padding-left: 1cm;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600px;
        /* font-size: 15px; */
    }

    .footer-set {
        padding: 5px !important;
    }

    .overvieww p {
        margin-top: 10px;
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 20px !important;
        letter-spacing: 1.2px;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

      /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .navbar {
        padding: 1.5rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 800px !important;
    }

    /* header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        font-family: system-ui;
        letter-spacing: 0.6px;
        padding-right: 1rem;
        font-weight: 600px;
        font-size: 15px;
    } */

    .carousel-caption {
        font-size: 3rem !important;
    }

        .overview-text {
            margin: 16% 10% 0 0;
        }

        .towerfeatures-text {
            margin: 16% 0% 0 20%;
        }

        .location {
            /* height: 780px; */
            height: 735px;
        }
    
        .aboutgoelgangagroup {
            
            height: 550px;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 45px;
    }

    .overview p,
    .location p {
        font-size: 18px;
        line-height: 33px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        font-size: 45px;
    }

    .contact h6 {
        font-size: 45px;
    }

    .ame-right ul li {
        font-size: 17px;
        padding: 7px 15px 7px 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}


@media only screen and (min-width: 1920px) {
    header .container {
    height: 75px !important;
    }
}
@media only screen and (min-width: 1951px) and (max-width: 2560px) {

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 45px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 19px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 175px !important;
    }

    .overvieww p {
        margin-top: 10px;
        color: #fff;
        line-height: 1.25;
        font-style: oblique;
        font-size: 20px !important;
        letter-spacing: 1.2px;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    #imag {
        margin-top: 90px !important;
        margin-bottom: 0px !important;
        height: auto;
    }
    .aboutgoel-img img {
        /* margin: 25% auto; */
        /* float: left; */
        /* width: 64%; */
        /* width: 10%; */
        /* display: block; */
        /* max-height: 250px; */
        max-height: 250px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .container {
        width: 100%;
        max-width: 2250px !important;
    }

    .navbar {
        padding: 2rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 900px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        font-family: system-ui;
        letter-spacing: 0.6px;
        padding-right: 2rem;
        font-weight: 600px;
        font-size: 20px;
    }

    .carousel-caption {
        font-size: 5rem !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 200px;
        height: 55px;
    }
        
        .overview-text {
            letter-spacing: 1px;
            /* text-align-last: center; */
            /* float: right; */
            padding: 20% 10% 0 10%;
            width: auto ;
            float: none ;
            margin: 0;
        }

        .background-anim-overview {
            position: relative;
            background-image: none;
            background-color: #766529;
        }

        .towerfeatures-text {
            letter-spacing: 1px;
            /* text-align-last: center; */
            /* float: right; */
            padding: 20% 10% 0 25%;
            width: auto ;
            float: none ;
            margin: 0;
        }

        .background-anim-towerfeatures {
            position: relative;
            background-image: none;
            width: 50% !important;
            background-color: #766529;
        }

        .location {
            /* height: 780px; */
            height: 735px;
        }

        .background-anim-location {
            width: 100% !important;
        }
    
        .location-text {
            width: 30%;
            float: left;
            margin: 6% 0 0 5%;
        }

        .owl-carousel .owl-item img {
            display: block;
            max-height: 1000px !important;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 50px;
    }

    .overview p,
    .location p {
        font-size: 25px;
        line-height: 35px;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        /* font-size: 45px; */
        font-size: 55px;
        margin: 5px;
    }

    .contact h6 {
        font-size: 60px;
    }

    .line_box h4, .line_box p {
        font-size: 30px !important;
    }

    .tvar {
        /* width: 1.5em;
        height: 2.5em; */
        font-size: 46px;
        object-fit: contain;
        line-height: 1;
        height: 205px !important;
        width: 105px !important;
        /* border: 2px solid #ad4277; */
        display: flex;
        position: relative;
        border-radius: 100%;
        top: -130px !important;
        margin: 5px auto !important;
        background-color: #fff;
    }

.line_box {
    margin: 40px 0 150px 0 !important;
}

.line_box h4, .line_box p {
    font-size: 35px !important;
}

.main {
    margin-bottom: 50px;
}
    .ame-right ul li {
        font-size: 25px;
        /* font-size: 40px; */
        color: #494516;
        padding: 7px 15px 7px 0;
    }

    .ame-right {
        width: 37%;
        float: right;
        margin: 3% 0% 0% 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    .aboutgoel {

        max-width: 1500px ;
    }


    .aboutgoelgangagroup {
            
        height: 700px;
    }

    .aboutgoelgangagroup h6 {
        margin-top: 150px;
        font-size: 60px;
    }

    .aboutgoelgangagroup p {
        font-size: 30px;
        line-height: 35px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right .icon {
        /* background: url(../images/loc.png) no-repeat; */
        /* font-size: 16px; */
        /* left: 50%; */
        /* margin: 15px 0px 0px 150px; */
        /* padding: 16px 0; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }
}


@media only screen and (min-width: 2561px) and (max-width: 2735px) {

    header .navbar .navbar-nav {
        margin-top: 2.5% !important;
        margin-left: 45px !important;
    }

    header .container {
        max-width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-inline {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center;
        flex-wrap: wrap;
    }

    .textfo, .eqTitle {
        /* display: grid; */
        font-size: 19px !important;
    }

    .textfo {
        padding: 0px 12px !important
    }

    .form-group {
        margin: 0 15px;
        width: 175px !important;
    }


    .owl-two.owl-carousel.owl-theme.fplans .owl-nav {
        display: none;
    }

    /* .owl-carousel.owl-two .item img {
        margin-top: -55px;
    } */

    #imag {
        margin-top: 90px !important;
        margin-bottom: 0px !important;
        height: auto;
    }
    .aboutgoel-img img {
        /* margin: 25% auto; */
        /* float: left; */
        /* width: 64%; */
        /* width: 10%; */
        /* display: block; */
        /* max-height: 250px; */
        max-height: 250px !important;
    }

    .owl-two.owl-carousel.owl-theme.fplans .owl-stage {
        width:100% !important;
        display:flex !important;
    }
    .owl-two.owl-carousel.owl-theme.fplans .owl-stage .owl-item {
        width:100% !important;
        margin-right: 20px;
    }

    .container {
        width: 100%;
        max-width: 2250px !important;
    }

    .navbar {
        padding: 2rem 1rem !important;
    }

    .d-lg-block {
        height: auto;
        max-height: 900px !important;
    }

    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
        font-family: system-ui;
        letter-spacing: 0.6px;
        padding-right: 2rem;
        font-weight: 600px;
        font-size: 20px;
    }

    .carousel-caption {
        font-size: 5rem !important;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 200px;
        height: 55px;
    }
        
        .overview-text {
            letter-spacing: 1px;
            /* text-align-last: center; */
            /* float: right; */
            padding: 20% 10% 0 10%;
            width: auto ;
            float: none ;
            margin: 0;
        }

        .background-anim-overview {
            position: relative;
            background-image: none;
            background-color: #766529;
        }

        .towerfeatures {
            background: url(../images/4.jpg) top right no-repeat;
            width: 100%;
            /* height: 980px; */
            background-repeat: round;
            background-size: contain;
            /* margin-right: -200px; */
            padding-left: 0px !important;
            background-position: right;
        }

        .towerfeatures-text {
            letter-spacing: 1px;
            /* text-align-last: center; */
            /* float: right; */
            padding: 20% 10% 0 25%;
            width: auto ;
            float: none ;
            margin: 0;
        }

        .background-anim-towerfeatures {
            position: relative;
            background-image: none;
            width: 50% !important;
            background-color: #766529;
        }

        .modal-dialog {
            max-width: 550px !important;
            /* max-height: -583px; */
            margin: 1.75rem auto;
        }

        .location {
            /* height: 780px; */
            height: 995px;
            /* height: 735px; */
        }

        .background-anim-location {
            width: 100% !important;
        }
    
        .location-text {
            width: 30%;
            float: left;
            margin: 6% 0 0 5%;
        }

        .owl-carousel .owl-item img {
            display: block;
            max-height: 1000px !important;
        }

    .overview,
    .towerfeatures {
        height: 880px;
    }

    .overview h6,
    .towerfeatures h6,
    .location h6,
    .floorplans h6 {
        font-size: 50px;
    }

    .overview p,
    .location p {
        font-size: 35px;
        line-height: 35px;
        margin: 45px 0 55px 0;
    }

    .towerfeatures li {
        font-size: 18px;
        line-height: 33px;
    }

    .amenities h6 {
        /* font-size: 45px; */
        font-size: 55px;
        margin: 5px;
    }

    .contact h6 {
        font-size: 60px;
    }

    .line_box h4, .line_box p {
        font-size: 30px !important;
    }

    .tvar {
        /* width: 1.5em;
        height: 2.5em; */
        font-size: 46px;
        object-fit: contain;
        line-height: 1;
        height: 205px !important;
        width: 105px !important;
        /* border: 2px solid #ad4277; */
        display: flex;
        position: relative;
        border-radius: 100%;
        top: -130px !important;
        margin: 5px auto !important;
        background-color: #fff;
    }

.line_box {
    margin: 40px 0 150px 0 !important;
}

.line_box h4, .line_box p {
    font-size: 35px !important;
}

.main {
    margin-bottom: 50px;
}
    .ame-right ul li {
        /* font-size: 17px; */
        font-size: 40px;
        color: #494516;
        padding: 7px 15px 7px 0;
    }

    .ame-right {
        width: 37%;
        float: right;
        margin: 3% 0% 0% 0;
    }

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 25px;
        height: 50px;
    }

    .aboutgoel {
        max-width: 1500px ;
    }

    .aboutgoelgangagroup {
        height: 700px;
    }

    .aboutgoelgangagroup h6 {
        margin-top: 150px;
        font-size: 60px;
    }

    .aboutgoelgangagroup p {
        font-size: 30px;
        line-height: 35px;
    }

    /* .location {
        height: 780px;
    } */

    .contact-page {
        max-width: 1100px;
    }

    .footer-left p {
        font-size: 15px;
    }

    /* .footer-right ul li {
        width: 25px;
    } */

    .footer {
        padding: 10px 0;
        height: 85px;
    }

    .contact-page-right h5 {
        font-size: 18px;
        padding: 5px 0 10px;
        /* background: url(../images/loc.png) 75px 0px no-repeat; */
    }

    .contact-page-right p {
        font-size: 15px;
        line-height: 20px;
        margin: 0px 0 15px 0;
    }

    .contact-page-on {
        width: 95%;
    }

    .contact-page-on p {
        font-size: 15px;
    }

    .contact-pop label {
        font-size: 15px;
    }

}