/*
 Theme Name:   Exploore Child
 Theme URI:    http://wp.swlabs.co/exploore/
 Description:  Exploore Child Theme
 Author:       Swlabs
 Author URI:   http://example.com
 Template:     exploore
 Version:      5.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  exploore
*/
/* nariasoft mapbox */
.leaflet-marker-icon{
    width: 40px;
}
.slz-shortcode .leaflet-marker-icon{
    animation: ns-bounce .5s infinite alternate;
    -webkit-animation: ns-bounce .5s infinite alternate;
}
@keyframes ns-bounce {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -15px;
  }
}
.nsvisa_sidebar{
  border-left: 1px solid #efefef;
}
.nsvisa_sidebar a {
  text-decoration: none;
  display: block;
  padding: .125rem 0;
  color: #ccc;
  transition: all 50ms ease-in-out;
}
.nsvisa_sidebar li.active > a {
  background-color: #fd0;
  color: #000;
  font-weight: 700;
}
.nsvisa_sidebar a:hover,
.nsvisa_sidebar a:focus {
  color: #666;
}
.nsvisa_sidebar ul li{
  list-style: none;
  padding: 7px 0;
  font-size: 1.1rem;
}
.affix-top,.affix{
  position: static;
}

@media (min-width: 979px) {
  #ns_sidebar.affix-top {
    position: static;
    margin-top:100px;
    width: 263px;
  }
  
  #ns_sidebar.affix-bottom {
    position: relative;
  }

  #ns_sidebar.affix {
    position: fixed;
    top:100px;
    width: 263px;
  }
}

#ns_sidebar li.active {
    border:0 #000 solid;
    border-right-width:4px;
}

.nsvisa_sidebar li a:hover{
  background-color: #fd0;
}

#ns_sidebar li li.active {
    border:0 #000 solid;
    border-right-width:3px;
}
#ns_visa_content section{
  margin: 25px 0;
}
#ns_visa_content h2{
  font-size: 1.5rem;
  font-weight: 700;
}
#ns_visa_content p{
  text-align: justify;
}
#ns_visa_content img{
  width: 100%;
  margin: 15px 0;
}
.nsvisa_comment .entry-comment{
  margin-top: 0;
}
.nsvisa-archive-main .hotel-list .hotels-layout{
  margin-bottom: 30px;
}
.nsvisa-archive-main .hotel-list .hotels-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.nsvisa-archive-main .hotel-list .hotels-layout:hover .content-wrapper {
    background-color: #fff;
}

#ns_modal_flight .modal-title{
  display: inline-block;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0 !important;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.wpml-language{
  margin: 0 !important;
}
.ns-padding-top{
  padding-top: 30px;
}
.flight_search .select2-container{
  width: 100% !important;
}
.flight_search .find-widget .text-input > .text-box-wrapper:first-child{
  margin-top: 20px !important;
}

.form__radio-group {
  width: 30%;
  display: inline-block;
}
.form__radio-input {
  display: none;
}
.form__radio-label {
  cursor: pointer;
  position: relative;
  padding-right: 25px !important;
}
.form__radio-button {
  height: 20px;
  width: 20px;
  border: 2px solid #6e747c;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
}
.form__radio-button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 0;
  height: 16px;
  line-height: 16px;
  font-size: 1rem;
  width: 16px;
  color: #6e747c;
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  text-indent: 0;
  border-radius: 50%;
}
.form__radio-input:checked + .form__radio-label .form__radio-button::after {
  content: '\f00c';
}
.flight_search .radio-group{
  background-color: transparent !important;
}
fieldset.date-flightTo-wrapper:disabled input{
  background-color: #ddd !important;
}

.boarding-pass {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-transform: uppercase;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 15px;
}
.boarding-pass small {
  display: block;
  font-size: 11px;
  color: #A2A9B3;
  margin-bottom: 2px;
}
.boarding-pass strong {
  font-size: 15px;
  display: block;
}
.boarding-pass header {
  background-color: #797979;
  padding: 12px 20px;
  height: 63px;
  z-index: 1;
}
.boarding-pass header .logo {
  float: right;
  height: 40px;
  color: #fff;
  font-size: .85rem;
}
.boarding-pass header .logo img{
  height: 100%;
}
.boarding-pass header .flight {
  float: left;
  color: #fff;
  text-align: right;
}
.boarding-pass header .flight small {
  font-size: 8px;
  margin-bottom: 2px;
  color: #FBFCFC;
}
.boarding-pass header .flight strong {
  font-size: .9rem;
  margin-top: -5px;
}
.boarding-pass .cities {
  position: relative;
}
.boarding-pass .cities::after {
  content: '';
  display: table;
  clear: both;
}
.boarding-pass .cities .city {
  padding: 20px 18px;
  float: left;
}
.boarding-pass .cities .city:nth-child(2) {
  float: right;
}
.boarding-pass .cities .city strong {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
.boarding-pass .cities .city small {
  margin-bottom: 0px;
  margin-left: 3px;
}
.boarding-pass .cities .airplane {
  position: absolute;
  width: 30px;
  height: 25px;
  top: 57%;
  right: 25%;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
}
.boarding-pass .cities svg.airplane{
  transform: rotate(180deg);
}
@-webkit-keyframes move {
  40% {
    right: 30%;
    opacity: 1;
  }
  100% {
    right: 50%;
    opacity: 0;
  }
}
@keyframes move {
  40% {
    right: 30%;
    opacity: 1;
  }
  100% {
    right: 50%;
    opacity: 0;
  }
}
.boarding-pass .infos {
  display: -webkit-box;
  display: flex;
  border-top: 1px solid #D0D3D4;
}
.boarding-pass .infos .places,
.boarding-pass .infos .times {
  width: 50%;
  padding: 10px 0;
}
.boarding-pass .infos .places::after,
.boarding-pass .infos .times::after {
  content: '';
  display: table;
  clear: both;
}
.boarding-pass .infos .times strong {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  text-align: center;
}
.boarding-pass .infos .places {
  background: #ECECEC;
  border-left: 1px solid #D0D3D4;
}
.boarding-pass .infos .places small {
  color: #97A1AD;
}
.boarding-pass .infos .places strong {
  text-align: center;
  color: #239422;
}
.boarding-pass .infos .box {
  padding: 10px 12px 10px;
  width: 47%;
  float: right;
}
.boarding-pass .infos .box small {
  font-size: 10px;
  text-align: center;
}
.boarding-pass .infos .box small i{
  font-size: 1.2rem;
  display: block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.boarding-pass .strap {
  clear: both;
  position: relative;
  border-top: 1px solid #D0D3D4;
}
.boarding-pass .strap::after {
  content: '';
  display: table;
  clear: both;
}
.boarding-pass .strap .box {
  padding: 23px 20px 0 0;
}
.boarding-pass .strap .box div {
  margin-bottom: 15px;
}
.boarding-pass .strap .box div small {
  font-size: 10px;
}
.boarding-pass .strap .box div strong {
  font-size: 13px;
}
.boarding-pass .strap .box sup {
  font-size: 8px;
  position: relative;
  top: -5px;
}

.boarding-pass .reserve-btn{
  padding: 15px 0;
  text-align: center;
}
.boarding-pass .reserve-btn .btn-slide{
  font-size: 1.1rem;
}
.boarding-pass .btn-slide .icons{
  padding: 9px 7px;
}
#ns_modal_flight .loading{
  position: absolute;
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,.9);
  z-index: 1;
  width: 100%;
  height: 100%;
}
#ns_modal_flight .modal-header i{
  font-size: .85rem;
}
#ns_modal_flight .modal-header i:nth-child(3){
  margin-right: -7px;
}
#ns_modal_flight .pricing i, #ns_modal_flight .pricing span{
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.modal_flight_adlprice_full i{
  display: block;
  margin-bottom: 5px;
}
.flight_search{
  position: relative;
}
.flight_search:before{
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
  border-bottom: 1px solid #ECECEC;
  background-color: #fd0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.ns-rotate{
  transform: scaleX(-1);
  padding-left: 5px;
}
.flight-search-title{
  padding: 15px 10px;
  border-radius: 5px;
  margin: 0 !important;
}
.ns-passenger-panel .panel-body{
  background-color: #fff;
}
.ns-passenger-panel .panel-heading i{
  margin-left: 5px;
}
.ns-passenger-panel .panel-body .input-group{
  display: flex;
}
.page-template-page-flight-steps .tb-input{
  padding: 0 1em;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  position: relative;
  border: 1px solid #ededed;
  z-index: 1;
  width: 100%;
  border-radius: 0;
  text-align: left;
  width: 100%;
  font-size: .85rem;
}
.ns-passenger-panel select{
  width: 100%;
  height: 35px;
  border: 1px solid #ededed;
  font-size: .85rem;
}
.ns-passenger-panel .text-box-wrapper{
  margin: 8px 0;
}
.ns-passenger-panel .text-box-wrapper label{
  font-size: .85rem;
}
.btn_container{
  text-align: center;
}

input.passport:disabled{
  background-color: #ddd !important;
}

.radio-tile-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
.radio-tile-group .input-container {
  position: relative;
  height: 7rem;
  width: 7rem;
  margin: 0.5rem;
}
.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.radio-tile-group .input-container .radio-tile{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #079ad9;
  border-radius: 5px;
  padding: 1rem;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.radio-tile-group .input-container .icon img {
  width: 3rem;
  height: 3rem;
}
.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #079ad9;
}
.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #079ad9;
  border: 2px solid #000;
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #fd0;
}

.btn_submit_reserve{
  width: 300px !important;
  display: block;
  margin: 15px auto;
}
.bookdetail-sec-head{
  display: flex;
  align-items: center;
}
.bookdetail-sec-head img{
  width: 50%;
}
.bookdetail-sec-head h2{
  font-size: 1.4rem;
  margin-right: 12px;
  font-weight: 700;
}
.bookdetail-sec{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: .9rem;
  justify-content: center;
}
.bookdetail-sec-head, .reqnumber{
  margin-bottom: 15px;
}
.bookdetail-sec table thead, .bookdetail-sec table tfoot{
  background-color: #f9f9f9;
}
.success_msg{
  text-align: center;
}
.success_msg i{
  font-size: 3rem;
  color: #2ECC71;
}
.success_msg h2{
  font-size: 1.4rem;
  color: #2ECC71;
}
.success_msg h4{
  font-size: 1.2rem;
  margin: 20px 0;
}
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 999; 
  top: 0 !important; 
  left: 0;
  background-color: #000; 
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.5s; 
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fd0;
  display: block;
  transition: 0.3s;
}
.sidenav li.active > a{
  background-color: #fd0;
  color: #000;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}
.openbtn{
  position: fixed;
  bottom: 10px;
  color: #000;
  right: 10px;
  width: 70px;
  height: auto;
  padding: 25px 5px;
  border-radius: 50%;
  border: none;
  background-color: #fd0;
  z-index: 99;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
}
.timeline-point{
	height: 20px !important;
}
#nsprint a.button i{
	margin-left: 8px;
	vertical-align: middle;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
  border-right: 1px solid;
  border-left: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child{
  border-right: none;
  border-left: none;
}