@font-face {
  font-family: "Coconat-Regular";
  src: url('../fonts/Coconat-Regular.otf');
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url('../fonts/Montserrat-Regular.ttf');
}

body { font-family: 'Montserrat-Regular' !important; }

.section-head {
  font-family: 'Coconat-Regular', sans-serif;
}

.section-head2 {
  font-family: 'Coconat-Regular', sans-serif;
}

.subhead {
  font-family: 'Montserrat-Regular' !important;
 }




html {
  font-size: 10px;
}

.secpadding {
  padding: 7rem 0rem;
}

.section-head {
  padding: 0rem 0rem 2rem;
  text-transform: uppercase;
}

.innerAboutus .section-head2 {
  padding: unset !important;
}

.section-head2 {
  padding: 0rem 0rem 2rem;
  text-transform: uppercase;
}

.section-head h1 {
  font-size: 4rem;
  color: #2a3b53;
}

.section-head2 h1 {
  font-size: 4rem;
  color: #fff;
}

hr {
  opacity: 1;
  width: 5rem;
  margin: 2.5rem auto 0rem;
}

.theme-bg {
  background-color: #2a3b53;
  color: #fff !important;
}

/* .banner1 video{
  height: 110vh;
} */
/* ==================== Overview Satrt ====================*/
.overviewpara p {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
}

.countbox h3 {
  font-size: 3rem;
}

.countbox h3 span {
  font-size: 3rem;
}

.countbox span {
  font-size: 2rem;
}

/* ==================== Overview End ====================*/
/* ==================== Midsec Start ====================*/
.innerConfiguration .section-head h1 {
  color: #fff !important;
}

.innerConfiguration .section-head {
  color: #fff !important;
}

.innerConfiguration {
  backdrop-filter: brightness(0.5);

}

#configuration {
  background-image: url(../img/midsec.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.config-card {
  padding: 2rem;
  background: #ffffffb0;
  margin: 0rem 3rem;
  border-radius: .8rem;
}

.innerconfigcard h3 {
  padding: 0 2rem 2rem;
  font-size: 2.5rem;
  color: #2a3b53;
}

.innerconfigcard button {
  padding: 0.7rem 5rem;
  border: .1rem solid #2a3b53;
  font-size: 1.7rem;
  border-radius: .5rem;
  background: #2a3b53;
  color: #fff;
}

.innerconfigcard span {
  color: #2a3b53;
  font-size: 2rem;
}

/* ==================== Midsec End ====================*/
/* ==================== Amenities Start ====================*/
/* .small-img img {
  height: 200px;
}

.big-img img {
  height: 350px;
} */
.small-img,
.big-img {
  border: .1rem solid #C3B493;
}


.marginbottom {
  margin-bottom: 1.5rem;
}

.innerAmenities .subhead span {
  font-size: 1.5rem;
  color: #2a3b53;
 /* font-weight: 600;*/
    line-height: 3rem;
  letter-spacing: 0.1rem;
}

.innerAmenities .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -1%;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

.innerAmenities .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}
.innerAmenities .owl-carousel .owl-nav button.owl-prev:hover{
  background: #fff !important;
  color: #2a3b53 !important;
  border: .1rem solid #2a3b53 !important;
}
.innerAmenities .owl-carousel .owl-nav button.owl-next:hover{
  background: #fff !important;
  color: #2a3b53 !important;
  border: .1rem solid #2a3b53 !important;
}

.zoom-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  background: #fff;
  color: #2a3b53;
  display: flex;
  z-index: 15;
  opacity: 0;
}

.small-img,
.big-img {
  position: relative;
}

.small-img:hover::before,
.big-img:hover:before {
  opacity: 0.8;
}

.small-img:hover .zoom-icon,
.big-img:hover .zoom-icon {
  opacity: 1;
}

.small-img:hover img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img:hover img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.big-img img {
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-img:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #2a3b53;
  border: .2rem solid #fff;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.big-img:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #2a3b53;
  border: .2rem solid #fff;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.big-img img,
.small-img img {
  position: relative;
}

/* .big-img::after {
  content: "Sample Flat Image";
  bottom: 1.5%;
  position: absolute;
  font-size: 1rem;
  right: 3%;
  color: #fff;
} */
/* 
.small-img::after {
  content: "Sample Flat Image";
  bottom: 1.5%;
  position: absolute;
  font-size: 1rem;
  right: 3%;
  color: #fff;
} */

.innerFloorPlan .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #2a3b53 !important;
  border: 1px solid #2a3b53 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.innerFloorPlan .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #2a3b53 !important;
  border: 1px solid #2a3b53 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.innerFloorPlan .owl-carousel .owl-nav .owl-next:hover{
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #2a3b53 !important;
}
.innerFloorPlan .owl-carousel .owl-nav .owl-prev:hover{
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: #2a3b53 !important;
}

/* ==================== Amenities End ====================*/

/* ==================== Floorplan Start ==================== */


#floorplan .nav-item {
  padding: 1rem;
  width: 17%;
  text-align: center;
}

#floorplan .nav-link {
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 3rem !important;
}


#floorplan .nav-link.active {
  background: #fff !important;
  color: #000 !important;
}

.ametab {
  cursor: pointer;
}

#floorplan .gelbox {
  display: none;
}

#floorplan .gelbox.active {
  display: block;
}

.fimg-blurimg {
  filter: blur(14px);
}

#floorplan {
  position: relative;
}

.ameelementimgup {
  position: absolute;
  top: -25px;
  right: 20%;
}

.floor-gallery {
  border: 2px solid #C3B493;
  overflow: hidden;
}

.floor-gallery .overlay {
  position: absolute;
  top: 45%;
  transform: translate(-50%);
  left: 50%;
  z-index: 99;

}

.floor-gallery:hover:before {
  opacity: 0.8;
}

.floor-gallery:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #2a3b53;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.floor-gallery .theme-btn {
  position: relative;
  border: 0;
  text-decoration: none;
  color: #fff;
  background-color: #2a3b53;
  display: inline-block;
  padding: 8px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ffffff30;
}
.floor-gallery .theme-btn:hover{
  border: .1rem solid #fff;
}

/* .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
    border-radius: 50%;
} */

#customers-testimonials .owl-nav .owl-next{
  color: #2a3b53 !important;
  background-color: #fff !important;
  border: 1px solid #2a3b53 !important;
}
#customers-testimonials .owl-nav .owl-prev{
  color: #2a3b53 !important;
  background-color: #fff !important;
  border: 1px solid #2a3b53 !important;
}
#customers-testimonials .owl-nav .owl-next:hover{
  color: #fff !important;
  background-color: #2a3b53 !important;
  border: 1px solid #fff !important;
}
#customers-testimonials .owl-nav .owl-prev:hover{
  color: #fff !important;
  background-color: #2a3b53 !important;
  border: 1px solid #fff !important;
}
.owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #fff !important;
  background-color: #2a3b53 !important;
  border: 1px solid #2a3b53 !important;
  opacity: 1 !important;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  padding: 10px !important;
  color: #fff !important;
  background-color: #2a3b53 !important;
  border: 1px solid #2a3b53 !important;
  opacity: 1 !important;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* ==================== Floorplan End ==================== */

/* ======= Location Start ========= */
.innerLocation .accordion-item {
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #2a3b53;
}

.innerLocation .accordion-button[aria-expanded="true"] {
  background-color: #2a3b53 !important;
  border-top-left-radius: 0.9rem;
  color: #fff !important;
  border-top-right-radius: 0.9rem;
}

.innerLocation .accordion-button:focus {
  box-shadow: none !important;
  border-bottom: 0.1rem solid #2a3b53 !important;
}

.innerLocation .accordion-button:not(.collapsed)::after {
  background-image: url(../img/White-arrow-in.png);
  filter: invert(0);
  transform: rotate(360deg);
  transition: all .3s ease-in-out;
}

#location li {
  position: relative;
}

#location .subhead span {
  font-size: 1.5rem;
  color: #2a3b53;
      line-height: 3rem;
    letter-spacing: 0.1rem;
}

.locationtime {
  position: absolute;
  right: 1%;
  top: 0px;
  font-weight: var(--font-weight-700);
}

.innerLocation .accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  transform: rotate(90deg);
  background-image: url(../img/Blue-arrow-in.png);
  /* filter: invert(1); */
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  transition: all .3s ease-in-out;
}

.innerLocation button.accordion-button {
  color: #2a3b53 !important;
  font-size: 1.7rem;
}

.innerLocation .accordion-item {
  background: transparent !important;
}

.innerLocation .accordion-button {
  background: transparent !important;
}

.innerLocation .accordion-body p {
  color: #2a3b53;
}

.innerLocation h2 {
  font-size: 4rem;
  color: #2a3b53;
}

.dmcontent {
  width: 100%;
}

.dmcontent p {
  font-size: 1.5rem;
}

.dmcontent ul {
  font-size: 1.3rem;
  text-align: justify;
}

#accordionExample2 {
  width: 100%;
}

/* ======= Location End ========= */
/* ======= Aboutus Start ========= */
/* .innerAboutus {
  backdrop-filter: brightness(0.2);

}

#aboutus {
  background-image: url(../img/contactus.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} */
#advantagebtn .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: -10% !important;
  right: 40% !important;
  top: unset !important;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

#advantagebtn .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: -10% !important;
  left: 40% !important;
  top: unset !important;
  transform: translate(50%, -50%);
  font-size: 2.5rem;
  border-radius: 50%;
}

#aboutus {
  background: #2a3b53;
}

.fontsizeul {
  display: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 14px;
}

.more-text {
  display: none;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 14px;
}

.moreLess {
  display: inline-block;
  padding: 0px 0 0 22px;
  color: #2a3b53;
  font-size: 17px;
  font-weight: bold;
  width: auto;
  position: relative;
  top: 5px;
  cursor: pointer;
}

.innerAboutus .subhead span {
  font-size: 2rem;
  color: #fff;
 /* font-weight: 600;*/
      line-height: 3rem;
    letter-spacing: 0.1rem;
}

.aboutpara p {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.innerAboutus hr {
  opacity: 1;
  width: 5rem;
  margin: 2.5rem auto;
  color: #fff;
}

/* ======= Aboutus End ========= */
/* ======= Advantage Start ========= */
#advantage {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/midsec.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: brightness(0.2);

}

#advantage hr {
  color: #fff !important;
}

.advantagepara p {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.advan-card {
  padding: 2rem;
  background: #2a3b53;
  margin: 0rem 3rem;
  border-radius: .8rem;
  color: #fff;
  height: 100%;
  transition: all .3s ease-in-out;
}

.advan-card:hover {
  /* transform: translateY(-1.5rem); */
  transition: all .3s ease-in-out;
  box-shadow: rgba(199, 199, 199, 0.24) 0px 3px 8px;
}

.advan-card p {
  font-size: 1.1rem;
}

.inneradvancard h3 {
  padding: 0 0 2rem 0rem;
  font-size: 2rem;
  color: #fff;
}

.partnerlink {
  font-size: 1.8rem;
}

#customers-testimonials .item {
  background: #ffffffbc;
  border: .2rem solid #2a3b53;
  border-radius: 2rem;
  height: 38rem !important;

}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0 0 1.7rem 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 1.4rem;
}
#customers-testimonials .shadow-effect ul{
  font-family: inherit;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0 0 1.7rem 0;
  font-weight: 300;
  /* height: 146px; */
  padding-top: 1.4rem;
}

.testimonial-name {
  /* margin: -43px auto 0; */
  /* display: table; */
  /* width: auto; */
  /* background: #2a3b53; */
  /* padding: 9px 35px; */
  /* border-radius: 12px; */
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #2a3b53;
  /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
}

#customers-testimonials .item {
  text-align: center;
  padding: 24px;
  margin-bottom: 8px;
  /* opacity: .2; */
  /* -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(1, 0.8, 1); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

/* .owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, */
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: none;
}

#customers-testimonials .owl-nav {
  position: absolute;
  bottom: -25px;
  /* Moves arrows below the carousel */
  left: 50%;
  transform: translateX(-50%);
  /* Centers the arrows horizontally */
  display: flex;
  gap: 0px;
  /* Space between left and right arrows */
}

#customers-testimonials .owl-prev,
.owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

#customers-testimonials .owl-prev,
.owl-prev {
  position: absolute;
  bottom: -40px;
  /* Moves arrows below the carousel */
  right: 50%;
  transform: translateX(-50%);
  /* Centers the arrows horizontally */
  display: flex;
  gap: 0px;
  /* Space between left and right arrows */
}


#customers-testimonials .owl-prev,
.owl-prev {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}


#customers-testimonials .owl-prev:hover,
.owl-next:hover {
  background: black;
}

/* Removes extra positioning */
#customers-testimonials .owl-prev {
  position: static;
}

#customers-testimonials .owl-next {
  position: static;
  border-radius: 50%;
  font-size: 20px;
}

/* #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
} */
.innertestimonials {
  padding: 5rem 0rem;
}

.innerdev {
  padding: 5rem 0rem;
  background: #f5f5f5;
}

.dev {
  font-size: 15px;
}

/* ======= Advantage End ========= */
/* ======= Contact Us Start ========= */
.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 20px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
  bottom: unset;
}
.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}
.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 20px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #000;
  z-index: 9;
  left: -5px;
  bottom: unset;
}
.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.innerContactus .subhead span {
  font-size: 1.5rem;
  color: #2a3b53;
  /*font-weight: 600;*/
      line-height: 3rem;
    letter-spacing: 0.1rem;
}

.form-control {
  font-size: 1.3rem;
  padding: 1.3rem 2.7rem;
  width: 100% !important;
  border-radius: 0px;
}

.btn-1::before,
.btn-1::after {
  position: absolute;
  content: "";
}

.radiophone {
  width: 1.5rem;
  height: 1.5rem;
}

.contactcheckbox {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-holder {
  position: relative;
}

.btn {
  border: none;
  cursor: pointer;
  min-width: 150px;
  padding: 0px;
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  transition: 0.3s;
}

.hover-filled-slide-right i {
  padding-right: 32px;
}

.hover-filled-slide-right i::after {
  content: "";
  position: absolute;
  content: "";
  width: 1px;
  background: #fff;
  height: 100%;
  top: 0;
  left: 35%;
}

.btn-1::before {
  background-color: rgb(42 59 83);
  transition: 0.3s ease-out;
}

.btn-1 span {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(42 59 83);
  transition: 0.2s 0.1s;
}

.btn-1 span:hover {
  color: rgb(42 59 83);
  transition: 0.2s 0.1s;
}

.btn.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}

.btn.hover-filled-slide-right:hover i::after {
  background: #000;
}

.rediabtn {
  margin-left: 5px;
  margin-right: 20px;
}

/* ======= Contact Us End ========= */
.iti__flag-container {
  z-index: 89;
}

.copyrighttext {
  font-size: 1.3rem;
}

.mahareralink {
  font-size: 1.4rem;
}

.innerfooter {
  background: #2a3b53;
  color: #fff !important;
}

.ddis {
  font-size: 1.2rem;
}

.siteaddress h3 {
  font-size: 2.5rem;
}

.para {
  font-size: 1.5rem;
}

.copyright-bar {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DBDBDB;
}

/* ======= Modal ======== */
/* ========================== Popup Form Start ========================== */
button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border-radius: 0px;
}

/*#price .input-group input::placeholder { color: #ffffffb5; }*/
#price .input-group {
  padding: 5px 0px;
  margin: 10px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
}

#price .modal-body {
  border-style: double;
  border-color: #fff;
  color: #fff;
}

/*#price .btn-close { filter: invert(1); }*/
button#submitf {
  background: #fff;
  color: #000;
  border: 1px solid #2a3b53;
  border-radius: 0px;
}

label.error {
  color: red !important;
  position: absolute;
  bottom: -1.3rem;
  left: .5rem;
}

#price .iti__country-list {
  background-color: #000 !important;
  color: #000 !important;
  z-index: 999;
}

/* ========================== Popup Form End ========================== */

.float {
  position: fixed;
  z-index: 9;
  bottom: 6.5rem;
  right: 2.5%;
  border: .1rem solid #fff;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}
.navbar-expand-lg .navbar-nav {
  align-items: center !important;
}
.inquireButtonaa {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1.5px solid;
  width: 100%;
  padding: 10px;
  z-index: 99;
  background-color: #2a3b53;
  color: #fff !important;
  border-radius: 0;
}

.innerbtn {
  color: #fff;
  text-align: center;
}

.innerbtn button {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.innerbtn button a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.mutecard{
  position: absolute;
  bottom: 5%;
  right: 3%;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a3b53 !important;
  cursor: pointer;
}
.muteicon{
  font-size: 2rem;
}
