/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@font-face {
  font-family: "FreightNeoW03-Book";
  src: url("../font/FreightNeoW03-Book.woff2") format("woff2"), url("../font/FreightNeoW03-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 80%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    max-width: 95%;
  }
}

body {
  font-family: "Outfit", serif;
  font-size: 0.88rem;
  overflow-x: hidden;
  font-weight: 400;
}

.sizeh1 {
  font-size: 55px;
  font-family: "FreightNeoW03-Book";
  font-weight: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1500px) {
  .sizeh1 {
    font-size: 45px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh1 {
    font-size: 35px;
    line-height: 30px;
  }
}

.sizeh2.h1 {
  font-size: 40px;
  font-family: "FreightNeoW03-Book";
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  .sizeh2.h1 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh2.h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh2.h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

.clr1 {
  color: #211d75;
}

.clrblack {
  color: #000;
}

.sizeh3 {
  font-size: 22px;
  font-family: "FreightNeoW03-Book";
}
@media screen and (max-width: 1500px) {
  .sizeh3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh3 {
    font-size: 18px;
    margin: 0;
  }
}

.sizeh4 {
  font-size: 34px;
  font-family: "FreightNeoW03-Book";
  font-weight: normal;
}
@media screen and (max-width: 1500px) {
  .sizeh4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh4 {
    font-size: 20px;
  }
}

.sizeh5 {
  font-size: 25px;
  font-family: "FreightNeoW03-Book";
  font-weight: normal;
}
@media screen and (max-width: 1500px) {
  .sizeh5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh5 {
    font-size: 17px;
  }
}

.sizeh6 {
  font-size: 20px;
  font-family: "FreightNeoW03-Book";
  font-weight: normal;
}
@media screen and (max-width: 1500px) {
  .sizeh6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .sizeh6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .sizeh6 {
    font-size: 15px;
  }
}

p, li {
  font-size: 17px;
}
@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  p, li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  p, li {
    font-size: 15px;
    line-height: 21px;
  }
}

.small-container {
  max-width: 74.42%;
}
@media screen and (max-width: 1400px) {
  .small-container {
    max-width: 82%;
  }
}
@media screen and (max-width: 500px) {
  .small-container {
    max-width: 99%;
  }
}

.pos-relative {
  position: relative;
}

header .navbar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
  transition: all 0.6s ease;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.231372549);
  padding: 1rem 1rem;
}
@media screen and (max-width: 500px) {
  header .navbar {
    padding: 1.2rem 0;
  }
}
header .navbar .container {
  align-items: center;
}
@media screen and (max-width: 500px) {
  header .navbar .container {
    max-width: 100%;
  }
}
header .navbar .navbar-brand {
  width: 16.5%;
}
header .navbar .navbar-brand img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-brand {
    width: 16.9%;
  }
}
@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 16.8%;
  }
}
@media screen and (max-width: 1300px) {
  header .navbar .navbar-brand {
    width: 16.8%;
  }
}
@media screen and (max-width: 1200px) {
  header .navbar .navbar-brand {
    width: 13%;
  }
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 26%;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  header .navbar .navbar-brand {
    width: 43%;
    margin: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  header .navbar .navbar-toggler {
    margin: 0 15px 0 0;
    border: 1px solid #fff;
  }
  header .navbar .navbar-toggler :focus {
    outline: 0;
  }
}
header .navbar .navbar-nav {
  font-weight: 600;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 16px;
  color: #626262;
  transition: all 0.6s ease;
  font-family: "Outfit", serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #211d75;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #211d75;
  transition: all 0.6s ease;
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.231372549);
}
@media screen and (max-width: 500px) {
  header .navbar.scrolled {
    padding: 10px 1rem;
  }
  header .navbar.scrolled .calltop {
    display: none;
    transition: all 1s ease;
  }
  header .navbar.scrolled .navbar-brand, header .navbar.scrolled .navbar-toggler {
    margin: 0;
  }
}
header .calltop {
  transition: all 1s ease;
  position: absolute;
  right: 4%;
  top: 0;
  font-family: "Outfit", serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #211d75;
  color: #fff;
  padding: 5px 17px;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  header .calltop {
    right: 0;
    top: 24px;
    padding: 5px 17px;
    left: 0;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  header .calltop {
    width: 100%;
    text-align: center;
    right: 0;
    top: 0;
  }
}
header .calltop p {
  margin-bottom: 0;
  color: #fff;
}
header .calltop a {
  text-decoration: none;
  color: #626262;
  color: #fff;
}

.topbanner {
  position: relative;
  width: 100%;
  margin: 90px 0 0;
  overflow: hidden;
}
.topbanner .op {
  filter: brightness(0.5);
}
@media screen and (max-width: 500px) {
  .topbanner .info-box {
    width: 95%;
  }
}
.topbanner .carousel {
  overflow: hidden;
}
.topbanner .carousel img.d-block {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .topbanner .carousel img.d-block {
    width: 180%;
  }
}
@media screen and (max-width: 500px) {
  .topbanner .carousel img.d-block {
    width: 150%;
  }
}
.topbanner .overlay {
  position: absolute;
  width: 28%;
  top: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  right: 3%;
  padding: 4rem 2%;
  border: 2px solid #fff;
  background: linear-gradient(-45deg, #211d75, #211d75, #211d75, #008284);
  background-size: 400% 400%;
}
@media screen and (max-width: 1600px) {
  .topbanner .overlay {
    width: 34%;
    top: 6%;
    padding: 2rem 2%;
  }
  .topbanner .overlay h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  .topbanner .overlay {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    position: relative;
  }
}
.topbanner .overlay .info-box-border {
  border: 1px solid #fff;
  padding: 2rem 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .topbanner .overlay .info-box-border {
    width: 75%;
    margin: 0 auto;
  }
}
.topbanner .overlay .btn {
  color: #005e87;
  background: #fff;
}
.topbanner .overlay .btn:hover {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .topbanner {
    margin: 58px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .topbanner {
    margin: 72px 0 0;
  }
}

.contactus {
  padding: 5rem 0;
}

.formsec {
  position: absolute;
  right: 15%;
  bottom: 5%;
  width: 24%;
  background: rgba(33, 29, 117, 0.6784313725);
  padding: 1% 2%;
}
.formsec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.formsec ul li {
  position: relative;
  padding: 0 0 20px;
}
.formsec ul li input, .formsec ul li textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #d1a954;
  resize: none;
  color: #fff;
}
.formsec ul li input:focus, .formsec ul li textarea:focus {
  outline: 0;
}
.formsec ul li input::-moz-placeholder, .formsec ul li textarea::-moz-placeholder {
  color: #fff;
}
.formsec ul li input::placeholder, .formsec ul li textarea::placeholder {
  color: #fff;
}
.formsec ul li button {
  transition: all 1s ease;
  font-family: "Outfit", serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #211d75;
  color: #211d75;
  padding: 6px 29px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 800;
}
.formsec ul li button:hover {
  background: transparent;
  color: #d0aa55;
}
.formsec ul li:last-child {
  text-align: center;
}

button.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.location {
  padding: 5rem 0;
  background: #fff;
}
.location ul {
  list-style-type: none;
  padding: 0;
}
.location ul li {
  margin-bottom: 8px;
}
.location ul li .fa-map-marker {
  margin-right: 8px;
}
.location iframe {
  height: 450px;
}
@media screen and (max-width: 600px) {
  .location iframe {
    height: 250px;
  }
}

.owl-carousel .owl-nav {
  text-align: center;
  margin: 2rem 0 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: transparent;
}
.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  transition: all 0.6s ease;
  cursor: not-allowed;
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
  outline: 0;
}
.owl-carousel .owl-nav button.owl-prev .material-symbols-outlined, .owl-carousel .owl-nav button.owl-next .material-symbols-outlined {
  font-size: 2.9rem;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 11;
}
@media screen and (max-width: 600px) {
  .carousel .carousel-control-next, .carousel .carousel-control-prev {
    width: 35px;
    height: 35px;
  }
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 100%;
  height: 100%;
  display: none;
}
.carousel .carousel-control-next {
  background: url("../img/gallery-right-arrow.png") no-repeat;
  background-size: 100%;
}
.carousel .carousel-control-prev {
  background: url("../img/gallery-left-arrow.png") no-repeat;
  background-size: 100%;
}

#Amenities {
  padding: 5rem 0;
  position: relative;
}
#Amenities .txt {
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.1803921569);
  text-align: center;
}
#Amenities .txt p {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #201a75;
}
@media screen and (max-width: 500px) {
  #Amenities .txt p {
    font-size: 16px;
  }
}
#Amenities .row {
  margin: 0 3px;
}
#Amenities .row .col-6 {
  padding: 0 3px;
}

.Gallery {
  padding: 5rem 0;
  position: relative;
}
.Gallery .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #f8e5f1;
  cursor: pointer;
}
.Gallery .img img {
  transition: all 0.6s ease;
}
.Gallery .img::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease;
  color: #fff;
  transition: all 0.6s ease;
  text-align: center;
  font-size: 4em;
  line-height: 7em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.Gallery .img:hover img {
  transition: all 0.6s ease;
  transform: scale(1.1);
}
.Gallery .img:hover::before {
  transition: all 0.6s ease;
  opacity: 1;
  background: rgba(0, 0, 0, 0.7803921569);
}
.Gallery p {
  margin: 3% 0 0;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .Gallery p {
    font-size: 1.2em;
  }
}

.table-bordered td, .table-bordered th {
  border: 1px solid #000000;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000000;
}

@media screen and (max-width: 500px) {
  .table button.btn {
    font-size: 12px;
    padding: 0.4rem 1rem;
    margin: 0 !important;
  }
}

#Price {
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
#Price .price-box .row {
  justify-content: center;
}
#Price .price-box .price-item {
  background: #fff;
  max-width: 30%;
  margin: 0 15px;
  flex: 0 0 30%;
  height: auto;
  margin-bottom: 6rem;
  padding: 2rem 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #a6a8ab;
}
@media screen and (max-width: 900px) {
  #Price .price-box .price-item {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 500px) {
  #Price .price-box .price-item {
    max-width: 90%;
    flex: 0 0 90%;
    margin: 0 0 1rem;
  }
}

#PlanPrice {
  text-align: center;
  padding: 5rem 0;
  background: #fff;
}
#PlanPrice h1 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#PlanPrice h2 {
  text-align: center;
  color: #626262;
  text-align: center;
}
#PlanPrice .img {
  position: relative;
}
#PlanPrice .img .card {
  border: 1px solid #060606;
  padding: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5803921569);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#PlanPrice .img .card .card-body {
  color: #fff;
  flex: unset;
}
@media screen and (max-width: 500px) {
  #PlanPrice .table button.btn {
    font-size: 12px;
    padding: 10px 0.8rem;
  }
}
#PlanPrice .sec02 {
  padding: 2.5rem 0 0;
}

.Floor-plans {
  padding: 5rem 0;
}
.Floor-plans h1 {
  text-align: center;
  text-transform: uppercase;
  color: #211d75;
}
.Floor-plans h2 {
  text-transform: uppercase;
  color: #211d75;
  text-align: center;
}
.Floor-plans p {
  margin: 3% 0 0;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .Floor-plans p {
    font-size: 1.2em;
  }
}
.Floor-plans .tabsec nav {
  margin: 0 0 2%;
  text-align: center;
}
.Floor-plans .tabsec nav .nav-tabs {
  text-align: center;
  margin: 0 auto;
  display: inline-flex;
  margin: 30px 0;
  border-bottom: 0px solid #dee2e6;
}
@media screen and (max-width: 500px) {
  .Floor-plans .tabsec nav .nav-tabs {
    margin: 6px 0;
  }
}
.Floor-plans .tabsec nav .nav-tabs .nav-item {
  text-align: center;
  font-family: "Outfit", serif;
  font-weight: 400;
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
  padding-right: 3.7rem;
  padding-left: 3.7rem;
  text-transform: uppercase;
  font-size: 19px;
  color: #211d75;
  transition: all 0.6s ease;
  border-radius: 0;
  border: 1px solid #211d75;
}
@media screen and (max-width: 500px) {
  .Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 16px;
    border: 1px solid #2a2a51;
    border-radius: 0;
    padding: 0.4rem 1.8rem;
  }
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link:hover {
  background: #060606;
  color: #fff;
  transition: all 0.6s ease;
}
.Floor-plans .tabsec nav .nav-tabs .nav-item .nav-link.active {
  background: #060606;
  color: #fff;
  transition: all 0.6s ease;
}
.Floor-plans .tabsec .tab-content .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #626262;
}
.Floor-plans .tabsec .tab-content .img img {
  transition: all 0.6s ease;
  filter: blur(4px);
}
.Floor-plans .tabsec .tab-content .img .overlay {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.6s ease;
  text-align: center;
  padding: 35% 0;
}
.Floor-plans .tabsec .tab-content .img .overlay button {
  padding: 8px 32px;
  font-size: 16px;
}
.Floor-plans .tabsec .tab-content .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.Floor-plans .tabsec .tab-content .img:hover .overlay {
  opacity: 1;
  transition: all 0.6s ease;
}

.Specification {
  position: relative;
}
.Specification .sec01 {
  padding: 5rem 0;
}

#KeyBenefits {
  padding: 5rem 0;
  text-align: center;
  background: #fff;
}
#KeyBenefits .img {
  text-align: center;
}
#KeyBenefits .img img {
  width: 109px;
  margin: 0 auto;
}

.overflcontetn {
  overflow-y: scroll;
  height: 600px;
}
@media screen and (max-width: 1700px) {
  .overflcontetn {
    height: 498px;
  }
}
@media screen and (max-width: 1400px) {
  .overflcontetn {
    height: 434px;
  }
}
@media screen and (max-width: 1200px) {
  .overflcontetn {
    height: 362px;
  }
}
@media screen and (max-width: 999px) {
  .overflcontetn {
    height: auto;
    overflow-y: auto;
    margin: 4% 0 0;
  }
}

footer.ft_section {
  background: #fff;
}
@media screen and (max-width: 500px) {
  footer.ft_section {
    margin: 0 0 70px;
  }
}
footer.ft_section p {
  color: #043777;
  margin: 0;
  padding: 11px 0;
}
@media screen and (max-width: 500px) {
  footer.ft_section p {
    line-height: 13px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 500px) {
  footer.ft_section p img {
    width: 25px;
  }
}
footer.ft_section p a {
  text-decoration: none;
  color: #043777;
}

.desk-show {
  display: block;
}
@media screen and (max-width: 999px) {
  .desk-show {
    display: none;
  }
}

.mob-show {
  display: none;
}
@media screen and (max-width: 999px) {
  .mob-show {
    display: block;
  }
}

.footer-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #060606;
  box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.12);
  z-index: 99;
  display: none;
}
@media screen and (max-width: 600px) {
  .footer-nav {
    display: block;
  }
}
.footer-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  width: 33.33%;
  float: left;
  list-style: none;
  padding: 7px 0;
}
.footer-nav ul li a {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: left;
}
.footer-nav ul li a i {
  width: 100%;
  float: left;
}
.footer-nav ul li a i img {
  width: 20px;
}
.footer-nav ul li a:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer;
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 15%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 20%;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(-45deg, #211d75, #211d75, #211d75, #008284);
    background-size: 400% 400%;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  border: 1px solid #201a75;
  background: linear-gradient(-45deg, #211d75, #211d75, #211d75, #008284);
  background-size: 400% 400%;
}
.enquieryrap .iconenqui img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 4px 8px;
    height: 100%;
    box-shadow: unset;
    background: transparent;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 178px;
  border: 1px solid #201a75;
  background: #fff;
  padding: 0.5rem 0.8rem;
  top: 0%;
  border-radius: 0 33px 33px 0;
  z-index: -1;
  color: #201a75;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.modal .modal-content {
  padding: 5%;
  position: relative;
  background: #fff;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  top: 0;
  right: 0;
  border: 1px solid #201a75;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #201a75;
}
.modal .modal-content .inconte {
  border: 1px solid #201a75;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #201a75;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
  color: #000;
  border: 1px solid #201a75;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 11px 1rem;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=email]::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #7c7c7c;
}
.modal .modal-content .inconte .modal-body input[type=text]::placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::placeholder, .modal .modal-content .inconte .modal-body input[type=email]::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #7c7c7c;
}

input, select {
  font-size: 14px;
  background-color: transparent;
  color: #626262;
  border: none;
  border: 1px solid #626262;
  transition: all 0.3s;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  input, select {
    padding: 8px;
  }
}

textarea {
  resize: none;
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1rem;
    line-height: normal;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #fff;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2a2a51;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #2a2a51;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.modal ul {
  margin: 0;
  padding: 0;
}
.modal .modal-body {
  padding: 6% 6%;
}
@media screen and (max-width: 500px) {
  .modal .modal-body {
    padding: 0% 6% 6%;
  }
}
.modal .modal-body ul {
  list-style: none;
}
.modal .custom-reg-btn {
  display: inline-block;
}
.modal .custom-close {
  position: absolute;
  right: -19px;
  top: -21px;
  padding: 0.3rem 0.6rem;
  color: #fff;
  font-size: 2.5rem;
  transition: all 0.4s;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .modal .custom-close {
    right: 3px;
    top: -28px;
  }
}
.modal .custom-close:hover {
  color: #626262;
}

button.btn {
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  position: relative;
  z-index: 1;
  border-radius: 0;
  border: 0;
  transition: all 0.6s ease;
  color: #000;
  transition: all 0.6s ease;
  border: 1px solid #211d75;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
button.btn i.fa {
  color: #211d75;
  transition: all 0.6s ease;
}
button.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: linear-gradient(-45deg, #211d75, #211d75, #211d75, #008284);
  bottom: 0;
  z-index: -1;
  left: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  button.btn {
    font-size: 14px;
    padding: 0.4rem 1.5rem;
  }
}
button.btn:hover {
  transition: all 0.6s ease;
  color: #fff;
}
button.btn:hover i.fa {
  color: #fff;
  transition: all 0.6s ease;
}
button.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
button.btn:focus {
  outline: unset;
  box-shadow: unset;
}

.zoomin {
  position: relative;
  animation-duration: 1.4s;
  animation-name: zoomin;
  animation-iteration-count: infinite;
}
@keyframes ping {
  0% {
    transform: scale(0.4);
    opacity: 1;
  }
  80% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.diffmob {
  background: linear-gradient(-45deg, #211d75, #211d75, #211d75, #008284);
  background-size: 400% 400%;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  margin-top: 1.5rem;
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
}
.diffmob:hover {
  color: #fff;
  text-decoration: none;
}
.diffmob span {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */