@charset "utf-8";
/* CSS Document */

/* Goyara.com css UI version  2.0 */

/* preloader */
.pace .pace-progress{
    background-color: #FF8000;
}
.pace .pace-activity{
    border-top-color: var(--reverse);
    border-left-color: var(--reverse);
   top: 28px;
   right: 75px;
    display: block!important;
}
/* end preloader */

.nav-link{position: relative;}
.mobile-title{
    position: absolute;
    display: block;
    font-size: 10px;
    font-family: roboto;
    font-weight: 400;
    top: 26px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

@media (max-width: 768px){ /* mobile */
    
  .section-tab .nav-tabs .nav-link {
      /* padding:10px 16px; */
      padding:12px;
      padding-bottom: 15px;
   }
    
   
    
    
}


#flight_type{padding: 12px 20px 10px 20px;}
.section-tab h2 strong{
    font-family: robotomediumitalic;
}
@media(max-width:991px){
    .hero-bg{
        background-position: -300px -100px;
     
    }
    
    .flight_types {margin-top: 30px;padding-bottom: 20px;}
    .flight_types  .form-check{
        
        border: 0px solid red;
        position: relative;
    }
    
#swap{
  right: 45%;
  margin-top: -38px;
}  
 
}
@media(min-width:991px){/* desktop */
    
    .nav li{
       
        border-radius: auto;
    }
.main-menu-content nav ul li a, 
.main-menu-content nav ul li span{
    font-family: robotobold!important;
    color: #fff;
}

.logo img{
    max-height: 50px!important;
    border-radius: 5px;
    background: transparent;
    padding: 4px;
}

#ACCOUNT{
    border-radius: 50px!important;
    background-color: transparent;
    border: 2px solid #fff;
    padding: 5px 15px;
}

#currency{
    color: #fff;
}

#flights-search{
    background-color:var(--reverse);
    border: 1px solid var(--reverse);
}
.theme-btn{
  background-color: var(--reverse);
  border-color: var(--reverse);
}

.more_details:hover{
    color: var(--theme)!important;
}
.dropdown-menu{
    background-color: var(--theme);
    border: 0px;
}

.main_search_{
    /* min-height: 220px; */
}

	
.fixed-nav .header-menu-wrapper{
    opacity: 1;
}
	
.search_area{
        margin-top: -22px;
    }
	
    /*
     .hero-bg{
        margin-top: -70px;
        padding-top: 70px!important;
        min-height:100vh!important;
        background-position: top;
         
    }
    */
    
} /*################ desktop #################*/





.user-menu-open, .side-menu-close, .menu-toggler {
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  position: relative;
}

  .btn-primary{
/*    background-color:var(--reverse);*/
}

.main_search, .search-fields-container{
    border-radius: 20px!important;
}

.main_search_{
    padding-top: 40px;
    padding-bottom: 40px;
  
}
.hero-bg{
   
    
    background-repeat: no-repeat;
    background-size:cover!important;
}
.nav.gap-1{
        gap: .0rem !important;
    }
        .search_area{
        margin-top: -23px;
    }

    .nav{
      justify-content: center;
      width: 100%;
    }
    

.fixed-nav .header-menu-wrapper{
    background-color: var(--theme);
}

.header-menu-wrapper{
    border-bottom: 1px solid var(--theme);
}

   .section-tab .nav-tabs .nav-link{
        background: var(--theme);
/*         border-radius: 0!important; */
        border-radius: auto;
    }
    
    .section-tab .nav-tabs{
        border-radius: auto;
    }
    
     .section-tab .nav-tabs li .nav-link{
       border-radius:0px!important;
    }
    .section-tab .nav-tabs li:first-child .nav-link{
       border-radius:0px!important;
       border-top-left-radius:25px!important;
       border-bottom-left-radius:25px!important;
       padding-left: 16px;
    }
   
    
     .section-tab .nav-tabs li:last-child .nav-link{
       border-radius:0px!important;
       border-top-right-radius:25px!important;
       border-bottom-right-radius:25px!important;
       padding-right: 30px; 
    }
    
    
    
    
    .section-tab .nav-tabs .nav-link.active{
        background-color: var(--reverse)!important;
        color: #fff;
    }
     .section-tab .nav-link.active:hover,
    .section-tab .nav-link:hover{
      background-color: rgba(255,255,255,1)!important;
         color: #4D1E7C;
    } 
	
    .section-tab .nav-tabs .nav-link:active{
        background-color: var(--reverse);
        color: #fff;
    }

 @media(max-width:900px){
    
     .section-tab .nav-tabs .nav-link:hover{
      background-color: var(--reverse)!important;
         color: #fff;
    }  
 } 



/******************/

.switch-field {
	display: flex;
	margin-bottom: 0px;
    margin-top:0px;
	overflow: hidden;
}

@media(max-width:991px){
  .switch-field{
     justify-content: center;
    }  
}
.switch-field input {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden; 
    z-index: 20000;
}

.switch-field label {
	background-color: #f7f7f7;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 10px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease-in-out;
    font-weight: 400;
}

.switch-field label:hover {
	cursor: pointer;
    background: #fff!important;
}

.switch-field input:checked + label{

	background-color:var(--reverse)!important;
	box-shadow: none;
    color: #fff;

}

.switch-field label:first-of-type {
	border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
	border-radius: 0 15px 15px 0;
}


/*** footer ***/
.subscriber-area  h2.sec_deal {
 
  color: #fff !important;
    font-size: 35px!important;
    padding-bottom: 8px;
  
}



.subscriber-area {

  background-color: var(--themelight)!important;
    padding: 15px 0px;
}
.subscriber-area input::placeholder {
  color: rgba(255,255,255,0.55); /* Change this to your desired color */
}
.subscriber-area  .contact-form-action .form-group .form-icon{
    color: var(--themelight2);
    position: absolute;
    top:12px!important;
    left: 15px;
    font-size: 20px;
}
.subscriber-area  .contact-form-action .form-group input{
    background-color:var(--themelight)!important;
    color: #fff!important;
    border: 1px solid #fff;
   
    height: 30px!important;
}

.subscriber-area  .submit-btn {
  position: absolute;
  top: 4px!important;
  right: 4px!important;
    background-color:var(--theme)!important;
    border:1px solid var(--themelight)!important;
}
.subscriber-area  .submit-btn:hover {
    color: var(--themelight2)!important;
}
.subscriber-area  .social-profile{
    margin-top: 15px;
    margin-bottom: 0px;
}

.subscriber-area  .social-profile li a {
  display: block;
  color: var(--themelight2);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(128,137,150,0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    border:1px solid var(--themelight2);
}

@media(max-width:991px){
.subscriber-area  h2.sec_deal {
    text-align: center;
    padding-bottom: 0;
}
    .subscriber-area .subscriber-box {
        margin-top: 0;
    }
    
.subscriber-area  .social-profile{
    margin-top: 0px;
    margin-bottom: 0px;
}   

.fsocket > div,.fsocket3 .copyright-txt{
    text-align: center;
}
    
    .footer-area {
  padding: 10px 0 0!important;
        background-size: auto;
        background-repeat: repeat-y;
}
    
}



/*** end footer ****/



/* user menu */
@media(min-width:991px){/* desktop */
.header-top-bar .dropdown .dropdown-menu.user-menu{
    position: absolute; 
/*     display: block; */
  background-color: #4D1E7C;

  list-style: none;
  margin: 0;
 
  padding:0;
  padding: 10px;
  width: 250px;
  border-radius: 20px !important;
 inset: auto  auto  auto auto!important; 
 margin: 0px; transform: 
 translate3d(auto)!important;  
    
     right: 0!important;
    top: 30px!important; 
}

.user-menu li{
    
  width: calc(50% - 10px)!important; 
  float: left!important;
  margin: 5px 5px 5px 5px; 
}

.user-menu li{
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px !important;
    padding: 12px 0px 8px 0px;
}

.user-menu li:hover{
   background-color: var(--reverse); 
}

li:nth-child(2n+3) {
  clear: both;
}
.user-menu li{
    display: flex!important;
}
.user-menu li i{
    color: #fff;
    border: 0px solid #fff;
    font-size: 25px;
    padding: 10px 5px;
    
}

.user-menu li a{
    border-radius: 0px !important;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px solid #fff;
    padding: 0!important;
    margin: 0!important;
    

}
.user-menu li a span{
    color: #fff;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0px !important;
    /* margin-top: -15px; */
    margin-top: 7px;
}
.user-menu li a:hover{
    background-color:transparent!important;
    color: #fff!important;
}
}
/* end user menu */

  #flights-search,#submit{
    background-color: var(--reverse);
    border: 1px solid var(--reverse);
  }
  
  .search_area {
    position: relative;
    z-index: 1;
}

.section-tab .nav-tabs {
    z-index: 2;
    position: relative;
 
}


.main-menu-content nav ul li a, 
.main-menu-content nav ul li span{
    font-family: Roboto!important;
    font-weight: 500;
    color: #fff;
}

.section-tab h2 strong {
    font-family: Roboto!important;
    font-weight: 700;
    font-style: italic;
}


.subscriber-area h2.sec_deal{
    font-family:fontleroy!important;
}


.hero-bg{
        margin-top: -5px;
/*      padding-top: 70px!important; */
        min-height:100vh!important;
        background-position: top;
        margin-bottom: 50px!important;
 }


.carousel-action .owl-nav div {
    background-color: var(--reverse);
    color: #fff;
    top: 33%;
}

.newhot-deals .card-item {
    box-shadow:none;
    background-color: #fefefe!important;
    transform: scale(0.98);
    border: 0px solid #c7c7c7;
    border-radius: 50px;
    border-radius: 0px!important;
}

.card-item .card-img {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-radius: 5px!important;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px rgba(82,85,90,0.2);
}

.newhot-deals  .author-bio{
    text-align: center;
}

.author-content .author-bio .author__title{
    font-family: roboto!important;
    font-weight:400!important;
    font-size: 16px;
    width: 100%;
    
}
.blog-card {
    /* text-align: center; */
}

.blog-card h1{
    text-align: center;
}
.blog-card .card-footer{
    padding: 10px auto;
    line-height: 20px;
}

.blog-card .card-footer.d-flex{
    display: inline-block!important;
    align-items:center!important;
}


.bread-bg-flights,.bread-bg-7{
    min-height: 90vh;
}
.breadcrumb-area::before{
    background-image:none;
}

.bread-bg-7::before{
    background-color: #000;
    opacity: 0.3;
}


.bread-bg-tours{
     min-height: 90vh;
}


.bread-bg-tours::before{
    background-color: #000;
    opacity: 0.5;
}


.main-menu-content ul li a:hover {
    color: var(--reverse);
}

.bread-bg-7.search-result, .breadcrumb-area.search-result{
	min-height: 12vh;
}

.breadcrumb-area{
    margin-top: 70px;
}

.header-menu-wrapper{
    /*position: fixed;*/
    z-index: 10000000;
	width: 100%;
}

.breadcrumb-area{
    margin-top: 0px!important;
}

.header-area{
/*    position: fixed;*/
    z-index: 300000000000;
    top: 0;
    width: 100%!important;
}

 .hero-wrappe .section-tab{
    margin-top: 70px;
}
.payment-area{
    margin-top: 70px;
}

.home-tagline strong{
    display: none;
}




@media(min-width:991px){/* desktop */
	.main_search_{
		min-height: 300px;
	}
}


.show-test-msg{
	display: inline-block;
    background-color: rgba(255,255,255,0.67);
    border-radius: 15px;
    color: #4D1E7C;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1.1;
   
}


.cms-sidebar{
    margin-top: 100px!important;
}

.container > .cms-sidebar{
    padding: 20px 30px;
}


#myIframe{
    border-radius: 5px;
}

.modal-content{
    margin-top: 100px;
}

.blog-single-card{
    margin-top: 90px;
}


.check-mark-tab  .nav-tabs .nav-link {
  background: #fff;
}

.card-header{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom:8px;
    box-shadow:none;
}
.sticky-top{
    margin-bottom: 20px!important;
    box-shadow: 0 0 40px rgba(82,85,90,0.1);
}

.sidebar{
    margin-bottom: 20px!important;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow:none;
}

.card-item .card-img{
   box-shadow:none; 
}

.card-item{
   border:1px solid #e4e2e2;
   border-radius: 5px !important;
   box-shadow: 0 0 10px rgba(82,85,90,0.1)!important;
}
.card-body .col-4.p-2{
    background: transparent!important;
}

.booking-detail-form .list-items,
.booking-detail-form .card-title strong,
.booking-detail-form  .section-block+ p{
    padding-left: 10px;
}

#data .catalog-panel li.mix {
    position: relative;
}
#data .catalog-panel li.mix .flight-detail-icon{
    position: absolute;
    z-index: 10000!important;
    bottom:-6px;
    background-color: #F57F20;
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
    padding-top: 0;
    cursor: pointer;
    left: calc(50% - 25px);
    
}
#data .catalog-panel li.mix .flight-detail-icon i{
    position: absolute;
    bottom: 2px!important;
    left: calc(50% - 8px);
    color: #fff;
}



.flight-detail-icon i {
    transition: transform 0.5s ease; /* Apply transition effect */
}

.flight-detail-icon i.rotate180 {
    transform: rotate(180deg); /* Rotate the element 180 degrees */
}

.hotel.subscriber-area .contact-form-action .form-group .form-icon {
    top: 8px !important;
  }



  
.room-name{}
#availability{
    border: 0px solid black;
}

.tour-detail-area{
    margin-top: 100px;
}

.breadcrumb-wrapper {
    width: 100%;
    position: fixed!important;
    top: 50px;
    left: 0;
}
.breadcrumb-roomdetail{

    display: flex;
    justify-content: flex-end;
    background-color: #f2f0f0;
    padding: 5px 10px;
    margin-top: 20px;
    box-shadow:5px  1px 5px rgba(148,148,151,0.05);
    
}
.breadcrumb-roomdetail p{
    font-size: 12px;
    padding: 0 20px;
    border-right: 1px solid #000;
}
.breadcrumb-roomdetail p:last-child{
    border-right: 0;
}
.room-price > div{
    padding-left: 10px;
}
.room-price{
    line-height: 1.1;
    display: flex;
     justify-content: flex-end;
    flex-direction: right;
}
.room-price strong{
    font-size: 15px;
}
.room-price .txt-start-from{
    font-size: 15px;
    display: inline-block;
}


.room-price .txt-price{
    font-weight:bold; 
    font-size: 12px;
    display: block;
    margin-bottom: -5px;
}
.room-price .txt-nightperroom{    
    font-size: 12px;
    color: #7e7e7e;
}


.room-price .col2{text-align: left;}
.room-price .txt-rackrate{
    font-size: 12px;
    margin-right: 0px; 
    color: #e60000; 
    font-weight: bold;
}

.room-price .txt-pernight{
    font-size: 12px;
    color: #7e7e7e;
}
.room-price strong{
    display: block;
}

.angled-strike {
    position: relative;
    display: inline-block;
}

.angled-strike::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; 
    background-color: rgba(255,0,0,0.60); 
    transform: rotate(-6deg); 
    transform-origin: center;
}


.oldprice {
    position: relative;
    display: inline-block;
    color: rgb(68,68,68);
    font-weight: normal;
    font-size: 13px!important;
}

.oldprice::after {
    width: 70px;
    content: '';
    position: absolute;
    left: 29%;
    top: 50%;
    height: 1px; /* Thickness of the line */
    background-color: rgb(255,110,0); /* Color of the line */
    transform: rotate(3deg); /* Rotate the line by 20 degrees */
}

/* cms css */

.goyara-cms-wrapper p{
    text-align: justify;
    font-size: 15px;
    line-height: 1.4
}



.module_color{
    left: 0px!important;
    top: 5px!important;
    border-radius: 10rem 10rem 0 0;
    rotate: 90deg;
}
.theme-search-results-item-flight-section-airline-logo-wrap{
    margin-left: -10px;
}

.theme-search-results-item-flight-section-airline-logo-wrap
.theme-search-results-item-flight-section-airline-title{
/*     text-transform: uppercase; */
    font-size: 10px;
    font-weight: 300;
    padding-bottom: 5px;
}

/*
.preloader{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%!important;
    height: 100vh!important;
}

#rotatingDiv,
.rotatingDiv{
    display: block!important;
    background-repeat: no-repeat;
    background-image: url('/goyara_loader.gif')!important;
    background-position: 50% 50%!important;
    z-index:10000000!important;
    background-color:#4D1E7C;
    height: 100vh;
    width: 100%;
    
}

*/



@media(max-width:700px){
    .oldprice::after {
    left: 42%;
  }
}

/* sidebar custom css */

.search_filter_options .sticky-top{
    border-radius: 5px!important;
    border: 0px solid rgb(221,218,218);
    box-shadow: none;
}

.search_filter_options .sticky-top .card-header{
    border-top-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
    background-color: #61388B;
    
}

.search_filter_options  .sticky-top{
    padding: 0px!important;
}

.search_filter_options .sidebar{
    padding: 0px;
    background-color: transparent;
    border:0;
}

.search_filter_options .sidebar  .sidebar-widget .sidebar-widget{
    background-color: #fff!important;
}

.card-header{
    /* display: none; */
}


.search_filter_options .sticky-top .card-header strong{
    color: #FFF;
}
.search_filter_options  .sidebar{
    padding: 0px;
}
.search_filter_options  .sidebar > .sidebar-widget{

    padding: 0px;
}


.search_filter_options .sidebar > .sidebar-widget .sidebar-widget{
    border-radius: 20px!important;
    border: 0px solid #cfcfcf;
    padding: 10px;#e3d#e5e4e4
    background: linear-gradient(
        to bottom,
        #fefdff 48%, /* Top 60px color */
        #b4b3b5 18% /* Rest of the block is transparent */
    ); 
    box-shadow: 0 0 5px rgba(80,80,90,0.01);
}
.search_filter_options .sticky-top h3{
    color: #555454;
    display: block;
    border-bottom: 1px solid #e0dddd;
    padding: 3px 5px 8px;
}
.search_filter_options .sidebar > .sidebar-widget .sidebar-widget h3{
    font-family: robotobold;
    font-size: 15px;
}
.custom-checkbox label,
.search_filter_options .sidebar > .sidebar-widget 
.sidebar-widget .box-content .form-check label{
    font-weight: 300;
    font-size: 13px;
    padding-top: 0px!important;
    margin: 0!important;
    display: block;
}

.search_filter_options .sidebar > .sidebar-widget 
.sidebar-widget .box-content .form-check{ margin-bottom: 0px;}

.search_filter_options .sidebar > .sidebar-widget 
.sidebar-widget .box-content .form-check{
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.search_filter_options .sidebar > .sidebar-widget 
.sidebar-widget .box-content{ }


.search_filter_options .sidebar-widget  .sidebar-widget{padding-bottom: 15px!important;margin-bottom: 15px;}



.flight-time li button{
    width: 100%;
    text-align: left;
    border: 0;
    padding: 10px 15px;
    padding-left:10px;
    margin-bottom: 8px;
    border-radius: 10px!important;
    font-size: 13px;
    font-weight: 300;
}


.flight-time li .col-wrap{
    display: flex!important;
    align-items: center; 
    line-height: 1.4;
}


.flight-time li  .col-wrap .icon{
    border: 0px solid rgb(189,184,184);
    width: 18px;
    text-align: center;
}

.flight-time li  .col-wrap .icon i{
    font-size: 20px;
}

.flight-time li  .col-wrap .flight-time-range{
    border: 0px solid rgb(189,184,184);
    padding-left: 10px;
}
.flight-time li  .col-wrap .flight-time-range span{
    display: block;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #4D1E7C;
  border-color: #4D1E7C;
}

.flight-time li button.active{
    background-color: #4D1E7C;
    color: #ffffff;
}


.sidebar .sidebar-widget .sidebar-widget{
    padding-top: 8px!important;
}

.sidebar .sidebar-widget .sidebar-widget h3{
    padding: 5px 8px;
    margin: 0;
    background-color: #EEEEEE;
    display: block;
    border-radius: 12px;
    margin-bottom: 8px;
    font-weight: 500!important;
    font-family: roboto!important;
}



.filter-stops  input{
    visibility: hidden;
      display: none;
  }
  .filter-stops .list{
      /*
      display: grid;
      grid-template-columns: repeat(4, 1fr); 
      gap:5px;
      margin: 0!important;
      padding: 0!important;
      justify-content: center;
      align-items: center;
      
      
      display: flex;
      justify-content: space-between;
      align-items: center;
      
      */
      
    display: flex; 
      justify-content: space-between;
    justify-content: center;
    align-items: center; 
    gap: 10px; 
    height: 30px;
  }
  
  .filter-stops .list li{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #FEFCFC!important; 
    text-align: center;
      
  }
  .filter-stops .list li .form-check,
  .filter-stops .list li label{
      border: 0px solid #ccc; 
      cursor: pointer;
      margin: 0!important;
      padding: 0!important; 
      width: 100%;
      border-radius: 7px;
      padding: 5px auto; 
      font-weight: 600!important;
      background-color:#ececec!important;
  }
  
  .filter-stops .list li label.active{
      background-color:#4D1E7C!important;
      color: #fff;
      
  }

  .filter-stops li button{
    border: 0;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    padding-top: 2px;
}

.filter-stops li button.active{
    background-color:#4D1E7C!important;
    color: #fff;  
}
/* end sidebar custom css */

.modify_search{
    border-radius: 15px;
    margin: 20px 20px 20px;
    box-shadow:5px  1px 5px rgba(148,148,151,0.05);
    background-color: transparent;
}

.main_search{
    background-color: #fff!important;
    box-shadow:5px  1px 5px rgba(148,148,151,0.05); 
    padding: 20px 20px 15px!important;
}

.home .main_search{
    padding: 40px 20px 40px!important;
}

.gy-add-btn {
    margin: 0;
    padding-top: 0px!important;
    background: transparent;
    color: #000;
    border: 0;
    text-align: left;
    padding-left: 15px;
    white-space: nowrap;
    width: 400px!important;
}

.card-header{
    /* display: none; */
}

.sidebar-widget li .custom-control-label strong{
    margin-bottom: 0px!important;
    font-size: 15px;
}

.multicol1 .multi-flight-remove{margin-top: -6px;}
.home .multicol1 .multi-flight-remove{margin-top: 30px;}
.date-remove .col-10{
    padding-right: 0px
}

.flight-remove{
    padding-left: 0px
}

.blog-card .card-img {
    min-height: 140px;
    overflow: hidden;
  }
  
  .form-box-2{
    margin-top: 50px;
}


.form-box-2.visa-info h4{
    margin-bottom: 15px;
}

.form-box-2.visa-info h6{
    margin-bottom: 10px;
}


.form-box-2.visa-info ol{
    margin-bottom: 30px;
}

.form-box-2.visa-info li{
    font-size: 13px;
    line-height: 1.7;
}

.multi-flight-remove{
    margin-top: 27px!important;
}

.th-left  th{
    text-align: left;
}


.header-area{
    z-index: 100000!important;
    position: absolute;

}

.breadcrumb-area{
    margin-top: 70px!important;
}

.hero-wrappe{
    margin-top: 70px!important;
}


.price-detail table td:last-child{
    text-align: right;
  }
  
  .price-detail table td .digits{
      display: inline-block;
      min-width: 30px;
      text-align: right;
  }

  /* subscribe font style */
.cta-area .section-heading .sec__title {
    font-family: robotobold !important;
    font-size:15px!important;
    text-align: right;
}

@media (max-width: 425px) {
    .cta-area .section-heading .sec__title {
        font-family: robotobold !important;
        font-size: 15px !important;
        text-align: center;
        margin-bottom: 0px;
        height: 28px;
    }
}

.date-wrapper .row .col:first-child .form-group{
    padding-right: 2px!important;
}

.date-wrapper .row .col:first-child  .form-control{
    border-right:1px solid #eee!important; 
}

.date-wrapper .row .col:first-child  .form-control:hover{
    
    border-right:1px solid var(--theme)!important; 
}

.date-wrapper .row .col:last-child  .form-group{
    padding-left: 2px;

}

.date-wrapper .row .col:last-child  .form-control{
   
    border-left:1px solid #eee!important; 
}

.date-wrapper .row .col:last-child  .form-control:hover{
    
    border-left:1px solid var(--theme)!important; 
}