button{
    border: none;
}
.top_bar{
    display: block;
	background-color: #091242;
	padding: 10px 0;
}
.top_bar .logo{
	max-width: 330px;
}
.top_info{
    justify-content: center;
    border-top: none;
    margin-top: 0;
}
.contact_item{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.contact_item .contact_icon{
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    background: #FFB629;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 10px;
}
.contact_info p{
	color: #FFF;
    line-height: 8px;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .top_bar{
        display: none;
    }
    .top_info{
        margin-top: 10px;
        justify-content: left;
        border-top: 1px solid #FFF;
    }
    .contact_item .contact_icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
    }
    .contact_info p {
        line-height: 6px;
        font-size: 12px;
    }   
}
.nofa-nav .navbar .navbar-nav .nav-item{
    margin: 0;
    width: 16%;
    text-align: center;
}
.nofa-nav .navbar .navbar-nav{
    width: 100%;
}
.nofa-nav .navbar .navbar-nav .nav-link{
    position: relative !important;
    color: #273270 !important;
    padding: 40px 0 !important;

}
.nofa-nav .navbar .navbar-nav .nav-link:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: #000;
    right: 2px;

}
.nofa-nav .navbar .navbar-nav .special_link:after{
    width: 3px !important;
}
.nofa-nav .navbar .navbar-nav a:hover.nav-link:after,.nofa-nav .navbar .navbar-nav .nav-link.active:after{
    background-color: #FFB629;
    color: #23212A !important;
    width: 0px;
}
.nofa-nav .navbar .navbar-nav .nav-link:hover,.nofa-nav .navbar .navbar-nav .nav-link.active{
    background-color: #FFB629;
    color: #23212A !important;
}
.nofa-nav .navbar .navbar-nav .nav-link.active{
    margin-left: 50px;
}
.nofa-nav .navbar{
    border: none;
}
.primary_btn{
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    color: #000;
    font-size: 20px;
    padding: 15px 30px;
    display: inline-block;
}
.bg_para{
    display: inline-block;
    margin: 15px 0;
    padding: 0px 5px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
 .bg_para{
    font-size: 13px;
    }   
}
.bg_color_black{
    border-left: 7px solid #ffb629;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
}
.bg_color_blue{
    border-left: 7px solid #ffb629;
    background-color: rgb(15, 30, 112);
    color: #FFF;
}
.bg_color_grey{
    border-left: 7px solid #ffb629;
    background-color: rgba(204, 204, 204, 0.5);
    color: #000 !important;
}
.bg_color_yellow{
    border-left: 7px solid #000;
    background-color: rgba(255, 182, 41,1);
    color: #000;
}
.style-3 .image{
}
.style-3 .image .main_image{
    max-width: 500px;
    min-width: 300px;
}
.style-3 .image .second_image{
    background-color: #FFF;
    padding: 12px;
    max-width: 250px;
    min-width: 150px;
    margin-left: 300px;
    margin-top: -100px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .style-3 .image .second_image{
        background-color: #FFF;
        padding: 12px;
        max-width: 250px;
        min-width: 150px;
        margin-left: 130px;
        margin-top: -100px;
    }   
}
.content_container{
    padding: 0 20px;
}
.left_image{
    margin-left: -50px !important;
}
@media screen and (max-width: 768px) {
 .left_image{
        margin-left: 40px !important;
    }    
}
.h3_heading{
    font-size: 35px;
    margin: 25px 0;
    color: #000;
}
.grey_para{
    color: #666C89;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
}
.shipping_detail_container{
    padding: 0 10px;
}
.shipping_detail_box{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.shipping_detail_icon{
        min-width: 150px;
}
.shipping_detail_para{
    border-left: 3px solid #a7abbe;
    padding: 0 30px;
}
.about-area_2{
    background: linear-gradient(to right, 
      #091242   20%, 
      #F4F4F4 0 80%
  );
}
@media screen and (max-width: 992px) {
 .about-area_2{
    background: linear-gradient( 
      #091242   50%, 
      #F4F4F4 0 50%
  );
} 
}
@media screen and (max-width: 768px) {
    h1{
        font-size: 35px !important;
    }
    .shipping_detail_icon{
            min-width: 80px;
    }
    .about-area_2{
    background: linear-gradient( 
          #091242   40%, 
          #F4F4F4 0 60%
      );
    }
}
.top_about_area{
    background-color: transparent;
}
.about_image_area{
    width: 70%;
    height: 100%;
    background-color: #091242;
    padding: 50px 0;
}

.about_area_cont{
    background-image: url(../images/girl_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 550px;
    margin-left: 30%;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .about_image_area{
        width: 100%;
    }
    .about_area_cont{
        margin-left: 0%;
    }   
}
.box_list{
    margin: 20px 0;
}
.box_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.box_item p{
    margin-left: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.destinations-area{
    background-color: #091242;
    padding: 100px 0;
}
#basic_info .form-control{
    color: #FFF;
    background-color: transparent;
    border-radius: 0;
    border:1px solid #4E5683;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    margin-bottom: 10px;
}
#basic_info label{
    color: #FFB629;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.other_forms,#contact_form{
    position: relative;
}
.other_forms .form-control, #contact_form .form-control{
    color: #FFF;
    background-color: transparent;
    border-radius: 0;
    border:1px solid #4E5683;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
}
.other_forms label, #contact_form label{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.card_details::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4E5683 !important;
    font-size: 18px !important;
}
.card_details:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #4E5683 !important;
   opacity:  1;
   font-size: 18px !important;
}
.card_details::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #4E5683 !important;
   opacity:  1;
   font-size: 18px !important;
}
.card_details:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #4E5683 !important;
   font-size: 18px !important;
}
.card_details::-ms-input-placeholder { /* Microsoft Edge */
   color:    #4E5683 !important;
   font-size: 18px !important;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #FFF;
}
.photo_area{
    background-color: #FFF;
    padding: 30px 0;
}
.photo_container{
    margin-top: -84px;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .photo_container{
        margin-top: 0px;
        margin-bottom: 20px;
        height: 220px;
    }
}
.photo_container p{
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    margin-top: 100px;
}
.footer_social_container{
    display: flex;
    justify-content: flex-start;
    margin: 40px 0;
}
.footer_social_container p{
    margin-left: 20px;
}
.footer_social_container p a{
    color: #FFF;
}
.footer_icon{
    width: 63px;
    height: 63px;
    background-color: #111C55;
    border: 1px solid #273270;
    border-radius: 50%;
    color: #F6B426;
    text-align: center;
    line-height: 63px;
    font-size: 25px;
}
.social_icon_link{
    color: #FFF;
    font-size: 30px;
    margin: 0 8px;
}
/* About */

.about{
    position: relative;
    background-image: url(../images/about/main_bg.webp), linear-gradient(to right, #008080, rgba(0,128,128,0.8));
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70%;
    padding: 200px 0;
}
@media screen and (max-width: 1200px) {
 .about{
    padding: 150px 0;
    }
}
@media screen and (max-width: 992px) {
 .about{
    padding: 100px 0;
    }
}
@media screen and (max-width: 768px) {
 .about{
    padding: 50px 0;
    }
}
@media screen and (max-width: 550px) {
 .about .bg_para{

 }
 .about{
    padding: 30px 0;
    }
}
@media screen and (max-width: 550px) {
 .about .bg_para{
    line-height: 17px;
 }
 .about{
    padding: 17px 0;
    }
}
.about:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90.93deg, #032D5F 30%, rgba(9, 18, 66, 0.2) 70%);
}
.about h1{
    color: #FFF;
    font-size: 70px;
}
.learn_more{
    background-image: url(../images/about/learn_more.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 61px;
    text-align: center;
    display: block;
    width: 194px;
    height: 61px;
    color: #FFF;
}
.city_wrapper,.city_wrapper2{
    max-width: 360px;
    height: 464px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    align-items: end;
    display: flex;
    margin: 20px auto;
}
@media screen and (max-width: 1200px) {
    .city_wrapper,.city_wrapper2{
        width: 220px;
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    .city_wrapper,.city_wrapper2{
        width: 260px;
        height: 464px;
    }
}
.city_wrapper p{
    position: relative;
    color: #FFF !important;
    z-index: 1;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    margin-left: 15px
}
.city_wrapper:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0), black);
}
.arrival{
    background-color: #F4F4F4;
    padding: 80px 0;
}
.guide_links p{
    font-size: 14px !important;
}
.websites_links{
    margin-bottom: 5px;
}
.websites_links h5{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: relative;
}
.websites_links p{
    font-size: 15px;
    color: #000;
}
.websites_links h5:after{
    position: static;
    content: "";
    right: 0;
    top: 0px;
}
.gallery_photo{
    width: 100%;
    min-height: 375px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    align-items: end;
    display: flex;
    margin: 20px auto;
}

/* reservation */

.flight-booking-form.new_style .nav-tabs {
  border-radius: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flight-booking-form.new_style .nav-tabs .nav-item {
  margin-right: 0px;
}
.flight-booking-form.new_style .nav-tabs .nav-item .nav-link {
  padding: 22px 22px;
  border-radius: 0;
  color: #1C1F35;
  background-color: transparent;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid #D4D4D4;
}
.flight-booking-form.new_style .nav-tabs .nav-item .nav-link::before {
  display: none;
}
.flight-booking-form.new_style .nav-tabs .nav-item .nav-link::after {
  display: none;
}
.flight-booking-form.new_style .nav-tabs .nav-item .nav-link:hover {
  color: #1C1F35;
  background-color: transparent;
}
.flight-booking-form.new_style .nav-tabs .nav-item .nav-link.active {
  color: #1C1F35;
  background-color: transparent;
  font-size: 36px;
  font-weight: 700;
}
.flight-booking-form.new_style .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.flight-booking-form.new_style .tab-content .tab-pane form .form-group label {
  color: var(--bodyColor);
}
.flight-booking-form.new_style .tab-content .tab-pane form .form-group .form-control {
  color: var(--bodyColor);
  background-color: transparent;
  border: 1px solid rgba(17, 24, 39, 0.1);
}
.flight-booking-form.new_style .tab-content .tab-pane form .form-group .form-select {
  background-color: transparent;
  border: 1px solid rgba(17, 24, 39, 0.1);
}
.flight-booking-form.new_style p {
  color: var(--bodyColor);
}
.reservation_form{
    position: relative;
    background-color: #091242;
    padding: 50px;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .reservation_form{
        padding: 10px;
    }   
}
.submit_loader{
    z-index: 10000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: center;
    align-items: center;
}
.reservation_form h2{
    text-align: center;
    color: #FFF;
    margin-bottom: 25px;
}
.reservation_form p{
    display: block;
    width: 132px;
    color: #FFF !important;
    margin: 5px auto;
}
.reservation_form label{
    color: #FFF;
    text-transform: capitalize;
    font-size: 18px;
}
.reservation_form .form-control{
    color: #FFF;
    border: none;
    border-bottom: 3px solid #FFF;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 30px;
    
}
.reservation_form select.form-control option{
    color:#000;
    background:#FFF;
}
.reservation_form .radio-card {
  cursor: pointer;
}
.reservation_form .radio-card .card-content-wrapper {
  background: transparent;
  border-radius: 5px;
  padding: 0px;
  display: flex;
  transition: 200ms linear;
  align-items: center;
}
.reservation_form .radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
.reservation_form .radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
.reservation_form .radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reservation_form .radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #FFB629;
  border-color: #FFB629;
  transform: scale(1.2);
}
.reservation_form .radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
.reservation_form  .radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  border-color: #FFB629;
}
.reservation_form .radio-card .card-content {
  margin-left: 30px;
}
.reservation_form label.checkbox-card {
  cursor: pointer;
}
.reservation_form label.checkbox-card .card-content-wrapper {
  background: transparent;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  transition: 200ms linear;
}
.reservation_form label.checkbox-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
.reservation_form label.checkbox-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
.reservation_form label.checkbox-card input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reservation_form label.checkbox-card input[type=checkbox]:checked + .card-content-wrapper .check-icon {
  background: #FFF;
  border-color: #FFF;
  transform: scale(1.2);
}
.reservation_form label.checkbox-card input[type=checkbox]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
.reservation_form label.checkbox-card input[type=checkbox]:focus + .card-content-wrapper .check-icon {
  border-color: #FFF;
}
.reservation_form label.checkbox-card .card-content{
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .reservation_form label.checkbox-card .card-content{
      margin-left: 4px;
      font-size: 12px;
    }   
}
.contact_form_container{
    background-color: #091242;
    padding: 100px;
    margin: 100px 0;
    position: relative;
}
@media screen and (max-width: 992px) {
    .contact_form_container{
        padding: 20px;
        margin: 50px 0;
    }
}
.hidden{
    display: none;
}
.text_container{
    max-width: 550px;
    min-width: 300px;
    margin: 30px auto;

}
#success_alert{
    position: fixed;
    width: 300px;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    top: 300px;
    right: 0;
    padding: 20px;
    z-index: 100;
}
#error_alert{
    position: fixed;
    width: 300px;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    top: 300px;
    right: 0;
    padding: 20px;
    z-index: 100;
}

/*nomanghaffar*/
#round_trip_from .col-md-6.trip_other_pickup.hidden {
    display: none;
}