@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat_Medium';
  font-display: swap;
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('☺'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Josefin Sans';
  font-display: swap;
  src: url('../fonts/JosefinSans-Regular.eot');
  src: local('☺'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

* {
  margin: 0;
  padding: 0
}

:root {
  --yellow: #ffdc73;
  --bg-gray: #EEEEEE;
  --text-gray: #555;
  --sec_head: #D7D7D7;
  --grey: #E1E2E7;
  --dark_blue: #1E1F33;
  --light_gray: #e1e2e7;
  --blue_gray: #95a8a4;
  --pink: #ab2834;
}

body {
  font-family: Montserrat, sans-serif;
  border-collapse: collapse
}

html {
  scroll-behavior: smooth
}

label {
  margin: 0
}

figure {
  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: 0 !important;
  border: none !important
}

.form-group {
  position: relative
}

a {
  text-decoration: none !important
}

ul {
  padding: 0;
  margin: 0
}

li {
  list-style-type: none
}

.btn,
button {
  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: #8691d8;
  padding: 10px 25px;
  font-weight: 500;
  height: 50px;
  color: #000 !important
}

/* .btn_yellow .arrow {
  filter: invert(1)
} */

.btn:before,
button:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(.2);
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  opacity: 0;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

section.banner_content_section {
  margin-top: 3%;
}

h5.amenity.my-payment {
  background: #f2873b;
  display: inline;
  padding: 10px 12px;
  font-weight: 700;
}
img.img-fluid.my-patch {
  position: absolute;
  width: 9%;
  z-index: 2;
  left: 45.5%;
  bottom:10%;
}

.btn:hover:before,
button:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all;
  opacity: 1
}

.section_heading {
  display: inline-block;
  margin-bottom: 30px
}

.section_heading h3 {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #8691d7;
  padding: 5px 40px 5px 20px;
  color: #000;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
  font-size: 60px
}

button .arrow {
  margin-left: 5px;
  max-width: 20px;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

button:hover .arrow {
  margin-left: 10px;
  transition: .2s all;
  -webkit-transition: .2s all;
  -ms-transition: .2s all
}

button.arrow_btn {
  padding-right: 50px
}

button.arrow_btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
}

.my_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important
}

.px_10 {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.py_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.navbar {
  padding: 0
}

.container {
  max-width: 95% !important
}

.navbar-brand {
  padding: 0
}

.mb_30 {
  margin-bottom: 30px !important
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.custom_line {
  position: relative
}

.custom_line:before {
  position: absolute;
  right: calc(100% + 10px);
  height: 2px;
  width: 100%;
  background-color: rgb(51 51 51 / 20%);
  content: '';
  top: 50%;
  transform: translateY(-50%)
}

.header {
  z-index: 99;
  padding: 15px 0;
  transition: all .2s ease-in-out
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  z-index: 99
}

.header .container {
  position: relative;
  padding: 0 15px
}

.header .navbar-brand {
  position: absolute;
  left: 50%;
  max-width: 70px;
  transform: translateX(-50%);
  top: 0
}

.header .right_navbar {
  justify-content: flex-end;
  margin-right: 40px
}

/* .header .navbar-brand img {
  width: 100%
} */

.header .navbar-brand h3 {
  color: #adadad
}

.header .brochure {
  /* background-color: var(--pink); */
  background-color:#f2873b; ;
  color: #000 !important;
  padding: 7px 25px;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important
}

.header .nav-link {
  color: #333;
  font-family: Montserrat_Medium;
  font-size: 16px
}

.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 10px
}

.header.active .brochure {
  color: #333
}

.header .navbar-toggler {
  margin-left: auto
}
.right_menus a {
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner_section {
  position: relative;
  height: calc(100vh - 70px)
}

.banner_section:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #f2873b;
  max-width: 50%;
  width: 100%;
  content: ''
}

.banner_section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--grey);
  max-width: 50%;
  width: 100%;
  content: '';
  z-index: 1
}

.banner_section .bg_boxes {
  position: absolute;
  left: 0;
  height: 125%;
  z-index: 1;
  width: 50%;
  opacity: .02;
  top: 0
}

.banner_section .bg_boxes img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.banner_section .banner_bg_title {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-size: 24vh;
  color: rgb(124 124 124 / 8%);
  bottom: 0;
  line-height: initial;
  width: 100%
}

.banner_section .container {
  height: 100%;
  position: relative
}

.banner_section .mySwiper {
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  height: calc(100% - 20%);
  width: 100%
}

.banner_section .mySwiper div {
  height: 100%
}

.banner_section .mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.banner_section .mySwiper .arrow_btns,
.banner_section .mySwiper .swiper_btns {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  display: inline-block
}

.banner_section .arrow_btns .carousel-control-next,
.banner_section .arrow_btns .carousel-control-prev,
.banner_section .swiper_btns .swiper-button-next,
.banner_section .swiper_btns .swiper-button-prev {
  width: 100%;
  display: block;
  position: relative;
  right: unset;
  left: unset;
  margin-top: unset;
  top: unset;
  width: 40px;
  height: 55px;
  border: 1px solid #afafaf;
  background-size: 10px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.banner_section .arrow_btns .carousel-control-next,
.banner_section .swiper_btns .swiper-button-prev {
  margin-top: 10px
}

.banner_section .arrow_btns .carousel-control-next-icon,
.banner_section .arrow_btns .carousel-control-prev-icon {
  width: 15px;
  height: 15px;
  filter: invert(1)
}

.banner_section .swiper_btns i {
  font-weight: 400;
  font-size: 14px;
  color: #646681
}

.banner_section .row {
  position: relative;
  z-index: 1;
  height: 100%
}

.banner_section .left_col {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 100%
}

.banner_slider,
.banner_slider div {
  height: 100%
}

.banner_slider .item img {
  height: 100%;
  object-fit: cover;
  min-height: calc(95vh - 90px)
}



.banner_section .banner_slider .item .count {
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 200px;
  line-height: 150px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  color: rgba(0 0 0 / 30%)
}

.banner_section .banner_slider .owl-nav {
  position: absolute;
  margin: 0;
  bottom: 20px;
  right: 50px;
  height: unset
}

.banner_slider .owl-nav button.owl-prev {
  margin-right: 5px
}

.banner_slider .owl-nav button div {
  display: flex;
  align-items: center;
  justify-content: center
}

.banner_slider .owl-nav button i {
  font-size: 18px;
  font-weight: 100;
  text-shadow: none;
  outline: 0;
  border: none;
  color: #eee
}

.banner_section .location {
  font-size: 22px;
  font-weight: 500;
  text-align: right;
  color: #333;
  margin-bottom: 25px;
  display: inline-block
}

.banner_section .heading_bg img {
  max-width: 149px;
  width: 100%;
  margin-bottom: 15px;
}

.banner_section .project_logo {
  font-size: 80px;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  background-color: var(--grey);
  padding: 15px 40px;
  clip-path: polygon(0 40px, 40px 0, 100% 0, 100% 100%, 0 100%);
  border-top-left-radius: 50px
}

.banner_section .right_col .heading_bg {
  filter: drop-shadow(-1px 6px 15px rgba(255 255 255 / 15%))
}

.banner_section .bottom {
  color: #333;
  text-align: right
}

.banner_section .price {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px
}

.banner_section .price span {
  font-size: 40px
}

.banner_section .amenity {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px
}

.banner_section .call {
  margin-top: 30px
}

.banner_section .call a {
  color: rgb(0, 0, 0);
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  background-color: #f2873b;
  width: 100%;
  justify-content: center
}

.banner_section .call .fa {
  background-color: transparent;
  color: #fff;
  padding: 2px 4px;
  font-size: 34px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px
}

.banner_section .call img {
  /* filter: invert(1); */
  max-width: 22px;
  margin-right: 10px;
}

.banner_section .right_col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 15px;
  z-index: 9;
  height: 100%;
  top: 0;
  text-align: right
}

.banner_section .right_col .content {
  background-color: rgb(235 229 219 / 92%);
  padding: 50px;
  clip-path: polygon(0 40px, 40px 0, 100% 0, 100% 100%, 0 100%);
}

/* .banner_form_section{display:None;} */

.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: .75em;
  background-color: var(--dark_blue);
  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
}

.animated_form input.btn {
  background-color: #f2873b;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.about_section {
  padding: 60px 0;
  position: relative;
  background-color: var(--grey)
}

.about_section .custom_line:before {
  left: calc(100% + 10px);
  right: unset;
  width: 100vh;
  background-color: #8691d7;
  z-index: 9
}

.about_section img {
  height: 76%;
  width: 100%;
  object-fit: cover;
  box-shadow: 12px -14px 0px rgb(134 145 215);
}

.about_section .left_col {
  position: relative;
  z-index: 1
}

.about_section .content {
  background-color: #fff;
  padding: 40px;
  box-shadow: -5px 5px 30px rgb(0 0 0 / 6%)
}

.about_section .heading {
  font-size: 30px;
  color: var(--dark_blue);
  font-weight: 600;
  text-shadow: 4px 4px 8px rgb(0 0 0 / 15%)
}

.about_section .location {
  font-size: 18px;
  color: var(--text-gray);
  margin-top: 10px;
  margin-bottom: 25px
}

.about_section .content button {
  margin-top: 30px
}

.about_section .content button img {
  object-fit: contain
}

.about_section .right_col figure {
  max-width: 500px;
  margin-left: auto;
  height: calc(100% + 100px);
  position: relative;
  z-index: 0
}

.about_section .right_col figure:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 20px;
  bottom: 20px;
  /* background-color: #60bf7a; */
}

.about_section .right_col figure img {
  position: relative;
  z-index: 1
}

.highlights_section {
  padding: 60px 0;
  position: relative;
  overflow: hidden
}

.highlights_section .container {
  max-width: 80% !important;
  position: relative;
  z-index: 1
}

.highlights_section .section_heading h3 {
  background-color: #fff;
  color: #000;
  clip-path: polygon(0 20px, 20px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0)
}

.highlights_section .custom_line:before {
  background-color: #8691d7;
}

.highlights_section .left_col {
  padding: 0
}

.highlights_section .left_col div,
.highlights_section .left_col figure,
.highlights_section .left_col figure img {
  height: 100%
}

.highlights_section .left_col figure img {
  width: 100%;
  object-fit: cover
}

.highlights_section .right_col {
  padding: 40px;
  background-color: #8591d6;
  height: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative
}

.highlights_section .right_col:before {
  background-image: url('../images/bg-box.svg');
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: '';
  opacity: .12;
  transform: rotate(-125deg);
  -webkit-transform: rotate(-125deg);
  -ms-transform: rotate(-125deg)
}

.highlights_section .right_col li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #000;
}

.highlights_section .right_col li:before {
  background: url('../images/icons/light_return_arrow.png');
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  background-size: cover;
  left: 0;
  top: 5px;
  filter: invert(1);
}

.highlights_section .right_col img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.price_section {
  padding: 60px 0;
  position: relative;
  background-color: var(--grey)
}

.price_section .container {
  position: relative;
  z-index: 9
}

.price_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 80px
}

.price_section .box {
  box-shadow: 5px 5px 30px rgb(0 0 0 / 6%);
  transition: all .3s ease;
  position: relative
}

.price_section .active .box {
  margin-top: -30px
}

.price_section .box .top {
  background-color: #333;
  color: #fff;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  top: -25px;
  text-align: center
}

.price_section .box .title {
  padding: 10px 5px;
  font-size: 24px;
  font-weight: 600
}

.price_section .box .bottom {
  padding: 50px 20px 20px;
  background-color: #fff
}

.price_section .box span {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
  background-color: #ffdc73;
  font-weight: 500;
  display: table-caption;
  padding: 4px 10px
}

.price_section .box .size {
  margin-bottom: 20px
}

.price_section .box .price,
.price_section .box .size {
  font-size: 22px
}

.price_section .box button {
  width: 100%;
  text-transform: uppercase;
  margin-top: 5px
}

.floor_plan_section {
  position: relative;
  padding: 40px 0 60px;
  /* background-color: var(--grey) */
}

.floor_plan_section:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 300px;
  width: 100%;
  content: '';
  background-color: #8691d8;  
}

.floor_plan_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px
}

.floor_plan_section .floor_content .box {
  box-shadow: 5px 5px 30px rgb(0 0 0 / 6%);
  padding: 5px
}

.floor_plan_section .floor_content .box img {
  width: 100%
}

.amenities_section {
  position: relative;
  padding: 40px 0 60px
}

.amenities_section .section_heading {
  display: table;
  justify-content: center;
  margin: auto;
  margin-bottom: 40px
}

.amenities_section .amenities_content .content {
  position: relative;
  height: 100%;
  background-color: #ffdc73;
}

.amenities_section .bottom {
  padding: 10px
}

.amenities_section .amenities_content .title {
  font-size: 16px;
  color: #000;
  /* line-height: 24px */
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
}
}

.gallery_section {
  background-color: #fff;
  padding: 40px 0 270px
}

.gallery_section .floor_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto;
  margin-left: 0;
  justify-content: center;
}

.gallery_section .floor_content .item {
  position: relative;
  transition: all .3s ease-in-out;
  max-width: 25%;
  flex: 0 0 25%;
  border: 2px solid #fff
}

.gallery_section .floor_content .item a {
  height: 100%;
}

.gallery_section .floor_content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.gallery_section .section_heading {
  right: 20px;
  left: unset;
  text-shadow: 3px 0 10px rgb(0 0 0 / 15%);
  white-space: nowrap
}

.query_section .container {
  max-width: 60% !important;
  /* padding: 20px;
  position: absolute;
  left: 50%; */
  transform: translate(0%, 20%);
  z-index: 9
}

.query_section .animated_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.query_section .row {
  box-shadow: 0 5px 30px rgb(0 0 0 / 15%);
  background: #fff
}

.query_section .left_col {
  padding: 40px
}

.query_section .left_col .form_heading {
  margin-bottom: 20px;
  font-size: 20px
}

.query_section .right_col {
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center
}

.query_section .right_col .mobile {
  font-size: 24px;
  color: #000000 !important;
  font-weight: 1000;
  margin-top: 30px;
  display: flow-root
}

footer {
  background-color: #f2873b;
  padding: 100px 0 20px
}

footer p {
  text-align: center;
  font-size: 13px;
  color: #000;
}

footer p:not(:last-child) {
  margin-bottom: 5px
}

footer p a {
  color: #000 !important
}


#location .left_col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenities_section .amenities_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 60%;
  margin: 60px auto 0;
}
.amenities_section .amenities_content li {
  max-width: calc(20%);
  flex: 0 0 calc(20%);
  padding: 7px;
}
.amenities_section .amenities_content .single {
  padding: 20px;
  border: 1px solid rgba(0 0 0 / 10%);
  height: 100%;
  text-align: center;
}
.amenities_section .amenities_content .icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.amenities_section .amenities_content .name {
  font-size: 20px;
  margin-bottom: 5px;
}
.amenities_section .amenities_content p {
  font-size: 15px;
  line-height: 20px;
}

.gallery_section .gallery_content {
  position: relative;
}
.gallery_section .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 50px;
}
.gallery_section .nav-tabs .nav-item {
  margin: 0 5px;
}
.gallery_section .nav-tabs .nav-link.active {
  background: #000;
  color: #fff;
}
.gallery_section .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  background: #fff;
  color: #333;
  letter-spacing: 1px;
}
.gallery_section .tab-content {
  max-width: 100%;
  margin: 0 auto;
}
.gallery_section .owl-carousel {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.gallery_section .owl-dots {
  display: none;
}

.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* -ms-transform: translateY(-50%); */
  box-shadow: none!important;
  background: #fff!important;
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0 0 0 / 15%)!important;
}

.gallery_section .owl-nav button:nth-child(1) {
  left: 0px;
}
.gallery_section .owl-nav button span {
  font-size: 50px;
}
.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* -ms-transform: translateY(-50%); */
  box-shadow: none!important;
  background: #fff!important;
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0 0 0 / 15%)!important;
}
.gallery_section .owl-nav button:nth-child(2) {
  right: 0px;
}
.gallery_section .owl-nav button span {
  font-size: 50px;
}
.gallery_section .single h3 {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 8px 10px;
  text-align: center;
}
.gallery_section .item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.gallery_section .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* -ms-transform: translateY(-50%); */
  box-shadow: none!important;
  background: #fff!important;
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0 0 0 / 15%)!important;
}

#modal1 .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

#modal1 .left_col {
  background-color: #77726a24;
  display: flex;
  align-items: center
}

#modal1 .left_col,
#modal1 .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px
}

#modal1 .left_col .content {
  width: 100%;
  text-align: center
}

#modal1 .left_col img {
  margin-bottom: 15px
}

#modal1 .left_col .typo {
  font-size: 18px;
  margin-bottom: 10px
}

#modal1 .left_col .price {
  font-size: 20px;
  background-color: var(--dark_blue);
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #fff
}

#modal1 .right_col .form_heading {
  font-size: 20px;
  margin-bottom: 15px
}

#modal1 .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%
}

#modal1 .right_col .form-input {
  height: 46px
}

.mobile-section {
  position: fixed;
  bottom: 0;
  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
}

.fixed_form {
  position: fixed;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  max-width: 30%;
  left: -30%;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0 0 0 / 10%);
  transition: all .3s ease-in-out
}

.fixed_form.show {
  left: 0
}

.fixed_form .animated_form {
  padding: 20px;
  background-color: rgb(242 135 59);
}

.fixed_form .animated_form .form_title {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1e1f33;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color:#fff;
}

.fixed_form .form-group {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 10px
}

.fixed_form .form-input {
  border: none;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  background: 0 0;
  border-bottom: 1px solid #000;
  height: 45px
}

.fixed_form .form-input::placeholder {
  color: #000;
}

.fixed_form .form-label {
  background: 0 0;
  color: #fff
}

.fixed_form .form_heading {
  position: absolute;
  content: '';
  left: 100%;
  bottom: 0;
  white-space: nowrap;
  writing-mode: tb-rl;
  background-color: #ff0000;
  padding: 15px 4px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer
}

.fixed_form input.btn {
  background-color: var(--dark_blue);
  color: #fff
}
.modal .close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 9;
}
.banner-highpoint li {
    background-color: #1e1f33;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.banner-highpoint{

}