/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*------------------------------------------ Font Face Candara ------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Merriweather', serif;
}
a:hover {
  color: #6aa3d5;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
}

/*sticky header - nav bar*/
.header-inner-pages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure the header stays on top of other content */
    /*background-color: #ffffff; /* You can adjust the background color as needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
}

#main {
    padding-top: 0px; /* Adjust this value based on the height of your sticky navigation bar */
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.f12 {
  font-size: 12px;
}

.justify-bw {
  justify-content: space-between;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
.d_s {
  border-right: 1px solid #dddddd;
}
.d_s:last-child {
  border-right: none;
}

#banner {
  text-align: center;
}

#banner ul {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 999 !important;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #428bca;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

img.iconAr {
  width: 110px;
}

.ml-3 {
  margin-left: 16px;
}

text.highcharts-credits {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

div#daysSlider1 {
  width: 200px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.icons-bar img {
  width: 65%;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #006994;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #ffffff;
}

#header.header-scrolled,
#header.header-inner-pages {
  /*background: #ffffff;*/
 /* background-image: url('https://triplookydev.zobofy.com/front-assets/assets/img/hdback.png');*/
 background-image: url('https://triplooky.com/front-assets/assets/img/hdback.png')
  height: auto;
}

.darkHeader {
  background: #ffffff;
}

.hyt img {
  width: 100%;
  height: 115%;
}

.dropdown-menu.show {
  display: block !important;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  max-height: 50px;
}

#header .logo a {
  color: #fff;
}
#header .logo img {
  width: 100%;
  max-width: 230px;
  object-fit: contain;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }

  .mobile {
    display: inline-flex !important;
    width: 80%;
    /*padding: 0px 16px 0px 0px!important;*/
  }

  #header .logo img {
    max-height: 50px;
    /*background: black;*/
    width: 150px;
    height: 50px;
    max-width: 150px;
    padding: 0px 16px 0px 0px !important;
  }

  .modal-body h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #002147;
    margin-bottom: 20px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  z-index: 999;
 
}

.navbar ul {
  margin: 0;
  padding: 0;
  /*padding-left: 176px!important;*/
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  /* position: relative; */
  
}

.navbar a,
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 4px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #006994;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 15rem;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: #006994;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
  padding: 4px 0px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .travel-date {
    font-size: 18px;
  }

  .mobile {
    display: inline-flex !important;
    width: 80%;
    /*padding: 0px 16px 0px 0px!important;*/
  }

  #header .logo img {
    max-height: 50px;
    /*background: black;*/
    width: 150px;
    height: 50px;
    max-width: 150px;
    padding: 0px 16px 0px 0px !important;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .proBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto !important;
    width: 100% !important;
    white-space: nowrap !important;
    position: relative;
  }

  p.prSection {
    padding: 0px 10px 10px;
    width: 58% !important;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 39, 43, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #394047;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
div#textPlan {
  padding: 50px 0px;
}

a.signout-btn {
  background: #fa842d;
  color: #ffffff !important;
  text-align: center;
  padding: 10px 16px;
  margin-left: 20px;
  border-radius: 6px;
}

#hero {
  width: 100%;
  background-color: rgba(34, 39, 43, 0.8);
  overflow: hidden;
  position: relative;
  /*
  height: 100%;
  min-height: 80vh;
  */
  height: 70%;
  min-height: 70vh;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  /* text-align: center; */
}

/* Style updated */
#hero h2,
#hero h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
/* Style updated */

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 10px auto;
  color: #707070;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #428bca;
}

.range .range_inputs {
  flex-direction: row-reverse;
  display: flex;
  justify-content: flex-end;
}

/* Style updated */
#hero .btn-get-started {
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  /* bottom: 16px; */
  /* margin-top: 317px; */
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 0.98;
  background: #fa8128;
  width: 320px;
  cursor: pointer;
}
/* Style updated */

.applyBtn {
  background-color: #006994 !important;
  border-color: #006994 !important;
  color: #ffffff !important;
  width: 175px;
}

td.active.end-date.in-range.available {
  background: #fa8128 !important;
}

.cancelBtn {
  background: #fa8128 !important;
  border-radius: 4px 4px !important;
  margin-right: 16px;
}

#hero .btn-get-started:hover {
  background: #006994;
}

.plan-trip {
  text-align: center;
}

.plan-trip .btn-get-started {
  font-family: "Merriweather", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  /* bottom: 16px; */
  /* margin-top: 317px; */
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 0.98;
  background: #fa8128;
  width: 320px;
}

.plan-trip .btn-get-started:hover {
  background: #006994;
}


#clients .section-title h2 {
  margin-top: 0px;
}

@media (max-width: 768px) {
  /* Style updated */
  #hero h2,
  #hero h1 {
    font-size: 28px;
  }
  /* Style updated */
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }

  #header .logo img {
    max-height: 50px;
    /*background: black;*/
    width: 150px;
    height: 50px;
    max-width: 150px;
    padding: 0px 16px 0px 0px !important;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: #fafafb;
}

.section-title {
  text-align: center;
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 27px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0px 14px;
  /* margin: 0; */
  margin-top: 6px;
  margin-bottom: 16px;
  /* background: #f5f9fc; */
  color: #006994;
  display: inline-block;
  /* text-transform: uppercase; */
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #428bca;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}

/*@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}*/


/*.mt-5{
margin-top: 1rem!important;
}*/


/* /*  */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
p.mt-3.f_400.blue {
  font-weight: 500;
  color: #000000;
  font-size: 18px;
}

.new_footer_top {
  /* padding: 120px 0px 270px; */
  position: relative;
  overflow-x: hidden;
}

footer {
  /*background: rgb(122, 152, 202);
  background: linear-gradient(90deg, rgba(122, 152, 202, 1) 0%, rgba(119, 156, 211, 1) 35%, rgba(79, 130, 177, 1) 100%)!important;*/
  background-image: url(https://triplookydev.zobofy.com/front-assets/assets/img/Ftimagbig.png);
  position: relative;
  padding: 16px;
}

footer:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #6a7695;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 31px;
  border-radius: 50%;
  height: 18px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, .5);
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #006994;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  margin: 5px;
  margin-left: 7px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #000000;
  font-size: 24px;
  color: #000000;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "\e741";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  color: white;
}

.new_footer_top .f_social_icon a.facebook:hover {
  background: #4267B2;
  border-color: #4267B2;
}

.new_footer_top .f_social_icon a.twitter:hover {
  background: #00ACEE;
  border-color: #00ACEE;
}

.new_footer_top .f_social_icon a.insta:hover {
  background: rgb(90, 81, 204);
  background: linear-gradient(90deg, rgba(90, 81, 204, 1) 0%, rgba(219, 40, 120, 1) 35%, rgba(253, 183, 86, 1) 100%);
  border-color: rgba(219, 40, 120, 1);
}

.new_footer_top .f_social_icon a.youtube:hover {
  background: #C4302B;
  border-color: #C4302B;
}

.new_footer_top .f_social_icon a+a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #000000;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 24px;
}

.visit-blog a {
  color: #000 !important;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: #000000;
  font-weight: 500;
}


/* 
.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("http://droitthemes.com/html/saasland/img/seo/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
} */


/* .new_footer_top .footer_bg .footer_bg_one {
  background: url("https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
} */


/* 
.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
} */

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

/* Transportation Info */

.comnt {
  box-shadow: 0px 0px 5px #ccc;
  padding: 10px 20px;
}

#h350 {
  padding-right: 20px;
}

/*************footer End*****************/


/* alkjskjajks */

.bor {
  border: 1px solid #ffffffad;
  padding: 7px 16px;
  border-radius: 3px;
}

.stt {
  width: 30px;
  font-weight: 800;
  color: gray;
  background: #006994;
  padding: 5px 5px;
  font-size: 12px;
}

.image img {
  width: 100%;
  min-height: 357px;
}

.image-part {
  position: relative;
}

img.immm {
  height: 100%;
  width: 100%;
}

.image-text p {
  position: absolute;
  width: 100%;
  padding: 7px;
  bottom: -16px;
  background-color: rgb(240, 240, 240);
}

.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  /* 9 / 16 * 100 */
}

.o-video>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}


/* .o-video{
  background-image: url('../img/Group\ 68@2x.png');
} */

video {
  width: 100%;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  display: none;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

@media (min-width:778px) {
  button.btn.btn-default {
    width: 175px !important;
  }
}

.bnb {
  position: relative;
  padding: 0px 0px;
  max-width: 55%;
  margin: 0 auto;
  top: 7px;
}

.youtube-logo {
  position: absolute;
  transform: translate(-50%, 0);
  left: 0;
  bottom: 0;
}

@media (max-width:720px) {
  .swiper-slide {
    width: 100% !important;
  }

  .button-group-pills .btn {
    height: 235px !important;
  }

  #user-signup-form {
    padding: 0px 0px;
  }

  #user-signup-form input {
    width: 100%
  }

  /* a.btn.btn-default:nth-child(1){width:52%!important;} */
  /* button.btn.btn-default {
      width: 52%;
      margin-top: 4px;
  } */
  .timilineBox {
    margin-left: 16px !important;
  }

  .firstBox span,
  .numericBox span.tt,
  .last span {
    font-size: 16px !important;
  }

  .textBox.flyDrive {
    margin-right: 0px !important;
  }

  .textBox.flyDrive p {
    font-size: 14px !important;
  }

  .w-20 {
    padding: 0px 0px !important;
  }

  .bodyPad {
    padding: 0px 12px !important;
  }

  #d-wrap {
    flex-wrap: wrap;
  }

  #d-wrap .city_slider,
  #d-wrap #daysSlider,
  #d-wrap .total_budget,
  #d-wrap .day_slider_s {
    width: 100%;
  }

.city-name {
    color: #fa8128; /* Change this to the color you want */
    font-size: 22px; /* Adjust the size as needed */
}
  .accomodation-form .d-flex {
    flex-direction: column;
  }

  .social-media-container.vertical .social-media-icon-container {
    margin: 0px;
    display: block;
    width: 38px !important;
    font-size: 8px !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7px;
  }

  .navbar ul {
    /*padding-left: 109px!important;*/
    padding: 0px 16px !important;
  }

  .px-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  iframe {
    height: 215px;
  }

  .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .travL {
    width: 100% !important;
    /* max-width: 208px; */
    margin-top: 12px !important;
  }

  .rt ul li {
    display: inline-block;
    padding: 7px 14px !important;
    position: relative;
  }

  button.btn.btn-default.btn-sm {
    margin-top: -97px !important;
  }

  .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    margin-top: 15px !important;
    margin-left: 140px !important;
  }

  .filterForm {
    display: inline-block !important;
    justify-content: space-between;
    /* align-items: flex-start; */
    margin-top: 87px !important;
  }

  .input-inline {
    width: 80% !important;
    justify-content: space-between;
    align-items: center;
    margin-left: 31px !important;
    display: inline-block !important;
  }

  .w-20 {
    width: 100% !important;
    position: relative;
    padding: 0px 16px;
  }

  #hero .btn-get-started {
    margin-top: 314px;
    width: 280px !important;
    font-size: 14px !important;
  }

  .navbar-mobile {
    position: fixed;
    display: block !important;
  }

  .social-media-container.vertical {
    display: none;
  }

  .navbar-mobile ul {
    position: relative;
    border-radius: 0px;
    right: 0;
    left: 0;
    padding: 6px 0px 0px;
    bottom: 0;
    margin-top: -5px;
  }

  #header .logo img {
    max-height: 50px;
    /*background: black;*/
    width: 150px;
    height: 50px;
    max-width: 150px;
  }

  nav#navbar {
    float: right;

  }

  #hero .btn-get-started {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 6px;
    transition: 0.5s;
    line-height: 1;
    /* bottom: 16px; */
    margin-top: 11px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fa8128;
  }

  div#textPlan {
    padding: 0 0px;
  }

  #textPlan .d-flex {
    flex-direction: column;
  }

  .bnLeft,
  .bnRight {
    width: 100% !important;
  }

  #hero {
    min-height: 250px;
    padding: 16px 0px;
  }

  .ntSection,
  .city-img,
  .image-part {
    height: 235px !important;
  }
.city-img { border-radius: 14px; }

  .icons-bar img {
    width: 100%;
  }

  .image img {
    min-height: 235px;
    max-height: 235px;
  }

  .new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }

  .d_s {
    display: block;
    width: 100%;
  }

  .d_s h3.f18 {
    padding: 4px 4px;
    font-size: 16px;
  }

  .d_s a {
    font-size: 14px;
    padding: 4px 4px;
  }

  ul.dropdown-menu.mega-menu {
    top: 0;
  }

  .bnb {
    max-width: 100%;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .vidIframe {
    height: 240px !important;
    border-radius: 8px;
  }

  .homeSliderText {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .bnb {
    padding: 0px 0px;
  }

  /* Style updated */
  #hero h2,
  #hero h1 {
    font-size: 18px;
  }
  /* Style updated */

  #hero .bnLeft h2.txtWhite {
    font-size: 18px !important;
    color: #ffffff;
    margin-bottom: 10px;
  }

  #hero .bnLeft p {
    font-size: 14px !important;
  }

  .search,
  #reportrange {
    height: 45px !important;
    font-size: 14px !important;
  }

  p.txtL {
    height: 45px !important;
    font-size: 14px !important;
    padding: 13px !important;
  }

  #saveTrip {
    font-size: 18px;
  }

  .bnRight {
    margin-bottom: 5px;
  }
}


/* coialhdjhh */

.social-media-container.vertical {
  position: fixed;
  top: 50%;
  right: 0;
  background: #fff;
  border: none;
  z-index: 9;
  box-shadow: -1px 0px 2px 0 #ddd;
  padding: 15px 5px 5px;
  float: none;
  transition: width 0.5s;
  transform: translateY(-50%);
  border-radius: 5px;
  line-height: 1.42857143;
  display: none;
}

.social-media-container {
  border: 1px solid #dddddd;
  padding: 0 0 10px 0;
  background: #eaeff3;
  margin: 0 0 15px 0;
}

.social-media-container.vertical .social-media-icon-container {
  margin: 0px;
  display: block;
  width: 55px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.social-media-container .social-media-icon-container {
  display: inline-block;
  width: 25%;
}

.social-media-container .fa-pinterest-p {
  background: #ba1426;
}

.social-media-container .fa-facebook-f {
  background: #495e98;
}

.social-media-container .fa-twitter {
  background: #41c3ea;
  font-size: 30px;
  padding: 0;
}

.social-media-container.vertical .fa-pinterest-p,
.social-media-container.vertical .fa-twitter,
.social-media-container.vertical .fa-instagram {
  border-radius: 50%;
  line-height: 37px;
}

.social-media-container .fa-pinterest-p,
.social-media-container .fa-twitter,
.social-media-container .fa-instagram {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  border-radius: 5px;
  color: #fff;
}

.social-media-container .fa-facebook-f,
.social-media-container .fa-pinterest-p,
.social-media-container .fa-twitter,
.social-media-container .fa-instagram {
  display: flex;
  width: 35px;
  height: 35px;
  line-height: 45px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.social-media-container.vertical .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  width: 35px;
  height: 35px;
}

.social-media-container .fa-instagram {
  cursor: pointer;
  height: 46px;
  width: 46px;
  display: inline-block;
  background: url() no-repeat scroll -7px -129px;
}

.new_footer_top .f-title::after {
  content: "";
  position: absolute;
  /* display: block; */
  width: 253px;
  top: 31px;
  /*border-bottom: 1px solid #000000;*/
  height: 1px;
  /* background: lightsteelblue; */
  bottom: 0;
  left: -5px;
}

.border-2::after {
  content: "";
  position: absolute;
  /* display: block; */
  /* width: 253px; */
  width: 100%;
  top: 0px;
  border-bottom: 1px solid #000000;
  height: 1px;
  /* background: lightsteelblue; */
  bottom: 0;
  left: -5px;
}

.blue span {
  color: #000000;
}

.icon {
  width: 174px;
  height: 150px;
  margin: 0 auto;
  display: block;
  /* background: url(../img/hhi\ \(1\.png) no-repeat; */
}

.icon-img {
  background-position: -54px -10px;
}

.icon-img2 {
  background-position: -278px -10px;
}

.icon-img3 {
  background-position: -499px -10px;
}

.icon-img4 {
  background-position: -733px -10px;
}

.icon {
  width: 174px;
  height: 150px;
  margin: 0 auto;
  display: block;
  /* background: url(../img/hhi\ \(1\.png) no-repeat; */
}

.align-c {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bbs {
  width: 174px;
  height: 150px;
  margin: 0 auto;
  display: block;
  /*background: url(../img/hhi\ \(1\).png);*/
}

.thumb-2-wrap span {
  background-position: -278px -10px !important;
}

.thumb-1-wrap,
.thumb-1-wrap,
.thumb-1-wrap,
.thumb-1-wrap {
  padding: 0 10px;
}

.thumb-1-wrap span {
  background-position: -54px -10px !important;
}

.thumb-3-wrap span {
  background-position: -499px -10px !important;
}

.thumb-4-wrap span {
  background-position: -733px -10px !important;
}

p.select-hotel {
  width: 100%;
  font-weight: 400;
  color: black;
  margin-top: -5px;
}

a.nav-link.scrollto.active {
  border: 1px solid;
  padding: 6px;
}

i.fa.fa-pinterest-p {
  height: 35px;
  width: 35px;
  margin-left: 10px;
}

i.fa.fa-twitter {
  width: 35px;
  margin-left: 10px;
  height: 35px;
}

i.fa.fa-facebook-f {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

.swiper-slide img {
  width: 100%;
}
/* .bnb{} */
/*Rupali Css Start*/
.pr-3 {
  padding-right: 6px;
}
.pl-3 {
  padding-left: 6px;
}
a.tagsbtn {
  background: #006994;
  color: #ffffff;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  margin: 4px 4px 0px 0px;
}

#banner {
  background-image: url(../img/mocs1.svg);
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 100%;

  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tripBanner {
  background-image: url(../img/tripbn.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding-top: 150px;
  color: #ffffff;
}

.bnLeft h2 {
  color: #ffffff;

}

.justify-content {
  justify-content: space-between;
}

.aligns-center {
  align-items: center;
}

.bnLeft,
.bnRight {
  width: 47%;
  text-align: left;
}
.bnRight {
  margin-bottom: 53px;
  margin-top: 20px;
}
#banner ul li a {
  color: #ffffff;
  text-decoration: none !important;
}
/* Style updated */ 
#banner h2,
#banner h1 {
  color: #000000;
  font-size: calc(1.325rem + .9vw);
}
/* Style updated */ 

#banner ul {
  margin: 0;
  padding: 0;
}

#banner ul li {
  list-style-type: none;
  display: inline-block;
}

a.brdtitle:after {
  content: "/";
  margin: 0px 8px;
}
.img-section {
  width: 100%;
  height: 350px;
  position: relative;
}
.img-section img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.blog-section {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  margin-bottom: 40px;
}
.content-section {
  padding: 24px;
}
.content-section h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.pd-16 {
  padding-top: 16px;
}

.btn-section a {
  background: #006994;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 21px;
  border-radius: 6px;
}

.btn-section {
  margin-bottom: 16px;
  margin-top: 20px;
}

.lefttop {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding: 16px;
}

.lefttop p {
  margin: 0px;
}

.lefttop .stBtn {
  background: #006994;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
}
.lefttop {
  margin-bottom: 25px;
}

.boxCard h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.rate-content p {
  background: #3f4bb4;
  color: #ffffff;
  padding: 5px 9px;
  font-size: 15px;
  margin: 0;
}

.rt-star {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding: 16px;
}

.rt-star p {
  margin: 0;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l i {
  font-size: 12px;
}
.just {
  justify-content: space-between;
}
.c {
  font-size: 12px;
  padding: 4px 0px;
  margin-left: 10px;
}
.mad {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
a.btnBook {
  background: #006994;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 16px;
  border-radius: 4px;
}
.smImg {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 8px;
}
.lrgImg {
  position: relative;
  width: 100%;
  height: 150px;
  margin-bottom: 8px;
}
.lrgImg img,
.smImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.msryBox .col-md-4.col-xs-6 {
  padding: 4px;
}

.social-icon {
  background: #d8d8d8;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 4px 0px;
  font-size: 20px;
}
.gray {
  color: #636363;
}
.address {
  font-size: 15px;
  padding: 4px 0px;
  /* margin-left: 16px; */
  width: 84%;
}
.alc {
  align-items: center;
}
.address p {
  margin: 0;
}
.d-flex.alc {
  margin-top: 10px;
}

.d-flex.alc:last-child {
  margin-top: 2px;
}
.lImg {
  width: 30%;
  height: 50px;
  position: relative;
}
.lImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rContent {
  width: 70%;
  padding-left: 12px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.boxcard {
  background: #eaeaea;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding-bottom: 16px;
}

.boxcard h4 {
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
}

.icon {
  width: 36px;
  height: 36px;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.listing h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.Categories-box {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: flex;
  height: 90px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

i.fas.fa-th-large,
i.fas.fa-th-list {
  color: #9e9e9e;
  font-weight: 700;
}

.listV,
#viewGrid {
  display: none;
}

.gridcardImg {
  width: 100%;
  height: 250px;
  position: relative;
}

.gridcardImg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}

.gridCard {
  background: #ffffff;
  box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 50%);
  border-radius: 4px;
}

.gridContent {
  padding: 16px;
}

.gridContent h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

#viewGrid .deGrid {
  width: 100%;
  text-align: left !important;
  margin-bottom: 12px;
}

.useimg {
  width: 20%;
  height: 80px;
}

.useimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.usecontent {
  width: 80%;
}

.usecontent h4 {
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.usecontent h4 span:before {
  content: '|';
  margin-right: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.usecontent span {
  margin-left: 11px;
  font-size: 13px;
  color: #877777;
}

.usecontent p {
  color: #9e9e9e;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
}

a.replybtn {
  margin-left: 20%;
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 0;
  margin-top: 12px;
}

.pl-10 {
  padding-left: 20%;
}

.cmt {
  margin-bottom: 32px;
}

.sub {
  background: #006994;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
  border: none;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  width: 100%;
}

.modal-window header {
  font-weight: bold;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 42px;
  font-size: 140%;
  position: absolute;
  right: -20px;
  text-align: center;
  top: -7px;
  width: 69px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: rgba(52, 40, 104, .05);
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group>* {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group> :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/*Previous Next Button */
.sticy_pos {
  position: sticky;
  position: -webkit-sticky !important;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  padding: 16px;
  gap: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#accomodation-form .sticy_pos.text-center {
  padding: 16px !important;
}

.text-right {
  text-align: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px 1px 0 1px !important;
  padding: 0;
  border-color: #eee;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
  background: #ffffff;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  padding: .5rem .5rem;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  /* default BORDER color */
}

.fc-event,
.fc-event-dot {
  background-color: #ffffff;
  color: #5d5386;
  position: relative;
  /* default BACKGROUND color */
}

.fc-event:before,
.fc-event-dot:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 100%;
  border-left: 3px solid #5d5386;
  border-bottom: 3px solid #5d5386;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

.fc-event .fc-title {
  font-weight: 500;
}

.fc-event i {
  font-size: 26px;
  margin-right: 8px;
  vertical-align: middle;
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  color: #2c304d;
  position: relative;
  z-index: 2;
  padding: 8px;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0;
}

tr:first-child>td>.fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover>.ui-widget-header+.ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #5d5386;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

.fc button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 0 1rem;
  font-size: 1rem;
  white-space: nowrap;
  cursor: pointer;
}

/* the things within each left/right/center section */
.fc .fc-toolbar>*>* {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar>*> :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view>table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
  color: rgba(52, 40, 104, .8);
  font-size: 15px;
  font-weight: 400;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number>* {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid>.fc-bg {
  z-index: 1;
  background: #fff;
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  padding: 10px;
  /* each cell is responsible for its top border */
}

.fc-agendaDay-view .fc-time-grid .fc-slats td {
  background: #ffffff;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}


.fc th.fc-day-header {
  padding: 11px 7px;
  font-size: 16px;
  font-weight: 400;
}

.fc-day.fc-today {
  background: rgba(52, 40, 104, .03);
}

.fc-day.alert-info {
  background: rgba(52, 40, 104, .03);
}

.datepicker {
  z-index: 123456;
}

.card {
  border: 0;
  background: transparent;
}

.modal-body {
  background: #F3F5F9;
  border-radius: 10px;
}

.modal-body h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: #002147;
  margin-bottom: 20px;
}

.modal-body .form-control {
  box-shadow: none;
  height: 50px;
}


/* related product */
.related-product {
  padding: 80px 0;
}

.related-product .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.related-product ul {
  padding: 0;
  margin: 0;
}

.related-product ul li {
  margin-bottom: 30px;
  list-style-type: none;
}

.related-product ul li h3 {
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0;
}

.related-product ul li a {
  font-weight: 600;
  color: #3b484a;
  text-align: center;
}

.related-product ul li a img {
  max-width: 100%;
  display: block;
}

.related-box {
  max-width: 400px;
  margin: 0 auto;
}

.download-btn {
  padding: 15px;
  display: inline-flex;
  align-items: center;
}

.download-btn .fa {
  font-size: 40px;
  margin-right: 10px;
}

.fc-bg-lightgreen {
  background: #78bf78;
}

.fc-bg-lightgreen * {
  color: #ffffff;
}

.fc-bg-deepskyblue {
  background: #56adcb;
}

.fc-bg-deepskyblue * {
  color: #ffffff;
}

.fc-bg-blue {
  background: #4f4fc7;
}

.fc-bg-blue * {
  color: #ffffff;
}

#calender-card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 16px;
  border-radius: 6px;
}

/*Rupali Css End*/


/*Shreya Css Start*/

a.brdtitle:after {
  content: "/";
  margin: 0px 8px;
}

.price-range-slider {
  width: 100%;
  /* float: left; */
  padding: 0px 0px;
  margin-bottom: 32px;
}

.price-range-slider .range-value {
  margin: 0;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}

.price-range-slider .range-bar {
  border: none;
  background: #9b4c99;
  height: 3px;
  width: 100%;
  margin-left: 0px;
}

.price-range-slider .range-bar .ui-slider-range {
  background: #9e9e9e;
}

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #ffffff;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
}

.price-range-slider .range-bar .ui-slider-handle+span {
  background: #ffffff;
}


/*--- /.price-range-slider ---*/

[type="date"] {
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.dateSection {
  background-color: #006994;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  padding: 16px;
  border-radius: 4px;
}

.dateSection h5 {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}

.filterSection {
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  padding: 16px;
  border-radius: 4px;
}

.filterContent h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}

.popular input[type=checkbox]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.popular input[type=checkbox] {
  display: none;
}

.popular input[type=checkbox]+label:before {
  content: "";
  border: 1.5px solid #9e9e9e;
  border-radius: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  margin-top: -4px;
}

.popular input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.popular input[type=checkbox]:checked+label:before {
  background-color: #006994;
  border-color: #006994;
  color: #fff;
}

.popular input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.popular input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.popular {
  margin-top: 12px;
}

ul.accordion {
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

a.collm {
  display: flex;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.radio {
  margin: 0.5rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
  background-color: #006994;
  box-shadow: inset 0 0 0 1px #006994;
}

.radio input[type=radio]:focus+.radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.radio input[type=radio]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
  margin-right: 0;
}

.duration input[type=checkbox]+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.duration input[type=checkbox] {
  display: none;
}

.duration input[type=checkbox]+label:before {
  content: "";
  border: 1.5px solid #9e9e9e;
  border-radius: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  margin-top: -4px;
}

.duration input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.duration input[type=checkbox]:checked+label:before {
  background-color: #a34b93;
  border-color: #a14b95;
  color: #fff;
}

.duration input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.duration input[type=checkbox]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.duration {
  margin-top: 12px;
}

.yellow {
  color: #fa8128 !important;
}

.noUi-target {
  cursor: pointer;
}

.noUi-target :focus {
  outline: none;
}

.noUi-horizontal {
  height: 9px;
}

.noUi-connect {
  background: #9b26af;
}

.noUi-base {
  background: #9a4c99;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: unset;
  cursor: pointer;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  transition: transform 0.1s;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-horizontal .noUi-handle:hover {
  transform: scale(1.1);
}


/* styles for filter */

.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* max-width: 370px; */
  /* border-radius: 10px; */
  /* background: white; */
  /* box-shadow: 0px 0px 50px 4px rgba(0, 0, 0, 0.75); */
  /* padding: 20px; */
  margin-bottom: 32px;
}

.filter__label {
  position: relative;
  cursor: pointer;
  width: 34%;
  margin: 0;
}

.filter__label:before {
  left: 0;
  top: 0;
  transform: translateY(0%);
  color: #999999;
  font-size: 14px;
}

.filter__label:nth-child(1):before {
  content: "MAD";
  color: #000000;
  font-weight: 600;
}

.filter__label:nth-child(2):before {
  content: "MAD";
  color: #000000;
  font-weight: 600;
}

.filter__input {
  height: 20px;
  border: none;
  border-radius: 5px;
  padding: 0 0px 0 0;
  cursor: pointer;
  width: 100%;
}

.filter__input:focus {
  background: rgba(155, 38, 175, 0.2);
}

.filter__slider-price {
  width: 100%;
  margin: 20px 5px 0;
}

.just {
  justify-content: space-between;
}

.listView {
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
  border-radius: 4px;
  position: relative;
}

.imgGrid {
  width: 100%;
  height: 250px;
  position: relative;
}

.imgGrid img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 4px 0px 0px 4px;
}

.drd li {
  width: 100%;
  display: block;
}

.drd {
  display: block !important;
}

h3.f18 {
  padding: 16px 16px 0px 16px;
}

#trns {
  transform: translate(-150px, 61px) !important;
}

.contentGrid {
  padding: 16px 16px 8px 0px;
}

.gridT h5 {
  color: #000000;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
  margin-top: -10px;
}

p.small {
  margin: 0;
}

.deGrid h6 {
  margin: 0;
  font-weight: 600;
  color: #000000;
}

.gridT {
  width: 70%;
}

.deGrid {
  width: 30%;
}

.mdi:before,
.mdi:after {
  content: "|";
  margin: 0px 8px;
}

.mobile {
  display: none;
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

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

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a>span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

#datepicker::placeholder {
  color: #798189;
  font-weight: 600;
}

.activityMenu {
  background: #f5f7fc;
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 9;
}

.activity {
  margin-top: 70px;
}

.activityMenu.top72 {
  top: 0px;
}

.activityMenu a {
  color: #838696;
  padding: 16px 16px;
  display: inline-block;
}

.tb.active {
  color: #6c94fa;
  border-bottom: 1px solid #6c94fa;
}

.num {
  background-color: #ffc107;
  padding: 0px 10px;
  color: #ffffff;
  border-radius: 6px;
  display: inline-block;
}

.Morrocco {
  padding: 16px;
}

.Morrocco h3 {
  font-weight: 600;
  color: #000000;
}

.bca span {
  padding: 0px 10px;
  color: #999797;
}

/* .icon1 i {
    background: #e9f2fe;
    padding: 9px 11px;
    border-radius: 50%;
    
}*/
.content h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

/* .content span {
  color: #999797;
} */

.icon1 {
  width: 30px;
  height: 30px;
  background: #e9f2fe;
  color: #699bfa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.description h5 {
  font-weight: 600;
  color: #000000;
}

.description p {
  color: #999797;
}

.highlights h5 {
  font-weight: 600;
  color: #000000;
}

.iconh span {
  margin-left: 12px;
  font-size: 15px;
  color: #999797;
}

.iconh i {
  color: #7c9efb;
}

.iconch {
  color: #8bbc81;
}

.iconhcl {
  color: #e9908d;
}

.iconch span {
  margin-left: 12px;
  font-size: 15px;
  color: #999797;
}

.iconhcl span {
  margin-left: 12px;
  font-size: 15px;
  color: #999797;
}

.itinerary {
  margin-top: 18px;
}

.itinerary h5 {
  font-weight: 600;
  color: #000000;
}

.collimg {
  width: 24%;

}

.collimg img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

li.boxL {
  margin-bottom: 16px !important;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
  padding: 16px;
  border-radius: 4px;
}

.collcon {
  width: 75%;

}

a.collm {
  font-weight: 600;
}

.collcon p {
  color: #999797;
}

.itinerary-box {
  /*box-shadow: -1px 1px 3px 0px rgb(0 0 0 / 27%);
    padding: 4px 6px;*/
}

ul.inner li {
  list-style-type: none;
}

ul.inner li.collimg,
ul.inner li.collcon {
  display: inline-table;
  vertical-align: middle;
}

.photo h5 {
  font-weight: 600;
  color: #000000;
}

.photo {
  margin-top: 45px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.swiper-button-next img {
  transform: rotate(180deg);
}

.swiper-container {
  border-radius: 4px;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
}

.faq h5 {
  font-weight: 600;
  color: #000000;
}

#customHr {
  margin: 50px 0px;
  border-top: 0;
}

.faq {
  padding: 0px 0;
}

#map {
  padding: 0px 0px 80px 0px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border: none;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #000000;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #536276;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.reviewtext {
  text-align: center;
  padding: 40px 13px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;

}

.cssProgress {
  width: 100%;

  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cssProgress .progress1,
.cssProgress .progress2,
.cssProgress .progress3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #3798d9;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
}

.cssProgress .cssProgress-label {
  /* position: absolute; */
  /* overflow: hidden; */
  margin-left: 14px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
  background: #f2f3f4;
  padding: 4px 11px;
  border-radius: 30px;
}

.cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}

.cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}

.cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}

.cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}

.cssProgress .cssProgress-right {
  float: right !important;
}

.cssProgress .cssProgress-label-left {
  margin-left: 10px;
  text-align: left !important;
}

.cssProgress .cssProgress-label-right {
  margin-right: 10px;
  text-align: right !important;
}

.cssProgress .cssProgress-label2 {
  display: block;
  margin: 2px 0;
  padding: 0 8px;
  font-size: 0.8em;
}

.cssProgress .cssProgress-label2.cssProgress-label2-right {
  text-align: right;
}

.cssProgress .cssProgress-label2.cssProgress-label2-center {
  text-align: center;
}

.cssProgress .cssProgress-stripes,
.cssProgress .cssProgress-active,
.cssProgress .cssProgress-active-right {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
}

.cssProgress .cssProgress-active {
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

.cssProgress .cssProgress-active-right {
  -webkit-animation: cssProgressActiveRight 2s linear infinite;
  animation: cssProgressActiveRight 2s linear infinite;
}

@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 35px 35px;
  }
}

@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 35px 35px;
  }
}

@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -35px -35px;
  }
}

@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -35px -35px;
  }
}

.progress2 {
  background-color: #EEE;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.progress2 .cssProgress-bar {
  height: 4px;
  border-radius: 9px;
}

.progress2 .cssProgress-label {
  line-height: 18px;
}

.p1 {
  bottom: 0em;
}

.reviewtext h2 {
  color: #287dfa;
  font-weight: 700;
}

.reviewtext span {
  color: #768092;
}

.reviewtext p {
  color: #000000;
  margin: 0px;
}

.reviews h5 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}

.guest h5 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 45px;
}

.cmt {
  margin-bottom: 32px;
}

.d-flex.alc {
  margin-top: 10px;
}

.useimg {
  width: 20%;
  height: 80px;
}

.useimg img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 3px solid#ffffff;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 50%);
}

.usecontent h4 {
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.usecontent span {
  margin-left: 11px;
  font-size: 13px;
  color: #877777;
}

.usecontent {
  margin-left: 50px;
}

.usecontent h4 span:before {
  content: '|';
  margin-right: 11px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.usecontent p {
  color: #9e9e9e;
  font-size: 12px;
  margin-top: 11px;
  margin-bottom: 13px;
}

.pl-10 {
  padding-left: 20%;
}

a.replybtn {
  background: #e5e5e5;
  padding: 8px 9px;
  margin-left: 146px;
  font-size: 12px;
  color: #000000;
  border-radius: 4px;
}

.l i {
  font-size: 12px;
}

.yellow {
  color: #edab56;
}

.c {
  font-size: 12px;
  padding: 4px 0px;
  margin-left: 10px;
}

.icn i.fas.fa-thumbs-up {
  margin-right: 5px;
  color: #99e1c4;
}

.icn i.fas.fa-thumbs-down {
  margin-right: 5px;
  color: #ffad93;
}

.icn i.fas.fa-heart {
  margin-right: 5px;
  color: #fbd395;
}

.green {
  color: #99e1c4;
}

.green1 {
  color: #ffad93;
}

.green2 {
  color: #fbd395;
}

.icn {
  margin-right: 29px;
}

.loadbtn {
  color: #4b99fb;
  border: 1px solid #4b99fb;
  padding: 11px 15px;
  font-size: 15px;
  border-radius: 4px;
  margin-left: 300px;
  font-weight: 600;
}

.guest-form {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 49%);
  padding: 6px 15px;
}

.sub {
  background: #006994;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
  border: none;
}

#customHr1 {
  margin: 8px 0px;
  width: 800px;
  border-top: 0;
}

.inpsection {
  position: relative;
}

.pos-abs {
  position: absolute;
  top: 10px;
  left: 10px;
  color: gray;
  font-size: 18px;
}

.inpsection input,
.inpsection textarea,
.inpsection select {
  padding-left: 40px;
  color: #b3b8c0;
}

.ls {
  color: #b3b8c0;
}

.reviewri {
  color: #000000;
}


.lefttop {
  margin-bottom: 25px;
}

.lefttop {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding: 16px;
}

.lefttop .stBtn {
  background: #006994;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
}

a.atBtn {
  background: #006994;
  color: #ffffff;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 4px;
}

.boxCard h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.rate-content p {
  background: #006994;
  color: #ffffff;
  padding: 5px 9px;
  font-size: 15px;
  margin: 0;
}

.rt-star {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding: 16px;
}

.rt-star p {
  margin: 0;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l i {
  font-size: 12px;
}

/*.yellow {
    color: #ffed00;
}*/

.c {
  font-size: 12px;
  padding: 4px 0px;
  margin-left: 10px;
}

.mad {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.enquiry-section {
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  padding: 16px;
  border-radius: 4px;
}

.check {
  font-size: 12px;
}

h5.enquiry {
  font-size: 16px;
  color: #c0c0c0;
}

.you {
  color: #c0c0c0;
  font-size: 14px;
}

.plctxt {
  color: #c0c0c0;
  font-size: 13px;
}

#map h5 {

  font-weight: 600;
  color: #000000;
}

.examples label {
  margin-bottom: 0px;

  font-weight: 600;
}

.aboutus {
  margin-top: 50px;
}

.about1 h3 {
  font-size: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 30px;
}

/*.about1 p{
  font-size: 14px;
  letter-spacing: 0.21px;
color: #000000;
}*/

.about2 h3 {
  font-size: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 30px;
}

.about2 ul li {
  font-size: 14px;
  letter-spacing: 0.21px;
  color: #464646;
  margin-bottom: 16px;
}

.about2 p {
  margin-bottom: 20px;
  color: #464646;
}

.about2 h4 {
  font-size: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 30px;
}

.about3 h3 {
  font-size: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 30px;
}

.about3 p {
  font-size: 14px;
  letter-spacing: 0.22px;
  color: #464646;
}

.about4 h3 {
  font-size: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 30px;
}

.about4 p {
  font-size: 14px;
  letter-spacing: 0.22px;
  color: #464646;

}

.about4 a {
  color: #3662D9;
}

.about4 {
  margin-bottom: 70px;
}

.destinations2 {
  text-align: center;
}

.destinations2 p {
  line-height: 10px;
}

.destination1 h3 {
  text-align: center;
  color: #000000;
  margin: 30px 0px 30px 0px;
}

.trip1 h3 {
  color: #000;
  margin: 20px 0 20px 0;
  font-size: 32px;
  font-weight: 700;
}

.agree1 {
  margin: 50px 0 15px 0;
}

.agree1 a {
  color: #fa8128;
}

.about2 a {
  color: #fa8128;
}

/*Shreya Css End*/

.contact-social {
  box-shadow: 2px 4px 15px #00000029;
  border-radius: 5px;
  background: #D8D8D8;
  width: 32.333%;
  display: flex;
  align-items: center;
  color: #000;
  padding: 12px 22px;
}

.contact-social i {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 16px;
}

.contact-social span {
  width: 80%;
}

.contact-form {
  background: #E8E8E8;
  padding: 34px 48px;
  box-shadow: 2px 4px 15px #00000029;
  border-radius: 5px;
}

.contact-form h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.cont input,
.cont textarea {
  box-shadow: 0px 0px 6px #0000004d;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
}

button.form-submit {
  background: #006994;
  padding: 6px 50px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
}

.search {
  color: #006994;
  font-size: 22px;
  height: 65px;
  margin: 16px 0px 16px;
  border: none;
  border-radius: 5px;
}

.search::placeholder {
  color: #000000;
}

i#help {
  position: absolute;
  font-size: 30px;
  color: #919191;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}

.term-list {
  list-style: none inside;
  margin: 0 auto 2em;
  padding: 5px 10px 0;
  text-align: left;
  color: #000000;
  background: #fff;
  border: 1px solid #eee;
  font-weight: 500;
}

.term-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
}

.term-list strong {
  color: #444;
  font-weight: 700;
}

.searchResults li {
  cursor: pointer;
}

.hidden {
  display: none;
}

div.search-autocomplete {
  background: #ffffff;
  color: #000;
  border-radius: 0px 0px 6px 6px;
}

.search-autocomplete .autocomplete-suggestion {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 6px 16px;
  color: gray;
  cursor: pointer;
}

.search-autocomplete .autocomplete-suggestion:hover {
  color: #000000;
}

.search-autocomplete .autocomplete-suggestion:first-child {
  padding: 16px 16px 6px 16px;
}

.trip-form {
  /* background: rgba(208 130 57/50%); */
  padding: 16px 16px;
  border-radius: 6px;
  position: relative;
  /* background-image: url(https://www.pngkey.com/png/full/217-2174579_picture-royalty-free-stock-images-clip-art-real.png); */
  background-color: rgba(0, 0, 0, 0.5);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#reportrange,
#reportrange1 {
  background: #ffffff;
  cursor: pointer;
  padding: 18px 10px;
  border: none;
  height: 70px;
  font-size: 20px;
  color: #000000;
  border-radius: 6px 6px;
  width: 100%;
}

.travL {
  width: 100%;
}

p.txtL {
  color: #000000;
  height: 70px;
  font-size: 20px;
  padding: 16px;
  border: none;
  border-radius: 6px 6px;
  border-left: none;
  position: relative;
}

p.txtL:after {
  content: '\25bc';
  position: absolute;
  right: 16px;
}

.value-button {
  display: inline-block;
  /* border: 1px solid #ddd; */
  margin: 0px;
  width: 40px;
  /* height: 40px; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* padding: 11px 0; */
  /* background: #eee; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease,
form #decrease2,
form #decrease2 {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase,
form #increase1,
form #increase2 {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

/* form #input-wrap {
  margin: 0px;
  padding: 0px;
} */

input#number,
input#number1,
input#number2 {
  text-align: center;
  border: none;
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
}

.travlNo {
  border: none;
  margin-top: -16px;
  text-align: center;
  border-radius: 6px;
  display: none;
  box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 50%);
  position: absolute;
  background: #ffffff;
  max-width: 94%;
  width: 100%;
}

.travlNo.show {
  display: flex;
  background: #fff;
  padding: 12px;
  justify-content: space-between;
  align-items: end;
}

span.tb {
  color: #000000;
  text-align: right;
  display: inline-block;
  width: 50px;
  font-weight: 600;
}

span.bt {
  border: 1px solid #000;
  height: 44px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}

a.addPass {
  display: block;
  margin: 0px 0px 0px;
  padding: 6px 18px;
  height: 44px;
  background: #d08239;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
}

.autocomplete-suggestion {
  color: #000000;
  padding: 0px 16px;
}

div#search-autocomplete {
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 50%);
  border-radius: 4px;
  position: absolute;
  width: 94%;
  z-index: 9;
}

.homeSliderText {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  text-align: center;
}

#textPlan {
  display: none;
}

a.addDestination {
  color: #ffffff;
  font-size: 18px;
}

input.abs {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  border: none !important;
}

a.btn.btn-cancel {
  background: #fa8128 !important;
  border-radius: 4px 4px !important;
  margin-right: 16px;
  color: #ffffff;
  width: 175px;
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
}

a.btn.btn-cancel:focus {
  box-shadow: 0 0 0;
}

.posRe {
  position: relative;
}

i#reportrange {
  width: auto;
  background: transparent;
  border-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  border: none !important;
  height: auto;
}

input#reportrange {
  padding-left: 50px;
}

.activity {
  color: #798189;
}

#saveTrip {
  background: #006994;
  color: #ffffff;
  border-color: #006994;
  font-size: 30px;
  padding: 4px 32px;
  border-radius: 30px;
  display: block;
  margin: 20px auto 0px auto;
}

#hero .bnLeft h2.txtWhite {
  font-size: 50px;
  color: #ffffff;
}

#hero .bnLeft p {
  font-size: 20px;
  color: #ffffff;
}

.travL p.txtL {
  background: #ffffff;
}

@media (max-width: 720px) {

  .contentCol,
  .imgCol {
    width: 100% !important;
  }

  .right32 {
    padding-right: 0px !important;
  }

  .imgCityD {
    height: 220px !important;
  }

  .sTbudget {
    width: 100% !important;
  }

  .applyBtn {
    margin-top: 0 !important;
    margin-left: 0px !important;
  }

  .msryBox .col-md-4.col-xs-6 {
    width: 33.3333%;
  }

  .Categories-box {
    margin-bottom: 20px;
  }

  .usecontent {
    padding-left: 12px;
  }

  .mobile {
    display: inline-flex !important;
    width: 80%;
    /*padding: 0px 16px 0px 0px!important;*/
  }

  #header .logo img {
    padding: 0px 16px 0px 0px !important;
  }

  #header.header-scrolled,
  #header.header-inner-pages {
    height: 62px;
  }

  .desk {
    display: none !important;
  }

  .contentGrid {
    padding: 16px 16px 16px 16px;
  }

  #banner {
    height: 100px;
    padding-top: 0;
  }

  .replyuser.pl-10 {
    padding-left: 0;
  }

  .loadbtn {
    margin-left: 97px;
  }

  a.replybtn {
    margin-left: 133px;
  }

  .icn {
    margin-right: -1px;
  }

}

/*akshay css new*/

.imgcard {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  transition: box-shadow .25s;
}

.imgcard1 {
  width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.imgbox {
  margin-top: 54px;
}

.submit-btnnn {

  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #006994;
  color: white;
  margin-top: 11px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


.submit-btnnnn {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  /* background-color: #4b8cfb; */
  color: white;
  border: 1px solid;
  margin-top: 11px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contsec {
  background: #006994;
  padding: 20px 0px;
}

.whit {
  color: white;
  margin-top: 7px;
}

.imgsec {
  margin: 27px;
}

a.imgcard1 img {
  width: 100%;
}

.form-para p {
  font-size: 20px;
}

h4.mt-1 {
  font-size: 13px;
  font-weight: 700;
}

.rd-text2.ml-auto {
  font-size: 15px;
}

.rd-text {
  font-size: 15px;
}

input#flexCheckDefault {
  font-size: 11px;
}

.responsive-map {
  height: 100%;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.containerr {
  position: relative;
  margin: 0 auto;
}

.container .contentt {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  text-align: center;
  width: 100%;
}

.containerr img {
  width: 100%;
}

.mapimgsection {
  padding: 16px;
  box-shadow: 0px 0px 6px -1px rgb(0 0 0 / 50%);
  border-radius: 10px;
  margin-bottom: 16px;
}

.filter {
  margin-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

/*/ modal part /*/
#modal-background1 #modal-background2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#modal-background2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#modal1 {
  background-color: #fff;
  position: absolute;
  top: 50%;
  height: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 10px 20px;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  font-size: 1.5rem;
  animation-name: animatemodal;
  animation-duration: 0.4s;
  overflow-y: auto;
}

#modal2 {
  background-color: #fff;
  position: absolute;
  top: 50%;
  height: 500px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 10px 20px;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  font-size: 1.5rem;
  animation-name: animatemodal;
  animation-duration: 0.4s;
  overflow-y: auto;
}

.yes,
.no {
  border: none;
  padding: 7px 14px;
  font-size: 1rem;
  border-radius: 5px;
}

.yes {
  background-color: #00ff00;
}

.no {
  background-color: #ff0000;
}

#close-btn1 {
  align-self: flex-end;
}

#close-btn2 {
  align-self: flex-end;
}

#close-btn1:hover {
  cursor: pointer;
  color: #ff0000;
}

#close-btn2:hover {
  cursor: pointer;
  color: #ff0000;
}

p.alignright.bbvb {
  color: cornflowerblue;
  border: 1px solid;
  padding: 5px 9px;
  border-radius: 18px;
}

.ourexpt-img img {
  width: 100%;
}

.card-block {
  padding: 1.25rem;
  text-align: center;
}

.service-categories .card-title {
  padding-top: 0.5em;
}

.service-categories .card {
  transition: all 0.3s;
}

.service-card {
  /* background: orange;*/
  border: 0;
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.25rem;
  width: 100%;
  /*max-height: 250px;*/
  height: 100%;
  /* box-shadow: 0px 3px 10px #0000001a;*/
  border-radius: 10px;
  /* border-right: 2px solid #ccc; */
}

.form-check {
  position: relative;
  display: flex;
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  justify-content: space-between;
}

.form-check label {
  margin-left: 6px;
  cursor: pointer;
}

.form-check .form-check-input {
  margin-left: 0;
}

ul.dropdown-menu.show {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(15rem, 61px) !important;
  width: auto;
  padding: 0px 0px;
}

ul.dropdown-menu.show a {
  padding: 6px 16px;
}

.cityHead {
  text-align: center;
}

/*  .card.service-card.card-inverse.hotel {
   background: #EE6958;
   }
   .card.service-card.card-inverse.apt {
   background: #F7B56D;
   }
   .card.service-card.card-inverse.ride {
   background: #EE6958;
   }
   .card.service-card.card-inverse.guide {
   background: #217C7E;*/
button.btn.btn-default.btn-sm {
  background: black;
  color: white;
  align-items: center;
  min-width: 90px;
  border-radius: 10px 0px 10px;
}

div.textboxww {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

del {
  margin-right: 2px;
  color: #000;
}

.mapimgg img {
  width: 100%;
}

p.box9 {
  background: darkgray;
  padding: 0px 5px;
}

p.box8 {
  margin-left: 11px;
}

div.textboxww {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}

p.box7 {
  /*   margin-bottom: -10px;*/
}

p.box8 {
  margin-left: 11px;
}

.ratingg.d-flex {
  /*   margin-bottom: -10px;*/
}

.rp1 {
  /*  margin-bottom: -10px;*/
}

.maptextt {
  /*   margin-top: 10px;*/
  font-size: 13px;
}

.ourexpt1 {
  box-shadow: 0px 3px 10px #0000001A;
}

.ourexpt1 {
  padding: 31px;
}

.outexpert {
  margin-top: 81px;
  /* padding: 21px; */
}

.card-block img {
  width: 100%;
}

p.alignleft {
  font-weight: 700;
  font-size: 12px;
}

i.far.fa-heart {
  font-size: 17px;
  color: red;
}

span#heart,
#heart2,
#heart3 {
  color: #000;
  font-size: 15px;
}

.formm-radio {
  font-size: 11px;
}

button#dropdownMenuButton {
  background: #fff;
}

.btn.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
}

.imggtxt {
  margin-top: 12px;
}

.dropdown.dv {
  float: right;
}

/*.dropdown-menu.svsv {
   transform: translate(-141px, 33px) !important;
   }*/
.dropdown-menu.show.sss {
  transform: translate(-141px, 26px) !important;
}

p.alignright.hnh {
  transform: translate(-54%, -35%);
}

/*End */

/*Vikas CSS Start*/
a.addD {
  border: 1px solid #7E7E7E;
  padding: 4px 10px !important;
  display: inline-block;
  border-radius: 30px;
}

.tripHeaderTop {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  padding: 8px 0px;
  margin-bottom: 50px;
  position: sticky;
  top: 0;
  z-index: 999;
  border-top: 1px solid #ddd;
}

/* ::marker {
  content: '';
  display: none !important;
} */

.rt ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.rt ul li {
  display: inline-block;
  padding: 0px 16px;
  position: relative;
}

.rt ul li a {
  color: #7E7E7E;
  font-size: 16px;
  padding: 4px 0px;
}

.rt ul.dropdown {
  display: block;
  position: absolute;
  background: #ffffff;
  border-radius: 0px 0px 6px 6px;
  padding: 0px;
  text-align: left;
  opacity: 0;
  box-shadow: 10px 0px 10px -6px rgb(0 0 0 / 30%);
  min-width: 170px;
}

.rt ul.dropdown li {
  display: block;
  padding: 6px 16px;
}

.dd:after {
  content: '';
}

.dd:hover ul.dropdown {
  opacity: 1;
}

li:hover ul.dropdown {
  opacity: 1;
}

.timilineBox {
  padding-left: 40px;
  position: relative;
  margin-left: 100px;
}

.timilineBox:after {
  content: '';
  border: 1px solid #000000;
  /* height: 100%; */
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .timilineBox {
    padding-left: 40px;
    position: relative;
    margin-left: 100px;
  }
}

/* @media (max-width: 402px) {
      .timilineBox {
        padding-left: 40px;
        position: relative;
        margin-left: 100px;
      }
    } */
.timelineSection {
  margin-bottom: 50px;
}

.firstBox:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: -8.5px;
  border-radius: 50%;
  top: 0px;
  z-index: 9;
  background: rgb(0 0 0 / 90%);
  border: 2px solid #fff;
}

.firstBox span,
.numericBox span.tt,
.last span {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.textBox.flyDrive {
  margin-top: 18px;
  /* margin-right: 230px; */
}

.flyDrive span {
  color: #000000;
  font-size: 16px;
}

.leftIcon {
  position: absolute;
  left: -10.5px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  z-index: 9;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.rightIcon {
  font-size: 14px;
  margin-left: 16px;
}

.numericBox {
  padding: 24px 0px;
}

.numericBox .nm {
  width: 30px;
  height: 30px;
  background: #006994;
  display: flex;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  left: -15px;
  z-index: 99;
  align-items: center;
  justify-content: center;
}

ul#currency {
  left: auto;
  height: auto;
}

a.shadow-none img {
  margin-right: 8px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  object-fit: fill;
  object-position: center;
}

span.f20 i,
#currency span.f20 i {
  font-size: 20px;
  margin-right: 3px;
}

#currency span.f20 i {
  margin-left: -5px;
}

/*#currency a{color: #000000;}*/
.timilineBox.lastt:after {
  content: '';
  border: none !important;
}

.last:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #007EB5;
  border-radius: 50%;
  left: -7px;
  top: 50%;
  transform: translate(0, -50%);
}

i.fas.fa-sort-down {
  margin-left: 10px;
  display: inline-block;
  vertical-align: super;
}

.active .rtLink {
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #000000;
}

.pika-single.is-hidden {
  display: none;
}

.is-inrange .pika-button,
.pika-button:hover {
  border-color: #1592e6;
  background-color: rgb(21 146 230);
  color: #ffffff;
}

.is-startrange .pika-button,
.is-selected .pika-button {
  border-color: #fb6542;
  background-color: #fb6542;
}

.pika-table {
  width: 100%;
}

.pika-table th {
  font-size: 14px;
  padding-bottom: 8px;
  text-align: center;
}

.pika-table td {
  padding-top: 14.5%;
  position: relative;
  width: 14.25%;
}

.pika-single button {
  border: solid 1px #eee;
  display: inline-block;
  padding: 0;
  background: #ffffff;
}

.pika-button {
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.pika-title {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 32px;
  margin-bottom: 8px;
}

.pika-title .pika-label {
  padding-left: 8px;
}

.pika-title button {
  padding: 8px;
  position: absolute;
  top: 0;
}

.pika-title .pika-prev {
  left: 0px;
}

.pika-title .pika-next {
  right: 0px;
}

.pika-select {
  display: none;
}

.pika-lendar {
  padding: 0px;
}

.calendar__start-wrapper {
  border: solid var(--lemon) 2px;
}

.calendar__end-wrapper {
  border: solid var(--salmon) 2px;
}

.calendar * {
  /*font-family: 'Poppins', sans-serif!important;*/
}

.calendar {
  background-color: #eee;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 360px;
  border: 1px solid #eee;
}

.calendar__pikaday {
  background-color: white;
}

.calendar__reset {
  cursor: pointer;
  margin: 8px 0;
  padding: 16px;
  background-color: var(--lemon);
  border: solid 1px var(--lemon);
  color: #222;
  font-size: 14px;
  outline: none;
}

.calendar__reset:hover {
  background-color: #ffcc00;
}

button.is-disabled,
.is-disabled .pika-button {
  color: #ccc;
  cursor: none;
  border: solid 1px #eee;
}

.calendar__input {
  padding: 6px 8px;
  margin: 4px 0;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  font-size: 18px;
  border: none;
  background: #eee;
}

.calendar__input:first-child {
  margin-right: 4px;
}

.calendar__inputs {
  display: flex;
  width: 100%;
}

.btnBox {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  /* background-color: #4b8cfb; */
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btnBoxx {
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  /* background-color: #4b8cfb; */
  color: #FFf;

  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%), 0 2px 10px 0 rgb(0 0 0 / 7%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

div#textboxww {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxImg img {
  width: 100%;
}

.moretext {
  display: none;
}

.imgg1 img {
  width: 100%;
}

.tripBoxmain {
  box-shadow: 0px 0px 25px #00000029;
  background: #fff;
  padding: 48px;
  margin-bottom: 80px;
}

.tripboxdowntext h3 {
  color: #000;
}

p.alignleft {
  font-weight: 700;
  font-size: 18px;
}

.imggtext h3 {
  font-size: 14px;
  color: #000000;
}

i.fas.fa-angle-double-down {
  font-size: 12px;
  margin-left: 2px;
}

.imggsect {
  margin-top: 54px;
}

p.alignleft.bbn {
  font-size: 23px;
  font-weight: 700;
  color: #000;
}

p.alignright.cbn a {
  font-size: 23px;
  color: royalblue;
}

.boxtext1 h2,
.textbox3 h3 {
  color: #000000;
  font-size: 30px;
}

.article p {
  color: #000000;
  font-size: 16px;
}

a.moreless-button {
  margin-bottom: 14px;
  display: inline-block;
  color: #666666;
  text-decoration: underline;
}

.textbox3 p {
  font-size: 16px;
  color: #000000;
}

.imggtext p {
  text-transform: uppercase;
  margin: 16px 0px 10px;
  color: #5E5E5E;
}

.starrr i {
  color: #D9D9D9;
}

a {
  text-decoration: none !important;
}

.mt72 {
  margin-top: 72px;
}

.leftFlex {
  position: sticky;
  top: 80px;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  /* position: relative; */
  max-height: calc(100vh - 100px);
  margin-right: 15px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.middleFlex {
  width: 100%;
  color: rgba(0, 0, 0, .87);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.rightFlex {
  position: sticky;
  top: 80px;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 216px;
  flex: 0 0 216px;
  margin-left: 15px;
}

.middleFlex:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background: #dedede;
  margin-left: 40px;
}

.dateBox {
  position: relative;
  z-index: 9;
}

.dateField span {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 30px;
}

.boxCont {
  background: #ffffff;
  margin: 30px 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  padding: 24px;
}

.t1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.ct h3 {
  color: #000;
  font-size: 16px;
}

.ct {
  margin-right: 185px;
}

p.timeT {
  color: #a4a4a4;
}

.cc img {
  height: 40px;
  margin-right: 16px;
}

span.gi {
  color: #000;
}

p.cc {
  display: flex;
  align-items: center;
}

span.du {
  color: rgba(0, 0, 0, .6);
  display: block;
  font-size: 12px;
}

p.monthName {
  color: rgba(0, 0, 0, .6);
  font-weight: 500;
  text-transform: uppercase;
}

p.dtMonth {
  color: #0083ff;
  font-weight: 500;
}

p.dtMonth.active {
  color: #000000;
}

span.rspan {
  color: rgba(0, 0, 0, .87);
  font-size: 14px;
  display: block;
}

.rightFlex a {
  font-size: 14px;
}

.rightFlex ul li {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #eee;
}

.blankB {
  background: #ffffff;
  display: flex;
  padding: 0px 16px;
  align-items: center;
}

.iconBoxTimeline {
  padding: 16px;
}

.blankB p {
  margin: 0px 16px 0px 0px;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}

a.exBtn {
  padding: 6px 16px;
  border: 1px solid #007bff;
  border-radius: 30px;
}

img.restI {
  width: 50px;
  margin-right: 6px;
}

.iconBoxTimeline {
  padding: 16px;
}

.cCont h3 {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.cCont {
  padding: 16px 5rem;
}

img.carI {
  width: 20px;
  background: #ffffff;
  margin-left: 15px;
  margin-right: 16px;
}

.m0 {
  margin: 0px;
}

.timImg {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.more {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 43px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.bt {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #007bff;
  padding: 6px 16px;
  border-radius: 30px;
}

.t2 {
  position: relative;
  width: 150px;
  text-align: right;
}

ul.dropdownD {
  padding: 0;
  margin: 0;
  position: absolute;
  width: max-content;
  right: 0;
  text-align: left;
  display: none;
}

ul.dropdownD.active {
  display: block;
}

div.tt {
  background: transparent;
  cursor: pointer;
  color: #000000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  padding: 10px;
  text-align: left;
}

.tt:hover .dropdown-content {
  display: block;
}

.dropdown-content * {
  color: #000000;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc-left h2 {
  color: #ed8392
}

button.close {
  border: none;
}

.filterForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

.input-inline {
  width: 90%;
}

.input-inline {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-daterange {
  position: relative;
}

.input-daterange i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.filterForm .travL p.txtL {
  background: #ffffff;
  border: 1px solid #ced4da;
  font-size: 16px;
  height: 38px;
  padding: 8px;
  margin: 0;
}

.filterForm input {
  width: 100%;
  min-width: 200px;
  padding-left: 35px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.filterForm select.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group {
  margin-bottom: 1rem;
}

label.radio-label {
  display: block;
}

.daterangepicker.show-calendar .calendar {
  display: inline-block !important;
}

/*.daterangepicker.dropdown-menu.ltr.opensright.show-calendar{width:auto!important;}*/
.daterangepicker.ltr .ranges {
  display: block !important;
  width: 100% !important;
}

.daterangepicker .calendar {
  max-width: 300px !important;
}

.daterangepicker {
  width: 100%;
  max-width: 620px !important;
}

select#combo-box--1 {
  height: 70px;
  font-size: 20px;
}

a.shareIcon {
  font-size: 50px;
  margin: 0px 16px;
}

.fb {
  color: #3B5998;
}

.linked {
  color: #0E76A8;
}

.pint {
  color: #E60023;
}

.whatsapp {
  color: #128C7E;
}

a.clr {
  position: absolute;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  font-style: italic;
  top: 50%;
  cursor: pointer;
  right: 16px;
  transform: translate(0px, -50%);
}

a.nav-linkscrollto {
  text-transform: uppercase;
}

.button-group-pills .btn {
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /* border-color: #bbbbbb; */
  background-color: #FFF;
  color: #000000;
  position: relative;
  width: 100%;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.button-group-pills .btn.active,
.prevSelected {
  border: 7px solid #006994;
  box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 50%);
  /* background-color: #006994; */
  color: #FFF;
  border-radius: 18px 18px 0px 0px;
}

.button-group-pills .btn:hover {
  /* border-color: #006994; */
  /* background-color: #006994; */
  color: #FFF;
}

div.number {
  background: #006994;
  padding: 6px;
  border-radius: 0px 0px 6px 6px;
}

.button-group-pills input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.text-right {
  text-align: right;
}

a.btn.btn-default:nth-child(1) {
  background: #fa8128;
  color: #ffffff;
  padding: 8px 12px;
  width: 175px;
}

a.btn.btn-default:nth-child(2) {
  background: #006994;
  color: #ffffff;
  padding: 8px 12px;
  width: 175px;
}

.a.addTotrip {
  background: #fa8128 !important;
}


a {
  color: #fd7e14 ;
}

.nav-link:focus,
.nav-link:hover {
  color: #fa8128;
}

.range-slider.grad {
  --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
  --progress-flll-shadow: var(--progress-shadow);
  --fill-color: #006994;
  --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3),
    -3px 9px 9px rgba(255, 255, 255, 0.33) inset,
    -1px 3px 2px rgba(255, 255, 255, 0.33) inset,
    0 0 0 99px var(--primary-color) inset;
}

.range-slider.grad input:hover {
  --thumb-transform: scale(1.2);
}

.range-slider.grad input:active {
  --thumb-shadow: inherit;
  --thumb-transform: scale(1);
}

.range-slider.flat {
  --thumb-size: 25px;
  --track-height: calc(var(--thumb-size) / 3);
  --progress-shadow: none;
  --progress-flll-shadow: none;
  --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
  --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset,
    0 0 0 99px white inset;
  --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
}

.range-slider.overlay {
  --primary-color: #d6e9ff;
  --track-height: 50px;
  --thumb-size: var(--track-height);
  --thumb-color: var(--primary-color);
  --thumb-shadow: none;
  --progress-flll-shadow: none;
  --progress-shadow: none;
  --progress-background: none;
  --progress-radius: 0px;
  --ticks-color: var(--primary-color);
  --ticks-height: 0;
  --ticks-thickness: 0;
  --ticks-gap: 0px;
  --min-max-font: 700 18px Arial;
  --min-max-opacity: 1;
  --show-min-max: none;
  color: #006994;
}

.range-slider.overlay input:hover {
  --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #006994 inset;
}

.range-slider.overlay input:active {
  --thumb-color: inherit;
}

.range-slider.overlay .range-slider__values {
  width: calc(100% - 50% / (var(--max) - var(--min)));
}

.range-slider {
  --primary-color: #006994;
  --value-offset-y: var(--ticks-gap);
  --value-active-color: white;
  --value-background: transparent;
  --value-background-hover: var(--primary-color);
  --value-font: 700 12px/1 Arial;
  --fill-color: var(--primary-color);
  --progress-background: #eee;
  --progress-radius: 20px;
  --track-height: calc(var(--thumb-size) / 2);
  --min-max-font: 12px Arial;
  --min-max-opacity: 0.5;
  --min-max-x-offset: 10%;
  --thumb-size: 22px;
  --thumb-color: white;
  --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,
    0 0 0 99px var(--thumb-color) inset;
  --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset var(--thumb-color),
    0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
  --thumb-shadow-hover: var(--thumb-shadow);
  --ticks-thickness: 1px;
  --ticks-height: 5px;
  --ticks-gap: var(--ticks-height,
      0);
  --ticks-color: silver;
  --step: 1;
  --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
  --maxTicksAllowed: 30;
  --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
  --x-step: Max(var(--step),
      var(--too-many-ticks) * (var(--max) - var(--min)));
  --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
  --tickIntervalPerc: calc((100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) * var(--tickEvery, 1));
  --value-a: Clamp(var(--min),
      var(--value, 0),
      var(--max));
  --value-b: var(--value, 0);
  --text-value-a: var(--text-value, "");
  --completed-a: calc((var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100);
  --completed-b: calc((var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100);
  --ca: Min(var(--completed-a), var(--completed-b));
  --cb: Max(var(--completed-a), var(--completed-b));
  --thumbs-too-close: Clamp(-1,
      1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
      1);
  --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
  --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
  display: inline-block;
  height: max(var(--track-height), var(--thumb-size));
  background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
  background-size: var(--tickIntervalPerc) var(--ticks-height);
  background-position-x: calc(var(--thumb-size) / 2 - var(--ticks-thickness) / 2);
  background-position-y: var(--flip-y, bottom);
  padding-bottom: var(--flip-y, var(--ticks-gap));
  padding-top: calc(var(--flip-y) * var(--ticks-gap));
  position: relative;
  z-index: 1;
}

.range-slider[data-ticks-position=top] {
  --flip-y: 1;
}

.range-slider::before,
.range-slider::after {
  --offset: calc(var(--thumb-size) / 2);
  content: counter(x);
  display: var(--show-min-max, block);
  font: var(--min-max-font);
  position: absolute;
  bottom: var(--flip-y, -2.5ch);
  top: calc(-2.5ch * var(--flip-y));
  opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
  transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
  pointer-events: none;
}

.range-slider::before {
  --before: 1;
  --at-edge: var(--thumb-close-to-min);
  counter-reset: x var(--min);
  left: var(--offset);
}

.range-slider::after {
  --at-edge: var(--thumb-close-to-max);
  counter-reset: x var(--max);
  right: var(--offset);
}

.range-slider__values {
  position: relative;
  top: 50%;
  line-height: 0;
  text-align: justify;
  width: 100%;
  pointer-events: none;
  margin: 0 auto;
  z-index: 5;
}

.range-slider__values::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
  background: red;
}

.range-slider__progress {
  --start-end: calc(var(--thumb-size) / 2);
  --clip-end: calc(100% - (var(--cb)) * 1%);
  --clip-start: calc(var(--ca) * 1%);
  --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
  position: absolute;
  left: var(--start-end);
  right: var(--start-end);
  top: calc(var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 - var(--track-height) / 2);
  height: calc(var(--track-height));
  background: var(--progress-background, #eee);
  pointer-events: none;
  z-index: -1;
  border-radius: var(--progress-radius);
}

.range-slider__progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: var(--clip);
  clip-path: var(--clip);
  top: 0;
  bottom: 0;
  background: #006994;
  box-shadow: var(--progress-flll-shadow);
  z-index: 1;
  border-radius: inherit;
}

.range-slider__progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: var(--progress-shadow);
  pointer-events: none;
  border-radius: inherit;
}

.range-slider>input {
  -webkit-appearance: none;
  width: 100%;
  height: var(--thumb-size);
  margin: 0;
  position: absolute;
  left: 0;
  top: calc(50% - Max(var(--track-height), var(--thumb-size)) / 2 + calc(var(--ticks-gap) / 2 * var(--flip-y, -1)));
  cursor: -webkit-grab;
  cursor: grab;
  outline: none;
  background: none;
}

.range-slider>input:not(:only-of-type) {
  pointer-events: none;
}

.range-slider>input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.range-slider>input::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

.range-slider>input::-ms-thumb {
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  box-shadow: var(--thumb-shadow);
  border: none;
  pointer-events: auto;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

.range-slider>input:hover {
  --thumb-shadow: var(--thumb-shadow-hover);
}

.range-slider>input:hover+output {
  --value-background: var(--value-background-hover);
  --y-offset: -5px;
  color: var(--value-active-color);
  box-shadow: 0 0 0 3px var(--value-background);
}

.range-slider>input:active {
  --thumb-shadow: var(--thumb-shadow-active);
  cursor: -webkit-grabbing;
  cursor: grabbing;
  z-index: 2;
}

.range-slider>input:active+output {
  transition: 0s;
}

.range-slider>input:nth-of-type(1) {
  --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}

.range-slider>input:nth-of-type(1)+output {
  --value: var(--value-a);
  --x-offset: calc(var(--completed-a) * -1%);
}

.range-slider>input:nth-of-type(1)+output:not(:only-of-type) {
  --flip: calc(var(--thumbs-too-close) * -1);
}

.range-slider>input:nth-of-type(1)+output::after {
  content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
  font-size: 20px;
}

.range-slider>input:nth-of-type(2) {
  --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}

.range-slider>input:nth-of-type(2)+output {
  --value: var(--value-b);
}

.range-slider>input:only-of-type~.range-slider__progress {
  --clip-start: 0;
}

.range-slider>input+output {
  --flip: -1;
  --x-offset: calc(var(--completed-b) * -1%);
  --pos: calc(((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%);
  pointer-events: none;
  position: absolute;
  z-index: 5;
  background: var(--value-background);
  border-radius: 10px;
  padding: 2px 4px;
  left: var(--pos);
  transform: translate(var(--x-offset), calc(150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) * var(--flip)));
  transition: all 0.12s ease-out, left 0s;
}

.range-slider>input+output::after {
  content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
  font: var(--value-font);
  font-size: 20px;
}

.tbudget {
  /* margin-top: 16px; */
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

.tT {
  width: 180px;
  margin-right: 10px;
}

img.citiesImg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

section.faq1.mb-5 {
  padding-top: 0;
}

ul.faq-list {
  padding: 0;
}

h5.faq-heading {
  color: #000000;
  font-size: 1rem;
}

.btnSection a#planT,
.btnSection a#planB {
  margin-top: 16px;
  background: #d56f18;
}

.progress {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}

.bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #14a4be;
}

.proBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.prSection:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #e5e5e5;
  top: 43px;
  left: 50%;
  z-index: 0;
  transition: all ease-in-out .3s;
}

.prSection:last-child:after {
  content: '';
  display: none;
}

p.prSection {
  margin: 0;
  display: block;
  text-align: -webkit-center;
  width: 16.66666666666667%;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

p.prSection .brCheck {
  margin: 0;
  position: relative;
  z-index: 99;
  width: 44px;
  height: 50px;
  background: #9e9e9e;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 5px solid #fff;
}

p.prSection.active:after {
  content: '';
  background: #006994;
  /*width: 15%;*/
  height: 5px;
  position: absolute;
  margin-left: 0;
  top: 43px;
  z-index: 9;
}

p.prSection.active .brCheck {
  background: #006994;
}

p.prSection.active:last-child:after {
  content: '';
  display: none;
}

/*End Vikas CSS*/

/*Rupali CSS Start*/
.list-checklist ul {
  list-style: none;
  padding: 0px;
  margin-top: 2rem;
  font-size: 14px;
}

.list-checklist h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.list-travel h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.list-travel h5 {
  color: #A1A1A1;
  font-size: 18px;
}

.dark-circle {
  background-color: #000000;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 26px auto 16px auto;
}

.dark-content h6 {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
}

.dark-content p {
  color: #000000;
  font-size: 11px;
  margin: 11px 0;
  text-align: center;
}

.agent-btn a,
.agentBtn a {
  background: #007EB5;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 30px;
}

.agentBtn {
  text-align: center;
}

.agent-btn h6 {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.agent-btn {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loct img {
  width: 100%;
  max-width: 200px;
}

.zigzag-img {
  box-shadow: 0px 0px 6px #0000004D;
  width: 31%;
  border-radius: 10px;
  background: #F1F1F1;
}

.hotel-img {
  box-shadow: 0px 0px 6px #0000004d;
  width: 31%;
  border-radius: 10px;
  background: #F1F1F1;
}

.hotel-img img {
  max-width: 120px;
}

.hotel-img p {
  font-size: 12px;
}

.comment-img {
  box-shadow: 0px 0px 6px #0000004d;
  width: 31%;
  border-radius: 10px;
  background: #F1F1F1;
}

.comment-img img {
  max-width: 120px;
}

.mapI {
  padding: 16px 0px;
}

.hotI img {
  width: 100%;
  max-width: 100px;
}

.hotI {
  padding: 16px;
}

.agent-btn p {
  margin: 0;
}

.a1 img {
  height: 130px;
}

.gridCard1 {
  width: 31%;
  box-shadow: 0px 0px 6px #0000004d;
  border-radius: 10px;
}

.stticon i {
  font-size: 13px;
}

.stticon span {
  color: #949494;
  font-size: 14px;
}

.abc p {
  font-size: 13px;
  color: #000000;
}

.sttext * {
  text-align: right;
}

.sttext h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.align-center {
  align-items: center;
}

.abc span {
  font-size: 12px;
}

@media (max-width: 720px) {
  a.addPass {
    padding: 11px 18px;
    font-size: 14px;
  }

  .value-button {
    width: 20px;
  }

  input#number,
  input#number1,
  input#number2 {
    width: 40px;
  }

  span.bt {
    font-size: 12px;
  }

  .tripHeaderTop ul {
    /*display: flex;
   margin-top: 10px;*/
  }

  .d-flex {
    flex-wrap: wrap;
  }

  .zigzag-img,
  .hotel-img,
  .comment-img,
  .gridCard1 {
    width: 100%;
    margin-bottom: 16px;
  }

  .agentBtn {
    margin-bottom: 16px;
  }

  .daterangepicker.ltr {
    width: 100%;
  }

  .daterangepicker.show-calendar .calendar {
    display: inline-block !important;
  }

  .mobile {
    display: inline-flex !important;
    width: 80%;
    /*padding: 0px 16px 0px 0px!important;*/
  }

  #header .logo img {
    max-height: 50px;
    /*background: black;*/
    width: 200px;
    height: auto;
    max-width: 200px;
    padding: 0px 16px 0px 0px !important;
  }

}

/*rupali css start*/
#tile-1 .nav-tabs {
  position: relative;
  border: none !important;
  background-color: #fff;
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius: 6px;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  display: block;

}

#tile-1 .nav-tabs::-webkit-scrollbar {
  height: 10px;
  margin: 6px 0px;
  padding: 6px 0px;
  width: 50px;
}

#tile-1 .nav-tabs::-webkit-scrollbar-track {
  background: transparent;
  margin: 6px 0px;
  padding: 6px 0px;
}

#tile-1 .nav-tabs::-webkit-scrollbar-thumb {
  background-color: rgb(0 105 148 / 50%);
  margin: 6px 0px;
  padding: 6px 0px;
}

#tile-1 .nav-tabs li {
  margin: 0px !important;
  width: 20%;
  display: inline-block;
}

#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 0px 0px !important;
  border: none !important;
}

#tile-1 .nav-tabs a:hover {
  background-color: #fff !important;
  border: none;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #fa8128;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all .4s linear;

}

#tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #39bcd3 !important;
}

.content_fi {
  background: rgb(0, 105, 148);
  background: #ffffff;
  padding: 4px 16px;
  border-radius: 4px;

  text-align: left;
}

.citiesS {
  position: relative;
}

a.nav-linkscrollto:hover {
  color: #fa8128;
}

.info-cities {
  position: absolute;
  z-index: 9;
  top: 16px;
  right: 16px;
  /* transform: translate(-50%, -50%); */
  font-size: 12px;
  background: #006994;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
  /* display:none; */
  transition: display 0.5s ease-in-out;
}

.citiesS:hover .info-cities {
  display: block;
}

.box {
  position: fixed;
  top: 15%;
  left: 12px;
  background: #006994;
  box-shadow: #999 0px 8px 20px 0px;
  width: 332px;
  display: none;
  justify-content: center;
  align-items: center;
  user-select: none;
  z-index: 99;
  padding: 16px;
}

.box.active {
  display: block;
}

.drag-content p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}

a.closeBtn {
  color: #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #006994;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}

.modal-xl {
  max-width: 1140px;
}

.citiesName {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

span.checkCircle {
  width: 24px;
  height: 24px;
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 100%;
  top: 16px;
  right: 16px;
  display: none;
}

span.checkCircle:after {
  content: '';
  display: none;
}

label.active span.checkCircle:after,
.selct.selected span.checkCircle:after {
  content: '\2713';
  color: #ffffff;
  background: #006994;
  display: block;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  top: -2px;
  right: -2px;
  position: absolute;
  border: 1px solid #ffffff;
}

.bodyPad {
  padding: 0px 80px;
  font-family: 'Merriweather', serif;
}

#pick-up-city-form .text-right {
  text-align: center !important;
  z-index: 1010;
}

.day_section {
  background: #ffffff;
  cursor: pointer;
  border-radius: 0;
  margin: 0px 0px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 6px;
}

.day_section h3 {
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.day_section p {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
}

.trip_d {
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 50%);
  border-radius: 4px;
  padding: 0px;
  margin-bottom: 16px;
  position: relative;
}

.trip_d:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
}

#triip {
  height: 100%;
}

.trip_content p {
  color: #ffffff;
}

.trip_content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 16px;
}

span.trs {
  background: antiquewhite;
  ;
  font-size: 12px;
  padding: 3px 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 6px;
  margin: 12px 0px;
}

.content_fi p {
  margin: 0;
  color: #000;
  font-weight: 500;
  padding: 6px 0px;
}

span.tr_act {
  background: antiquewhite;
  ;
  font-size: 12px;
  padding: 3px 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 6px;
  margin: 12px 3px;
}

span.acm {
  background: antiquewhite;
  font-size: 12px;
  padding: 3px 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 6px;
  margin: 12px 0px;
}

span.att {
  background: antiquewhite;
  ;
  font-size: 12px;
  padding: 3px 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 6px;
  margin: 12px 0px;
}

.lunch {
  text-align: left;
  background: thistle;
  padding: 4px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.trip_content p {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 4px;
}

.img_trip {
  width: 100%;
  margin-right: 16px;
}

#triip .img_trip img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

#btPad {
  padding: 0px 8px;
}

.align-items {
  align-items: center;
}

/*rupali css start*/
/*End CSS*/
.accomodation-form p {
/* #pick-up-activity-form p, */
/* #tour-form p,
#transport-form p { */
  font-size: 20px;
  font-weight: 600;
}

.accomodation-box div.text-center,
#pick-up-activity-form div.text-center,
#tour-form div.text-center,
#transport-form div.text-center {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

#planB:hover {
  background: #fa8128 !important;
}

a.nav-link.scrollto.sign-up-modal-link {
  background: #fa842d;
  color: #ffffff !important;
  text-align: center;
  padding: 10px 16px;
  margin-left: 20px;
  border-radius: 6px;
  justify-content: center;
}

.city-img {
  height: 320px;
}


.city-img { border-radius: 14px; }
.vidIframe {
  height: 450px;
  border-radius: 10px
}

/*Animated css*/
/* @charset "UTF-8"; */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn)
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg)
  }

  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%,
  80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg)
  }

  60%,
  80% {
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: center
  }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: left bottom
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1
  }

  0%,
  to {
    -webkit-transform-origin: right bottom
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left
  }

  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%,
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50%,
  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.imgHead {
  width: 100%;
  height: 250px;
  position: relative;
}

.imgHead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*Discover Morrocco*/
.imgCityD {
  width: 100%;
  height: 400px;
}

.imgCityD img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}

.wrapD {
  flex-wrap: wrap;
}

.contentCol,
.imgCol {
  width: 50%;
  text-align: justify;
}

/* Style updated */
.contentCol h3,
.contentCol h2 {
  color: #006994;
  font-size: calc(1.3rem + .6vw);
  margin-bottom: 16px;
  margin-top: 16px;
}
/* Style updated */

.left32 {
  padding-left: 32px;
}

.right32 {
  padding-right: 32px;
}

.padtb40 {
  padding: 40px 0px;
}

.brdCrum {
  margin-bottom: 32px;
}

.brdCrum a,
.brdCrum span {
  font-weight: 500;
  margin-right: 16px;
  position: relative;
  font-size: 14px;
}

.brdCrum a:after {
  content: '\F231';
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.ntSection {
  position: relative;
  width: 100%;
  height: 300px;
}

.ntSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ntSection p {
  position: absolute;
  width: 100%;
  padding: 16px;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.city_slider,
.day_slider_s,
.total_budget {
  width: 33.3333%;
}

#pdt-30 {
  padding: 30px 0px;
}

/* Style updated */
.city-content p,
.city-content h3 {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  width: 100%;
  padding: 7px;
  bottom: -16px;
  background-color: rgb(240, 240, 240);
  margin-bottom: 1rem;
  text-align: center;
}
/* Style updated */

.mosc {
/*  background-image: url(http://triplookydev.zobofy.com/front-assets/assets/img/mocs1.svg);*/
  background-image: url(http://triplooky.com/front-assets/assets/img/mocs1.svg);
  background-origin: border-box;
  background-position: center;
  background-size: 100%;
}



.dropdown-toggle::after {
  display: none !important;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  width: 99%;
  font-size: 2rem;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: inherit;
}

.swiper-button-prev {
  color: #fa8128 !important;
}

.swiper-button-next {
  color: #006994 !important;
}

#orange {
  color: #fa8128 !important
}

.d_s a {
  font-size: 14px;
  font-weight: 600;
  color: #006994;
  margin-right: 24px;
}

/*.swiper-container{padding:0px 10px;}*/
#blueBtn {
  background: #006994;
}

.f18 {
  font-size: 16px;
  font-weight: 700;
  color: #fd7e14
}

@media (min-width:1200px) and (max-width:1399px) {
  .img_day {
    height: 180px !important;
  }

  .day_card {
    min-height: 350px !important;
  }

  .content_fi p {
    font-size: 14px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1700px) {
  .imgM {
    max-width: 290px !important;
  }

  .img_day {
    height: 250px;
  }
}

@media (min-width: 1921px) and (max-width: 3000px) {

  a.btn.btn-default:nth-child(2) {
    width: 190px;
  }

  .f18,
  .range-slider>input+output::after,
  .range-slider>input+output::after {
    font-size: 24px;
  }

  .position-relative .city-img {
    height: 320px
    ;
  }

  .navbar a,
  .navbar a:focus,
  #reportrange,
  p.txtL,
  p.prSection,
  a.btn.btn-default:nth-child(1),
  button.btn.btn-default,
  a.btn.btn-default:nth-child(2),
  .accomodation-box div.text-center,
  #pick-up-activity-form div.text-center,
  #tour-form div.text-center,
  #transport-form div.text-center,
  .navbar .dropdown ul a {
    font-size: 24px;
  }

  .section-title h2,
  h2,
  #hero h2,
  .f_size_18,
  h6,
  .modal-body h4,
  .modal-title,
  .swiper-slide h3 {
    font-size: 32px;
  }

  #banner h1 {
    font-size: 32px !important;
  }

  #hero .btn-get-started {
    font-size: 24px;
    font-weight: 600;
    width: 400px;
  }

  .modal-title {
    font-weight: 600;
  }

  .cancelBtn {
    background: #fa8128 !important;
    font-size: 24px;
    border-radius: 4px 4px !important;
  }

  #hero .carousel-indicators li {
    width: 24px;
    height: 24px;
  }

  .applyBtn {
    background-color: #006994 !important;
    border-color: #006994 !important;
    color: #ffffff !important;
    width: 175px;
    font-size: 24px;
    border-radius: 4px !important;
  }

  p.more,
  p.population,
  a.tagsbtn,
  p {
    font-size: 24px;
  }

  .vidIframe {
    height: 750px;
    border-radius: 8px
  }

  .city-img {
    height: 500px
    ;
    
}

  .button-group-pills .btn {
    height: 400px !important;
  }

  .info-cities {
    font-size: 18px;
  }

  p.prSection.active:after,
  .prSection:after {
    top: 61px;
  }

  .imgCityD {
    height: 600px;
  }

  .brdCrum a,
  .brdCrum span {
    margin-right: 28px;
    font-size: 28px
  }

  /* Style updated */
  .contentCol h3,
  .contentCol h2 {
    font-size: 40px !important;
  }
  /* Style updated */

  .contentCol p,
  .new_footer_top .f_widget.about-widget .f_list li a,
  .ntSection p,
  .footer_bottom {
    font-size: 24px;
  }

  .ntSection {
    height: 400px;
  }

  .tT {
    font-size: 24px;
    width: 300px;
  }

  .sTbudget {
    font-size: 24px;
  }

  .img_day {
    height: 300px;
  }

  .day_card {
    min-height: 450px;
  }

  .day_section p,
  span.trs,
  span.att,
  span.acm,
  span.tr_act {
    font-size: 20px;
  }

  .content_fi p {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 500;
  }

  a.btn.btn-default:nth-child(1) {
    width: 200px;
  }

  .day_section h3 {
    font-size: 24px;
  }
}

/*Close*/
.day_card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  border-radius: 6px;
  margin: 24px 0px;
  min-height: 316px;
}

.img_day img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.day_section.active,
.day_card.active {
  border: 7px solid #006994;
}

.img_day {
  height: 230px;
}
@media (max-width:367px) {
  .sticy_pos {
    padding: 8px !important;
  }
}

@media (max-width:556px) {
  a.btn.btn-default:nth-child(1) {
    background: #fa8128;
    color: #ffffff;
    padding: 8px 12px;
    width: 128px !important;

  }
}

@media (max-width:406px) {
  a.btn.btn-default:nth-child(1) {
    background: #fa8128;
    color: #ffffff;
    padding: 8px 12px;
    width: 99px !important;

  }
}

/*Slick Slider Css*/
/* @charset 'UTF-8'; */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: 0;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 0;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir='rtl'] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: 6px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir='rtl'] .slick-next:before {
  content: '←'
}

.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black
}


/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
  color: blue;
}

.slick-prev::before {
  content: "\f0de" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  transform: rotate(-90deg);
  font-size: 35px;
  margin-left: 6px;
  color: #fa8128 !important;
}

.slick-next:before {
  content: '\f0de' !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  transform: rotate(90deg);
  font-size: 35px;
  margin-right: 6px;
  color: #006994 !important;
}

.userIcn {
  font-size: 20px;
  margin-right: 10px;
}


/*  CODING START OF DATE 29-06-2022 */
section.form-section {
  padding: 16px 0px 0px 0px;
}

.weather-img-box img,
.busy-month-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content_fi p span:first-child {
  /* width: 70%; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.addTotrip.remove-tour-and-activity-btn {
  /* margin-left: 16px; */
}

a.addTotrip.remove-food-and-drink-btn {
  /* margin-left: 16px; */
}

a.addTotrip.accomodation-btn.remove-accomodation-btn {}

a.addTotrip.remove-transportation-btn {
  /* margin-left: 16px; */
}

.show-currency .f20 {
  margin: 0 3px;
}

.show-currency {
  padding-bottom: 24px !important;
  margin-bottom: -24px;
  box-shadow: unset !important;
}

@media (max-width: 992px) {
  .bodyPad {
    padding: 0px 80px;
  }

  .navbar-left.text-left {
    margin-top: 24px !important;
  }

  .form-section .bodyPad {
    flex-direction: column;
  }

  #header.header-scrolled,
  #header.header-inner-pages {
    height: auto;
  }

  .navbar-mobile {
    display: block;
    background: #fff;
    padding: 0px 30px 4px 30px;
  }

  .navbar-mobile ul {
    position: initial;
  }

  .mobile-nav-toggle.bi-x {
    color: #000;
  }

  .navbar-left .scrollto:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #394047;
  }

  .plan-trip .btn-get-started {
    width: 270px !important;
    padding: 20px 18px !important;
  }

  .social-links {
    flex-direction: column;
  }

  .social-links>div {
    width: 100%;
    margin-bottom: 23px;

  }

  .contact-form {
    padding: 34px 20px;
  }

  .contact-form form {
    padding: 0;
  }

  .footer_bottom .bodyPad .row {
    width: 100%;
  }

  .footer_bottom .bodyPad .row {
    flex-direction: column;
    display: flex;
  }

  .header-inner-pages>div {
    display: flex;
  }

  /* Style updated */ 
  #banner h2,
  #banner h1 {
    width: 100%;
  }
  /* Style updated */ 

  .tripStart .bodyPad>.row .timelinepos {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .mosc {
    background-size: 150%;
  }

  .icons-bar {
    overflow: auto;
  }

  .icons-bar .row {
    width: 602px;
  }

  .navbar-mobile {
    z-index: 1000;
  }

  .mobile-nav-toggle {
    line-height: 1;
  }

  .navbar-mobile {
    padding: 0px 0 4px 0px;
    background: #fff;
  }


  .navbar ul {
    padding: 0px 12px !important;
    width: calc(100% - 12px);
  }

  .navbar-left {
    margin-top: -37px !important;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
    margin: 10px;
  }

  .contentCol .text {
    margin-top: 10px;
  }

  .contentCol .text ul {
    padding-left: 0;
  }

  .left32 {
    padding-left: 0;
  }

  .wrapD:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .proBar {
    width: 900px !important;
  }

  .form-section .bodyPad {
    flex-direction: column;
    /* overflow: auto; */
  }

  .over-flow {
    overflow: auto;
  }

  .bodyPad .row {
    overflow: auto;
    width: 100vw;
  }

  .bodyPad .text-center {
    width: 100%;
  }

  .mapposition {
    margin-left: 0px !important;
  }

  .googlemap {
    width: 100vw !important;
  }

  .form-section .budgetleftmargin {
    margin-left: 0 !important;
    display: flex;
  }

  .range_inputs {
    display: flex;
    gap: 25px;
  }

  .pm {
    width: 66% !important;
  }

  #banner {
    background-size: 124%;
  }
}

/*  CODING END OF DATE 29-06-2022 */
/* New-Style CSS Start */
.range-slider-sec-wrap {
  align-items: center;
  overflow: unset !important;
}
.range-slider-sec-wrap .budget-per-person p {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.range-slider-sec-wrap .range-slider-section {
  text-align: right;
  padding-right: 12px;
}

.mainBody .my-trip-plan-btn a.btn.btn-default:nth-child(1),
.mainBody .my-trip-plan-btn .save-my-plan-btn,
.mainBody .my-trip-plan-btn .btn.btn-default {
  padding: 8px 12px;
  width: 175px !important;
}

h2.new.citiesName {
  line-height: 1.5;
}

@media (max-width: 767px) {

  .range-slider-sec-wrap {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px) !important;
  }

  .range-slider-sec-wrap .budget-per-person p {
    font-size: 15px !important;
    margin: 0 auto;
    flex-direction: column;
  }

  .range-slider-sec-wrap .budget-per-person p i {
    font-size: 20px !important;
    margin: 10px 0 0;
  }

  .range-slider-sec-wrap .range-slider-section {
    padding: 0 12px;
    text-align: center;
  }

  .range-slider-sec-wrap .range-slider {
    margin-left: 0 !important;
  }

  .my-trip-plan-btn,
  .trip-summary-form .sticy_pos,
  #pick-up-city-form .sticy_pos,
  .tripStart .sticy_pos,
  #accomodation-form .sticy_pos,
  #pick-up-activity-form .sticy_pos,
  #tour-form .sticy_pos,
  #transport-form .sticy_pos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* .mainBody .my-trip-plan-btn a.btn.btn-default:nth-child(1),
  .mainBody .my-trip-plan-btn .save-my-plan-btn,
  .mainBody .my-trip-plan-btn .btn.btn-default,
  .trip-summary-form .sticy_pos a.btn.btn-default:nth-child(1),
  .trip-summary-form .sticy_pos .btn.btn-default,
  .trip-summary-form .sticy_pos .form-submit-btn,
  #pick-up-city-form .sticy_pos a.btn.btn-default:nth-child(1),
  #pick-up-city-form .sticy_pos .btn_tt,
  .tripStart .sticy_pos a.btn.btn-default:nth-child(1),
  .tripStart .sticy_pos a.btn.btn-default:nth-child(2),
  #accomodation-form .sticy_pos a.btn.btn-default:nth-child(1),
  #accomodation-form .sticy_pos button.btn.btn-default,
  #pick-up-activity-form .sticy_pos a.btn.btn-default:nth-child(1),
  #pick-up-activity-form .sticy_pos button.btn.btn-default,
  #tour-form .sticy_pos a.btn.btn-default:nth-child(1),
  #tour-form .sticy_pos button.btn.btn-default,
  #transport-form .sticy_pos a.btn.btn-default:nth-child(1),
  #transport-form .sticy_pos button.btn.btn-default {
    width: 175px !important;
    max-width: calc(50% - 4px);
    min-width: unset;
    padding: 8px 12px !important;
  } */

  .trip-summary-form #accomodation_slider {
    margin-top: 0 !important;
  }

  .trip_summary_row .trip_summary_content {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .trip_summary_row .trip_summary_img {
    width: 100% !important;
  }

  .trip_summary_row .trip_summary_img>div {
    padding: 0 !important;
  }

  .day_sec_row .day_sec_col {
    margin-left: 0;
  }

  .day_sec_row .day_sec_col h5 {
    margin-right: 0 !important;
  }

  .trip-summary-form #d-wrap {
    position: relative;
  }

  .trip-summary-form #d-wrap .city_slider {
    overflow: hidden;
    position: absolute;
    top: 0px;
  }

  .trip-summary-form #d-wrap .day_slider_s.dayslidercss .day_slider_name {
    margin-bottom: 0px;
  }

  .trip-summary-form #d-wrap .total_budget {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }

  .trip-summary-form #d-wrap .total_budget .datecalender .tbudget_wrap {
    margin-right: 10px !important;
  }

  .trip-summary-form #d-wrap .total_budget .datecalender p {
    font-size: 14px;
    margin: 0;
  }

  .trip-summary-form #d-wrap .total_budget .datecalender .total_budget_price_wrap {
    font-size: 14px;
  }

  .trip-summary-form .cityname .nameofcity {
    margin-top: 0;
    
  }
}

@media (max-width: 720px) {
  .range-slider-sec-wrap .range-slider-section {
    padding-top: 28px;
  }

  .city_slider .city-carousel {
    width: 100%;
  }

  .city_slider .city-carousel .carousel-item .imgM {
    margin: 0 auto;
    display: block;
  }

  .trip-summary-form .dayslidercss {
    margin: 0 auto !important;
  }

  .trip-summary-form .total_budget .datecalender {
    margin: 0 !important;
    justify-content: center;
  }

  #banner {
    background-size: 140%;
  }

  .bodyPad .day_section .row {
    width: auto;
  }
}

@media (max-width: 480px) {
  .range-slider-sec-wrap .range-slider {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .mosc {
    background-size: 165%;
  }
}

@media (max-width: 400px) {
  .trip-summary-form #d-wrap .day_slider_s.dayslidercss .day_slider_name {
    margin: 0 auto 210px;
    max-width: 150px;
  }

  .trip-summary-form #d-wrap .total_budget {
    top: 5px;
  }

  /* .trip-summary-form #d-wrap .total_budget .datecalender p {
    font-size: 8px;
  } */
}

@media (min-width: 1200px) {
  /* Style updated */
  .contentCol h3,
  .contentCol h2 {
    font-size: 1.75rem;
  }

  #banner h2,
  #banner h1 {
    font-size: 2rem;
  }
  /* Style updated */
}
/* New-Style CSS End */