/*Table Of Contents ends */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,700,800&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #46469e;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  line-height: 1.8rem;
  font-weight: 400;
}
body.full-page {
  overflow: hidden !important;
}

html {
  font-size: 16px;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}
input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 3.75rem;
  font-family: "bisonbold";
  font-weight: 700;
}
h2 {
  font-size: 3.5rem;
  font-family: "bisonbold";
  font-weight: 700;
}
h3 {
  font-size: 1.675rem;
  font-family: "bisonbold";
  font-weight: 700;
}
h4 {
  font-size: 1.25rem;
  font-family: "bisonbold";
}
h5 {
  font-size: 1rem;
  font-family: "bisonbold";
}
h6 {
  font-size: 0.875rem;
  font-family: "bisonbold";
}

/* Text styling */
.heading-text h2 {
  background: #e24e59d1;
  padding: 10px 25px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  font-family: "Raleway";
  margin-bottom: 120px;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

p {
  font-size: 15px;
}
p.title {
  font-size: 1rem;
}
.block {
  display: block;
}
.italic {
  font-style: italic;
}
button {
  line-height: 1;
}

/*common font family*/
p,
.heading-title > span,
.process-wrapp li > .pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span,
.approach-table .ammount .dur,
.pagination li > a,
.counters .count_nums,
.approach-table .ammount h2,
.approach-table ul li,
.webcats li a > span,
.getin_form .form-control {
  font-family: "Montserrat", sans-serif;
}

/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before,
.zeus.tparrows.tp-leftarrow::before,
.approach-table ul li > span::before,
.testimonial-quote h3::before,
.testimonial-quote h3::after,
blockquote.blockquote::before {
  font-family: "FontAwesome";
}

/* Helper Classes & Shorcodes */
.padding {
  padding: 7.5rem 0;
}
.padding_top {
  padding-top: 7.5rem;
}
.padding_bottom {
  padding-bottom: 7.5rem;
}
.margin_bottom {
  margin-bottom: 7.5rem;
}
.margin_top {
  margin-top: 7.5rem;
}
.padding_half {
  padding: 4.375rem 0;
}
.padding_bottom_half {
  padding-bottom: 4.375rem;
}
.margin_bottom_half {
  margin-bottom: 4.375rem;
}
.padding_top_half {
  padding-top: 4.375rem;
}
.heading_space {
  margin-bottom: 4.125rem;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
  margin-bottom: 10px;
}
.top10 {
  margin-top: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom25 {
  margin-bottom: 25px;
}
.top25 {
  margin-top: 25px;
}
.bottom30 {
  margin-bottom: 30px;
}
.top30 {
  margin-top: 30px;
}
.bottom35 {
  margin-bottom: 35px;
}
.top40 {
  margin-top: 40px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom45 {
  margin-bottom: 45px;
}
.top50 {
  margin-top: 50px;
}
.top60 {
  margin-top: 60px;
}
.bottom60 {
  margin-bottom: 60px;
}
.bottom0 {
  margin-bottom: 0;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.fontbold {
  font-weight: bold;
}
.fontmedium {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-xlight {
  font-weight: 200;
}
.bglight {
  background: #f5f7f7;
}
.bgdefault {
  background: #353584;
}
.whitecolor {
  color: #ffffff;
}
.darkcolor {
  color: #000000;
}
.skybluebg {
  background: #00afe5;
}

.extradark-color {
  color: #212331;
}
.defaultcolor {
  color: #353584;
}
section {
  position: relative;
}
.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.container-padding {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.gradient_bg {
  background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(31%, #423f9c),
    color-stop(69%, #862359)
  );
  background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
}
.gradient_bg_default {
  background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(31%, #00e4ce),
    color-stop(69%, #00abc9)
  );
  background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}

.primary_bg_default {
  background: #46469e;
}

/*heading Titles */
.heading-title > span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #353584;
}
.whitecolor.heading-title > span {
  color: #fff;
}
.heading-title h2 {
  font-weight: 400;
}

.heading-title h3 {
  font-weight: 700;
  font-size: 36px;
}
.heading-title h3 span {
  color: #44c1e2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/*img wrap*/
.image {
  overflow: hidden;
}
a.image {
  display: block;
}
.image img {
  width: 100%;
  display: block;
}
.image,
.image img {
  position: relative;
}

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect::after {
  bottom: 0;
  opacity: 0.7;
  left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

a#prebookl {
  display: block;
  padding: 10px 0;
  text-align: center !important;
}
.center-block-link {
  color: #a71215;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  background: #ffba00;
  border: none;
}
/*to align elements center*/
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*Back To Top*/
.back-top {
  color: #fff;
  right: 20px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  background: #ffba00;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 40px;
  border: 2px solid #ffffff;
  width: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.back-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.back-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #db3236;
}
.back-top:hover::before,
.back-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.back-top:hover,
.back-top:focus {
  color: #fff;
}

/* ----- Social Icons ----- */

.header-socialmedia {
  float: right;
  display: inherit;
  margin-top: 10px;
  color: #000000;
}
.header-socialmedia .btn {
  font-size: 14px;
  background: #ff8257 !important;
  border-radius: 20px;
  padding: 5px 20px;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}

ul.social-icons-simple li,
ul.social-icons li {
  display: inline-block;
}
ul.social-icons li a {
  height: 24px;
  line-height: 24px;
  width: 28px;
  font-size: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0.3rem;
  text-align: center;
  display: block;
  color: #ffffff;
}
ul.social-icons-simple li a {
  height: 32px;
  line-height: 24px;
  width: 32px;
  margin: 0 1px;
  font-size: 22px;
  text-align: center;
  display: inline-block;
}
ul.social-icons.white li a,
ul.social-icons-simple.white li a {
  color: #fff;
}
ul.social-icons-simple.dark li a {
  color: #000000;
}
ul.social-icons-simple li:last-child a,
ul.social-icons li:last-child a {
  margin-right: 0;
}
ul.social-icons-simple li:first-child a,
ul.social-icons li:first-child a {
  margin-left: 0;
}
ul.social-icons-simple li a:hover,
ul.social-icons-simple.dark li a:focus {
  color: #ffffff;
}
ul.social-icons-simple li a:focus {
  color: #df795a;
}
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 15px 30px #353584 inset;
  box-shadow: 0 0 15px 30px #353584 inset;
}

/*-----Buttons-----*/
.button {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 1rem 2rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
  overflow: hidden;
}

.btnprimary,
.btnprimary-alt {
  background: #353584;
}
.btnsecondary {
  background: #643094;
}
.btnwhite {
  background: #fff;
  color: #212331;
}
.btnwhite-hole {
  background: transparent;
  border: 1px solid #fff;
}
.btnwhite:hover,
.btnwhite:focus {
  background: #2b6ce0;
}

.btnwhite-hole:hover,
.btnwhite-hole:focus {
  color: #212331;
  background: #fff;
}
.button > i {
  vertical-align: middle;
  margin-top: -3px;
  font-weight: 300 !important;
  position: absolute;
  right: 10px;
  top: 20px;
}
.btnprimary:hover,
.btnprimary:focus {
  border: 1px solid #2b6ce0;
  background: #2b6ce0;
}
.btnprimary-alt:hover,
.btnprimary-alt:focus {
  background: transparent;
  border: 1px solid #353584;
  color: #353584;
}
.rev_slider .btnprimary-alt:hover,
.rev_slider .btnprimary-alt:focus {
  background: transparent;
  border: 1px solid #fff;
}

.btnsecondary:hover,
.btnsecondary:focus {
  background: #2b6ce0;
  border: 1px solid #353584;
}
.btnsecondary.hvrwhite:hover,
.btnsecondary.hvrwhite:focus,
.btnprimary.hvrwhite:hover,
.btnprimary.hvrwhite:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #212331;
}

.btn-gradient-hvr::before {
  background: -webkit-linear-gradient(90deg, #423f9c, #862359);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(#423f9c),
    color-stop(#862359)
  );
  background: -webkit-linear-gradient(left, #423f9c, #862359);
  background: -o-linear-gradient(left, #423f9c, #862359);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#423f9c),
    to(#862359)
  );
  background: linear-gradient(90deg, #423f9c, #862359);
}
.btn-gradient-hvr::before,
.scndry-gradient-hvr::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.scndry-gradient-hvr::before {
  background: -webkit-linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(31%, #00e4ce),
    color-stop(69%, #00abc9)
  );
  background: -webkit-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: -o-linear-gradient(left, #00e4ce 31%, #00abc9 69%);
  background: linear-gradient(90deg, #00e4ce 31%, #00abc9 69%);
}
.btn-gradient-hvr:hover::before,
.btn-gradient-hvr:focus::before,
.scndry-gradient-hvr:hover::before,
.scndry-gradient-hvr:focus::before {
  opacity: 1;
  visibility: visible;
}
.btn-gradient-hvr:hover,
.btn-gradient-hvr:focus {
  border-color: #643094;
}
.scndry-gradient-hvr:hover,
.scndry-gradient-hvr:focus {
  border-color: #353584;
}

.btnwhite-hole,
.btnwhite:hover,
.btnwhite:focus,
.btnprimary,
.btnsecondary,
.btnprimary-alt,
.btnprimary:hover,
.btnprimary:focus,
.btnsecondary:hover,
.btnsecondary:focus,
.rev_slider .btnprimary-alt:hover,
.rev_slider .btnprimary-alt:focus {
  color: #fff;
}

/* transitions common*/
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
i::before,
i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
.navbar {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1000;
}
.center-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.center-brand,
.transparent-bg {
  left: 0;
  top: 0;
}
.center-brand,
.transparent-bg,
.fixed-bottom {
  position: absolute;
  width: 100%;
}
.fixed-bottom {
  bottom: 0;
}
.fixedmenu {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1002;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}
.center-brand.fixedmenu {
  background: #fff;
}
.fixed-bottom.fixedmenu {
  bottom: auto;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.nav-whitebg {
  background: #fff;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.navbar-brand {
  margin: 8px 0;
  padding: 0;
  position: relative;
}
.center-brand .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.navbar-brand > img {
  max-width: 100% !important;
}
.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
  display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
  display: inline-block;
}

.navbar-nav .nav-item {
  margin: 16px 5px;
  position: relative;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-nav .nav-link {
  padding: 12px 1.25rem !important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  color: #353584;
  text-align: right;
  line-height: 17px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link {
  color: #fff;
}
.center-brand.fixedmenu .navbar-nav .nav-link {
  color: #212331;
}
.center-brand .navbar-nav .nav-link:hover,
.transparent-bg .navbar-nav .nav-link:hover,
.fixed-bottom .navbar-nav .nav-link:hover {
  color: #353584;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.center-brand.fixedmenu .navbar-nav .nav-link.active {
  background: #353584;
  color: #fff;
}
.center-brand .navbar-nav .nav-link:first-of-type {
  background: rgba(0, 0, 0, 0);
}

/*toggle responsive*/
.navbar-toggler {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background: #353584;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.center-brand.fixedmenu .navbar-toggler span {
  background: -webkit-linear-gradient(90deg, #643094, #353584);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(#643094),
    color-stop(#353584)
  );
  background: -webkit-linear-gradient(left, #643094, #353584);
  background: -o-linear-gradient(left, #643094, #353584);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#643094),
    to(#353584)
  );
  background: linear-gradient(90deg, #643094, #353584);
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  -o-transition: -o-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out,
    -o-transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 5px;
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 3px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*-----Side Menu----*/
.side-menu {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  background: #ef9c83;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease,
    -o-transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}
.just-sidemenu .side-menu {
  background: -webkit-linear-gradient(90deg, #423f9c, #862359);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(#423f9c),
    color-stop(#862359)
  );
  background: -webkit-linear-gradient(left, #423f9c, #862359);
  background: -o-linear-gradient(left, #423f9c, #862359);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#423f9c),
    to(#862359)
  );
  background: linear-gradient(90deg, #423f9c, #862359);
}
.transparent-sidemenu .side-menu {
  background: rgba(0, 0, 0, 0.95);
}
.side-menu.side-menu-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}
.just-sidemenu #sidemenu_toggle {
  position: fixed;
  z-index: 999;
  /*background: #fff;*/
  right: 0;
  top: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #000000;
  top: 5px;
}
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  border: 2px solid #333333;
  border-radius: 50%;
}
.sidemenu_btn > span {
  height: 3px;
  width: 3px;
  background: #353584;
  display: inline-block;
  padding: 0;
}
.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span {
  background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn > span {
  background: #353584;
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}
.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #000000;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.side-nav .navbar-nav .nav-link:hover {
  color: #ffffff;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
  display: none;
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
  margin-left: 5px;
}
.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.full-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
}
.half-cells {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.full-container .half-cells:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.full-container .half-cells:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.main .section:nth-child(2n) .half-cells:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.main .section:nth-child(2n) .half-cells:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.full-container .image {
  top: 0;
  bottom: 0;
  height: 100%;
}
.full-container .image > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cover-image {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
div#split-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div#split-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
}
#owl-spliter.owl-dots {
  display: table;
  table-layout: fixed;
  margin: 1rem auto;
}
#owl-spliter.owl-dots .owl-dot {
  height: 6.25rem;
  width: 6.25rem;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  padding: 5px;
}
#owl-spliter.owl-dots .owl-dot::after {
  display: none;
}
#owl-spliter.owl-dots .owl-dot > img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
}
/*
.pp-section{
   opacity: 0;
}
.pp-section.active{
   opacity: 1;
}
*/

@media (max-width: 1366px) {
  .center-brand .sidemenu_btn {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .side-menu .inner-wrapper {
    padding: 2rem 3.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1091px) {
  .navbar-nav.ml-auto {
    margin-right: 30px;
  }
  .sidemenu_btn {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .sidemenu_btn {
    position: relative;
  }
  .center-brand .navbar-brand {
    width: 100px;
  }
  .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .center-brand .navbar-brand {
    position: relative;
    top: auto;
    margin: 16px 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar-nav .nav-item {
    margin: 5px 0;
  }
  .center-brand .navbar-nav .nav-link,
  .transparent-bg .navbar-nav .nav-link {
    background: #353584;
  }
  .center-brand.fixedmenu .navbar-nav .nav-link,
  .transparent-bg.fixedmenu .navbar-nav .nav-link {
    background: transparent;
  }

  .side-menu {
    width: 50%;
  }
  .side-menu .inner-wrapper {
    padding: 2rem 2.5rem;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 2rem;
  }

  .half-cells {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .heading-text h2 {
    margin-bottom: 0px;
  }
  #headerbanner .heading-display {
    display: block !important;
  }
  .center-brand .navbar-brand {
    width: 100px;
  }
  .side-menu {
    width: 55%;
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 1.5rem;
  }
  .navbar-nav .nav-link {
    text-align: left;
  }
}

/*-------------------------------*/
/*Navigation Ends */
/*-------------------------------*/

/*-------------------------------*/
/*OWl Slider*/
/*-------------------------------*/
/*Dots*/
.owl-dots {
  margin-top: 0rem;
  text-align: center;
}
.vertical-dot .owl-dots {
  display: inline-table;
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}
.owl-dots .owl-dot {
  height: 12px;
  width: 40px;
  background: transparent;
  margin: 2px 3px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  background: #8093b2;
  cursor: pointer;
  border: none;
  border-radius: 20px;
}
#text-fading .owl-dots .owl-dot {
  background: #fff;
  border: none;
}
.vertical-dot .owl-dots .owl-dot {
  border: none;
  background: rgba(255, 255, 255, 0.5);
}

.owl-dots .owl-dot::after {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.vertical-dot .owl-dots .owl-dot::after {
  display: none;
}
.vertical-dot .owl-dots .owl-dot.active {
  height: 15px;
  width: 15px;
  background: #fff;
}
.owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  background: #244a88;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

/*-------------------------------*/
/*Revolution SLider*/
/*-------------------------------*/

#headerbanner {
  position: relative;
  width: 100%;
  background: #593894 url(../images/banner.png) no-repeat;
  background-position: bottom 0% center;
  /* background-position: initial; */
  /* height: 100vh; */
  background-size: cover;
}
#headerbanner div.text1 {
  float: left;
  width: 100%;
}

#headerbanner div.text1 img {
  max-width: 100%;
}
#headerbanner div.text2 {
  float: left;
  width: 100%;
  margin-top: 100px;
}
#headerbanner .bannerBox {
  display: flex;
  align-items: flex-end;
}
#headerbanner div.text2 img {
  max-width: 100%;
}
#headerbanner .bannerRightImg {
  position: absolute;
}
#headerbanner .banner-bottom-img {
  width: 100%;
  /*position: absolute;*/
  bottom: 0;
}

#banner h2 {
  color: #000000;
  font-size: 42px;
  text-align: left;
  padding: 180px 0 0 0;
}

.query-form {
  background-image: linear-gradient(to right, #953391, #3f3a95);
  margin-top: 130px;
  text-align: left;
  position: relative;
  max-width: 320px;
  display: block;
  padding: 120px 0 0 0;
}
.query-form div.project {
  text-align: center;
  position: absolute;
  top: -118px;
  width: 273px;
  margin: 0px auto;
  left: 0;
  right: 0;
}
.query-form div.group {
  list-style: none;
  padding: 0 20px;
  margin-bottom: 15px;
  display: block;
}
.query-form input[type="text"],
.query-form input[type="email"] {
  width: 100%;
  /*padding: 0.2em 2em 0.2em 1em;*/
  color: #000000;
  font-size: 14px;
  outline: none;
  background: none;
  border: none;
  border: 1px solid #2e368f;
  border-radius: 5px;
  list-style: none;
  background: #ffffff;
}
.query-form .white,
.query-form .yellow {
  color: #ffffff;
  font-family: "Raleway";
  font-size: 20px;
  line-height: 25px;
}
.query-form .yellow {
  color: #f4e914;
  font-size: 22px;
  line-height: 30px;
}
.query-form label.error {
  position: absolute;
  color: #ffffff;
}
.query-form label.error {
  font-size: 12px;
  color: red;
  margin: 0;
  line-height: 10px;
}
.query-form textarea {
  width: 100%;
  padding: 0.2em 1em 0.2em 1em;
  color: #000000;
  font-size: 14px;
  outline: none;
  background: none;
  border: none;
  height: 50px;
  line-height: 18px;
  border-radius: 5px;
  list-style: none;
  background: #ffffff;
}
.query-form input[type="text"]:hover,
.query-form input[type="password"]:hover {
  color: #9e61a3;
}

/*************************/
.query-form .submit {
  padding: 10px 0;
}
.query-form input[type="submit"] {
  color: #a71215;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  background: #ffba00;
  border: none;
}
.query-form input[type="submit"]:hover {
  background: #ffba00;
  color: #000000;
  border: none;
}

/* Customize the label (the container) */
.query-form form .terms {
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  margin-top: 4px;
  cursor: pointer;
  font-size: 11px;
  color: #ffffff;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}

/* Hide the browser's default checkbox */

/* Create a custom checkbox */
.query-form form .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.query-form form .terms:hover input ~ .checkmark {
  background-color: transparent;
}
.query-form form .terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* When the checkbox is checked, add a blue background */
.query-form form .terms input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #693a89;
}

/* Create the checkmark/indicator (hidden when not checked) */
.query-form form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.query-form form .terms input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.query-form form .terms .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #693a89;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden-xs {
  display: block;
}
.visible-xs {
  display: none;
}
.banner-text {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  background: #fac543;
  color: #ec3226;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
  #headerbanner {
    position: relative;
    width: 100%;
    background: #ffffff url(../images/banner-7rk-mobile.jpg) no-repeat;
    background-size: cover;
    height: auto;
    /*padding-bottom: 20px;*/
  }
  #headerbanner div.text1 {
    float: left;
    width: 100%;
  }
  #headerbanner .bannerRightImg {
    width: 65%;
  }
  .right-logomen img {
    float: right;
    width: 25%;
  }
  #headerbanner div.text1 img {
    max-width: 60%;
  }
  #headerbanner div.text2 {
    float: left;
    width: 100%;
    margin-top: 0px;
  }

  #headerbanner div.text2 img {
    max-width: 65%;
    margin-right: 25%;
    float: right;
  }

  .query-form {
    margin: 150px auto 20px;
    position: relative;
    max-width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    height: auto;
  }
}
#headerbanner .bannerBox {
  padding-top: 20px;
}
#features-expertise {
  position: relative;
  background: #693a89;
  padding: 50px 0 20px;
  border-top: 5px solid #ffffff;
}
#features-expertise h2 {
  color: #ffffff;
  font-weight: 700;
  font-family: Raleway;
  margin-top: 25px;
  font-size: 32px;
  line-height: 32px;
}
#features-expertise h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: Raleway;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 32px;
}
#features-expertise h4 {
  color: #ffffff;
  font-weight: 700;
  font-family: Raleway;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 32px;
}
#features-expertise p {
  color: #ffc905;
  font-weight: 700;
  font-family: Raleway;
  margin-bottom: 45px;
  font-size: 22px;
  line-height: 32px;
}
#features-expertise .feature-items {
  display: table;
  background: #ffc905;
  border-radius: 10px;
  height: 200px;
  width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 100;
}
#features-expertise .feature-items h3 {
  position: absolute;
  width: 48px;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 48px;
  top: -24px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  line-height: 40px;
}
#features-expertise .feature-items p {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #000000;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
}
#features-expertise .feature-items p span {
  font-size: 20px;
  clear: both;
  color: #000000;
  text-align: center;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 768px) {
  #features-expertise {
    position: relative;
    background: #693a89;
    padding: 50px 0 20px;
    border-top: 5px solid #ffffff;
  }
  #features-expertise h2 {
    font-size: 20px;
    line-height: 32px;
  }
  #features-expertise h2 img {
    width: 100px;
    height: auto;
  }
  #features-expertise h3 {
    font-size: 28px;
    line-height: 32px;
  }
  #features-expertise h4 {
    font-size: 18px;
    line-height: 32px;
  }
  #features-expertise p {
    font-size: 16px;
    line-height: 24px;
  }

  #features-expertise .feature-items {
    margin-top: 20px;
    display: table;
    border-radius: 10px;
    padding-top: 25px;
    height: 100px;
    margin-bottom: 20px;
  }
  #features-expertise .feature-items p {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    line-height: 22px;
  }
}

#projects-plans {
  position: relative;
  background: #ed2e25;
  padding: 50px 0 20px;
  border-top: 5px solid #ffffff;
}
#projects-plans h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: Raleway;
  margin: 25px 0;
  font-size: 48px;
  line-height: 48px;
}
#projects-plans .project-img {
  display: block;
  margin: 20px auto 10px auto;
  overflow: hidden;
}
#projects-plans .project-img img {
  border-radius: 20px;
  width: 80%;
}
#projects-plans h4 {
  color: #ffffff;
  width: 70%;
  margin: 10px auto;
  font-weight: 700;
  font-family: Raleway;
  font-size: 22px;
  line-height: 32px;
}
#projects-plans .btn-plan {
  display: inline-block;
  border-radius: 5px;
  background: #ffc905;
  padding: 5px 25px;
  color: #000000;
  font-weight: 700;
}
#projects-plans .btn-plan:hover {
  background: #693a89;
  padding: 5px 25px;
  color: #ffc905;
  font-weight: 700;
}
#projects-plans .btn-walkthrough {
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
  background: #0071bb;
  padding: 5px 25px;
  color: #ffffff;
  font-weight: 700;
}
#projects-plans .btn-walkthrough:hover {
  display: inline-block;
  margin: 10px 0;
  border-radius: 5px;
  background: #ffc905;
  padding: 5px 25px;
  color: #000000;
  font-weight: 700;
}

#gallery-plans {
  position: relative;
  background: #0071bb;
  padding: 50px 0;
  border-top: 5px solid #ffffff;
}
#gallery-plans h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: Raleway;
  margin: 0px 0 30px 0;
  font-size: 48px;
  line-height: 48px;
}
#gallery-plans .project-img {
  display: block;
  margin: 20px auto 10px auto;
  overflow: hidden;
}
#gallery-plans .project-img img {
  border-radius: 20px;
  width: 80%;
}
#gallery-plans .project-img img {
  border-radius: 20px;
  width: 80%;
}
#gallery-plans h4 {
  color: #ffffff;
  width: 70%;
  margin: 10px auto;
  font-weight: 700;
  font-family: Raleway;
  font-size: 22px;
  line-height: 32px;
}
#gallery-plans .btn-plan {
  display: inline-block;
  border-radius: 5px;
  background: #ffc905;
  padding: 5px 25px;
  color: #000000;
  font-weight: 700;
}
#gallery-plans .btn-plan:hover {
  background: #693a89;
  padding: 5px 25px;
  color: #ffc905;
  font-weight: 700;
}

@media (max-width: 768px) {
  #gallery-plans h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
  }
  #projects-plans h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
  }
  #gallery-plans h4 {
    font-size: 18px;
    line-height: 32px;
  }
  #gallery-plans p {
    font-size: 16px;
    line-height: 24px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sepia */
.hover09 figure img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover09 figure:hover img {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}

.modal-content {
  padding: 0;
  background: rgba(12, 12, 12, 0.22);
  border-radius: 10px;
}
#photogallery .modal-body,
#unitplans .modal-body {
  margin: 0 !important;
}
.modal-body {
  padding: 10px;
  position: relative;
  float: none;
  margin: 0 auto;
  display: block;
}

.modal-body p {
  background-color: yellow;
  color: #000000;
  padding: 5px;
  text-align: center;
  line-height: 16px;
}
.modal-header {
  border-bottom: 1px solid rgba(233, 236, 239, 0);
  padding: 0px 10px;
  height: 60px;
}
.close {
  float: right;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  outline: 0;
}
.modal-header .close {
  padding: 10px;
  margin: -1rem -1rem -1rem auto;
  /* margin: auto 57rem; */
}

.modal-body.pd60 {
  padding: 30px 30px 60px 30px;
  position: relative;
}
.modal-body .close {
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 1;
  font-weight: 400;
  font-size: 28px;
}
.modal-body .content-wrapper {
  width: 100%;
  margin: 0px auto 0px auto;
  text-align: center;
}
.modal-body img {
  max-width: 100%;
  float: none;
  margin: 0 auto;
  display: block;
}
.submit > button {
  color: #a71215;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  display: inline-block;
  padding: 8px 20px;
  font-size: 15px;
  background: #ffba00;
  border: none;
}
.modal-body .content-wrapper p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.1625rem;
  font-family: "proxima_novabold";
  margin: 0px auto 20px auto;
  text-align: center;
  padding: 0px 20px;
}

/* Form general- */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #000000;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

/*-------------------------------*/
/*  COntact US */
/*-------------------------------*/

/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
  background: #590716;
}
.site-footer .copyrights {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 20px;
}
.site-footer .copyrights p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.query-form input#mobile {
  border: 1px solid #2e368f;
  font-size: 14px;
}

/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/

/*-------------------------------*/
/*PreLoader*/
/*-------------------------------*/
.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #fff;
  overflow-x: hidden;
}
.loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loader-blocks {
  height: 58px;
  width: 58px;
}
.loader span {
  background: -webkit-linear-gradient(90deg, #423f9c 31%, #862359 69%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(31%, #423f9c),
    color-stop(69%, #862359)
  );
  background: -webkit-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: -o-linear-gradient(left, #423f9c 31%, #862359 69%);
  background: linear-gradient(90deg, #423f9c 31%, #862359 69%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  width: 12px;
  animation: load 4.6s ease-in-out infinite;
  -o-animation: load 4.6s ease-in-out infinite;
  -ms-animation: load 4.6s ease-in-out infinite;
  -webkit-animation: load 4.6s ease-in-out infinite;
  -moz-animation: load 4.6s ease-in-out infinite;
}
.loader span.block-1 {
  animation-delay: 1.06s;
  -o-animation-delay: 1.06s;
  -ms-animation-delay: 1.06s;
  -webkit-animation-delay: 1.06s;
  -moz-animation-delay: 1.06s;
  left: 0px;
  top: 0px;
}
.loader span.block-2 {
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
  left: 16px;
  top: 0px;
}
.loader span.block-3 {
  animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  left: 31px;
  top: 0px;
}
.loader span.block-4 {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  left: 47px;
  top: 0px;
}
.loader span.block-5 {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  left: 0px;
  top: 16px;
}
.loader span.block-6 {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  left: 16px;
  top: 16px;
}
.loader span.block-7 {
  animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -moz-animation-delay: 0.51s;
  left: 31px;
  top: 16px;
}
.loader span.block-8 {
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
  left: 47px;
  top: 16px;
}
.loader span.block-9 {
  animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  left: 0px;
  top: 31px;
}
.loader span.block-10 {
  animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -moz-animation-delay: 0.23s;
  left: 16px;
  top: 31px;
}
.loader span.block-11 {
  animation-delay: 0.14s;
  -o-animation-delay: 0.14s;
  -ms-animation-delay: 0.14s;
  -webkit-animation-delay: 0.14s;
  -moz-animation-delay: 0.14s;
  left: 31px;
  top: 31px;
}
.loader span.block-12 {
  animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
  -ms-animation-delay: 0.05s;
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  left: 47px;
  top: 31px;
}
.loader span.block-13 {
  animation-delay: -0.05s;
  -o-animation-delay: -0.05s;
  -ms-animation-delay: -0.05s;
  -webkit-animation-delay: -0.05s;
  -moz-animation-delay: -0.05s;
  left: 0px;
  top: 47px;
}
.loader span.block-14 {
  animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  -ms-animation-delay: -0.14s;
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  left: 16px;
  top: 47px;
}
.loader span.block-15 {
  animation-delay: -0.23s;
  -o-animation-delay: -0.23s;
  -ms-animation-delay: -0.23s;
  -webkit-animation-delay: -0.23s;
  -moz-animation-delay: -0.23s;
  left: 31px;
  top: 47px;
}
.loader span.block-16 {
  animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  left: 47px;
  top: 47px;
}
@keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    -o-transform: translateY(97px);
    transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
    -o-transform: translateY(97px);
    transform: translateY(97px);
  }
}
@-o-keyframes load {
  0% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -o-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(97px);
  }
}
@-webkit-keyframes load {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  15% {
    opacity: 0;
    -webkit-transform: translateY(-97px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(97px);
  }
}

/*-------------------------------*/
/*Loader ends*/
/*-------------------------------*/

@media screen and (max-width: 768px) {
  .container {
    max-width: 98%;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  p {
    font-size: 14px;
  }
  .heading-title > span {
    font-size: 1rem;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
  .modal-header .close {
    margin: 0 0 0 90%;
  }
  html {
    font-size: 13px;
  }
  .navbar-brand {
    margin: 8px 0;
    padding: 0;
    width: 120px;
    position: relative;
  }

  .header-socialmedia {
    float: right;
  }
  .heading-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}
/* */
.bookform-sec h2 {
  text-align: center;
  margin: 0 0 15px;
  color: #3e3c3c;
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.bookform-sec label {
  font-weight: 500;
  font-size: 14px;
  color: #636060;
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  margin-bottom: 0px;
}
.bookform-sec {
  color: #403e3e;
}
select {
  width: 55%;
  height: 30px;
  border: 1px solid #636060;
  border-radius: 0;
}
.frt-list input {
  border: none;
  border-bottom: 1px solid #cac7c7;
  width: auto;
  height: 30px;
  line-height: 30px;
  outline: none !important;
  box-shadow: none !important;
  padding: 8px;
}
.rw1 {
  margin-bottom: 2rem;
}
.bookform-sec h4 {
  font-size: 16px;
  margin: 12px 0;
  font-weight: 500;
  color: #177ebc;
  font-family: "Raleway", sans-serif;
}
.frt-list {
  margin-bottom: 10px;
}
.frt-list.row input {
  width: 100%;
}
.frt-list.row,
.row.row-padd {
  margin-left: -5px;
  margin-right: -5px;
}
.padd {
  padding: 0 5px;
}
.book-table,
.book-table tr,
.book-table tr td,
.book-table tr th {
  border: 1px solid #ded5d5 !important;
  padding: 7px 10px !important;
  text-align: center;
  font-size: 15px;
  color: #484848 !important;
  vertical-align: middle !important;
}
.book-table tr th {
  color: #000 !important;
  font-weight: 500;
}
.book-table {
  margin-bottom: 25px;
}
.check-list .col-sm-2 {
  margin-bottom: 8px;
}
.check-list input {
}
.checknew {
  margin-bottom: 20px;
}
.term-heding {
  text-align: left !important;
  color: #177ebc;
  text-transform: capitalize;
  margin-bottom: 0;
}
.term-heding span {
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}
.term-heding span:hover,
.term-heding span:focus {
  color: #41ad49;
}
/* T&C modal — modernized to match the brand-blue card pattern. */
#myModalnew .modal-dialog {
  max-width: 720px;
  margin: 48px auto;
}
#myModalnew .modal-content {
  background: #fff !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-top: 4px solid #1B83BB;
}
#myModalnew .close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
  color: #6b7280;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  z-index: 1;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  text-shadow: none;
}
#myModalnew .close:hover {
  background: #f3f4f6;
  color: #1f2937;
  opacity: 1;
}
#myModalnew .modal-body {
  padding: 28px 32px 26px !important;
  max-height: 75vh;
  overflow-y: auto;
}
#myModalnew h3 {
  color: #1f2937 !important;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  margin: 0 36px 18px 0 !important;
  line-height: 1.4;
}
#myModalnew ol {
  margin: 0;
  padding-left: 22px;
  list-style: decimal;
}
#myModalnew .modal-body li {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  margin-bottom: 12px;
}
#myModalnew ol ul {
  list-style: lower-roman;
  padding-left: 18px;
  margin: 8px 0;
}
#myModalnew strong, #myModalnew b { color: #1B83BB; font-weight: 600; }
/* Trailing disclaimer paragraph at the end of terms_conditions — DB-side inline
   style sets italic/inherit; override here so it matches the listing items. */
#myModalnew .modal-body p {
    font-family: inherit !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: #374151 !important;
    font-style: normal !important;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
  #myModalnew .modal-dialog { margin: 16px; }
  #myModalnew .modal-body { padding: 22px 18px 18px !important; max-height: 80vh; }
  #myModalnew h3 { font-size: 16px; margin-right: 32px !important; }
  #myModalnew .modal-body li { font-size: 12.5px !important; }
}
.pay-btn {
  background: #177ebc;
  border: none;
  margin-top: 30px;
  padding: 9px 30px;
  font-size: 17px;
  color: #fff;
  transition: all 0.4s linear;
}
.pay-btn:hover,
.pay-btn:focus {
  outline: none;
}
.success-page {
  text-align: center;
  padding: 2rem 0;
}
.success-page img {
  margin: 0 auto 15px;
  max-width: 95px;
}
.success-page h4 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 10px;
}

/*Add CSS 27 Jan 2020 By Lokendra*/

.cof-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.cof-list li {
  width: 100%;
  flex-basis: 16%;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
}
.cof-list li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #177ebc;
  top: 33px;
  position: absolute;
  right: 50%;
}
.cof-list li:nth-of-type(1):after {
  display: none;
}
.cof-list li {
  display: block;
  padding: 10px 15px;
}
.cof-list li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #177ebc;
  color: #fff;
  border-radius: 50%;
  font-size: 23px;
  line-height: 45px;
  position: relative;
  z-index: 9;
}
.cof-list li h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 11px 0 0;
  color: #177ebc;
  font-family: "Raleway", sans-serif;
}
.cof-list li.active span {
  background: #41ad49;
}
.cof-list li.active h4 {
  color: #41ad49;
}
.cof-content {
  display: none;
}
.cof-content.active {
  display: block;
  animation: change 0.4s linear;
}
@keyframes change {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.next-tab {
  padding: 0;
  margin: 10px 0;
  text-align: right;
}
.next-tab li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.next-tab button {
  padding: 0 10px;
  list-style: none;
  width: auto;
  height: 40px;
  background: #177ebc;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.next-tab img {
  width: 18px;
}
.channel-div {
  display: none;
}
.referral-div {
  display: none;
}
input#referr:checked ~ .referral-div {
  display: block;
}
input#channel-partner:checked ~ .referral-div {
  display: block;
}
.book-content {
  margin-top: 20px;
}
.red-box1,
.red-box2,
.ser-box1,
.ser-box2 {
  display: none;
}
.red-box1.active,
.red-box2.active,
.ser-box1.active,
.ser-box2.active {
  display: flex;
}
.bookform-sec {
  min-height: 619px;
}
.signup-error {
  color: red;
}
.book-content .tab {
  display: none;
}
footer p {
  margin: 0 0 4px;
  font-family: "Raleway", sans-serif;
}
footer a {
  color: #000;
}
footer {
  background: #eaeaea;
  color: #1f1f1f;
  padding: 20px 0 6px;
  margin: 0;
}
footer strong {
  color: #0071bb;
  font-weight: 600;
}
footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin: 12px 0;
}
header {
  padding: 10px 0;
}
.head-right img {
  float: right;
}
.fade.in {
  opacity: 1;
  background: rgba(0, 0, 0, 0.32941176470588235);
}
.modal.fade.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.slick-next:before,
.slick-prev:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
label#checkbox-error {
  display: block;
  margin-top: 5px;
}
.greetmessage {
  display: block;
  padding: 5px 20px;
  text-align: center;
  color: green;
}
.srks-logo img {
  width: 220px;
}
.mbtn-sec {
  width: 100%;
  position: fixed;
  bottom: -55px;
  z-index: 9999;
  box-shadow: 0px 1px 8px #000;
  transition: all 0.4s linear;
}
.ms-btn {
  width: 100%;
  float: left;
  border: none;
  border-right: 2px solid #fff;
  padding: 13px;
  background: #ffba00;
  color: #a71215;
  font-weight: 600;
  font-size: 15px;
}
.mbtn-sec .ms-btn:last-child {
  border-right: none;
}
.mbtn-sec {
  display: none;
}
.term-sec ol {
  margin: 0;
  padding-left: 20px;
  list-style: decimal;
}
.term-sec ol li {
  margin-bottom: 10px;
}
.term-sec ol li ul {
  list-style: lower-roman;
  padding-left: 15px;
  margin: 10px 0;
}
.bookform-sec .term-sec h4 {
  font-size: 20px;
}
.right-logomen {
  text-align: right;
  margin-top: 20px;
  padding-right: 10%;
}
.right-logomen img {
  background-color: #ffffff;
  padding: 5px;
}
.en-btn {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: rotate(-90deg);
  color: #a71215;
  cursor: pointer;
  font-weight: 600;
  outline: none;
  display: none;
  padding: 5px 20px;
  font-size: 15px;
  background: #ffba00;
  border: none;
  border-radius: 4px;
}
.en-btn.btn-fix {
  display: block;
}

/*table style*/

/*table style*/

/*------- Media Query --------*/
@media (max-width: 767px) {
  .bookform-sec label {
    justify-content: flex-start;
  }
  select {
    width: 100%;
    height: 30px;
  }
  #headerbanner .bannerBox {
    padding-top: 55px !important;
  }
  /*side open btn*/
  .sidemenu_btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    border: 2px solid #333333;
    border-radius: 50%;
  }

  .sidemenu_btn {
    right: 0px;
    position: absolute;
    padding-top: 2px;
  }
  .side-menu {
    width: 300px;
  }
  .side-nav .navbar-nav .nav-item {
    margin: 5px 0;
  }
  .side-nav p {
    display: none;
  }
  .navbar-toggler {
    margin-right: 40px;
  }
}

@media screen and (max-width: 500px) {
  .mbtn-sec {
    display: block;
  }
  footer.menpage-footer {
    margin-bottom: 40px;
  }
  .back-top {
    bottom: 50px;
  }
  .mbtn-sec.fix-btn {
    bottom: 0;
  }
  iframe#mmVideo {
    height: 182px;
  }
  .right-logomen {
    text-align: left;
    margin-top: 7px;
  }
  header {
    border-bottom: 1px solid #dadada;
  }
  .head-left img,
  .head-right img {
    height: 50px;
  }
  .bookform-sec h2 {
    font-size: 23px;
  }
  .bookform-sec {
    min-height: 220px;
  }
  .cof-list {
    padding-bottom: 25px;
    position: relative;
  }
  .cof-list li {
    padding: 5px 0;
    position: static;
  }
  .cof-list li h4 {
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
    font-size: 17px;
  }
  .cof-list li.active h4 {
    display: block;
  }
  .cof-list li span {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 36px;
  }
  .cof-list li:after {
    top: 24px;
    right: 19px;
    width: 90%;
  }
  .bookform-sec label {
    margin-bottom: 1px;
  }
  .frt-list {
    margin-bottom: 7px;
  }
  .frt-list input {
    border: 1px solid #e2e2e2;
  }
  .book-table {
    margin-bottom: 10px;
  }
  .success-page h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .success-page img {
    max-width: 85px;
  }
  .success-page {
    padding: 0 0 1rem;
  }
  .en-btn.btn-fix {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .modal-header .close {
    margin: 0 0 0 80%;
  }
  .query-form div.project {
    width: auto;
  }
  .srks-logo img {
    width: 85%;
  }
  #headerbanner .bannerBox {
    align-items: center;
  }
  #headerbanner .heading-display {
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-header .close {
    margin: 0 0 0 75%;
  }
  #headerbanner .bannerBox {
    align-items: center;
  }
  .heading-text h2 {
    margin-bottom: 140px;
  }
  #headerbanner .heading-display {
    align-items: flex-end !important;
  }
}

@media screen and (min-width: 1200px) {
  .heading-text h2 {
    margin-bottom: 150px;
  }
  .modal-header .close {
    margin: 0 0 0 70%;
  }
}

@media screen and (min-width: 1800px) {
  .modal-header .close {
    margin: 0 0 0 65%;
  }
}

.popupFormModal.fade.in {
  background: black !important;
}

#book_online_now label {
    justify-content: flex-start !important;
    color: red !important;
}

/* Constrain the intl-tel-input country/flag selector so its height matches the input
   even when a validation error pushes the form-group taller. */
#user_mobile + .iti__country-container,
#user_mobile ~ .iti__country-container,
.intl-tel-input .iti__flag-container,
.intl-tel-input .flag-container,
.iti .iti__country-container {
    height: calc(1.5em + .75rem + 2px) !important;
}
.iti__selected-flag,
.intl-tel-input .selected-flag {
    height: calc(1.5em + .75rem + 2px) !important;
    display: flex !important;
    align-items: center !important;
}
/* Ensure the wrapper around the phone input only shrink-wraps the input, not error spans. */
#book_online_now .form-group > .intl-tel-input,
#book_online_now .form-group > .iti {
    display: block;
}

/* ==========================================================================
   Tier 1 — modern popup polish (CSS-only, scoped to .popupFormModal)
   ========================================================================== */
.popupFormModal .modal-dialog.form-box { max-width: 500px; }
.popupFormModal .modal-content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border-top: 4px solid #1B83BB; /* Shriram brand accent */
}
.popupFormModal .modal-body.modalBody { padding: 24px 28px 26px; }
.popupFormModal h3.text-center {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 0 0 6px;
    color: #1a1a1a;
}
.popupFormModal .modalBody > #form > div > p {
    color: #6b7280;
    font-size: 13px;
    margin: 0 0 18px;
    text-align: center;
}
.popupFormModal .modalBody > #form > div > p i { font-style: normal; }
.popupFormModal .form-group { margin-bottom: 14px; }
.popupFormModal .form-control {
    height: 46px;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: none;
    background-color: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}
.popupFormModal .form-control:focus {
    border-color: #1B83BB;
    box-shadow: 0 0 0 3px rgba(27, 131, 187, 0.18);
    outline: none;
}
.popupFormModal .form-control.error,
.popupFormModal label.error ~ .form-control {
    border-color: #dc3545;
}
.popupFormModal .text-danger,
.popupFormModal .help-block.with-errors,
.popupFormModal label.error {
    color: #dc3545 !important;
    font-size: 12px;
    line-height: 1.4;
    margin: 4px 0 0;
    display: block;
    font-weight: 500;
}
/* WhatsApp consent line — compact, single-line where possible. */
.popupFormModal #book_online_now > div[style*="font-size:10px"] {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
    color: #4b5563 !important;
    line-height: 1.45 !important;
    margin: 6px 0 16px !important;
}
.popupFormModal #book_online_now > div[style*="font-size:10px"] > input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0;
}
.popupFormModal .txtwhats { flex: 1; }
.popupFormModal .cp-note {
    font-size: 12px;
    line-height: 1.5;
    color: #1f2937;
    background-color: #EAF4FA;
    border-left: 3px solid #1B83BB;
    border-radius: 4px;
    padding: 10px 12px;
    margin: 0 0 16px;
}
.popupFormModal .cp-note::before {
    content: "Note: ";
    font-weight: 600;
    color: #1B83BB;
}
.popupFormModal .popup-source-info {
    display: none !important;
    font-size: 13px;
    line-height: 1.5;
    color: #1f2937;
    background-color: #EAF4FA;
    border-left: 3px solid #1B83BB;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 0 10px;
}
.popupFormModal .popup-source-info__label { color: #4b5563; }
.popupFormModal .popup-source-info__name  { color: #1B83BB; }
/* Preserve the WhatsApp brand-mark's natural aspect ratio; just keep it inline-sized to the line. */
.popupFormModal .txtwhats img {
    height: 16px !important;
    width: auto !important;
    vertical-align: middle;
    margin: 0 4px;
    object-fit: contain;
}
/* Phone input + intl-tel-input flag — match the new input height. */
.popupFormModal #user_mobile + .iti__country-container,
.popupFormModal #user_mobile ~ .iti__country-container,
.popupFormModal .intl-tel-input .iti__flag-container,
.popupFormModal .intl-tel-input .flag-container,
.popupFormModal .iti .iti__country-container,
.popupFormModal .iti__selected-flag,
.popupFormModal .intl-tel-input .selected-flag {
    height: 46px !important;
}
/* Submit button — Shriram brand-blue pill. */
.popupFormModal .submit-btn,
.popupFormModal #submit_prebook_btn {
    width: 100%;
    min-height: 48px;
    border: 0 !important;
    background-color: #1B83BB !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 13px 16px !important;
    border-radius: 999px !important;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 14px rgba(27, 131, 187, 0.28);
}
.popupFormModal #submit_prebook_btn:hover:not(:disabled) {
    background-color: #156f9f !important;
    box-shadow: 0 6px 18px rgba(27, 131, 187, 0.4);
}
.popupFormModal #submit_prebook_btn:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(27, 131, 187, 0.32);
}
/* ==========================================================================
   Popup form state UI (initial → new-email → new-otp  /  initial → existing-otp)
   Email is collected only for the new-user flow, after the Reverse API check.
   Existing customers (SFDC already has their email) skip the email step entirely.
   ========================================================================== */
.popupFormModal #book_online_now[data-step="initial"] .popup-otp-group,
.popupFormModal #book_online_now[data-step="initial"] .popup-email-group,
.popupFormModal #book_online_now[data-step="new-otp"] .popup-email-group,
.popupFormModal #book_online_now[data-step="existing-otp"] .popup-email-group { display: none; }
.popupFormModal #book_online_now[data-step="new-email"] .popup-name-group,
.popupFormModal #book_online_now[data-step="new-email"] .popup-phone-group,
.popupFormModal #book_online_now[data-step="new-email"] .popup-otp-group,
.popupFormModal #book_online_now[data-step="new-email"] .popup-consent-group,
.popupFormModal #book_online_now[data-step="new-email"] .cp-note { display: none; }
.popupFormModal #book_online_now[data-step="initial"] #popup_status_text:empty { display: none; }
.popupFormModal #book_online_now[data-step="existing-otp"] #popup_resend_otp { display: none; }
.popupFormModal .popup-otp-group { position: relative; }
/* Locked Name/Phone during OTP steps — visually communicate "not editable here;
   use the Change phone number link to edit". */
.popupFormModal .form-control[readonly] {
    background-color: #f3f5f7;
    color: #6b7280;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><circle cx='10' cy='10' r='8' fill='none' stroke='%23dc3545' stroke-width='2'/><line x1='4.3' y1='4.3' x2='15.7' y2='15.7' stroke='%23dc3545' stroke-width='2'/></svg>") 10 10, not-allowed;
    border-color: #e3e3e3;
}
.popupFormModal .form-control[readonly]:focus {
    border-color: #e3e3e3;
    box-shadow: none;
}
.popupFormModal .form-control[readonly]::selection { background: transparent; }
/* When the country picker is locked we set pointer-events:none in JS; hide the
   dropdown arrow so it doesn't look interactive. The flag and dial code stay
   fully visible/readable. */
.popupFormModal .iti__flag-container[aria-disabled="true"],
.popupFormModal .flag-container[aria-disabled="true"] {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><circle cx='10' cy='10' r='8' fill='none' stroke='%23dc3545' stroke-width='2'/><line x1='4.3' y1='4.3' x2='15.7' y2='15.7' stroke='%23dc3545' stroke-width='2'/></svg>") 10 10, not-allowed;
}
.popupFormModal .iti__flag-container[aria-disabled="true"] .iti__arrow,
.popupFormModal .flag-container[aria-disabled="true"] .arrow {
    visibility: hidden;
}
.popupFormModal #popup_resend_otp {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    color: #1B83BB;
    text-decoration: none;
    font-weight: 500;
}
.popupFormModal #popup_change_details {
    display: inline-block;
    margin-top: 6px;
    margin-left: 12px;
    font-size: 12px;
    color: #1B83BB;
    text-decoration: none;
    font-weight: 500;
}
.popupFormModal #popup_change_details:hover {
    text-decoration: underline;
}
.popupFormModal #popup_resend_otp:hover { text-decoration: underline; }
.popupFormModal #popup_resend_otp.is-disabled {
    color: #94a3b8;
    pointer-events: none;
    cursor: default;
}
.popupFormModal #popup_status_text {
    font-size: 12.5px;
    line-height: 1.45;
    padding: 8px 12px;
    border-radius: 8px;
    margin: 6px 0 10px;
    border: 1px solid transparent;
}
.popupFormModal #popup_status_text:empty { padding: 0; border: 0; margin: 0; }
.popupFormModal .popup-status--info {
    background: #f0f9ff;
    color: #075985;
    border-color: #bae6fd;
}
.popupFormModal .popup-status--error {
    background: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}
.popupFormModal .popup-status--success {
    background: #ecfdf5;
    color: #065f46;
    border-color: #a7f3d0;
}

.popupFormModal #submit_prebook_btn:disabled {
    cursor: not-allowed;
    background-color: #1B83BB !important;
    /* Bulletproof text-hide: font-size 0 + transparent color so no inherited rule can show the SUBMIT text. */
    color: transparent !important;
    font-size: 0 !important;
    /* Sharp, self-animating Lucide loader-pinwheel SVG overlaid on a clean brand-blue button. */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><g><path d='M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0'/><path d='M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6'/><path d='M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6'/><circle cx='12' cy='12' r='10'/><animateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='0.9s' repeatCount='indefinite'/></g></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 26px 26px !important;
    /* Soft pulsing glow communicates "working" without obscuring the spinner. */
    animation: submitBtnPulse 1.4s ease-in-out infinite;
}
@keyframes submitBtnPulse {
    0%, 100% { box-shadow: 0 4px 14px rgba(27, 131, 187, 0.28); }
    50%      { box-shadow: 0 6px 22px rgba(27, 131, 187, 0.55); }
}

/* ==========================================================================
   Success / error message — modern card under the SUBMIT button
   ========================================================================== */
.popupFormModal #message_popupform {
    margin-top: 14px;
}
.popupFormModal #message_popupform .alert,
.popupFormModal #message_popupform > div[class*="alert"] {
    border-radius: 10px;
    padding: 14px 16px 14px 48px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    animation: popupAlertIn 0.25s ease-out;
}
@keyframes popupAlertIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.popupFormModal #message_popupform .alert-success {
    background-color: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
    border-left: 4px solid #10b981;
}
.popupFormModal #message_popupform .alert-success::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #10b981 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 14px no-repeat;
}
.popupFormModal #message_popupform .alert-danger {
    background-color: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
    border-left: 4px solid #dc2626;
}
.popupFormModal #message_popupform .alert-danger::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background: #dc2626 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='18' y1='6' x2='6' y2='18'/><line x1='6' y1='6' x2='18' y2='18'/></svg>") center / 14px no-repeat;
}

.modalBody img{
    display: inline-block !important;
}

/* ==========================================================================
   Tier 2 — EOI wizard modern polish (brand color #1B83BB)
   Items implemented: 2 (heading), 3-6 (stepper), 7 (intro callout),
   8-10 (form fields), 12-13 (buttons), 14 (card wrapper), 15 (footer),
   16 (step fade), 18 (mobile responsive).
   Scoped to .bookform-sec / .cof-list / .book-content / .next-tab so the
   popup form (.popupFormModal) is untouched.
   ========================================================================== */

/* --- Item 14: page background + wizard card wrapper. Logos + title live in <header> --- */
header .head-left img { max-height: 90px; width: auto; }
header .head-right img { max-height: 64px; width: auto; }
header h2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1f2937;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
section.bookform-sec {
    background: #f5f7fa;
    padding: 16px 0 40px;
    min-height: calc(100vh - 200px);
}
section.bookform-sec > .container > .row > [class*="col-"]:has(> .book-tab) {
    position: relative;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 32px 32px 28px;
    margin: 24px auto;
    max-width: 1180px;
}

/* --- Item 2: heading restyle --- */
.bookform-sec h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #1f2937;
    text-align: center;
    margin: 0 0 28px;
    text-transform: uppercase;
}

/* --- Items 3, 5, 6: stepper styling (active + connector + hover) --- */
.bookform-sec .cof-list { margin: 0 0 24px; }
/* Give each step an equal share of the full row width so labels fit on max 2 lines. */
.bookform-sec .cof-list li {
    flex: 1 1 0 !important;
    flex-basis: 0 !important;
    padding: 10px 8px !important;
    min-width: 0;
}
.bookform-sec .cof-list li h4 {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin: 10px 4px 0 !important;
    word-break: keep-all;
}
.bookform-sec .cof-list li span {
    transition: transform 0.18s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
    background: #cbd5e1;
}
.bookform-sec .cof-list li h4 {
    color: #94a3b8 !important;
    transition: color 0.2s ease;
}
.bookform-sec .cof-list li:hover span {
    transform: scale(1.06);
}
/* Connector (the line between circles) — default grey */
.bookform-sec .cof-list li:after { background: #cbd5e1 !important; }

/* Active step (current) — brand blue with glow ring */
.bookform-sec .cof-list li.active span {
    background: #1B83BB !important;
    box-shadow: 0 0 0 4px rgba(27, 131, 187, 0.18);
    animation: stepActivate 0.45s ease-out;
}
.bookform-sec .cof-list li.active h4 {
    color: #1B83BB !important;
    font-weight: 600;
}
.bookform-sec .cof-list li.active:after { background: #1B83BB !important; }

@keyframes stepActivate {
    0%   { transform: scale(0.75); }
    55%  { transform: scale(1.12); }
    100% { transform: scale(1); }
}

/* --- Item 4: completed steps (prior siblings of active) — solid blue + white check --- */
.bookform-sec .cof-list li:has(~ li.active) span {
    background: #1B83BB !important;
    color: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px !important;
}
.bookform-sec .cof-list li:has(~ li.active) h4 {
    color: #4b5563 !important;
    font-weight: 500;
}
.bookform-sec .cof-list li:has(~ li.active):after { background: #1B83BB !important; }

/* Step-1 fields already OTP-verified in the popup — locked and muted. */
.bookform-sec .book-fild.is-locked {
    background-color: #f3f4f6;
    color: #4b5563;
    cursor: not-allowed;
}
.bookform-sec .book-fild.is-locked:focus {
    outline: none;
    box-shadow: none;
}

/* --- Item 7: intro paragraph (applicant_declaration) callout --- */
.bookform-sec #applicant_declaration { display: none !important; }
.bookform-sec #applicant_declaration:not(:empty) {
    background: #f0f9ff;
    border-left: 4px solid #1B83BB;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #1f2937;
}
.bookform-sec #applicant_declaration p { margin: 0 0 10px; }
.bookform-sec #applicant_declaration p:last-child { margin-bottom: 0; }

/* --- Items 8, 9, 10: form fields (label above + left-aligned, bordered input, brand-blue focus) --- */
.bookform-sec .frt-list.row {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 0 16px;
}
.bookform-sec .frt-list.row > label {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 6px !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    text-align: left !important;
    line-height: 1.3;
    /* Override the global .bookform-sec label flex right-alignment. */
    display: block !important;
    justify-content: flex-start !important;
}
.bookform-sec .frt-list.row > div[class*="col-"] {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.bookform-sec .book-fild {
    border: 1px solid #e3e7ec !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    height: 42px !important;
    line-height: 1.4 !important;
    background: #fff !important;
    color: #1f2937 !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
    width: 100% !important;
    box-sizing: border-box;
}
.bookform-sec .book-fild:focus {
    border-color: #1B83BB !important;
    box-shadow: 0 0 0 3px rgba(27, 131, 187, 0.15) !important;
    outline: none !important;
}
.bookform-sec .book-fild[readonly] {
    background: #f8fafc !important;
    cursor: not-allowed;
}
.bookform-sec .signup-error {
    color: #dc2626;
    font-size: 12px;
    line-height: 1.4;
    display: block;
    margin-top: 4px;
}

/* --- Items 12, 13: Next / Prev pill buttons with hover/active --- */
.bookform-sec .next-tab {
    text-align: right;
    margin: 24px 0 8px;
    padding: 0;
}
.bookform-sec .next-tab li {
    margin-left: 12px;
    display: inline-block;
}
.bookform-sec .next-tab button {
    height: 44px;
    padding: 0 32px;
    border-radius: 999px !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: #1B83BB;
    color: #fff;
    border: 0;
    box-shadow: 0 3px 12px rgba(27, 131, 187, 0.28);
    transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.15s ease;
    line-height: 44px;
    cursor: pointer;
}
.bookform-sec .next-tab button:hover:not(:disabled) {
    background: #156f9f;
    box-shadow: 0 5px 18px rgba(27, 131, 187, 0.42);
}
.bookform-sec .next-tab button:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(27, 131, 187, 0.32);
}
.bookform-sec .next-tab #prevBtn {
    background: #fff;
    color: #1B83BB;
    border: 1.5px solid #1B83BB;
    box-shadow: none;
}
.bookform-sec .next-tab #prevBtn:hover:not(:disabled) {
    background: rgba(27, 131, 187, 0.08);
    box-shadow: none;
}

/* --- Item 15: footer disclaimer restyle --- */
footer { background: transparent; }
footer p {
    max-width: 100%;
    margin: 8px auto;
    font-size: 12.5px;
    line-height: 1.7;
    color: #6b7280;
    text-align: center;
}
footer p strong {
    color: #1B83BB;
    font-weight: 600;
}
footer a {
    color: #1B83BB;
    text-decoration: none;
    transition: color 0.15s ease;
}
footer a:hover { text-decoration: underline; color: #156f9f; }

/* --- Item 16: smooth fade-in when a step (.tab) becomes visible --- */
.bookform-sec .tab { animation: tabFadeIn 0.32s ease-out; }
@keyframes tabFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- Item 18: mobile responsive (<= 767px) --- */
@media (max-width: 767px) {
    /* Header: title can't fit in the narrow center column at desktop size,
       so stack logos on row 1 (50/50) and float the title full-width on row 2. */
    header { padding: 8px 0; }
    header > .container > .row > .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    header > .container > .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
        margin-top: 8px;
    }
    header h2 {
        font-size: 15px !important;
        letter-spacing: 0.2px;
        line-height: 1.3;
    }
    header .head-left img,
    header .head-right img {
        max-height: 44px !important;
        height: auto !important;
    }
    section.bookform-sec > .container > .row > [class*="col-"]:has(> .book-tab) {
        padding: 56px 12px 16px;
        margin: 12px 8px;
        border-radius: 10px;
    }
    /* Logo: shrink + dock to a corner that doesn't collide with the heading. */
    section.bookform-sec > .container > .row > [class*="col-"]:has(> .book-tab)::before {
        width: 72px !important;
        height: 36px !important;
        top: 10px !important;
        right: 12px !important;
    }
    .bookform-sec h2 {
        font-size: 16px !important;
        letter-spacing: 0.2px;
        margin: 0 0 16px !important;
        line-height: 1.3;
    }
    /* Stepper: keep all 5 in one row but compact. */
    .bookform-sec .cof-list { padding: 0; margin: 0 -4px 18px !important; }
    .bookform-sec .cof-list li {
        padding: 4px 2px !important;
        flex-basis: 20% !important;
        min-width: 0;
    }
    .bookform-sec .cof-list li span {
        width: 30px !important;
        height: 30px !important;
        font-size: 13px !important;
        line-height: 28px !important;
        box-shadow: 0 0 0 3px rgba(27, 131, 187, 0.15) !important;
    }
    .bookform-sec .cof-list li:after { top: 19px !important; }
    /* Hide all step labels on mobile so each circle's li doesn't stretch
       to match step 1's long 2-line label — fixes the gap below numbers 2-5. */
    .bookform-sec .cof-list li h4 { display: none !important; }
    /* Then float the ACTIVE step's label centered below the entire stepper. */
    .bookform-sec .cof-list { padding-bottom: 26px !important; position: relative; }
    .bookform-sec .cof-list li.active h4 {
        display: block !important;
        position: absolute;
        left: 0; right: 0; bottom: 0;
        text-align: center;
        font-size: 12px !important;
        color: #1B83BB !important;
        font-weight: 600 !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }
    .bookform-sec .cof-list li:has(~ li.active) span {
        background-size: 16px !important;
    }
    /* Intro callout: tighter padding on mobile. */
    .bookform-sec #applicant_declaration {
        font-size: 12px !important;
        padding: 10px 12px !important;
        line-height: 1.55 !important;
    }
    /* Form fields: full-width on mobile (Bootstrap col-sm-4 already stacks). */
    .bookform-sec .frt-list.row { margin-bottom: 12px !important; }
    .bookform-sec .book-fild { font-size: 13px !important; height: 40px !important; }
    /* Tables: smaller padding so they fit. */
    .bookform-sec .book-table tr th,
    .bookform-sec .book-table tr td {
        padding: 10px 6px !important;
        font-size: 11.5px !important;
    }
    .bookform-sec .next-tab {
        text-align: center;
        margin-top: 20px;
    }
    .bookform-sec .next-tab li {
        display: block;
        margin: 8px 0 0;
    }
    .bookform-sec .next-tab button { width: 100%; padding: 0 16px; }
    .bookform-sec #applicant_declaration { font-size: 13px; padding: 12px 14px; }
    footer p { font-size: 11.5px; padding: 0 12px; }
}

/* ==========================================================================
   Booking tables (Choose the Unit, etc.) — style-only modernization.
   Logic, IDs, names, and radio behavior are untouched.
   ========================================================================== */

/* Wrap-area: subtle shadow + rounded corners, hide inner cell borders, only keep row dividers. */
.bookform-sec .table-responsive {
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05), 0 4px 18px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    background: #fff;
    margin: 12px 0 20px;
}
.bookform-sec .book-table {
    width: 100%;
    margin: 0 !important;
    border-collapse: collapse !important;
    background: #fff;
}
.bookform-sec .book-table tr,
.bookform-sec .book-table tr td,
.bookform-sec .book-table tr th {
    background: #fff;
    color: #1f2937 !important;
    font-size: 14px !important;
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid #d1d9e3 !important;
}

/* Header row: brand-blue tint background, brand-blue bold text. */
.bookform-sec .book-table tr th {
    background: #f0f9ff !important;
    color: #1B83BB !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 14px 16px !important;
    border-bottom: 1px solid #e0e7ef !important;
    text-align: center;
}

/* Body cells: roomy padding (cell borders applied above via border-collapse: collapse). */
.bookform-sec .book-table tr td {
    padding: 16px 16px !important;
    transition: background-color 0.15s ease;
}
.bookform-sec .book-table tr th {
    border-color: #b8d4e6 !important;
}

/* Row hover (only on rows that have an interactive radio inside). */
.bookform-sec .book-table tr:hover td {
    background-color: #f8fbfd;
}
/* Selected-row highlight when a radio inside the row is checked. */
.bookform-sec .book-table tr:has(input[type="radio"]:checked) td {
    background-color: #eaf5fc !important;
}

/* Caption/title styling (Configuration and Price Range for Villas:) */
.bookform-sec .caption-style + p,
.bookform-sec h4 + .book-table,
.bookform-sec .book-content h4,
.bookform-sec .book-content > p:first-of-type {
    color: #1B83BB;
}

/* Footnote below table — italic muted grey. */
.bookform-sec .book-content > p {
    font-size: 12.5px;
    color: #6b7280;
    line-height: 1.6;
    font-style: italic;
    margin: 8px 4px 20px;
}

/* Custom radio buttons — brand blue, larger touch target. (style only; HTML radios still drive logic) */
.bookform-sec input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    vertical-align: middle;
}
.bookform-sec input[type="radio"]:hover {
    border-color: #1B83BB;
}
.bookform-sec input[type="radio"]:checked {
    border-color: #1B83BB;
    box-shadow: 0 0 0 4px rgba(27, 131, 187, 0.12);
}
.bookform-sec input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    background: #1B83BB;
    border-radius: 50%;
}
.bookform-sec input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(27, 131, 187, 0.22);
}

/* Mobile pass for tables. */
@media (max-width: 767px) {
    .bookform-sec .book-table tr th,
    .bookform-sec .book-table tr td {
        padding: 11px 8px !important;
        font-size: 12.5px !important;
    }
    .bookform-sec .book-table tr th { font-size: 11px !important; }
    .bookform-sec input[type="radio"] { width: 22px; height: 22px; }
}

/* ==========================================================================
   Payment-method CTAs (Book Now / Pay Now / Pay Now with EaseBuzz) — bring
   them in line with the modern pill button used for Next.
   ========================================================================== */
.bookform-sec .pay-btn,
.bookform-sec #submit-pay,
.bookform-sec #submit-pay1,
.bookform-sec #submit-pay2,
.bookform-sec #submit-pay-easebuzz {
    display: inline-block;
    min-height: 44px;
    height: auto;
    padding: 0 32px !important;
    line-height: 44px;
    border: 0 !important;
    background: #1B83BB !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px;
    border-radius: 999px !important;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(27, 131, 187, 0.28);
    transition: background-color 0.15s ease, transform 0.05s ease, box-shadow 0.15s ease;
    outline: none;
    text-transform: none;
    margin: 10px 0 0;
}
.bookform-sec .pay-btn:hover:not(:disabled) {
    background: #156f9f !important;
    box-shadow: 0 5px 18px rgba(27, 131, 187, 0.42);
}
.bookform-sec .pay-btn:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(27, 131, 187, 0.32);
}
.bookform-sec .pay-btn:disabled {
    cursor: not-allowed;
    background: #7fb3d2 !important;
    box-shadow: none;
}
/* Wrapper divs around the pay buttons keep their padding but right-align if you want — leaving default left for now. */
.bookform-sec #cheque_section_cta,
.bookform-sec #neft_section_cta,
.bookform-sec #razorpay_section_cta,
.bookform-sec #easebuzz_section_cta {
    padding: 12px 0 4px !important;
}

/* ==========================================================================
   Success / failed confirmation page polish
   ========================================================================== */
.bookform-sec .success-page {
    text-align: center;
    padding: 36px 20px 28px;
    max-width: 620px;
    margin: 0 auto;
}
.bookform-sec .success-page img {
    width: 96px;
    height: auto;
    margin: 0 auto 22px;
    animation: successPop 0.55s ease-out;
}
@keyframes successPop {
    0%   { transform: scale(0.4); opacity: 0; }
    60%  { transform: scale(1.12); }
    100% { transform: scale(1); opacity: 1; }
}
.bookform-sec .success-page h4 {
    color: #1B83BB !important;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.6;
    margin: 6px 0 !important;
    font-family: inherit;
}
.bookform-sec .success-page h4:first-of-type {
    color: #1f2937 !important;
    font-weight: 600;
    font-size: 19px !important;
    margin-bottom: 10px !important;
}

/* Hide Razorpay payment option (and its Pay Now CTA) from the payment-method step. */
.bookform-sec .col-sm-3:has(#payment_method_razorpay),
.bookform-sec #razorpay_section_cta {
    display: none !important;
}

/* Payment method cards — selectable tile pattern */
.check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.check-list .col-sm-3 {
    flex: 1 1 220px;
    max-width: 280px;
    padding: 0;
}
.payment-card {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border: 1.5px solid #d6dbe0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    color: #2b3340;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.payment-card:hover {
    border-color: #1B83BB;
    box-shadow: 0 2px 8px rgba(27, 131, 187, .12);
    transform: translateY(-1px);
}
.payment-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1.5px solid #b6bcc4;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
    transition: border-color .15s ease, border-width .15s ease;
}
.payment-card input[type="radio"]:checked {
    border-color: #1B83BB;
    border-width: 6px;
}
.payment-card input[type="radio"]:focus-visible {
    outline: 2px solid #1B83BB;
    outline-offset: 2px;
}
.payment-card-label {
    font-size: 15px;
    line-height: 1.2;
}
.check-list .col-sm-3:has(input[type="radio"]:checked) .payment-card {
    border-color: #1B83BB;
    background: #f3f9fd;
    box-shadow: 0 2px 10px rgba(27, 131, 187, .18);
}
#Cheque_section {
    margin-top: 22px;
}
/* "How did you hear about us?" radio options — clickable labels with proper alignment */
.opt-radio {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 8px;
    margin: 0 !important;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #636060 !important;
    line-height: 1.3;
}
.opt-radio input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

/* EOI title — desktop keeps it in the logos header; mobile moves it above the steps. */
.eoi-title-mobile { display: none; }
@media (max-width: 575.98px) {
    header .col-sm-6.col-6 h2 { display: none; }
    .eoi-title-mobile {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 15px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    section.bookform-sec > .container > .row > [class*="col-"]:has(> .book-tab) {
        padding: 25px 12px 16px;
        margin: 12px 8px;
        border-radius: 10px;
    }
}
