/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  font-family: "Gill Sans Reguler";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #535354;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-bottom: 40px;
  }
}

@font-face {
  font-family: "Gill Sans MT Reguler";
  src: url("../fonts/GillSansMT.woff2") format("woff2"), url("../fonts/GillSansMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Reguler";
  src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Bold";
  src: url("../fonts/GillSans-Bold.woff2") format("woff2"), url("../fonts/GillSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Medium";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
input,
label,
section,
header,
footer,
article,
figure,
a {
  font-family: "Gill Sans Reguler";
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 38px;
  font-family: "Gotham Book";
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-family: "Gill Sans Medium";
  font-size: 22px;
}
@media screen and (max-width: 1500px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 23px;
}
@media screen and (max-width: 1440px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  h5 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1500px) {
  h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  h6 {
    font-size: 16px;
  }
}

p,
li {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  p,
  li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  p,
  li {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 999px) {
  p,
  li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 600px) {
  p,
  li {
    font-size: 15px;
    line-height: 20px;
  }
}

.size18 {
  font-size: 18px;
}

.container {
  max-width: 73%;
}
.container.container2 {
  max-width: 80%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 76%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 85%;
  }
  .container.container2 {
    max-width: 89%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 100%;
  }
  .container.container2 {
    max-width: 98%;
  }
}

.mtreguler {
  font-family: "Gill Sans MT Reguler";
}

.gothambook {
  font-family: "Gotham Book";
}

.clr1 {
  color: #fffbcc;
}

.clr2 {
  color: #42548b;
}

header .navbar {
  background: #42548b;
  width: 100%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  padding: 1rem 0;
  top: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  header .navbar {
    padding: 0.5rem 0;
  }
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
}
header .navbar.scrolled .navbar-brand {
  width: 130px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-brand {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 78px;
  }
}
header .navbar.scrolled .projectlogo {
  width: 168px;
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .projectlogo {
    width: 120px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .projectlogo {
    width: 140px;
    left: 140px;
    right: unset;
    top: 6px;
  }
  header .navbar.scrolled .projectlogo::before {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .projectlogo {
    width: 101px;
    left: 105px;
    right: unset;
    top: 3px;
    padding-left: 10px;
  }
  header .navbar.scrolled .projectlogo::before {
    left: 6px;
  }
}
header .navbar.scrolled .projectlogo .img {
  width: 100%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .projectlogo .img {
    width: 100%;
    margin-left: 10px;
  }
}
header .navbar.scrolled .navbar-nav {
  margin-top: 4.6rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar.scrolled .navbar-nav {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-nav {
    margin-left: 15px;
    margin-top: 1.2rem;
  }
}
header .navbar .navbar-brand {
  position: relative;
  transition: all 0.6s ease;
  width: 160px;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 130px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 78px;
  }
}
header .navbar .container {
  position: relative;
}
header .navbar .navbar-toggler {
  position: relative;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    color: #fff;
    border: 1px solid #fff;
    margin-right: 15px;
  }
}
header .navbar .navbar-nav {
  margin-top: 5.6rem;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 1.2rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Gill Sans Reguler";
  font-size: 16px;
  color: #fff;
  padding: 8px 25px;
  position: relative;
  transition: all 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1300px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 6px 13px;
  }
}
@media screen and (max-width: 1200px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 6px 9px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 0.9rem 2rem;
    border-bottom: 1px solid #fff;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45%;
  background: rgba(255, 255, 255, 0.3019607843);
  right: 0;
  top: 30%;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link::before {
    content: unset;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #fffbcc;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}
header .navbar .projectlogo {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  width: 168px;
}
@media screen and (max-width: 1500px) {
  header .navbar .projectlogo {
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .projectlogo {
    width: 147px;
    left: 170px;
    right: unset;
    top: 10px;
  }
  header .navbar .projectlogo::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 75%;
    background: #fff;
    left: -14px;
    top: 20%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .projectlogo {
    width: 101px;
    left: 105px;
    right: unset;
    top: 3px;
    padding-left: 10px;
  }
  header .navbar .projectlogo::before {
    left: 6px;
  }
}
header .navbar .projectlogo .img {
  transition: all 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  header .navbar .projectlogo .img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .projectlogo .img {
    margin-left: 10px;
  }
}
header .navbar .projectlogo p {
  color: #fffbcc;
  font-size: 10px;
  text-transform: uppercase;
}

#home {
  margin: 159px 0 0;
}
@media screen and (max-width: 1500px) {
  #home {
    margin: 144px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  #home {
    margin: 137px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #home {
    margin: 96px 0 0;
  }
}

.home {
  margin: 159px 0 2.5rem;
}
@media screen and (max-width: 1500px) {
  .home {
    margin: 144px 0 2.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .home {
    margin: 137px 0 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .home {
    margin: 98px 0 2.5rem;
  }
}
.home p {
  margin-bottom: 0.6rem;
}
.home h3 {
  margin-bottom: 0.95rem;
}
@media screen and (max-width: 600px) {
  .home h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

#Highlights {
  background: #ab7c87;
  position: relative;
  box-shadow: 0 -9px 13px rgba(255, 255, 255, 0.0392156863);
}
@media screen and (max-width: 999px) {
  #Highlights {
    padding: 5rem 15px;
  }
}
@media screen and (max-width: 600px) {
  #Highlights {
    padding: 2.5rem 15px;
  }
}
#Highlights::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/main_object.png) no-repeat;
  background-position: right 28rem;
}
@media screen and (max-width: 999px) {
  #Highlights::before {
    width: 34%;
    height: 79%;
    background: url(../img/main_object.png) no-repeat;
    background-position: right 28rem;
    background-size: 100%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #Highlights::before {
    width: 58%;
    height: 100%;
  }
}

#Amenities {
  background: #42548b;
}
@media screen and (max-width: 999px) {
  #Amenities {
    padding: 5rem 15px;
  }
}
@media screen and (max-width: 600px) {
  #Amenities {
    padding: 2.5rem 15px;
  }
}
@media screen and (max-width: 999px) {
  #Amenities .ordchange {
    order: -1;
  }
}
#Amenities .carousel-control-next, #Amenities .carousel-control-prev {
  align-items: end;
  justify-content: center;
  width: 44px;
  color: #fff;
  opacity: 1;
  bottom: 5rem;
}
#Amenities .carousel-control-next {
  left: 7rem;
}
#Amenities .carousel-control-prev {
  left: 2rem;
}

#Features {
  background: #5b8495;
  position: relative;
}
@media screen and (max-width: 999px) {
  #Features {
    padding: 5rem 15px;
  }
}
@media screen and (max-width: 600px) {
  #Features {
    padding: 2.5rem 15px;
  }
}
#Features::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/main_object.png) no-repeat;
  background-position: right 28rem;
}
@media screen and (max-width: 999px) {
  #Features::before {
    width: 34%;
    height: 79%;
    background: url(../img/main_object.png) no-repeat;
    background-position: right 28rem;
    background-size: 100%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  #Features::before {
    width: 58%;
    height: 100%;
  }
}

.txtcontent {
  display: flex;
  align-items: center;
  height: 100%;
  width: 52%;
}
@media screen and (max-width: 1500px) {
  .txtcontent {
    width: 66%;
  }
}
@media screen and (max-width: 999px) {
  .txtcontent {
    width: 100%;
  }
}
.txtcontent.rside {
  margin-left: 9rem;
}
@media screen and (max-width: 1500px) {
  .txtcontent.rside {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .txtcontent.rside {
    margin-left: 0;
    padding: 0 15px;
  }
}
.txtcontent.lside {
  margin-left: 18rem;
}
@media screen and (max-width: 1500px) {
  .txtcontent.lside {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 999px) {
  .txtcontent.lside {
    margin-left: 0;
    padding: 0 15px;
  }
}
.txtcontent ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
.txtcontent ul li {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1500px) {
  .txtcontent ul li {
    margin-top: 0.5rem;
  }
}
.txtcontent .nav-tabs {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .txtcontent .nav-tabs {
    margin-bottom: 1.8rem;
  }
}
.txtcontent .nav-tabs .nav-item .nav-link {
  font-family: "Gill Sans Medium";
  color: #fff;
  padding: 6px 22px 6px 0;
  position: relative;
  transition: all 0.6s ease;
  border: 0;
  border-radius: 0;
  font-size: 22px;
}
@media screen and (max-width: 1500px) {
  .txtcontent .nav-tabs .nav-item .nav-link {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .txtcontent .nav-tabs .nav-item .nav-link {
    font-size: 17px;
    padding: 6px 15px 6px 0;
  }
}
.txtcontent .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 45%;
  background: #fff;
  right: 0;
  top: 30%;
}
.txtcontent .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #fffbcc;
  left: 0;
  transition: all 0.6s ease;
}
.txtcontent .nav-tabs .nav-item .nav-link:hover, .txtcontent .nav-tabs .nav-item .nav-link.active {
  color: #fffbcc;
  transition: all 0.6s ease;
  background: transparent;
}
.txtcontent .nav-tabs .nav-item .nav-link:hover::after, .txtcontent .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  transition: all 0.6s ease;
}
.txtcontent .nav-tabs .nav-item:last-child .nav-link {
  padding: 6px 22px 6px 22px;
}
@media screen and (max-width: 600px) {
  .txtcontent .nav-tabs .nav-item:last-child .nav-link {
    padding: 6px 15px 6px 15px;
  }
}
.txtcontent .nav-tabs .nav-item:last-child .nav-link::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  #Location {
    padding: 5rem 15px;
    background: #45568c;
  }
}
@media screen and (max-width: 600px) {
  #Location {
    padding: 2.5rem 15px;
  }
}
#Location .location_content {
  position: relative;
  margin: -19rem 0 0;
}
@media screen and (max-width: 999px) {
  #Location .location_content {
    margin: 0;
  }
}
#Location .location_content .container {
  background: url("../img/location/02.jpg") no-repeat;
  background-size: cover;
}
#Location .location_content .hrver {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2784313725);
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #Location .location_content ul {
    margin-left: 1.5rem;
    padding: 0;
  }
}
#Location .location_content ul li {
  margin-top: 8px;
}

#Floorplans {
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #Floorplans {
    text-align: left;
  }
}
#Floorplans h2 {
  margin-bottom: 2.5rem;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.imghover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7294117647);
  text-align: center;
  color: #b48c4f;
  font-size: 4rem;
  padding: 33% 0;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  transition: all 0.6s ease;
  left: 0;
}
.imghover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

#Gallery {
  padding: 5rem 0;
  text-align: center;
  background: #2f4176;
}
@media screen and (max-width: 999px) {
  #Gallery {
    text-align: left;
  }
}
#Gallery h2 {
  margin-bottom: 2.5rem;
  color: #fff;
}
#Gallery .img {
  position: relative;
}
#Gallery .img .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Gallery .img .overlay button {
  color: #000;
  background: rgba(255, 255, 255, 0.7803921569);
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  font-size: 18px;
  width: 42%;
  padding: 6px 8px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1500px) {
  #Gallery .img .overlay button {
    width: 59%;
  }
}
#Gallery .img .overlay:hover button {
  color: #fff;
  background: #42548b;
  transition: all 0.6s ease;
}

#About {
  padding: 5rem 0;
  position: relative;
  background: url(../img/about.jpg) no-repeat;
  background-size: cover;
}
#About h3, #About p, #About h2 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  #About .img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  #About h5 {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  #About h4 {
    font-size: 17px;
  }
}

#Contact {
  background: #42548b;
  padding: 5rem 0;
}
#Contact h2, #Contact h6, #Contact p {
  color: #fff;
}
#Contact h2 a, #Contact h6 a, #Contact p a {
  color: #fff;
  text-decoration: none;
}
#Contact h6 {
  font-family: "Gill Sans Medium";
  margin-bottom: 0.7rem;
}
#Contact label {
  color: #fff;
}
#Contact input, #Contact textarea, #Contact select, #Contact option {
  font-size: 16px !important;
}
#Contact .sell_do_virtual_number_mobile {
  color: #fff;
}
#Contact .sell_do_form_actual_container {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}
#Contact .sell_do_form_actual_container .title {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  color: #fff;
}
#Contact .sell_do_form_actual_container .selldof_row {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  #Contact .sell_do_form_actual_container .selldof_row {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#Contact .sell_do_form_actual_container .selldof_row:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}
#Contact .txsec {
  margin-bottom: 1.7rem;
  width: 100%;
  display: block;
  flex-wrap: wrap;
}
#Contact .txsec p {
  margin: 0;
  color: #fff;
}
#Contact .txsec p a {
  color: #fff;
  text-decoration: none;
}
#Contact .txsec .txtse {
  max-width: 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 999px) {
  #Contact .txsec .txtse {
    max-width: 85%;
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 600px) {
  #Contact .txsec .txtse {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
#Contact .txsec .imgrera {
  max-width: 26%;
  flex: 0 0 26%;
}
@media screen and (max-width: 600px) {
  #Contact .txsec .imgrera {
    max-width: 35%;
    flex: 0 0 35%;
  }
}

footer {
  background: #2f4176;
  padding: 1rem 0;
}
footer p {
  color: #fff;
}

.thank-you {
  background: #42548b;
  height: 100vh;
  text-align: center;
}
.thank-you h1 {
  color: #b48c4f;
  font-family: "Gotham Book";
  text-transform: uppercase;
}
.thank-you h4 {
  color: #fff;
  font-family: "Gill Sans Reguler";
  font-weight: 300;
}

button.btn {
  padding: 8px 31px;
  border-radius: 0;
  background: #fff;
  transition: all 0.6s ease;
  color: #46588f;
  font-family: "Gotham Book";
}
button.btn:hover {
  background: #b48c4f;
  color: #fff;
  transition: all 0.6s ease;
  border: 1px solid #fff;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #cbcbcb;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/leftarrowb.png") no-repeat center;
  left: -5%;
}
@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -2%;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev {
    background: url("../img/leftarrowb.png") no-repeat center #fff;
    background-size: 26px;
  }
}
.owl-carousel .owl-nav button.owl-next {
  background: url("../img/rightarrowb.png") no-repeat center;
  right: -5%;
}
@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -2%;
  }
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-next {
    background: url("../img/rightarrowb.png") no-repeat center #fff;
    background-size: 26px;
  }
}
.owl-carousel .owl-nav button:focus {
  outline: 0;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

button:focus {
  outline: 0;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 20%;
  z-index: 99;
}
@media screen and (max-width: 1600px) {
  .enquiry-wrapper {
    top: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .enquiry-wrapper {
    top: 26%;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(142px);
  transition: all ease-in 0.5s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(122px);
  }
}
@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(121px);
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    transform: translateX(0px);
    box-shadow: none;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  transform: translateX(7px);
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    transform: translateX(0px) translateY(5px);
  }
}
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #b48c4f;
  width: 47px;
  padding: 7px;
}
@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
  line-height: 15px;
}
@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

textarea {
  resize: none;
}

.close {
  position: absolute;
  right: 6px;
  top: 1px;
  z-index: 11;
}

.iti {
  width: 100%;
}

.form-check-label {
  font-size: 12px;
}

button, input, optgroup, select, textarea {
  font-family: "Gill Sans Reguler";
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */