@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;font-weight: 700;}
* {
  margin: 0;
  padding: 0;
}
:root {
  --yellow: #1383a5;
  --blueish: #144b8e;
  --bg-gray: #eeeeee;
  --text-gray: #555;
  --sec_head: #d7d7d7;
}
body {
  border-collapse: collapse;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
label {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  color: #333;
  margin: 0;
}
.form-control {
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.form-group {
  position: relative;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
figure {
  margin: 0;
}
#contact figure h1{
  font-size: 24px;
}
button,
.btn {
  border-radius: 0;
  position: relative;
  border: none !important;
  box-shadow: none !important;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
}
.btn_yellow {
  background-color: var(--blueish);
  padding: 10px 25px;
  font-weight: 500;
  height: 50px;
  color: #fff !important;
}
.btn_dark {
  background-color: #333;
  padding: 10px 25px;
  font-weight: 500;
  height: 50px;
  color: #fff !important;
}
button:before,
.btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
button:hover:before,
.btn:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  opacity: 1;
}

.amenity.high {
  background: #f4b86f;
  color: #2f2b48;
  padding: 10px;
  border-radius: 17px;
  margin-top: 10px !important;
}

button .arrow {
  margin-left: 5px;
  max-width: 20px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
button:hover .arrow {
  margin-left: 10px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
button.arrow_btn {
  padding-right: 50px;
}
button.arrow_btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.my_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.navbar {
  padding: 0;
}
.container {
  max-width: 95% !important;
}
.navbar-brand {
  padding: 0;
}
.mb_30 {
  margin-bottom: 30px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.header {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 9;
  padding: 15px 0;
  z-index: 99;
  transition: all 200ms ease-in-out;
  /*background-color:rgba(255, 255, 255, .15);*/
  border-radius: 10px;
}
.header.active {
  padding: 10px 0;
  
  background-color:rgba(50, 54, 132, .80);
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.header .container {
  position: relative;
  padding: 0 15px;
}
img.google-partner {
  width: 25px;
}
img.img-fluid.new-patch {
  width: 29%;
  position: absolute;
  right: -11px;
  bottom: -11px;
}
.header .navbar-collapse {
  justify-content: center;
  margin-left: 90px;
}
.header .navbar-brand {
  position: absolute;
  top: -10px;
  left: 15px;
  max-width: 100%;
}
.header .navbar-brand img {
  max-width:16%;
}
.header .brochure {
  background-color: #fff;
  padding: 7px 25px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
  color: #201e53 !important;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header .nav-link {
  color: #fff;
  font-size: 15px;
}
.header .navbar-collapse .nav-link {
  position: relative;
  padding: 0;
}
.header .navbar-collapse .nav-link:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  width: 0;
  background-color: #fff;
  bottom: 0px;
  transition: all 400ms ease-in-out;
}
.header .navbar-collapse .nav-link:hover:before {
  width: 50%;
}
.header .navbar-collapse li.active .nav-link:before {
  width: 50%;
}
.header .navbar-collapse li.active .nav-link:after {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
}
.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 25px;
}
.header.active .navbar-brand {
      max-width: 35%;
    padding-top: 3px;
}
.header .navbar-toggler {
  margin-left: auto;
}
#banner_carousel{overflow:hidden; height:100%; width:100%;}
#banner_carousel div{height:100%;}
#banner_carousel img{height:100%; object-fit: cover; width: 100%;}
#banner_carousel .carousel_btns{
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  z-index: 3;
}
#banner_carousel .carousel-control-prev,
#banner_carousel .carousel-control-next{
  position: relative;
    top: unset;
    margin-top: unset;
    right: unset;
    left: unset;
    flex: 1;
    background-color:rgba(255,255,255, .15);
    padding: 10px;
    height: 100px;
    width: 70px;
    opacity:1;
    /* flex:0 0 50%; */
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 20px;
    border: 1px solid rgba(255,255,255, .10)!important;
    color: #fff;
}
.banner_section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  /* padding-top: 90px; */
}
.banner_section:before{position: absolute;width: 100%;height: 100%;background-color: rgba(0,0,0,.8);content: "";top: 0;bottom: 0;left: 0;right: 0;z-index: 2;}
.banner_section .banner_outer{position: absolute; left: 50%; width: 100%;top: 50%;transform: translate(-50%,-50%);z-index: 3;}
.banner_section .banner_outer .col-sm-6{align-self: center;}
.padd60{padding:80px 0;}
.banner_section .banner_outer .banner_content h6{color: #fff;border-radius: 7px;display:block;margin-bottom: 20px;font-weight: 600;text-transform: uppercase;font-size: 18px;}
.banner_section .banner_outer .banner_content h2{color: #fff;font-weight: 700;font-size:34px;line-height:52px;margin-bottom: 30px;}
.banner_section .banner_outer .banner_content p{margin-bottom:20px;color: #fff;font-size:20px;font-weight: 500;line-height: 34px;}
.banner_section .banner_outer .banner_content span{color: #fff;margin-bottom:30px;display: block;font-size: 20px;font-weight: 500;}
.banner_section .banner_outer .banner_content small{color: #fff;display: block;margin-bottom:20px;}
.banner_section .banner_outer .banner_content strong{background:#e4763e;padding: 10px 15px;color:#fff;margin:30px 0 40px;display: block;font-size: 20px;width:45%;}
.banner_section .banner_outer .banner_content a.ctabtn{padding: 10px 40px 12px;font-size: 18px;font-weight: 500;border: 1px solid #fff;color: #fff;border-radius: 30px;}
.frmrgt .empowerfrm{border-radius: 10px;padding: 30px;background-color: rgba(255,255,255,1);
box-shadow: -1px 1px 5px 0px rgb(0 0 0 / 35%);width: 480px;margin: 0 auto;}
.frmrgt .empowerfrm input {border:1px solid #e2e2e2;padding: 6px 15px;border-radius: 30px;color: #333;height: 42px;width: 100%;margin-bottom: 25px;font-size: 14px;}
.frmrgt .empowerfrm textarea {border:1px solid #e2e2e2;padding: 6px 15px;border-radius:20px;height: 100px;color: #333;width: 100%;margin-bottom: 25px;font-size: 14px;}
.frmrgt .empowerfrm input[type="submit"] {cursor: pointer;background: #e4763e;width: 100%;height: auto;
color: #fff;text-transform: uppercase;border-color: #e4763e;margin: 0;border-radius: 30px;padding: 10px 30px;font-weight:600;}
.frmrgt .empowerfrm input[type="submit"]:hover{background: #222055;border-color: #222055;}
.frmrgt .empowerfrm h3{position: relative;padding-bottom:15px;margin-bottom:25px;font-weight: 700;}
.frmrgt .empowerfrm h3:after{position: absolute;bottom: 0;left: 0;background-color: #e4763e;width: 50px;height: 4px;content: "";bottom: 0;}
.banner_section .banner_content {
  z-index: 9;
  padding: 40px;
  position: relative;
  max-width:100%;
  margin-bottom: 17px;
}
/* .banner_section .banner_content:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 35%;
  background-color: rgb(0 0 0 / 40%);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
} */
/* .banner_section .container {
  max-width: 97.5% !important;
  padding-right: 0;
  margin-right: 0;
} */
.banner_section .left_col {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-right: 0;
}
.banner_slider,
.banner_slider div {
  height: 100%;
}
.banner_section .banner_slider {
  position: relative;
}
.banner_section .banner_slider .item {
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
}
.banner_slider .item img {
  height: 100%;
  object-fit: cover;
  min-height: calc(95vh - 90px);
}
.banner_section .location {
  font-size: 20px;
  margin-bottom: 10px;
}
.banner_section .project_logo {
  font-size: 45px;
  text-transform: uppercase;
  text-shadow: 0 4px 20px rgba(0 0 0 / 30%);
  color: #fff;

}
.banner_section .price {
  font-size: 22px;
  margin-top: 5px;
}
.banner_section .price span {
  font-size: 40px;
}
.banner_section .amenity {
  font-size: 20px;
  margin-top: 5px;
}
.banner_section .call {
  margin: 35px 0 20px;
  display: inline-block;
}
.banner_section .call a {
  background-color: #fff;
  color: #333;
  padding: 10px 20px 10px 50px;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.banner_section .call .fa {
  background-color:#2f2b48;
  color: #fff;
  padding: 2px 4px;
  font-size: 26px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 15px);
  left: 5px;
}
.banner_section .call img{max-width:20px; filter:invert(1)}
.banner_section .form {
  margin-top: 50px;
}
.banner_section .form .animated_form {
  background-color: var(--blueish);
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.banner_section .form .form-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.banner_section .content,
.banner_section .form {
  max-width: 100%;
  flex: 0 0 100%;
  color: #fff;
  position: relative;
}
.banner_section .content{
  max-width: 45%;
  background-color:rgba(47, 43, 72, .80);
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 30px 40px;
}
.banner_section .form_heading {
  margin-top: -50px;
  font-size: 18px;
  background-color: #fff;
  padding: 8px 25px;
  max-width: max-content;
  color: #333;
  box-shadow: 2px -3px 10px rgb(0 0 0 / 10%);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.banner_section .animated_form .form-group,
.banner_section .animated_form input.btn {
  max-width: calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  margin: 0;
  margin: 0 5px;
}
.banner_section .animated_form input.btn {
  max-width: calc(15% - 10px);
  flex: 0 0 calc(15% - 10px);
  background-color: #f4b86f;
  color: #2f2b48;
  font-weight:600;
}
.banner_section .animated_form .comment_group {
  max-width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
}
.banner_section .swiper-button-prev,
.banner_section .swiper-button-next {
  position: relative;
  top: unset;
  margin-top: unset;
  right: unset;
  left: unset;
  flex: 1;
  background-color: rgb(20 75 142 / 90%);
  padding: 10px;
  height: 100px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  font-size: 20px;
  border: 1px solid #3174c5;
  color: #fff;
}
.banner_section .swiper-button-prev img,
.banner_section .swiper-button-next img {
  filter: invert(1);
  max-width: 20px;
  height: auto;
}
.banner_section .nav_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.gallery-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  background-color: #333;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 100%;
  width: 70%;
  margin: 0;
  margin-left: auto;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 30%;
}
.gallery-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border: 2px solid var(--blueish);
}
.gallery-top {
  float: right;
  width: 100%;
  position: relative;
}
.gallery-top:before {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  border: 80px solid rgb(0 0 0 / 22%);
  border-radius: 100%;
  z-index: 9;
  right: 0;
  bottom: -60px;
}
.gallery-thumbs {
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: rgb(0 0 0 / 80%);
  padding: 10px;
  padding-top: 100px;
}
.animated_form .form-head {
  max-width: 100%;
  flex: 0 0 100%;
}
.animated_form .form-group {
  max-width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
.animated_form .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.animated_form .focused .form-label {
  transform: translateY(-34px);
  font-size: 0.75em;
  background-color: #333;
  left: 5px;
  color: #fff;
  padding: 1px 5px;
}
.animated_form .form-input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  border-radius: 5px;
}
.animated_form input.btn {
  background-color:#e4763e;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}
.about_section {
  position: relative;
}
.about_section .left_col {
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0;
  padding: 0;
  z-index: 1;
  border-top-right-radius: 40px;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  flex: 0 0 40%;
  max-width: 40%;
  box-shadow: 5px 10px 50px rgb(0 0 0 / 15%);
  height: calc(100% + 50px);
}
.about_section .left_col figure {
  height: 100%;
}
.about_section .left_col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about_section .right_col {
  margin-left: auto;
  position: relative;
  flex: 0 0 55%;
  max-width: 55%;
}
.about_section .right_col .content {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about_section .heading {
  font-size: 40px;
  color: var(--blueish);
  text-shadow: 4px 4px 8px rgb(0 0 0 / 15%);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about_section .location {
  font-size: 18px;
  color: var(--text-gray);
  margin-top: 10px;
  margin-bottom: 15px;
}
.about_section .right_col .content button {
  margin-top: 30px;
}
.highlights_section {
  position: relative;
}
.highlights_section{background: #f5f5f5;}
.highlights_section .left_col {
  display: flex;
  align-items: center;
}
.highlights_section .left_col .content {
  width: 100%;
}
.highlights_section .container {
  z-index: 1;
  position: relative;
}
.highlights_section .left_col li {
  position: relative;
  margin-bottom: 8px;
}
.header.active .navbar-brand img{max-width:26%;}
.highlights_section .benifitbx{padding:30px;border-radius: 10px;background-color: #fff;box-shadow: 0 1rem 3rem rgba(0,0,0,.15)!important;min-height: 330px;}
.highlights_section .benifitbx .topbensec{display: flex;justify-content: space-between;align-items: center;margin-bottom: 25px;}
.highlights_section .benifitbx .topbensec .icnservbx{width:100px;height:100px;margin-right: 20px;line-height:100px;background: #fff;border-radius: 100%;box-shadow: 0 1rem 3rem rgba(0,0,0,.15)!important;text-align: center;}
.highlights_section .benifitbx .topbensec .tlesec{width:68%;}
.highlights_section .benifitbx .topbensec .tlesec h4{margin-bottom: 0;color: #222055;font-size: 22px;line-height: 26px;} 
.highlights_section .benifitbx .btmbensec{clear: both;width: 100%;}
.highlights_section .benifitbx .btmbensec{min-height: 130px;}
.highlights_section .benifitbx .btmbensec p{font-size: 15px;line-height: 24px;margin-bottom: 0;}
.highlights_section .benifitbx .icnservbx img{max-width: 60%;}
.highlights_section .left_col li span {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  background-color: var(--blueish);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.highlights_section .right_col {
  position: relative;
}
.highlights_section .right_col:before {
  position: absolute;
  content: "";
  height: calc(100% + 100px);
  width: 40%;
  background-color: var(--blueish);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highlights_section .left_col ul {
  margin-top: 50px;
}
.highlights_section .right_col .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.highlights_section .right_col figure {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  /* box-shadow: -5px 10px 50px rgb(0 0 0 / 15%); */
  height: 100%;
}
.highlights_section .right_col img {
  height: 100%;
  object-fit: cover;
  /* width: 100%; */
}
.amenities_section {
  background:#fff;
  padding-bottom:50px;
  position: relative;
}
.amenities_section .custom_heading {
  color: #323684;
}
.amenities_section .col-sm-4{text-align: center;}
.amenities_section .col-sm-4 .servbx{position: relative;min-height:345px;background: rgba(255,255,255,.05);padding: 30px;border-radius: 7px;}
.amenities_section .servbx{margin-bottom:40px;}
.amenities_section .servbx .servicn{width:100px;height:100px;line-height:100px;margin:0 auto 25px;display: table;background-color: #fff;border-radius: 100%;}
.amenities_section .servbx .servicn img{max-width:65%;}
.amenities_section .servbx h5{position: relative;padding-bottom:20px;margin-bottom:25px;color: #fff;}
.amenities_section .servbx h5:before{position: absolute;bottom: 0;left: 0;right: 0;content: "";background: #fff;width: 50px;height: 3px;margin: 0 auto;}
.amenities_section .servbx p{color: #fff;line-height: 28px;padding: 0 30px;}
.amenities_section .row{justify-content: center;}
.amenities_section .amenities_content {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
    z-index: 1;
}
.amenities_section .box {
  height: 343px;
  position: relative;
  margin:15px 0;
}
.amenities_section .box figure {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.amenities_section .box img {
  width: 100%;
}
.amenities_section .box .bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
.amenities_section .box .count {
  font-size: 50px;
  color: #cfcfcf;
  display: none;
}
.amenities_section .box .title {
  color: #333;
  font-size: 18px;
  margin: 0px 10px 10px 0;
  font-weight: 600;
  line-height: 26px;
  background-color:rgba(244, 184, 111, .8);
  padding: 10px 15px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.price_section {
  padding: 60px 0;
  position: relative;
}
.price_section .container {
  position: relative;
  z-index: 9;
}
.price_section .section_heading {
  text-align: left;
}
.price_section .box {
  background-color: rgb(20 75 142 / 60%);
  box-shadow: 2px 2px 35px rgb(0 0 0 / 12%);
  text-align: left;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.price_section .box:before {
  position: absolute;
  content: "";
  top: -80px;
  right: -70px;
  height: 300px;
  width: 300px;
  border: 50px solid rgba(255 255 255 / 15%);
  display: block;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
}
.price_section .box:hover:before {
  right: -90px;
  top: -50px;
  border: 50px solid rgba(255 255 255 / 30%);
}
.price_section .box .content {
  position: relative;
}
.price_section .box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.price_section .box span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--blueish);
  font-weight: 500;
}
.price_section .box .size,
.price_section .box .price {
  margin-bottom: 20px;
  font-size: 22px;
}
.price_section .box button {
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.floor_plan_section {
  position: relative;
  background-color:#f5f5f5;
}
.floor_plan_section  .row{justify-content: center;}
.floor_plan_section{padding-bottom:50px;}
.floor_plan_section .aliescar .alilogwrap{margin-bottom: 25px;}
.floor_plan_section .section_heading {
  position: relative;
  z-index: 1;
}
.floor_plan_section .floor_content {
  margin-top: 40px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.floor_plan_section .floor_content .box {
  box-shadow: 5px 5px 30px rgb(0 0 0 / 6%);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.floor_plan_section .floor_content .box img {
  width: 100%;
  cursor: zoom-in;
  filter: blur(2px);
}
.gallery_section {
  background-color: #fff;
  padding-bottom: 120px;
}
.gallery_section .floor_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery_section .floor_content .item {
  position: relative;
  transition: all 300ms ease-in-out;
  border: 2px solid #fff;
  max-width: 25%;
  flex: 0 0 25%;
  overflow: hidden;
}
.gallery_section .floor_content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
  cursor: zoom-in;
}
.gallery_section .floor_content .item:hover img {
  transform: scale(1.1);
}
.query_section {
  background: var(--blueish);
}
.query_section .container {
  max-width: 60% !important;
  padding: 20px;
}
.query_section .animated_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.query_section .row {
  position: relative;
}
.query_section .left_col {
  padding: 40px;
  max-width: 70%;
  flex: 0 0 70%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% + 100px);
  box-shadow: 0 -5px 40px rgb(0 0 0 / 10%);
}
.query_section .left_col .form_heading {
  margin-bottom: 20px;
  font-size: 20px;
}
.query_section .right_col {
  color: #fff;
  background: #12121266;
  padding: 20px;
  display: flex;
  align-items: center;
  max-width: 30%;
  flex: 0 0 30%;
  margin-left: auto;
}
.query_section .right_col .mobile {
  font-size: 20px;
  color: #fff !important;
  font-weight: 600;
  margin-top: 15px;
  display: flow-root;
}
footer {
  background-color:#222055;
  padding:10px 0;
}
footer p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: auto;
}
footer p:not(:last-child) {
  margin-bottom: 5px;
}
footer p a {
  color: rgba(244, 184, 111, 1) !important;
}
footer p a:hover{text-decoration: underline !important;}
.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.modal .left_col {
  background-color: #ebe5db;
  display: flex;
  align-items: center;
}
.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}
.modal .left_col .content {
  width: 100%;
  text-align: center;
}

.modal .left_col .content h1{
  font-size: 30px;
  margin-bottom: 12px;

}

.modal .left_col img {
  margin-bottom: 15px;
}
.modal .left_col .typo {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal .left_col .price {
  font-size:18px;
  background:#f4b86f;
  color: #2f2b48!important;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;

}
.modal .right_col .form_heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal .right_col .form-input {
  height: 46px;
}
.mobile-section {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  box-shadow: 0 -3px 15px rgb(0 0 0 / 10%);
}
.mobile-section .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-section .btn:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #333;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  left: unset;
}
.custom_heading {
  display:table;
  margin: 0 auto 70px;
  position: relative;
  text-transform: uppercase;
  font-size:36px;
  padding-bottom:10px;
  color: #323684;
}
.custom_heading .bottom {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.custom_heading .bottom i {
  height: 13px;
  width: 13px;
  background-color: #e4763e;
  display: block;
  border-radius: 100%;
  border: 3px solid #fff;
}
.custom_heading:before {
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 60%;
  background-color:#e2e2e2;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.modal .close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 9;
}


footer .message{display:-webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical;}
footer .message.full{display:unset; text-overflow: unset; -webkit-line-break: unset; overflow: auto; -webkit-box-orient: unset;}
footer .read_more{text-decoration: underline; color: #ffdc73; cursor: pointer;}
.modal-content .left_col{padding: 0;position: relative;}
.modal-content .left_col:before{position: absolute;left: 0;right: 0;width: 100%;height: 100%;top: 0;bottom: 0;background-color: rgba(47, 43, 72, .80);content: "";}
.modal-content .left_col img{max-width: 100%;height: 100%;object-fit: cover;margin: 0;}
.modal-content .left_col .content{position: absolute;left: 0;right: 0;margin: 0 auto;width: 90%;}
.modal-content .left_col .content h1{color: #fff;margin-bottom: 15px;text-transform: uppercase;}
.modal-content .left_col .content h4{color: #fff;margin-bottom: 15px;}
.about_section p{margin-bottom: 20px;}
.about_section .accbox{padding: 25px 10px;background-color:#323684;text-align: center;min-height:240px;}
.about_section .accbox .accicn{width:100px;height:100px;line-height:100px;background-color: #fff;border-radius: 100%;margin:0 auto 30px;display: table;}
.about_section .accbox .accicn img{max-width:60%;}
.about_section .accbox h3{color: #fff;font-weight:700;margin-bottom: 15px;font-size: 36px;}
.about_section .accbox h6{color: #fff;font-weight:500;font-size: 15px;margin-bottom:5px;line-height:26px;}
.about_section .col-sm-2{padding: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width:20%;}
.about_section .row{margin: 0 0 30px 0;}
.about_section .col-sm-2:nth-child(even) .accbox{background-color:#e4763e;}
.floor_content h4{PADDING: 14px 15px;text-align: center;background-color: #2f2b48;color: #fff;font-weight: 400;font-size: 18px;}
.floor_content .box{overflow: hidden;position: relative;}
.floor_content .box:hover span.enqbtn{background: rgba(0,0,0,.7); top: 50%;-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;padding: 10px 15px;color: #fff;}
.floor_content .box span.enqbtn{    text-transform: uppercase;
    border: 0.1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
    .modal-open{padding-right: 0 !important;}

    .right_col .content{overflow: hidden;position: relative;}
.right_col .content:hover span.enqbtn{background: rgba(0,0,0,.7); top: 50%;-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;padding: 10px 15px;color: #fff;}
.right_col .content a{display: block;width: 100%;height: 100%;}
.right_col .content span.enqbtn{    text-transform: uppercase;cursor: pointer;
    border: 0.1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}
    .modal-open{padding-right: 0 !important;}
.header .navbar-collapse .active .nav-link{color:#fff;} 
.contactflipbtn {
    position: fixed;
    right: -3px;
    top: 45%;
    width: 53px;
    z-index: 999;
}
.contactflipbtn a i{margin-right:15px;}
.contactflipbtn a {background:#de204d;color: #fff;                                  
    -webkit-transform-origin: 51px 51px 0;
    -moz-transform-origin: 51px 51px 0;
    transform-origin: 51px 51px 0;
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 10px 10px 10px;
    width: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight:700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
}
.floatingform.active {
    right: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.floatingform h4 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 30px 20px 20px;
}
.floatingform .form-group {
    position: relative;
    margin: 30px 20px 20px;
}
.floatingform .form-control {
    height: 50px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff !important;
    border-radius: 0;
    padding-left:20px;
    font-size: 16px;
    font-weight: 400;
}
.floatingform .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  opacity: 1; /* Firefox */
}

.floatingform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
}

.floatingform .form-control::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px;
}
.floatingform input[type="submit"] {
    background: #de204d;
    color: #fff;
    height: 50px;
    font-size: 18px;
    font-weight:600;
    border: none;
    width: 100%;
}
.floatingform {
    background: rgba(32,30,83,.9);
    width: 20%;
    position: fixed;
    right: -450px;
    width: 380px;
    top:10%;
    z-index: 999;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.floatingform .form-control::-webkit-input-placeholder { /* Edge */
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}

.floatingform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}

.floatingform .form-control::placeholder {
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}
.floatingform textarea::-webkit-input-placeholder { /* Edge */
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}

.floatingform textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}

.floatingform textarea::placeholder {
color: #fff;opacity:1;font-weight:500;font-size: 17px;
}
.floatingform textarea {width: 100%;height: 100px;border: 1px solid #fff;font-size: 16px;padding: 15px;font-weight: 400;color: #fff;background: transparent;text-align: left;}
.floatingform .close i{font-size: 15px;}
.floatingform .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    border-radius: 100%;border: 1px solid #de204d;width:30px;height:30px;background: #de204d;text-align: center;line-height:20px;
}
.aliescar .alilogwrap{border: 1px solid #e2e2e2;background: #fff;border-radius: 7px;height:140px;line-height:140px;text-align: center;}
.aliescar .alilogwrap img{width: auto;display: inline-block;vertical-align: middle;}
.aliescar .owl-dots {width: 100%;text-align: center;margin-top: 30px;}
.aliescar .owl-dots .owl-dot{width: 10px;margin: 0 4px;height: 10px;border-radius: 100%;background-color: #222055;}
.aliescar .owl-dots .owl-dot.active{background-color: #de204d;}
.termsimg img{max-width:100%;padding: 10px;}
.termsimg{border: 1px solid #e2e2e2;display: table;margin: 0 auto;width:100%;}
.highlights_section ul{padding: 0;margin-bottom:40px;}
.highlights_section ul li{margin-bottom:20px;position: relative;padding-left: 20px;}
.highlights_section ul li:before{position: absolute;content: "\f054";font-family: 'FontAwesome';left: 0;    font-size: 14px;
    top: 2px;}
.clicar .clilogwrap{border: 1px solid #e2e2e2;background: #fff;border-radius: 7px;text-align: center;}
.clicar .clilogwrap img{width: auto;display: inline-block;vertical-align: middle;}
.clicar .clilogwrap h4{color:#323684;margin-bottom:10px;font-size: 22px;}
.clicar .clilogwrap span{color:#e4763e;min-height: 50px;display: inline-block;margin-bottom: 10px;}
.clicar .clilogwrap .chefimg{margin-bottom: 15px;}
.clicar .owl-dots {width: 100%;text-align: center;margin-top: 30px;}
.clicar .owl-dots .owl-dot{width: 10px;margin: 0 4px;height: 10px;border-radius: 100%;background-color: #333;}
.clicar .owl-dots .owl-dot.active{background-color: #e4763e;}
.homecontactformbg {background: url(../images/homecontactformbg.jpeg) no-repeat center center; position: relative; color: #fff; text-align: center; padding:100px 0px !important;background-size: cover;}
.homecontactformbg:before {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;  content: "";  background:linear-gradient(90deg, #323684 0%, #e4763e 100%);top: 0;opacity: .9;}
.homecontactformbg h3{color: #fff !important;}
.homefontactform .form-control {
    border: none;
    border-bottom:1px solid #fff !important;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.homecontactformbg h2.maintitle {color: #fff;}
.homefontactform {padding-top: 40px;}    
.homefontactform textarea{height: 100px !important;}
.homefontactform .btn.btn-gradient{background-color: transparent !important; color: #fff; border:2px solid #fff !important;border-radius: 30px; background: none !important;padding:10px 30px;font-weight: 600; }
.homefontactform .btn.btn-gradient:hover {background: #fff !important; border-color: #ffffff; color: #585858 !important;}
.homefontactform .form-control {background-color:transparent; color:#fff;}
.homefontactform .form-control::-webkit-input-placeholder {color:#fff;}
.homefontactform .form-control::-moz-placeholder {color:#fff;}
.homefontactform .form-control:-ms-input-placeholder {color:#fff;}
.homefontactform .form-control:-moz-placeholder {color:#fff;}
.clicar .clilogwrap img{max-width: 60%;max-height: 88%;}
.markwrk .destxtprj{padding-bottom:30px;}
.markwrk .destxtprj h6{color: #de204d;font-weight: 500;margin-bottom: 20px;}
.markwrk .destxtprj h3{color: #222055;font-size: 24px;padding-right: 10%;}
.markwrk .destxtprj .cutnumcre{margin:20px -15px 50px;display: flex;justify-content: space-between;align-items: center;text-align: center;}
.markwrk .destxtprj .lpecnt{width: 25%;padding: 0 15px;}
.markwrk .destxtprj .lpecnt .shadecrc{background: url(../images/circshdbg.png) no-repeat;width: 150px;height: 150px;position: relative;}
.markwrk .destxtprj .lpecnt .shadecrc h5{color: #de204d;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-size: 26px;}
.markwrk .destxtprj .lpecnt p{font-weight: 500;}
.markwrk .destxtprj a.casestdbtn{background: #de204d;color: #fff;padding: 12px 20px;border-radius: 8px;font-weight:600;text-transform: uppercase;margin-left: 20px;}
.markwrk .destxtprj a.casestdbtn:hover{background: #222055;color: #fff;}
.markwrk .owl-dots{width: 100%;text-align: center;margin-top: 30px;}
.markwrk .owl-dots .owl-dot{width: 10px;margin: 0 4px;height: 10px;border-radius: 100%;background-color: #222055;}
.markwrk .owl-dots .owl-dot.active{background-color: #de204d;}
.thankyoupgebg{background:linear-gradient(180deg, #5454D4 0%, #7171F1 25.52%, #8585FF 47.92%, #6D6DE7 70.83%, #5454D4 100%);padding: 150px 0 0;}
 .thankyoupgebg .thnkbx{background-color:rgba(0,0,0,.18);padding: 40px;text-align: center;border-radius: 20px;margin-bottom:50px;}
 .thankyoupgebg .thnkbx h5{color: #fff;font-weight:700;font-size:36px;margin-bottom:20px;text-transform: uppercase;}
 .thankyoupgebg .thnkbx p{color: #fff;line-height:36px;font-size:24px;font-weight:500;margin-bottom: 0;}
 .thankyoupgebg h4{text-align:left;color: #fff;font-weight: 700;font-size:24px;line-height:34px;text-transform: capitalize;margin-bottom:20px;} 
 .thankyoupgebg a.dwlbro{background: #fff;font-weight: 700;font-size: 20px;color: #4D4DB7;margin:40px auto 60px;font-weight:500;padding: 10px 80px 10px 20px;position: relative;text-transform: capitalize;display: inline-block;}
 .thankyoupgebg a.dwlbro span{position: absolute;right: 0;top: 0;background-color: #000;width:50px;height: 100%;text-align: center;padding-top: 7px;}
 .thankyoupgebg .popletxt p{color: #fff;line-height:32px;font-size:22px;font-weight: 500;}
 .thankyoupgebg .popletxt .call{margin-top: 30px;}
 .thankyoupgebg .popletxt .call a{font-size: 20px;}
 .thankyoupgebg .popletxt .call i{color: #5454D4;font-size: 22px;    vertical-align: middle;}
 .thankyoupgebg .popletxt .call a:hover{color: #fff;text-decoration: underline;}
 .thankyoupgebg .popletxt .icncall{display: inline-block;vertical-align: middle;width:35px;line-height:35px;height:35px;background-color: #fff;border-radius: 100%;margin-right:10px;text-align: center;}
 .thankyoupgebg .popletxt .call a{color: #fff;}
 .thankyoupgebg .popletxt .icncall img{max-width:50%;}
 .thankyoupgebg .popletxt strong{display: inline-block;vertical-align: middle;color: #fff;font-weight: 600;}
 .thankyoupgebg .popleimgrgt img{margin:0 auto;display: block;}
 .thankpgede .header{background-color:rgba(47, 43, 72, .60);}
 a.enrnw{padding:10px 30px;border-radius: 20px;background-color:#e4763e;color: #fff;}
 .amenities_section .classimg{width:90%;margin: 0 auto 20px;}
 .amenities_section .classimg img{max-width:50%;margin: 0 auto;display: block;text-align: center;}
 .btmbtnen{margin:50px 0 10px;}
.awrdcar .owl-dots {width: 100%;text-align: center;margin-top: 30px;}
.awrdcar .owl-dots .owl-dot{width: 10px;margin: 0 4px;height: 10px;border-radius: 100%;background-color: #333;}
.awrdcar .owl-dots .owl-dot.active{background-color: #e4763e;}
.awrdcar .awrdimg{border: 1px solid #e2e2e2;}
.digitalmarwrk {background: #f5f5f5;}
.modal-backdrop.show{opacity: .8;}
.modal-content{border: none;}
.classimg{position: relative;overflow: hidden;}
.classimg .enqbtn {
    text-transform: uppercase;
    border: 0.1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.classimg img{}
.classimg:hover img{transform: scale(1.2);-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;}
.classimg:hover .enqbtn{background: rgba(0,0,0,.7);top: 50%;-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;padding: 10px 15px;color: #fff;}
.whatsapp_float{position: fixed;bottom: 25px;right: 25px;z-index: 9;text-decoration: none;}
.thankpagebg {background: url(../images/banners/banner-1.jpg) no-repeat;background-size: cover;padding: 0;}
.trnsbgmod {
    z-index: 99;
    background:rgba(0, 0, 0, .8);
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
    .site-header {margin: 0 auto 20px;padding:0;max-width: 820px;text-align: center;}
    .trnsbgmod .site-header i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;font-size: 30px;}
    .trnsbgmod .site-header h3 {color: #fff;display: inline-block;vertical-align: middle;}
    .main-content {margin: 0 auto;max-width: 820px;}
    .trnsbgmod .main-content p {color: #fff;margin-bottom: 20px;font-size:1.1rem;text-align: center;}
    .site-footer {margin: 0 auto;padding: 0;max-width: 820px;}
    .feestrusec h5{margin-bottom: 40px;}
    .feestrusec .wrkshpbg{background-color: #f5f5f5;border-radius: 10px;padding: 30px;text-align: center;}
    .feestrusec .wrkshpbg h3{color:#323684;margin-bottom:10px;}
    .feestrusec .wrkshpbg span{color:#e4763e;font-size: 24px;font-weight: 600;}
    .feestrusec {border-top: 1px solid #e2e2e2;}
    .mob-action{display:none;}
    .whatsupbtn{padding: 10px 30px;border-radius: 20px;background-color: #323684;color: #fff;margin-left:10px;}
    .whatsupbtn:hover{color:#fff;background:#e4763e;}
    .whatsupbtn i{margin-right:8px;color:#fff;}
    .banner_outer .whatsupbtn{padding: 12px 40px 14px;border-radius: 30px;} 
    .banner_outer .whatsupbtn:hover{color:#fff;background:#e4763e;}