@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Oxygen:400,700');


/*************************
*******Typography******
**************************/
html {
  scroll-behavior: smooth;
}

body {
  background: #F4F4F4;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Oxygen', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#ddd;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #0090CD;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #0090CD;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nopd{
  padding: 0 0;
}
.nomr{
  margin: 0 0;
}
.nopdr{
  padding-right: 0;
}
.nopdl{
  padding-left: 0;
}

/*Bootstrap Customization Styling */
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar {
  background: rgba(1,83,150,1);
  background: -moz-linear-gradient(top, rgba(1,83,150,1) 0%, rgba(15,135,200,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,83,150,1)), color-stop(100%, rgba(15,135,200,1)));
  background: -webkit-linear-gradient(top, rgba(1,83,150,1) 0%, rgba(15,135,200,1) 100%);
  background: -o-linear-gradient(top, rgba(1,83,150,1) 0%, rgba(15,135,200,1) 100%);
  background: -ms-linear-gradient(top, rgba(1,83,150,1) 0%, rgba(15,135,200,1) 100%);
  background: linear-gradient(to bottom, rgba(1,83,150,1) 0%, rgba(15,135,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015396', endColorstr='#0f87c8', GradientType=0 );
  text-shadow: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Oxygen', sans-serif;
  line-height: 30px;
  padding: 10px 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: rgba(15,135,200,0);
  background: -moz-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,135,200,0)), color-stop(100%, rgba(1,83,150,1)));
  background: -webkit-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -o-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: linear-gradient(to bottom, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f87c8', endColorstr='#015396', GradientType=0 );
  transition: all 0.2s ease-out 0s
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: rgba(15,135,200,0);
  background: -moz-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,135,200,0)), color-stop(100%, rgba(1,83,150,1)));
  background: -webkit-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -o-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: linear-gradient(to bottom, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f87c8', endColorstr='#015396', GradientType=0 );

}
.navbar {
    border-radius: 0px;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
}
ul.nav.navbar-nav li {
    margin: 0px -2px;
}

/*checkbox customization*/

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }



.header_area {
  position: relative;
  background: #fff;
}
.header_area:before {
  position: absolute;
  width: 41%;
  height:37px;
  top: 0;
  left: 59%;
  content: "";
  background: #0E83C4;
}
.logo img {
    width: 200px;
    margin-top: -3px;
}
.hd_middle span {
  color:#0090CD;
}
.hd_middle span {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}
.hd_middle a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  color: #0090CD;
}
.hd_middle p {
  width: 270px;
  margin-left: -115px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0px;
  color: #0090CD;
}
.hd_middle img {
    height: 100px;
    padding-top: 5px;
    margin-left: -8px;
}
.app_img li.payment img {
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.app_img ul li.store_btn img {
  width: 110px;
  height: 50px;
  padding-bottom: 17px;
}
body{
    zoom: 0.9;
}
.container{
    width: 80%;
}
/*// right content*/
ul.top_menu {
padding: 0;
margin: 0;
}
ul.top_menu li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
ul.top_menu li{
  position: relative;
  color: #fff;
  line-height: 2.5;
  padding: 1px 12px;
  z-index: 1;
}
ul.top_menu li:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: #015293;
  z-index: -1;

}
.top_menu li img {
    height: 28px;
    padding-left: 15px;
}

.app_img ul{
  padding: 0;
  margin: 0;
}
/*for mobile*/
.whtsapp a {
    background: #4AC659;
    display: block;
    margin: 8px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.whtsapp a i {
    font-size: 18px;
    margin-right: 5px;
}

/*Slider area styling*/
.slider{
  background-image: url('../../../uploads/2019/03/slidker.jpg');
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_area {
    padding: 15px 0px;
}
.dd_fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .5s ease-out;
    background: #fff;
    left: 0;
    right: 0;
}
.dd_fixed .main_menu .nav > li > a {
    position: relative;
    display: block;
    /* padding: 10px 45px; */
}
.main_menu{
  z-index: 998;
  position: relative;
}
ul li {
    position: relative;
    margin-bottom: inherit;
}
ul li a{
}
ul li ul.dropdown-menu {
    position: absolute;
    padding: 0;
    color: #fff;
    background: #0D80C1;
    transition: all 0.2s ease-out 0s;
    margin: 0px;
    width: max-content;
    z-index: 999;
    top: 100%;
    display: none;
}
ul li a:hover ul li > a {
  color: #fff;
  background: rgba(15,135,200,0);
  background: -moz-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,135,200,0)), color-stop(100%, rgba(1,83,150,1)));
  background: -webkit-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -o-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: linear-gradient(to bottom, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f87c8', endColorstr='#015396', GradientType=0 );
  transition: all 0.2s ease-out 0s

}
ul li ul.dropdown-menu li a {
    color: #fff;
    padding: 8px 35px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
	text-align: left;
}
ul li ul.dropdown-menu li:hover {
  color: #fff;
  background: rgba(15,135,200,0);
  background: -moz-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,135,200,0)), color-stop(100%, rgba(1,83,150,1)));
  background: -webkit-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -o-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  background: linear-gradient(to bottom, rgba(15,135,200,0) 0%, rgba(1,83,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f87c8', endColorstr='#015396', GradientType=0 );
  transition: all 0.2s ease-out 0s
}

@media (min-width: 768px) {
    ul li:hover ul.dropdown-menu {
        display: block;
        opacity: 1;
    }
    ul li ul.dropdown-menu {
        opacity: 0;
    }
}

.slider_package{
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
height: 340px;
}
.slider_package .slider_title {
    padding: 20px;
        padding-top: 20px;
    padding-top: 30px;
}
.slider_title h1 {
    font-size: 67px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider_title h1 {
    font-size: 67px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 80px 0px;
}
.offer_badge img {
    padding: 80px;
    padding-top: 45px;
    padding-top: 30px;
    margin-left: -80px;
}
/*package slider styling*/
.slider_package .slider_title h2 span {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.slider_package .slider_title h2 strong {
    font-size: 47px;
    text-transform: uppercase;
    font-weight: 700;
}
.slider_package .slider_title h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 34px;
}

/*From Stylnig*/
/*increament and decreament CSS*/
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.form_fltr ul.nav-tabs{
  margin: 0;
  padding: 0;
}
.form_fltr ul.nav-tabs li{
  margin-right: 40px;
  position: relative;
  cursor: default;
  background-color: #6B6F70;
  -webkit-transition: color 300ms, background-color 250ms;
  -moz-transition: color 300ms, background-color 250ms;
  -o-transition: color 300ms, background-color 250ms;
  transition: color 300ms, background-color 250ms;
}
.form_fltr ul.nav-tabs li::before{
  position: absolute;
  right: -56px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 56px solid #6B6F70;
  border-right: 56px solid transparent;
}
.form_fltr ul.nav li a:hover{
  background-color: #6ABE28;

}
.form_fltr ul.nav-tabs li.active{
  position: relative;
  background: #0088CE;
  transition: color 300ms, background-color 250ms;
}
.form_fltr ul.nav-tabs li.active::before{
  position: absolute;
  right: -56px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 56px solid #0088CE;
  border-right: 56px solid transparent;
  z-index: 1;
}
.form_fltr ul.nav-tabs li.active:hover::before{
  position: absolute;
  right: -56px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 56px solid #6ABE28;
  border-right: 56px solid transparent;
  z-index: 1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #0088CE;
  border: 3px solid #0088CE;
  border-bottom-color: #0088CE;
  border-bottom-color: #0088CE;
  border-bottom: none;
}
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #6ABE28;
  border: 3px solid #6ABE28;
  border-bottom-color: #6ABE28;
  border-bottom-color: #6ABE28;
  border-bottom: none;
}
.nav-tabs > li > a:hover::after{
  position: absolute;
  right: -56px;
  bottom: -1px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 56px solid #6ABE28;
  border-right: 56px solid transparent;
  }
.form_fltr ul.nav li a:hover{
  background-color: #6ABE28;
}
.nav-tabs > li > a:hover {
    border-color: #6ABE28 #6ABE28 #6ABE28;
}
.form_fltr ul.nav li a{
  color: #fff;
  -webkit-transition: color 300ms, background-color 250ms;
  -moz-transition: color 300ms, background-color 250ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 250ms;
}

.form_fltr ul.nav-tabs li a i{
  font-size: 22px;
  padding: 0px 6px;
}
.main_menu .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
}
.form_fltr ul.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  border-radius: 0 0 0 0;
}

/*form styling*/
.tab-content{
  background: #f4f4f4;
  padding: 25px 0px;
}
.tab-content .form-group{
    background: #0088CE;
}
.form-group {
    margin-bottom: 0px;
    padding-bottom: 15px;
}
label {
    color: #fff;
}
.bottom_text {
  background: #0088CE;
  color: #fff;
}
.bottom_text button {
    margin-top: 12px;
}
.form-group p {
    margin: 1px;
}
.btn-default {
    color: #fff;
    background-color: #6ABE28;
    border-color: #ccc0;
}


/*Featured area Styling*/
.f_single_content {
    padding: 45px 0px;
    position: relative;
}
.f_single_content:before {
  position: absolute;
  width: 2px;
  height: 65px;
  background: #CCCCCC;
  content: "";
  top: 50px;
  right: -5%;
}
.f_single_content:before.last-child {
  display: none;
}
.f_single_content:before:last-child {
  background: #fff;
}
.f_icon i {
    font-size: 65px;
    color: #0187CE;
    width: 20%;
    float: left;
}
.f_content h2 {
    margin: 10px 0px;
    color: #0188CE;
}
.f_content p {
    font-size: 16px;
    margin: 10px 0px;
}

/*gallery section styling*/
.single_gallery{
  overflow: hidden;
}
.gallery_thumb{
    position: relative;
    min-height: 175px;
    height: 100%
}
.gallery_first_row{
  /* min-height: 285px; */
  padding: 10px 0;
}

.thumb_caption p{
  position: absolute;
  top: 10%;
  left: 0;
  padding: 15px 15px;
  background: #0188ceba;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all .5s ease-out;
}
.gallery_content h2{
  color: #0188CE;
  padding-left: 10px;
  padding-bottom: 0px;
  transition: all .5s ease-out;
  font-size: 18px;
  margin-bottom: 5px;
}
.gallery_content p{
  color: #7F8082;
  padding-left: 10px;
  transition: all .5s ease-out;
  margin: 0px 0;
}
.gallery_content p span{
  color: #6ABE28;
  font-weight: 600;
}
.single_gallery .gallery_content h2{
  color: #fff;
  padding-bottom: 0px;
  background: #0188CE;
  margin: 0px;
  padding: 10px 10px;
  margin-bottom: 5px;
}
.priceNreview span {
    display: block;
    text-align: left;
    font-weight: 600;
    color: #0188CE;
    text-decoration: line-through;
}
.priceNreview i {
  font-size: 12px
}
.priceNreview strong {
  font-size: 12px
}
.priceNbook span {
    display: block;
    text-align: right;
    font-weight: 600;
    color: #0188CE;
    padding-bottom: 5px;
}
.booking_overley {
    transition: all .5s ease-out;
    background: white;
    padding: 5px;
}

.priceNbook .btn_ak {
    background: #0188CE;
    padding: 5px 10px;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: all .5s ease-out;
	display:inline-block;
}
.priceNbook .btn_ak:hover{
	text-decoration:none;
}
/*Discount section styling*/
.discount_area{
  background: #1B222A;
  padding-top: 50px;
  margin-top: 40px;
}
.right_content h3{
  font-size: 20px;
  color: #DBDBDD;
  font-weight: 600;
  line-height: 28px;
}
.right_content h2{
  font-size: 24px;
  color: #FFA604;
  font-weight: 600;
  line-height: 34px;
}
.right_content h5{
  font-size: 16px;
  color: #FFA604;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}
.right_content p{
  font-size: 16px;
  color: #DBDBDD;
  line-height: 22px;
  margin: 0px;
}
.left_dis_img img {
    float: right;
    padding-right: 30px;
}


/*Google Maps*/
#map {
    width: 100%;
    height: 375px;
}


/*Widget styling*/
.widget_area{
  background: #428bca;
  padding-top: 40px;
}
.widgets .single_widget .widget_title h2{
  font-size: 22px;
  color: #fff;
}
.widgets .single_widget .widget_title ul{
  margin: 0;
  padding: 0;
}
.widgets .single_widget .widget_title ul li{
  list-style: none;
}
.widgets .single_widget .widget_title ul li a{
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  padding: 0;
}
.widgets .single_widget .widget_title ul li a:focus, .widgets .single_widget .widget_title ul li a:hover{
  background-color: transparent;
  color: #fff;
}
.right_reserve a{
  color: #fff;
}

/*book with confidence*/

.book_title h2{
  font-size: 22px;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}
.book_title h2:before{
  position: absolute;
  width: 37%;
  height: 2px;
  background: #fff;
  content: "";
  top: 14px;
  left: 14px;
}
.book_title h2:after{
  position: absolute;
  width: 37%;
  height: 2px;
  background: #fff;
  content: "";
  top: 14px;
  right: 14px;
}
.book_conf img{
  width: 100%;
}

/*right reserved*/
.right_reserve{
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #ddd;
}
.right_reserve p{
  font-size: 16px;
  color: #fff;
}
.cradit_card ul li img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

/*footer*/
.footer{
  background: #4267b2;
}
.status ul{
  margin: 0;
  padding: 0;
  line-height: 0;
}
.status ul li{}
.status ul li p{
  color: #fff;
}


/*///////////////////////////////////////////////
////   Deals page CSS Styling start here   ////
///////////////////////////////////////////////*/
.deals_area{
  padding: 40px 0px;
}
.section_title{
  padding:30px 0px;
}

.single_deals{
  margin-bottom: 30px;
}
.deal_thumb{
  position: relative;
}
.deal_thumb img{
  position: relative;
  min-height: 220px;
}
.deal_thumb_caption h2{
position: absolute;
bottom: -15px;
left: 0;
padding: 15px 15px;
background: #00000073;
font-size: 18px;
font-weight: 600;
color: #fff;
transition: all .5s ease-out;
width: 100%;
}
.deal_thumb_caption h2 a{
color: #fff;
text-decoration: none;
}
.deal_thumb_caption h2 a:hover{
color: #0188CD;
}
.deal_dis {
  width: 30%;
  background: #E32A27;
  padding: 8px 0px;
  border-radius: 5px;
  position: absolute;
  top: 33%;
}
.deal_dis:before {
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: -10px;
  left: 0;
  content: "";
  background: url("../../../uploads/2018/06/arrow.png");
  display: block;
}
.deal_price {
  width: 30%;
  background: #5CBE4D;
  padding: 8px 0px;
  border-radius: 3px;
  position: absolute;
  top: 33%;
  right: 0px;
}
.deal_dis i,
.deal_price i{
  color: #fff;
  font-size: 25px;
}
.deal_dis h3,
.deal_price h3{
  color: #fff;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

/*///////////////////////////////////////////////
////        Deal Details page Styling        ////
///////////////////////////////////////////////*/
.deal_details_area{
  padding: 10px;
}
.deal_details,
.visas{
  background: #fff;
  padding: 8px 15px;
}
.descrip{
  padding:10px;
  background: #fff;
}
.descrip h2{
  margin: 3px 0px;
}
.single_tour_rate{
  padding-right: 0px;
}
.dd_title h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}
.dd_title h2 span {
    margin-left: 15px;
}
.dd_title h2 span i {
    font-size: 16px;
    color: #FA8C1D;
}
.dd_title h2 span strong {
    font-size: 16px;
    color: #535554;
}
.dd_tags h3 {
  font-size: 22px;
  color: #000200;
  font-weight: 500;
  line-height: 1px;
}
.dd_tags h3 i {
  font-size: 30px;
  margin-right: 10px;
  color: #F78D1F;
}
.dd_tags p {
    font-size: 18px;
    padding-left: 37px;
    margin: 0px;
}
.dd_tags h3 {
    font-size: 22px;
    color: #000200;
    font-weight: 500;
    line-height: 1px;
    margin: 10px 0px 5px 0px;
}
.dd_header {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}
.dd_header_right h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0px 8px 0px;
    color: #535353;
}
.dd_header_right h4 {
    color: #DE2231;
    font-weight: 400;
    margin: 8px 0;
}
.dd_header_right h5 span {
    text-decoration: line-through;
    color: #535353;
}
.dd_header_right h4 span {
    text-decoration: line-through;
    color: #535353;
}
.dd_header_right h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 8px 0px;
}
.dd_btn {
    background: #DE2231;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 18px 70px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
}
.cart-summary .dd_btn {
  padding: 10px 35px;
  font-size: 17px;
  border-radius: 0;
  background: #00B7F1;
}
.dd_btn:hover {
  text-decoration: none;
  color: #fff;
}
.tour_rate_area {
    margin: 10px;
        margin-bottom: 10px;
    margin-bottom: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
        border-top-width: 10px;
        border-top-style: solid;
        border-top-color: rgb(244, 244, 244);
    padding: 0px 10px;
    border-top: 20px solid #F4F4F4;
}
.descrip {
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 0px 10px;
    margin-bottom: 0;
}
.inclusion {
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 0px 10px;
    margin-bottom: 0;
}
.timing {
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 0px 10px;
    margin-bottom: 0;
}
.imp_imfo {
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 0px 10px;
    margin-bottom: 0;
}
.booking_policy {
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 0px 10px;
    margin-bottom: 0;
}
.tour_rates .table > thead > tr > th,
.tour_rates .table > tbody > tr > th,
.tour_rates .table > tfoot > tr > th,
.tour_rates .table > thead > tr > td,
.tour_rates .table > tbody > tr > td,
.tour_rates .table > tfoot > tr > td {
    padding: 5px;
    line-height: 3;
    border-right:none;
    vertical-align: middle;
}
.tour_rates .table-striped > tbody > tr:nth-child(2n+1) > td,
.tour_rates .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFFFFF;
    border: 1px solid #f1f1f180;
}
.tour_rates .table-bordered > thead > tr > th,
.tour_rates .table-bordered > tbody > tr > th,
.tour_rates .table-bordered > tfoot > tr > th,
.tour_rates .table-bordered > thead > tr > td,
.tour_rates .table-bordered > tbody > tr > td,
.tour_rates .table-bordered > tfoot > tr > td {
    border: 1px solid #f1f1f180;
}
.tour_rates .table-bordered {
    border: 1px solid #f1f1f180;
}
.tour_rate_area tr th i {
    color: #04B6F2;
    margin-left: 8px;
    font-size: 16px;
}
.tour_rate_area tr td i {
    color: #01B8F4;
}
.tour_rate_area tr td p {
    line-height: 1.6;
    margin: 0px;
    color: #04B6F2;
    font-weight: 400;
}
.tour_rate_area tr td p span {
    color: #000;
    text-decoration: line-through;
}
.tour_rate_area tr td p:last-child {
    color: #ED1B24;
}

.tour_rates .form-control {
    border: 1px solid #f1f1f1;
}

.descrip_img img {
    max-height: 600px;
    border: 10px solid #F4F4F4;
}
.add_cart_btn {
    margin-bottom: 15px;
}
.add_cart_btn button {
    padding: 16px 33px;
    line-height: 0;
    color: #fff;
    background: #00B7F1;
}
.descrip h2,
.key_details h2,
.inclusion h2,
.timing h2,
.imp_imfo h2,
.booking_policy h2{
  text-transform: uppercase;
  padding-top: 8px;
  color: #000;
}
.descrip_img .owl-stage-outer {
    position: relative;
}
.descrip_img .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    font-size: 40px;
    color: #fff;
    margin-top: -15px;
}
.descrip_img .owl-nav .owl-prev:hover,
.descrip_img .owl-nav .owl-next:hover {
  color: #00B7F1;
}
.descrip_img .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 40px;
    font-size: 40px;
    color: #fff;
    margin-top: -15px;
}
.descrip_img img {
    max-height: 600px;
    border: 10px solid #F4F4F4;
        border-bottom-width: 10px;
        border-bottom-style: solid;
        border-bottom-color: rgb(244, 244, 244);
    padding: 10px;
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    max-width: 97.7%;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.key_details {
    margin: 10px;
        margin-top: 10px;
    margin-bottom: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
        border-top-width: 10px;
        border-top-style: solid;
        border-top-color: rgb(244, 244, 244);
    padding: 0px 10px;
    margin-top: 0px;
    border-top: 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.key_details ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.key_details ul li {
  font-size: 14px;
  text-transform: capitalize;
}
.single_key {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.single_key span i {
    font-size: 18px;
    margin-right: 8px;
}
.single_key span {
  display: block;
  line-height: 2;
}
.inclusion{}
.inclusion ul{
  margin: 0;
  padding: 0;
}
.inclusion ul li {
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
}
.inclusion ul li i {
    color: #9FD154;
    margin-right: 10px;
    font-size: 18px;
}
.timing .table-bordered > thead > tr > th,
.timing .table-bordered > tbody > tr > th,
.timing .table-bordered > tfoot > tr > th,
.timing .table-bordered > thead > tr > td,
.timing .table-bordered > tbody > tr > td,
.timing .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    background: #F8F8F8;
}
.timing .table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
    line-height: 1.4;
    vertical-align: middle;
}
.timing_des {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.timing_des tr th{
    width: 15%;
    line-height: 2;
}
.timing_des tr td {
    line-height: 2;
}
.timing_note tr {
    line-height: 4;
}
.imp_imfo ul{
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.imp_imfo li{
  list-style-type: square;
  padding-left: 10px;
  line-height: 2;
  font-size: 16px;
}
.imp_imfo p,
.booking_policy p {
  font-size: 16px;
}
.imp_imfo p span,
.booking_policy p span {
  font-weight: 600;
}


.booking_policy h5 {
    font-size: 14px;
    padding: 5px 0px;
    font-weight: 600;
}
.booking_policy ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 15px;
}
.booking_policy ul li {
    list-style: none;
    font-size: 16px;
    line-height: 2;
}


/*sidebar design*/
aside.col-md-3{
  background: #fff;
}
.single_sidebar form.mc4wp-form {
  text-align: center;
  padding-top: 30px;
}
.single_sidebar {
    padding: 15px;
    border-top: 20px solid #F4F4F4;
    border-left: 20px solid #F4F4F4;
    margin-top: 9px;
    background: #fff;
}
.sidebar_content h2 i {
  font-size: 42px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
}
.sidebar_content h2 {
  font-size: 32px;
  color: #000;
}
.sidebar_content p,
.single_sidebar span {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    display: block;
}
.key_details h2 {
    margin-top: 0;
    padding-top: 18px;
}
.btn_grp {
    margin: 0px -15px;
}
.btn_grp .btn_email {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ED1B24;
    color: #fff;
    border: none;
}
.btn_grp .btn_alert_me {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    line-height: 3;
    font-size: 16px;
    font-weight: 700;
    background: #EE3324;
}
.btn_grp .btn_email i {
    font-size: 62px;
    margin-right: 10px;
    vertical-align: middle;
    color: #4AC0FF;
    padding: 12px 0px;
    display: inline-block;
}
.single_sidebar form {
    padding: 0px 10px;
}
.single_sidebar form input {
    height: 42px;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 0;
    line-height: 2.5;
    border: 1px solid #f2f2f2;
    /* margin-top: 38px; */
}
.single_sidebar form button {
    background: #4FA6DC;
    border: none;
    border-radius: 3px;
    font-size: 28px;
    font-weight: 700;
    padding: 4px 40px;
    color: #fff;
    margin-top: 35px;
}




/*package page CSS Styling Start here*/
.package_area{
  margin-bottom: 40px;
}
.packages{
  margin-bottom: 30px;
}
.single_package{
  margin-bottom: 30px;
}
.package_title,
.buffe_title{
    padding: 0px 15px;
}
.package_title h2,
.buffe_title h2 {
    color: #0090CD;
    border-bottom: 2px solid #0090CD;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 8px;
}
.package_thumb {
  position: relative;
  border: 1px solid #EEEEEE;
  margin-bottom: 15px;
}
.package_thumb img{
    min-height: 343px;
}
.package_caption p{
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 15px;
  background: #0188ceba;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: all .5s ease-out;
}
.package_content {
    margin-top: 10px;
    margin-left: 5px;
}
.package_content p {
    line-height: 6px;
    font-size: 14px;
    color: #909192;
    margin: 0.3em 0;
}
.single_package .btn {
    background: #6ABE28;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0px;
    border-radius: 0;
}
.buffe {
    margin: 40px 0px;

}
.buffe_title i {
    font-size: 30px;
}
.buffe ul{
margin: 0;
padding: 0;
padding-left: 25px;
}
.buffe ul li{
  list-style: none;
  line-height: 1.8;
}



/*Package Details page*/
.package_details .descrip h2,
.package_details .paackage_unclu h2,
.point_of_note h2{
  color: #0090CC;
  text-transform: capitalize;
}
.package_details .descrip p{
  color: #0090CC;
}
.package_item,
.paackage_unclu,
.point_of_note,
.similar_package {
    margin-top: 0;
    background: #fff;
    border: 10px solid #F4F4F4;
    padding: 15px 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.package_item,
.paackage_unclu,
.point_of_note {
   margin: 10px;
}
.package_item i {
    font-size: 60px;
    border: 4px solid #003D6E;
    border-radius: 50px;
    width: 85px;
    display: block;
    height: 85px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.1;
    margin: 3px;
}
.package_item span {
    display: block;
    margin: 0 auto;
    width: 99px;
    border: 4px solid #0490cb;
    border-radius: 50px;
}
.package_item h4 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
    color: #0490CB;
}
.package_single_item{
  margin-bottom: 10px;
}
.paackage_unclu ul{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.paackage_unclu ul li{
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
}

.point_of_note ul{
  margin: 0;
  padding: 0;
}
.point_of_note ul li{
  list-style: none;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
}

.single_package{
  overflow: hidden;
  display: block;
}
.similar_package_overley {
  transition: all .5s ease-out;
  padding: 0px 5px;
}
.single_package {
  min-height: 130px;
  border: 1px solid #f1f1f1;
}
.similar_package_thumb{
  position: relative;
  min-height: 165px;
  height: 100%
}
section#primary{
  padding: 100px 0;
  background: #fff;
}
.slide-buttons .col-sm-2{
  background: rgba(15,135,200,1);
  text-align: center;
  padding: 15px 0;
  border: 1px #428bca solid;
}
.slide-buttons a{
  color: #fff;
}
.slide-buttons a:hover, .slide-buttons a:focus, .slide-buttons a:active{
  text-decoration: none;
}
.slide-target:before {
  content: "";
  display: block;
  height: 140px;
  margin: -140px 0 0;
}
.sticky-logo {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}
.sticky-logo img {
  height: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.is-sticky .sticky-logo {
  visibility: visible;
  opacity: 1;
}
.is-sticky .sticky-logo img {
  height: 50px;
  width: auto;
}
.similar_package_content {
  margin-top: -2px;
}
.similar_package_content h2{
  color: #0188CE;
  padding-left: 10px;
  padding-bottom: 0px;
  transition: all .5s ease-out;
  font-size: 18px;
  margin-bottom: 5px;
}
.similar_package_content p{
  color: #7F8082;
  padding-left: 10px;
  transition: all .5s ease-out;
  margin: 0px 0;
}
.similar_package_content p span{
  color: #6ABE28;
  font-weight: 600;
}
.similar_package_content h2 {
    color: #fff;
    padding-bottom: 0px;
    background: #0188CE;
    margin: 0px;
        margin-bottom: 0px;
    padding: 10px 10px;
    margin-bottom: 5px;
    text-align: center;
}
.similar_package_overley i {
    color: #3B7FE4;
}
.similar_package_overley strong {
    color: #0E57BE;
    line-height: 3;
}

.package_details .single_sidebar {
  padding: 10px;
  border-left: 20px solid #F4F4F4;
  border-top: none;
  border-bottom: 15px solid #F4F4F4;
  background: #fff;
  margin-top: 0px;
}
.package_details .descrip{
  border-top: none;
}
.package_datails_content h2{
    text-align: center;
    color: #0190CE;
}
.package_datails_content .form-group{
  padding: 10px 0;
}
.package_datails_content {
    padding: 30px 0px;
    text-align: center;
    color: #0190CE;
}
.package_datails_content label {
  color: #333;
}
.package_datails_content h4{
    color: #0190CE;
}
.package_datails_content .btn_grp {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.package_datails_content .btn_grp button {
    line-height: 2;
    border: none;
    padding: 0px 40px;
    background: #0090CD;
    font-size: 20px;
}
.package_datails_content h3 {
    padding: 45px 0px;
    font-size: 18px;
    font-weight: 600;
}
.sidebar .single_widget {
    border-left: 22px solid #F4F4F4;
}


/*visa page css styling*/
.visa_option {
    border: 0px solid #ddd;
}
.visas .dd_header {
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}
.visa_option .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}
.visa_price_option h3 {
    margin: 15px 0px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.visa_price_option .control-label {
    color: #2a2a02;
    font-size: 13px;
    font-weight: 400;
}
.visa_price_option .control-label i {
    color: #0096FE;
    margin-left: 5px;
}
.form-control {
    border: 1px solid #f2f2f2;
}
.visa_option .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #f2f2f2;
}
.visa_option .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f2f2f2;
}
.visa_option .table-bordered {
    border: 1px solid #f2f2f2;
}
.visa_option tr td p {
    margin: 0px 0px;
    line-height: 1.3;
}
.visa_option table tr th {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
.visa_option table tr th i{
  color: #0090CD;
  margin-left: 5px;
}
.visa_option label {
    color: #4e4e4e;
}
.visa_option .btn_qik_enqry {
    background: #99CD44;
}
.section_padding {
    margin: 15px;
    border: 1px solid #F5F5F5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(245, 245, 245);
    padding: 10px;
    border-bottom: 15px solid #F4F4F4;
}
.section_padding_last {
    margin: 15px;
    border: 1px solid #F5F5F5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(245, 245, 245);
    padding: 10px;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom:60px;
}
.visa_descrip div p {
    background: #FFFF01;
    padding: 0px 5px;
    color: #222;
}
.visa_doc h4 {
    color: #22C1F5;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.visa_doc .single_doc h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.visa_doc .single_doc p {
    margin: 0px 0px;
}
.visa_doc .single_doc ul {
  margin: 0;
  padding: 0;
}
.visa_doc .single_doc ul li {
  list-style: none;
  font-size: 16px;
}
.visa_doc .single_doc ul li i {
    font-size: 18px;
    margin-right: 15px;
    color: #98CE46;
}
.faq h2 {
    margin-bottom: 40px;
}
.faq .single_faq span p i {
    font-size: 14px;
    color: #FF1828;
    margin-right: 15px;
}
.faq .single_faq span:last-child p i {
    font-size: 14px;
    color: #98CE46;
    margin-right: 15px;
}
.how_apply ol li {
    line-height: 3;
}
.visa_sidebar .single_sidebar {
    padding: 5px;
    border-top: 0px solid #F4F4F4;
    border-left: 10px solid #F4F4F4;
    margin-top: 0px;
    background: #fff;
}
.sidebar_padding {
    border: 4px solid #f4f4f4;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: rgb(244, 244, 244);
    border-bottom: 14px solid #f4f4f4;
}
.visa_sidebar .btn_grp .btn_email {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ED1B24;
    color: #fff;
    border: none;
}
.customar_care{
  padding: 10px;
}
.customar_care h3 {
    margin: 8px 0px;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.single_customar_care h4 {
    border-bottom: 1px dashed #ddd;
    margin: 0px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
}
.single_customar_care ul {
  margin: 0;
  padding: 0;
    border-bottom: 1px dashed #ddd;
}
.single_customar_care ul li {
    margin: 8px 0;
    line-height: 2;
    text-transform: uppercase;
    list-style: none;
}
.single_customar_care ul li i{
font-size: 22px;
color: #1EA1B5;
margin-right: 8px;
vertical-align: middle;
}
.single_customar_care ul h5 {
    font-size: 16px;
    margin: 0px 0;
    margin-left: 30px;
    margin-top: 10px;
}
.customar_care.sidebar_padding {
    overflow: hidden;
}
.single_book_cz {
    margin-bottom: 22px;
    overflow: hidden;
}
.single_book_cz i {
    font-size: 28px;
    color: #F3771F;
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 1.5;
    border-radius: 50px;
}
.why_live i {
    color: #63BC48;
}
.why_easy_trans i {
    color: #00B7F0;
}
.why_secure_trans i {
    color: #E0222E;
}
.why_rating i {
    color: #FCD90B;
}
.single_book_cz h4 {
    margin: 0px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}
.single_book_cz a {
    text-decoration: none;
    color: #00BDF4;
    line-height: 2.6;
}
.modal-header {
    overflow: hidden;
    background: #F7F7F7;
}
.modal-header a img {
    width: 50%;
}
/*//bootstrap style*/
.modal-header {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header h4 {
    font-weight: 400;
    line-height: 2.3;
}
.modal-dialog{
  position: relative;
  border: 15px solid #00000080;
  border-radius: 5px;
}
.modal-content {
    border: 4px solid #00B7F1;
}
.modal-content .modal-footer {
    padding: 0;
    margin-top: 0;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}
.enquiry_modal .modal_content h2 {
    font-size: 24px;
    color: #919191;
    text-transform: capitalize;
    margin: 12px 0px;
}
.enquiry_modal .modal_content h3 {
    font-size: 26px;
    color: #F0892D;
    text-transform: capitalize;
    margin: 12px 0px;
}
.enquiry_modal .modal_content hr {
    margin: 0px auto;
    width: 65%;
}
.enquiry_modal .modal_content h4 {
    border-top: 1px solid #ddd;
    padding-top: 35px;
    margin-top: 50px;
    font-weight: 400;
    font-size: 22px;
    color: #919191;
}
.enquiry_modal .modal_content span {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 2.4;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 22%;
    z-index: 1;
    background: #fff;
}
.modal_enquiry_form .input-group {
    margin: 15px 0px;
}
.modal_enquiry_form .input-group-addon {
    padding: 5px 8px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}
.star_rating{
    width: 150px;
    height: 28px;
	position: relative;
	background: #eee;
    display: inline-block;
    top: 5px;
}
.star_rating span{
	height: 28px;
    background: #ffcf00;
    margin: 0!important;
    display: block;
}
.star_rating img{
	position: absolute;
	z-index: 1;
	width: 100%;
    top:0;
    left:0;
}
#combo_deal_subscription{
  padding-top: 30px;
}
.enquiry_btn .btn-primary {
    color: #fff;
    background-color: #00B7F1;
    border-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 45px;
}
.modal-footer button.btn-dialog {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #03B7F2;
    font-size: 20px;
    padding: 3px;
    line-height: 0;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
}
.enquiry_btn button a {
    color: #fff;
}
.visa_finals {
    border: 15px solid #fff;
}
.visa_step {
    padding-top: 15px;
    margin: 15px 15px;
  background: #f4f4f4;
}
.section_style {
    padding-top: 15px;
    margin: 15px 15px;
    background: #fff;
    margin: 0;
}
.vfs_section_padding {
    margin: 0px;
    border: 1px solid #F5F5F5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(245, 245, 245);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(245, 245, 245);
    padding: 10px 15px;
}
.visa_step span {
    width: 55px;
    height: 55px;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 2;
    border-radius: 30px;
    color: #fff;
}
.single_step {
    display: block;
    text-align: center;
}
.visa_step .first_step span{
    background: #F7851F;
}
.visa_step .third_step span{
    background: #B6B7B9;
}

.visa_step .second_step span{
    background: #FFC211;
}
.visa_d_title {
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0;
}
.vdt_left_content h4,
.vdt_right_content h4 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}
.vdt_right_content h4 {
    margin-bottom: 5px;
}
.vdt_left_content h3 {
    margin: 0;
    color: #00A54F;
}
.vdt_right_btn.btn.btn-primary {
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 12px 64px;
    line-height: 1;
    border-radius: 0;
    margin-bottom: 15px;
    color: #DE1A32;
    font-weight: 600;
    background: #DED4D3;
    border: none;
}
.extra_details {
    overflow: hidden;
}
.passenger_details,
.extra_details,
.promo_code,
.payment_details,
.pay_now {
    padding: 10px 15px;
    overflow: hidden;
}
.vfs_section_padding h2 i {
    font-size: 40px;
    color: #9D9EA2;
    margin-right: 10px;
    vertical-align: middle;
}
.vfs_section_padding h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.vfs_section_padding input,
.vfs_section_padding select,
.vfs_section_padding textarea{
    margin: 15px 0px;
    border-radius: 0;
    border:1px solid #CECECE;
}
.extra_details h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px;
    color: #2E3F53;
}
.extra_details h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.visa_details_note strong {
    color: #E11935;
    margin-right: 5px;
}
.visa_details_note p {
    line-height: 1;
    margin: 0px 0;
    font-weight: 600;
}
.visa_details_note a {
    color: #04B6F4;
    text-decoration: none;
    font-weight: 600;
}
.visa_details_note {
    margin-bottom: 18px;
}
.payment_details_head {
    border-bottom: 1px solid #ddd;
}
.payment_details_head ul li i {
    font-size: 45px;
    color: #00B7F3;
  transition: all 0.2s ease-out 0s
}
.payment_details_head ul li a {
  text-decoration: none;

}
.payment_details_head ul li a:hover i {
  color: #FF8302;
}
.payment_details .form-control {
    margin: 0px 0px;
}
.payment_details strong {
    color: #00B7F1;
    margin-right: 5px;
}
.pay_now label {
    color: #202020;
    font-size: 14px;
}
.pay_now a {
    display: block;
    text-decoration: underline;
    color: #00B7F1;
}
.pay_now_btn .btn {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 12px 98px;
    border-radius: 0px;
    background: #00B7F1;
    margin: 20px 0px;
}
.single_visa_sidebar {
    background: #fff;
    margin-top: 12px;
}
.visa_sidebar_padding {
    padding: 5px 15px;
}
.vs_header {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.vs_header h2 {
    margin: 15px 0px;
}
.right_symble span i {
    background: #f4f4f4;
    margin: 0px 5px;
    padding: 5px;
    border-radius: 35px;
}
.vs_header h2 i {
    color: #8F8F8F;
    margin-right: 10px;
    font-size: 25px;
    vertical-align: middle;
}
.right_symble span {
    margin: 11px 0px;
    display: block;
}
.vs_sidebar_body ul li {
    line-height: 2;
}
.vs_sidebar_body ul li a {
    color: #565F8D;
    font-size: 16px;
    text-decoration: none;
}
ul li a.danger {
    color: #ff0000 !important;
}
ul li a.success{
    color: green;
}
.final_payment ul li strong a {
    font-size: 28px;
}



/*test for step*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row::before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #565455;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 25px;
    line-height: 1.428571429;
    border-radius: 30px;
    color: #000;
}


.stepwizard-step.wzd_two a {
    background: #FFC211;
    border: 2px solid #fff;
}
.stepwizard-step.wzd_three a {
    background: #B7B8BA;
    border: 2px solid #fff;
}
.stepwizard-step a {
    background: #F6851F;
    border: 2px solid #fff;
}
.wzd_one::before {
    background: #E7541F;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    top: 16px;
    left: -17px;
    position: absolute;
    border-radius: 10px;
    border: 2px solid #fff;
}
.wzd_two::before {
    background: #565455;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    top: 21px;
    left: -14px;
    position: absolute;
    border-radius: 5px;
    border: 2px solid #fff;
}
.wzd_two::after {
    background: #565455;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    top: 21px;
    right: -21px;
    position: absolute;
    border-radius: 5px;
    border: 2px solid #fff;
}
.wzd_three::after {
    background: #029ADD;
    width: 20px;
    height: 20px;
    display: block;
    content: "";
    top: 16px;
    right: -17px;
    position: absolute;
    border-radius: 10px;
    border: 2px solid #fff;
}
.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .icon {
  font-size: 35px;
  float: left;
  color: transparent;
}
.rating label:last-child .icon {
  color: #000;
}
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
  color: #09f;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}
/* .rating .form-group{
  position: absolute;
} */
.blog_post .post-thumbnail img{
    max-width: 100%;
    height: auto;
}
.blog_post section#primary, .blog .blog_list{
    background: none;
    padding:50px 10px;
    /* background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2) */
}
.blog .blog_list{
    margin: 50px 0;
}
.blog_post .blog_sidebar{
    margin-top: 50px;
}
.blog_sidebar ul li {
    list-style: circle;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}
.blog_sidebar ul li a{
    color: #069;
}
.blog_sidebar ul li a:hover,.blog_list h2 a:hover{
    text-decoration: none;
}
.blog_post h2,.blog_list h2 a {
    color: #025699;
}
.blog_post h2,.blog_list h2 a {
  margin: 10px 0;
  padding: 10px 0;
  color: #000;
}
.sbWidget{
  padding-bottom: 1rem;
  text-align: center;
}
.sbWidget .fa-check{
  color: #5cb85c;
}
.sbWidget h2{
  background: none;
  color: #333;
  text-align: center;
}
#booking_information{
    background: #fff;
}
#booking_information table{
    width: 100% ;
    background: #0088CE;
    border-spacing: 1px;
    border-collapse: separate;
}
#booking_information table td,#booking_information table th{
    padding: 8px;
    background: #fff;
}
#booking_information table th{
    background: #003D6E;
    color: #fff;
}
#booking_information button{
    margin: 10px 0;
    padding: 10px 20px;
    background: #0088CE;
    color: #fff;
    border: #003D6E;
}
.visa_finals .form-control{background: #eee;border-radius: 0;border: 1px solid #ccc;}
.visa_finals .btn{
    border-radius: 0;
}
.review-section .form-group{
    padding-top: 5px;
}
.review-section .btn-lg{
    margin-top: 5px;
}
.coupon-code .input-group{
    display: flex;
}
.coupon-code i{
    cursor: pointer;
}
.single_reviews{
    background: #fff;
	padding: 15px;
	height: 400px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.single_reviews h4{
    margin: 1em 0 0;
}
.single_reviews .icofont{
    font-size: 30px;
    color: #ccc;
}
.book_now_mbl .dd_btn{
    display: none;
}
section#sticky{
    display: none;
}
.sticky-booknow{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 59px;
    display: block!important;
    background: #428bca;
    padding: 10px 0;
}
.zoom-0-5{
    zoom: 0.5;
}

/* =================================

===================================*/
.grid {
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,.grid-item{
  width: 50%;
}
.grid-item {
  float: left;
}
.grid-item .itemContent{
  padding:1.2rem;
  min-height: 500px;
}
.blog_post .content-area:before {
  content: '';
  position: absolute;
  width: 100%;
  /* background: #fff; */
  background-image: linear-gradient(to right, #f4f4f4 , #fff);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1);
}
.blog_post .visa_sidebar .single_sidebar{
  background: none;
}
.blog_post .site-main{
  position: relative;
  z-index: 1;
}
.blogImg{
  border: 5px solid #ddd;
  background: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 10px #000;
}
.itemContent .blogImg{
  height: 350px;
}
.blogImg img{
  transition: 0.5s ease-in-out;
  transform: scale(1);
  opacity: 1;
  width: 100%;
  background: #fff;
  height: 100%;
}
.blogImg:hover img{
  opacity: 0.7;
  transform: scale(1.1);
}
.featured_cat{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: #003D6E;
  position: relative;
}
.featured_cat a{
  color: #fff;
  padding:1rem;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.featured_cat a:hover{
  text-decoration: none;
  background: #0E83C4;
}
.grid-item .details h3 a{
  color: #015293;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
}
.blog_post h1{
  color: #015293;
  /* margin-top: 0; */
  margin-bottom: 2rem;
  position: relative;
}
.blog_post .entry-content{
  font-size: 16px;
}
.blog_post .entry-content img{
  max-width: 100%;
  width: auto;
  height: auto;
}
.relatedPosts{
  margin:4rem 0 2rem;
}
.postDate {
  position: absolute;
  top: 20px;
  background: #003D6E;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 2px;
  z-index: 2;
}
.rpImg{
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center;
  margin-left: 30px;
  border: 5px solid #ddd;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.rpImg:hover{
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
  border-color: #003D6E;
}
.relatedPosts h3 a{
  font-size: 1.2rem;
  color: #003D6E;
}
.headImg{
  /* display: flex; */
  margin-bottom: 1.5rem;
}
.sharePost{
  margin-right: 20px;
  width: 100px;
}
.prevPost,.nextPost{
  position: fixed;
  top: 80vh;
  left: 20px;
  display: flex;
  width: 100px;
  background: #fff;
  align-items: center;
  z-index: 9999;
  font-size: 12px;
}
.prevPost span,.nextPost span{
  /* padding:2px 10px; */
}
.navThumbImg{
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.navThumbImg a{
  display: block;
}
.navThumbImg img{
  width: auto;
  height: 100px;
}
span.navThumbText {
  visibility: hidden;
  position: absolute;
  background: #fff;
  top: 0;
  width: 150px;
  padding: 5px;
  min-height: 100px;
  display: flex;
  align-items: center;
  font-weight: bold;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.prevPost .navThumbText{
  left: 0;
}
.prevPost:hover .navThumbText{
  visibility: visible;
  left: 100px;
  opacity: 1;
}
.nextPost .navThumbText{
  right: 0;
}
.nextPost:hover .navThumbText{
  visibility: visible;
  right: 100px;
  opacity: 1;
}
.nextPost{
  right: 20px;
  left: auto;
}
ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  display: table;
}
ul.page-numbers li{
  display: inline;
  margin: 3px;
}
ul.page-numbers li .page-numbers{
  padding: 5px;
  min-width: 30px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  display: inline-block;
}
ul.page-numbers li .page-numbers.current{
  background: #015293;
  color: #fff;
}
ul.page-numbers li a{
  text-decoration: none;
}



@media only screen and (max-width: 768px) {
    .dd_btn.book_now, section#sticky, .vs_header{
        display: none!important;
    }
    .book_now_mbl .dd_btn{
        position: fixed;
        z-index: 999;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: block;
        border-radius: 0;
    }
    .container{
      width: 100%;
    }
    .grid-item .details h3 a{
      font-size: 1.2rem;
      line-height: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .custom-block {
       width: 20%;
    }
}

.priceNreview .btn_aak {
    background: #0188ce;
    padding: 5px 10px;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: all .5s ease-out;
    display: inline-block;
}
#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #ffffff;
    background-color: #428bca;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #428bca;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #428bca;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
.card-block1 {
    border: solid;
    border-color: #428bca;
    border-bottom-right-radius: 50px;
}

.card-block1 {
    height: 100px;
    box-shadow: -10px -10px 10px -5px #428bca;
}
.card1 {
    padding: 20px 0;
}
.pack img {
    margin: 0 auto;
    float: left;
}
.pack {
    text-align: center;
}
.card1 h3 {
    line-height: 27px;
    font-size: 26px;
    text-align: left;
    margin: 10px 15px 15px;
    color: #000;
}
.price-text {
    font-weight: 700;
    font-size: 20px;
	
    margin: 10px 15px 15px;
    color: #000;
}
.sidebar1 {
    font-weight: 700;
    font-size: 20px;
    
    margin: 10px 15px 15px;
    color: red;
}