body {
  font-family: Calibri;
  color: #011f4c;
  background-color: #f4f5f9;
  font-size: 16px;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #0698b4;
  line-height: 1.4;
}

.row {
  margin: 0;
}

.svg-inline--fa {
  color: gold;
}

.border-rl {
  border-right: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
}

.landing-page-title {
  font-size: 48px;
  font-family: 'Overlock SC', sans-serif !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
}
.nomargin{
    margin: 0 !important;
}
img {
  max-width: 100%;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #159eb8;
}

.main-nav nav .right .navbar-nav .nav-item .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
    font-size: 17px;
    font-weight: 600;
}
ul {
  margin: 0;
  padding: 0;
}
textarea.form-control {
    font-size: 18px;
}
.show {
  display: block !important;
  transition: all 0.5s ease-in-out;
}

.container {
  max-width: 1230px;
}

.bk-wihte {
  background: #fff;
}

.s-pad {
  padding: 0 8px;
}

.l-pad {
  padding-left: 0;
}


.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 999999999999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 29%;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.btn i {
  padding: 0 5px;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #2574A9;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

.preloader::before,
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #fff;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #ffffff;
  background-color: #0698B5;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #0698B5;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  right: 1%;
  -webkit-transform: translateY(-1%);
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
  border: 1px solid #011a41;
  background-color: #011a41;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.clear {
  clear: both;
}

/*----- End Go Top CSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.common-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #011a41;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  padding: 12px 25px;
}

.common-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #011a41;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.common-btn:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.common-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.common-btn.two {
  background-color: #fb2448;
}

.common-btn.three {
  background-color: #011a41;
}

.common-btn.three span {
  background-color: #011a41;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title .sub-title {
  display: block;
  color: #011a41;
  margin-bottom: 3px;
  font-weight: 600;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.section-title.two {
  margin-top: -5px;
}

.section-title.two .sub-title {
  color: #fb2448;
}

.section-title.three .sub-title {
  color: #355efc;
}
.main-btn .svg-inline--fa{color: #fff !important;}
.main-btn {
  background-color: #0698B5;
  color: #fff !important;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out
}

.main-btn:hover {
  background-color: #fff;
  color: #0698b4 !important;
  border: 1px solid #0698b4;
}
.main-btn:hover .svg-inline--fa{color: #0698b4 !important;}
/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  background-color: #011a41;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-area .left ul li:last-child {
  margin-right: 0;
}

.header-area .left ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 4px;
  color: #011a41;
  margin-right: 2px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.header-area .left ul li a:hover {
  color: #011a41;
}

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

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.header-area .right ul li:last-child {
  margin-right: 0;
}

.header-area .right ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.header-area .right ul li a:hover {
  color: #011a41;
}

/*-- Navbar --*/
.main-nav {
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 5px;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
}

.navbar-area {
 background-color: #fcfcfc;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    min-height: 100px;
    z-index: 999;

}

.main-nav.menu-shrink {
  padding-top: 8px;
  padding-bottom: 8px;

}

.mean-menu {
  display: flex !important;
  flex-grow: 1;
  align-items: center;
  flex-basis: auto;
}

.main-nav nav {
  padding: 0;
}

.main-nav .logo {
  position: relative;
  width: 100%;
  height: 80px;
}

.main-nav .logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.navbar-brand {
  width: 100%;
  padding: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  height: auto;
  overflow: initial;
  flex-direction: row;
  align-items: center;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  color: #011a41;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.main-nav .drop-right nav .navbar-nav .nav-item .dropdown-menu {
  right: inherit;
  left: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-weight: 600;
  padding: 9px 15px;
  color: #011a41;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f1f1f1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0698b4;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
  border-radius: 0px 50px 50px 0px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #011a41;
  padding-left: 18px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 3px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 15px;
  left: unset;
  right: -100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #011a41;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #011a41;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.side-nav .language {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.side-nav .language .nice-select,
.select2-container,
.select2-selection__rendered {
  /* height: 30px; */
  line-height: 30px;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #011a41;
  font-weight: 600;
}

.side-nav .language .nice-select:after {
  border-bottom: 2px solid #011a41;
  border-right: 2px solid #011a41;
}

.side-nav .language .nice-select ul {
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
}

.side-nav .language .nice-select ul li {
  display: block;
  width: 100%;
  color: #011a41;
  font-size: 15px;
}

.side-nav .consultant-btn {
  display: inline-block;
  color: #fff;
  background-color: #011a41;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 600;
  vertical-align: middle;
}

.side-nav .consultant-btn:hover {
  background-color: #011a41;
}

.user-box {
  padding: 15px;
}

.user-box .user-img {
  position: relative;
  width: 70px;
  height: 70px;
}

.user-box .user-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.user-box .flex-grow-1 {
  align-self: center;
}

.user-box .flex-grow-1 h5 {
  font-size: 16px;
  font-weight: 500;
}

.user-box .flex-grow-1 h5 i {
  float: right;
  color: #676767;
}

/*-- HEADER --*/
/*-- SEARCH --*/
#search {
  padding: 90px 0;
  background-image: url(../images/search/img-slider.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* position: relative; */
}

#search .search-box {
  background-color: hsla(0, 0%, 100%, .83) !important;
  padding: 60px 0 45px;
}

#search .search-box .card {
  background: #fff;
}
#search .search-box .card.visa-card{
    background: #9796f0;
  background: -webkit-linear-gradient(to right, #fbc7d4, #9796f0);
  background: linear-gradient(to right top, #000, #0698b5);
}
#search .search-box .card.visa-card h4{
  color: #fff;
}

#search .search-box .card.visa-card h3, #search .search-box .card.visa-card h2, #search .search-box .card.visa-card label, #search .search-box .card.visa-card p {
    Color: #fff;
}
#search .search-box .card.visa-card .btn{
    border: 1px solid #0698b4;
}
.search-box .card {
  border: 0;
  padding: 10px;
  background: initial;
}

.search-box .card .nice-select,
.select2-container,
.select2-selection__rendered {
  width: 100%;
  border: 0;
  line-height: 30px;
}

.search-box .card .text-center.nice-select {
  text-align: center !important;
}

.search-box .main-nav {
  position: relative;
}

/*-- SEARCH --*/
/*-- Footer --*/
.footer-area.three .footer-item h3:before {
  background-color: #355efc;
}

.footer-area.three .footer-item .footer-logo ul li a:hover {
  color: #355efc;
}

.footer-area.three .footer-item .footer-logo ul li i {
  color: #355efc;
}

.footer-area.three .footer-item .footer-links ul li a:hover {
  color: #355efc;
}

.footer-area.three .footer-item .footer-newsletter .newsletter-form .common-btn {
  background-color: #355efc;
}

/*-- Copyright --*/
.copyright-area.three .copyright-item p a {
  color: #355efc;
}

.copyright-area.three .copyright-item p a:hover {
  color: #fff;
}

.sidebarCollapse {
  width: auto;
  height: auto;
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
}

.sidebarCollapse.navbar-btn {

  width: 40px;
  height: 40px;
}

.sidebarCollapse span {
  width: 80%;
  height: 3px;
  margin: 0 auto;
  display: block;
  background: #5c5c5c;
  transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
  transition-delay: 0.2s;
}

.sidebarCollapse span:first-of-type {
  transform: rotate(45deg) translate(2px, 2px);
}

.sidebarCollapse span:nth-of-type(2) {
  opacity: 0;
}

.sidebarCollapse span:last-of-type {
  transform: rotate(-45deg) translate(2px, -2px);
}

#sidebar {
  min-width: 360px;
  max-width: 250px;
  background: #fff;
  color: #5a5a5a;
  transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
  transform-origin: bottom left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  bottom: 0;
  overflow-y: scroll;
}

#sidebar .navbar-myHeader {

  position: absolute;

  top: 0px;

  z-index: 999999999999999999999999;

  right: initial;

  left: 0;
}

#sidebar .logo-img {
  position: relative;
  width: 90%;
  height: 60px;
}

#sidebar .logo-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#sidebar.active {
  margin-left: -250px;
  transform: rotateY(100deg);
}

#sidebar .sidebar-myHeader {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 15px 0;
  border-bottom: 0;
}

#sidebar ul p {
  color: #000;
  padding: 10px;
  text-align: center;
}

#sidebar ul li a {
  padding: 10px 20px;
  font-size: 1.1em;
  display: block;
  color: #5a5a5a;
  border-bottom: 2px solid #e4e4e4;
  cursor: pointer;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #173134 !important;
}



.sidebarCollapse.active span {
  transform: none;
  opacity: 1;
  margin: 10px auto;
  background: #fff;
}

.list-unstyled i {
  padding-right: 30px;
}


/*----- End Home Demo Three CSS -----*/
/*-- Footer --*/
footer {
  background-color: #00415a;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}

.footer-item h3:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #e3e6ea;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
  height: 100%;
}

.footer-item p,
.footer-item a {
  color: #fff;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.footer-item .footer-logo ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-logo ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #e2e5e9;
  font-size: 25px;
}

.footer-item .footer-logo ul li span {
  display: inline-block;
  font-weight: 600;
  margin-right: 3px;
  color: #fff;
}

.footer-item .footer-logo ul li a {
  display: inline-block;
  color: #fff;
}

.footer-item .footer-logo ul li a:hover {
  color: #c4c9d2;
}

.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}

.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-links ul li a {
  color: #fff;
  display: block;
}

.footer-item .footer-links ul li a:hover {
  color: #c4c9d2;
  padding-left: 5px;
}

.footer-item .footer-newsletter p {
  color: #fff;
  margin-bottom: 30px;
}

.footer-item .footer-newsletter .newsletter-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 15px;
}

.footer-item .footer-newsletter .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.footer-item .footer-newsletter .newsletter-form .common-btn {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
  background: #c4c9d2;
  color: #011a41;
}

.footer-item .footer-newsletter .newsletter-form .validation-danger {
  color: #fff;
  margin-top: 10px;
}

.footer-logo {
  position: relative;
  width: 100%;
  height: 75px;
}

.footer-logo img {
  max-width: 100%;
  max-height: 100%;
}

.footer-social ul {
  margin: 15px 0;
}

.footer-social ul li {
  display: inline-block;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}

.footer-social ul li img {
  max-width: 38px;
}

.footer-social ul li:hover img {
  transform: translate(0px, -7px);
}

/*-- Copyright --*/
.copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #091629;
  text-align: center;
}

.copyright-area .copyright-item p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.copyright-area .copyright-item p a {
  display: inline-block;
  color: #c4c9d2;
  font-weight: 700;
}

.copyright-area .copyright-item p a:hover {
  color: #fff;
}

/*----- End Home Demo One CSS -----*/


.input-daterange input {
  color: #0698b4 !important;
  font-size: 15px !important;
  letter-spacing: 1px;
  position: relative;
  font-weight: bold !important;
  background: none !important;
  border: 0;
}


.input-daterange input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
  outline-width: 0
}

.input-daterange::placeholder {
  color: #0698b4;
  opacity: 1
}

.input-daterange:-ms-input-placeholder {
  color: #0698b4
}

.input-daterange::-ms-input-placeholder {
  color: #0698b4
}

.input-daterange button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0
}

.input-daterange .datepicker {
  background-color: #fff;
  border-radius: 0 !important;
  padding: 15px 20px !important;
  align-content: center !important
}

.datepicker-dropdown {
  top: 0;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: calc(50% - 6px) !important
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: calc(50% - 5px) !important
}

.datepicker table tr td.today,
span.focused {
  border-radius: 50% !important;
  background-image: linear-gradient(#FFF3E0, #FFE0B2)
}

.datepicker table tr td.today.range {
  background-image: linear-gradient(#eeeeee, #eeeeee) !important;
  border-radius: 0 !important
}

.input-daterange thead tr:nth-child(3) th {
  font-weight: bold !important;
  padding-top: 10px;
  padding-bottom: 10px
}

.old,
.day,
.new {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0px !important;
  border: 1px solid lightgrey !important;
}

.day.old,
.day.new {
  background-color: #F5F5F5 !important;
  color: #E0E0E0 !important
}

.day.old:hover,
.day.new:hover {
  border-radius: 0px !important
}

.old-day:hover,
.day:hover,
.new-day:hover,
.month:hover,
.year:hover,
.decade:hover,
.century:hover {
  background-color: #eee
}

.datepicker .active {
  background-image: linear-gradient(#90CAF9, #64B5F6) !important;
  color: #fff !important
}

.range-start,
.range-end {

  background: #0698b4;
}

.range-start {
  border-radius: 50% 0 0 50% !important;
}

.range-end {
  border-radius: 0 50% 50% 0 !important;
}

.range {
  color: #0698b4 !important;
}

.datepicker .prev,
.datepicker .next,
.datepicker .datepicker-switch {
  border-radius: 0 !important;
  padding: 10px 10px 10px 10px !important;
  font-size: 18px;
  opacity: 0.7;
  color: #0698b4
}

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .datepicker-switch:hover {
  background-color: inherit !important;
  opacity: 1
}

@media screen and (max-width: 500px) {
  .datepicker-dropdown.datepicker-orient-right:before {
    right: calc(50% - 6px) !important
  }

  .datepicker-dropdown.datepicker-orient-right:after {
    right: calc(50% - 5px) !important
  }
}

.input-daterange .form-floating {
  position: relative;
  display: inline-block;
  width: 49%;
}

.input-daterange .form-floating>label {
  color: #000;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 2px solid #0698b5;
  outline: 0;
  box-shadow: none;
}
textarea:focus {
  color: #212529;
  background-color: none;
  border: 2px solid #0698b5;
  outline: 0;
  box-shadow: none;
}
.search-box .card .nice-select .current {
  font-size: 20px;
  color: #0698b4;
  text-align: center;
}

.search-box .card .nice-select:after {
  display: none;
}

.search-box .card .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}

.search-box .card .nice-select.open .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.search-box .card .nice-select.open .list::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.search-box .card .nice-select.open .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #D62929;
}

.search-box .card .form-control {
  border: 0;
  color: #848484;
}

#search .search-box .card .form-control {
  height: 55px;
}

.search-box .btn {
  min-width: 240px;
  max-width: 300px;
  width: 100% !important;
  height: 68px;
  line-height: 46px;
  margin: 25px auto;
  border-radius: 50px;
  font-weight: 600;
  font-size: 19px;
}

/**** Places *****/
#places {
  padding: 50px 0;
}

#places .landing-page-title {
  margin-bottom: 25px;
}

#places .card {
  border: 0;
  margin: 5px 0;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 16%);
  transition: all 0.5s ease-in-out;
}

#places .card:hover {
  box-shadow: none;
}

#places .card .card-img {
  position: relative;
  width: 100%;
  height: 253px;
  overflow: hidden;
}

#places .card .card-img.destinations {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

#places .card .card-img img {
  width: auto;
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
}

#places .card:hover .card-img img {
  transform: scale(1.1);
}

#places .card .card-body {
  text-align: center;
}

#places .card .card-body h5 {
  font-size: 17px;
  margin: 0;
  height: 49px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/**** Places *****/
/**** search page *****/
#search-page {
  padding: 25px 0;
}

#search-page .search-box .card .form-control {
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px -2px #7e7e7e;
  box-shadow: 0 1px 8px -2px #7e7e7e;
  height: 55px;
  line-height: 45px;
  background: #fff !important;
}

#search-page .search-box .btn {
  min-width: inherit;
  margin: 0;
  height: 55px;
  line-height: 40px;
}

#search-page .filter {
  margin-top: 30px;
}

#search-page .filter .view-map {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
}

#search-page .filter .map-btn {
  position: relative;
  padding: 0;
  width: 100%;
}

#search-page .filter .map-btn img {
  width: 100%;
}

#search-page .filter .map-btn p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 35px;
  font-size: 18px;
  font-weight: 600;
  color: #0698b4;
}

.no-sticky {
  position: relative !important;
}

#search-page.map-page .d-flex {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#search-page.map-page .d-flex .flex-shrink-0 {
  position: relative;
  width: 115px;
  height: 150px;
  overflow: hidden;
}

#search-page.map-page .d-flex .flex-shrink-0 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 100%;
  max-width: initial;
}

#search-page.map-page .d-flex .flex-grow-1 {
  padding: 10px;
  min-width: 49%;
  margin-left: 5px !important;
}

#search-page.map-page .d-flex .flex-grow-1 h5 {
  font-size: 18px;
  margin-bottom: 0px;
  width: 100%;
}

#search-page.map-page .d-flex .flex-grow-1 .address {
  margin-bottom: 5px;
  font-size: 14px;
  color: #212529;
  line-height: 1.5;
}

#search-page.map-page .d-flex .flex-grow-1 .distance-of-city {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #848484;
}

#search-page.map-page .d-flex .flex-grow-1 .distance-of-city span {
  color: #0698b4;
}

#search-page.map-page .d-flex .flex-grow-1 .map-btn p {
  margin: 0;
  color: #0698b4;
  font-weight: 600;
}

#search-page.map-page .d-flex .flex-grow-1 .secound p {
  margin: 0;
}

#search-page.map-page .d-flex .flex-grow-1 .secound .price {
  font-size: 20px;
  color: #0698b4;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

#search-page.map-page .d-flex .flex-grow-1 span {
  display: block;
  font-size: 14px;
  color: #848484;
}

#search-page.map-page .d-flex .flex-grow-1 .main-btn {
  padding: 11px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

#search-page.map-page .d-flex .wishlist {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

#search-page.map-page .d-flex .wishlist img {
  width: 25px;
}

#search-page.map-page .d-flex .flex-grow-1 .secound p {
  margin: 0;
}

#search-page.map-page #mapDiv {
  top: 85px;
  position: -webkit-sticky !important;
  position: sticky !important;
}

.filter-card {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  margin-top: 15px;
  border-radius: 0;
}

.filter-card .card-header {
  background: #0698b4;
  border-radius: 0;
}

.filter-card .card-header h6 {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}

.filter-card .card-header a {
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: revert;
}

.filter-card .card-body p {
  margin-bottom: 5px;
}

.filter-card .card-body .stars .stars-list {
  list-style: none;
  margin: 0;
  text-align-last: justify;
}

.filter-card .card-body .stars .stars-list li {
  display: inline-block;
  background: #f2f2f2;
}

.filter-card .card-body .stars .stars-list li.active {
  background: #fff;
}

.filter-card .card-body .stars .stars-list li .btn {
  background: #f2f2f2;
  color: #000;
  padding: 5px 8px;
  font-size: 14px;
}

.filter-card .card-body .stars {
  margin-bottom: 20px;
}

.filter-card .card-body .stars .stars-list li.active .zero-btn {
  background: #d00019;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

.filter-card .card-body .stars .stars-list li.active .six-btn {
  background: #ffca00;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

.filter-card .card-body .stars .stars-list li.active .seven-btn {
  background: #0698b4;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

.filter-card .card-body .stars .stars-list li.active .eight-btn {
  background: #66bd23;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

.filter-card .card-body .stars .stars-list li.active .nine-btn {
  background: #00953c;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
}

.range-slider {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.range-slider label {
  color: #fff;
  font-size: 13px;
}

.range-slider .number-group {
  flex: 1 0 auto;
  height: 30px;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}

.range-slider .number-group .number-input {
  width: auto;
  height: auto;
  text-align: center;
  color: #3FAFFA;
  border: 0;
  padding: 0;
  font-weight: 600;
  font-weight: 600;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 55px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.range-slider .number-group .number-input:first-of-type {
  margin-right: 7px;
}

.range-slider .number-group .number-input:last-of-type {
  margin-left: 7px;
  float: right;
}

.range-slider .number-group .number-input::-webkit-outer-spin-button,
.range-slider .number-group .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.range-slider .number-group .number-input:invalid,
.range-slider .number-group .number-input:out-of-range {
  border: none;
}

.range-slider .range-group {
  position: relative;
  flex: 0 0 100%;
  height: 10px;
}

.range-slider .range-group .range-input {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  width: 100%;
  border-bottom: 0;
  height: 2px;
}

.range-slider .range-group .range-input:focus {
  outline: 0;
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.range-slider .range-group .range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
}

.range-slider .range-group .range-input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-slider .range-group .range-input::-ms-fill-lower,
.range-slider .range-group .range-input::-ms-fill-upper {
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.range-slider .range-group .range-input::-ms-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
}

/* for demo purposes */
.range-slider,
.filter-range {
  margin: 0 auto 30px;
  max-width: 100%;
}

.filter-card hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.filter-card .nice-select,
.select2-container,
.select2-selection__rendered {
  width: 100% !important;
  line-height: 30px;
  white-space: normal;
}

.filter-card .nice-select .current {
  height: 30px;
  overflow: hidden;
  width: 100%;
  display: block;
}

.nice-select.open .list {
  width: 100%;
}

.distance-range {
  height: auto;
  width: 100%;
  position: relative;
}

.distance-range input {
  width: 100%;
  background: #3faffa;
  height: 2px;
}

.distance-range .list-container {
  width: auto;
  height: 25px;
  overflow: hidden;
  border: 0;
}

.distance-range ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all .4s ease-in-out;
}

.distance-range ul li {
  width: auto;
  height: 25px;
  line-height: 25px;
  color: #3faffa;
  font-size: 14px;
  pointer-events: none;
  font-weight: 600;
}

.distance-range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.distance-range input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.distance-range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: 0.2s;
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.distance-range input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #2497e3;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
}

.distance-range input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.distance-range input::-ms-fill-lower,
.distance-range input::-ms-fill-upper {
  background: #3FAFFA;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.distance-range input::-ms-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #3FAFFA;
  cursor: pointer;
}

#search-page .hotel-tabs {
  margin-top: 30px;
}

#search-page.wishlist-page .hotel-tabs {
  margin-top: 0px;
}

#search-page .hotel-tabs .nav-pills {
  justify-content: space-between;
}

#search-page .hotel-tabs .nav-pills .nav-item {
  width: 20%;
  padding: 0 5px;
}

#search-page .hotel-tabs .nav-pills .nav-link {
  width: 100%;
  background: #f4f5f9;
  color: #0698b4;
  border-radius: 0;
}

#search-page .hotel-tabs .nav-pills .nav-link.active {
  background: #0698b4;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#search-page.wish .hotel-tabs .tab-content .tab-pane .d-flex {}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .wishlist {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .wishlist img {
  width: 25px;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-shrink-0 {
  position: relative;
  width: 170px;
  height: 225px;
  overflow: hidden;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-shrink-0 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 100%;
  max-width: initial;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 {
  padding: 10px;
  min-width: 49%;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 h5 {
  font-size: 18px;
  margin-bottom: 0px;
  width: 100%;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .my-rating {
  margin-bottom: 5px;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .address {
  margin-bottom: 5px;
  font-size: 14px;
  color: #212529;
  line-height: 1.5;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .distance-of-city {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #848484;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .distance-of-city span {
  color: #0698b4;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .map-btn {
  padding: 0;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .map-btn p {
  margin: 0;
  color: #0698b4;
  font-weight: 600;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1.secound {
  min-width: 25%;
  text-align: center;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .stutas {
  font-size: 18px;
  margin-bottom: 5px;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .price {
  font-size: 26px;
  color: #0698b4;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .price span {
  display: block;
  font-size: 14px;
  color: #848484;
}

#search-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .main-btn {
  padding: 20px 35px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.red {
  color: #d00019 !important;
}

.green {
  color: #00953c !important;
}

.blue {
  color: #0698b4 !important;
}

/**** search page *****/
/**** hotel details *****/
#hotel-details {
  padding: 40px 0;
}

#hotel-details .card {
  padding: 15px;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  margin-bottom: 20px;
  position: relative;
}

#hotel-details .card .gallery {
  overflow: hidden;
}

#hotel-details .card .gallery .main-img {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

#hotel-details .card .gallery .main-img img {
  position: absolute;
  max-width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

#hotel-details .card .gallery .small-imgs {
  width: 100%;
}

#hotel-details .card .gallery .small-imgs img {
  width: 185px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
}

#hotel-details .card .form-control {
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px -2px #7e7e7e;
  box-shadow: 0 1px 8px -2px #7e7e7e;
  height: 55px;
  line-height: 45px;
}

#hotel-details .card .btn {
  margin: auto;
  display: block;
  height: 55px;
  width: 100%;
  border-radius: 54px;
  font-weight: 600;
  text-transform: uppercase;
}

#hotel-details .card.hotel-desc {
  padding: 20px;
}

#hotel-details .card.hotel-desc .d-flex .flex-shrink-0 {
  width: 60%;
}

#hotel-details .card.hotel-desc .d-flex .flex-grow-1 {
  display: block;
  text-align: center;
}

#hotel-details .card.hotel-desc .d-flex .flex-grow-1 .my-rating {
  /* margin-right: 15px; */
}

#hotel-details .card.hotel-desc .d-flex .flex-grow-1 .rate .rate-num {
  background: #06b4db4d;
  padding: 7px;
  border-radius: 50%;
  font-weight: 600;
  width: 35px;
  height: 35px;
  font-size: 12px;
  color: #00415a;
}

#hotel-details .card.hotel-desc .d-flex .flex-grow-1 .rate .rate-title {
  font-size: 22px;
}

#hotel-details .card.hotel-desc .address-text {
  color: #848484;
  margin: 0;
}

#hotel-details .card.hotel-desc .text p,
#hotel-details .card.hotel-desc .text li {
  font-size: 14px;
  color: #848484;
}

#hotel-details .card.hotel-desc .text span {
  display: block;
}

#hotel-details .card.hotel-desc .text .accordion-button {
  padding: 0;
  background: none;
  border: 0;
}

#hotel-details .card.hotel-desc .text .accordion-collapse {
  border: 0;
}

#hotel-details .card.hotel-desc .text .accordion-body {
  padding: 10px 0px;
}

#hotel-details .card.hotel-desc .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hotel-details .card.hotel-desc .text ul li {
  display: inline-block;
  font-size: 15px;
  min-width: 49%;
  padding: 0 5px;
}

#hotel-details .card.hotel-desc .text ul li i {
  margin-right: 7px;
}

#hotel-details .card.hotel-tags span {
  background: #f4f5f9;
  color: #65bfd1;
  margin-right: 5px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}

#hotel-details .card.hotel-tags .reset {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #f36f21;
}

#hotel-details .card.rooms .d-flex .flex-shrink-0 {
  width: 160px;
  overflow: hidden;
}

#hotel-details .card.rooms .d-flex .flex-shrink-0 img {
  border-radius: 15px;
  height: auto;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .desc {
  margin-bottom: 5px;
  font-size: 14px;
  color: #848484;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .room-details p i {
  vertical-align: middle;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .room-details p {
  margin-bottom: 5px;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .refund {
  margin-bottom: 5px;
  color: #0698b4;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .price-tag {
  text-align: center;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .price-tag .price {
  color: #0698b4;
  font-size: 20px;
  font-weight: 600;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .price-tag .title {
  color: #848484;
  font-size: 14px;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .price-tag p {
  color: #848484;
}

#hotel-details .card.rooms .d-flex .flex-grow-1 .refund i {
  vertical-align: middle;
}

#hotel-details .card.rooms .d-flex .w-max {
  width: 300px;
  padding-right: 10px;
}

.border-right {
  border-right: 1px solid #cdcdcd;
}

#hotel-details .card.rooms .cancellation span {
  color: #f36f21;
}

#hotel-details .card.rooms .cancellation p {
  margin: 7px 0;
  color: #848484;
}

#hotel-details .card.rooms .nav-tabs {
  border: 0;
  margin: 0;
  padding: 0;
}

#hotel-details .card.rooms .nav-tabs .nav-item {
  min-width: 187px;
}

#hotel-details .card.rooms .nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0px 15px;
  font-size: 16px;
  color: #848484;
}

#hotel-details .card.rooms .nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
}

#hotel-details .card.rooms .nav-tabs .nav-item .nav-link.active {
  color: #0698b4;
}

#hotel-details .card.rooms .tab-content .tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hotel-details .card.rooms .tab-content .tab-pane li {
  display: inline-block;
  font-size: 16px;
  min-width: 33%;
  padding: 10px 0;
  color: #848484;
}

#hotel-details .card.rooms .tab-content .tab-pane li i {
  vertical-align: middle;
}

#hotel-details .view-all {
  font-weight: 600;
  width: 100%;
  border: 2px solid #0698b4;
  color: #0698b4;
  margin: 15px 0 0;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
}

#hotel-details .view-all:hover {
  background-color: #0698b4;
  color: #fff;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#hotel-details .map.card {
  padding: 0;
  overflow: hidden;
}

#hotel-details .map.card .card-header {
  background: none;
  text-align: center;
  border: 0;
  color: #848484;
  font-size: 17px;
}

#hotel-details .map.card .find-us iframe {
  height: 100% !important;
}

#hotel-details .card.attractions {}

#hotel-details .card.attractions .card-header {
  background: none;
  text-align: center;
  margin: 0;
  border: 0;
}

#hotel-details .card.attractions .card-header p {
  margin: 0;
  color: #848484;
  font-size: 18px;
}

#hotel-details .card.attractions .accordion-button {
  background: none;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  color: #848484;
  display: block;
  font-size: 15px;
  padding: 15px 0;
}

#hotel-details .card.attractions .accordion-button .badge {
  float: right;
  background-color: inherit !important;
  color: #848484;
}

#hotel-details .card.attractions .accordion-button::after {
  display: none;
}

#hotel-details .card.attractions .accordion-collapse {
  border: 0;
}

#hotel-details .card.attractions .accordion-body {
  border: 0;
  padding: 15px 0;
}

#hotel-details .card.attractions .accordion-body h5 {
  font-size: 18px;
  color: #848484;
}

#hotel-details .card.attractions ul {
  list-style: none;
}

#hotel-details .card.attractions ul li {
  padding: 5px 0;
}

#hotel-details .card.attractions ul li a {
  color: #b6b6b6;
  font-size: 14px;
}

#hotel-details .card.attractions ul.links li a {
  color: #848484;
  font-size: 18px;
}

#hotel-details .card.attractions ul.links li a p {
  margin: 0;
  font-size: 14px;
}

#hotel-details .card.attractions ul li a span {
  font-size: 13px;
  float: right;
}

#hotel-details .card.rooms .d-flex .w-max .price-tag {
  text-align: initial;
}

/**** hotel details *****/
/**** booking details *****/
#booking {
  padding: 30px 0;
}

#booking .booking-links {
  list-style: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

#booking .booking-links li {
  display: inline-block;
  padding: 0 10px;
}

#booking .booking-links li a {
  color: #848484;
  text-decoration: underline;
}

#booking .booking-links li a.active {
  color: #0698b4;
  font-weight: 600;
}

#booking .booking-links li a:hover {
  color: #0698b4;
  transition: all 0.5s ease-in-out;
}

#booking .card {
  padding: 15px;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  margin-bottom: 20px;
  position: relative;
}

#booking .card .voucher-btn {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  background: #0698b4;
  color: #fff;
  border-radius: 50px;
  padding: 10px 8px;
  font-size: 19px;
  border: 1px solid #0698b4
}

#booking .card .voucher-btn:hover {
  background: #fff;
  color: #0698b4;
}

#booking .card .d-flex .flex-shrink-0 {
  position: relative;
  width: 196px;
  height: 130px;
  overflow: hidden;
}

#booking .card .d-flex .flex-shrink-0 img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: 100%;
  max-width: initial;
}

#booking .card .d-flex .flex-grow-1 {
  text-align: center;
  justify-content: center;
}

#booking .card .d-flex .flex-grow-1 h5 {
  text-align: initial;
}

#booking .card .d-flex .flex-grow-1 .my-rating {
  margin-right: 15px;
  min-width: 100px;
  display: inline-block;
}

#booking .card .d-flex .flex-grow-1 .rate {
  margin-left: 15px;
  display: inline-block;
}

#booking .card .d-flex .flex-grow-1 .rate .rate-num {
  background: #06b4db4d;
  padding: 7px;
  border-radius: 50%;
  font-weight: 600;
  width: 35px;
  height: 35px;
  font-size: 12px;
  color: #00415a;
}

#booking .card .d-flex .flex-grow-1 .rate .rate-title {
  font-size: 22px;
}

#booking .card .book-details .table th {
  color: #0698b4;
  border: 0;
}

#booking .card .book-details .table td {
  color: #848484;
  border: 0;
}

#booking .card .book-details p {
  color: #848484;
}

#booking .card .form-control,
#booking .card .select2 {
  height: 55px;
  width: 100% !important;
  padding: 15px;
  line-height: 15px;
  border-radius: 40px;
  padding-top: 20px;
}

#booking .card .select2 {
  height: auto;
  padding: 0;
}

#booking .card .select2-selection--single {
  box-shadow: none;
  border: 1px solid #ced4da;
}

#booking .card .form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  font-size: 14px;
}

#booking .card #hed {
  position: relative;
  margin-bottom: 50px;
}

#booking .card #hed .getCode {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 25%;
}

.confirm-msg .d-flex {
  box-shadow: 0px 0px 20px -12px;
  border-radius: 50px;
  padding: 30px;
  margin: 0px auto;
  width: 70%;
  margin-bottom: 30px;
}

.confirm-msg .flex-shrink-0 {
  width: 200px;
  height: 200px;
  position: relative;
}

.confirm-msg .flex-shrink-0 img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.confirm-msg .d-flex .flex-grow-1 {
  text-align: center;
}

.confirm-msg .d-flex .flex-grow-1 h4 {
  color: #18a214;
}

.confirm-msg .d-flex .flex-grow-1 p {}

#booking .card .booking-price {
  display: flex;
  align-items: center;
}

#booking .card .booking-price td {
  text-align: right;
  color: #f36f21;
  font-weight: 600;
}

#booking .card .booking-price tr:last-child th,
#booking .card .booking-price tr:last-child td {
  border: 0
}

#booking .card .booking-price tbody {
  vertical-align: middle;
}

#booking .card .booking-price th {
  color: #0698b5
}

#booking .card .booking-price .right p {
  margin: 0;
  font-weight: 600;
  color: #f36f21;
}

#booking .card .booking-price td span {
  color: #848484;
  display: block;
  font-size: 14px;
}

#booking .back-btn {
  width: 48%;
  padding: 20px;
  border-radius: 54px;
  font-weight: 600;
  background: #f2f2f2;
  margin: auto;
  -webkit-box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
  box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
  border: 1px solid #f2f2f2;
}

#booking .back-btn:hover {
  background: #fff;
  transition: all 0.5s ease-in-out;
}

#booking .main-btn {
  width: 48%;
  padding: 20px;
  border-radius: 54px;
  font-weight: 600;
  display: block;
  margin: auto;
}

#booking .main-btn:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
  box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
}

#booking .card-details {}

#booking .card-details .nav-tabs {
  margin: 15px auto;
  border: 0;
}

#booking .card-details .nav-link {
  width: 48%;
  padding: 20px;
  border-radius: 54px;
  font-weight: 600;
  background: #f2f2f2;
  margin: auto;
  -webkit-box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
  box-shadow: 0 3px 3px 0 rgb(34 34 34 / 10%);
  border: 1px solid #f2f2f2;
}

#booking .card-details .nav-link.active {
  background: #0698b4;
  color: #fff;
  border-color: #0698b4;
}

#booking .card-details .tab-content {
  padding: 15px 0;
}

#booking .card-details .tab-content .single-label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #848484;
}

#booking .card-details .form-check {
  margin: 20px 0;
}

#booking .card-details .form-check .form-check-input {
  float: inherit;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

#booking .card-details .form-check .form-check-label {
  width: 100%;
}

#booking .card-details .form-check .form-check-label img {
  width: 75px;
  height: auto;
  margin: 0 15px;
}

#booking .card-details .form-check .form-check-label p {
  display: inline-block;
  float: right;
  margin: 0;
  margin-top: 10px;
}

.nopadding {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

#search-page.booking-page .table th {
  color: #00415a;
  border: 0;
  padding: 0;
  font-size: 14px;
}

#search-page.booking-page .table td {
  color: #848484;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
}

.hidden {
  display: none !important;
}

/**** booking details *****/
/**** FAQ *****/
#faq .card {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  border: 0;
  padding: 15px;
  margin: 25px 0;
  border-radius: 25px;
}

#faq .head-question {
  padding: 15px;
  background: #0698b4;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

#faq .head-question p {
  color: #fff;
  margin: 0;
}

#faq .accordion-item .accordion-collapse {
  border: 0
}

#faq .accordion-item .accordion-header .accordion-button {
  background: #fff;
  color: #0698b4;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}

#faq .accordion-item .accordion-header .accordion-button h3 {
  margin: 0;
  font-size: 17px;
}

#faq .accordion-item .accordion-body,
#faq p {
  font-size: 14px;
  color: #848484;
  border: 0;
}

#faq .accordion-item .accordion-button::after {}

/**** FAQ *****/
/**** Contact Us *****/
#contact {
  padding: 45px 0;
}

#contact .card {
  padding: 15px;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  margin-bottom: 20px;
  position: relative;
}

#contact .card .conact-data p span {
  padding-right: 20px;
  color: #000;
  font-weight: 600;
}

#contact .card .conact-data p {
  color: #848484;
  font-size: 15px;
}

#contact .card .conact-data a {
  color: #0698b4;
  text-decoration: revert;
}

#contact .card .conact-data ul {
  list-style: none;
  margin: 15px 0;
}

#contact .card .conact-data ul li {
  display: inline-block;
  padding-right: 5px;
}

#contact .card .conact-data ul li img {
  width: 37px;
  height: auto;
}

#contact .card .conact-data ul li:hover img {
  transform: translate(0px, -7px);
  transition: all 0.5s ease-in-out;
}

#contact .card .form-floating input {
  padding: 10px 15px;
  height: 50px;
}

#contact .card .form-floating textarea {
  min-height: 100px;
}

#contact .card .form-floating label {
  padding: 12px 15px;
}

#contact .card .main-btn {
  padding: 15px 40px;
  border-radius: 50px;
  background: #0698b4;
  border: 1px solid #0698b4;
  margin: auto;
  display: block;
}

#contact .card .main-btn:hover {
  color: #0698b4;
  background: #fff;
  border: 1px solid #0698b4;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-0.5rem) translateX(-0.7rem);
  font-size: 15px;
  top: -5px !important;
  color: #000;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
}

/**** Contact Us *****/
/**** Login *****/
#login {
  padding: 45px 0;
}

#login .card {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  border: 0;
  padding: 15px;
  margin: 25px 0;
  border-radius: 25px;
}

#login .logo {
  width: 100%;
  height: 75px;
  position: relative;
}

#login .logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#login .text {
  text-align: center;
  margin: 20px 0;
}

#login .text span {
  color: #0698b4;
  font-weight: 600;
  padding: 0 5px;
}

#login .form-control {
  height: 55px;
  width: 100% !important;
  padding: 15px;
  line-height: 15px;
  border-radius: 40px;
  padding-top: 20px;
}

#login .forgot {
  display: block;
  font-size: 14px;
  color: #0698b4;
  text-decoration: underline;
}

#login .main-btn {
  margin: 15px auto;
  display: block;
  padding: 15px 50px;
  border-radius: 50px;
  font-weight: 600;
}

#login .login-with {
  text-align: center;
  margin: 15px 0;
  position: relative;
  color: #0698b4;
  font-size: 18px;
  font-weight: 600;
}

#login .login-social {
  list-style: none;
  text-align: center;
}

#login .login-social li {
  display: inline-block;
  padding: 0 5px;
}

#login .login-social li img {
  width: 50px;
}

#login .login-social li:hover img {
  transform: translate(0, -10px);
  transition: all 0.5s ease-in-out;
}

#login .login-with:after {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background: #0698b4;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#login .login-with:before {
  content: '';
  position: absolute;
  width: 40%;
  height: 2px;
  background: #0698b4;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/**** Login *****/
/**** profile *****/
#profile {
  padding: 45px 0;
}

#profile .card {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  border: 0;
  padding: 30px;
  margin: 25px 0;
  border-radius: 25px;
  position: relative;
}

#profile .card .box {
  -webkit-box-shadow: 0 2px 6px 0 #00000029;
  box-shadow: 0 2px 6px 0 #00000029;
  padding: 30px 25px;
  margin: 15px 0;
  border-radius: 15px;
  color: #fff;
}

#profile .card .box .d-flex {
  align-items: center;
}

#profile .card .box .trip-num {
  margin: 0;
  color: #fff;
}

#profile .card .box p {
  margin: 0;
  text-align: right;
}

#profile .card .upcoming {
  background: #1b97b2;
}

#profile .card .total {
  background: #3c4960;
}

#profile .card .finished {
  background: #3dc69e;
}

#profile .card .cancelled {
  background: #ef5f67;
}

#profile .card ul {
  list-style: none;
  margin: 15px 0;
}

#profile .card ul li {
 padding-bottom: 10px;
 text-align: center;
 width: 200px;
}
#profile .card ul li.select2-selection__choice {
  padding-bottom: 0px;
  background-color: #0698b5;
  border: 1px solid #0698b5;
  color: #fff;
}

#profile .card ul li.select2-selection__choice button{
  color: #fff
}
#profile .card ul#myTab li .nav-link{
     border: 1px solid #0393b2;
     border-radius: 50px;
     background: #fff;
     color: #0393b2;
     margin: 0 5px;
     font-size: 18px;
     font-weight: 600;
     position: relative;
}
#profile .card ul#myTab li .nav-link i{
    position: absolute;
    top: -11px;
    right: 0;
    background: red;
    line-height: 0;
    padding: 3px;
    border-radius: 50px;
    color: #fff;
}
#profile .card h5{
    font-size: 27px;
}
#profile .card ul#myTab li .nav-link.active{
    border: 1px solid #0393b2;
    background: #0393b2;
    color: #fff;
}
#profile .card ul#myTab li .nav-link:hover{
    border: 1px solid #0393b2;
    background: #0393b2;
    color: #fff;
}
#profile .card ul span {
  font-weight: 600;
}

#profile .card .flex-shrink-0 img {
  width: 80px;
  margin: 0 30px;
}

#profile .card .flex-grow-1 p {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.remove-card {
  cursor: pointer;
}

.remove-card:hover {
  color: red
}

#profile .card .card-box {
  border-bottom: 1px solid #0698b4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#profile .card .card-box:last-of-type {
  border: 0;
}

#profile .modal .form-control,
#profile .modal .select2 {
  height: 55px;
  width: 100% !important;
  line-height: 15px;
  border-radius: 40px;
}

.nice-select.open .list {
  max-height: 200px;
  overflow-y: scroll;
}

#profile .card .edit-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 6px 30px;
  border-radius: 30px;
}

.nice-select.open .list li:hover {
  background-color: #0698b5;
  color: #fff;
}

.nice-select .option.selected {
  font-weight: 700;
  color: #000 !important;
}
#profile.e-sim .card{
  padding: 15px;
}
#profile.e-sim .d-flex{
    margin: 5px 0;
    align-items: center;
}
#profile.e-sim .d-flex p, #profile.e-sim .d-flex h5{
    margin: 0;
}
#profile.e-sim .d-flex.bk-gray p{
    width: 80%;
}
#profile.e-sim .d-flex span{
    color: #0f92b2;
}
#profile.e-sim .remaining {
    margin: 15px 0;
}
#profile.e-sim .remaining p{
    margin: 5px 0;
}
#profile.e-sim .remaining .progress-bar{
    background-color: #1393ab;
}
#profile.e-sim .remaining span{
        font-size: 13px;
    color: #777;
}
#profile.e-sim .qr-img{
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}
#profile.e-sim .qr-img img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}
/**** profile *****/
.mob-show {
  display: none
}

.form-check-input:checked {
  background-color: #0698b5;
  border-color: #0698b5;
}


.payment-title {
  width: 100%;
  text-align: center;
}

.form-container .field-container:first-of-type {
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  grid-area: security;
}

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container {
  position: relative;
}

.form-container {
  padding: 20px 0;
  color: #707070;
}

.form-container label {
  padding-bottom: 5px;
  font-size: 13px;
}

.form-container input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.ccicon {
  height: 38px !important;
  position: absolute !important;
  right: 15px !important;
  top: -15px !important;
  width: 60px !important;
  bottom: 0;
  margin: auto;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.containerFlip {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 54vw;
  padding: 20px;
  margin: auto;
}

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 1px 5px 6px 0px black;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}

#generatecard {
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #0698b5;
  border-radius: 4px;
  cursor: pointer;
  float:
    right;
  display: none;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.creditcard .lightblue {
  fill: #03A9F4;
}

.creditcard .lightbluedark {
  fill: #0288D1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #ab47bc;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #bdbdbd;
}

.creditcard .greydark {
  fill: #616161;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #FFFFFF;
}

#cardfront .st3 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #F2F2F2;
}

#cardback .st4 {
  fill: #D8D2DB;
}

#cardback .st5 {
  fill: #C4C4C4;
}

#cardback .st6 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #FFFFFF;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #EAEAEA;
}

#cardback .st12 {
  font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
  font-size: 37.769px;
}

/* FLIP ANIMATION */
.containerFlip {
  perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.nice-select .option {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  list-style: none;
  min-height: 35px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 8px -2px #7e7e7e;
  box-shadow: 0 1px 8px -2px #7e7e7e;
  height: 55px;
  line-height: 45px;
  border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  height: 55px;
  line-height: 55px;
  font-weight: 400;
  font-size: 14px;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px;
}

#search .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 55px;
  line-height: 36px;
  border: 0;
}

#search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  height: 55px;
  line-height: 55px;
  font-weight: 400;
  font-size: 14px;
}

:focus-visible {
  outline: 0;
}

#showMultiple {
  position: absolute;
  right: 0;
  top: 50px;
  left: 0;
  z-index: 999;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px -11px;
  margin: auto;
  width: 90% !important
}

#showMultiple span {
  font-weight: 600;
}

#showMultiple .number {
  margin: 10px auto;
  text-align: center;
}

#showMultiple .minus,
#showMultiple .plus {
  width: 32px;
  height: 32px;
  background: #0698b5;
  border-radius: 4px;
  padding: 3px 3px 3px 3px;
  border: 1px solid #0698b5;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

#showMultiple .number input {
  height: 32px;
  width: 100px;
  text-align: center;
  border: 1px solid #0698b5;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

#showMultiple small {
  font-size: 12px;
}

#showMultiple .add-child .form-control {
  height: 32px !important;
  border: 1px solid #0698b5;
  font-size: 14px;
  margin: 5px 0;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#showMultiple .btn {
  min-width: auto;
  max-width: initial;
  width: auto !important;
  height: auto;
  line-height: initial;
  margin: 5px auto;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding: 7px 20px;
}

.hide-div {
  display: none;
}

.dataMultiple i {
  float: right;
}

#Gobooc_loader {
  display: block;
  margin: auto;
  border-radius: 53px;
  text-transform: uppercase;
  padding: 5px 30px;
}

#search-page .dataMultiple i {
  padding: 15px 0;
}

.dataMultiple {
  cursor: pointer;
  padding: 5px 15px;
}

#search-page .dataMultiple {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px -2px #7e7e7e;
  box-shadow: 0 1px 8px -2px #7e7e7e;
  height: 55px;
  line-height: 45px;
  background: #fff !important;
}

#searchModal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

#searchModal .box {
  padding: 50px;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 300px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 2px 6px 0 #0000007a;
  z-index: 999;
}

#searchModal span {}

#searchModal .btn {
  margin: 20px 0 0;
  padding: 7px 34px;
  border-radius: 30px;
}

#searchModal .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #dddddda8;
}

#hotel-details .card .room-num .form-control {
  height: 45px !important;
  line-height: 35px !important;
}

.room-num {
  text-align: center;
  margin-bottom: 10px;
}

.room-num .filter-card .nice-select,
.room-num .select2-container,
.room-num .select2-selection__rendered {
  width: 40% !important;
  line-height: 20px;
}

.room-num .select2-container--default .select2-selection--single {
  height: 45px;
  line-height: 35px;
}

.room-num .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 45px;
  line-height: 45px;
  width: 100% !important;
}

.room-num .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
}

.pagination {
  margin: 25px 0;
}

.page-item.disabled .page-link {
  color: #c0c0c0;
  pointer-events: none;
  background-color: #f5f5f5;
  border-color: #d8d8d8;
}

.page-item.active .page-link {
  background-color: #0698b5;
  border-color: #0698b5;
}

.pagination li a {
  color: #0698b5;
}

#range_modal .form-control {
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px -2px #7e7e7e;
  box-shadow: 0 1px 8px -2px #7e7e7e;
  height: 55px;
  line-height: 45px;
}

#range_modal .btn {
  border-radius: 54px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 30px;
}

.sort-by {
  position: relative;
}

.sort-by .main-nav {
  position: relative;
  height: auto;
  background: none;
  box-shadow: none;
  z-index: 1;
}

.sort-by .main-nav nav .navbar-nav {
  margin: inherit;
}

.sort-by .main-nav nav .navbar-nav .nav-item a {
  color: #0698b4;
  text-align: center;
}

.sort-by .main-nav nav .navbar-nav .nav-item a p {
  margin: 0;
  font-size: 9px;
  color: #000;
  font-weight: 600;
}

.sort-by .main-nav nav .navbar-nav .side-nav {
  border: 1px solid #0698b4;
  padding: 10px 55px;
  border-radius: 50px;
}

.qutions-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #f00;
  z-index: 1;
  cursor: pointer;
}

/*.select2-dropdown{*/
/*  width: 47% !important;*/
/*}*/
.currency-modal a {
  color: #0698b4;
  min-height: 65px;
  background: #ededed;
  margin: 5px 0;
}

#myInput-cat {
  margin: 0 15px;
  width: 50%;
  border-radius: 35px;
  font-size: 14px;
  border: 1px solid #0698b4;
  float: right;
}

#cancel-button {
  padding: 10px 35px !important;
  background: none;
  border: 1px solid red;
  color: red !important;
  margin: 5px 0;
  font-size: 12px !important;
}

.currency-modal .modal-header h3 {
  width: 95%
}

.active-offer {
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 2px solid #F54335;
}

.offer-limit {
  display: flex;
  justify-content: space-between;
  background: #F54335;
  padding: 5px 30px;
}

.offer-limit .limit {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.offer-limit .limit h5 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.offer-limit .expire {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.offer-limit .expire h5 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.dateBOx {
  display: flex;
  justify-content: center;
  width: fit-content;
  background: #f54335;
  border: 1px solid #fff;
  padding: 4px 0;
  margin: 0 5px;
  position: relative;
}

.dateBOx div {
  background: #f54335;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px;
  border-top: 0;
  border-bottom: 0;
}

.border-rl {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.dateBOx div:nth-child(3) {
  border-left: 0;
}

#searchKey {
  position: absolute;
  right: 0;
  left: 0;
  list-style: none;
  padding: 15px;
  margin: 0;
  background: #fff;
  top: 75px;
}

#searchKey li {
  padding-bottom: 10px;
}

#searchKey li .btn {
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 14px;
  text-align: inherit;
  padding: 0;
  min-width: auto;
  min-height: auto;
  max-width: initial;
  max-height: initial;
  line-height: inherit;
}

#searchKey li .btn:hover {
  color: #0698b5;
}

.searchUL {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 2;
}

.searchUL li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.searchUL li:hover {
  background: #0698b5;
  color: #fff;
}

.searchUL li label {
  cursor: pointer;
}

.search-radio {
  display: none;
}

.hide-radio {
  height: 0px;
  padding: 0 !important;

}

hr {
  margin: 5px 0;
}

.sort-hotels_count {
  display: none;
}

.progress-page {
  height: 2rem;
}

.progress-page .progress-bar {
  background-color: #0698b5;
}

.lazy-div {
  /* display: grid; */
  /*align-items: center;*/
  /*justify-items: center;*/
  width: 100%;
  height: 100%;
  position: relative;
}

.lazy-div .lazy {
  width: 30px !important;
  height: 30px !important;
  transition: none;
}

@media only screen and (min-width: 992px) {
  .lazy-div .lazy {
    width: 50px !important;
    height: 50px !important;
  }
}

.lazy-div .next-lazy-img {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.lazy-div .next-lazy-img::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: -100%;
  background-image: linear-gradient(to left, #fff, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.01));
  animation: lazy-animation 1s ease-out infinite;
}

@keyframes lazy-animation {
  100% {
    right: 100%;
  }
}

#booking .card .form-control.mob-num {
  text-align: left !important;
  padding-left: 120px;
}

#booking .card label.mob-num {
  left: 105px;
}

#phone_code {
  position: absolute;
  top: 10px;
  bottom: 10px;
  min-width: 60px;
  justify-content: center;
  left: 50px;
  color: brown;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-right: 1px solid #c5c5c5;
  padding-right: 5px;
  min-width: 60px;
  justify-content: center;
}

#countryTag {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

#countryTag img {
  max-height: 100%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid #ced4da;
}

.error-404-page #page-content {
  text-align: center;
  background-color: #f7f7f7;
  padding: 5% 0;
}

.error-404-page #page-content .page-title {
  font-size: 44px;
  text-transform: uppercase;
}

.error-404-page #page-content .error-content p {
  color: #000000;
  font-size: 16px;
}

.error-404-page .page-title h1 {
  font-size: 40px;
  margin: 0 0 10px;
}

.error-404-page #footer {
  margin-top: 0;
}

.error-404-page #page-content h2 {
  text-transform: uppercase;
}

.error-404-page #page-content img {
  max-height: 290px;
}


.form-group {
  padding-top: 15px;
  position: relative;
}

.file-upload-wrapper {
  height: 60px;
  position: relative;
  width: 100%;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  height: 60px;
  border-radius: 5px 10px 10px 5px;
  color: #444;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 50px;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0 !important;
  left: inherit !important;
}

.iti__arrow {
  margin-left: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #0593b3 #dce2e8;
}

.visa-card {
  margin: auto;
  padding: 50px 30px !important;
  border-radius: 25px;
}

#search .visa-card .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -11px #666;
}

.visa-card .form-group i {
  position: absolute;
  bottom: 7px;
  z-index: 1;
  left: 20px;
  font-size: 23px;
  color: #000;
}

.visa-card .form-group label {
  color: #048099;
  font-weight: 600;
}

.visa-card .form-group .btn {
  margin: 0;
  max-width: 100%;
  height: 55px;
  line-height: 43px;
  background: #0597b4;
  border-color: #0597b4;
  min-width: 100%;
}

.visa-card .form-group .btn:hover {
  ;
  background: #fff;
  color: #0597b4;
}

#search .search-box .card.green {
  background: #009a60 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom left, #009a60, #1F232A) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom left, #009a60, #1F232A) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#search .search-box .card.green h2,
#search .search-box .card.green h4 {
  color: #fff !important;
}

#search .search-box .card.green label {
  color: #fff !important;
}

#search .search-box .card.green .btn {
  background: #fff !important;
  border-color: #1b5e20 !important;
  color: #1b5e20;
}

#search .search-box .card.red {
  background: #ce421f !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom left, #ce421f, #1F232A) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom left, #ce421f, #1F232A) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#search .search-box .card.red h2,
#search .search-box .card.red h4 {
  color: #fff !important;
}

#search .search-box .card.red label {
  color: #fff !important;
}

#search .search-box .card.red .btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #e53935;
}

#search .search-box .card.blue {
  background: #1158a6 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom left, #1158a6, #1F232A) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom left, #1158a6, #1F232A) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#search .search-box .card.blue h2,
#search .search-box .card.blue h4 {
  color: #fff !important;
}

#search .search-box .card.blue label {
  color: #fff !important;
}

#search .search-box .card.blue .btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #1565c0;
}

#search .search-box .card.yellow {
  background: #c96c29 !important;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom left, #c96c29, #1F232A) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom left, #c96c29, #1F232A) !important;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#search .search-box .card.yellow h2,
#search .search-box .card.yellow h4 {
  color: #000 !important;
}

#search .search-box .card.yellow label {
  color: #fff !important;
}

#search .search-box .card.yellow .btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #c36a29;
}

#search .visa-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 50px;
  border-radius: 50px;
  overflow: hidden;
}

#search .visa-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

#show-status {
  font-weight: 600;
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}

#search-page.blog-page .hotel-tabs .tab-content .tab-pane .d-flex {
  align-items: center;
}


#search-page.blog-page ul.data-info {
  list-style: none;
  display: flex;
}
#search-page.blog-page ul.data-info li{
    color: #00415a;
}
#search-page.blog-page .hotel-tabs .tab-content .tab-pane .d-flex ul li i {
  padding: 0 5px;
}

#search-page.blog-page .hotel-tabs .tab-content .tab-pane .d-flex .flex-grow-1 .address {
  height: 42px;
  overflow: hidden;
}

#search-page.blog-page .sidebar-right {
  margin: 0 0 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

#search-page.blog-page .sidebar-left {
  margin: 0 0 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

#search-page.blog-page .widget {
  padding: 30px 25px;
  border-bottom: solid 1px #eaeaea;
}

#search-page.blog-page .widget-2 {
  margin-bottom: 40px;
  padding: 20px;
}

#search-page.blog-page .wdt-2 {
  border-bottom: none;
}

#search-page.blog-page .single-block {
  margin-bottom: 30px;
}

#search-page.blog-page .sidebar-title {
  font-size: 22px;
  position: relative;
  margin: 0 0 20px;
  font-weight: 500;
  color: #00415a;
}

#search-page.blog-page .sidebar .search-box {
  padding: 20px 20px 0 20px;
  margin-bottom: 0;
}

#search-page.blog-page .form-search {
  position: relative;
}

#search-page.blog-page .form-search .form-control {
  border: 1px solid #dcdcdc;
  box-shadow: none;
  border-radius: 3px;
  height: 50px;
}

#search-page.blog-page .form-search .btn {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 12px 9px 13px;
  width: auto !important;
  bottom: 0;
  height: auto;
}

#search-page.blog-page .form-search .btn:active,
#search-page.blog-page .form-search .btn:focus {
  box-shadow: none;
  outline: none;
}

#search-page.blog-page .form-search .btn i {
  color: #777;
}

#search-page.blog-page .form-search .form-group,
#search-page.blog-page .form-search .form-control {
  width: 100%;
}

#search-page.blog-page .range-slider {
  margin-top: 15px;
  margin-bottom: 30px;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

#search-page.blog-page .range-slider label {
  font-size: 16px;
  color: #343434;
  font-weight: 600;
  margin-bottom: 12px;
}

#search-page.blog-page .range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 0;
  border: 2px solid #66676b;
  cursor: w-resize;
  outline: none;
  top: -4px;
  margin-left: -8px;
  box-shadow: none !important;
}

#search-page.blog-page .range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}


#search-page.blog-page .range-slider .ui-widget-content {
  background-color: #ccc;
}

#search-page.blog-page .range-slider .ui-widget-header {}

#search-page.blog-page .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
#search-page.blog-page .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

#search-page.blog-page .range-slider .ui-slider-horizontal {
  height: 4px;
  border-radius: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
}

#search-page.blog-page .range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

#search-page.blog-page .range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

#search-page.blog-page .range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

#search-page.blog-page .min-value:focus,
#search-page.blog-page .max-value:focus,
#search-page.blog-page .min-value,
#search-page.blog-page .max-value {
  width: 60%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

#search-page.blog-page .min-value {
  float: left;
  margin-left: -8px;
  width: 45%;
  margin-right: -8px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

#search-page.blog-page .max-value {
  float: right;
  width: 55%;
  text-align: right;
  margin-right: -8px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}

#search-page.blog-page .sidebar .recent-properties-box .detail header {
  padding-bottom: 0;
}

#search-page.blog-page .popular-posts-box img {
  width: 70px;
  border-radius: 3px;
}

#search-page.blog-page .popular-posts-box h5 {
  font-size: 19px;
  margin: 0 0 7px;
  font-weight: 400;
}

#search-page.blog-page .popular-posts-box h5 a {
  color: #0698b4;
}

#search-page.blog-page .popular-posts-box .listing-post-meta {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
}

#search-page.blog-page .popular-posts-box .listing-post-meta a {
  color: #343434;
}

#search-page.blog-page .posts-by-category ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: dashed 1px #ededed;
}

#search-page.blog-page .posts-by-category ul li a {
  color: #0698b4;
  font-size: 16px;
}

#search-page.blog-page .posts-by-category ul li a span {
  float: right;
  color: inherit;
}

#search-page.blog-page .tags-box ul li {
  display: inline-block;
}

#search-page.blog-page .tags-box ul li a {
  border: 1px solid #efefef;
  color: #00415a;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 3px;
  padding: 6px 15px;
  text-transform: capitalize;
  background: #efefef;
}

#search-page.blog-page .tags-box ul li a:hover {
  border: 1px solid #0799b5;
  background: #0799b5;
  color: #fff;
}



#search-page.blog-page .avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
}

#search-page.blog-page .avatar-img,
#search-page.blog-page .avatar-initials,
#search-page.blog-page .avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

#search-page.blog-page .avatar-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#search-page.blog-page .avatar-initials {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 0;
  background-color: #a0aec0;
}

#search-page.blog-page .avatar-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  background: #a0aec0
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e")
    no-repeat center/1.75rem;
}

#search-page.blog-page .avatar-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: 20%;
  display: block;
  background-color: #a0aec0;
  border-radius: 50%;
}

#search-page.blog-page .avatar-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#search-page.blog-page .avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

#search-page.blog-page .avatar-group .avatar:hover {
  z-index: 1;
}

#search-page.blog-page .avatar-sm,
#search-page.blog-page .avatar-group-sm > .avatar {
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1rem;
}

#search-page.blog-page .avatar-sm .avatar-placeholder,
#search-page.blog-page .avatar-group-sm > .avatar .avatar-placeholder {
  background-size: 1.25rem;
}

#search-page.blog-page .avatar-group-sm > .avatar + .avatar {
  margin-left: -0.53125rem;
}

#search-page.blog-page .avatar-lg,
#search-page.blog-page .avatar-group-lg > .avatar {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}

#search-page.blog-page .avatar-lg .avatar-placeholder,
#search-page.blog-page .avatar-group-lg > .avatar .avatar-placeholder {
  background-size: 2.25rem;
}

#search-page.blog-page .avatar-group-lg > .avatar + .avatar {
  margin-left: -1rem;
}

#search-page.blog-page .avatar-light .avatar-indicator {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

#search-page.blog-page .avatar-group-light > .avatar {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

#search-page.blog-page .avatar-dark .avatar-indicator {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

#search-page.blog-page .avatar-group-dark > .avatar {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

/* Font not working in <textarea> for this version of bs */

#search-page.blog-page textarea {
  font-family: inherit;
}
.comment-body p{
    margin: 0 ;
}
#search-page.blog-page .replay-link{
    padding: 0;
  background: none;
  border: 0;
  color: #0698b5;
}
#search-page.blog-page .replay-input{
    display: none;
    margin-bottom: 20px ;
}
.open-message{
    position: fixed;
    bottom: 0;
    z-index: 999999999999999999999999999;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px 10px;
    box-shadow: 0px 0px 20px -5px #000;
}
.open-message h5{
    color: #000;
}
.open-message .btn{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
  border-radius: 51px;
}
.open-message .close-message{
    position: absolute;
    top: -15px;
    background: #fff;
    left: 15px;
    border-radius: 50px;
    box-shadow: 0 0 12px -5px #000;
    font-size: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

#countries-info .card.airport .box{
  background: #f2f2f2;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 10px;
}
#countries-info .card.airport .box p{
    margin: 0
}
#countries-info .card.airport .box p.secound-color{
    color: #0698b4;
}
.Known_for li.yellow{background: #ecec00;}
.Known_for li.blue{background: blue;}
.Known_for li.green{background: green;}
.Known_for li.pink{background: pink;}
.Known_for li{padding: 5px 15px !important;color: #fff !important;}
.Known_for img{width: 20px;vertical-align: middle;}
#get_country{
    color: #fff;
}
.s-size{
    font-size: 14px;
}
.pointer{
    cursor: pointer;
}
.bk-gray{
    background: #ddd;
    padding: 5px;
    border-radius: 5px;
}
.tourismAgentRegister form label{
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.tourismAgentRegister form .form-control{
    height: 48px;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 10px 25px;
}
.tourismAgentRegister form textarea.form-control{
    min-height: 150px;
}
.tourismAgentRegister .nav-tabs {
    margin: auto;
    text-align: center;
    justify-content: center;
}
.tourismAgentRegister .nav-item {
    text-align: center;
    margin: 0 5px;
    transition: all 0.5s ease-in-out;
}
.tourismAgentRegister .nav-link {
    background: #ffffff8c;
    color: #0694b3;
    border-radius: 28px;
    border: 0;
    transition: all 0.5s ease-in-out;
}
.tourismAgentRegister .nav-link.active {
    background: #0698b4;
    color: #fff;
    font-weight: 600;
    border: 0;
}
.tourismAgentRegister .nav-link:hover{
    transition: all 0.5s ease-in-out;
    border: 0;
    background: #0698b482;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0694b3;
    color: white;
}
#search .tourismAgentRegister .select2-container--default .select2-selection--single{
    border-radius: 55px;
}
#profile .newCard{
    padding: 30px 8px;
    transition: all ease-in-out .5s;
}
#profile .newCard:hover{
    box-shadow: none;
}
#profile .newCard img{
    width: 36px !important;
    margin: 0 10px !important;
}
#profile .newCard p{
    color: #1998b2;
}

#profile .progress {
    width: 200px;
    height: 200px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 200px;
    margin: 20px
}

#profile .progress::after {/* content: "%"; */}

#profile .progress .title {z-index: 99;color: #0694b3;text-align: center;line-height: 1;margin: auto;}

#profile .progress .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#profile .progress .left, .progress .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #1693ab;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

#profile .progress .left {animation: load1 1s linear forwards;}

#profile .progress:nth-of-type(2) .right, #profile .progress:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}

#profile .progress:last-of-type .right, #profile .progress:first-of-type .right {animation: load3 .8s linear forwards 1s;}

@keyframes load1 {
    0% {transform: rotate(0deg);}

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

@keyframes load2 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {z-index: 100;transform: rotate(270deg);}
}

@keyframes load3 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {
        z-index: 100;transform: rotate(315deg);}
}

.tooltip-show {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000 !important;
}

.tooltip-show .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip Top */
.tooltip-show.gelb .tooltiptext {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  background: #ffff00;
  color:var(--schriftfarbe-dunkel)
}

.tooltip-show.gelb .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555000 transparent transparent transparent;

}

/* Tooltip Bottom */
.tooltip-show.rot .tooltiptext {
  top: 125%;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  color:var(--schriftfarbe-dunkel);
  border: 1px solid #0698b4;
}

.tooltip-show.rot .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0698b4 transparent;
}

/* Tooltip Left */
.tooltip-show.gruen .tooltiptext {
  top: 50%;
  right: 105%;
  margin-top: -16px;
  background: #50ff00;
  color:var(--schriftfarbe-dunkel);
}

.tooltip-show.gruen .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555000;
}

/* Tooltip Right */
.tooltip-show.blau .tooltiptext {
  top: 50%;
  left: 105%;
  margin-top: -25px;
  background: #fff;
  color: #0694b3;
  border: 1px solid #0694b3;
}

.tooltip-show.blau .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555000 transparent transparent;
}
.tooltip-show i{
    font-size: 20px;
    color: #0698b5;
    margin: 0 10px;
}
.tooltip-show:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ripple.btn{
    color: #0694b3;
}
#stage4 label{
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.widgets_grid_box ul.wp-block-categories {
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: 1px solid #ddd;
  list-style: none;
}
.widgets_grid_box ul li {
    position: relative;
    list-style: none;
    padding: 14px 0px 8px;
    border-bottom: 1px solid #ddd;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.widgets_grid_box ul.wp-block-categories li {
  padding: 14px 0px !important;
}

.widgets_grid_box ul.wp-block-categories li:last-child {
  padding-bottom: 0px !important;
}

.widgets_grid_box ul.wp-block-categories li a {
  padding-right: 8px;
  color: #0698b4;
  display: block;
}
.widgets_grid_box ul.wp-block-categories li a:hover {
  padding-right: 8px;
  color: #000;
  display: block;
}
.widgets_grid_box .widget_meta ul li {
  padding: 14px 0px 10px !important;
}

.widgets_grid_box .widget_meta ul li:last-child {
  padding-bottom: 0px !important;
}

.widgets_grid_box .widget_pages ul li {
  display: block;
  border: 0px;
  padding: 0px;
}

.widgets_grid_box .widget_pages ul li a {
  padding: 10px 0px;
}

.widgets_grid_box .widget_pages ul ul.children {
  padding-left: 5px;
}

.widgets_grid_box .widget_recent_comments ul li {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  font-family: var(--creote-family-one);
  font-weight: 500;
  line-height: 26px;
}

.widgets_grid_box .widget_recent_comments ul li a {
  text-transform: none;
  font-size: 15px;
  line-height: 26px;
}

.widgets_grid_box .widget_categories ul li a::before,
.widgets_grid_box .widget_meta ul li a::before,
.widgets_grid_box .widget_archive ul li a::before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  left: 0px;
  top: 0;
  bottom: 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  line-height: 18px;
}

.widgets_grid_box .widget_categories ul li a:hover,
.widgets_grid_box .widget_meta ul li a:hover,
.widgets_grid_box .widget_archive ul li a:hover {
  padding-left: 12px;
}

.widgets_grid_box .widget_categories ul li a:hover::before,
.widgets_grid_box .widget_meta ul li a:hover::before,
.widgets_grid_box .widget_archive ul li a:hover::before {
  opacity: 1;
}
.pd_top_50{padding-top: 50px;}
.pd_bottom_70{padding-bottom: 70px;}
.pd_bottom_30{padding-bottom: 30px;}
.pd_top_70{padding-top: 70px;}
.ticket-section .card{
    background: none;
}
.ticket-section .card .card-header{
    color: #0393b2;
    font-weight: 600;
}
.ticket-section .card .card-body .user_ticket_img{
    width: 100%;
    height: 100px;
    position: relative;
}
.ticket-section .card .card-body .user_ticket_img img{
    position: absolute;
    width: auto;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.ticket-section .card .card-body p{
    margin-bottom: 5px;
}
.ticket-section .card .card-body p a{
    background: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    color: #0694b3;
    margin: 0 3px;
    border: 1px solid;
}
.ticket-section .card .card-body p a:hover{
    background: #0694b3;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
}
.ticket-section form label{
    font-weight: 600;
    color: #0698b5;
}
.message-card{
    border: 0 !important;
    box-shadow: 0px 0px 24px -20px;
    padding: 15px;
    border-radius: 15px !important;
    overflow-y: scroll;
    max-height: 500px;
}
.message-card::-webkit-scrollbar-thumb{
	background: #0694b3
}
.message-card::-webkit-scrollbar-track{
	background: #00000026
}
.message-card:hover::-webkit-scrollbar-thumb{
	background: #0694b3
}
.message-card .right{
    text-align: right;
}
.message-card .left{
    text-align: left;
}
.message-card .left h5, .message-card .right h5{
    color: #0694b3;
}
.message-card .left p, .message-card .right p{
    padding: 10px;
    background: #fff;
    width: 80%;
    border-radius: 15px;
}
.message-card .right p{
    float: right;
}
.message-card .left p{
    float: left;
}
.clear{
    clear: both;
}
.message-form{
    display: flex;
    padding: 5px;
    border: 1px solid #dadada;
    border-radius: 25px;
    flex-wrap: nowrap;
    align-items: center;
}
.message-form textarea{
    border: 0 !important;
    background: none !important;
}
.message-form button{
    background: #0694b3;
    border-color: #0694b3;
    width: auto;
    height: 41px;
    border-radius: 25px;
}
.swal2-confirm.swal2-styled{
    background-color: #0698B5 !important;
    color: #fff !important;
    border: 1px solid #fff!important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 50px !important;
    box-shadow: none !important;
}
.swal2-confirm.swal2-styled:hover{
        background-color: #fff !important;
    color: #0698b4 !important;
    border: 1px solid #0698b4!important;
}
.contract_box{
    max-height: 300px;
    overflow-y: scroll;
    padding: 15px;
    box-shadow: 0px 0px 20px -12px;
    border-radius: 15px;
}
#iconsModal form{
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 10px 0;
    border-radius: 40px;
}
#iconsModal form input{
    border: 0;
    background: none;
}
#iconsModal form .search-icon{
    border-radius: 54px;
    padding: 8px;
}
.icon-img{
    text-align: center;
    cursor: pointer;
}
.icon-img.active{
    border: 2px solid #0698b5;
    border-radius: 10px;
    overflow: hidden;
}
.icon-img div{
    width: 100%;
    height: 100px;
}
.icon-img img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.icon-img h5{
    margin: 0;
}
.icon-img.active h5{
    background: #0698b5;
    color: #fff;
    padding: 2px 0;
}
.open-modal{
    padding: 10px 40px;
    font-weight: 600;
    border-radius: 32px;
    font-size: 16px;
}

#botchat #click{
  display: none;
}
#botchat label{
  position: relative;
  /* left: 15px; */
  /* bottom: 60px; */
  height: 40px;
  width: 40px;
  background: linear-gradient(to right top, #000, #0698b5);
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  /* font-size: 30px; */
  color: #fff;
  z-index: 9999999999;
  cursor: pointer;
  margin: 0;
  padding: 5px;
}
#botchat label .fa-help{
	vertical-align: top;
	width: 30px;
}
#botchat label svg{
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  font-size: 27px;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
#botchat label .fa-xmark{
  opacity: 0;
  pointer-events: none;
}
#botchat #click:checked ~ label .fa-xmark{
  opacity: 1;
  pointer-events: auto;
  /* transform: translate(-50%, -50%) rotate(180deg); */
}
#botchat #click:checked ~ label .fa-help{
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
}
#botchat .wrapper{
  position: absolute;
  right: initial;
  left: 125px;
  top: 45px;
  background: #fff;
  max-width: 400px;
  min-width: 400px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
  z-index: 999999;
}
#botchat #click:checked ~ .wrapper{
  opacity: 1;
  top: 60px;
  pointer-events: auto;
  right: initial;
  left: 125px;
}
#botchat .wrapper .head-text{
  line-height: 60px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  background: linear-gradient(to right top, #000, #0698b5);
}
#botchat .wrapper .chat-box{
  padding: 15px;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}
#botchat .chat-box .desc-text{
  color: #515365;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
}
#botchat .chat-box form{
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 25px;
  border: 1px solid lightgrey;
}
#botchat .chat-box form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
#botchat .chat-box form .field:last-child{
  margin-bottom: 15px;
}
#botchat form .field input,
#botchat form .field button,
#botchat form .textarea textarea{
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 1px solid lightgrey;
  outline: none;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
}
#botchat form .field input:focus,
#botchat form .textarea textarea:focus{
  border-color: #fc83bb;
}
#botchat form .field input::placeholder,
#botchat form .textarea textarea::placeholder{
  color: silver;
  transition: all 0.3s ease;
}
#botchat form .field input:focus::placeholder,
#botchat form .textarea textarea:focus::placeholder{
  color: lightgrey;
}
#botchat .chat-box form .textarea{
  height: 70px;
  width: 100%;
}
#botchat .chat-box form .textarea textarea{
  height: 100%;
  border-radius: 50px;
  resize: none;
  padding: 15px 20px;
  font-size: 16px;
}
#botchat .chat-box form .field button{
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: -webkit-linear-gradient(left, #a445b2, #fa4299);
  transition: all 0.3s ease;
}
#botchat .chat-box form .field button:active{
  transform: scale(0.97);
}
#botchat .accordion-button{
    padding: 5px 10px;
    font-weight: 600;
}
#botchat .accordion-body{
    padding: 10px;
    text-align: initial;
}