body {
    margin-left: auto;
    margin-right: auto;
    background-color:#dddddd ;
    font-family: 'Poppins', sans-serif;
}
a{
    text-align: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.img-fluid {

    width: 100%;
}
@media (min-width: 600px){
    .modal-dialog{
        max-width: 555px;
    }
}

.ui-widget.ui-widget-content{
    max-height: 325px;
    overflow-y: scroll; 
    overflow-x: hidden;
}
.side-bar-filter-header .ui-widget.ui-widget-content{
    overflow-x: visible;
    overflow-y: visible;
}
#modal-alerts .modal-content{
    background-color: transparent;
    border: none;
}
#modal-alerts .modal-content .modal-body{
    padding: 0
}
#modal-alerts .modal-content .modal-body p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#modal-alerts .modal-content .modal-body p i{
    padding: 7px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#call-back-modal .modal-dialog{
    max-width: 600px;
}
#call-back-modal .modal-body{
    padding: 30px;
    border: 2px solid #ca080f;
}
.ui-datepicker {
    z-index: 9999 !important;
}
.input-group.message .input-group-text{
    align-items: flex-start;
    padding-top: 7px;
}
.input-group.message textarea{
    height: 200px;
}
label.error{
    display: none !important;
}
.form-group.error-item .input-group-prepend .input-group-text label{
    color: red;
}
.form-group.error-item .input-group-prepend .input-group-text, .form-group.error-item .form-control{
    border-color: red;
    color: red;
}

.general-btn{
    font-size: 18px;
    font-weight: 700;
    padding: 12px 33px;
    border-radius: 0;
    background-color: #ca080f;
    border: none !important;
    box-shadow: none !important;
    color: #fff;
}
.general-btn:hover{
    background-color: #512698;
    color: #fff;
}
/*********************************
         Header CSS Starts here...
**********************************/  
.header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right:30px;
   
}
.header .navbar  .navbar-brand {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
.header .navbar .navbar-brand .logo img{
   max-width: 140px;
   max-height: 33px;

}
/* .header  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px 22px;
}
.header  .navbar .navbar-collapse .navbar-nav li{

} */

.header  .navbar .navbar-collapse .navbar-nav li a{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px 22px;
    padding: .5rem;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s;
}
.header  .navbar .navbar-collapse .navbar-nav li a:hover,
.header  .navbar .navbar-collapse .navbar-nav li.active a{
    color: #f20f2a;
    font-size: 15px;
}
}
/* .header  .navbar .navbar-collapse .navbar-nav .nav-item .phone-number{
    font-size: 18px;
    font-weight: 500;
    margin-right: 0;
} */



.header  .navbar .navbar-collapse .navbar-nav li:last-of-type a{
    font-size: 15px;
    font-weight: normal;
    margin-right: 0;
}

.header  .navbar .navbar-collapse  {
   justify-content: flex-end;
}
.sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
  }


/* Header CSS Ends here... */ 


/*********************************
         Form CSS Starts here...
**********************************/  
.container .custom-form-main {
    position: relative;
}
.container .form{
    position: absolute;
   top: -293px;
    z-index: 1024;
}
.passenger-form .form{
	position:relative;
	top:auto;
}
.contact-us .container .form{
	position: relative;
	top: auto;
}
.container .custom-form{
    background-color: #f5f5f5;
    padding: 30px 30px 10px;
}

.custom-form .form-checkbox-custom {
    display: flex;
}
.form-group .form-control{
    height: 52px;
}

.form-group .input-group-text{
    border-color: #bfbfbf;
    background-color: #fff;
    border-right: none;
    padding-right: 0;
}
.form-group .input-group-text label, textarea.form-control::placeholder{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: rgba(99, 38, 38, 0.5);
}
.form-group .form-control{
    border-left: none;
}
.custom-form-main .nav{
    margin-bottom: 0;
    align-items: flex-end;
}
.custom-form-main .nav .nav-link{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 13px 50px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f20f2a;
    color: #fff;
    transition: padding 0.3s, background-color 0.3s, color 0.3s;
}
.custom-form-main .nav .nav-link img{
    margin-left: 15px;
    vertical-align: calc(-5px);
}
.custom-form-main .nav .nav-link.active,
.custom-form-main .nav .nav-link:hover{
    padding: 17px 50px;
    background-color: #fff;
    color: #f20f2a;
}
/*.form-group.answer-field .form-control{
    border-left: 1px solid #bfbfbf;
}*/

.container .custom-form .form-group h3{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 0;
}
.custom-form  .form-checkbox-custom .custom-control label{
    color: #000000;
    font-size: 15px;
    opacity: 0.7;
    font-weight: 500;
}
.form-group .form-control{
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    box-shadow: none;
    border-color: #bfbfbf;
}
.form-group .form-control::placeholder{
    color: rgba(0, 0, 0, 0.85);
}
.form-group textarea.form-control::placeholder{
    color: rgba(0, 0, 0, 0.50);
    
}
.form-group textarea.form-control::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.50);
}
.container .custom-form  .answer-field{
    position: relative;
}
.answer-field img{
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    z-index: 10;
}
.container .custom-form .submit-col .submit-btn{
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    background-color: #512698;
}

/****** Custom Radio Boxes  CSS***/
.custom-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-image: url("../images/tick.png");
}
.search-engine .custom-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .search-engine .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    content: "\2713";
    font-weight: bold;
    font-size: 22px;
    color: #f20f2a;
    top: -4px;
    left: -1.6rem;
}

.custom-form .custom-control-label::before,
.custom-control-label::before {
	top: 0;
    width: 22px;
    height: 22px;
    border:#ca080f solid 2px;
    border-radius: 0;
    left: -27px;
  
}
.custom-form .custom-control-label::after,
.custom-control-label::after {
    background-repeat: no-repeat;
    background-size: 100%;
}

.custom-form .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
    border:rgba(0,0,0,0.75) solid 2px;
    background-color: #ffffff;
    box-shadow: none;
}

.custom-form-main  .custom-form .form-hiden-portion{
    display: none;
    margin-bottom: 33px;
}


.passenger-contain {
    position: relative;
  }
  
  .passenger-contain .passenger-dropdown {
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  }
  
  .passenger-contain .passenger-dropdown .form-group {
    margin-bottom: 7px;
  }
  
  .passenger-contain .passenger-dropdown .form-group label {
    margin-bottom: 3px;
    font-size: 14px;
  }
  
  .passenger-contain .passenger-dropdown .form-group .form-control {
    border: 1px solid #ca080f;
    height: 40px;
    text-align: center;
  }
  
  .passenger-contain .passenger-dropdown .btn-secondary {
    border-radius: 4px !important;
    padding: 10px !important;
  }
  
  .passenger-contain .passenger-dropdown button.plus,
  .passenger-contain .passenger-dropdown button.minus {
    border: 1px solid #ca080f;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  
  .passenger-contain .passenger-dropdown button.plus .svg,
  .passenger-contain .passenger-dropdown button.minus .svg {
    height: 18px;
    width: 18px;
  }
  
  .passenger-contain .passenger-dropdown button.plus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
  
  .passenger-contain .passenger-dropdown button.minus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
  
  .passenger-contain .passenger-dropdown button.minus .svg {
    background-position: 69% 48.8%;
  }
  
  .passenger-contain .passenger-dropdown button.btn-block {
    margin-top: 15px;
  }
  .passenger-contain .PassengersField{
    text-align: left;
}
  /* Form CSS Ends here... */ 


/*banner css Start*/
.banner{
    position: relative;
}
.banner.with-overlay:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.45);
}
.banner .slider-text{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    z-index: 10;
}
.banner .slider-text h1{
    margin-bottom: 15px;
}
/*banner css End*/
/*********************************
   Page Content CSS Starts here...
**********************************/  
/***** Advertisement Banner CSS starts here*****/
.adveBanner{
    padding-bottom: 35px;
    padding-top: 25px;
}
.page-content.noPadding .adveBanner {
    padding-bottom: 50px;
    padding-top: 50px;
}
/***** Advertisement Banner  CSS ends here*****/
/***** Side Bar Filters CSS starts here*****/
/*********************************
   Page Content CSS Starts here...
**********************************/  
/***** Side Bar Filters CSS starts here*****/
.page-content .side-banner{
    margin-bottom: 30px;
    margin-right: 30px;
}
.page-content .side-bar-filter {
    margin-right: 30px;
    padding: 34px 9px 27px 19px;
    background-color: #ca080f;
    margin-bottom: 30px;
    margin-top: 0px;
    border-radius: 5px;
}
.page-content .side-bar-filter .side-bar-filter-header .headings{
  display: flex;
  justify-content: space-between;
  margin-right: 11px;
}
.page-content .side-bar-filter .side-bar-filter-header .headings p{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
}
.page-content .side-bar-filter .side-bar-filter-header .filter-content {
      margin-top: 22px;
}
.page-content .side-bar-filter .side-bar-filter-header .filter-content .headings{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.page-content .side-bar-filter .side-bar-filter-header .filter-content .headings p{
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.page-content .side-bar-filter .side-bar-filter-header .filter-content .headings p:last-of-type{
    cursor: pointer;
}
.page-content .side-bar-filter .filter-body{
      padding-top: 25px;
}
.page-content .side-bar-filter .filter-body .filter-list{
list-style-type: none;  
padding: 0;
}
.page-content .side-bar-filter .filter-body .filter-list .filter-list-item{
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 16px;
}

.page-content .side-bar-filter .filter-body .filter-list .filter-list-item .custom-control-label::before {
    top: 7px;
	width: 14px;
	height: 14px;
    border-radius: 0;
	border:none;
}
.page-content .side-bar-filter .filter-body .filter-list .filter-list-item  .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
    border: none;
    box-shadow: none;
	background-color: #ffffff;
}
.page-content .side-bar-filter .filter-body .filter-list .filter-list-item  .custom-control-input:checked ~ .custom-control-label::after{
    background-image: url("../images/tick2.png");
    background-repeat: no-repeat;
    top: 6px;
    box-shadow: none;
    left: -1.7rem;
    background-size: auto;
}

/***** Range Slider CSS starts here*****/
.page-content .side-bar-filter .ui-slider-handle.ui-corner-all.ui-state-default {
	border-radius: 50%;
	height: 18px;
	width: 18px;
	background-color: #512698;
    border: none;
    margin-top: -2px;
}
.page-content .side-bar-filter .ui-widget.ui-widget-content {
	border: none;
    height: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    z-index: 1020 !important;
}
/***** Range Slider CSS ends here*****/

/***** Side Bar Filters CSS ends here*****/


/***** Pricing Box CSS starts here*****/
.page-content{
    padding-top: 0px;
}
.pricing-main-box {
    padding:5px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    border: 2px solid #a88647;
    transition: all 0.3s;
	}
.pricing-main-box .fare-contain{
    margin-bottom: 24px;
    
}
.pricing-main-box .pricing-heading h3{
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.pricing-main-box .pricing-heading h3 small{
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}
.pricing-main-box .pricing-heading h2{
    font-size: 32px;
    color: #000000;
    font-weight: 600;
	margin: 10px;
}
.pricing-main-box .pricing-heading h2 span{
    font-size: 30px;
    color: #000000;
    font-weight: 400;
}
.pricing-main-box .pricing-content span,.pricing-main-box .pricing-content p,.pricing-main-box .pricing-content strong{
    font-size: 16px;
    color: #ca080f;
    font-weight: 400;
    display: block;
}
.pricing-main-box .pricing-content p{
    color: #000000;
    opacity: 0.75;
    margin-bottom: 19px;
}
.pricing-main-box .pricing-content strong{
    font-size: 18px;
    color: #ca080f;
    font-weight: 600;
    margin-bottom: 24px;
}
.pricing-main-box .pricing-content span{
    margin-top: 22px;
    margin-bottom: 0;
}
.pricing-main-box .pricing-button .pricing-btn{
    font-size: 16px;
    color: #512698;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 13px 0;
    width: 100%;
    border-radius: 5px;
   
}
.pricing-main-box:hover{
  border: 2px solid #ca080f;
}
.pricing-main-box:hover .pricing-button .pricing-btn{
    color: #ffffff;
    background-color: #512698;
  
}
.pricing-main-box .special {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    top: -16px;
    right: 0px;
    z-index: 200;
}
.pricing-main-box .special span{
    position: relative;
    z-index: 1;
}
.pricing-main-box .special::before, .pricing-main-box .special::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
}
.pricing-main-box .special, .pricing-main-box .special::before, .pricing-main-box .special::after {
    background: #ca080f;
}
.pricing-main-box .special:before {
    transform: rotate(30deg);
}
.pricing-main-box .special:after {
    transform: rotate(60deg);
}
/***** Pricing Box-CSS ends here*****/

/*********************************
   Page Content CSS ends here...
**********************************/  

/*********************************
   Footer CSS starts here...
**********************************/  
.footer-main{
    background-color: #ffffff;
    padding-top: 92px;
}
.footer-main .footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.footer-main .footer  .footer-column{
    max-width: 290px;
}
.footer-main .footer  .footer-column h3{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}
.footer-main .footer  .footer-column ul{
    padding: 0;
    list-style-type: none;
}
.footer-main .footer  .footer-column ul li a,.footer-main .footer  .footer-column ul li p{
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #000000;
   opacity: 0.75;
    font-weight: 400;
    margin-bottom: 7px;
}
.footer-main .footer  .footer-column ul .address p,.footer-main .footer  .footer-column ul .address a{
 display: inline-flex;
 margin-bottom: 0;
}
.footer-main .footer  .footer-column ul .address p{
    margin-bottom: 25px;
}
.footer-main .footer  .footer-column ul .address p i,.footer-main .footer  .footer-column ul .address a i{
    font-size: 18px;
    color: #000000;
    opacity: 0.75;
    margin-right: 20px;
    margin-top: 5px;
   }

   /**** Copyright CSS ***/
.footer-main .copy-right{
    border-top: 1px solid #f2f2f2;
    padding-top: 57px;
    padding-bottom: 125px;
}
.footer-main .copy-right .copyright-content h3{
    font-size: 16px;
    color: #000000;
    opacity: 0.75;
    font-weight: 400;
}
.footer-main .copy-right .copyright-content p{
    font-size: 14px;
    color: #000000;
    opacity: 0.45;
    font-weight: 400;
}
/*********************************
   Footer CSS ends here...
**********************************/  

/*********************************
    CSS for JS functionality here...
**********************************/  
#DestinationField{
    display: none;
}

/*********************************
   Modal CSS starts here...
**********************************/  
.modal-section-main .custom-form{
    padding: 20px 28.5px;
}

.modal-section-main .custom-form .form-checkbox-custom {
    display: flex;
    justify-content: flex-start;
}
.modal-section-main .custom-form #DestinationField{
    display: block;
}
.modal-section-main .custom-form .submit-col .submit-btn{
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    background-color: #512698;
}
.modal-section-main .custom-form  .answer-field{
    position: relative;
}
.modal-section-main .custom-form  .answer-field img{
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 18%;
}

.modal-section-main .modal-content .custom-form h3{
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}


/*********************************
   About US PAGE CSS starts here...
**********************************/  
.pageContent-main{
    background-color: #ffffff;
    padding-top: 110px;
    padding-bottom:60px;
    border-bottom: 1px solid #f2f2f2;
}
.pageContent-main .pageContent h3{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 48px;
}
.pageContent-main .pageContent p,.pageContent-main .pageContent ul li{
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
   
}
.pageContent-main .pageContent ul{
    padding: 0;
    list-style-type: none;
}
.pageContent-main .pageContent ul li{
  position: relative;
}
.pageContent-main .pageContent ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -19px;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#512698;
	transform: translate(-50%,-50%);
	margin-right: 30px;
}

.pageContent-main .pageContent ul li {
    margin-left: 24px;
}

/* about us CSS*/ 
.whyChoose-main{
    padding-top: 96px;
    padding-bottom: 76px;
}
.whyChoose-main .heading{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
}
.whyChoose-main  .whyChooseContent {
  display: flex;
  align-items: center;
  padding: 25px 0px;
}
.whyChoose-main  .whyChooseContent p{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-left: 20px;
    margin-bottom: 0;
}
.whyChoose-main  .whyChooseContent .choose-img img{ 
    filter: grayscale();
}
/*********************************
   Terms & Conditions PAGE CSS starts here...
**********************************/  
.pageContent-main{
    background-color: #ffffff;
    padding-top: 110px;
    padding-bottom:60px;
    border-bottom: 1px solid #f2f2f2;
}
.pageContent-main .pageContent h3{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 48px;
}
.pageContent-main .pageContent p,.pageContent-main .pageContent ul li{
    font-size: 16px;
    font-weight: 400;
    color: #8d8d8d;
   
}
.pageContent-main .pageContent ul{
    padding: 0;
    list-style-type: none;
}
.pageContent-main .pageContent ul li{
  position: relative;
}
.pageContent-main .pageContent ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -19px;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#512698;
	transform: translate(-50%,-50%);
	margin-right: 30px;
}
.pageContent-main .pageContent  ul,.pageContent-main .pageContent  p{
    margin-left: 35px;
}
.pageContent-main .pageContent  ul li {
    margin-left: 24px;
}

/*********************************
   Passenger Detail PAGE CSS starts here...
**********************************/  
.passenger-detail {
    background-color: #ffffff;
    padding-top: 90px;
    padding-bottom: 95px;
    border-bottom: 1px solid #f2f2f2;
}

.passenger-detail .passenger-detail-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.passenger-detail .passenger-detail-content h3 a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #6c6c6c;
    margin-left: 5px;
}

.passenger-detail .passenger-detail-content .passenger-content {
    margin-top: 55px;

}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body {
    background-color: #f8f8f8;
    padding: 45px 30px 70px 30px;
}

.passenger-detail .passenger-detail-content .passenger-content .Enquiry-heading {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    background-color: #eeecf2;
    padding: 30px;
}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body p,
.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;

}
.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body p {
    margin-bottom: 70px;
}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f20f2a;
    position: relative;
    margin-bottom: 70px;
}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body h4::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #512698;
    border-radius: 50%;
    transform: translate(0%, -50%);
}

.passenger-detail .passenger-detail-content .passenger-content .passenger-content-body h3 {
    font-size: 18px;
    font-weight: 500;
    color: #512698;
   margin-bottom: 15px;
}

/*book flights css Start*/
.booking-details{
    padding-top: 38px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 30px;
}
.booking-details .heading{
    font-weight: 600;
    color: rgba(0,0,0,0.80);
    font-size: 20px;
    margin-bottom: 20px;
}
.booking-details .flights-collapse{
    background-color: #ca080f;
    padding: 15px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.booking-details .flights-collapse p, .booking-details .flights-collapse a{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.booking-details .flights-collapse a{
    font-weight: 400;
}
.booking-details .flights-details-contain{
    background-color: #fff;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: rgba(202, 8, 15, 0.14);
}
.booking-details .flights-details-contain .table-responsive{
    padding: 20px;
}
.booking-details .flights-details-contain table tr:first-child td{
    border-top: none;
}
.booking-details .flights-details-contain table tr td.airline img{
    max-height: 45px;
}
.booking-details .flights-details-contain p{
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.75);
    text-transform: capitalize;
    margin-bottom: 7px;
}
.booking-details .flights-details-contain .d-r-place{
    font-weight: 700;
}
.booking-details .flights-details-contain .plane-img{
    vertical-align: middle;
    text-align: center;
}
.booking-details .flights-details-contain .plane-img.return{
    transform: rotate(180deg);
}
.booking-details .p-p-passenger{
    background-color: #3d3d3d;
    border-width: 0 15px;
    border-style: solid;
    border-color: rgba(202, 8, 15, 0.14);
    color: #fff;
    padding: 15px 30px;
}
.booking-details .p-p-passenger p{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.booking-details .p-p-passenger p a{
    color: #fff;
    text-decoration: none !important;
    margin-left: 30px;
    display: inline-block;
}
.booking-details .passenger-form{
    padding: 45px 30px 30px;
    background-color: #fff;
    border-width: 10px 15px 15px;
    border-style: solid;
    border-color: rgba(202, 8, 15, 0.14);
}
.booking-details .passenger-form .form-group{
    margin-bottom: 30px;
}
.booking-details .passenger-form p{
    color: #ca080f;
}
.booking-details .passenger-form p.booking-note{
    color: #979797;
}
.booking-details .custom-control label{
    color: #565656;
    font-weight: 300;
    font-size: 18px;
}
.booking-details .message .input-group-text{
    align-items: flex-start;
}
.booking-details textarea.form-control, .contact-us textarea.form-control{
    height: 180px;
    border-left: 1px solid #bfbfbf;
}
/*book flights css End*/
.error .error-contain{
    background-color: #fff;
    padding: 50px 0
}
.error .error-contain h1{
    font-size: 100px;
    color: #f20f2a;
}
.error .error-contain p{
    margin-bottom: 30px;
}
.error .error-contain p strong{
    color: #f20f2a;
}

.contact-us{
    background-color: #fff;
    padding: 70px 0;
}


/***********************************************************
                Full Screen Popup CSs Start
************************************************************/
 
.fullscreen .modal-dialog {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.fullscreen .modal-content {
    height: 100%;
    background-color: rgba(239, 26, 26, 0.8);
    border: 0;
    border-radius: 0;
}
.fullscreen .close-screen {
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    border-radius: 50%;
    top: 40px;
    right: 66px;
    cursor: pointer;
    border:0;
    z-index: 999;
}
.fullscreen .close-screen span {
    font-size: 34px;
    color: #373a43;
    font-weight: bolder;
}
.fullscreen .fullscreen-body {
    max-width: 600px;
    width: 100%;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}
.fullscreen .fullscreen-body h2{
    background-color: #000;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}
.fullscreen .fullscreen-body h1{
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 9px;

}
.fullscreen .fullscreen-body h1 span{
    color: #f9bf21;
}
.fullscreen .fullscreen-body form{
    max-width: 480px;
    margin: auto;
}
.fullscreen .fullscreen-body form .form-control {
    height: 66px;
    border-radius: 8px;
    font-size: 19px;
    text-align: center;
    border:solid 1px #e2e2e2;
	color: #000;
}
.fullscreen .fullscreen-body form .form-control.error{
    border-color: red;
}
.form-control:focus-visible {
	color: #000;
	text-shadow: none;
}
.fullscreen .fullscreen-body .form-control::placeholder { / Chrome, Firefox, Opera, Safari 10.1+ /
  color: rgba(0,0,0,0.4);
  font-size: 19px;
}

.fullscreen .fullscreen-body .form-control:-ms-input-placeholder { / Internet Explorer 10-11 /
  color: rgba(0,0,0,0.4);
  font-size: 19px;
}

.fullscreen .fullscreen-body .form-control::-ms-input-placeholder { / Microsoft Edge /
   color: rgba(0,0,0,0.4);
   font-size: 19px;
}
.fullscreen .fullscreen-body .form-control:focus {
    box-shadow: none;
    border-color: #f9efbf;
}
.fullscreen .fullscreen-body .form-control:focus-visible {
    text-shadow: none;
}
.fullscreen .fullscreen-body .callNow {
    display: flex;
    justify-content: space-between;
}
.fullscreen .fullscreen-body .callNow button{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border:0;
}
.fullscreen .fullscreen-body .callNow .nan-btn{
    width: 135px;
    transition: background-color 0.5s ease, color 0.4s ease;

}
.fullscreen .fullscreen-body .callNow .nan-btn:hover{
    background-color: #f9bf21;
    color: #fff;
}
.fullscreen .fullscreen-body .callNow .request-btn{
    background-color: #f9bf21;
    color: #fff;
    width: 333px;
    transition: background-color 0.5s ease;
}
.fullscreen .fullscreen-body .callNow .request-btn:hover{
    background-color: #000;
}
.modal.fullscreen {
	z-index: 9999;
}
.adjust-screen {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.adjust-screen .error-item input {
	border: solid 1px red !important;
}
/***********************************************************
                Full Screen Popup CSs Ends
************************************************************/
/***********************************************************
                Call Now Popup CSs Start
************************************************************/
.callNow-popup .modal-dialog{
    max-width: 422px !important;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.callNow-popup .modal-content{
    background-color: #cf0012;
    border:0;
    border-radius: 0;
}
.callNow-popup .modal-content .modal-body{
    padding: 26px 30px 28px 35px;
    overflow: hidden;
}
.callNow-popup .modal-content .modal-body::after {
    content: '';
    position: absolute;
    background-image: url('../images/dotsbottom.html');
    width: 103px;
    height: 81px;
    z-index: 999;
    right: -50px;
    bottom: 15px;
}
.callNow-popup .modal-content .modal-body::before {
    content: '';
    position: absolute;
    background-image: url('../images/dotstop.html');
    width: 77px;
    height: 79px;
    left: -38px;
    top: 0;
}
.callNow-popup .close-popup {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 0;
    position: absolute;
    background-color: #f8be20;
    top: 11px;
    right: 9px;
    z-index: 1050;
}
.callNow-popup .close-popup span {
    font-size: 20px;
    color: #373a43;
    font-weight: bolder;
    position: absolute;
    top: -1px;
}
.callNow-popup .click-to-call{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.callNow-popup .click-to-call .call-icon{
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.callNow-popup .click-to-call .svg{
    width: 49px;
    height: 49px;
    fill: #373a43;
}

.callNow-popup .click-to-call .call-number p{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.callNow-popup .click-to-call .call-number a{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.callNow-popup .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}
.modal-backdrop {
   background-color: transparent;
}
.modal.callNow-popup {
	height: auto;
	max-width: 422px;
	margin: auto;
	left: 0;
	right: 0;
	padding-right: 0 !important;
}
.callNow-popup ~ .modal-backdrop {
	position: inherit;
	height: auto;
}
.modal-open {
	padding-right: 0 !important;
    overflow-y: scroll;
}

/***********************************************************
                Call Now Popup CSs Ends
************************************************************/
/***********************************************************
               Fixed Call Now Button CSS Start
************************************************************/

.mobileButtons {
    position: fixed;
    bottom: 20px;
    left: 15px;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
}

.mobileButtons a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.mobileButtons a.phone {
	background-color: #373a43;
	border-color: #373a43;
	box-shadow: 0 0 0 0 rgba(242, 105, 34, 0.25);
	transform: scale(1);
	animation: pulse 1.5s infinite;
}

.mobileButtons a.phone::before {
    content: "";
    position: absolute;
    height: 120%;
    width: 120%;
    background-color: rgb(202 154 72);
    border: 1px solid #373a43;
    border-radius: 50%;
    animation: width-height 2s infinite;
    z-index: -1;
}

.mobileButtons a .svg {
    height: 26px;
    width: 26px;
    fill: #fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 26, 26, 0.15);
    }
    50% {
        box-shadow: 0 0 0 15px rgb(202 154 72);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(202 154 72);
    }
}

@keyframes width-height {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    100% {
        width: 230%;
        height: 230%;
        opacity: 0;
    }
}

@keyframes SecondPulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(177, 53, 42, 0.4);
        box-shadow: 0 0 0 0 rgba(177, 53, 42, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(177, 53, 42, 0);
        box-shadow: 0 0 0 10px rgba(177, 53, 42, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(177, 53, 42, 0);
        box-shadow: 0 0 0 0 rgba(177, 53, 42, 0);
    }
}

.wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}

.wave-sm {
    animation-delay: .3s;
}

.wave-md {
    animation-delay: .45s;
}

.wave-lg {
    animation-delay: .6s;
}

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(0.3) translate(-20px, 10px);
    }
    50% {
        transform: translate(0, 0);
        opacity: 1;
    }
}


/***********************************************************
               Fixed Call Now Button CSS Start
************************************************************/

