:root {
  --white: #fff;
  --black: #000;
  --primary: #4d5f80;
  --primary-dark: #4d5f80;
  --primary-light: #4d5f80;
  --primary-light-rgb: 42, 99, 60;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Angie Regular";
  src: url("../fonts/angie_regular-webfont.woff2") format("woff2"),
    url("../fonts/angie_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Angie Sans Std Demi";
  src: url("../fonts/angie_sans_std_demi.woff2") format("woff2"),
    url("../fonts/angie_sans_std_demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mr Eaves Mod OT";
  src: url("../fonts/fontsfree-net-mreavesxlmodot-reg-webfont.woff2")
      format("woff2"),
    url("../fonts/fontsfree-net-mreavesxlmodot-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Averia Serif libre";
  src: url("../fonts/averiaseriflibre-regular.woff2") format("woff2"),
    url("../fonts/averiaseriflibre-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-regular.woff2") format("woff2"),
    url("../fonts/lato-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/poppins-regular.woff2") format("woff2"),
    url("../fonts/poppins-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PublicSans-Regular";
  src: url("../fonts/PublicSans-Regular.otf") format("opentype"),
    url("../fonts/PublicSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PublicSans-Bold";
  src: url("../fonts/PublicSans-Bold.otf") format("opentype"),
    url("../fonts/PublicSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PublicSans-ExtraLight";
  src: url("../fonts/PublicSans-ExtraLight.otf") format("opentype"),
    url("../fonts/PublicSans-ExtraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PublicSans-Light";
  src: url("../fonts/PublicSans-Light.otf") format("opentype"),
    url("../fonts/PublicSans-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans-Regular.ttf") format("truetype"),
    url("../fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Mr Eaves Mod OT";
  font-size: 16px;
  color: #000;
  position: relative;
}

/* body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 5%;
  right:0;
  height: 30px;
  width: 90%;
  background: #fff;
  z-index: 1;
} */

.myCarousel .carousel-item {
   min-height: 528px;
}

html,
body {
  overflow-x: hidden;
  font-family: "PublicSans-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PublicSans-Regular";
}

.h2,
h2 {
  font-size: 25px;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  object-fit: cover;
  object-position: center;
}

.welcome-head {
  font-family: "PublicSans-ExtraLight";
  font-weight: 200;
  font-size: 50px;
  line-height: 117%;
  margin-top: 25px;
  color: rgba(30, 40, 89, 1);
}

.welcome-head span {
  font-weight: 600;
  font-family: 'PublicSans-Bold'; 
}

.welcome-head-2 {
  font-family: "PublicSans-Regular";
  font-weight: 600;
  font-size: 50px;
  line-height: 117%;
  padding-bottom: 18px;
  color: rgba(30, 40, 89, 1);
}

.about-container-1 .demo-green {
  margin-top: 14px;
  display: block;
  width: fit-content;
  text-decoration: none;
}

.all-box {
  background: rgba(30, 40, 89, 1);
  color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff !important;
}

.question span:first-child {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0px;
}

.faq-sec {
  width: 85%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 45px;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 8px;
  border: 1px solid #000;
  border-radius: 999px;
  padding: 6px;
}

.modal-body h2 {
  font-size: 20px;
  font-weight: 600;
}

.modal-body {
  overflow-y: scroll;
  max-height: 500px;
}

fieldset output {
  color: red;
  padding-left: 16px;
  font-size: 14px;
}

.check-field #terms_checkbox {
  appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0D1270;
    border-radius: 6px;
    margin-right: 0px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--transition);
}

.check-field #terms_checkbox[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.card-auth #terms_checkbox:focus {
  border: 1px solid #1e2a57 !important;
}

.check-field #terms_checkbox[type="checkbox"]:checked {
  border-color: #0D1270;
  background-color: #0D1270;
}

.modal-body ul li {
  margin-bottom: 20px;
}

.modal-body {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0px;
}

.modal-header .modal-title {
  font-size: 32px;
  font-weight: 800;
  color: #1E2859;
  text-align: center;
  margin: auto;
}

.faq-row {
  padding: 40px 0;
}

.question-drop-ico {
  width: 19px;
  height: 15px;
  display: block;
  background-image: url("../../assets/img/faq-plus.svg");
  background-repeat: no-repeat;
}

body {
  background-image: url("../../assets/img/body-bg.svg");
}

.question-drop-ico.minus {
  height: 2px;
  background-image: url("../../assets/img/faq-minus.svg");
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  padding-left: 0px;
}

.answer-container {
  color: #12141D;
  font-size: 18px;
  font-weight: 400;
}

.owl-theme .owl-nav {
  margin-top: 30px!important;
}

.footer-row {
  margin-bottom: 40px;
}

.footer-last-row {
  width: 95%;
  margin: auto;
  border-top: 2px solid #1e2a57;
}

.footer-last-row span {
  padding: 20px;
  width: fit-content;
  margin: auto;
  color: #1e2a57;
}

.owl-theme .owl-dots .owl-dot.active span {
  outline: 4px double #72be77;
  background: #70bf72 !important;
}

.welcome-desc {
  font-size: 20px;
  font-weight: 400;
  width: 65%;
  text-align: justify;
}

.main-headear {
  background: #1e2859;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  height: 74px;
  border-radius: 999px;
  position: absolute;
  top: 30px;
  overflow: hidden;
  left: 5%;
  z-index: 999;
}

.brand-img-box img {
  width: 143px;
}

.images-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.PT50 {
  padding-top: 50px;
}

.check-field span {
  color:#000!important;
  margin-top: 6px;
  margin-left: 2px;
}

.check-field span a {
  color: #007BFF!important;
}

button#contactPricingsubmit {
  background: #71c072;
  color: #fff;
  border: none;
  width: fit-content;
  padding: 9px 20px;
  border-radius: 999px;
  text-transform: uppercase;
}

.PB50 {
  padding-bottom: 50px;
}

.top-left-bar.center {
  margin: auto;
}

.why-choose-head {
  font-family: "PublicSans-ExtraLight";
  text-align: center;
  font-weight: 200;
  font-size: 50px;
  margin-top: 20px;
  color: #1e2a57;
}

.why-choose-head span {
  font-weight: 700;
  font-family: 'PublicSans-Bold';
}

.choose-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr 0.5fr;
  margin-top: 40px;
  gap: 30px;
}

.answer-container {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}

.answer-container.visible {
  display: block;
  padding: 20px 0 0 0;
  border-top: 1px solid #1E2859;
}

.answer-container.visible ul {
  padding: 20px 0 0 25px;
}

.user-review-details,
.reviewer-name {
  display: flex;
  justify-content: center;
}

.reviewer-name {
  flex-direction: column;
  color: #fff;
}

.owl-stage-outer .amenities-item {
  color: #fff;
}

.item.amenities-item p {
  width: 60%;
  margin: auto;
  margin-top: 15px;
}

.owl-prev:hover,
.owl-next:hover {
  background: transparent !important;
}

span.owl-prev {
  width: 40px;
  height: 40px;
  background: transparent !important;
  background-image: url("../../assets/img/Button.svg") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

span.owl-next {
  width: 40px;
  height: 40px;
  background: transparent !important;
  background-image: url("../../assets/img/Button.svg") !important;
  background-size: cover !important;
  background-position: center center !important;
  transition: transform 0.5s ease;
}

span.owl-prev:hover {
  background-image: url("../../assets/img/button-off.svg") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: rotate(360deg);
}

span.owl-next:hover {
  background-image: url("../../assets/img/button-off.svg") !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: rotate(180deg);
}

.user-review-details {
  gap: 14px;
  margin-top: 20px;
}

.review-row {
  background: #1e2b55;
  padding: 40px 0;
}

.review-row .why-choose-head {
  color: #fff;
}

.owl-carousel .owl-nav {
  width: fit-content;
  display: flex;
  margin: auto;
  gap: 120px;
  position: absolute;
  left: calc(50% - 122px);
}

.owl-dots {
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

.user-review-details img {
  width: 60px !important;
  height: 60px;
}

.text-center {
  text-align: center;
}

.choose-1 {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  position: relative;
}

.choose-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  align-items: end;
  background: hsla(144, 100%, 84%, 1);
}

.choose-3 {
  display: flex;
  align-items: end;
  background: hsla(223, 100%, 85%, 1);
}

.choose-4 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  display: flex;
  align-items: end;
  background: hsla(223, 100%, 85%, 1);
}

.choose-5 {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  display: flex;
  align-items: end;
  background: hsla(144, 100%, 84%, 1);
}

.choose-6 {
  grid-column: 2 / 3;
  grid-row: 3 / 5;
  position: relative;
  display: flex;
  align-items: end;
}

.choose-text.sticky {
  position: absolute;
  bottom: 0;
  color: #fff;
}

.choose-text {
  padding: 20px;
}

.choose-container h2 {
  font-family: "PublicSans-Bold";
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: Uppercase;
  color: #1e2a57;
}

.choose-container div {
    font-family: "PublicSans-Light";
}

.choose-container .choose-text.sticky h2 {
  color: #fff;
}

.top-left-bar.small {
  font-size: 16px;
  padding: 7px 14px;
}

.our-core-details {
  display: flex;
}

.why-choose-head.small {
  font-size: 30px;
  width: fit-content;
  text-align: left;
}

.core-listing {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
  padding-left: 0;
}

.core-listing li {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

ul.core-listing li::marker {
    color: #1e2a57;
}

.li-head {
  font-size: 20px;
}

.demo-green.mob {
  display: none;
}

.core-listing li span {
  font-family: "PublicSans-Light";
  font-weight: 100;
  font-size: 18px;
  line-height: 25px;
}

.core-listing li span.li-head {
  color: #1e2a57;
  font-weight: 800;
}

.first-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #1e2a57;
}

.main-headear picture img,
.main-headear picture {
  height: 100%;
}

.demo-green {
  background: #6fc16c;
  padding: 5px 15px;
  border-radius: 999px;
}

.why-choose-head.left.pricing-form {
  font-size: 20px;
  margin-bottom: 20px;
}

.why-choose-head.left.pricing-form span {
  font-size: 48px;
}

.why-choose-head.pricing-form-head {
  font-size: 36px;
  margin-bottom: 25px;
}

.mid-pricing-sec {
  width: 100%;  
  padding: 20px;
  margin-left: 20%;
  background: url(../../assets/img/pricing-banner-middle.svg);
  background-repeat: no-repeat;
  position: relative;
  margin-top: 80px;
  z-index: 3;
  backdrop-filter: blur(6px); 
}

.check-field input {
  width: fit-content!important;
}

.pricing-form-container {
  margin-bottom: 30px;
  background: #fff;
}

.pricing-banner-row .top-left-bar {
  font-size: 20px;
}

.check-field {
  margin-top: 10px;
}

.mid-pricing-sec .first {
  font-family: "PublicSans-Regular";
  font-weight: 400;  
  font-size: 18px; 
  line-height: 100%;  
  letter-spacing: normal;
}

fieldset label {
   visibility: hidden;
}

.card-auth h2 {
  padding: 15px 10px;
  color: #fff;
  background: #1e2b55;
  border-radius: 10px;
  font-family: "PublicSans-light";
  font-weight: 600;
  text-align: center; 
  /* margin-bottom: 40px; */
  font-size: 24px;
}

.card-auth input:focus,
.card-auth select:focus,
.form-container input:focus,
.form-container textarea:focus {
  border: 1px solid #007BFF!important;
  /* Your desired color */
  outline: none;
  /* Optional: remove default blue outline */
}

#result span,
#resultPricing span {
  margin-top: 20px;
  display: block;
  position: fixed;
  bottom: 15px;
  left: calc(50% - 105px);
  background: #fff;
  padding: 5px 17px;
  border: 1px solid #71c072;
  border-radius: 999px;
  width: fit-content;
  color: #fff;
  z-index: 999;
}

.check-field {
  display: flex;
  gap: 5px;
}

.check-field input[type="checkbox"] {
  accent-color: #1e2a57;
  width: auto;
  /* Replace with any color */
}

.card-auth {
  background: url(../../assets/img/form-border.svg);
  background-repeat: no-repeat;
  background-size: 100% 108%;
  padding: 0;
}

.card-auth .authorize-btns #contactsubmit {
  width: fit-content;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 99px;
  font-size: 18px;
  background: rgb(113 192 114);
}

fieldset.check-field {
   margin-top: 15px!important;
}

fieldset.check-field .btn-primary {
    background: #fff;
    color: #0d6efd;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #0d6efd;
    font-size: 16px;
    margin-bottom: 3px;
    border-radius: 0;
}

fieldset.authorize-btns {
   margin-top: 15px!important;
}

.card-auth form {
  padding: 20px;
}

.mid-pricing-sec .second {
  font-family: "PublicSans-Bold";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: normal;
  color: #1E2859;
}

.min-field {
  width: 49%;
  display: inline-block;
}

.mid-pricing-sec .third {
  font-family: "PublicSans-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
}

.pricing-form-row .form-para {
  margin-bottom: 3rem;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.pricing-banner-row p {
  font-family: "PublicSans-Light";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
  margin-top: 25px;
}

.form-pointer {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 8px;
}

.form-pointer p {
  margin: 0!important;
}

.why-choose-head.left {
  text-align: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.banner-img {
  width: 100%;
}

.MT200 {
  margin-top: 200px;
}

.top-left-bar {
  border: 1px solid #6fc16c;
  border-radius: 999px;
  width: fit-content;
  padding: 10px 22px; 
  color: #6fc16c;
  text-transform: uppercase;
  font-weight: 600;
  background: rgba(111, 193, 108, 0.1);
  font-size: 18px;
  margin-right: auto;
}

.main-headear nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 70px;
  height: 25px;
  margin-right: 25px;
  text-transform: uppercase;
}

.demo-green {
  background: #6fc16c;
  padding: 5px 15px;
  color: #fff;
}

.main-headear a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
  font-family: 'DMSans-Regular';
}

.about-container-1,
.about-container-2 {
  margin-top: 20px;
}

.main-headear a.demo-green {
  padding: 10px 20px;
  font-weight: 700;
}

.about-container-2 {
  position: relative;
}

.quote-review-img {
  height: 72px;
  width: 72px;
  margin: auto;
  display: block;
}

.read-what {
  height: 20px;
  width: 148px;
  margin: auto;
  display: block;
}

.about-container-2 .all-box {
  position: absolute;
  width: 295px; 
  right: 80px;
  top: -160px;
  padding: 0 22px;
  padding-top: 85px;
  padding-bottom: 12px;
}

.about-container-1 .demo-green {
  padding: 12px 25px;
  text-transform: uppercase;
  font-weight: 800;
}

.about-container-2 .all-box h2,
.about-container-2 .all-box div {
  margin-bottom: 25px;
}

.all-box h2 {
  font-size: 20px;
}

.top-left-bar.center.footer {
  padding: 5px 11px;
  border: 2px solid #fff;
  color: #fff;
}

.footer-row {
  background: url("../../assets/img/footer-bg.png") no-repeat center center,
    linear-gradient(
      to right,
      hsla(247, 34%, 29%, 1),
      hsla(247, 48%, 21%, 1),
      hsla(247, 34%, 29%, 1)
    );
  background-size: cover;
  background-size: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.footer-row .demo-green {
  padding: 12px 18px;
  text-decoration: none;
  text-transform: UPPERCASE;
} 

.demo-green:hover {
  color: #fff;
  text-decoration: none;
}

.footer-row div,
.footer-row a {
  width: fit-content;
  margin: auto;
}

.foot-head {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.foot-desc {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.MT150 {
  margin-top: 150px;
}

#myCarousel .carousel-inner {
  min-height: 528px;
}

.carousel-indicators [data-bs-target] {
  background-color: #1e2a57;
}

#dynamic-content p:nth-of-type(n+2),
#dynamic-content h2:nth-of-type(n+2) {
  display: none;
}

.animatedheight.expanded #dynamic-content p,
.animatedheight.expanded #dynamic-content h2 {
  display: block;
}

body {
  position: relative;
}

.request-demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.request-demo.open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.authorize-btns {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  margin-top: 1.2em;
}

.authorize-btns #contactCancel {
  background: transparent;
  border: none;
  margin-right: 15px;
}

.authorize-btns #contactsubmit {
  border: 0;
  background: rgba(30, 40, 89, 1);
  color: #fff;
  padding: 10px;
  border-radius: 16px;
}

.form-row {
  display: flex;
  justify-content: center;
}

.form-container {
  width: 500px;
  background: #fff;
  padding: 0px;
}

#contact input,
#contact_pricing input {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /* margin-bottom: 18px; */
  width: 100%;
}

.form-container #contact,
.form-container #contact_pricing {
  padding: 15px 36px;
}

.btn-div .direction-btn .btn:hover {
  color: black !important;
}

.goog-te-menu-value .fa-sort-down::before,
.goog-te-menu-value .fa-sort-desc::before {
  content: "\f0dd";
}

/* Style the fieldset to position elements nicely */
#contact fieldset,
#contact_pricing fieldset {
  position: relative;
  margin-TOP: 0.5em;
  border: none;
  padding: 0;
}

/* Hide the native placeholder text to avoid duplication */
#contact input::placeholder,
#contact textarea::placeholder,
#contact_pricing input::placeholder,
#contact_pricing textarea::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Style the floating label span */
#contact fieldset>span,
#contact_pricing fieldset>span {
  position: absolute;
  left: 12px;
  top: 35%;
  transform: translateY(-50%);
  color: #666;
  font-size: 1rem;
  pointer-events: none;
  transition: 0.2s ease all;
  /* background-color: #E6E6E666; */
  padding: 0 4px;
}

.main-headear .img-responsive {
  object-fit: contain;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

/* Move label up when input is focused or has content */
#contact input:focus+span,
#contact input:not(:placeholder-shown)+span,
#contact textarea:focus+span,
#contact textarea:not(:placeholder-shown)+span,
#contact_pricing input:focus+span,
#contact_pricing input:not(:placeholder-shown)+span,
#contact_pricing textarea:focus+span,
#contact_pricing textarea:not(:placeholder-shown)+span,
#contact_pricing .floating-label span.up {
  top: -8px;
  font-size: 0.8rem;
  color: #007BFF;
  background-color: white;
  transform: translateY(0);
  border-radius: 18px;
}

#contact_pricing .floating-label span.up {
  visibility: visible;
}

/* Basic input styling */
#contact input,
#contact textarea,
#contact_pricing input,
#contact_pricing textarea {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 17px;
  background: #E6E6E666;
}

.card-auth #contact input,
.card-auth #contact textarea {
  border: 0px solid #ccc;
}

.drop-down-inp {
  color: #666;
}

.drop-down-inp.up {
  color: #000;
}

#scroll {
  position: fixed;
  right: 40px;
  bottom: 65px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #1e2a57;
  text-indent: -9999px;
  display: none;
  z-index: 999;
  border-radius: 60px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.floating-label span {
   visibility: hidden;
}

@media (min-width: 992px) {
  .navbar-toggle {
    padding: 9px 15px;
    margin-right: 0;
  }

}

.heighttest {
  height: auto !important
}

.sceinic-img {
  width: 150px;
}

.smaller .desk-sticky-logo {
  margin-top: 6px !important;
}

@media screen and (max-width:991px) {
  .grand_popup-body li {
    font-size: 15px;
  }
}

@media screen and (max-width:991px) and (min-width:768px) {
  .promocode-div {
    margin-top: 10px !important;
  }
}

/* popup css */
#grand_opening .modal-content {
  border: none;
  border-radius: 0;
}

.grand_opening {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
}

.grand_opening-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.grand_opening-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.grand_opening-right .modal-header .close {
  color: var(--black);
  background: #ffffff94;
  border-radius: 50px;
  padding: 3px 7px;
  opacity: 1;
  font-size: 22px;
}

.grand_popup-body p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  font-weight: 500;
}

.demo-green.close {
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 15px;
  margin-right: 15px;
  margin-left: auto;
}

.head h2 {
  margin-left: 36px;
  color: rgba(30, 40, 89, 1);
  font-weight: 800;
}

.modal-footer {
  justify-content: center;
}

.modal-footer button {
  background: #71c072;
  border: 0;
}

.form-container .head {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */
#zip_code_pricing[type=number]::-webkit-outer-spin-button,
#zip_code_pricing[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.floating-label {
  position: relative;
  margin-bottom: 1rem;
}

.floating-label select {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #E6E6E666;
  border-radius: 17px;
  background-color: #E6E6E666;
}

.floating-label label {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  background-color: white;
  padding: 0 0.25rem;
  color: #999;
  font-size: 1rem;
  transition: all 0.2s ease;
  pointer-events: none;
}

/* Make the label float when a value is selected */
.floating-label select:valid+label {
  top: 0;
  left: 0.5rem;
  font-size: 0.8rem;
  color: #333;
}

/* Firefox */
#zip_code_pricing[type=number] {
  -moz-appearance: textfield;
}

.grand_opening-right .modal-header .close span {
  margin-right: 5px;
}

.grand_opening-right .modal-header .modal-title {
  font-size: 22px;
  text-align: center;
  display: block;
}

.grand_opening-right ul {
  padding-left: 20px;
}

.our-core-details.center {
  justify-content: center;
}

.carousel-control-prev.core-prev,
.carousel-control-next.core-next {
  background: #1e2a57;
  height: fit-content;
  width: fit-content;
  border-radius: 120px;
  padding: 9px;
}

.home-link {
   height: 100%;
}

.carousel-control-prev.core-prev {
  left: 25%;
}

.carousel-control-next.core-next {
  right: 25%;
}

.carousel-indicators.our-core {
  bottom: -50px;
} 

.MB80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .form-container {
    width: 95%;
  }
  .head h2 {
    margin-top: 29px;
  }
  .demo-green.close {
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media screen and (max-width:1200px) {
  .demo-green.mob {
    display: block;
    position: absolute;
    right: 10px;
    padding: 10px !important;
  }
}

@media screen and (min-width:767px) and (max-width:1200px) {
  #myCarousel .carousel-control-prev.core-prev {
    left: 5%;
    top: 100%;
  }

  #myCarousel .carousel-control-next.core-next {
    right: 5%;
    top: 100%;
  }

  #myCarousel .carousel-inner {
    overflow: visible !important;
  }

  #myCarousel .carousel-inner {
    min-height: 492px;
  }
}

@media screen and (max-width:767px) {
  #myCarousel .carousel-control-prev.core-prev {
    left: 5%;
    top: 100%;
  }

  #myCarousel .carousel-control-next.core-next {
    right: 5%;
    top: 100%;
  }

  #myCarousel .carousel-inner {
    overflow: visible !important;
  }
}


@media screen and (min-width:1200px) {
  .about-container-1 {
    width: 80%;
    margin: auto;
  }

  .core-content {
    width: 30%;
  }

  .carousel-control-prev.core-prev,
  .carousel-control-next.core-next {
    top: calc(50% - 16px);
  }

  .footer-row {
     width: 95%;
     margin: 0 auto 40px auto; 
  }
}

@media screen and (max-height:600px) and (min-width: 1200px) {
  .request-demo .container {
      position: absolute;
      top: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .card-auth {
      background-size: 100% 120%;
  }
}

@media screen and (min-width:1200px) and (max-width: 1550px) {
    

    #contact input {
      padding: 10px 12px;
    }

    .head h2 {
      font-size: 20px;
    }

    #contact fieldset {
      margin-TOP: 0.1em;
    }

    .form-container #contact {
      padding: 0px 36px 20px;
    }

    .form-container {
      position: relative;
    }

    .demo-green.close {
      position: absolute;
      right: 0;
    }

    .mid-pricing-sec {
      padding: 1px 30px;
      border: 1px solid #ededf5;
      border-radius: 25px;
    }

    .authorize-btns {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
      .images-row .brand-img-box img {
          width: 75%;
          margin: auto;
      }

      .brand-img-box.last-child {
        grid-row: 3 / 4;
        grid-column: 2 / 4;
      }

      .brand-img-box.last-child {
          grid-row: 4 / 5;
          grid-column: 1 / 3;
      }

      .first-row {
        font-weight: 700;
        font-size: 43px;
        margin: auto;
        line-height: 50px;
        color: #1e2a57;
        grid-column: 1 / 3;
      }

      /* .brand-img-box.last-child img {
          width: 46% !important;
      } */

      .images-row {
        gap:20px;
      }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .brand-img-box.last-child {
      grid-row: 3 / 4;
      grid-column: 2 / 3;
    }

    .images-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr!important;
    }

    .main-headear a {
      text-align: center;
    }
}

@media screen and (min-width:567px) {
  .modal.show .modal-dialog {
        width: 780px;
        max-width: 780px;
  }

  .modal-content {
    padding: 0 50px;
  }

  .modal-header,
  .modal-body {
    border-bottom: 0;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .welcome-head {
      font-size: 49px;
    }

    .welcome-desc {
      width: 54%;
    }

    .container.pricing-form-container {
       margin-top: 30px!important;
    }

    .about-container-2 .all-box {
      position: absolute;
      width: 295px;
      right: 23px;  
      top: -81px;
      padding: 0 30px;
      padding-top: 51px;
      padding-bottom: 20px;
    }

    .core-content.img-content {
       display: flex;
       align-items: center;
    }

    .question-drop-ico  {
        width: 25px!important;
    }

    .question {
      gap: 70px;
    }

    .our-core-details {
      display: flex;
      gap: 45px;
      margin-bottom: 38px;
    }

    .why-choose-head {
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .images-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 31px;
    }

    .images-row .brand-img-box img {
      margin: auto;
    }

    .brand-img-box.last-child {
      grid-column: 1 / 3;
      width: 40%;
      margin: auto;
    }

    .brand-img-box.last-child {
      grid-row: 3/4;
      grid-column: 2 / 3;
      width: 100%;
    }
}

@media screen and (max-width:767px) {
      .question-drop-ico {
        width: 60px !important;
      }

      .authorize-btns {
        margin-top: 2.2em;
      }

      .top-left-bar.hospitality-management {
        width: 310px;
      }
    
      .question {
        gap: 20px;
      }

      .faq-sec {
        width: 100%;
        margin-top: 20px;
      }

      .images-row {
        grid-template-columns: 1fr!important;
      }

      .welcome-desc {
        width: 100%;  
      }

      .images-row {
        grid-template-columns: 1fr;
        gap: 30px;
      } 

      .images-row .brand-img-box img {
          width: 63%!important;
      }

      .brand-container {
         padding-bottom: 0px;
      }

      .welcome-head,
      .welcome-head-2 {
         font-size: 44px;
      }

      .images-row img {
        margin:auto;
      }

      .item.amenities-item p {
        margin-top: 15px;
        width: 84%;
      }
}

@media screen and (min-width:992px) and (max-width:1200px) {
     .main-headear {
        background: #1e2859;
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 74px;
        border-radius: 0px;
        position: fixed;
        top: 0px;
        left: 0%;
        z-index: 999;
     }
}

@media screen and (max-width: 1200px) {
  .images-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .images-row .brand-img-box img {
    width: 75%;
  }

  .about-container {
    margin-top: 155px!important;
  }
}

@media screen and (min-width: 768px) and (max-width:1200px) {
    .first-row {
      grid-column: 1 / 4;
    }
    .about-container-2 .all-box {
      right: 0px;
    }
    #myCarousel .carousel-inner {
      min-height: 490px!important;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
  .about-container-2 .all-box {
      right: 45px;
  }
}

@media screen and (min-width:1400px) {
    .about-container-2 .all-box {
        right: 142px;
    }
}

@media screen and (max-width: 768px) {
    .main-headear {
      justify-content: center;
      height: 106px;
      width: 100%;
      left: 0;
      top:0;
      border-radius: 0;
      padding: 10px 0;
    }

    .why-choose-head {
      font-size: 48px;
    }

    .hamburger {
      display: flex;
      cursor: pointer;
      flex-direction: column;
      position: absolute;
      left: 40px;
      gap: 7px;
      z-index: 100;
    }

    .hamburger.active .bar1 {
      transform: rotate(45deg);
      position: relative;
      top: 8px;
    }

    .hamburger.active .bar2 {
      opacity: 0;
    }

    .hamburger.active .bar3 {
      transform: rotate(-45deg);
      position: relative;
      top: -14px;
    }
    
    .hamburger .bar {
      width: 38px;
      height: 4px;
      background-color: white;
      border-radius: 5px;
    }

    .main-headear nav {
      gap: 10px;
    }

    .main-headear nav.navbar-list {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #1e2a57;
      flex-direction: column;
      align-items: start;
      justify-content: start;
      padding: 90px 0;
      z-index: 99;
    }

    .navbar-list a {
      width: 100%;
      padding: 8px 0;
      padding-left: 20px;
    }

    .navbar-list.active {
      display: flex!important;
    }

    .navbar-list.active .demo-green {
       display: none;
    }

    .navbar-list a {
        font-size: 28px;
    }
}

@media screen and (min-width:767px) and (max-width:992px) {
   .mid-pricing-sec {
      margin-left: 0%!important;
      margin-bottom: 45px;
      background-size: cover;
   }

    .card-auth {
      background: none;
      margin-top: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
  .mid-pricing-sec {
    margin-top: 42px;
  }
    .card-auth {
          background-size: 100% 132%;
    }
}

@media screen and (max-width:767px) {
  .about-container-2 .all-box {
      position: static;
      width: 100%;
      padding-top: 44px;
  }

  .pricing-form-container.MT150 {
     margin-top: 0px!important;
  }

  .pricing-form-row {
    gap:15px;
  }

  .card-auth h2 {
    margin-bottom: 20px;
  }

  .card-auth {
    background: none;
  }

  .card-auth,
  .pricing-auth {
    padding: 0 20px;
  }

  .about-container {
      margin-top: 116px !important;
  }

  .mid-pricing-sec {
    margin-left: 0%;
    margin-top: 0px;  
  }

  .choose-container {
       grid-template-columns: 1fr;
  }

  .choose-container .choose-1,
  .choose-container .choose-2,
  .choose-container .choose-3,
  .choose-container .choose-4,
  .choose-container .choose-5,
  .choose-container .choose-6 {
      grid-row: auto;
      grid-column: auto;
  }

  .our-core-details {
    display: flex;
    flex-direction: column-reverse;
  }

  .our-core-details.reverse {
    flex-direction: column;
  }

}
