/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal; 
  font-weight: 400;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; 
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
/*  border: 0;*/
  margin: 0;
  outline: 0;
  padding: 7px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Inter";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Inter";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.header-part {
  padding: 10px 0;
}

.logo {
  display: inline-block;
}

.nav-bar {
  gap: 40px;
}
.nav-bar a {
  font-size: 16px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.nav-bar a.active, .nav-bar a:hover {
  color: #762BEF;
  font-weight: 500;
}
.nav-bar a.active:after, .nav-bar a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #762BEF;
  width: 21px;
  height: 2px;
}

.inner_navbar {
  gap: 20px;
}

.header-right-part {
  gap: 20px;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language i {
  margin-right: 10px;
  display: inline-block;
}
.language img {
  vertical-align: middle;
}
.language span {
  color: #646464;
  font-size: 18px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.contact_no {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 100px;
  border: 1px solid #762BEF;
  margin-left: 20px;
}
.contact_no img {
  vertical-align: middle;
  margin-right: 5px;
}

.register_button {
  color: #ffffff;
  background: #762BEF;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 26px;
  display: inline-block;
  border-radius: 7px;
}

.head_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.limit_box {
  position: relative;
}

.limit_root {
  position: absolute;
  top: 54px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 1;
  display: none;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 15px;
  border-radius: 5px;
  width: 300px;
  right: 0;
}
.limit_root::after {
  content: "";
  position: absolute;
  right: 35px;
  top: -29px;
  background: url(../images/up.svg) no-repeat 0;
  width: 45px;
  height: 45px;
}
.limit_root.active {
  display: block;
}

.limit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limit_list span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 44%;
  margin: 10px 0;
}
.limit_list i {
  display: inline-block;
  font-style: normal;
  width: 13%;
}

.profile_dropdown {
  position: relative;
}
.profile_dropdown span {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile_dropdown span img {
  margin-right: 5px;
}
.profile_dropdown span i {
  margin-right: 2px;
  display: inline-block;
  font-size: 16px;
}

.manageUserProfile {
  position: absolute;
  top: 32px;
  right: 0;
  width: 200px;
  padding: 0 10px;
  border: 1px solid #ddd;
  z-index: 15;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  display: none;
}
.manageUserProfile a {
  border-bottom: 1px solid #ddd;
  color: #012533;
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 15px;
}
.manageUserProfile .logout {
  padding-right: 5px;
}

.nav_bottom {
  background: #762BEF;
  color: #ffffff;
}
.nav_bottom ul {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.nav_bottom li a {
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-right: 1px solid #fff;
}
.nav_bottom li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav_bottom li:last-child a {
  border-right: none;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-bar {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: absolute;
    left: -100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    display: block;
    z-index: 9;
    width: 80%;
  }
  .nav-bar.active {
    left: 0;
  }
  .nav-bar li {
    border-bottom: 1px solid #ACACAC;
  }
  .nav-bar a {
    display: block;
    padding: 12px 15px;
  }
  .contact_no {
    font-size: 0;
    display: none;
  }
  .register_button {
    font-size: 14px;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 5px;
  }
  .header-right-part {
    gap: 10px;
  }
}
.footer {
  background: #FBFBFB url(../images/home/bm.png) no-repeat bottom;
  padding: 40px 0;
  color: #646464;
  border-bottom: 1px solid #E6E6E6;
}
.footer .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-content {
  width: 25%;
}
.footer-content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 15px;
}
.footer-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.footer-content p {
  font-size: 16px;
}
.footer-content ul li {
  line-height: 34px;
}
.footer-content ul a {
  font-size: 17px;
  color: #646464;
}

.copyright {
  padding: 12px 15px;
  text-align: center;
  font-size: 15px;
  color: white;
}

@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
  .footer-content {
    width: 100%;
    border-bottom: 1px solid #ACACAC;
    padding: 15px 0;
  }
  .footer-content:last-child {
    border: 0;
  }
}
.banner-section {
  background: url(../images/home/banner-img.png) no-repeat right;
  color: #000;
  padding: 90px 0 40px;
  position: relative;
}
.banner-section figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 52%;
}
.banner-section figure img {
  width: 100%;
  height: 100%;
  opacity: 60%;
}
.banner-section .container {
  position: relative;
}

.banner-content {
  width: 789px;
}
.banner-content .inner-content {
  width: 58%;
}
.banner-content .title {
  color: #FE2680;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  height: 55px;
  width: 231px;
  background: #ffffff;
  border-radius: 10px;
}
.banner-content h2, .banner-content span {
  font-size: 60px;
  font-weight: 700;
  line-height: 85px;
}
.banner-content span {
  color: #762BEF;
}
.banner-content p {
  margin: 20px 0;
  font-size: 20px;
  line-height: 33px;
  color: #646464;
}

.loginsearh {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
.loginsearh ul li {
  width: 22%;
  position: relative;
}
.loginsearh ul input {
  width: 100%;
  border: 1px solid #ACACAC;
  height: 55px;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
}
.loginsearh .password {
  position: absolute;
  right: 18px;
  top: 18px;
}

.loginbutton {
  display: inline-block;
  width: 100%;
  height: 55px;
  background: #762BEF;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 55px;
  cursor: pointer;
}

.checkbar {
  margin-top: 10px;
}
.checkbar input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbar label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.checkbar label:before {
  content: "";
  background-color: transparent;
  border: 2px solid #762BEF;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.checkbar input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.checkbar input:checked + label:before {
  background: #762BEF;
}

.changepassword {
  display: inline-block;
  color: #762BEF;
  font-size: 16px;
  text-decoration: underline;
}

.sweet-memory {
  background: url(../images/home/mapbg.png) no-repeat;
  background-size: cover;
  padding: 20px 0;
  margin-top: 40px;
  color: #000;
}
.sweet-memory .content-left {
  width: 45%;
  padding-top: 40px;
}
.sweet-memory .title {
  width: 173px;
  height: 43px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #FE2680;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 43px;
}
.sweet-memory picture {
  width: 49%;
}
.sweet-memory picture img {
  width: 100%;
}
.sweet-memory h2, .sweet-memory span {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}
.sweet-memory span {
  color: #762BEF;
}
.sweet-memory ul {
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 25px;
}
.sweet-memory ul li {
  margin-top: 30px;
}
.sweet-memory ul figure {
  width: 22%;
}
.sweet-memory ul article {
  width: 78%;
}
.sweet-memory h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.sweet-memory p {
  font-size: 16px;
}

.customer_root {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  padding: 35px 0 20px;
  color: #000;
}
.customer_root a {
  display: inline-block;
  background: #762BEF;
  color: #ffffff;
  padding: 14px 26px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 9px;
}
.customer_root img {
  margin-right: 15px;
}
.customer_root strong {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}
.customer_root small {
  color-interpolation-filters: #646464;
  font-weight: 400;
}

.hotelcity {
  padding: 40px 0 150px;
  text-align: center;
  color: #000;
}
.hotelcity .title {
  display: inline-block;
  background: #FBFBFB;
  color: #FE2680;
  padding: 10px 13px;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.hotelcity h2, .hotelcity span {
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}
.hotelcity span {
  color: #762BEF;
}
.hotelcity ul {
  margin-top: 45px;
}
.hotelcity ul li {
  width: 23%;
  overflow: hidden;
  border-radius: 15px;
}
.hotelcity ul li:nth-child(2n) {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.hotelcity figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotelcity figure img {
  width: 100%;
}
.hotelcity label {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 71px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  border-radius: 50px;
}
.hotelcity label img {
  width: auto;
}

.password_wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.66);
  z-index: 6;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.password_wrapper.active {
  bottom: 0;
}

.password_wrapper .centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.password_wrapper .heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}

.password_wrapper .formDiv {
  background: #fff;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 15px;
}

.password_wrapper .inputbox {
  position: relative;
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}

.password_wrapper label {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
}

.password_wrapper input {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.password_wrapper input:focus {
  border-bottom: 1px solid #ff2b00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.password_wrapper .flexbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.password_wrapper .btnbtn {
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  background: #ff2b00;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .banner-section {
    background-size: cover;
  }
  .banner-section figure {
    width: 100%;
  }
  .banner-section figure img {
    opacity: 100%;
  }
  .banner-content {
    width: 100%;
  }
  .banner-content .inner-content {
    width: 100%;
  }
  .banner-content h2, .banner-content span {
    font-size: 38px;
    line-height: 50px;
  }
  .banner-content p {
    color: #ffffff;
  }
  .loginsearh {
    -webkit-box-shadow: 4px 4px 30px 0px rgba(70, 70, 70, 0.1490196078);
            box-shadow: 4px 4px 30px 0px rgba(70, 70, 70, 0.1490196078);
  }
  .loginsearh ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sweet-memory .content-left {
    width: 100%;
  }
  .sweet-memory h2, .sweet-memory span {
    font-size: 28px;
  }
  .sweet-memory strong {
    width: 90%;
    text-align: right;
    margin-top: 10px;
  }
  .sweet-memory picture {
    width: 100%;
  }
  .sweet-memory picture img {
    width: 100%;
  }
  .hotelcity {
    padding-bottom: 120px;
  }
  .hotelcity ul {
    gap: 15px;
  }
  .hotelcity ul li {
    width: 48%;
  }
}
.hotel-banner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotel-banner figure img {
  width: 100%;
}

.hotel-search {
  margin-bottom: 100px;
  margin-top: -132px;
  position: relative;
}
.hotel-search ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
}
.hotel-search ul.tabs li {
  background: none;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.hotel-search ul.tabs li img {
  vertical-align: middle;
  margin-right: 4px;
}
.hotel-search ul.tabs li.current {
  color: #762BEF;
  position: relative;
}
.hotel-search ul.tabs li.current:after {
  content: "";
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../images/home/up.png) no-repeat;
  width: 45px;
  height: 26px;
}
.hotel-search .tab-content {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(70, 70, 70, 0.1490196078);
          box-shadow: 4px 4px 30px 0px rgba(70, 70, 70, 0.1490196078);
  padding: 15px 20px;
  border-radius: 18px;
}
.hotel-search .tab-content.current {
  display: inherit;
}

.radiobuttons {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  gap: 30px;
  padding: 10px 40px 20px;
}
.radiobuttons label {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.radiobuttons [type=radio]:checked,
.radiobuttons [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radiobuttons [type=radio]:checked + label,
.radiobuttons [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.radiobuttons [type=radio]:checked + label:before,
.radiobuttons [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CFCFCF;
  background-color: #CFCFCF;
  border-radius: 100%;
}
.radiobuttons [type=radio]:checked + label:after,
.radiobuttons [type=radio]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #762BEF;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-color: #000;
}
.radiobuttons [type=radio]:checked + label::before {
  border-color: #000;
}
.radiobuttons [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radiobuttons [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.searchfild {
  border: 1px solid #E1E1E1;
  color: #000;
  border-radius: 10px;
}
.searchfild .input_box, .searchfild .date_input, .searchfild .traveles_box, .searchfild .s_button {
  width: 16.66%;
  padding: 15px 17px;
  border-right: 1px solid #E1E1E1;
}
.searchfild .input_box input {
  font-size: 14px;
}
.searchfild input {
  width: 100%;
}
.searchfild .date_input input {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
.searchfild .date_input input::-webkit-input-placeholder {
  color: #000;
  opacity: 100%;
}
.searchfild .date_input input::-moz-placeholder {
  color: #000;
  opacity: 100%;
}
.searchfild .date_input input:-ms-input-placeholder {
  color: #000;
  opacity: 100%;
}
.searchfild .date_input input::-ms-input-placeholder {
  color: #000;
  opacity: 100%;
}
.searchfild .date_input input::placeholder {
  color: #000;
  opacity: 100%;
}
.searchfild span {
  display: inline-block;
  font-size: 14px;
}
.searchfild strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.s_button button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 10px;
  background: #762BEF;
  color: #ffffff;
  border-radius: 5px;
}

.set_prfc {
  margin-top: 10px;
}
.set_prfc span {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  background: url(../images/home/down.png) no-repeat 100%;
  padding-right: 20px;
}

.best-price {
  background: rgba(118, 43, 239, 0.031372549);
  padding: 40px 0;
  margin-bottom: 20px;
}
.best-price ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.best-price ul li {
  text-align: center;
}
.best-price figure {
  line-height: 0;
  margin-bottom: 20px;
}
.best-price strong {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}

.add_newlist li {
  padding: 5px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}
.add_newlist li:hover {
  background: #012533;
  color: #fff;
  cursor: pointer;
}
.add_newlist i {
  font-size: 13px;
  margin-right: 3px;
  width: 16px;
  text-align: center;
  display: inline-block;
}

.seachboxdiv {
  z-index: 9;
  position: absolute;
  background: #fff;
  width: 442px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
}
.seachboxdiv label.suggetion {
  margin: 0;
  color: #ffffff;
  background-color: #0f4988;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
}
.seachboxdiv .autocompletelist {
  max-height: 400px;
  overflow: auto;
}
.seachboxdiv .autocompletelist li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block !important;
  padding: 7px;
  padding-left: 33px;
  background: url(../images/home/map.svg) no-repeat 10px center;
  text-transform: capitalize;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  cursor: pointer;
  line-height: 15px;
  color: color2;
  font-size: 14px;
}
.seachboxdiv .autocompletelist li b {
  font-size: 14px;
  font-weight: 700;
}
.seachboxdiv .autocompletelist li span {
  margin: 0;
  padding-top: 5px;
  color: #000;
  font-size: 12px;
  display: block;
}
.seachboxdiv .autocompletelist li span b {
  font-size: 12px;
}
.seachboxdiv .autocompletelist li:hover {
  background-color: #f0f4ff;
}

.about-us-banner {
  color: #ffffff;
  position: relative;
}

.about-us-banner:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about-us-banner .banner-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us-banner .banner-slider img {
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.about-us-banner .banner-content-box {
  display: block;
}

.about-us-banner .heading {
  font-size: 45px;
  font-weight: 600;
}

.about-us-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.about-us-banner ul li {
  font-size: 15px;
}

.about-us-banner ul li::after {
  content: "/";
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 0 8px;
}

.about-us-banner ul li:last-child::after {
  display: none;
}

.about-us-banner ul a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}

.aboutus-content-root {
  padding: 30px 0;
  background: #ffffff;
}

.aboutus-content-root .heading {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}

.aboutus-content-root .heading::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -3px;
  z-index: 99;
  border-bottom: 7px solid #762BEF;
  width: 30px;
}

.aboutus-content-root .heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ddd;
  width: 84px;
}

.aboutus-content-root p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}

.aboutus-content-root .subheading {
  font-size: 20px;
  margin-bottom: 10px;
}

.aboutus-content-root ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 25px;
}

.aboutus-content-root ul li {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  padding-left: 5px;
}

.abouts-section {
  padding: 60px 0;
}

.abouts-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.abouts-section figure {
  width: 44%;
  line-height: 0;
  text-align: center;
}

.abouts-section .right-content {
  width: 55%;
}

.abouts-section .heading {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.abouts-section p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.abouts-section p strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0x;
}

.abouts-section a {
  display: inline-block;
  border-radius: 2px;
  padding: 10px 20px;
  background: #762BEF;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.contact-us-section {
  background: url(../images/home/bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 999;
}

.contact-us-section::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contact-us-section .heading {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.contact-us-section .text {
  font-size: 17px;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

.contact-us-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-us-section ul li {
  width: 31%;
  text-align: left;
}

.contact-us-section span {
  display: block;
  padding-top: 5px;
}

.contact-us-section i {
  font-size: 13px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 8px;
  text-align: center;
  background: #762BEF;
  border-radius: 100px;
}

.contact-us-section .title {
  font-size: 22px;
  font-weight: 600;
  padding: 12px 0 10px;
}

.contact-us-section p {
  font-size: 15px;
  padding-bottom: 10px;
  padding-right: 90px;
}

.content-form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-form-box figure {
  width: 50%;
  text-align: center;
  line-height: 0;
}

.content-form-box .right-form {
  width: 50%;
}

.content-form-box .inner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-form-box input, .content-form-box textarea {
  background: #FAFAFA;
  border: 1px solid #e6e6e6;
  padding: 16px;
  font-size: 15px;
  margin-bottom: 35px;
  width: 47%;
}

.content-form-box textarea {
  width: 100%;
  height: 120px;
}

.content-form-box button {
  display: inline-block;
  padding: 12px 20px;
  background: #762BEF;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .contact-us-section .text {
    width: 100%;
  }
  .contact-us-section ul {
    display: block;
    padding-bottom: 0;
  }
  .contact-us-section ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}



.ticketview {
            position: relative;
        }

        .manageticket {
            position: absolute;
            top: 43px;
            right: 0;
            width: 200px;
            padding: 0 10px;
            border: 1px solid #ddd;
            z-index: 15;
            text-align: left;
            background: #fff;
            -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
            border-radius: 2px;
            display: none;
        }

            .manageticket.active {
                display: block;
            }

            .manageticket a {
                border-bottom: 1px solid #ddd;
                color: #012533;
                display: block;
                padding: 8px 0;
                font-weight: 500;
                font-size: 15px;
            }