@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&amp;family=Poppins:ital,wght@0,400;0,500;1,400;1,500&amp;family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap");
/*CSS Table Of Content Starts Here*/
/*


//Css
@import "bootstrap.min.css";
@import "odometer.min.css";
@import "animate.css";
@import "magnific-popup.min.css";
@import "google-font.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "prism.css";
//Css


@import "_abstracts/_mixins";
@import "_abstracts/_variables";
@import "_base/_typography";
@import "_layout/_header";
@import "_layout/_banner";
@import "_layout/_section";
@import "_layout/_animation";
---------------------------
Section css
---------------------------
*/
/*CSS Table Of Content Ends Here*/
@import "bootstrap.min.css";
@import "odometer.min.css";
@import "animate.css";
@import "magnific-popup.min.css";
@import "google-font.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "prism.css";
:root {
  --body: #ffffff;
  --base: #2840BF;
  --darkbase: #1E0702;
  --text: #3F3F3F;
  --darkextra: #5A5A5A;
  --placeholder: #929292;
  --border: #CECECE;
  --bordertwo: #EBEBEB;
  --textwhite: #FFFFFF;
  --white: #FFFFFF;
  --bgsection: #F4F5FC;
  --pragraph-larg: #352C00;
  --socialbg: #EAEDF8;
  --buttoncolor: #4154B9;
  --pagination: #DFDFDF;
  --success: #008F20;
  --green: #087982;
  --meron: #862014;
  --borderthree: #DFE2F3;
  --checkborder: #D5DAF1;
  --cmnborder: #DFE3F7;
  --input: #D5DAF0;
  --inputtwo: #E0E4F8;
  --inputthree: #E9ECF9;
  --dadhes: #CBD1F0;
  --idborder: #EBEBEB;
}

body {
  color: var(--darkbase);
  padding: 0;
  margin: 0;
  background-color: var(--body);
  line-height: 1.5;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--darkbase);
  line-height: 1.2;
}

h1 {
  font-size: 4.75rem;
  font-weight: 700;
}

h2 {
  font-size: 3.5625rem;
  font-weight: 700;
}

h3 {
  font-size: 2.6875rem;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  font-weight: 700;
}

h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
}

.d1 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.d4 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--white);
}

a:hover {
  text-decoration: none;
  color: var(--darkbase);
}

input:focus {
  color: red;
}

.minusten {
  margin-top: -10px !important;
}
@media (max-width: 991px) {
  .minusten {
    margin-top: -5px;
  }
}
@media (max-width: 575px) {
  .minusten {
    margin-top: -2px;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

.pb__20 {
  padding-bottom: 20px;
}

.pt__20 {
  padding-top: 20px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}



.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt__60 {
  padding-top: 60px;
}

.pb__60 {
  padding-bottom: 60px;
}

.pt__40 {
  padding-top: 40px;
}
@media (max-width: 500px) {
  .pt__40 {
    padding-top: 20px;
  }
}

.pb__24 {
  padding-bottom: 24px;
}

.pb__20 {
  padding-bottom: 20px;
}

.pb__30 {
  padding-bottom: 30px;
}

.pt__30 {
  padding-top: 30px;
}

.pb__25 {
  padding-bottom: 25px;
}

.pt__25 {
  padding-top: 25px;
}

.pb__40 {
  padding-bottom: 40px;
}
@media (max-width: 500px) {
  .pb__40 {
    padding-bottom: 20px;
  }
}

.mt__60 {
  margin-top: 60px;
}

.mb__60 {
  margin-bottom: 60px;
}

.mb__40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb__40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb__40 {
    margin-bottom: 20px;
  }
}

.mt__40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt__40 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt__40 {
    margin-top: 20px;
  }
}

.mt__30 {
  margin-top: 30px;
}

.mb__30 {
  margin-bottom: 30px;
}

.mb__24 {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mb__24 {
    padding-bottom: 15px;
  }
}

.mt__24 {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .mt__24 {
    padding-top: 15px;
  }
}

.mb__20 {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .mb__20 {
    margin-bottom: 15px;
  }
}

.mt__20 {
  margin-top: 20px;
}

.pb__15 {
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .pb__15 {
    padding-bottom: 10px;
  }
}

.p__10 {
  padding: 10px;
}

.pt__10 {
  padding-top: 10px;
}

.pb__10 {
  padding-bottom: 10px;
}

.mb__15 {
  margin-bottom: 15px;
}

.mt__15 {
  margin-top: 15px;
}

.mb__10 {
  margin-bottom: 10px;
}

.priceb {
  border-bottom: 1px solid var(--inputthree);
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-26 {
  font-size: 1.625rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-32 {
  font-size: 2rem;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.round5 {
  border-radius: 5px;
}

.dadhes {
  border-bottom: 1px dashed var(--dadhes);
}

.textfilve {
  color: #5A5A5A;
}

.p__5 {
  padding: 5px;
}

@media (max-width: 575px) {
  .xs-28 {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .xs-32 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .xs-16 {
    font-size: 1rem;
  }
}

.troth {
  text-decoration: line-through !important;
  color: #A2ADE4;
}

.troth3 {
  color: #929292;
  text-decoration: line-through !important;
}

.troth2 {
  text-decoration: line-through !important;
  color: var(--placeholder);
}

.befores {
  position: relative;
}
.befores::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  content: "";
  background: rgba(98, 166, 250, 0.082);
  z-index: 1;
  transition: all 0.4s;
  border-radius: 5px;
  z-index: -1;
}
.befores:hover::before {
  width: 100%;
  height: 100%;
}

.gratext {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .pt__60 {
    padding-top: 40px;
  }
  .pb__60 {
    padding-bottom: 40px;
  }
  .pl__40 {
    padding-left: 30px;
  }
  .pr__40 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
/*-Responsive-*/
/*-Responsive-*/
.base {
  color: #452FF4 !important;
}

.danger {
  color: var(--danger) !important;
}

.theme {
  color: #41E295 !important;
}

.success {
  color: #005C30 !important;
}

.theme2 {
  color: #EDCB50 !important;
}

.title-white {
  color: var(--white);
}

.bgsection {
  background: var(--bgsection);
}

.bgsectiontwo {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%) !important;
}

.dollartext {
  color: #273EB4;
}

.shadow {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

.upper {
  text-transform: uppercase;
}

.border__10 {
  border-radius: 10px;
}

.tablebg {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}

.bbottom {
  border-bottom: 1px solid var(--input);
}

.bdash {
  border-bottom: 2px dashed var(--input);
}

.circle__input {
  border: 1px solid var(--input);
}

.bg__white {
  background: var(--whitebgdark);
}

.bgwhite {
  background: var(--white);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.dtext {
  color: #3F3F3F !important;
}

.pratext {
  color: #3F3F3F;
}

.lato {
  font-family: "Lato", sans-serif;
}

.relative {
  position: relative;
}

/*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(70, 47, 244, 0.3254901961);
  border-radius: 5px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
  background: rgba(118, 89, 214, 0.3019607843);
  border-radius: 10px;
}*/

.pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid var(--pagination);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text);
  font-family: "Lato", sans-serif;
  transition: all 0.4s;
}
.pagination a:hover {
  background: var(--base);
  color: var(--white);
  border-color: var(--base);
}
.pagination a:hover i {
  color: var(--white);
}
.pagination a span {
  margin-top: -4px;
}
.pagination a span i {
  font-size: 22px;
  color: var(--text);
}

.headborder {
  border-bottom: 1px solid #EBEBEB;
}

.border__bottom {
  border-bottom: 1px solid var(--bordertwo);
}

.border__top {
  border-top: 1px solid var(--bordertwo);
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 200;
  font-style: normal;
  font-size: 0.9rem;
  color: red;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section__header {
  z-index: 1;
  position: relative;
}
.section__header h2 {
  margin-bottom: 20px;
  color: var(--text);
}
@media (max-width: 1199px) {
  .section__header h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .section__header h2 {
    font-size: 1.7rem;
  }
}
.section__header p {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
}
@media (max-width: 1199px) {
  .section__header p {
    font-size: 1rem;
  }
}

.section__center {
  text-align: center;
  margin: 0 auto;
}

.max600 {
  max-width: 600px;
  margin: 0 auto;
}

/*--Section Header End--*/
/*--Section Header End--*/
/*--Social icons Here--*/
.social li .social__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--socialbg);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--Social icons End--*/
.header-section {
  width: 100%;
  position: fixed;
  background: var(--white);
  top: 0;
  z-index: 99;
}

.customize__header .container {
  max-width: 1500px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(94px);
          backdrop-filter: blur(94px);
}
@media (min-width: 992px) {
  .menu-fixed .header-wrapper .main-menu li a {
    padding: 30px 0;
  }
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 25px 0;
  }
}
.header-wrapper .logo-menu .logo {
  display: block;
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header-wrapper .logo-menu .logo {
    display: none;
  }
}
.header-wrapper .logo-menu .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .small__logo {
  display: block;
  width: 60px;
  height: 45px;
}
.header-wrapper .small__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .main-menu {
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .main-menu {
    gap: 0 14px;
  }
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
}
.header-wrapper .main-menu li a {
  color: var(--text);
  font-weight: 500;
  font-size: 1.125rem;
  padding: 30px 0px;
  transition: all 0.3s;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}
.header-wrapper .main-menu li a:hover {
  color: var(--success);
}
.header-wrapper .main-menu li a .icons {
  margin-top: -5px;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 1.2rem !important;
  color: var(--base-color);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li a {
    padding: 8px 10px;
  }
}
.header-wrapper .main-menu li .submenu__recharge {
  height: 350px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking {
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 380px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__booking li {
  width: 20%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__booking li:not(:first-child) {
  border-left: 1px solid var(--base);
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__booking {
    height: 350px;
    overflow-y: scroll;
  }
  .header-wrapper .main-menu li .submenu__booking li {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .submenu__booking li .mh__img {
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .submenu__element {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  height: 400px;
  overflow-y: scroll;
}
.header-wrapper .main-menu li .submenu__element li {
  width: 16.6666666667%;
  padding: 5px 5px;
}
.header-wrapper .main-menu li .submenu__element li a:hover {
  color: var(--white) !important;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .submenu__element li {
    width: 100%;
  }
}
.header-wrapper .main-menu li .sub-menu {
  background: var(--white);
  padding: 5px 5px 5px 5px;
  display: none;
  transform: translateY(0px);
  border-left: 4px solid var(--base);
  border-bottom: 4px solid var(--base);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s;
    box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
    border-radius: 10px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(40px);
  }
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: inline-block;
    width: 100%;
    height: 160px;
    padding: 5px 6px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    background: var(--base);
    display: flex;
    align-items: center;
    color: var(--white);
    justify-content: center;
  }
  .header-wrapper .main-menu li .sub-menu li .mh__img img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    font-size: 16px;
    height: 120px !important;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--banner);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  display: block;
  padding: 10px 15px;
  margin: 1px;
  border-radius: 8px;
}
.header-wrapper .main-menu li .sub-menu li a i {
  font-size: 0.9rem !important;
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: var(--base);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-wrapper .main-menu li .sub-menu li a {
    padding: 8px 5px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu li .mh__img {
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober {
  position: relative;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  transition: all 0.8s;
  box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border-left: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li {
  width: 100%;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li a {
  margin-left: 0px;
  padding: 5px 15px;
}
.header-wrapper .main-menu li .sub-menu .subtwohober .sub-two li:hover a {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu li .sub-menu .subtwohober .sub-two {
    position: initial;
    display: none;
  }
}
.header-wrapper .main-menu li .sub-menu .subtwohober:hover .sub-two {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transform: translateY(0px);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: unset;
}
.header-wrapper .main-menu .block__menus .sub-menu {
  height: 500px;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .header-wrapper .main-menu .block__menus .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-wrapper .main-menu .block__menus .sub-menu li {
  max-width: 20%;
}
.header-wrapper .main-menu .block__menus .sub-menu li a img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li a img {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-menu .block__menus .sub-menu li {
    width: initial;
  }
  .header-wrapper .main-menu .block__menus .sub-menu li a {
    display: block;
  }
}
.header-wrapper .sigin__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigin__grp {
    gap: 15px;
  }
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 8px 20px 9px;
  }
  .header-wrapper .sigin__grp .outline__btn {
    padding: 7px 20px 8px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .sigin__grp {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .header-wrapper .sigin__grp .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}
.header-wrapper .sigup__grp {
  gap: 24px;
}
@media (max-width: 1399px) {
  .header-wrapper .sigup__grp .cmn__btn {
    padding: 8px 18px 9px;
  }
  .header-wrapper .sigup__grp .outline__btn {
    padding: 7px 18px 8px;
  }
}
.header-wrapper .menu__right__components {
  gap: 0 15px;
}
@media (max-width: 500px) {
  .header-wrapper .menu__right__components {
    gap: 0 8px;
  }
}
@media (max-width: 575px) {
  .header-wrapper .menu__right__components .cmn__btn {
    padding: 5px 15px 6px;
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .header-wrapper .main-menu .grid__style {
    position: relative;
  }
  .header-wrapper .main-menu .grid__style .sub-menu {
    top: calc(100% - 20px);
    left: 0;
    width: 250px;
    display: grid;
  }
}
@media screen and (max-width: 991px) {
  .header-wrapper .main-menu {
    position: relative;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 15px 15px;
    background: var(--banner);
    transition: all 0.4s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid var(--border);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 6px;
    font-size: 1rem;
  }
  .main-menu li .cmn--btn {
    display: inline-block !important;
    padding: 8px 25px 6px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 3px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 7px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white);
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 1px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--text);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--text);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--text);
  }
  .header-bar span:last-child {
    bottom: 2px;
    background: var(--text);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
}
.header__twostyle {
  background: var(--base);
}
.header__twostyle .header-wrapper .main-menu li a {
  color: var(--white);
}
.header__twostyle .header-wrapper .sigin__grp .cmn__btn {
  background: var(--white);
  color: var(--base);
}
.header__twostyle .header-wrapper .sigin__grp .outline__btn {
  color: var(--white);
  background: var(--base);
  border-color: var(--buttoncolor);
}
.header__twostyle .header-wrapper .sigup__grp .cmn__btn {
  background: #415fe2;
}
.header__twostyle .header-wrapper .sigup__grp .outline__btn {
  color: var(--white);
  border-color: #415fe2;
}
.header__twostyle .header-wrapper .header-bar span {
  background: var(--white);
}

.header__threestyle.menu-fixed {
  background: var(--white);
}
.header__threestyle.menu-fixed .header-wrapper {
  border-bottom: unset;
}

.header__threestyle {
  background: transparent;
}
.header__threestyle .header-wrapper {
  border-bottom: 1px solid var(--bordertwo);
}

.banner__section {
  padding: 130px 0 40px;
}
.banner__section::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 55%;
  background: var(--bgsection);
  content: "";
  z-index: -1;
}

.fasilities__inner {
  gap: 10px;
}
@media (max-width: 1199px) {
  .fasilities__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fasilities__inner .fasilities__item {
  gap: 10px;
  padding: 12px 10px 14px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Lato", sans-serif;
  width: 12.5%;
  transition: all 0.5s;
}
.fasilities__inner .fasilities__item .icon img {
  transition: all 0.4s;
  width: 30px;
  height: 30px;
}
.fasilities__inner .fasilities__item span {
  font-weight: 500;
  transition: all 0.4s;
}
.fasilities__inner .fasilities__item:hover {
  background: var(--base);
}
.fasilities__inner .fasilities__item:hover span {
  color: var(--textwhite);
}
.fasilities__inner .fasilities__item:hover .icon img {
  filter: brightness(25);
}
@media (max-width: 1199px) {
  .fasilities__inner .fasilities__item {
    width: 14.2857142857%;
  }
}
@media (max-width: 991px) {
  .fasilities__inner .fasilities__item {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .fasilities__inner .fasilities__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .fasilities__inner .fasilities__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .fasilities__inner .fasilities__item {
    width: 100%;
  }
}
.fasilities__inner .active {
  background: var(--base);
}
.fasilities__inner .active span {
  color: var(--textwhite);
}
.fasilities__inner .active .icon img {
  filter: brightness(25);
}

.fasilities__innertwo {
  background: var(--textwhite);
  padding: 10px 10px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.fasilities__innertwo .fasilities__item {
  width: 100%;
  justify-content: flex-start;
}
.fasilities__innertwo .fasilities__item:not(:last-child) {
  margin-bottom: 15px;
}

.pay__sponsor__thumbtwo {
  width: 100%;
}
.pay__sponsor__thumbtwo img {
  width: 100%;
}

.recharge__paymentbox {
  background: var(--textwhite);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  padding: 30px 40px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .recharge__paymentbox {
    padding: 20px 15px;
  }
}
.recharge__paymentbox h5 {
  margin-bottom: 15px;
  font-weight: 400;
}
.recharge__paymentbox .prepaid__option {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
  justify-content: center;
}
.recharge__paymentbox .prepaid__option .prepaid__check input {
  box-shadow: none;
  border: 1px solid var(--border);
}
.recharge__paymentbox .prepaid__option .prepaid__check .form-check-input:checked[type=radio] {
  border: none;
}
.recharge__paymentbox form select {
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  padding: 16px 30px;
  color: var(--placeholder);
  width: 100%;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}
.recharge__paymentbox form input {
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  padding: 16px 30px;
  color: var(--placeholder);
  width: 100%;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  outline: none;
}
.recharge__paymentbox form ::-moz-placeholder {
  color: var(--placeholder);
}
.recharge__paymentbox form ::placeholder {
  color: var(--placeholder);
}
.recharge__paymentbox .payment__check {
  gap: 15px;
  align-items: center;
}
.recharge__paymentbox .payment__check .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid var(--bordertwo);
  box-shadow: none;
  background-color: var(--textwhite);
}
.recharge__paymentbox .payment__check .form-check-label {
  font-size: 1.125rem;
  color: var(--darkextra);
}
.recharge__paymentbox .payment__check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../img/banner/check.png);
  background-size: 15px;
}

.recharge__pymentboxthree {
  padding: 30px 30px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds {
  position: relative;
  overflow: hidden;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .nice-select {
  padding: 10px 35px 13px 80px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds input {
  padding: 10px 35px 13px 80px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .icon {
  position: absolute;
  left: 0;
  top: 1px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  width: 60px;
  height: 49px;
}
.recharge__pymentboxthree .form__thumb__added .payment__iconaddeds .icon img {
  padding-top: 4px;
}
@media (max-width: 575px) {
  .recharge__pymentboxthree {
    padding: 25px 15px;
  }
}

.payment__sponsor {
  position: relative;
}
.payment__sponsor .pay__sponsor__item {
  width: 100%;
}
.payment__sponsor .pay__sponsor__item img {
  width: 100%;
  border-radius: 10px;
}
.payment__sponsor .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.payment__sponsor .owl-nav .owl-prev i {
  background: var(--textwhite);
  border-radius: 50%;
}
.payment__sponsor .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.payment__sponsor .owl-nav .owl-next i {
  background: var(--textwhite);
  border-radius: 50%;
}

.pay__sponsor__grid {
  background: var(--textwhite);
  padding: 20px 10px;
}
.pay__sponsor__grid .promo__box:not(:last-child) {
  margin-bottom: 15px;
}
.pay__sponsor__grid .morehead {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  display: block;
  text-align: center;
  margin: 10px 0 35px;
}
.pay__sponsor__grid .morebtn {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  text-align: center;
}

.promo__sponsor__wrappertwo,
.promo__sponsor__wrapper {
  position: relative;
}
.promo__sponsor__wrappertwo .owl-nav,
.promo__sponsor__wrapper .owl-nav {
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
}

.promo__sponsor__item .promo__box:not(:last-child) {
  margin-bottom: 24px;
}
.promo__sponsor__item:last-child {
  margin-right: 2px;
}

.promo__box {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  gap: 20px;
  transition: all 0.4s;
}
.promo__box .content .link {
  margin-bottom: 10px;
  color: var(--text);
}
.promo__box .content a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promo__box .content a span {
  color: var(--base);
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  display: block;
}
.promo__box .content a .icon i {
  font-size: 1.25rem;
  color: var(--base);
}
.promo__box:hover {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.banner__section__two {
  padding: 130px 0 80px;
}
.banner__section__two .breadcumnd__link li {
  color: var(--text);
  font-weight: 500 !important;
  font-family: "Lato", sans-serif;
}
.banner__section__two .breadcumnd__link li a {
  color: var(--text);
  font-weight: 500 !important;
  font-family: "Lato", sans-serif;
}

.flight__roundtrip {
  margin-bottom: -210px;
}

.flight__onewaysection {
  padding-top: 175px;
}

.dubai {
  font-size: 26px;
}

@media (max-width: 1199px) {
  .flight__oneway__item {
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .flight__oneway__item .flight__oneway__inner {
    width: 700px;
    padding-bottom: 15px;
  }
}
.flight__oneway__item .table {
  width: 100%;
  margin-bottom: 0;
}
.flight__oneway__item .table tbody {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.flight__oneway__item .table tbody tr td {
  border: unset;
  padding: 30px 20px;
  position: relative;
}
.flight__oneway__item .table tbody tr td .troth {
  color: #A3ADE7;
  text-decoration: line-through;
  display: block;
}
.flight__oneway__item .table tbody tr td .cmn__btn {
  padding: 8px 18px;
}
.flight__oneway__item .table tbody tr td:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: url(../img/payment/line-vertical.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .flight__oneway__item .table tbody tr td:not(:first-child)::before {
    left: -10px;
  }
}
@media (max-width: 991px) {
  .flight__oneway__item .table tbody tr td:not(:first-child)::before {
    left: -10px;
  }
}
.flight__oneway__item .table tr th {
  padding: 15px 25px;
}
.flight__oneway__item .flight__wayfooter {
  padding: 15px 30px;
}
.flight__oneway__item .flight__wayfooter .dicon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.flight__oneway__item .flight__wayfooter .dicon img {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199px) {
  .flight__oneway__item2 {
    overflow-x: scroll;
  }
}
@media (max-width: 1199px) {
  .flight__oneway__item2 .flight__oneway__inner2 {
    width: 700px;
  }
}
.flight__oneway__item2 .headline__text {
  padding: 15px 25px;
}
.flight__oneway__item2 .tabletwo__body .table__conponent {
  padding: 30px 20px;
}
.flight__oneway__item2 .tabletwo__body .table__conponent li {
  position: relative;
}
.flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background: url(../img/payment/line-vertical.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .flight__oneway__item2 .tabletwo__body .table__conponent li:not(:first-child)::before {
    left: -10px;
  }
}
.flight__oneway__item2 .tabletwo__body .right__tableprice {
  border-left: 1px solid var(--cmnborder);
  padding: 30px;
  width: 250px;
  min-height: 100%;
}
@media (max-width: 1399px) {
  .flight__oneway__item2 .tabletwo__body .right__tableprice .cmn__btn {
    padding: 9px 15px;
  }
}
.flight__oneway__item2 .flight__wayfooter {
  padding: 15px 30px;
}
.flight__oneway__item2 .flight__wayfooter .dicon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.flight__oneway__item2 .flight__wayfooter .dicon img {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flight__oneway__confirmdetails {
  padding: 35px 40px 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .flight__oneway__confirmdetails {
    padding: 25px 15px 25px;
  }
}
.flight__oneway__confirmdetails .form-check-input {
  background-color: var(--white);
  border: 1px solid var(--text);
  box-shadow: none;
  outline: none;
  min-width: 16px;
  min-height: 16px;
}

.baggage__info {
  transition: all 0.4s;
  background: var(--white);
  padding: 5px;
  border-radius: 5px;
}
.baggage__info .icon {
  width: 54px;
  height: 54px;
  border: 1px solid var(--input);
  border-radius: 5px;
}
.baggage__info .content {
  width: calc(100% - 54px);
}
.baggage__info .content span {
  transition: all 0.4s;
}
.baggage__info:hover {
  background: var(--base);
}
.baggage__info:hover .icon img {
  filter: brightness(25);
}
.baggage__info:hover .content span {
  color: var(--white) !important;
}
.baggage__info:hover .content img {
  filter: brightness(25);
}

.protection__list {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .protection__list li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .protection__list li {
    width: 100%;
  }
}

.covid__restriction {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 30px 30px;
  border: 1px solid var(--input);
  gap: 20px;
}
@media (max-width: 767px) {
  .covid__restriction {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
.covid__restriction .icons {
  min-width: 54px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid var(--input);
}
.covid__restriction p {
  max-width: 450px;
}
.covid__restriction .cmn__btn {
  padding: 9px 18px;
  font-size: 18px;
  min-width: 169px;
}

.new__breadcumd {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 35px 0;
}

.banner__three {
  padding: 130px 0 80px;
  overflow: hidden;
  position: relative;
}
.banner__three .element__man {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner__three .watch__element {
  position: absolute;
  top: 50px;
  left: 20px;
}
.banner__three .touch__element {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
.banner__three .banner__wrapper__two {
  position: relative;
  z-index: 1;
}
.banner__three .ball__element {
  position: absolute;
  top: 80px;
  right: 60px;
}
@media (max-width: 1399px) {
  .banner__three .ball__element {
    display: none;
  }
}

.hotel__booksection {
  background: url(../img/hotel/hotel.jpg) no-repeat center center;
  background-size: cover;
  padding: 170px 0 210px;
}
@media (max-width: 1399px) {
  .hotel__booksection {
    padding: 160px 0 210px;
  }
}
@media (max-width: 1199px) {
  .hotel__booksection {
    position: relative;
  }
  .hotel__booksection::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.568627451);
  }
  .hotel__booksection .hotel__content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .hotel__booksection {
    padding: 150px 0 210px;
  }
}
.hotel__booksection .header-section {
  background: transparent;
}
.hotel__booksection .header-section .header-wrapper .sigin__grp .outline__btn {
  border: 1px solid #B1BDFE;
}

.hotel__content h1 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .hotel__content h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  .hotel__content h1 {
    font-size: 2.625rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .hotel__content h1 {
    font-size: 1.8125rem;
    margin-bottom: 18px;
  }
}
.hotel__content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hotel__content p {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  .hotel__content p {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
}
.hotel__content .cmn__grp {
  display: flex;
  align-items: center;
  gap: 15px 24px;
}
.hotel__content .cmn__grp .cmn__btn {
  border: 1px solid #BBC3EE;
}
@media (max-width: 450px) {
  .hotel__content .cmn__grp {
    gap: 15px;
  }
  .hotel__content .cmn__grp .cmn__btn {
    padding: 8px 18px;
  }
}

.hotelbooking__categoris__wrap {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  transform: translateY(-110px);
}
@media (max-width: 575px) {
  .hotelbooking__categoris__wrap {
    padding: 25px 15px;
  }
}
.hotelbooking__categoris__wrap .dating__body .hoteltitle {
  font-size: 1.5rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .hotelbooking__categoris__wrap .dating__body .hoteltitle {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.hotelbooking__categoris__wrap .dating__body .dating__body__box {
  justify-content: flex-start;
}

.flight__booksection {
  background: url(../img/flights/flight-banner.jpg) no-repeat center center;
  background-size: cover;
}

.breadcumnd__banner {
  padding: 180px 0 110px;
  background: var(--base);
}
@media (max-width: 575px) {
  .breadcumnd__banner {
    padding: 160px 0 85px;
  }
}

.breadcumnd__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bread__title {
  color: var(--white);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .bread__title {
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  .bread__title {
    font-size: 2.25rem;
  }
}

.breadcumnd__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 3px;
}
.breadcumnd__link li {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.breadcumnd__link li a {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.breadcumnd__link li i {
  color: var(--white);
  font-size: 1.5rem;
}

.booking__landing__one {
  padding: 90px 0 0;
  overflow: hidden;
}

.booking__thumb__one {
  width: 100%;
}
.booking__thumb__one img {
  width: 100%;
}
@media (max-width: 991px) {
  .booking__thumb__one {
    height: 350px;
  }
  .booking__thumb__one img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trans50y {
  transform: translateY(-140px);
  margin-bottom: -70px;
}
@media (max-width: 1199px) {
  .trans50y {
    transform: translateY(0px);
    margin-bottom: 0px;
    margin-top: 40px;
  }
}

.booking__landing__wrap1 {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
  background: var(--white);
}
@media (max-width: 500px) {
  .booking__landing__wrap1 {
    padding: 30px 15px;
  }
}

.booking__landing__head .nav {
  gap: 12px 20px;
  border: unset;
  padding: 0px 0px;
  box-shadow: none;
}
.booking__landing__head .nav .nav-item {
  background: transparent;
}
.booking__landing__head .nav .nav-item .nav-link {
  padding: 0 0;
  border: none;
  background: transparent;
  border-radius: 5px;
}
.booking__landing__head .nav .nav-item .nav-link.active {
  background: var(--base);
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item {
  background: transparent;
  padding: 10px 25px 10px;
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item .icon img {
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover {
  background: var(--base);
}

.dating__body .dating__body__box {
  display: flex;
  align-items: center;
  gap: 15px 24px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .dating__body .dating__body__box {
    flex-wrap: wrap;
  }
}
.dating__body .dating__hidden {
  overflow: hidden;
}
.dating__body .dating__item {
  width: 100%;
  position: relative;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.dating__body .dating__item .datelocation,
.dating__body .dating__item #datepicker2,
.dating__body .dating__item #datepicker {
  position: relative;
}
.dating__body .dating__item .datelocation .calendaricon,
.dating__body .dating__item #datepicker2 .calendaricon,
.dating__body .dating__item #datepicker .calendaricon {
  position: absolute;
  right: 15px;
  top: 8px;
}
.dating__body .dating__item .datelocation .calendaricon i,
.dating__body .dating__item #datepicker2 .calendaricon i,
.dating__body .dating__item #datepicker .calendaricon i {
  color: var(--placeholder);
  font-size: 24px;
}
.dating__body .dating__item .calendaricon {
  position: absolute;
  right: 15px;
  top: 8px;
}
.dating__body .dating__item .calendaricon i {
  color: var(--placeholder);
  font-size: 24px;
}
.dating__body .dating__item input {
  box-shadow: none;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px 16px 15px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.dating__body .dating__item::-moz-placeholder {
  color: var(--placeholder);
}
.dating__body .dating__item::placeholder {
  color: var(--placeholder);
}
.dating__body .dating__item .cmn__btn {
  border: none;
  outline: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .dating__body .dating__item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .dating__body .dating__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .dating__body .dating__item {
    width: 100%;
  }
  .dating__body .dating__item input {
    width: 100%;
  }
}
.dating__body .select__border {
  border: none;
}
.dating__body .booking__radio {
  display: flex;
  align-items: center;
  gap: 12px 30px;
  flex-wrap: wrap;
}
.dating__body .booking__radio .b__radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dating__body .booking__radio .b__radio .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--bordertwo);
  box-shadow: none;
  outline: none;
}
.dating__body .booking__radio .b__radio label {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
}

.dating__body__box.dating__flight {
  flex-wrap: wrap;
  display: flex;
}
.dating__body__box.dating__flight .dating__item {
  max-width: 100%;
  border: 1px solid var(--bordertwo);
  position: relative;
}
@media (max-width: 1199px) {
  .dating__body__box.dating__flight .dating__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dating__body__box.dating__flight .dating__item {
    width: 100% !important;
  }
}
.dating__body__box.dating__flight .dating__item .datelocation {
  position: relative !important;
}
.dating__body__box.dating__flight .dating__item .datelocation input {
  box-shadow: none;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px 16px 15px;
  border-radius: 5px;
}
.dating__body__box.dating__flight .dating__item .calendaricon {
  position: absolute;
  right: 15px;
  top: 8px;
  display: block;
}
.dating__body__box.dating__flight .dating__item .calendaricon i {
  color: var(--placeholder);
  font-size: 24px;
}
.dating__body__box.dating__flight .select__border {
  border: none;
}

.boock__check {
  display: flex;
  align-items: center;
  gap: 15px;
}
.boock__check .form-check-input {
  box-shadow: none;
  outline: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.boock__check input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../img/payment/check.png);
  background-size: 0.6rem;
}
.boock__check .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.boock__check label {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--placeholder);
}

.booking__landing__two {
  padding: 120px 0 100px;
}

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

.booking__landing__headtwo {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px 10px;
  height: 100%;
}
.booking__landing__headtwo .nav .nav-item {
  width: 100%;
}
.booking__landing__headtwo .nav .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
.booking__landing__headtwo .nav .nav-item .nav-link {
  width: 100%;
}
.booking__landing__headtwo .nav .nav-item .nav-link .fasilities__item {
  padding: 14px 25px 14px;
  width: 100%;
  display: block;
}

.booking__landing__bodytwo .dating__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .booking__landing__bodytwo .dating__body {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .booking__landing__bodytwo .dating__body {
    padding: 25px 15px;
  }
}
@media (max-width: 1399px) {
  .booking__landing__bodytwo .dating__body .dating__item {
    width: 100%;
  }
}
.booking__landing__bodytwo .dating__body .dating__item i {
  font-size: 22px;
  color: var(--placeholder);
}

.dating__body .bdcommontext {
  color: var(--text);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
@media (max-width: 575px) {
  .dating__body .bdcommontext {
    font-size: 1.25rem;
  }
}

.booktricket__thumb {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .booktricket__thumb {
    width: initial !important;
  }
}
@media (max-width: 991px) {
  .booktricket__thumb {
    max-width: 500px;
    margin: 0 auto;
  }
}
.booktricket__thumb img {
  width: 100%;
  height: 100%;
}
.booktricket__thumb .cmn__hotel {
  position: absolute;
  left: 20px;
  top: 190px;
  background: var(--white);
  color: var(--base);
  padding: 7px 18px 6px;
}
.booktricket__thumb .cmn__flight {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--white);
  color: #0B77B4;
  padding: 7px 18px 6px;
}

.booking__landingsection__three {
  padding: 90px 0 0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  position: relative;
  overflow: hidden;
}

.tab-pane {
  position: relative;
}
.tab-pane .hoelmainshape {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tab-pane .hoelmainshape2 {
  position: absolute;
  left: 95%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tab-pane .hoelmainshape3 {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.booking__landing__headthree {
  background: var(--base);
  padding: 30px 0;
}
.booking__landing__headthree .booking__landing__head .nav {
  background: none;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .booking__landing__head .nav {
    gap: 10px 10px;
  }
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active {
  background: var(--white);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active .fasilities__item .icon img {
  filter: unset;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link.active .fasilities__item span {
  color: var(--base);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item {
  border: 1px solid #4B61D6;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item {
    padding: 10px 17px 10px;
  }
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item .icon img {
  filter: brightness(25);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item span {
  color: var(--white);
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover .icon img {
  filter: brightness(25);
}
.booking__landing__headthree .booking__landing__head .nav .nav-item .nav-link .fasilities__item:hover span {
  color: var(--white);
}
.booking__landing__headthree .search__contact {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .search__contact {
    gap: 10px 10px;
  }
}
@media (max-width: 1199px) {
  .booking__landing__headthree .search__contact {
    justify-content: center;
    margin-top: 12px;
  }
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact {
    display: grid;
  }
}
.booking__landing__headthree .search__contact form {
  max-width: 250px;
  border: 1px solid #4B61D6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 0 24px 0 9px;
}
.booking__landing__headthree .search__contact form input {
  background: transparent;
  padding: 12px 0px 14px 15px;
  border: unset;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.booking__landing__headthree .search__contact form ::-moz-placeholder {
  color: var(--white);
}
.booking__landing__headthree .search__contact form ::placeholder {
  color: var(--white);
}
.booking__landing__headthree .search__contact form button {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: unset;
}
@media (max-width: 1399px) {
  .booking__landing__headthree .search__contact form {
    max-width: 180px;
    padding: 0 4px 0 1px;
  }
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact form {
    max-width: 100%;
    display: flex;
  }
  .booking__landing__headthree .search__contact form button {
    display: none;
  }
}
.booking__landing__headthree .search__contact .cmn__btn {
  color: var(--white);
  border: 1px solid #4154B9;
  padding: 13px 15px 13px;
}
@media (max-width: 500px) {
  .booking__landing__headthree .search__contact .cmn__btn {
    text-align: center;
  }
}

.booking__landing__wrap3 {
  padding: 60px 0 100px;
}
.booking__landing__wrap3 .dating__body {
  position: relative;
  background: var(--white);
}
.booking__landing__wrap3 .dating__body .dots__shape1 {
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .booking__landing__wrap3 .dating__body .dots__shape1 {
    display: none;
  }
}
.booking__landing__wrap3 .dating__body .dots__shape2 {
  position: absolute;
  bottom: -35px;
  left: -35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .booking__landing__wrap3 .dating__body .dots__shape2 {
    display: none;
  }
}

.booklanding__threecontent {
  position: relative;
}
.booklanding__threecontent .threeball {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.booklanding__threecontent h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .booklanding__threecontent h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .booklanding__threecontent h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .booklanding__threecontent h2 {
    font-size: 1.8125rem;
    margin-bottom: 20px;
  }
}
.booklanding__threecontent p {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .booklanding__threecontent p {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.booklanding__threecontent .cmn__grp {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
@media (max-width: 500px) {
  .booklanding__threecontent .cmn__grp {
    flex-wrap: wrap;
  }
}
.booklanding__threecontent .cmn__grp .video__grp {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.booklanding__threecontent .cmn__grp .video__grp .video {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.booklanding__threecontent .cmn__grp .video__grp .video i {
  margin-top: -1px;
  font-size: 28px;
  color: var(--white);
}
.booklanding__threecontent .cmn__grp .video__grp .video::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background: #C1CBFF;
  z-index: -1;
  border-radius: 50%;
  animation: flashs 4s linear infinite;
}
.booklanding__threecontent .cmn__grp .video__grp span {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
@media (max-width: 991px) {
  .booklanding__threecontent {
    margin-bottom: 25px;
  }
}

@keyframes flashs {
  0% {
    transform: scale(1.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.help__banner {
  text-align: center;
  margin: 0 auto;
}
.help__banner h3 {
  margin-bottom: 20px;
}
.help__banner form {
  background: var(--white);
  border-radius: 5px;
  padding: 4px 10px 3px 5px;
  display: flex;
  justify-content: space-between;
}
.help__banner form input {
  color: var(--darkextra);
  background: transparent;
  border: none;
}
@media (max-width: 500px) {
  .help__banner form input {
    text-align: center;
  }
}
.help__banner form ::-moz-placeholder {
  color: var(--darkextra);
}
.help__banner form ::placeholder {
  color: var(--darkextra);
}
.help__banner form .cmn__btn {
  border-radius: 5px;
}

.help__wrapper {
  margin-bottom: -220px;
}

.help__items {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1399px) {
  .help__items {
    padding: 25px 15px;
  }
}
@media (max-width: 1399px) {
  .help__items {
    padding: 20px 8px;
  }
}
.help__items .content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .help__items .content h5 {
    font-size: 20px;
  }
}
@media (max-width: 1399px) {
  .help__items .content h5 {
    font-size: 18px;
  }
}
.help__items .content h5 a {
  color: var(--text);
}
.help__items .content p {
  font-size: 1rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.help__items .content a {
  margin-top: 15px;
}
.help__items .content a span {
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
  font-size: 18px;
}
.help__items .content a .icon i {
  color: var(--text);
  font-size: 22px;
}
.help__items .icons {
  border: 1px solid #DFE2F6;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 5px;
  transition: all 0.4s;
}
.help__items .icons img {
  transition: all 0.4s;
}
.help__items:hover .content h5 a {
  color: var(--base);
}
.help__items:hover .icons {
  background: var(--base);
}
.help__items:hover .icons img {
  filter: brightness(25);
}

.help__section {
  padding: 220px 0 120px;
}

.help__knowledge .help__items {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .help__knowledge .help__items {
    height: 100%;
  }
}
.help__knowledge .help__items .content {
  width: calc(100% - 60px);
}
@media (max-width: 1199px) {
  .help__knowledge .help__items .content p {
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .no__knowledge .help__items {
    padding: 25px 20px;
  }
}
.no__knowledge .help__items .icons {
  margin: 0 0 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.owl-nav .owl-prev {
  transition: all 0.4s;
}
.owl-nav .owl-prev i {
  color: var(--darkbase);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-size: 1.25rem;
  transform: rotate(180deg);
}
.owl-nav .owl-prev:hover {
  background: transparent;
}
.owl-nav .owl-prev:hover i {
  background: var(--base);
  color: var(--textwhite);
  border-color: var(--base);
}
.owl-nav .owl-next {
  transition: all 0.4s;
}
.owl-nav .owl-next i {
  color: var(--darkbase);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  font-size: 1.25rem;
}
.owl-nav .owl-next:hover {
  background: transparent;
}
.owl-nav .owl-next:hover i {
  background: var(--base);
  color: var(--textwhite);
  border-color: var(--base);
}

.blog__list__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blog__list__item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.blog__list__item .thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog__list__item .thumb .date-item {
  position: absolute;
  display: block;
  background: var(--white);
  text-align: center;
  padding: 10px 20px;
  border-top-right-radius: 5px;
  bottom: 0;
  left: 0;
}
.blog__list__item .thumb img {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 575px) {
  .blog__list__item .content h5 {
    font-size: 1.25rem;
  }
}
.blog__list__item .content h5 a {
  color: var(--darkextra);
  transition: all 0.4s;
}
.blog__list__item .content p {
  color: var(--darkextra);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.blog__list__item:hover .thumb img {
  transform: scale(1.1);
}
.blog__list__item:hover .content h5 a {
  color: var(--base);
}

.admin__commments {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.admin__commments a,
.admin__commments li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.admin__commments a .calen img,
.admin__commments li .calen img {
  width: 15px;
}
.admin__commments a .text,
.admin__commments li .text {
  color: var(--text);
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .blog__right__wrapper {
    margin-top: 40px;
  }
}

.blog__right__commonbox {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px 30px;
  background: var(--white);
}
@media (max-width: 1399px) {
  .blog__right__commonbox {
    padding: 25px 20px;
  }
}
.blog__right__commonbox .common__tile {
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: var(--text);
  border-bottom: 1px solid var(--bordertwo);
}
.blog__right__commonbox form {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  border: 1px solid #D5DAF3;
  padding: 5px 15px 5px 8px;
  position: relative;
}
.blog__right__commonbox form input {
  border: unset;
  outline: none;
  background: transparent;
  color: var(--text);
  position: relative;
}
.blog__right__commonbox form button {
  border: unset;
  outline: none;
  background: transparent;
}
.blog__right__commonbox form button i {
  font-size: 26px;
  color: var(--base);
}
@media (max-width: 500px) {
  .blog__right__commonbox form button i {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
.blog__right__commonbox .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__right__commonbox .social li a {
  border: 1px solid #E9EBF9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.4s;
}
.blog__right__commonbox .social li a img {
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog__right__commonbox .social li:hover a {
  background: var(--base);
}
.blog__right__commonbox .social li:hover a img {
  filter: brightness(25);
}
.blog__right__commonbox .recent__post .recent__item {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 1399px) {
  .blog__right__commonbox .recent__post .recent__item {
    flex-wrap: wrap;
  }
}
.blog__right__commonbox .recent__post .recent__item:not(:last-child) {
  margin-bottom: 30px;
}
.blog__right__commonbox .recent__post .recent__item .content .title {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.blog__right__commonbox .recent__post .recent__item .content .date {
  font-size: 1rem;
  color: var(--base);
  font-weight: 16;
  font-family: "Lato", sans-serif;
}
.blog__right__commonbox .popular__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog__right__commonbox .popular__tags a {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--text);
}

.blog__grid__leftwrapper .blog__list__item {
  display: grid;
  gap: 0;
  height: 100%;
}
.blog__grid__leftwrapper .blog__list__item .thumb {
  position: relative;
}
.blog__grid__leftwrapper .blog__list__item .thumb .date__box {
  width: 90px;
  height: 80px;
  border-top-right-radius: 5px;
  background: var(--white);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__grid__leftwrapper .blog__list__item .thumb .date__box span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  font-family: "Lato", sans-serif;
  display: block;
}
.blog__grid__leftwrapper .blog__list__item .content {
  padding: 25px 20px;
}

.blog__related__wrapper {
  position: relative;
}
.blog__related__wrapper .owl-nav {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 500px) {
  .blog__related__wrapper .owl-nav {
    display: none;
  }
}
.blog__related__wrapper .owl-nav .owl-prev i {
  font-size: 26px;
}
.blog__related__wrapper .owl-nav .owl-next i {
  font-size: 26px;
}
.blog__related__wrapper .blog__list__item:last-child {
  margin-right: 10px;
}
.blog__related__wrapper .blog__list__item:first-child {
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .blog__related__wrapper .blog__list__item .content h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .blog__related__head h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .blog__related__head h3 {
    font-size: 1.625rem;
  }
}

.blog__details__box .blog__list__item {
  display: grid;
  gap: 0;
}
.blog__details__box .blog__list__item .thumb {
  width: 100%;
}
.blog__details__box .blog__list__item .thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .blog__details__box .blog__list__item h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 500px) {
  .blog__details__box .blog__list__item h3 {
    font-size: 1.625rem;
  }
}
.blog__details__box .blog__list__item h3 a {
  color: var(--text);
}
.blog__details__box .blog__list__item .content {
  padding: 25px 20px 25px;
}
@media (max-width: 500px) {
  .blog__details__box .blog__list__item .content {
    padding: 20px 0px 20px;
  }
}
.blog__details__box .blog__list__item .content .text1 {
  color: #5A5A5A;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}

.comment__client {
  overflow: hidden;
}
.comment__client .testimonial__item {
  box-shadow: none;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  margin: 0 0;
}
.comment__client .testimonial__item p {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .comment__client .testimonial__item p {
    font-size: 1rem;
  }
}

.woman__gallery {
  width: 100%;
}
.woman__gallery img {
  width: 100%;
}

.tags__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tags__social {
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
.tags__social .tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .tags__social .tags {
    flex-wrap: wrap;
  }
}
.tags__social .tags a {
  display: inline-block;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  color: var(--text);
  padding: 10px 20px;
}
.tags__social .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tags__social .social li a {
  border: 1px solid #E9EBF9;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.4s;
}
.tags__social .social li a img {
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tags__social .social li:hover a {
  background: var(--base);
}
.tags__social .social li:hover a img {
  filter: brightness(25);
}

.comment__details__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 30px 30px;
  border: 1px solid #D5DAF2;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .comment__details__wrapper {
    padding: 20px 15px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.comment__details__wrapper .svgicon {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .comment__details__wrapper .svgicon {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .comment__details__wrapper .svgicon {
    width: 400px;
  }
}
@media (max-width: 500px) {
  .comment__details__wrapper .svgicon {
    width: 280px;
  }
}
.comment__details__wrapper h3 {
  margin-bottom: 35px;
  color: var(--darkextra);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .comment__details__wrapper h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 575px) {
  .comment__details__wrapper h3 {
    font-size: 1.8125rem;
  }
}

.comment__box__inner {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .comment__box__inner {
    flex-wrap: wrap;
  }
}
.comment__box__inner .comment__content h5 {
  display: flex;
  align-items: center;
  gap: 10px 35px;
  color: va(--text);
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .comment__box__inner .comment__content h5 {
    font-size: 1.25rem;
  }
}
.comment__box__inner .comment__content h5 span {
  position: relative;
  font-size: 1.125rem;
  color: var(--darkextra);
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.comment__box__inner .comment__content h5 span::before {
  position: absolute;
  left: -20px;
  top: 8px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}
.comment__box__inner .comment__content p {
  color: var(--darkextra);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.reply__man {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reply__man form {
  display: flex;
  align-items: center;
  width: 100%;
}
.reply__man form input {
  width: 100%;
  background: var(--white);
  color: var(--placeholder);
  border: 1px solid #DFE3F7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.reply__man form ::-moz-placeholder {
  color: var(--placeholder);
}
.reply__man form ::placeholder {
  color: var(--placeholder);
}
.reply__man form .cmn__btn {
  outline: none;
  border: none;
  height: 100%;
  padding: 13px 20px;
}

.write__comment {
  display: inline;
}
.write__comment h4 {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 30px;
}
.write__comment input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #D5D9F0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 12px 25px 12px;
  color: var(--text);
  margin-bottom: 20px;
}
.write__comment textarea {
  margin-bottom: 30px;
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid #D5D9F0;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 12px 25px 12px;
  color: var(--text);
}
.write__comment .cmn__btn {
  border: none;
  outline: none;
  border-radius: 5px;
}
.write__comment ::-moz-placeholder {
  color: var(--text);
}
.write__comment ::placeholder {
  color: var(--text);
}

.signup__section {
  padding: 172px 0 80px;
  overflow: hidden;
}

.signup__boxes {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
  background: var(--white);
  z-index: 1;
}
@media (max-width: 500px) {
  .signup__boxes {
    padding: 25px 15px;
  }
}
.signup__boxes h4 {
  color: var(--text);
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .signup__boxes h4 {
    font-size: 1.5rem;
  }
}
.signup__boxes .head__pra {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.signup__boxes .recent__code {
  color: var(--text);
  font-weight: 600;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}
.signup__boxes form .input__grp label {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
.signup__boxes form .input__grp input {
  width: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: var(--placeholder);
}
.signup__boxes form .input__grp textarea {
  width: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: var(--placeholder);
  outline: none;
  box-shadow: none;
}
.signup__boxes form .input__grp ::-moz-placeholder {
  color: var(--placeholder);
}
.signup__boxes form .input__grp ::placeholder {
  color: var(--placeholder);
}
.signup__boxes form .input__grp .tag__pra {
  color: var(--text);
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}
.signup__boxes form .input__grp .tag__pra a {
  color: var(--base);
}
.signup__boxes form .input__grp .cmn__btn {
  border: none;
  border-radius: 5px;
}

.bluar__shape {
  position: relative;
}
.bluar__shape::before {
  /*position: absolute;*/
  left: 0;
  top: 50%;
  width: 300px;
  height: 300px;
  content: "";
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  filter: blur(450px);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .signup__thumb {
    width: 100%;
  }
  .signup__thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .signup__thumb {
    margin-top: 35px;
  }
}

.password__box {
  background: var(--white);
}
.password__box .form-group {
  position: relative;
}
.password__box .form-group input {
  padding: 10px 15px 14px;
  outline: none;
  box-shadow: none;
}
.password__box .form-group .field-icon {
  position: absolute;
  top: 5px;
  right: 15px;
}
.password__box .form-group .field-icon i {
  font-size: 19px;
  color: var(--base);
}

.back__btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.back__btn .icon i {
  font-size: 24px;
  color: var(--text);
}
.back__btn span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: #2C3655;
}

.country__toreach {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  gap: 10px;
  padding-left: 15px;
}
.country__toreach input {
  border: unset;
  background: transparent;
  color: var(--text);
}
.country__toreach .nice-select {
  border: unset;
  padding: 0;
  width: 65px;
  margin-left: 18px;
  margin-top: 5px;
}
.country__toreach .nice-select:after {
  border-bottom: 0px solid var(--placeholder);
  border-right: 0px solid var(--placeholder);
  content: "";
  background: url(../img/svg/dropdown.svg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 10px;
  margin-top: 0px;
  pointer-events: none;
  position: absolute;
  left: -16px;
  bottom: 30%;
  transform-origin: 66% 66%;
  transform: rotate(2deg);
  transition: all 0.15s ease-in-out;
  width: 13px;
}

.varified__number .input__grp input {
  text-align: center;
}

.forgot {
  color: var(--base);
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-align: right;
  margin-top: 12px;
}

.divided__common__body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.divided__common__body .side__sticky {
  width: 220px;
  position: fixed;
  top: 0px;
}
@media (max-width: 1399px) {
  .divided__common__body .side__sticky {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .divided__common__body {
    flex-wrap: wrap;
  }
  .divided__common__body .side__sticky {
    position: initial;
    width: 100%;
  }
  .divided__common__body .common__body {
    margin-left: 0px;
    width: 100%;
  }
}

.common__sidebar__wrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
.common__sidebar__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(70, 47, 244, 0.3254901961);
  border-radius: 5px;
}

/* Handle */
.common__sidebar__wrapper::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.common__sidebar__wrapper {
  background: var(--white);
  border-radius: 5px;
  padding: 93px 0px 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 17px -4px, rgba(0, 0, 0, 0.3) 0px 1px 0px -9px;
  height: 100vh;
  overflow-y: scroll;
}
.common__sidebar__wrapper .common__sideitems {
  border: 1px solid var(--cmnborder);
}
.common__sidebar__wrapper .common__sideitems:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .common__sidebar__wrapper .common__sideitems:not(:last-child) {
    margin-bottom: 0;
  }
}
.common__sidebar__wrapper .common__sideitems a {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems a:hover {
  color: var(--white);
}
.common__sidebar__wrapper .common__sideitems a:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.9s;
}
.common__sidebar__wrapper .common__sideitems .active {
  color: var(--white);
  z-index: 1;
}
.common__sidebar__wrapper .common__sideitems .active::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: -1;
  transition: all 0.4s;
}
.common__sidebar__wrapper .common__sideitems .active:hover {
  color: var(--banner);
}
.common__sidebar__wrapper .common__sideitems .active:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: all 0.4s;
  background: var(--white);
}
@media (max-width: 1199px) {
  .common__sidebar__wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    height: initial;
    justify-content: center;
    padding: 120px 0px 30px;
  }
  .common__sidebar__wrapper .common__sideitems {
    height: 46px;
    width: 16.6666666667%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    height: 46px;
    text-align: center;
    font-size: 16px;
    padding: 8px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 20%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 25%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 33.3333333333%;
  }
  .common__sidebar__wrapper .common__sideitems a {
    font-size: 14px;
    padding: 10px 5px 6px;
  }
}
@media (max-width: 1199px) and (max-width: 500px) {
  .common__sidebar__wrapper .common__sideitems {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .common__sidebar__wrapper {
    padding: 120px 20px 30px;
  }
}

.common__body {
  background: var(--blockbody);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 17px -4px, rgba(0, 0, 0, 0.3) 0px 1px 0px -9px;
  border-radius: 5px;
  color: var(--themetext);
  padding: 15px;
  padding-top: 100px;
  margin-left: 220px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .common__body {
    padding-top: 30px;
  }
}
.common__body .cmn__title {
  color: var(--themetext);
  padding-bottom: 20px;
  border: 1px solid var(--base);
  border-radius: 5px;
  padding: 5px 15px 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .common__body .cmn__title {
    font-size: 48px;
    padding: 5px 15px 20px;
  }
}
@media (max-width: 767px) {
  .common__body .cmn__title {
    font-size: 32px;
    padding: 5px 15px 15px;
  }
}
@media (max-width: 575px) {
  .common__body .cmn__title {
    font-size: 28px;
    padding: 5px 15px 13px;
  }
}

.common__body__section .common__body__head h4 {
  margin-bottom: 20px;
  color: var(--banner);
}
.common__body__section .common__body__head .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common__body__section .common__body__head .nav .nav-item {
  border: none;
}
.common__body__section .common__body__head .nav .nav-item .nav-link {
  border: none;
  padding: 0%;
  background: transparent;
  color: var(--banner);
  font-weight: 500;
  border: 1px solid var(--bordertwo);
  border-radius: 2px;
  padding: 5px 20px 7px;
  text-transform: uppercase;
}
.common__body__section .common__body__head .nav .nav-item .nav-link.active {
  background: transparent;
  color: var(--base);
}

.prettyprint {
  background: #000;
}

.typography__wrapper .typography__items h1, .typography__wrapper .typography__items h2, .typography__wrapper .typography__items h3, .typography__wrapper .typography__items h4, .typography__wrapper .typography__items h5, .typography__wrapper .typography__items h6 {
  color: var(--themetext);
}
@media (max-width: 575px) {
  .typography__wrapper .typography__items .d1 {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
  }
  .typography__wrapper .typography__items .d4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.typography__wrapper .body__text .body__text__item .texttitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--themetext);
  margin-bottom: 10px;
  display: block;
}
.typography__wrapper .body__text .body__text__item .lead {
  font-size: 24px;
  font-weight: 700;
  max-width: 700px;
  line-height: 150%;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .lead {
    font-size: 16px;
    font-weight: 500;
  }
}
.typography__wrapper .body__text .body__text__item .xl {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .xl {
    font-size: 16px;
    font-weight: 400;
  }
}
.typography__wrapper .body__text .body__text__item .lg {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .lg {
    font-size: 14px;
  }
}
.typography__wrapper .body__text .body__text__item .md {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
@media (max-width: 575px) {
  .typography__wrapper .body__text .body__text__item .md {
    font-size: 14px;
  }
}
.typography__wrapper .body__text .body__text__item .sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
.typography__wrapper .body__text .body__text__item .xs {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
}
.typography__wrapper .body__text .body__text__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--idborder);
}

.blocks__home .banner__mask {
  margin-bottom: -2px;
}
.blocks__home .banner__section .banner__content {
  padding-top: 20px;
}
.blocks__home .banner__section .banner__content .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .blocks__home .banner__section .banner__wrapper {
    padding-top: 60px;
  }
}
.blocks__home .banner__section__two .banner__wrapper {
  padding-top: 100px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__two .banner__wrapper .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .banner__section__three .banner__wrapper {
  padding-top: 50px;
}
.blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .d3 {
    font-size: 29px;
  }
}
@media (max-width: 500px) {
  .blocks__home .banner__section__three .banner__wrapper .banner__content .content__box .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .banner__section__four .banner__wrapper {
  padding-top: 100px;
}
@media (max-width: 1399px) {
  .blocks__home .banner__section__four .banner__wrapper .banner__content .d3 {
    font-size: 48px;
  }
}
.blocks__home .banner__section__four .banner__wrapper .banner__content .d3 .rounded svg {
  width: 160px;
  top: -10px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__four .banner__wrapper .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blocks__home .banner__section__four .banner__wrapper {
    padding-top: 60px;
  }
}
.blocks__home .banner__section__five .banner__wrapper {
  padding-top: 90px;
}
.blocks__home .banner__section__five .banner__content .d3 {
  font-size: 48px;
}
@media (max-width: 500px) {
  .blocks__home .banner__section__five .banner__content .btg__grp {
    flex-wrap: wrap;
  }
}
.blocks__home .about__section .about__thumb .brain__element {
  max-width: 150px;
  left: -120px;
}
.blocks__home .about__section .about__thumb .brain__element img {
  width: 100%;
}
.blocks__home .about__section__two .about__thumb {
  max-width: 550px;
  top: 0;
}
@media (max-width: 1399px) {
  .blocks__home .about__section__two .about__thumb {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .blocks__home .about__section__two .about__thumb {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .blocks__home .about__section__four .about__thumb {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .blocks__home .make__service__section .airobot {
    width: 80px;
  }
  .blocks__home .make__service__section .airobot img {
    width: 100%;
  }
}
.blocks__home .main__counter__project .project__count__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 24px;
  text-align: left;
  padding: 20px 20px;
  border-radius: 5px;
  background: var(--box1);
  border: 1px solid var(--inbox1);
}
.blocks__home .main__counter__project .project__count__items .icon {
  margin: 0;
  background: transparent;
  border: none;
}
.blocks__home .main__counter__project .project__count__items .icon i {
  font-size: 48px;
}
.blocks__home .main__counter__project .project__count__items .counter__items {
  text-align: left !important;
}
.blocks__home .main__counter__project .project__count__items .counter__items .counter__content .cont {
  justify-content: flex-start;
  text-align: left;
}
.blocks__home .main__counter__project .project__count__itemstwo {
  background: var(--box2);
  border: 1px solid var(--boxtwoborderpro);
}
.blocks__home .main__counter__project .project__count__itemsthree {
  background: var(--inbox4);
  border: 1px solid var(--boxborderpro);
}
.blocks__home .main__counter__project .project__count__itemsfive {
  background: var(--pribox4);
  border: 1px solid var(--fiveicon4bor);
}
.blocks__home .capabilities__section .capa__ai {
  top: 10px;
  left: 10px;
  width: 40px;
}
@media (max-width: 1399px) {
  .blocks__home .case__different__section .capabilities__items {
    display: grid;
  }
  .blocks__home .case__different__section .capabilities__items .content {
    width: 100%;
    margin: 0 0px 0px;
  }
}
@media (max-width: 1399px) {
  .blocks__home .testimonial__section .testimonial__thumb__two {
    max-width: 400px;
  }
}
.blocks__home .newsletter__section__four .newsletter__wrapper {
  margin-top: 0px;
  transform: translateY(0px);
}
.blocks__home .faq__section__four .accordion__four__contnt {
  position: relative;
  z-index: 1;
}
.blocks__home .faq__section__four .accordion-item {
  position: relative;
  z-index: 1;
}

.personal__infotabs {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  .personal__infotabs {
    margin-bottom: 30px;
  }
}
.personal__infotabs .nav {
  border: unset;
  display: inline;
}
.personal__infotabs .nav .nav-item .nav-link {
  text-align: left;
  border-radius: 5px;
  padding: 13px 20px 13px;
  width: 100%;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 7px;
}
.personal__infotabs .nav .nav-item .nav-link span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.personal__infotabs .nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  border-radius: 5px;
}
.personal__infotabs .nav .nav-item .nav-link.active .icon img {
  filter: brightness(25);
}
.personal__infotabs .nav .nav-item .nav-link.active span {
  color: var(--white);
}

@media (max-width: 500px) {
  .personal__infobody {
    overflow-x: scroll;
  }
}

.personal__info__box {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 24px 30px;
}
@media (max-width: 500px) {
  .personal__info__box {
    width: 500px;
  }
}
.personal__info__box .per__ittle {
  margin-bottom: 20px;
  justify-content: space-between;
}
.personal__info__box .per__ittle h5 {
  color: var(--text);
  font-weight: 700;
}
.personal__info__box .per__ittle .edit span {
  color: var(--text);
}
.personal__info__box .per__ittle .delete {
  border: 1px solid var(--borderthree);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.personal__info__box .per__ittle .delete i {
  font-size: 24px;
  color: var(--base);
  margin-top: 0;
}
.personal__info__box .personal__details__name {
  padding: 20px 20px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
}
.personal__info__box .personal__details__name li {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.personal__info__box .personal__details__name li:not(:last-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.personal__info__box .personal__details__name li:last-child {
  padding-bottom: 0;
}
.personal__info__box .personal__details__name li:first-child {
  padding-top: 0;
}
.personal__info__box .personal__details__name li .namebold {
  width: 50%;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.personal__info__box .personal__details__name li span {
  font-size: 1rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
  width: 50%;
}
.personal__info__box .personal__details__name li span a {
  color: var(--base);
}
.personal__info__box .personal__details__name li .actbe {
  color: var(--base);
}
.personal__info__box .closeaccount {
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}
.personal__info__box .closeaccount .icon i {
  color: var(--base);
  font-size: 26px;
}
.personal__info__box .closeaccount span {
  color: var(--text);
}
.personal__info__box .table1 {
  width: 100%;
}
.personal__info__box .table1 thead th {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 15px 20px;
  color: var(--text);
  font-family: "Lato", sans-serif;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.personal__info__box .table1 tbody tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.personal__info__box .table1 tbody tr td {
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.personal__info__box .table1 tbody tr td .purchase {
  border: 1px solid #DFE2F6;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--base);
  padding: 10px 8px 13px;
  width: 140px;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.personal__info__box .table1 tbody tr td .edit img {
  filter: brightness(0);
}
.personal__info__box .debit__creadit {
  flex-wrap: wrap;
  gap: 20px;
}
.personal__info__box .debit__creadit .card__boxed {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.1) 0%, rgba(39, 61, 177, 0.1) 100%);
  border-radius: 10.2563px;
  padding: 21px;
  text-align: center;
  width: 200px;
  height: 120px;
}
.personal__info__box .debit__creadit .card__boxed img {
  margin: 0 auto 8px;
  display: block;
}
.personal__info__box .debit__creadit .card__boxed span {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.personal__info__box .calender__date {
  position: relative;
  margin-bottom: 24px;
}
.personal__info__box .calender__date input {
  width: 100%;
  padding: 21px 20px 21px 60px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  outline: none;
}
.personal__info__box .calender__date ::-moz-placeholder {
  font-size: 1.125rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.personal__info__box .calender__date ::placeholder {
  font-size: 1.125rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.personal__info__box .calender__date i {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 26px;
  color: var(--base);
}

.personal__info__boxtwo {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 24px 30px;
}
.personal__info__boxtwo .per__ittle {
  margin-bottom: 20px;
  justify-content: space-between;
}
.personal__info__boxtwo .per__ittle h5 {
  color: var(--text);
  font-weight: 700;
}
.personal__info__boxtwo .per__ittle .edit span {
  color: var(--text);
}
.personal__info__boxtwo .per__ittle .delete {
  border: 1px solid var(--borderthree);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.personal__info__boxtwo .per__ittle .delete i {
  font-size: 24px;
  color: var(--base);
  margin-top: 0;
}

.change__password {
  display: grid;
}
.change__password .form__grp {
  width: 100%;
}
.change__password .form__grp label {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 10px;
}
.change__password .form__grp input {
  width: 100%;
  color: var(--text);
  border-radius: 5px;
}
.change__password .form__grp ::-moz-placeholder {
  color: var(--text);
}
.change__password .form__grp ::placeholder {
  color: var(--text);
}
.change__password .form__grp .cmn__btn {
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1199px) {
  .personal__favorites {
    overflow-x: scroll;
  }
  .personal__favorites .personal__info__box {
    width: 700px;
  }
}

.notification__body .notification__item {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--bordertwo);
}
.notification__body .notification__item:first-child {
  border-top: 1px solid var(--bordertwo);
}
.notification__body .notification__item .form-check-input {
  background-color: #F4F6FC;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--checkborder);
}
.notification__body .notification__item .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../img/payment/check.png);
  background-size: 0.6rem;
}
.notification__body .notification__item .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.notification__body .notification__item label {
  width: calc(100% - 30px);
}
.notification__body .notification__item label .announce {
  display: block;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 1px;
}
.notification__body .notification__item label .pragrah {
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.preloader__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.938);
  position: fixed;
  width: 100%;
  height: 100%;
}
.preloader__wrap .preloader__box {
  position: relative;
  z-index: 1;
}
.preloader__wrap .preloader__box .circle {
  animation: round2 4s linear infinite;
}
.preloader__wrap .preloader__box .recharge {
  position: absolute;
  top: 10px;
  left: 45%;
  transform: translateX(-50%);
  opacity: 0;
  animation: city 3s linear infinite;
}
.preloader__wrap .preloader__box .pretext {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: var(--base);
  margin-top: 10px;
  display: block;
}

@keyframes round2 {
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes city {
  100% {
    top: 30px;
    opacity: 1;
  }
}
.refer__section {
  padding: 120px 0 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .refer__section {
    padding: 90px 0 100px;
  }
}
@media (max-width: 991px) {
  .refer__section {
    padding: 50px 0 90px;
  }
}
.refer__section .flower__refer {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.refer__thumb {
  width: unset;
  margin-left: -13rem;
}
@media (max-width: 1399px) {
  .refer__thumb {
    width: 600px;
    margin-left: -8rem;
  }
  .refer__thumb img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .refer__thumb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.refer__wrap {
  margin-bottom: 40px;
}

.refer__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.refer__item:not(:last-child) {
  margin-bottom: 24px;
}
.refer__item .content h5 {
  color: var(--text);
  margin-bottom: 10px;
}
.refer__item .content p {
  font-size: 1rem;
  color: var(--text);
}
@media (max-width: 991px) {
  .refer__item {
    gap: 14px;
  }
  .refer__item .content h5 {
    font-size: 1.25rem;
  }
}

.refer__section__two {
  position: relative;
  overflow: hidden;
}
.refer__section__two .refercard {
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 991px) {
  .refer__section__two .refercard {
    display: none;
  }
}
.refer__section__two .referman {
  position: absolute;
  right: 0;
  top: 0px;
}
@media (max-width: 1399px) {
  .refer__section__two .referman {
    display: none;
  }
}
.refer__section__two::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 55%;
  background: var(--bgsection);
}

.refer__item__grid {
  display: grid;
  justify-content: center;
  text-align: center;
  position: relative;
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: all 0.4s;
  z-index: 1;
  padding: 30px;
}
.refer__item__grid .icon {
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .refer__item__grid {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .refer__item__grid .content h5 {
    font-size: 1.125rem;
  }
  .refer__item__grid .content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .refer__item__grid {
    padding: 20px 15px;
  }
}
.refer__item__grid:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.02);
}
.refer__item__grid .righicon {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid var(--bordertwo);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  transition: all 0.4s;
}
.refer__item__grid .righicon i {
  font-size: 26px;
  color: var(--base);
  margin-top: 0;
}
.refer__item__grid .righicon:hover {
  background: var(--base);
}
.refer__item__grid .righicon:hover i {
  color: var(--white);
}

.speacial__support {
  overflow: hidden;
}

.speacial__refer__thumb {
  margin-left: -2rem;
}
@media (max-width: 1399px) {
  .speacial__refer__thumb {
    margin-left: -9rem;
  }
}
@media (max-width: 991px) {
  .speacial__refer__thumb {
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
  }
  .speacial__refer__thumb img {
    width: 100%;
  }
}

.refer__section__three {
  position: relative;
  overflow: hidden;
  background: url(../img/app/blarcolor.png) no-repeat center center;
  background-size: cover;
}
.refer__section__three .refer__ball {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
@media (max-width: 991px) {
  .refer__section__three .refer__ball {
    display: none;
  }
}

.refer__boxes__wrap {
  position: relative;
}
.refer__boxes__wrap .refer__dots1 {
  position: absolute;
  top: -20px;
  right: -40px;
}
.refer__boxes__wrap .refer__dots2 {
  position: absolute;
  bottom: -20px;
  right: -40px;
}
@media (max-width: 767px) {
  .refer__boxes__wrap {
    margin-top: 35px;
  }
}

.working__itemstwo {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .working__itemstwo {
    padding: 20px 20px;
  }
}
@media (max-width: 767px) {
  .working__itemstwo {
    padding: 20px 15px;
  }
}
.working__itemstwo .list {
  font-size: 4rem;
  color: var(--bordertwo);
  position: absolute;
  right: 20px;
  top: 0px;
  font-weight: 700;
  transform: skewX(-5deg);
}
.working__itemstwo .icon {
  margin-bottom: 20px;
}
.working__itemstwo .content h5 {
  margin-bottom: 10px;
}
.working__itemstwo .content p {
  font-size: 1rem;
}

.working__section {
  position: relative;
}
.working__section .maishape__work {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 480px;
}
.working__section .maishape__work img {
  width: 100%;
}
@media (max-width: 1399px) {
  .working__section .maishape__work {
    width: 200px;
  }
  .working__section .maishape__work img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .working__section .maishape__work {
    display: none;
  }
}

.work__mainthumb {
  width: 100%;
}
@media (max-width: 991px) {
  .work__mainthumb {
    margin-top: 35px;
  }
}
.work__mainthumb img {
  width: 100%;
}

.working__section__three {
  position: relative;
  overflow: hidden;
}
.working__section__three .working__itemstwo {
  background: var(--white);
  position: relative;
  z-index: 1;
}
.working__section__three .affter__one {
  position: relative;
  text-align: right;
}
.working__section__three .affter__one .list {
  position: absolute;
  right: calc(100% - 100px);
}
.working__section__three .affter__one::before {
  position: absolute;
  content: "";
  left: calc(100% + 5px);
  top: 50%;
  background: url(../img/working/smallline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
.working__section__three .affter__one::after {
  position: absolute;
  content: "1";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  right: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__one:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .affter__three {
  position: relative;
  text-align: right;
}
.working__section__three .affter__three .list {
  position: absolute;
  right: calc(100% - 100px);
}
.working__section__three .affter__three::before {
  position: absolute;
  content: "";
  left: calc(100% + 5px);
  top: 50%;
  background: url(../img/working/smallline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
.working__section__three .affter__three::after {
  position: absolute;
  content: "3";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  right: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__three:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .affter__two {
  position: relative;
}
.working__section__three .affter__two::before {
  position: absolute;
  content: "";
  right: 17%;
  top: 50%;
  background: url(../img/working/rightline.png) no-repeat;
  background-size: contain;
  height: 16px;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .working__section__three .affter__two::before {
    right: 22%;
  }
}
@media (max-width: 1199px) {
  .working__section__three .affter__two::before {
    right: 25%;
  }
}
@media (max-width: 991px) {
  .working__section__three .affter__two::before {
    right: 32%;
  }
}
.working__section__three .affter__two::after {
  position: absolute;
  content: "2";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--darkextra);
  left: -140px;
  top: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  transform: translateY(-50%);
}
.working__section__three .affter__two:hover::after {
  background: var(--base);
  color: var(--white);
}
.working__section__three .working__3shape {
  position: absolute;
  right: 10px;
  bottom: 50px;
}
@media (max-width: 1399px) {
  .working__section__three .working__3shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .working__section__three .affter__one::after, .working__section__three .affter__one::before,
  .working__section__three .affter__three::after,
  .working__section__three .affter__three::before,
  .working__section__three .affter__two::after,
  .working__section__three .affter__two::before {
    display: none;
  }
}

.working__wrapitems__three {
  position: relative;
}
.working__wrapitems__three::before {
  position: absolute;
  content: "";
  right: -135px;
  top: 0;
  background: url(../img/working/lines.png) no-repeat;
  background-size: contain;
  height: 100%;
  width: 20px;
}
@media (max-width: 1399px) {
  .working__wrapitems__three::before {
    display: none;
  }
}

.working__space {
  padding-bottom: 250px;
}
@media (max-width: 767px) {
  .working__space {
    padding-bottom: 30px;
  }
}

.main__work__content .nav {
  display: grid;
  border: unset;
}
.main__work__content .nav .nav-item .nav-link {
  border: unset;
  display: flex;
  gap: 30px;
}
.main__work__content .nav .nav-item .nav-link .list {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  position: relative;
  font-family: "Roboto", sans-serif;
}
.main__work__content .nav .nav-item .nav-link .contents {
  width: calc(100% - 90px);
  text-align: left;
}
.main__work__content .nav .nav-item .nav-link .contents .title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  display: block;
  margin-bottom: 15px;
  margin-top: -2px;
}
@media (max-width: 575px) {
  .main__work__content .nav .nav-item .nav-link .contents .title {
    font-size: 1.5rem;
  }
}
.main__work__content .nav .nav-item .nav-link .contents .pra {
  font-size: 1.125rem;
  color: var(--text);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item .nav-link .contents .pra {
    visibility: visible;
    opacity: 1;
  }
}
.main__work__content .nav .nav-item .nav-link.active .pra {
  visibility: visible;
  opacity: 1;
}
.main__work__content .nav .nav-item .nav-link.active .list {
  background: var(--base);
}
.main__work__content .nav .nav-item .nav-link.active .list::before {
  background: var(--base) !important;
}
.main__work__content .nav .nav-item .nav-link.active .contents .title {
  color: var(--base);
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item .nav-link {
    display: grid;
    gap: 15px;
  }
  .main__work__content .nav .nav-item .nav-link .contents {
    width: 100%;
  }
}
.main__work__content .nav .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.main__work__content .nav .nav-item:not(:last-child) .nav-link {
  transition: all 0.4s;
}
.main__work__content .nav .nav-item:not(:last-child) .nav-link .list::before {
  position: absolute;
  height: 100%;
  width: 2px;
  content: "";
  transition: all 0.3s;
  background: var(--text);
  top: calc(100% + 5px);
}
@media (max-width: 500px) {
  .main__work__content .nav .nav-item:not(:last-child) .nav-link .list::before {
    display: none;
  }
}

.specilabooking__slidertwo .owl-nav {
  margin-top: -5px;
}
.specilabooking__slidertwo .hurray__offer {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
}
.specilabooking__slidertwo .hurray__offer:first-child {
  margin-left: 5px;
}
.specilabooking__slidertwo .hurray__offer:last-child {
  margin-right: 5px;
}
.specilabooking__slidertwo .hurray__offer .thumb {
  width: 100%;
}
.specilabooking__slidertwo .hurray__offer .thumb img {
  width: 100%;
}
.specilabooking__slidertwo .hurray__offer .country__select {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specilabooking__slidertwo .hurray__offer .country__select span {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .specilabooking__slidertwo .hurray__offer .country__select span {
    font-size: 1.1875rem;
  }
}
.specilabooking__slidertwo .hurray__offer .country__select .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.specilabooking__slidertwo .hurray__offer .country__select .icon i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.specilabooking__slidertwo .hurray__offer:hover .country__select .icon {
  border-color: var(--base);
  background: var(--base);
}
.specilabooking__slidertwo .hurray__offer:hover .country__select .icon i {
  color: var(--white);
}

@media (max-width: 575px) {
  .hurray__booking__three {
    padding: 0 10px;
  }
}

.hotel__bookslider1 .hurray__offer {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin-bottom: 30px;
}
.hotel__bookslider1 .hurray__offer:first-child {
  margin-left: 5px;
}
.hotel__bookslider1 .hurray__offer:last-child {
  margin-right: 5px;
}
.hotel__bookslider1 .hurray__offer .thumb {
  width: 100%;
}
.hotel__bookslider1 .hurray__offer .thumb img {
  width: 100%;
}
.hotel__bookslider1 .hurray__offer .country__select {
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel__bookslider1 .hurray__offer .country__select span {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991px) {
  .hotel__bookslider1 .hurray__offer .country__select span {
    font-size: 1.1875rem;
  }
}
.hotel__bookslider1 .hurray__offer .country__select .icon {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.hotel__bookslider1 .hurray__offer .country__select .icon i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.hotel__bookslider1 .hurray__offer:hover .country__select .icon {
  border-color: var(--base);
  background: var(--base);
}
.hotel__bookslider1 .hurray__offer:hover .country__select .icon i {
  color: var(--white);
}

.hurray__hoteltabs {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
  min-height: 360px;
}
@media (max-width: 1399px) {
  .hurray__hoteltabs {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .hurray__hoteltabs {
    padding: 20px 10px;
    min-height: 280px;
  }
}
.hurray__hoteltabs .nav {
  border: unset;
  width: 100%;
  display: inline-block;
  justify-content: flex-start;
}
.hurray__hoteltabs .nav .nav-link {
  background: transparent;
  border: unset;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding: 10px 20px;
  color: var(--text);
  text-align: left;
  width: 100%;
}
.hurray__hoteltabs .nav .nav-link.active {
  background: var(--base);
  color: var(--white);
  border-radius: 5px;
}

.hurray__hotel1 .owl-nav {
  position: absolute;
  top: -150px;
  right: 0;
}
@media (max-width: 767px) {
  .hurray__hotel1 .owl-nav {
    display: none;
  }
}
.hurray__hotel1 .owl-dots .owl-dot.active span {
  background: var(--base);
}

.customer__thumb {
  position: relative;
  margin-left: -13rem;
}
.customer__thumb .rounttop {
  position: absolute;
  left: calc(50% + 220px);
  top: 2px;
}
.customer__thumb .rountbottom {
  position: absolute;
  bottom: 30px;
  right: calc(50% + 260px);
}
@media (max-width: 1399px) {
  .customer__thumb {
    max-width: 700px;
  }
  .customer__thumb img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .customer__thumb {
    width: 100%;
    margin-left: 0;
  }
  .customer__thumb img {
    width: 100%;
    height: 100%;
  }
  .customer__thumb .rountbottom,
  .customer__thumb .rounttop {
    display: none;
  }
}
@media (max-width: 767px) {
  .customer__thumb {
    margin-top: 35px;
  }
}

.customer__content .hoteltext {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 20px;
}
.customer__content .customer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
.customer__content .customer h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.customer__content .customer span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.room__samble {
  overflow: hidden;
}

.rooms__items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.rooms__items img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.4s;
  overflow: hidden;
}
.rooms__items .content__wrap {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b0c08 100%);
  position: absolute;
  height: 250px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.rooms__items .content__wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 25px 30px;
  margin-bottom: -5px;
}
.rooms__items .content__wrap .content h6 {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .rooms__items .content__wrap .content h6 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.rooms__items .content__wrap .content h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 1399px) {
  .rooms__items .content__wrap .content h4 {
    font-size: 1.5rem;
  }
}
.rooms__items .video {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--base);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.rooms__items .video i {
  font-size: 32px;
  color: var(--white);
  margin-top: -1px;
}
.rooms__items:hover img {
  transform: scale(1.1);
}
.rooms__items:hover .content__wrap .content h4 a {
  color: var(--white);
}
.rooms__items:hover .video {
  right: 40%;
  bottom: 45%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .rooms__items {
    max-width: 400px;
    margin: 0 auto;
  }
}

.samble__thumb {
  width: 100%;
}
.samble__thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .samble__thumb {
    padding: 10px 15px 10px;
  }
}

.samble__content {
  position: relative;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  height: 100%;
}
@media (max-width: 1399px) {
  .samble__content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .samble__content {
    padding: 40px 15px 40px;
  }
}
.samble__content .content__box {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 134px;
}
@media (max-width: 1399px) {
  .samble__content .content__box {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .samble__content .content__box {
    padding: 0 20px 0 0;
  }
}
.samble__content .section__header {
  max-width: 526px;
}
.samble__content .section__header h2 {
  margin-bottom: 5px;
}
.samble__content .section__header p {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .samble__content .section__header p {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .samble__content .section__header .cmn__btn {
    padding: 7px 18px 8px;
    font-size: 14px;
  }
}
.samble__content .shapesamble {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.samble__content .shapesamble img {
  width: 100%;
  height: 100%;
}

.hotel__pricing {
  position: relative;
}
.hotel__pricing .pricing__shap1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hotel__pricing .pricing__shap1 {
    display: none;
  }
}
.hotel__pricing .pricing__shap2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .hotel__pricing .pricing__shap2 {
    display: none;
  }
}

@media (max-width: 991px) {
  .hotel__price__content {
    margin-top: 25px;
  }
}

.borderb {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.bsleft {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgb(224, 220, 222), rgb(182, 183, 214));
     border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), rgb(224, 220, 222), rgb(182, 183, 214));
  border-image-slice: 1;
  width: 100%;
}

.bordert {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgb(182, 183, 214), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.leftrightb {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(224, 220, 222), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(224, 220, 222), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.nlf {
  text-align: center;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.nlfbottom {
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
     border-image: linear-gradient(0.25turn, rgba(182, 183, 214, 0.037), rgb(159, 179, 244), rgba(56, 2, 155, 0));
  border-image-slice: 1;
  width: 100%;
}

.hotel__price__item {
  padding: 30px 30px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: var(--white);
  margin: 14px;
}
.hotel__price__item .header {
  margin-bottom: 5px;
}
.hotel__price__item .header h5 {
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}
.hotel__price__item .header h3 {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--base);
}
.hotel__price__item .header h3 .dollar {
  font-size: 1.625rem;
  font-weight: 400;
  color: var(--base);
  font-family: "Lato", sans-serif;
  margin-bottom: 7px;
}
.hotel__price__item .pricing__list {
  margin-top: 15px;
  margin-bottom: 30px;
}
.hotel__price__item .pricing__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hotel__price__item .pricing__list li:not(:last-child) {
  margin-bottom: 7px;
}
.hotel__price__item .pricing__list li .text {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.hotel__facilities__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  transition: all 0.4s;
}
.hotel__facilities__item .head__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hotel__facilities__item .head__wrap {
    flex-wrap: wrap;
  }
}
.hotel__facilities__item .head__wrap h5 a {
  color: var(--text);
  transition: all 0.4s;
}
.hotel__facilities__item p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
}
@media (max-width: 1199px) {
  .hotel__facilities__item {
    padding: 25px 20px;
  }
}
.hotel__facilities__item:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
.hotel__facilities__item:hover .head__wrap h5 a {
  color: var(--base);
}

.hotel__swmminrest {
  overflow: hidden;
}

.hotelrest__swimming {
  width: 100%;
  height: 100%;
}
.hotelrest__swimming img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .hotelrest__swimming {
    display: none;
  }
}

.hotelswimming__slider__bg {
  height: 100%;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  position: relative;
}
@media (max-width: 991px) {
  .hotelswimming__slider__bg {
    padding: 30px 0;
  }
}
.hotelswimming__slider__bg .flower__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotelswimming__slider__bg .flower__shape img {
  width: 100%;
  height: 100%;
}
.hotelswimming__slider__bg .resting__swmming {
  display: flex;
  align-items: center;
  height: 100%;
}
.hotelswimming__slider__bg .resting__swmming .testimoial__wrap__three .owl-nav {
  display: none;
}
.hotelswimming__slider__bg .resting__swmming .testimoial__wrap__three .testimonial__item {
  text-align: left;
}
.hotelswimming__slider__bg .testimoial__wrap__swimming .owl-dots .owl-dot span {
  background: #CECECE;
}
.hotelswimming__slider__bg .testimoial__wrap__swimming .owl-dots .owl-dot.active span {
  background: var(--base);
}
.hotelswimming__slider__bg .testimonial__item {
  text-align: left;
}
.hotelswimming__slider__bg .testimonial__item .quotes {
  margin-bottom: 20px;
  width: 55px;
}
.hotelswimming__slider__bg .testimonial__item .quotes img {
  width: 100%;
}
.hotelswimming__slider__bg .testimonial__item .said {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.hotelswimming__slider__bg .testimonial__item .moment {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  display: block;
}
.hotelswimming__slider__bg .testimonial__item p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-align: left;
}
.hotelswimming__slider__bg .testimonial__item .client {
  justify-content: flex-start;
}

.booksolving__content .explore__list li {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.booksolving__content .explore__list li:not(:last-child) {
  margin-bottom: 20px;
}
.booksolving__content .explore__list li span {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.booksolving__thumb {
  width: 100%;
  margin-left: 5rem;
}
@media (max-width: 991px) {
  .booksolving__thumb {
    margin-left: 0rem;
  }
}
@media (max-width: 767px) {
  .booksolving__thumb {
    margin-top: 30px;
    padding: 20px;
  }
}
.booksolving__thumb img {
  width: 100%;
}

.explore__list__about {
  flex-wrap: wrap;
  display: flex;
}
.explore__list__about li {
  width: 50%;
}
@media (max-width: 991px) {
  .explore__list__about li {
    width: 100%;
  }
}

.help__support__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .help__support__item {
    padding: 20px 18px;
  }
}
.help__support__item h5 {
  color: var(--text);
  margin-bottom: 20px;
}
.help__support__item .help__supporlist li {
  gap: 10px;
}
.help__support__item .help__supporlist li:not(:last-child) {
  margin-bottom: 20px;
}
.help__support__item .help__supporlist li span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}

.help__support__update {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .help__support__update {
    padding: 20px 15px;
  }
}
.help__support__update h5 {
  color: var(--text);
  margin-bottom: 20px;
}
.help__support__update .update__item {
  gap: 20px;
}
.help__support__update .update__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .help__support__update .update__item {
    gap: 10px;
  }
}
.help__support__update .update__item .content span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.help__support__update .update__item .content .date {
  font-family: "Lato", sans-serif;
  color: var(--base);
  display: block;
  margin-top: 2px;
}

.help__support__knowledge .help__support__item .title__box {
  margin-bottom: 20px;
  gap: 10px;
}
.help__support__knowledge .help__support__item h5 {
  margin-bottom: 0;
}

.knowledge__left {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .knowledge__left {
    padding: 25px 25px;
  }
}
@media (max-width: 500px) {
  .knowledge__left {
    padding: 25px 15px;
  }
}
.knowledge__left .head__box {
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .knowledge__left .head__box {
    gap: 10px;
  }
}
.knowledge__left .head__box .file__thumb {
  width: 70px;
  height: 73px;
}
@media (max-width: 500px) {
  .knowledge__left .head__box .file__thumb {
    width: 45px;
    height: 45px;
  }
}
.knowledge__left .head__box .content h3 {
  margin-top: -5px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .knowledge__left .head__box .content h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .knowledge__left .head__box .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .knowledge__left .head__box .content h3 {
    font-size: 22px;
  }
}
.knowledge__left .made__offer {
  padding-top: 30px;
}
.knowledge__left .made__offer h5 {
  color: var(--darkextra);
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 500px) {
  .knowledge__left .made__offer h5 {
    font-size: 20px;
  }
}
.knowledge__left .made__offer .made__list li {
  gap: 12px;
}
.knowledge__left .made__offer .made__list li:not(:last-child) {
  margin-bottom: 10px;
}
.knowledge__left .made__offer .made__list li span {
  color: var(--darextra);
}
@media (max-width: 500px) {
  .knowledge__left .made__offer .made__list li span {
    font-size: 16px;
  }
}

.knowledge__right {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .knowledge__right {
    padding: 25px 20px;
  }
}
.knowledge__right .knowledge__articles__recharge li:not(:last-child) {
  margin-bottom: 20px;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge {
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  gap: 20px;
  padding: 15px 20px;
}
@media (max-width: 1199px) {
  .knowledge__right .knowledge__articles__recharge li .articles__items__recharge {
    gap: 10px;
    padding: 15px 10px;
  }
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  transition: all 0.4s;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .icon i {
  font-size: 26px;
  color: var(--base);
  margin-top: 0;
  transition: all 0.4s;
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge .ftext {
  width: calc(100% - 50px);
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge:hover .icon {
  background: var(--base);
}
.knowledge__right .knowledge__articles__recharge li .articles__items__recharge:hover .icon i {
  color: var(--white);
}

.chat__user__wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .chat__user__wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .chat__user__wrapper {
    padding: 20px 20px;
  }
}

.cheat__user {
  margin-bottom: 15px;
  padding: 15px 0;
}
.cheat__user .edit__user .dropdown-btn {
  border: unset;
  background: transparent;
}
.cheat__user .edit__user .dropdown-menu {
  padding: 10px 10px;
}
.cheat__user .edit__user .dropdown-menu li a i {
  color: var(--base);
  font-size: 18px;
  margin-top: 0;
}
.cheat__user .edit__user .dropdown-menu li a span {
  color: var(--text);
  font-size: 0.875rem;
}

.chat__search {
  align-items: center;
  border-radius: 5px;
}
.chat__search .search__icon {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 64px;
  background: var(--base);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.chat__search input {
  outline: none;
  border: 1px solid #CECECE;
  height: 64px;
  padding: 5px 5px 5px 20px;
  width: 100%;
  color: var(--placeholder);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.chat__search ::-moz-placeholder {
  color: var(--placeholder);
}
.chat__search ::placeholder {
  color: var(--placeholder);
}

.chat__single {
  padding: 15px 0;
}
.chat__single .text-area h6 {
  color: var(--text);
  margin-bottom: 5px;
}
.chat__single .text-area .mdtxt {
  color: #5A5A5A;
}
.chat__single .date__time .bg {
  width: 22px;
  height: 22px;
  background: var(--base);
  border-radius: 50%;
  color: var(--white);
  font-size: 0.75rem;
  display: block;
  margin-bottom: 2px;
}
.chat__single .date__time .mactive {
  color: var(--base) !important;
}
.chat__single .date__time .mnutes {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--placeholder);
}

.gactive {
  position: relative;
}
.gactive::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--base);
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
}

.red {
  position: relative;
}
.red::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #FF2929;
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
}

.chat__box__view {
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}

.chat__person {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 20px 30px;
  border-radius: 5px;
}
.chat__person .cheat__user {
  padding: 0 0;
}

.chat__view__footer {
  padding: 30px 30px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 575px) {
  .chat__view__footer {
    flex-wrap: wrap;
  }
}
.chat__view__footer form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat__view__footer form input {
  height: 50px;
  outline: none;
  border: 1px solid #D5DAF4;
  border-radius: 5px;
  padding: 5px 5px 5px 15px;
  background: none;
  width: 100%;
  color: var(--text);
}
.chat__view__footer form ::-moz-placeholder {
  color: var(--placeholder);
}
.chat__view__footer form ::placeholder {
  color: var(--placeholder);
}
.chat__view__footer form .cmn__btn {
  height: 50px;
}

.file__choose {
  position: relative;
}
.file__choose input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.chat__body__inner {
  overflow-y: scroll;
  height: 700px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .chat__body__inner {
    gap: 0 20px;
    padding: 20px 18px;
  }
}
@media (max-width: 500px) {
  .chat__body__inner {
    flex-wrap: wrap;
  }
}

.left__side__chtat li .man {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.left__side__chtat li .man img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.left__side__chtat li .textbg {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: var(--text);
  max-width: 280px;
  display: block;
}

.right__side__chats {
  text-align: right;
}
@media (max-width: 500px) {
  .right__side__chats {
    text-align: left;
  }
}
.right__side__chats .man {
  margin-left: auto;
}
@media (max-width: 500px) {
  .right__side__chats .man {
    margin-left: inherit;
  }
}

.contact__section {
  position: relative;
}
.contact__section::before {
  position: absolute;
  bottom: 0;
  height: 45%;
  left: 0;
  width: 100%;
  z-index: -1;
  content: "";
  background: url(../img/signup/contact-bg.jpg) no-repeat center center;
  background-size: cover;
}

.contact__need__item {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #DADEF5;
}
.contact__need__item .icon {
  border: 1px solid #DADEF5;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
}
.contact__need__item h5 {
  color: var(--text);
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .contact__need__item a span {
    font-size: 16px;
  }
}

.error__section {
  background: var(--white);
  width: 100%;
  height: 100vh;
}

.error__thumb {
  max-width: 650px;
  margin-bottom: 30px;
  width: 100%;
}

.error__content {
  text-align: center;
}
.error__content h2 {
  color: var(--text);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .error__content h2 {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .error__content h2 {
    font-size: 32px;
  }
}
.error__content p {
  color: var(--text);
  margin-bottom: 40px;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 500px) {
  .error__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .titles {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .titles {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .titles {
    font-size: 22px;
  }
}

.video__items {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px;
}
.video__items .thumb {
  position: relative;
  width: 100%;
}
.video__items .thumb img {
  width: 100%;
  border-radius: 5px;
}
.video__items .thumb .video-btn {
  position: absolute;
  top: 0%;
  left: 50%;
  transition: all 0.4s;
  z-index: 1;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.video__items .thumb .video-btn .vide {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.video__items .thumb .video-btn .vide::before, .video__items .thumb .video-btn .vide::after {
  position: absolute;
  inset: 0;
  content: "";
}
.video__items .thumb .video-btn .vide::before {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #6578DD;
  z-index: -1;
  top: -3px;
  left: -3px;
  animation: vid1 3s linear infinite;
}
.video__items .thumb .video-btn .vide::after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #97A5EE;
  z-index: -2;
  top: -7px;
  left: -7px;
  animation: vid2 3s linear infinite;
}
.video__items .thumb .video-btn .vide i {
  font-size: 26px;
  color: var(--white);
  margin-top: 0;
}
.video__items .content {
  padding: 20px 20px 15px;
}
@media (max-width: 1199px) {
  .video__items .content {
    padding: 15px 5px 15px;
  }
  .video__items .content h5 {
    font-size: 20px;
  }
}
.video__items .content h5 {
  color: var(--text);
  margin-bottom: 15px;
}
.video__items .content h5 a {
  color: var(--text);
  transition: all 0.4s;
}
.video__items .content p {
  color: var(--text);
  font-size: 1rem;
  margin-bottom: 24px;
}
.video__items:hover .thumb .video-btn {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.video__items:hover .content h5 a {
  color: var(--base);
}

.ambition__section {
  position: relative;
  overflow: hidden;
}
.ambition__section .ambition__shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ambition__section .ambition__shape {
    display: none;
  }
}

.ambition__boxwrap {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 1;
}
@media (max-width: 575px) {
  .ambition__boxwrap {
    flex-wrap: wrap;
  }
}
.ambition__boxwrap .counter__items {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(47, 65, 129, 0.06);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 575px) {
  .ambition__boxwrap .counter__items {
    width: 45%;
    padding: 20px 10px;
  }
}
.ambition__boxwrap .counter__items .cont {
  justify-content: center;
}
.ambition__boxwrap .counter__items .cont span {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--text);
}
.ambition__boxwrap .counter__items .cont .plus__icon {
  color: var(--base);
}
.ambition__boxwrap .counter__items p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #5A5A5A;
}

.ambition__thumb {
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .ambition__thumb {
    padding: 20px 40px 0 40px;
  }
}
@media (max-width: 575px) {
  .ambition__thumb {
    padding: 20px 5px 0 5px;
  }
}
.ambition__thumb img {
  width: 100%;
}

.logo__sponsor .item {
  width: 100%;
}
.logo__sponsor .item img {
  width: 100%;
}

.booklanding__qustiontwo {
  background: url(../img/booking/pinkbg.png) no-repeat center center;
  background-size: cover;
}

.question__section {
  position: relative;
}
.question__section .qustion__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .question__section .qustion__shape {
    display: none;
  }
}

.qustion__content {
  position: relative;
  z-index: 1;
}
.qustion__content .accordion__wrap .accordion-item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: var(--white);
  border: none;
}
.qustion__content .accordion__wrap .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 500px) {
  .qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../img/refer/downarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: var(--white);
  box-shadow: 0px 4px 30px rgba(54, 54, 54, 0.1);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  background: url(../img/refer/topnarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: var(--base);
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.qustion__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--text);
  background-color: var(--white);
  box-shadow: none;
  border-bottom: 1px solid var(--bordertwo);
}
.qustion__content .accordion__wrap .accordion-body p {
  font-size: re(16);
  color: var(--text);
  line-height: 150%;
}

.qustion__thumb {
  width: 100%;
}
.qustion__thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .qustion__thumb {
    max-width: 500px;
    margin: 35px auto 0;
  }
}

.question__section__three {
  position: relative;
}
.question__section__three .qustion__ball {
  position: absolute;
  top: 20px;
  left: 52%;
  max-width: 300px;
}
.question__section__three .qustion__ball img {
  width: 100%;
}

.qustion__three__content .accordion__wrap .accordion-item {
  background: transparent;
  border: 1px solid var(--bordertwo);
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
  background: transparent;
  border-radius: 5px;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 500px) {
  .qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button {
    font-size: 1rem;
  }
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button::after {
  background: url(../img/refer/downarrow.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  transition: all 0.4s;
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
  background: url(../img/refer/toblck.png) no-repeat center center;
  background-size: 1.4vh;
  background-color: transparent !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.qustion__three__content .accordion__wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--text);
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--bordertwo);
}

.qustion__three__header {
  padding-left: 40px;
}

.hotel__qustionslider {
  margin-top: 15px;
  padding-left: 134px;
  position: relative;
}
@media (max-width: 1399px) {
  .hotel__qustionslider {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.hotel__qustionslider .owl-nav {
  position: absolute;
  bottom: -80px;
  left: 123px;
}
.hotel__qustionslider .owl-nav .owl-prev i {
  color: var(--base);
  font-size: 24px;
}
.hotel__qustionslider .owl-nav .owl-prev:hover i {
  color: var(--white);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .hotel__qustionslider .owl-nav {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hotel__qustionslider .owl-nav {
    left: 15px;
  }
}

@media screen and (min-width: 175px) {
  .offsetcustom-2 {
    margin-left: 16.66%;
  }
}
@media screen and (max-width: 1600px) {
  .offsetcustom-2 {
    margin-left: 8%;
  }
}
@media (max-width: 1399px) {
  .offsetcustom-2 {
    margin-left: 0px;
  }
}

.qustion__item {
  border-radius: 5px;
}
.qustion__item img {
  border-radius: 5px;
}

.hotel__gallerywrap .owl-dots .owl-dot span {
  background: #CECECE;
}
.hotel__gallerywrap .owl-dots .owl-dot.active span {
  background: var(--base);
}

.hotel__list__section .hotelbooking__categoris__wrap {
  transform: translateY(0px);
  margin-bottom: -170px;
}
@media (max-width: 991px) {
  .hotel__list__section .hotelbooking__categoris__wrap {
    margin-bottom: 0px;
  }
}

.common__filter__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px 0;
}
.common__filter__wrapper svg {
  padding: 0;
  margin: 0;
}
@media (max-width: 1399px) {
  .common__filter__wrapper svg {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .common__filter__wrapper svg {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .common__filter__wrapper {
    padding: 20px 20px 0;
  }
}

.common__sidebar__head button {
  border: unset;
  padding: 0;
  background: transparent;
}
.common__sidebar__head button i {
  margin-top: 0;
  font-size: 30px;
  color: var(--text);
}

.search__item form {
  background: var(--white);
  padding: 0px 20px 2px 10px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
}
.search__item form input {
  background: transparent;
  outline: none;
  border: unset;
  color: var(--darkextra);
}
.search__item form ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--darextra);
}
.search__item form ::placeholder {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--darextra);
}
.search__item form .search {
  border: unset;
  outline: none;
  padding: 0;
  background: transparent;
}
.search__item form .search i {
  font-size: 26px;
  color: var(--text);
}

.common__sidebar__content {
  padding: 15px 0 15px;
}
.common__sidebar__content .range__barcustom .price-input {
  display: flex;
  gap: 1px;
  align-items: center;
  justify-content: center;
}
.common__sidebar__content .range__barcustom .price-input .field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
}
.common__sidebar__content .range__barcustom .field input {
  width: 50%;
  height: 100%;
  outline: none;
  -moz-appearance: textfield;
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.common__sidebar__content .range__barcustom .field input span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.common__sidebar__content .range__barcustom input[type=number]::-webkit-outer-spin-button,
.common__sidebar__content .range__barcustom input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.common__sidebar__content .range__barcustom .price-input .separator {
  font-size: 19px;
  font-weight: 700;
  color: var(--text);
}
.common__sidebar__content .range__barcustom .slider {
  height: 5px;
  position: relative;
  background: #CECECE;
  border-radius: 5px;
}
.common__sidebar__content .range__barcustom .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #1c0bd7;
}
.common__sidebar__content .range__barcustom .range-input {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.common__sidebar__content .range__barcustom .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.common__sidebar__content .range__barcustom input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 7px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid var(--base);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.bits__hotel {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 991px) {
  .bits__hotel {
    flex-wrap: wrap;
  }
}
.bits__hotel .tshape {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bits__hotel .bshape {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.bits__hotel .content {
  padding: 8px 5px 8px 0px;
}
@media (max-width: 1199px) {
  .bits__hotel .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .bits__hotel .content {
    width: 100%;
  }
}
.bits__hotel .content__space {
  padding: 0px 10px 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  .bits__hotel .content__space h5 {
    font-size: 20px;
  }
}
.bits__hotel .content__space .dubay img {
  width: 14px;
}
.bits__hotel .content__space .singlebed {
  border: 1px solid #DFE2F4;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.bits__hotel .thumb2 {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .bits__hotel .thumb {
    width: 50%;
    height: 100%;
  }
  .bits__hotel .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .bits__hotel .thumb {
    width: 100%;
  }
}

.bitast__icon li {
  border: 1px solid #DFE2F4;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price__off .linetrogh {
  text-decoration: line-through;
  color: var(--placeholder);
}

.bits__hotels__details {
  border: 1px solid var(--cmnborder);
}

.details__bookslider {
  position: relative;
}
.details__bookslider .item {
  width: 100%;
}
.details__bookslider .item img {
  border-radius: 5px;
  width: 100%;
}
.details__bookslider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.details__bookslider .owl-nav .owl-prev i {
  background: var(--white);
  color: var(--base);
  font-size: 1.625rem;
}
.details__bookslider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.details__bookslider .owl-nav .owl-next i {
  background: var(--white);
  color: var(--base);
  font-size: 1.625rem;
}

.details__smallthumb .secondary {
  width: 100%;
}
.details__smallthumb .secondary img {
  width: 100%;
}

.video__thumb {
  position: relative;
}
.video__thumb img {
  border-radius: 5px;
}
.video__thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.video__thumb .video-btn .vide {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  border-radius: 50%;
  position: relative;
}
.video__thumb .video-btn .vide::before, .video__thumb .video-btn .vide::after {
  position: absolute;
  inset: 0;
  content: "";
}
.video__thumb .video-btn .vide::before {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #6578DD;
  z-index: -1;
  top: -3px;
  left: -3px;
  animation: vid1 3s linear infinite;
}
.video__thumb .video-btn .vide::after {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #97A5EE;
  z-index: -2;
  top: -7px;
  left: -7px;
  animation: vid2 3s linear infinite;
}
.video__thumb .video-btn .vide i {
  font-size: 26px;
  color: var(--white);
  margin-top: 0;
}

.amenities__listdetails li {
  width: 25%;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .amenities__listdetails li {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .amenities__listdetails li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .amenities__listdetails li {
    width: 100%;
  }
}
.amenities__listdetails .icon {
  border: 1px solid var(--cmnborder);
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.amenities__listdetails .icon img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.house__rules .house__list li {
  position: relative;
  padding-left: 13px;
  width: 33.3333333333%;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .house__rules .house__list li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .house__rules .house__list li {
    width: 100%;
  }
}
.house__rules .house__list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--base);
  content: "";
}

.hotel__related__section .bits__hotel {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hotel__related__section .bits__hotel {
    margin-bottom: 0;
  }
}

.review__star {
  width: 22px;
}

.hotel__details__checkoungwrapper {
  padding: 20px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .hotel__details__checkoungwrapper {
    padding: 20px 15px;
  }
}
.hotel__details__checkoungwrapper h5 {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.check__hoteldetaislbody .dating__body__box {
  display: flex;
  flex-wrap: wrap;
}
.check__hoteldetaislbody .dating__body__box .dating__item {
  width: 45%;
  border-color: var(--bordertwo);
}
.check__hoteldetaislbody .dating__body__box .roomtype {
  width: 97%;
}
.check__hoteldetaislbody .dating__body__box .dating__inetial {
  background: var(--white);
  border-color: var(--bordertwo);
}
.check__hoteldetaislbody .dating__body__box .dating__inetial .nice-select:after {
  border-bottom: 0px solid var(--placeholder);
  border-right: 0px solid var(--placeholder);
  content: "";
  background: url(../img/svg/dropdown.svg) no-repeat center center;
  background-size: cover;
  display: block;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  bottom: 40%;
  transform-origin: 66% 66%;
  transform: rotate(2deg);
  transition: all 0.15s ease-in-out;
  width: 13px;
}

@media (max-width: 1399px) {
  .extra__service__item svg {
    width: 250px;
  }
}

.extra-title {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.tactive {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media (max-width: 1199px) {
  .payment__cards {
    flex-wrap: wrap;
  }
}
.payment__cards a {
  background: var(--white);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  display: block;
}
@media (max-width: 1199px) {
  .payment__cards a {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .payment__cards a {
    width: 19%;
  }
}
.payment__cards a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.payment__cards .master {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__cards .master img {
  width: 30px;
  height: 20px;
}

.booking-time {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.comment__chatboxright {
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid var(--cmnborder);
  background: var(--white);
}
.comment__chatboxright .icon {
  width: 60px;
  height: 60px;
  border: 1px solid var(--cmnborder);
  border-radius: 5px;
  background: var(--white);
}
.comment__chatboxright .icon img {
  width: 35px;
}

.comment__chatboxright .content {
  width: calc(100% - 60px);
}

.current__weather {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
}
.current__weather h5 {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.current__weather .could__left .could__icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--cmnborder);
  border-radius: 5px;
}
.current__weather .weather__wrapping {
  justify-content: center;
}
@media (max-width: 1399px) {
  .current__weather .weather__wrapping {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .current__weather .weather__wrapping {
    justify-content: space-between;
  }
}

.sun__degree img {
  margin-top: 3px;
}

.hotel__confrim__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 1399px) {
  .hotel__confrim__body {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .hotel__confrim__body {
    padding: 25px 15px;
  }
}

.skyp__hotels__wrap {
  padding: 10px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  border: 1px solid var(--cmnborder);
}

@media (max-width: 1399px) {
  .thumb__content {
    flex-wrap: wrap;
  }
}
.thumb__content .left__thumb {
  width: 100%;
}
.thumb__content .left__thumb img {
  width: 100%;
}
@media (max-width: 450px) {
  .thumb__content .left__thumb {
    flex-wrap: wrap;
  }
}

.skyp__right__content {
  padding: 5px 10px;
  width: 60%;
}
@media (max-width: 1399px) {
  .skyp__right__content {
    width: 100%;
    padding: 5px 5px;
  }
}
.skyp__right__content h4 {
  margin-top: -10px;
}

.confirms__icons .icon {
  border: 1px solid #D5DAF4;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.update__skypinfo .dating__body__box .dating__inetial {
  background: var(--white);
}
@media (max-width: 1399px) {
  .update__skypinfo .dating__body__box {
    flex-wrap: wrap;
  }
}
.update__skypinfo .dating__body__box .date__grpp .cmn__btn {
  padding: 12px 18px 12px;
}
@media (max-width: 1399px) {
  .update__skypinfo .dating__body__box .date__grpp {
    width: 45%;
  }
}
@media (max-width: 500px) {
  .update__skypinfo .dating__body__box .date__grpp {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .update__skypinfo .dating__body__box .date__grpp .dating__item {
    width: 100%;
  }
}

.cancellation__two {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 20px;
  border: 1px solid var(--cmnborder);
}
.cancellation__two .icons {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid var(--cmnborder);
}

.hotel__confirm__invocie {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 20px 20px;
}
.hotel__confirm__invocie .product__total {
  border-bottom: 1px solid #D5DAF3;
}
.hotel__confirm__invocie .pricelast__items:last-child {
  border-radius: 0px;
  padding: 0 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}
.hotel__confirm__invocie .ttoal__cost {
  border-radius: 2px;
  padding: 9px 15px;
  margin-top: 15px;
  background: var(--white);
  border: 1px solid var(--input);
  border-radius: 5px;
}
.hotel__confirm__invocie .price__cost li:not(:last-child) {
  margin-bottom: 5px;
}
.hotel__confirm__invocie .price__cost li:last-child {
  border-radius: 2px;
  padding: 9px 15px;
  margin-top: 15px;
  background: var(--white);
}
.hotel__confirm__invocie form {
  background: var(--white);
  border-radius: 10px;
}
.hotel__confirm__invocie form input {
  background: transparent;
  border: unset;
  border: 1px solid var(--cmnborder);
  border-radius: 10px 0 0 10px;
  color: var(--text);
  height: 46px;
}
.hotel__confirm__invocie form .cmn__btn {
  height: 46px;
  width: 115px;
  padding: 2px 20px 5px;
}

.direct__transfer {
  border-bottom: 1px solid #D5DAF3;
  padding-bottom: 30px;
}
.direct__transfer .radio__left .form-check-input {
  border-radius: 50%;
}
.direct__transfer .textbg {
  border-radius: 5px;
  padding: 8px 10px 10px;
  background: var(--white);
  font-family: "Lato", sans-serif;
  margin-top: 10px;
  margin-bottom: 15px;
}

.have__condition .radio__left label {
  width: calc(100% - 35px);
}

.full__refund img {
  margin-top: 3px;
  filter: brightness(0);
}

.car__driverdetails {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 30px;
}
.car__driverdetails form .input__grp label {
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 15px;
}
.car__driverdetails form .input__grp input {
  color: var(--text);
  border-radius: 5px;
}
.car__driverdetails form .input__grp ::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  font-family: "Lato", sans-serif;
}
.car__driverdetails form .input__grp ::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #5A5A5A;
  font-family: "Lato", sans-serif;
}
.car__driverdetails form .input__grp textarea {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}

.car__confirmdetails__right .carferrari__item {
  box-shadow: none;
}
.car__confirmdetails__right .carferrari__item .thumb {
  width: 100%;
}
.car__confirmdetails__right .carferrari__item .thumb img {
  width: 100%;
}
.car__confirmdetails__right .carferrari__item .ferrari__pats {
  background: transparent;
  border: 1px dashed var(--cmnborder);
}
.car__confirmdetails__right .carferrari__item .ferrari__list {
  border-bottom: 1px solid #D5DAF3;
  margin-bottom: 0;
}
.car__confirmdetails__right .carferrari__item .pickupdetails {
  border-bottom: 1px solid #D5DAF3;
}

.cancellationtwo {
  padding: 20px 20px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  border: 1px solid var(--cmnborder);
}

.impotant__excess .nav {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.impotant__excess .nav .nav-item .nav-link {
  font-weight: 500;
  padding: 0;
  color: var(--text);
  border-radius: 0;
}
.impotant__excess .nav .nav-item .nav-link.active {
  background: transparent;
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 1px solid var(--base);
}
.impotant__excess .tab-content {
  margin-top: 15px;
}
.impotant__excess .tab-content .tab-pane {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.radio__left .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid var(--darkextra);
  box-shadow: none;
  outline: none;
}
.radio__left input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../img/payment/check.png);
  background-size: 0.6rem;
}
.radio__left .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}

.testimonial__section {
  position: relative;
  overflow: hidden;
}
.testimonial__section .test__shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .testimonial__section .test__shape1 {
    display: none;
  }
}
.testimonial__section .test__shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  margin: 24px 12px;
}
.testimonial__item .quote {
  width: 60px;
  display: block;
  margin: 0 auto 30px;
}
.testimonial__item .quote img {
  width: 100%;
}
@media (max-width: 991px) {
  .testimonial__item {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial__item {
    padding: 20px 15px;
  }
}
.testimonial__item p {
  margin-bottom: 30px;
  text-align: center;
}
.testimonial__item .client {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.testimonial__item .client .thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial__item .client .thumb img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial__item .client .content .name {
  margin-bottom: 5px;
  color: var(--text);
}
.testimonial__item .client .content .desination {
  color: var(--darextra);
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.testimoial__wrap__two .testimonial__item {
  padding: 25px 100px;
}
@media (max-width: 450px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 5px;
  }
}
@media (max-width: 500px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 25px;
  }
}
@media (max-width: 991px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 25px;
  }
}
@media (max-width: 1399px) {
  .testimoial__wrap__two .testimonial__item {
    padding: 25px 40px;
  }
}
.testimoial__wrap__two .owl-item {
  opacity: 0.2;
}
.testimoial__wrap__two .owl-item.center {
  opacity: 1;
}
.testimoial__wrap__two .owl-item.center .testimonial__item .client .content {
  text-align: left;
}

.testimonial__section__three {
  position: relative;
}
.testimonial__section__three .testimonial__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}
.testimonial__section__three .testimonial__item:first-child {
  margin-left: 25px;
}
.testimonial__section__three .testimonial__item:last-child {
  margin-right: 25px;
}
.testimonial__section__three::before {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 58%;
  background: var(--bgsection);
}

.app__section {
  position: relative;
  overflow: hidden;
}
.app__section .app__shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app__section .app__shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .app__section .app__shape2 {
    left: 500px;
  }
}
@media (max-width: 575px) {
  .app__section .app__shape2 {
    display: none;
  }
}
.app__section .app__woman {
  position: absolute;
  bottom: 0;
  right: 0;
}
.app__section .app__plate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .app__section .app__plate {
    display: none;
  }
}
.app__section .app__womanlandng {
  position: absolute;
  left: -30px;
  bottom: 0;
  max-width: 400px;
}
.app__section .app__womanlandng img {
  width: 100%;
}

.app__content .storyitem {
  background: var(--white);
  border-radius: 5px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  display: block;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 155px;
}
.app__content .apptext {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .app__content .apptext {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .app__content {
    margin-bottom: 35px;
  }
}
.app__content .section__header .train__list li {
  display: flex;
  gap: 15px;
}
.app__content .section__header .train__list li:not(:last-child) {
  margin-bottom: 15px;
}
.app__content .section__header .train__list li .icons {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.app__content .section__header .train__list li .icons i {
  color: var(--white);
  font-size: 18px;
  margin-top: 0;
}
.app__content .section__header .train__list li .textss {
  color: #2C3655;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  .app__thumb {
    width: 100%;
  }
  .app__thumb img {
    width: 100%;
  }
}

.app__thumb__two {
  width: 100%;
}
.app__thumb__two img {
  width: 100%;
}
@media (max-width: 991px) {
  .app__thumb__two {
    max-width: 500px;
    margin: 0 auto;
  }
  .app__thumb__two img {
    width: 100%;
  }
}

.app__thumb__three {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.app__thumb__three img {
  width: 100%;
}

.support__section {
  position: relative;
  overflow: hidden;
}
.support__section .flower__shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .support__section .flower__shape {
    display: none;
  }
}

.support__contentbox {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .support__contentbox {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .support__contentbox {
    padding: 20px 15px;
  }
}
.support__contentbox .thumb {
  margin: 0 auto 30px;
  text-align: center;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.support__contentbox h5 a {
  color: var(--text);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .support__contentbox h5 {
    font-size: 1.375rem;
  }
}
.support__contentbox:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.01);
}
.support__contentbox:hover .thumb {
  transform: rotateY(180deg);
}
.support__contentbox:hover h5 a {
  color: var(--base);
}

.support__thumb {
  margin-left: -15rem;
}
@media (max-width: 1199px) {
  .support__thumb {
    margin-left: -20rem;
  }
}
@media (max-width: 991px) {
  .support__thumb {
    width: 100%;
    margin-left: 0;
  }
  .support__thumb img {
    width: 100%;
  }
}

.updown__support {
  transform: translateY(50px);
}
@media (max-width: 767px) {
  .updown__support {
    transform: translateY(0px);
  }
}

.refer__boxes__wrapthree {
  position: relative;
}
.refer__boxes__wrapthree .refer__item__grid {
  position: relative;
  z-index: 1;
}
.refer__boxes__wrapthree .refer__dotthree1 {
  position: absolute;
  right: -45px;
  top: 35px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree1 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree2 {
  position: absolute;
  right: -45px;
  bottom: -90px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree2 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree3 {
  position: absolute;
  left: -50px;
  top: -20px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree3 {
    display: none;
  }
}
.refer__boxes__wrapthree .refer__dotthree4 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 500px) {
  .refer__boxes__wrapthree .refer__dotthree4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .refer__boxes__wrapthree {
    margin-top: 35px;
  }
}

.order__boxes {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 30px 30px;
  margin-bottom: 40px;
}
.order__boxes form input {
  color: var(--text);
}

.available__balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .available__balance {
    flex-wrap: wrap;
  }
}
.available__balance .balance {
  display: flex;
  align-items: center;
  gap: 15px;
}
.available__balance .balance .title {
  color: var(--text);
}
.available__balance span {
  color: var(--text);
}

.order__button {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--bordertwo);
}
@media (max-width: 991px) {
  .order__button {
    flex-wrap: wrap;
    border: unset;
  }
}
@media (max-width: 575px) {
  .order__button {
    gap: 10px;
  }
}
.order__button li .cmn__order {
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 7px 40px 8px;
  transform: skewX(20deg);
  display: block;
  background: var(--white);
  border: 1px solid var(--bordertwo);
}
.order__button li .cmn__order span {
  transform: skewX(-20deg);
  display: inline-block;
}
@media (max-width: 575px) {
  .order__button li .cmn__order {
    padding: 7px 20px 8px;
  }
}
.order__button li .active {
  background: linear-gradient(90deg, #2942CB 0%, #273DB1 100%);
  color: var(--white);
}

.mobiletext {
  color: var(--text);
  display: block;
}

form {
  /*display: flex;*/
  align-items: center;
}
form .flag__select {
  position: relative;
}
form .flag__select .flag {
  position: absolute;
  top: 14px;
  left: 10px;
}
form .flag__select .nice-select {
  padding: 14px 35px 14px 30px;
  border-radius: 0;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
form .flag__select .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  right: 11px;
  bottom: 17px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
form .flag__select .nice-select .list li {
  color: var(--text);
}
form input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid var(--bordertwo);
  padding: 14px 10px 14px;
}
form .cmn__btn {
  padding: 8px 30px 8px;
  border: none;
  outline: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
form .cmn__btn span i {
  color: var(--white);
  font-size: 20px;
}
@media (max-width: 500px) {
  form {
    flex-wrap: wrap;
    gap: 10px;
  }
  form .flag__select .nice-select {
    border-right: 1px solid var(--bordertwo);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  form .cmn__btn {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.oparator__texts {
  position: relative;
  display: grid;
}
.oparator__texts .nice-select {
  border: none;
  max-width: 220px;
  padding: 0 0 0 0;
}
.oparator__texts .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  left: 100%;
  bottom: 7px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
.oparator__texts .nice-select .current {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.main__operator {
  border-top: 1px solid var(--bordertwo);
  margin-top: 18px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 5px;
}
.main__operator li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main__operator li .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid var(--text);
  box-shadow: none;
}

.choose__valu {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
  padding: 30px 30px;
}
.choose__valu .oparator__texts {
  margin-bottom: 30px;
  max-width: 180px;
}
@media (max-width: 575px) {
  .choose__valu {
    padding: 25px 15px;
  }
}

.valu__items {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
  padding: 30px 30px;
}
.valu__items .valu__usd {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.valu__items .valu__usd span {
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.valu__items p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border-bottom: 1px solid var(--bordertwo);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.valu__items .usd {
  font-family: "Lato", sans-serif;
  color: var(--text);
  margin-bottom: 24px;
  display: block;
}
.valu__items .valu__btn {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
.valu__items .valu__btn .nice-select {
  width: 73px;
}
.valu__items .valu__btn .nice-select .current {
  font-weight: 500;
}
.valu__items .valu__btn .nice-select::after {
  content: "";
  -webkit-clip-path: polygon(54% 55%, 0 0, 100% 0);
          clip-path: polygon(54% 55%, 0 0, 100% 0);
  display: block;
  height: 15px;
  width: 15px;
  background: var(--text);
  pointer-events: none;
  position: absolute;
  right: 11px;
  bottom: 17px;
  transform-origin: 184% 66%;
  transform: rotate(-3deg);
  border-radius: 4px;
}
.valu__items .valu__btn .cmn__btn {
  width: 100%;
  text-align: center;
  display: block;
}
@media (max-width: 575px) {
  .valu__items {
    padding: 20px 15px;
  }
}

.order__summary__wrapper {
  border: 1px solid var(--bordertwo);
  background: var(--white);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .order__summary__wrapper {
    overflow-x: scroll;
  }
}
.order__summary__wrapper .summary__title {
  color: var(--text);
  padding: 20px 25px 20px;
}
@media (max-width: 767px) {
  .order__summary__wrapper .over__responsive {
    width: 600px;
  }
}

.order__table__fluid {
  width: 100%;
}
.order__table__fluid .bg__add {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.order__table__fluid .bg__add span {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  display: block;
}
.order__table__fluid .order__table__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order__table__fluid .order__table__items:not(:first-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.order__table__fluid .order__table__items span {
  padding: 10px 25px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.order__table__box {
  max-width: 500px;
  margin: 0 0 0 auto;
  border-left: 1px solid var(--bordertwo);
}
@media (max-width: 767px) {
  .order__table__box {
    max-width: 100%;
  }
}
.order__table__box .order__graph ul li {
  display: flex;
}
.order__table__box .order__graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--bordertwo);
}
.order__table__box .order__graph ul li span {
  width: 50%;
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 600;
  padding: 16px 0 0 25px;
  font-family: "Lato", sans-serif;
}
.order__table__box .order__graph ul li .bg {
  font-weight: 400;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 16px 24px;
  font-size: 1rem;
  color: var(--text);
}
.order__table__box .order__graph .chck {
  text-align: center;
}

.recharge__numberbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.recharge__numberbtn .addanother {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recharge__numberbtn .addanother .plus {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid var(--border);
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.recharge__numberbtn .addanother .plus i {
  color: var(--base);
  font-size: 20px;
  margin-top: 4px;
}
.recharge__numberbtn .addanother .text {
  color: var(--base);
  width: calc(100% - 30px);
}
@media (max-width: 500px) {
  .recharge__numberbtn .addanother .text {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .order__boxestwo {
    padding: 25px 15px;
  }
}

.transaction__dating {
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .transaction__dating {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.transaction__dating .tran__date li {
  gap: 8px 18px;
}
.transaction__dating .tran__date li:not(:last-child) {
  margin-bottom: 5px;
}
.transaction__dating .tran__date li .blodtext {
  padding-right: 12px;
  position: relative;
  width: 180px;
}
@media (max-width: 450px) {
  .transaction__dating .tran__date li .blodtext {
    width: 150px;
  }
}
.transaction__dating .tran__date li .blodtext::before {
  position: absolute;
  right: 0;
  top: -4px;
  content: ":";
  font-size: 22px;
  color: var(--text);
}

.checkout__radio {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 10px;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .checkout__radio {
    padding: 25px 15px;
  }
}
.checkout__radio .primary-text {
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single:not(:last-child) {
  margin-bottom: 10px;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input {
  border: 1px solid var(--darkextra);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: none;
  padding: 0;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input:checked {
  background-color: var(--base);
  border-color: var(--text);
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url(../img/svg/w-chaeck.svg);
  background-size: 0.6rem;
}
.checkout__radio .checkout__radio-wrapper .checkout__radio-single label {
  width: calc(100% - 30px);
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

.checkout__single-wrapper .checkout__single {
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single {
    padding: 25px 15px;
  }
}
.checkout__single-wrapper .checkout__single .billing {
  font-size: 1.5rem;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 575px) {
  .checkout__single-wrapper .checkout__single .billing {
    font-size: 1.25rem;
  }
}
.checkout__single-wrapper .checkout__single h4 {
  font-size: 1.375rem;
}
.checkout__single-wrapper .checkout__single .transactionid {
  justify-content: space-between;
  color: var(--text);
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper .checkout__single .input-single textarea,
.checkout__single-wrapper .checkout__single .input-single .nice-select,
.checkout__single-wrapper .checkout__single .input-single input {
  color: var(--text);
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  width: 100%;
}
.checkout__single-wrapper .checkout__single .input-single textarea {
  padding: 10px 15px;
  outline: none;
  border: 1px solid var(--bordertwo);
}
.checkout__single-wrapper .checkout__single:not(:last-child) {
  margin-bottom: 30px;
}
.checkout__single-wrapper .checkout__single__bg {
  box-shadow: none;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.checkout__single-wrapper .checkout__single__bg .input-single label {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper .checkout__single__bg .input-single textarea,
.checkout__single-wrapper .checkout__single__bg .input-single .nice-select,
.checkout__single-wrapper .checkout__single__bg .input-single input {
  background: #FAFAFE;
}
.checkout__single-wrapper .checkout__single__bg .cmn__btn {
  border-radius: 5px;
}
.checkout__single-wrapper .checkout__single__bg .card__text .payment__cards {
  width: 48%;
}
@media (max-width: 1199px) {
  .checkout__single-wrapper .checkout__single__bg .card__text {
    flex-wrap: wrap;
  }
  .checkout__single-wrapper .checkout__single__bg .card__text .payment__cards {
    width: 100%;
  }
}
.checkout__single-wrapper .input-esingl {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.checkout__single-wrapper .input-esingl .form-check-input {
  min-width: 24px;
  height: 24px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid var(--border);
  outline: none;
}
.checkout__single-wrapper .input-esingl label {
  font-size: 1.125rem;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.checkout__single-wrapper input {
  border: 1px solid var(--input);
}
.checkout__single-wrapper .nice-select {
  border: 1px solid var(--input);
}
.checkout__single-wrapper textarea {
  border: 1px solid var(--input) !important;
}

.successful__section {
  padding-top: 150px;
}

.payment__success__inner {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  border-radius: 5px;
  padding: 32px;
}
.payment__success__inner .payment__success__header {
  text-align: center;
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--success);
  margin: 0 auto 20px;
}
.payment__success__inner .payment__success__header .icon i {
  color: var(--white);
  font-size: 1.625rem;
  margin-top: -3px;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header .icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
  }
}
.payment__success__inner .payment__success__header h3 {
  color: var(--text);
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .payment__success__inner .payment__success__header h3 {
    font-size: 2rem;
  }
}
.payment__success__inner .payment__success__header p {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__header h2 {
    font-size: 1.625rem;
  }
  .payment__success__inner .payment__success__header p {
    font-size: 1rem;
  }
}
.payment__success__inner .payment__success__body {
  padding: 14px 24px;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
  margin-bottom: 24px;
}
.payment__success__inner .payment__success__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__success__inner .payment__success__body ul li:not(:last-child) {
  border-bottom: 1px solid var(--idborder);
}
.payment__success__inner .payment__success__body ul li span {
  color: var(--text);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 12px 0;
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body ul li span {
    font-size: 0.875rem;
  }
}
.payment__success__inner .payment__success__body ul li .textbo {
  font-weight: 500;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__body {
    padding: 14px 14px;
  }
  .payment__success__inner .payment__success__body li span {
    font-size: 0.875rem;
  }
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
  margin-top: 5px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
  font-size: 1.25rem;
  color: var(--base);
  margin-top: -3px;
}
.payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
  color: var(--text);
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 575px) {
  .payment__success__inner .payment__success__footer .payment-success__footer-inner {
    flex-wrap: wrap;
  }
}
.payment__success__inner .payment__success__footer .dbutton {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .payment__success__inner {
    padding: 15px;
  }
}

.hotel__successful {
  padding: 0;
  background: transparent;
  box-shadow: unset;
}
.hotel__successful .payment__success__body {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
}

.invoice__wrapper {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.04) 0%, rgba(39, 61, 177, 0.04) 100%);
  padding: 40px 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .invoice__wrapper {
    padding: 25px 10px;
  }
}
.invoice__wrapper .order__table__fluid .bg__add {
  background: #ECEEF8;
}
.invoice__wrapper .order__table__fluid .order__table__items:not(:first-child) {
  background: #F6F7FC;
}
.invoice__wrapper .order__table__flight .order__table__items {
  border-bottom: unset;
}
.invoice__wrapper .order__table__flight .order__table__itemsflight {
  padding-left: 30px;
  border-bottom: 1px solid var(--bordertwo);
}
.invoice__wrapper .order__table__box .order__graph ul li .bg {
  background: #ECEEF8;
}
.invoice__wrapper .summary__title {
  background: #F6F7FC;
}
.invoice__wrapper .order__table__box {
  background: #F6F7FC;
}
.invoice__wrapper .over__responsive {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.04) 0%, rgba(39, 61, 177, 0.04) 100%);
}
.invoice__wrapper .invoice__textwrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invoice__wrapper .invoice__textwrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.invoice__wrapper .invoice__textwrapper .invoice__leftbox h3 {
  color: var(--text);
  margin-bottom: 20px;
}
.invoice__wrapper .invoice__textwrapper .invoice__leftnumber {
  display: flex;
  align-items: center;
}
.invoice__wrapper .invoice__textwrapper .invoice__leftnumber:not(:last-child) {
  margin-bottom: 8px;
}
.invoice__wrapper .invoice__textwrapper .bage {
  position: relative;
  min-width: 155px;
  display: inline-block;
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 600;
}
.invoice__wrapper .invoice__textwrapper .bage::after {
  position: absolute;
  right: 0;
  top: -8px;
  content: ":";
  font-size: 1.5rem;
  color: var(--text);
}
.invoice__wrapper .invoice__textwrapper .counting {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox .hirename {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  display: block;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox h5 {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.invoice__wrapper .invoice__textwrapper .invoice__righttbox .bage {
  min-width: 80px !important;
}
.invoice__wrapper .getway__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invoice__wrapper .getway__wrapper {
    flex-wrap: wrap;
  }
}
.invoice__wrapper .getway__wrapper .getway__item {
  border: 1px solid var(--bordertwo);
  padding: 10px 20px;
  width: 100%;
}
.invoice__wrapper .getway__wrapper .getway__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item .trnsdate {
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 5px;
}
.invoice__wrapper .getway__wrapper .getway__item .subtrans {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.invoice__wrapper .getway__wrapperbus .getway__item {
  padding: 10px 10px;
}
.invoice__wrapper .note {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 30px;
  text-align: center;
}
.invoice__wrapper .print__point__btn {
  justify-content: center;
}
.invoice__wrapper .print__point__btn .cmn__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  padding: 6px 35px 7px;
  border: 1px solid #D4D9F2;
  color: var(--text);
}
@media (max-width: 575px) {
  .invoice__wrapper .print__point__btn .cmn__btn {
    padding: 6px 20px 7px;
  }
}
.invoice__wrapper .print__point__btn .cmn__btn i {
  font-size: 24px;
  color: var(--base);
  transition: all 0.4s;
}
.invoice__wrapper .print__point__btn .cmn__btn:hover i {
  color: var(--white);
}
.invoice__wrapper .invoice__email {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.invoice__wrapper .invoice__email .emailrecharge__head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .invoice__wrapper .invoice__email .emailrecharge__head {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .invoice__wrapper .invoice__email .emailrecharge__head h3 {
    font-size: 2rem;
  }
}
.invoice__wrapper .invoice__email .emailrecharge__head a i {
  font-size: 2.625rem;
  color: var(--base);
}
.invoice__wrapper .invoice__email .leslie {
  font-size: 1rem;
  color: var(--text);
  margin-bottom: 15px;
  display: block;
}
.invoice__wrapper .invoice__email .confirmed {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.invoice__wrapper .invoice__email .confirmed .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid var(--base);
  box-shadow: none;
}
.invoice__wrapper .invoice__email .confirmed label {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--base);
  width: calc(100% - 25px);
}
.invoice__wrapper .invoice__email p {
  font-size: 1rem;
  color: var(--text);
}

.hotel__invoice {
  border: 1px solid var(--input);
}
.hotel__invoice .invoice__textwrapper {
  border-bottom: 1px solid var(--input);
}

.ticket__timeout {
  padding: 20px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid #DCE0F3;
}
.ticket__timeout .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #DCE0F3;
  border-radius: 5px;
}

.hotelinvocie__bookngid li:not(:first-child) {
  border-left: 1px solid var(--input);
  padding-left: 110px;
}
@media (max-width: 767px) {
  .hotelinvocie__bookngid li:not(:first-child) {
    padding-left: 0;
    border-left: unset;
  }
}
.hotelinvocie__bookngid li .pratext {
  max-width: 120px;
  display: block;
}
@media (max-width: 500px) {
  .hotelinvocie__bookngid {
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .invoice__scrool {
    overflow-x: scroll;
    margin-bottom: 15px;
  }
}

.hotel__invoicetable {
  width: 100%;
}
@media (max-width: 500px) {
  .hotel__invoicetable {
    width: 400px;
  }
}
.hotel__invoicetable .headfoot th {
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: var(--text);
}
.hotel__invoicetable tbody tr td {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.hotel__contact__invoice li {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 20px 20px;
  width: 33.3333333333%;
}
.hotel__contact__invoice li .icon {
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--input);
  border-radius: 5px;
  background: var(--white);
}
@media (max-width: 991px) {
  .hotel__contact__invoice {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hotel__contact__invoice li {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .hotel__contact__invoice {
    flex-wrap: wrap;
  }
  .hotel__contact__invoice li {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .hotel__contact__invoice li {
    width: 100%;
  }
}

.hotel__emailinvoice .invoice__textwrapper {
  border-bottom: unset;
}
.hotel__emailinvoice .reservation__contetn {
  border-bottom: 1px solid var(--input);
}
.hotel__emailinvoice .reservation__contetn .form-check-input {
  width: 22px;
  height: 22px;
  outline: none;
  box-shadow: none;
}
.hotel__emailinvoice .reservation__contetn input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(../img/payment/check.png);
  background-size: 0.7rem;
}
.hotel__emailinvoice .reservation__contetn .form-check-input:checked {
  background-color: #F4F6FC;
  border-color: var(--checkborder);
}
.hotel__emailinvoice .reservation__contetn label {
  width: calc(100% - 25px);
}

.booking__number {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  padding: 18px 20px 20px;
  width: 99%;
  margin-left: 4px;
}
@media (max-width: 575px) {
  .booking__number {
    padding: 18px 5px 20px;
  }
}

.passenger__infos .p__inforbox {
  border-radius: 5px;
  border: 1px solid var(--inputtwo);
  overflow: hidden;
}
.passenger__infos .p__inforbox .p__inf {
  max-width: 650px;
  padding: 15px 25px;
}
@media (max-width: 575px) {
  .passenger__infos .p__inforbox .p__inf {
    padding: 15px 10px;
  }
}
.passenger__infos .p__inforbox .tableitems {
  padding-left: 40px;
}
@media (max-width: 575px) {
  .passenger__infos .p__inforbox .tableitems {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .journey__invoicedata {
    flex-wrap: wrap;
  }
  .journey__invoicedata .jou__data {
    width: 100%;
  }
  .journey__invoicedata .jou__data li span {
    font-size: 14px;
  }
  .journey__invoicedata .jou__tadatwo {
    width: 100%;
  }
}

.invoice__journey {
  border: 1px solid var(--bordertwo);
  border-radius: 10px;
}
.invoice__journey h5 {
  padding: 15px 20px 20px;
}

.jou__data {
  width: 50%;
}
.jou__data li {
  padding: 10px 20px;
}

.jou__tadatwo {
  border-left: 1px solid var(--bordertwo);
  width: 50%;
}

.train__temail {
  background: var(--white);
  border: 1px solid var(--bordertwo);
}
.train__temail .order__summary__wrapper {
  border: unset;
}
.train__temail .passengertitle {
  padding: 0 0 20px 20px;
}
.train__temail .bg__add {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.train__temail .getway__wrapper {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .train__temail .getway__wrapper {
    flex-wrap: wrap;
  }
}
.train__temail .bgaddtwo {
  background: var(--white) !important;
}
.train__temail .bgaddtwo .order__graph ul li:last-child {
  border-bottom: 1px solid var(--bordertwo);
}
.train__temail .summary__title {
  background: transparent;
}
.train__temail .order__table__items {
  background: transparent;
}
.train__temail .over__responsive {
  background: var(--white);
}
.train__temail .invoice__journey {
  border: unset;
}

.hurray__booking .owl-nav {
  margin-top: 20px;
}

.hurray__offer {
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
}
.hurray__offer img {
  width: 100%;
}
.hurray__offer .cmn__btn {
  background: var(--white);
  color: var(--base);
  padding: 7px 15px 7px;
}
.hurray__offer .hurray1 {
  position: absolute;
  top: 100px;
  left: 100px;
}
.hurray__offer .hurray2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.hurray__offer .hurray3 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.hurray__offer .hurray4 {
  position: absolute;
  top: 110px;
  left: 18px;
}

.booking__referone .refer__thumb {
  margin-left: -6rem;
}
@media (max-width: 991px) {
  .booking__referone .refer__thumb {
    margin-left: 0rem;
    margin-top: 20px;
  }
}

.booking__sponsor .logo__sponsor .item img {
  filter: grayscale(25);
}

.booking__working {
  position: relative;
}
.booking__working .bworking__shape {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media (max-width: 1399px) {
  .booking__working .bworking__shape {
    display: none;
  }
}

.bokking__workingthumb {
  width: 100%;
}
.bokking__workingthumb img {
  width: 100%;
}

.book__workinglist {
  border-left: 2px dashed #8E9BE0;
  padding-left: 50px;
  position: relative;
}
.book__workinglist::before {
  position: absolute;
  top: -15px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  border-radius: 50%;
}
.book__workinglist::after {
  position: absolute;
  bottom: -15px;
  left: -5px;
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  border-radius: 50%;
}
.book__workinglist li {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.book__workinglist li:not(:last-child) {
  margin-bottom: 20px;
}
.book__workinglist li::before {
  position: absolute;
  right: calc(100% + 18px);
  width: 30px;
  border: 1px dashed #8E9BE0;
  content: "";
}
.book__workinglist li::after {
  position: absolute;
  right: calc(100% + 10px);
  width: 10px;
  height: 10px;
  background: #8E9BE0;
  content: "";
  -webkit-clip-path: polygon(61% 45%, 0 0, 0 100%);
          clip-path: polygon(61% 45%, 0 0, 0 100%);
}
.book__workinglist li .list {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  background: var(--base);
  border-radius: 50%;
  text-align: center;
}
.book__workinglist li span {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

@media (max-width: 575px) {
  .bookingone__workingcontent {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .bookingone__workingcontent .section__header {
    margin-bottom: 40px;
  }
}

.branch__wrapper {
  position: relative;
}
.branch__wrapper .dotsbox1 {
  position: absolute;
  top: -10px;
  right: -30px;
}
.branch__wrapper .dotsbox2 {
  position: absolute;
  top: -10px;
  left: -30px;
}
.branch__wrapper .dotsbox3 {
  position: absolute;
  bottom: -30px;
  left: -30px;
}
.branch__wrapper .dotsbox4 {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.branch__wrapper .dotsbox1,
.branch__wrapper .dotsbox2,
.branch__wrapper .dotsbox3,
.branch__wrapper .dotsbox4 {
  z-index: -1;
}
@media (max-width: 575px) {
  .branch__wrapper .dotsbox1,
  .branch__wrapper .dotsbox2,
  .branch__wrapper .dotsbox3,
  .branch__wrapper .dotsbox4 {
    display: none;
  }
}

.branch__left__innner .branch__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .branch__left__innner .branch__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .branch__left__innner {
    display: flex;
    gap: 0 24px;
  }
}
@media (max-width: 450px) {
  .branch__left__innner {
    flex-wrap: wrap;
  }
  .branch__left__innner .branch__item {
    width: 100%;
  }
  .branch__left__innner .branch__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .branch__left__innner .branch__item img {
    width: 100%;
  }
}

.branch__item {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.branch__item img {
  border-radius: 10px;
  transition: all 0.4s;
}
.branch__item .location {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.branch__item .location .icon {
  z-index: 1;
  transition: all 0.4s;
}
.branch__item .location .text {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  z-index: 1;
}
.branch__item .location::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #000000;
  filter: blur(35px);
}
@media (max-width: 575px) {
  .branch__item {
    width: 100%;
  }
  .branch__item img {
    width: 100%;
  }
}
.branch__item:hover img {
  transform: scale(1.1);
}
.branch__item:hover .location .icon {
  transform: rotate(-90deg);
}

.flight__brachslider .owl-dots .owl-dot {
  margin-top: 25px;
}
.flight__brachslider .owl-dots .owl-dot span {
  background: #CECECE;
}
.flight__brachslider .owl-dots .owl-dot.active span {
  background: var(--base);
}
.flight__brachslider .owl-nav {
  position: absolute;
  top: -150px;
  left: calc(50% + 560px);
}
@media (max-width: 1399px) {
  .flight__brachslider .owl-nav {
    left: calc(50% + 460px);
  }
}
@media (max-width: 1199px) {
  .flight__brachslider .owl-nav {
    left: calc(50% + 380px);
  }
}
@media (max-width: 991px) {
  .flight__brachslider .owl-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .flight__brachslider .owl-nav {
    display: none;
  }
}

.brach__flight__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.brach__flight__item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.4s;
}
.brach__flight__item .flitposition {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #2E140E 100%);
  padding: 20px 20px 24px;
  border-radius: 5px;
}
.brach__flight__item .location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.brach__flight__item .location .text {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 1199px) {
  .brach__flight__item .location .text {
    font-size: 1.125rem;
  }
}
.brach__flight__item .pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brach__flight__item .pages .text {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.brach__flight__item .pages .arrow {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: var(--white);
  border: 1px solid #CECECE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.brach__flight__item .pages .arrow i {
  transition: all 0.4s;
  font-size: 20px;
  margin-top: 0px;
  color: var(--base);
}
.brach__flight__item:hover img {
  transform: scale(1.1);
}
.brach__flight__item:hover .pages .text {
  color: var(--white);
}
.brach__flight__item:hover .pages .arrow {
  border-color: var(--base);
  background: var(--base);
}
.brach__flight__item:hover .pages .arrow i {
  color: var(--white);
}

.hidd {
  overflow: hidden;
}

.max-636 {
  max-width: 636px;
}

.flight__tour {
  background: url(../img/flights/flittour.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .flight__tour::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.7215686275);
  }
}
.flight__tour .bshape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.flight__tour .bshape2 {
  position: absolute;
  top: 0;
  right: 0;
}

.flight__facilites__wrap .hotel__facilities__item {
  text-align: center;
  box-shadow: none;
  padding: 8px 5px;
}
@media (max-width: 1399px) {
  .flight__facilites__wrap .hotel__facilities__item {
    padding: 8px 0px;
  }
}
@media (max-width: 575px) {
  .flight__facilites__wrap .hotel__facilities__item p {
    max-width: 250px;
    margin: 0 auto;
  }
}
.flight__facilites__wrap .hotel__facilities__item .head__wrap {
  display: inline;
  margin: 0 auto;
}
.flight__facilites__wrap .hotel__facilities__item .head__wrap img {
  margin-bottom: 20px;
  transition: all 0.4s;
}
.flight__facilites__wrap .hotel__facilities__item:hover .head__wrap img {
  transform: scale(0.9);
}

.travel__dicount__item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.travel__dicount__item img {
  width: 100%;
  border-radius: 5px;
  transition: all 0.4s;
}
.travel__dicount__item .bestoffer__content {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content {
    right: 15px;
  }
}
.travel__dicount__item .bestoffer__content .cheap {
  font-family: "Roboto", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .cheap {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .bestoffer__content .usa {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: var(--white);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .usa {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle {
  font-size: 6.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle {
    font-size: 1.75rem;
    gap: 5px;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle .uptoget {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle .uptoget {
    font-size: 1.125rem;
  }
}
.travel__dicount__item .bestoffer__content .offfertitle .offs {
  font-size: 2rem;
  color: var(--white);
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .travel__dicount__item .bestoffer__content .offfertitle .offs {
    font-size: 1.125rem;
  }
}
.travel__dicount__item .bestoffer__content .cmn__green {
  color: var(--green);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
@media (max-width: 500px) {
  .travel__dicount__item .bestoffer__content .cmn__green {
    padding: 4px 15px 4px;
  }
}
.travel__dicount__item .content {
  position: absolute;
  top: 24px;
  left: 30px;
}
@media (max-width: 575px) {
  .travel__dicount__item .content {
    top: 15px;
    left: 18px;
  }
}
.travel__dicount__item .content .boxeswidth {
  max-width: 141px;
}
@media (max-width: 575px) {
  .travel__dicount__item .content .boxeswidth {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .travel__dicount__item .content .boxeswidth .fivepercent {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
  .travel__dicount__item .content .boxeswidth .instant {
    font-size: 1.25rem;
  }
  .travel__dicount__item .content .boxeswidth .flightbook {
    margin-bottom: 8px;
  }
  .travel__dicount__item .content .boxeswidth .cmn__btn {
    padding: 4px 15px 4px;
  }
}
.travel__dicount__item .content .fivepercent {
  font-size: 4.75rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
.travel__dicount__item .content .cmn__meron {
  color: var(--meron);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item .content .instant {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: var(--white);
}
.travel__dicount__item .content .flightbook {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: var(--white);
  margin-bottom: 20px;
}
.travel__dicount__item .content .fivtin {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--white);
}
@media (max-width: 500px) {
  .travel__dicount__item .content .fivtin {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .content .cheap {
  font-family: "Roboto", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .travel__dicount__item .content .cheap {
    font-size: 1.25rem;
  }
}
.travel__dicount__item .content .usa {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: var(--white);
}
.travel__dicount__item .content .offfertitle {
  font-size: 6.125rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 18px;
}
.travel__dicount__item .content .offfertitle .uptoget {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: var(--white);
}
.travel__dicount__item .content .winter {
  font-size: 1.125rem;
  color: var(--white);
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 500px) {
  .travel__dicount__item .content .winter {
    font-size: 1rem;
  }
}
.travel__dicount__item .content .tharthy {
  font-size: 1.125rem;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  display: block;
}
.travel__dicount__item .content .cmn__base {
  color: var(--base);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item .content .cmn__green {
  color: var(--green);
  background: var(--white);
  padding: 9px 18px 9px;
  font-size: 0.875rem;
}
.travel__dicount__item:hover img {
  transform: scale(1.1);
}

.flight__client__wrap .owl-nav {
  margin-top: -1px;
}

.flight__client__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  margin: 5px 5px 30px;
}
.flight__client__item .header {
  background: var(--bgsection);
  padding: 30px 30px 60px;
  text-align: center;
}
@media (max-width: 1199px) {
  .flight__client__item .header {
    padding: 30px 8px 60px;
  }
}
.flight__client__item .header img {
  width: 60px;
  margin: 0 auto 20px;
}
.flight__client__item .header p {
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.flight__client__item .lastcommon {
  text-align: center;
  padding: 0 10px 30px;
}
.flight__client__item .lastcommon img {
  border-radius: 50%;
  transform: translateY(-35px);
  width: 70px;
  margin: 0 auto -12px;
}
.flight__client__item .lastcommon .ratting {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: -1px;
  margin-top: 30px;
}
.flight__client__item .lastcommon .ratting li img {
  width: 24px;
}
.flight__client__item .lastcommon h5 {
  color: var(--text);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}
.flight__client__item .lastcommon .degisnation {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: var(--text);
}

.complaint__content__box {
  max-width: 636px;
  margin-left: 7rem;
}
@media (max-width: 1399px) {
  .complaint__content__box {
    margin-left: 0rem;
  }
}
@media (max-width: 1199px) {
  .complaint__content__box {
    padding: 0 20px;
  }
}

.complaint__content {
  background: var(--bgsection);
  height: 100%;
  padding: 100px 0 110px;
}
@media (max-width: 991px) {
  .complaint__content {
    padding: 70px 0 90px;
  }
}
.complaint__content form {
  display: inline;
}
.complaint__content form input {
  width: 100%;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #D4D8F1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.complaint__content form ::-moz-placeholder {
  color: var(--placeholder);
}
.complaint__content form ::placeholder {
  color: var(--placeholder);
}
.complaint__content form textarea {
  width: 100%;
  outline: none;
  color: var(--placeholder);
  padding: 16px 30px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  border: 1px solid #D4D8F1;
  border-radius: 5px;
  margin-bottom: 20px;
}
.complaint__content .cmn__btn {
  border: none;
  outline: none;
}
.complaint__content .agree__chek {
  display: flex;
  align-items: center;
  gap: 15px;
}
.complaint__content .agree__chek .form-check-input {
  width: 24px !important;
  height: 24px;
  border: 1px solid var(--bordertwo);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
}
.complaint__content .agree__chek .form-check-label {
  width: calc(100% - 24px);
  font-weight: 1.125rem;
  color: var(--placeholder);
}

.conplaint__thumb {
  width: 100%;
  background: url(../img/testimonial/plane.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}
.conplaint__thumb img {
  width: 100%;
}

.flight__grid__waywrapper .flight__oneway__item2 {
  overflow-x: initial;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 {
  width: initial;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 .table__two .right__tableprice {
  padding: 20px 30px 30px;
  border-left: unset;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__oneway__inner2 .table__two .right__tableprice .cmn__btn {
  font-weight: 400;
  padding: 9px 18px;
}
.flight__grid__waywrapper .flight__oneway__item2 .flight__wayfooter {
  padding: 15px 10px;
}

.train__booksection {
  background-image: unset;
  background: linear-gradient(89.58deg, rgba(117, 168, 226, 0.3) 0.34%, rgba(255, 255, 255, 0) 99.64%);
  position: relative;
}
@media (max-width: 1199px) {
  .train__booksection::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(206, 227, 241, 0.911);
  }
}
.train__booksection .hotel__content {
  position: relative;
}
.train__booksection .trainshpe {
  position: absolute;
  bottom: 0;
  right: 15px;
  max-width: 797px;
  z-index: -1;
}
.train__booksection .trainshpe img {
  width: 100%;
}

.spacebottom__none {
  margin-bottom: -100px;
}

.trainticket__thumb {
  margin-left: -20rem;
}
@media (max-width: 991px) {
  .trainticket__thumb {
    display: none;
  }
}

.train__ticket__content {
  padding: 120px 0 120px;
}
.train__ticket__content .offer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.train__ticket__content .offer__list li {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  width: 50%;
}
@media (max-width: 500px) {
  .train__ticket__content .offer__list li {
    width: 100%;
  }
}
.train__ticket__content .offer__list li .text {
  display: block;
  font-size: 1.5rem;
  color: var(--text);
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1199px) {
  .train__ticket__content .offer__list li .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .train__ticket__content {
    padding: 75px 0 80px;
  }
}

.ticketeasily__section {
  position: relative;
  background: linear-gradient(89.55deg, #D6E5F6 0.34%, #F9FCFF 60.43%);
}
.ticketeasily__section .trainticket__shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.ticketeasily__section .trainticket__shape img {
  height: 100%;
}
@media screen and (max-width: 1800px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.3;
  }
}
@media (max-width: 1199px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.2;
  }
}
@media (max-width: 991px) {
  .ticketeasily__section .trainticket__shape {
    opacity: 0.1;
  }
}
@media (max-width: 767px) {
  .ticketeasily__section .trainticket__shape {
    display: none;
  }
}

.trainticket__content {
  padding: 110px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .trainticket__content {
    padding: 70px 0 80px;
  }
}

.train__tour {
  background-image: unset;
  background: linear-gradient(269.8deg, #E2EDFC 0.15%, #EAF1F5 56.88%);
  position: relative;
}
.train__tour .train__travelshape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.train__tour .train__travelshape img {
  height: 100%;
}
@media screen and (max-width: 1650px) {
  .train__tour .train__travelshape {
    max-width: 700px;
  }
  .train__tour .train__travelshape img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .train__tour .train__travelshape {
    max-width: 580px;
  }
  .train__tour .train__travelshape img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .train__tour .train__travelshape {
    max-width: 480px;
  }
  .train__tour .train__travelshape img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1199px) {
  .train__tour .train__travelshape {
    display: none;
  }
}
.train__tour .bshape1,
.train__tour .bshape2 {
  max-width: 280px;
}
.train__tour .bshape1 img,
.train__tour .bshape2 img {
  width: 100%;
}

.train__tour__contetn {
  padding: 110px 0 120px;
}
@media (max-width: 1399px) {
  .train__tour__contetn {
    padding: 70px 0 80px;
  }
}

.trainbooking__system {
  padding: 10px;
  background: var(--white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 100%;
}
.trainbooking__system .search__item {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 500px) {
  .trainbooking__system .search__item {
    width: 100%;
  }
}

.ticket__availablebook {
  border: 1px solid var(--bordertwo);
}
@media (max-width: 500px) {
  .ticket__availablebook {
    flex-wrap: wrap;
  }
}

@media (max-width: 500px) {
  .ticekt__dateavailable {
    width: 100%;
  }
}
.ticekt__dateavailable .tic__left {
  border-left: 1px solid var(--bordertwo);
}
.ticekt__dateavailable .tic__left .boxex {
  border-bottom: 1px solid var(--bordertwo);
  padding: 13px 30px 15px;
}
@media (max-width: 500px) {
  .ticekt__dateavailable .tic__left .boxex {
    padding: 13px 15px;
  }
}

.seat__apply {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 25px 20px 28px;
}

.number__ticket {
  gap: 20px 11px;
}

.seat__linemain__wrapper {
  max-width: 380px;
  margin: 0 auto;
}

.incomponent__box {
  max-width: 380px;
  margin: 0 auto;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.bus__booksection {
  background: url(../img/bus/busbg.jpg) no-repeat center center;
  background-size: cover;
}

.busbanner {
  margin-left: 12rem;
  width: unset;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .busbanner {
    margin-left: 10rem;
  }
}
@media screen and (max-width: 1800px) {
  .busbanner {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1700px) {
  .busbanner {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  .busbanner {
    margin-left: 10rem;
    max-width: 1150px;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .busbanner {
    width: 400px;
    margin-left: 2rem;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .busbanner {
    width: 400px;
    margin-left: 0rem;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .busbanner {
    margin: 40px auto 0;
    width: 100%;
    padding: 0 50px;
  }
  .busbanner img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .busbanner {
    padding: 0 10px;
  }
}

.bus__fasilitiesthumb {
  width: 100%;
  padding: 0 30px;
}
.bus__fasilitiesthumb img {
  width: 100%;
}

.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item {
  text-align: right;
  padding: 25px 0;
}
.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item .head__wrap {
  text-align: right;
}
.bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item p {
  text-align: right;
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item .head__wrap {
    text-align: center;
  }
  .bus__facilities__wrap .bus__fasilities__left .hotel__facilities__item p {
    text-align: center;
  }
}
.bus__facilities__wrap .bus__fasilities__left svg {
  margin-top: 18px;
  margin-bottom: 17px;
  text-align: right;
}
@media (max-width: 1199px) {
  .bus__facilities__wrap .bus__fasilities__left svg {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__left svg {
    text-align: center;
    margin: 15px auto;
    display: flex;
  }
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item {
  padding: 25px 0;
  text-align: left;
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item .head__wrap {
  text-align: left;
}
.bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item p {
  text-align: left;
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item .head__wrap {
    text-align: center;
  }
  .bus__facilities__wrap .bus__fasilities__right .hotel__facilities__item p {
    text-align: center;
  }
}
.bus__facilities__wrap .bus__fasilities__right svg {
  margin-top: 18px;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .bus__facilities__wrap .bus__fasilities__right svg {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bus__facilities__wrap .bus__fasilities__right svg {
    text-align: center;
    margin: 15px auto;
    display: flex;
  }
}

.information__service .bus__fasilitiesthumb {
  padding: 0 0px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .information__service .bus__fasilitiesthumb {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .information__service .bus__fasilities__left svg {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .information__service .bus__fasilities__left svg {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .information__service .bus__fasilities__left svg {
    max-width: 270px;
  }
}

@media (max-width: 991px) {
  .car__facilitiesthumb {
    width: 100%;
  }
  .car__facilitiesthumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .car__facilitiesthumb {
    padding: 0 80px;
    margin-bottom: 30px;
  }
}

.hotel__facilities {
  overflow: hidden;
  position: relative;
}
.hotel__facilities .carshape {
  position: absolute;
  top: 140px;
  right: calc(50% + 300px);
  max-width: 650px;
}
.hotel__facilities .carshape img {
  width: 100%;
}
@media (max-width: 991px) {
  .hotel__facilities .carshape {
    display: none;
  }
}

.bus__ticket {
  background: url(../img/bus/bustricket.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.bus__ticket::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 251, 251, 0.492);
}

.bus__ticket__content {
  position: relative;
}

.busdetail__contetn h5 {
  margin-bottom: 10px;
}
.busdetail__contetn h5 a {
  color: var(--text);
  text-decoration: underline;
}
.busdetail__contetn p {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
.busdetail__contetn:hover h5 a {
  color: var(--base);
}

.homework__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.homework__item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 500px) {
  .homework__item {
    gap: 14px;
  }
}
.homework__item .content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  color: var(--text);
}
.homework__item .content h5 a {
  color: var(--text);
}
.homework__item .content p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text);
  font-family: "Lato", sans-serif;
}
@media (max-width: 500px) {
  .homework__item .content p {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .howwork__wrapper {
    margin-top: 35px;
  }
}

.busbooking__systemjourney {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: var(--white);
  padding: 25px 30px 30px;
}
.busbooking__systemjourney .dating__body .dating__body__box {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.busbooking__systemjourney .dating__body .dating__body__box .dating__item {
  width: 100%;
}

.busbooking__systemseat {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}
.busbooking__systemseat .seat__linemain__wrapper {
  padding: 20px 40px 30px;
}
@media (max-width: 991px) {
  .busbooking__systemseat .seat__linemain__wrapper {
    padding: 20px 20px 20px;
  }
}

.gap__custom {
  gap: 10px;
}

.cars__booksection {
  position: relative;
  overflow: hidden;
  background-image: unset;
  background: linear-gradient(90deg, #F9F9FF 0.94%, #FFFFFF 100%);
}

.hotel__content {
  position: relative;
  z-index: 1;
}

.car__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.car__shape img {
  height: 100%;
}
@media (max-width: 1399px) {
  .car__shape {
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .car__shape {
    opacity: 0.1;
  }
}

.cars__ticket {
  overflow: hidden;
}

.worldwide__tumb__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .worldwide__tumb__wrapper {
    margin-top: 30px;
    gap: 15px;
  }
}
.worldwide__tumb__wrapper .thumb__innner {
  position: relative;
  z-index: 1;
}
.worldwide__tumb__wrapper .thumb__innner .tumb {
  border-radius: 10px;
}
.worldwide__tumb__wrapper .thumb__innner .tumb:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .worldwide__tumb__wrapper .thumb__innner .tumb:not(:last-child) {
    margin-bottom: 15px;
  }
}
.worldwide__tumb__wrapper .thumb__innner .tumb img {
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .worldwide__tumb__wrapper .thumb__innner .tumb {
    width: 100%;
  }
  .worldwide__tumb__wrapper .thumb__innner .tumb img {
    width: 100%;
  }
}
.worldwide__tumb__wrapper .car__rount {
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
}

.car__ticket__content {
  padding: 0 0;
}

@media (max-width: 1399px) {
  .car__facilitiesthumb2 {
    width: 100%;
  }
  .car__facilitiesthumb2 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .car__facilitiesthumb2 {
    padding: 0 50px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .car__facilitiesthumb2 {
    padding: 0 20px;
  }
}

.cars__testimonial__section {
  position: relative;
}
.cars__testimonial__section .car__quote {
  position: absolute;
  bottom: 70px;
  right: 55px;
}
@media (max-width: 767px) {
  .cars__testimonial__section .car__quote {
    display: none;
  }
}

@media (max-width: 991px) {
  .carss__testimonial {
    margin-bottom: 35px;
  }
}
.carss__testimonial .flight__client__item {
  margin: 25px 30px 35px;
}
@media (max-width: 500px) {
  .carss__testimonial .flight__client__item {
    margin: 25px 15px 30px;
  }
}
.carss__testimonial .owl-nav {
  margin-top: -10px;
}
.carss__testimonial .owl-nav .owl-prev i {
  font-size: 26px;
}
.carss__testimonial .owl-nav .owl-next i {
  font-size: 26px;
}

.carferrari__item {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  gap: 20px 35px;
}
@media (max-width: 1199px) {
  .carferrari__item {
    gap: 15px 0px;
  }
}
@media (max-width: 1199px) {
  .carferrari__item {
    flex-wrap: wrap;
  }
  .carferrari__item .thumb {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  }
}
.carferrari__item .suv {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  padding: 6px 18px;
}
.carferrari__item .ferrari__list {
  display: flex;
  gap: 5px 37px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .carferrari__item .ferrari__list {
    margin-bottom: 20px;
  }
}
.carferrari__item .ferrari__list li {
  padding-left: 10px;
  position: relative;
}
.carferrari__item .ferrari__list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}
.carferrari__item .carferrari__content {
  padding: 5px 10px 5px 0;
}
@media (max-width: 767px) {
  .carferrari__item .carferrari__content .carferari__box {
    gap: 0 15px;
  }
}
@media (max-width: 450px) {
  .carferrari__item .carferrari__content .carferari__box {
    gap: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.carferrari__item .carferrari__content .farrari__carbook {
  width: 210px;
}
@media (max-width: 1399px) {
  .carferrari__item .carferrari__content .farrari__carbook {
    min-width: 150px;
  }
}
.carferrari__item .carferrari__content .farrari__carbook .cmn__btn {
  padding: 10px 18px;
}

.ferrari__pats {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 5px;
  flex-wrap: wrap;
}
.ferrari__pats li {
  width: 20%;
  padding: 20px 20px;
}
@media (max-width: 1399px) {
  .ferrari__pats li {
    padding: 18px 5px;
  }
}
@media (max-width: 500px) {
  .ferrari__pats li {
    width: 50%;
  }
  .ferrari__pats li:not(:last-child) {
    border-bottom: 1px dashed var(--cmnborder);
  }
}
.ferrari__pats li:not(:first-child) {
  border-left: 1px dashed var(--cmnborder);
}
.ferrari__pats li .icon img {
  width: 22px;
}

.cars__gridwrapper .carferrari__item .thumb {
  position: relative;
  width: 100%;
  background: var(--base);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
}
.cars__gridwrapper .carferrari__item .thumb .price {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  top: 13px;
  left: 18px;
}
.cars__gridwrapper .carferrari__item .thumb .price2 {
  background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
  border-radius: 3px;
  padding: 3px 8px;
  position: absolute;
  top: 13px;
  right: 18px;
}
.cars__gridwrapper .carferrari__item .carferrari__content {
  padding: 5px 5px 10px 5px;
}
.cars__gridwrapper .carferrari__item .ferrari__pats {
  border: 1px dashed var(--cmnborder);
  background: transparent;
}

@media screen and (max-width: 1900px) {
  .app__shape {
    max-width: 400px;
  }
  .app__shape img {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .app__womanlandng,
  .hoelmainshape3,
  .hoelmainshape2,
  .hoelmainshape,
  .app__woman,
  .app__shape,
  .test__shape2,
  .flower__refer {
    display: none;
  }
  .referman {
    max-width: 400px;
  }
  .working__section .maishape__work {
    max-width: 300px;
  }
  .working__section .maishape__work img {
    width: 100%;
  }
  .touch__element,
  .watch__element,
  .element__man {
    display: none;
  }
}
@keyframes zmin {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes zmin2 {
  0% {
    transform: scale(2.1);
  }
  100% {
    transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes zmin3 {
  0% {
    transform: translateY(10px);
  }
  20% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes zminopa {
  50% {
    opacity: 1.5;
    transform: translateX(-10px);
  }
  80% {
    opacity: 1.1;
    transform: scale(0.8);
  }
}
@keyframes cirsle {
  0% {
    transform: rotate(180deg);
  }
}
@keyframes cirsmoth {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
}
@keyframes cir360 {
  0% {
    transform: rotate(360deg);
  }
}
@keyframes smothx {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes skews {
  50% {
    transform: translateX(10px);
  }
}
@keyframes somthted {
  50% {
    transform: translateX(-20px);
  }
}
@keyframes airtifi {
  50% {
    transform: translateX(-10px) skew(-5deg);
  }
}
@keyframes rlrl {
  50% {
    transform: translate(-15px);
  }
}
@keyframes workdown {
  50% {
    transform: translateY(30px);
  }
}
@keyframes bns1 {
  50% {
    transform: rotate(-2deg);
  }
  80% {
    transform: translateX(5px);
  }
}
@keyframes vid1 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes vid2 {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.footer__section {
  overflow: hidden;
}

.footer__widget .widget__head .footer__logo {
  max-width: 196px;
}
@media (max-width: 575px) {
  .footer__widget .widget__head .footer__logo {
    width: 180px;
    display: block;
  }
  .footer__widget .widget__head .footer__logo img {
    width: 100%;
  }
}
.footer__widget .widget__link .link {
  display: block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
.footer__widget .widget__link .link::before {
  position: absolute;
  content: "";
  width: 50px;
  background: var(--base);
  height: 1px;
  top: 50%;
  transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
.footer__widget .widget__link .link:hover {
  color: var(--base);
}
.footer__widget .widget__link .link:hover::before {
  height: 1px;
  opacity: 1;
  transform: rotate(40deg);
}
.footer__widget .widget__link .link:not(:last-child) {
  margin-bottom: 10px;
}
.footer__widget .widget__link form input {
  color: var(--placeholder);
  background: transparent;
  outline: none;
  border: 1px solid var(--bordertwo);
  width: 100%;
  height: 50px;
  padding: 5px 20px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.footer__widget .widget__link form ::-moz-placeholder {
  color: var(--placeholder);
}
.footer__widget .widget__link form ::placeholder {
  color: var(--placeholder);
}
.footer__widget .widget__link form .cmn__btn {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  height: 50px;
}
.footer__widget .widget__link form .cmn__btn i {
  color: var(--textwhite);
  font-size: 22px;
}

.footer__bottom {
  justify-content: space-between;
  border-top: 1px solid var(--bordertwo);
  padding: 25px 0 30px;
}
.footer__bottom .footer__bottom__link {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 24px;
}
.footer__bottom .footer__bottom__link li a {
  color: var(--text);
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer__bottom .footer__bottom__link li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__bottom p {
    order: 1;
    margin-top: 10px;
    text-align: center;
  }
}

/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn__btn {
  border-radius: 5px;
  padding: 14px 30px 14px;
  font-weight: 700;
  font-size: 1.125rem;
  display: inline-block;
  color: var(--textwhite);
  position: relative;
  background: var(--base);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s;
}
.cmn__btn span {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.cmn__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  background: #415fe2;
  transition: all 0.5s;
  width: 0px;
  height: 100%;
}
.cmn__btn:hover {
  background-color: transparent;
}
.cmn__btn:hover span {
  color: var(--textwhite);
}
.cmn__btn:hover::before {
  width: 100%;
  left: 0;
}

.outline__btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  transition: all 0.4s;
  padding: 13px 30px 13px;
}

/*--Button Area End--*/
/*--Button Area End--*//*# sourceMappingURL=main.css.map */