@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.returningDetails {
    margin-top: 15px;
    margin-bottom: 15px;
}

#bookarea {
    box-shadow: #84888f 0 0 10px;
    border-radius: 10px;
    top: -40px;
    margin:1.5rem;
    padding: 0.5rem;
}

#social {
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
}

.datepicker {
    font-size: 14px;
}

.bookarea {
    background-color: white;
    position: relative;
}

.show {
    display: block;
}

.checkboxarea {
    display: block !important;
}

.body {
    background-color: white;
    border: 1px solid lightgray;
    padding: 10px 10px;
}

.overlayText {
    background-color: white;
    color: #4b4a4a;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: lighten;
}

.currency:before {

    content: "रू";

}

.hiddenbox {
    background-color: white;
    padding: 25px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: #84888f 0 0 10px;
}

.airlogo {
    width: 100px;
    height: 35px;
}

.currency {
    font-weight: 600;
    font-style: normal;
}

.toptext {
    background-color: white;
    /*    font-weight: 600;*/
    color: gray;
    padding: 3px 23px;
    font-size: 1.6rem;
}

.amountdisp {
    float: right;
}

.flight-class,
.return-flight-class {
    box-shadow: #EEEEEE 0 0 5px;
    border-radius: 4px;
}

.padding {
    padding-left: 5px;
    padding-right: 5px;
}

.class {
    font-weight: 600;
    font-size: 11px;
}

.fltcust {
    margin-bottom: 10px;
    border: 1px solid lightgray;
    background-color: white;
    text-align: center;
    padding: 24px 10px;
}

.smldetail {
    font-weight: 600;
    padding: 10px 0px;
}

.fltdest {
    text-align: left;
    font-weight: 600;
}

.totalamount {
    background-color: white;
    border: 1px solid lightgray;
    margin-bottom: 15px;
    padding: 10px 10px;
}

.btn {
    background-color: #029b3c;
    color: white;
}

.faretype1 {
    float: left;
}

.heading {
    padding: 7px 10px;
    background-color: #029b3c;
    color: white;
    border-radius: 4px;
}

.bookingsummary {
    margin-bottom: 10px;
    margin-left: 8px;
}

body {
    min-height: 580px;
    position: relative;
    background-color: white;
    font-family: poppins;
    font-size: 14px;
    color: #4b4a4a;
    -webkit-font-smoothing: antialiased;
}

.details {
    padding: 1px 1px;
}

.forecast {
    margin-bottom: 10px;
    background-color: white;
    box-shadow: #EEEEEE 0 0 5px;
    border-radius: 4px;
}

.fltname {
    font-size: 18px;
    font-weight: 900;
}

.week {
    display: inline-block;
    color: #4b4a4a;
    padding: 4px 1px;
    text-align: center;
    width: 13.71%;
}

.left,
.right {
    display: inline-block;
    color: #4b4a4a;
    padding: 1px 1px;
    text-align: center;
    width: 2%;
}

.inputstyle {
    padding: 10px 10px;
}

::placeholder {
    color: #4b4a4a;

}

@media (min-width: 768px) {

    .col-md-2,
    .col-md-4,
    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-12 {
        display: block !important;
    }
}

a,
a:hover {
    color: #4b4a4a;
    background-color: transparent;
}

.container {
    max-width: 100%;
    background-color: #f5f5f5;
}

#navbar {}

#logo {}

.card-img-overlay {

    top: 35%;
    left: 40px;
}

.nav-link {
    padding: 15px;
    color: #4b4a4a;
    font-weight: 500;
}

.nav-link:hover {
    color: #4b4a4a;
}

.button {

    background-color: rgb(230, 27, 35);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;

    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.flt1 {
    color: #4b4a4a;
    font-size: 11px;
}

.footer {
    border-top: 3px solid #a2873c;
    padding: 25px 15px;
}

.companyinfo {}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

label {
    margin-bottom: 0px;
    font-weight: 500;
}

.fdate {
    font-weight: 400;

}

.fprice {
    font-weight: 700;
}

.radiolabel,
.rtnradiolabel {
    padding: 10px 1px;
}

.active1,
.classcategory.active2,
.rtnclasscategory.active3,
.week:hover {
    background-color: #029b3c;
    color: white;
    box-shadow: #7f7f7f 0 0 5px;
    border-radius: 4px;
}

.dash {
    padding: 1px 1px;
}

.farearea,
.flightselected,
.passengerdetails {
    padding: 10px 10px;
}

.passengerdetails {
    box-shadow: #EEEEEE 0 0 5px;
    background-color: white;
}

.details1 {
    background-color: #f7f9fc;
}

.time {
    font-size: 20px;
    font-weight: 500;
}

.fltno {
    font-size: 12px;
    font-weight: 500;
}

.refuntype {
    font-size: 1.5rem;
}

#refuntext {
    font-size: 11px;
}

.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.selectedsector {
    font-size: 18px
}

.fday {
    font-size: 11px;
}

@media (min-width: 200px) and (max-width: 1200px) {

    .farearea,
    .details,
    .flightselected,
    .passengerdetails,
    .forecast {
        padding: 1px 1px;
        margin-bottom: 10px;
    }

    .hide {
        display: none;
    }
}

.grandtotal {
    background-color: white;
}

.selectedfltfare {
    padding: 15px 1px;
}

.linearrow {
    margin: .375rem auto;
    border: 1px dashed #029b3c;
}

.row>*,
.row {
    padding: 0px;
    margin: 0px;
    /*    margin-left: 0px;
        margin-right: 0px;
        margin-top:0px;*/
    /*    padding-right:0px;
        padding-left: 0px;*/
}

/*.container{
    padding-right:0px;
    padding-left: 0px;
}*/
.absoluteicon {
    position: absolute;
    left: 0;
    right: 0;
    top: 29%;
}

#fare {
    text-align: left;
}

/*.fas,.fa-chevron-left,.fa-chevron-right
{
    margin-top: 21px;
    
    
}*/
#childnumber,
#adultnumber {
    background-color: white;
    color: #4b4a4a
}

.serviceimage {
    width: 40%;
}

.bookBody {
    border: 1px solid lightgray;
    background-color: white;
    padding: 0px 10px;
}

.fade {
    opacity: 1;
}

.input-group-prepend span {
    width: 50px;
    color: #4b4a4a;
    border: 0 !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 17px;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.input-group {
    display: flex;
    margin-bottom: 30px;
}

.loginform {
    margin-top: 50px;
    background-color: white;
    padding: 25px 25px;
    text-align: center;
}

.logintext {
    margin-left: 35px;
    top: -44px;
    color: white;
    background-color: #ba0000;
    padding: 1px 1px;
    position: relative;
    margin-right: 30px;
}

.logpad {
    padding: 35px 35px;
}

@media only screen and (max-width: 500px) {
    .week.active1 {
        width: 90% !important;
        display: block !important
    }

    .week {
        display: none !important
    }

    .left,
    .right {
        width: 5%
    }
}


#imagecover {
    position: relative;
}

.imagecover {
    height: 480px;
    width: 100%;
    max-height: 480px;
}

@media (max-width: 600px) {
    .imagecover {
        height: 330px;
    }
}

@media (max-width: 600px) {
    .container {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.classtitle {
    /*    background-color: #EEEEEE;*/
}

.classgrid {}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*.departure-flights ,.return-flights{
    min-height: 300px;max-height: 450px;overflow: scroll;overflow-x:hidden;
}*/
#exhangeSearch {
    background-color: #ffffff;
    color: #029b3c;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 200px;
    position: absolute;
    top: 63%;
    left: 50%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 2px
}

#exhangeSearch2 {
    background-color: #ffffff;
    color: #029b3c;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 200px;
    position: absolute;
    top: 47%;
    left: 25%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 2px;
}

.nav {
    border-bottom: 1px solid #eee;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 3px solid #029b3c;
    background-color: white;
    color: #029b3c;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #ff4801;
    border-color: #ff4801;
}

.form-check-input[type=radio] {
    padding: 6px;
    border-width: 4px;
    margin-right: 5px;
}

.form-check-input:checked[type=radio] {
    background-color: #029b3c;
    border-color: #e8ecef;
    --bs-form-check-bg-image: ;
}

.btn:hover {
    border-width: 3px;
    border-color: #029b3c;
}

/*.navbar>.container-fluid{
    display: block;
}*/

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font21 {
    font-size: 21px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font25 {
    font-size: 25px;
}

.font26 {
    font-size: 26px;
}

.font27 {
    font-size: 27px;
}

.font28 {
    font-size: 28px;
}

.w100 {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.gatewayLogo {
    width: 130px;
    height: 39px;
    margin-right: 3px;
    border-radius: 2px;
}

.paymentList {
    display: flex;
    list-style: none;
}

.socialmediaLogo {
    width: 50px;
    height: 50px;
}

.bannerImage {
    height: 480px;
    display: flex;
    background-size: cover;
    background-color: rgb(0 52 60 / 3%);
    background-repeat: no-repeat;
    background-blend-mode: darken;
    background-position: center;
}

.text-justify {
    text-align: justify;
}

.fixedDiv {
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: #84888f 0 0 10px;
    background-color: white;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.navbar-nav .nav-link.active {
    border-bottom: 3px solid #029b3c;
}

.navtab .nav-item {
    display: flex;
    align-items: center;
}

.navtab .nav-item .nav-link.active svg path,
.navtab .nav-item .nav-link:hover svg path {
    fill: #029b3c;
}
.carousel-wrapper {
      overflow: hidden;
      position: relative;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-item-custom {
      min-width: 25%; /* 4 items visible */
      padding: 10px;
      box-sizing: border-box;
    }
.destImage {
    height: 350px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-color: rgba(0, 52, 60, .25);
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-position: center;
    box-shadow: #84888f 0 0 5px;
    border-radius: 4px;
}

.destImageCard {
    height: 250px;
}

.destDescription {
    width: 100%;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aboutImage {
    height: 420px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-color: rgba(0, 52, 60, .25);
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    background-position: center;
    box-shadow: #84888f 0 0 5px;
    border-radius: 4px;
}

.secondaryColor {
    color: #a2873c;
}

.p-8 {
    padding: 8px;
}

.margin-0 {
    margin: 0px;
}

.modal {
    --bs-modal-width: 65%;
}
.primaryBG{
    background-color: #029b3c;
}
.primaryDarkBG{
    background-color: #006600;
}
.primaryColor{
    color: #029b3c;
}
.destImage {
      height: 200px;
      background-size: cover;
      background-position: center;
      position: relative;
      border-radius: 8px;
    }

    .destImage label {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      text-align: center;
      font-weight: bold;
    }
	.modalClose{
	position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 200px;
    padding: 6px;
}
	}