* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins';
}



/* header Properties */
header {
    padding: 20px 0px;
}

.header-nav-item-ul {
    display: flex;
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.header-nav-item-ul>li {
    margin-right: 40px;
    color: #122953;
}

.header-cart {
    margin-top: 16px;
}

.header-cart-border {
    /* border: 1px solid #e7e7e7; */
    border-radius: 50%;
    padding: 1px 2px 5px 14px;
    margin-right: 20px;
}

#cart-item-count {
    background-color: red;
    border-radius: 50%;
    font-size: 8px;
    padding: 1px 5px;
    color: white;
    position: absolute;
    right: 18%;
    /* display      : none; */
    top: 18%;
    cursor: pointer;
}

.header-border-bottom {
    border-bottom: 1px solid #d7d7d7;
}


/* Header Properties End */


/* COlors */
.primary-color-text {
    color: #122953;
}

.text-color {
    color: #495A7A;
}


/* Images Properties */
.header-funadiq-logo {
    border-right: 1px solid #d7d7d7;
    padding-right: 20px;
}

.header-pia-logo {
    padding-left: 20px;
    width: 160px;
}

/* Images Properties End */


/* Font Properties */
.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-15 {
    font-size: 15px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}


.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}


/* Font Properties End */



/* Button Properties */
.header-book-flight-btn {
    background: #AA9113;
    font-size: 17px;
    color: white;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    padding: 0px 25px;
}

.view-all-btn {
    color: #122953;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    padding: 6px 15px;
    background-color: transparent;
    margin-top: 10px;
}

.package-card-view-detail-btn {
    background-color: #1e3a6d;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    border: none;
}

.primary-color-btn-continue {
    background-color: #1e3a6d;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
    width: 100%;
}

.primary-color-btn-continue-transport {
    background-color: #1e3a6d;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
}

.submit-pnr-btn {
    background-color: #122953;
    color: white;
    border-radius: 6px;
    height: 50px;
    margin-left: 2%;
    width: 28%;
}

.plus-btn {
    border: none;
}

#increase-btnn {
    background-color: #d7d7d7;
    border-radius: 50%;
    padding: 2px;
    height: 22px;
}

#decrease-btnn {
    height: 24px;
}

.value-buttons {
    text-align: center;
    margin-top: 11px;
    margin-left: 50px;
}

.go-dashboard-btn {
    background-color: #122953;
    color: white;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
}

.delete-btn {
    color: #E11D48;
    font-size: 12px;
    font-weight: 500;
}

.sign-in-btn {
    background-color: #122953;
    color: white;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
}

.google-btn {
    background-color: #E4E9F2;
    border-radius: 8px;
    width: 100%;
    border: none;
    height: 50px;
    font-weight: 600;
    color: #122953;
}

/* Button Properties End */



/* Display Properties */
.d-flex {
    display: flex;
}

.d-flex-space {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hotel-services-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.input-btn-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Display Properties End */



/* Height and Width */
.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

/* Height and wdth end */


/* Badges */
.packages-badge {
    background: #AA911326;
    color: #AA9113;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.route-badge {
    background: #AA911326;
    color: #AA9113;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
}

.dropdown-badge {
    background: #AA9113;
    color: #fff;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
}

.exp-rating-badge{
    background-color: #1E3A6D;
    border-radius: 6px;
    padding: 5px;
    width: max-content;
}

.white-badge{
    background-color: #fff;
    border-radius: 6px;
    padding: 3px 5px;
    width: max-content;
    font-size: 10px;
    margin-right: 8px;
}

.white-badge > img{
    height: 14px;

}

.route-badge-2 {
    background: #AA911326;
    color: #AA9113;
    padding: 3px 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
}

.budget-badge {
    background: #DCFCE7;
    color: #16A34A;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
}

.premium-badge {
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    background-color: #EDE9FE;
    color: #6D28D9;
}

.economy-badge {
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    background-color: #DBEAFE;
    color: #1D4ED8;
}

.exclusive-badge {
    background: #FCE7F399;
    color: #EC4899;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
}

.coupon-code-badge {
    background: #FCE7F399;
    color: #EC4899;
    padding: 3px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.grey-badge {
    /* background-color: #efefef; */
    background-color: #EDF1F9;
    padding: 3px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #122953;
    margin-right: 8px;
}

.grey-badge2 {
    background-color: #EDF1F9;
    padding: 3px 15px 4px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #122953;
    margin-right: 8px;
    text-align: center;
    width: 100%;
}

.grey-badge2>img {
    font-weight: 400;
}

.coming-soon-badge{
    background-color: #AA9113;
    color: white;
    padding: 0px 11px;
   border-radius: 30px;
   font-size: 12px;
   padding-bottom: 2px;
}

.umrah-card-price-badge {
    background-color: #AA9113;
    color: white;
    position: absolute;
    right: 11px;
    top: 35px;
    padding: 0px 11px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.transport-card-price-badge {
    background-color: #AA9113;
    color: white;
    position: absolute;
    right: 10px;
    top: 35px;
    padding: 10px 11px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.price-badge {
    background-color: #AA9113;
    color: white;
    border-radius: 10px;
    padding: 6px 10px;
    height: 70px;
}

.price-badge-transport {
    background-color: #AA9113;
    color: white;
    border-radius: 10px;
    padding: 15px 10px;
    height: fit-content
}

.rating-badge {
    background-color: #FFEDD5;
    color: #F97316;
    border-radius: 30px;
    padding: 2px 15px;
    height: 30px;
    font-size: 15px;
    font-weight: 600;
}

.rating-badge>img {
    margin-top: -3px;
}

/* Badges End */


/* Margins */
.mt-50 {
    margin-top: 50px;
}

/* Margins End */

/* Padding */


/* Padding End */


/* Headings */
.main-heading {
    font-size: 30px;
    color: #122953;
    font-weight: 700;
}

.umrah-package-card-heading {
    color: #122953;
    font-size: 18px;
    font-weight: 700;

}



/* Headings End */


/* Input */
.pnr-input {
    border: 1px solid #d7d7d7;
    height: 50px;
    padding: 10px;
    border-radius: 6px;
    width: 70%;
    outline: none;
}

.traveler-input {
    height: 50px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.input-group>select {
    width: 30%;
    border-radius: 6px;
    height: 40px;
    background-color: #f4f4f4;
    border: none;
    outline: none;
}

.input-group>input {
    width: 68%;
    border-radius: 6px;
}

.bg-input-white {
    height: 50px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
}

.sign-in-input {
    padding: 18px 10px 18px 10px;
    height: 50px;
    font-size: 12px;
    border: 1px solid #EBEBEB !important;
    border-radius: 10px;
    outline: none !important;
}

/* End Input */


/* Remaining */
.package-card {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    background-color: #f8f8f8;
    padding: 10px;
}

.car-cart-card {
    width: 96%;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    margin-left: 2%;
}

.car-cart-bg {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    background-color: #f8f8f8;
    padding: 10px;
    height: fit-content;
}

.hotel-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}

.tabs-border {
    margin-top: 18px;
}

.hotel-tabs>div>p {
    margin-top: 10px;
}

.nav-pills-bg {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    border-radius: 40px;
    padding: 10px;
    border: 1px solid #d7d7d7;
}

.nav-link-padding {
    padding: 10px 10px;
    color: black;
}

.nav-pills-bg>li {
    width: 33%;
}

.nav-pills-bg>li>.nav-link.active {
    background-color: #122953 !important;
    color: white !important;
    border-radius: 30px !important;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.nav-pills-bg>li>.nav-link {
    background-color: #f5f5f5 !important;
    color: #122953 !important;
    border-radius: 30px !important;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.hotel-card-header {
    display: flex;
}

.hotel-card-body {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin-top: -20px;
    background-color: #f5f5f5;
    z-index: 2;
    position: relative;
    padding: 10px;
}


.hotel-services {
    background-color: #EDF1F9;
    padding: 5px 15px;
    border-radius: 6px;
    margin-right: 10px;
    text-wrap: nowrap;
    font-size: 15px;
    font-weight: 500;
}

.hotel-servicess {
    background-color: #EDF1F9;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 10px;
    text-wrap: nowrap;
    font-size: 12px;
    font-weight: 500;
}

.sidebar-card {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 15px 0px 0px 0px;
    background-color: #fff;
}

.sticky-sidebar {
    position: sticky;
    border: 1px solid #e7e7e7;
    top: 0;
    z-index: 100;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    /* margin-top   : 50px; */
}

.sidebar-inner-card {
    background-color: #f5f5f5;
    width: 48%;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    padding-top: 15px;
}

.sidebar-inner-card>div>div>p {
    font-weight: 600;
    color: #122953;
}

.sidebar-inner-card>div>div>span {
    color: #454F5B;
    font-size: 13px;
}

.coupon-code-card {
    background-color: #E4E9F2;
    border-radius: 20px;
    padding: 12px;
    margin: 0px 10px;
    width: 96%;
}

a {
    text-decoration: none;
    /* Remove underline */
    color: inherit;
    /* Use the color of the parent element or specify a color */
}


.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 244, 244, 0.956);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}

.pnr-radio {
    border: 1px solid #d7d7d7;
    height: 50px;
    padding: 10px;
    width: 48%;
    border-radius: 6px;
    position: relative;
    text-align: left;
}

.activity-card {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px 10px;
    background-color: #f5f5f5;
}

.activity-card2 {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 20px 10px;
    background-color: #fff;
}


.iti--inline-dropdown {
    width: 100% !important;
}

.bank-cards {
    border: none !important;
}



.bank-cards li>.nav-link.active {
    background-color: #122953 !important;
    color: white !important;
    width: 97%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px !important;
    height: 70px;
}

.bank-cards>li>.nav-link {
    background-color: #fff !important;
    color: #122953 !important;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px !important;
    width: 97%;
    height: 70px;
    text-align: left;
}

.nav-link .active-icon {
    display: none;
    padding-bottom: 4px;
    margin-right: 10px;
}

.nav-link .inactive-icon {
    display: block;
    margin-left: 10px;
    margin: -14px auto 0 auto;
    padding-bottom: 8px;
}

.nav-link .inactive-icon-bank {
    /* display: block; */
    margin-left: 10px;
    /* margin        : -14px 0 auto; */
    /* padding-bottom: 6px; */
    margin-right: 10px;
    margin-top: -5px;
}

.nav-link.active .active-icon {
    display: inline-block;
    /* Show active icon when button is active */
}

.nav-link.active .inactive-icon {
    display: none;
    /* Hide inactive icon when button is active */
}

.nav-link.active .inactive-icon-bank {
    display: none;
    /* Hide inactive icon when button is active */
}

.selected-tab-checkmark {
    position: absolute;
    top: 5px;
    right: 2px;
}

.account-card {
    background-color: #EBF4FF;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 15px 10px;
}

.input-btn-flexx {
    display: flex;
    flex-direction: row;
}

.input-btn-flexx>span {
    width: 30%;
}

.bank-country-tabs>li {
    background-color: white;
    width: 24% !important;
    margin-right: 1%;
    border-radius: 8px;
}

.bank-country-tabs>li>a.active {
    background-color: #122953 !important;
    color: white !important;
}

.bank-country-tabs>li>a {
    color: #122953 !important;
}

.value-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width        : 200px;  */
    padding: 10px;
    /* border       : 1px solid #ccc; */
    border-radius: 5px;
    background-color: #f4f4f4;
    height: 50px;
}

.value-control-pkg {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width        : 200px;  */
    padding: 10px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-color: #fff;
}



.sign-in-left-section {
    padding-top: 100px;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
}

.signin-footer {
    text-align: center !important;
    padding: 10px;
    /* margin-top: 60%; */
    position: absolute;
    left: 15%;
    bottom: 20px;
    color: #122953;
}

/* Buttons */
.secondary-bg-color {
    background-color: #c4b04a;
    /* padding      : 16px; */
    width: 100%;
    text-align: center;
    border: none;
    color: white;
    border-radius: 6px;
    height: 50px;
    font-weight: 600;
}


.href-link-end {
    padding: 0px;
    text-decoration: none;
    font-size: 14px;
    color: #122953;
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    width: 100%;
    text-align: right;
    margin-top: 8px;
}



.bg-sign-in {
    background-color: #f5f5f5;
    /* border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      margin-top             : 40px; */
    height: 100vh;
    padding: 100px 24px 100px 24px;
}

.secondar-color-text {
    color: #AA9113;
}

.verify-code-margin {
    padding-bottom: 250px;
}


.w-100 {
    width: 100%;
}

.w-70{
    width: 70% !important;
}

.client-background {
    background: linear-gradient(90deg, #DFE7F7 0%, #F6F1D7 100%);
}

.client-area {
    padding: 50px 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.client-logo {
    width: 206px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

@media (max-width: 768px) {
    .client-area {
        padding: 50px 15px;
    }

    .client-logo {
        width: 100%;
    }
}


.testimonials {
    background: #f8f8f8;
    padding: 80px 80px 50px 80px;
}

.main-heading {
    /* font-family: Poppins, sans-serif; */
    font-size: 28px;
    font-weight: 600;
}

.text-under-heading {
    font-size: 16px;
    color: #495A7A;
    margin: 0 auto;
    max-width: 755px;
}

.card {
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.testimonials-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.testimonials-btn-image {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}

.about-home {
    background: #F8F8F8;
    padding-left: 80px;
    padding-right: 80px;
}

.about-image {
    display: block;
}

.about-image-box {
    position: relative;
}

.about-info-box {
    display: flex;
    flex-direction: column;
    padding: 22px 10px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 100%;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 178px;
}

.info-box-badge {
    border-radius: 5px;
    background: #006937;
    color: white;
    display: flex;
    padding: 0 5px;
    align-items: center;
    font-size: 12px;
}

.info-box-heading {
    color: #122953;
    font-size: 13px;
    font-weight: 600;
}

.info-box-text {
    color: #495A7A;
    font-size: 11px;
}

.about-btn {
    padding: 18px 25px;
    border-radius: 100px;
    background: #1E3A6D;
    display: flex;
    align-items: center;
}

.about-btn-text {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.about-btn-arrow {
    width: 20px;
    height: 20px;
}

.comprehensive-area {
    padding: 100px 15px;
}

.comprehensive-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 15px;
    border-radius: 20px;
    border: 1px solid var(--Stroke, #E7E7E7);
    background: #F8F8F8;
    text-align: left;
}

.comprehensive-box-image {
    width: 40px;
    height: 40px;
}

.comprehensive-box-heading {
    color: var(--Headings, #122953);
    /* font-family: Poppins; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.comprehensive-box-text {
    color: var(--text, #495A7A);
    /* font-family: Poppins; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 768px) {
    .comprehensive-box {
        margin-bottom: 20px;
        /* Add a gap between the boxes */
    }

    .comprehensive-box:nth-child(1) {
        margin-right: 15px;
    }

    .comprehensive-box:nth-child(2) {
        margin-right: 15px;
    }

    .comprehensive-area .row {
        display: flex;
        align-items: center;
    }
}

.accordion-button {
    background-color: #f8f8f8;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f8f8;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-item {
    margin-bottom: 10px;
}

.footer {
    background-color: #1E3A6D;
    color: #FFF;
    padding-top: 64px;
    padding-bottom: 48px;
}

.footer img {
    width: 74.762px;
    height: 50px;
}

.footer p {
    color: #FFF;
    /* font-family: Poppins, sans-serif; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.footer .heading {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.footer .links a {
    color: #FFF;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer .links a:hover {
    text-decoration: underline;
}

.footer .form-container input {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    outline: none;
}

.footer .form-container button {
    border-radius: 10px;
    border: 1px solid #AA9113;
    background: #AA9113;
    color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.footer-bottom {
    background-color: #183569;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom .social-icons img {
    width: 16px;
    height: 16px;
}

.footer-bottom .copyright {
    color: #FFF;
    /* font-family: Poppins, sans-serif; */
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px !important;
}

.divider {
    width: 1px;
    height: 70px;
    background: linear-gradient(90deg, #1E3A6D 0%, #2F508C 47.62%, #1E3A6D 100%);
    margin: 0 15px;
    /* Adjust the margin as needed for spacing */
}

@media (max-width: 767.98px) {

    .footer .col-md-4,
    .footer .col-md-3,
    .footer .col-md-2 {
        margin-bottom: 20px;
    }

    .footer .form-container button {
        margin-left: 5px;
    }
}



.hero-main-card {
    background: white;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 40%;
    left: 25%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hero-tabs-section {
    position: absolute;
    background-color: white;
    border-radius: 30px;
    padding: 5px 0px;
    height: 55px;
    width: 80%;
    top: -45px;
    left: 10%;
    z-index: 2;
}

.hero-section-ul {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.d-block {
    display: block !important;
}

.umrah-tab {
    margin-left: -32px !important;
}

.hero-section-ul>li {
    list-style-type: none;
    border-radius: 30px;
    padding: 10px 50px;
    cursor: pointer;
    margin: 0px;
}

.hero-section-ul>li.active {
    background-color: #AA9113;
    color: white;
    border-radius: 30px;
    padding: 10px 50px;

}

.exp-nav-item{
    margin-left: -24px !important;
}

.hero-inner-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    min-width: 700px;
    height: 140px;
    border: 1px solid #E7E7E7;

}

.hero-select-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    border-radius: 30px;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    outline: none;
    cursor: pointer;
}

.dropdown-icon {
    position: absolute;
    /* left : -10px; */
    right: 10px;
    top: 16px;

}


.hero-dropdown {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    z-index: 10;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.dropdown-card {
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 10px 10px 0px 10px;
    width: 32%;
    margin: 0px 1%;
    cursor: pointer;
}

.dropdown-card-active {
    background-color: #1E3A6D;
}

.dropdown-card-active-experience {
    background-color: #1E3A6D;
    color: white;
}

div.dropdown-card.dropdown-card-active-experience>div>p {
    color: white;
}

div.dropdown-card.dropdown-card-active>div.d-flex-space>p.font-15.w-600.primary-color-text {
    color: white;
}

div.dropdown-card.dropdown-card-active>div:nth-child(2)>p {
    background-color: #f5f5f5 !important;
    color: #1E3A6D;
    border-radius: 6px;
    width: max-content;
    padding: 0px 10px;
}

#date-dropdown > div:nth-child(1) > div.dropdown-card.dropdown-card-active > a > div:nth-child(2) > p{
    background-color: #f5f5f5 !important;
    color: #1E3A6D;
    border-radius: 6px;
    width: max-content;
    padding: 0px 10px;
}

.pink-text {
    color: #BC1E74;
}

.search-btn {
    background-color: #1e3a6d;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.route-dropdown {
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 80%;
    padding: 20px;
    border-bottom: 1px solid #E7E7E7;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.route-dropdown>p {
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #E7E7E7;
}

.active-route {
    background-color: #EBF2FF;
    border-radius: 10px;
    padding: 20px 10px !important;
}

.route-dropdown>p {
    cursor: pointer;
}


.dropdown-card>.active-icon {
    display: block;
}

.dropdown-card>.inactive-icon {
    display: none;
}


.dropdown-card-active-experience>.inactive-icon {
    display: block !important;
}

.dropdown-card-active-experience>.active-icon {
    display: none !important;
}


.value-buttonss>.bg-input-white {
    padding-top: 10px !important;
    margin-top: 4px;
}

a:hover {
    color: inherit;
}

.back-details-btn {
    margin-top: 10px;
    border-radius: 30px;
    color: #1e3a6d;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    padding: 10px 16px;
    background-color: transparent;
    margin-bottom: 10px;
}

.popular {
    color: #AA9113;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    ;
    background: #AA911326;
    border-radius: 16px;
    padding: 6px 12px;
    top: -2%;
}

.card-title {
    color: #122953;
}

.description {
    font-weight: 400;
    padding-block: 10px;
    font-size: 15px;
    color: #5D7369;
}

.accordion-item {
    box-sizing: border-box;
    margin-bottom: 15px;
    /* Space between rows */
}

.inquiry-form {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    box-shadow: 0px 5px 70px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: #1e3a6d;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ebebeb;
}

.card {
    position: relative;
    border: none;
    margin-block: 20px 60px;
    background-color: transparent;
}

.card img {
    width: 100%;
    height: auto;
    position: relative;
}

.content {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 25%;
    left: 10%;
    right: 10%;
    align-items: center;
    justify-content: space-between;
}

.content h5 {
    font-size: 40px;
    line-height: 3rem;
}

.content p {
    font-size: 15px;
    font-weight: 200;
}

.content .card-btn-book-now {
    border-radius: 30px;
    float: right;
    color: #1e3a6d;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    padding: 10px 16px;
    background-color: #fff;
}

.position-relative ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style: none;
    /* height: 50px; */
    padding-bottom: 5px;
    border-radius: 30px;
}

.list-items span {
    margin-right: 34px;
}

.list-items {
    margin-block: 20px;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px !important;
    padding: 20px;
    border: 1px solid #ebebeb;
    /* box-shadow   : -1px 1px 2px 0px rgba(0, 0, 0, 0.1); */
}

.flex-image-rating {
    display: flex;
    flex-direction: row;
    /* padding    : 10px; */
}

#Testimonials {
    background-color: #F8F8F8;
    padding-block: 40px;
}


.nav-tabs .nav-link {
    color: #122953;
    text-align: center;
    /* font-family: Poppins; */
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    margin-right: 10px;
    padding: 10px 20px;
    border-right: 1px solid #ECECEC;
    ;
    border-radius: 0;
}

.nav-tabs .nav-link:first-child {
    padding: 10px 20px 10px 0px;
}

.nav-tabs .nav-link.active {
    font-weight: 700;
    padding-left: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid white;
    border-right: 1px solid #ECECEC
}

.nav-tabs .nav-item:last-child .nav-link {
    border-right: 0px solid #ECECEC !important
}

.divider {
    width: 19px;
    height: 0;
    transform: rotate(90deg);
    border-top: 1px solid #ECECEC;
    margin: auto;
}

.overview-box {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
    border: 1px solid #E7E7E7;
    border-radius: 20px;
    background: #F8F8F8;
}


.card-info {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.card-box {
    display: flex;
    align-items: start;
    padding: 15px 20px;
    gap: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    background: #FFF;
    min-height: 80px;
}

button.nav-link.active {
    border: 1px solid white;

    border-color: #fff #ECECEC #fff #fff !important;
}

.nav-tabs {
    border-bottom: 0;
}

.card-box img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.card-info h6 {
    font-size: 16px;
    font-weight: 700;
    color: #122953;
    margin-bottom: 5px;
}

.card-info p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #495A7A;
    line-height: 130%;
}


@media (max-width: 767px) {
    .card-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-box img {
        margin-bottom: 10px;
    }

    .card-info h6 {
        font-size: 14px;
    }

    .card-info p {
        font-size: 12px;
    }
}

.note-box {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;
    background: rgba(170, 145, 19, 0.10);
    border-radius: 10px;
}

.note-box strong {
    color: #122953;
    /* font-family: Poppins; */
    font-size: 12px;
    font-weight: 500;
}

.note-box p {
    color: #495A7A;
    /* font-family: Poppins; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.accordion-button {
    color: #122953;
    /* font-family: Poppins; */
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
}

.accordion-button:not(.collapsed) {
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: 17px;
}

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    background: #FFF;
}


.filter-box {
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #F8F8F8;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 120px;
    flex: 1 0 0;
}

.filter-box h5,
.filter-box span {
    color: #122953;
    /* font-family: Poppins; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.filter-box span {
    font-weight: 400;
}

.filter-box .prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 40px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    pointer-events: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #1E3A6D;
    border-radius: 5px;
    z-index: -99px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #1E3A6D;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    z-index: 99px;
    border: 1px solid white;
    top: -5px;
    position: relative;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #1E3A6D;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    border: 1px solid white
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: #fff;
    border-radius: 5px;
}

.counter {
    display: flex;
    padding: 17px 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.inc-dec {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.select-menu {
    width: 100%;
    margin: auto;
}

.select-menu .select-btn {
    width: 100%;
    display: flex;
    height: 56px;
    background: #fff;
    padding: 17px 12px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.select-menu .options {
    position: absolute;
    width: 281px;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
}

.select-menu .options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 0;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #F3F3F3;
}

.select-menu .options .option:hover {
    background: #f2f2f2;
}

.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 12px;
    color: #333;
    color: #122953;
    leading-trim: both;
    text-edge: cap;
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.sBtn-text {
    color: #122953;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.left-button {
    display: inline-flex;
    padding: 17px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid#E1E1E1;
    text-decoration: none;
    color: #122953;
    /* font-family: Poppins; */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left-button img {
    width: 20px;
    height: 20px;
}

.right-button {
    display: inline-flex;
    padding: 13px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #1E3A6D;
    border: none;
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 19.5px */
    text-transform: capitalize;
    text-decoration: none;
}

.right-button:hover {
    color: white;
}

.right-button img {
    width: 20px;
    height: 20px;
}

.h-265 {
    /* height: 265px; */
}

#filterRow{
    display: none;
}
.rounded-circle{
    width: 50px !important;
}

.col-md-4 > .card{
    border: 1px solid #E7E7E7;
    border-radius: 20px;
}

 div.dropdown-card.dropdown-card-active > a > div.d-flex-space > p.font-15.w-600.primary-color-text{
    color: white;
}

.sign-in-icon{
    height: 47px;
    width: 26px;
    margin-right: 5px;
}

.section-gap{
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-gap-top{
    margin-top: 80px;
}

.header-nav-item-ul > li:hover{
    color: #AA9113;
}

.href-link-end:hover{
    color: #AA9113;
}

.contact-content-section{
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 40px 20px;

}

.contact-input{
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background-color: white;
    width: 100%;
    padding: 0px 10px;
    height: 50px;
    outline: none;
}

.contact-textarea{
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background-color: white;
    width: 100%;
    padding: 0px 10px;
    min-height: 100px;
    outline: none;
}

.h-50{
    height: 50px !important;
}

.contact-img{
    height: 84%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.our-locations-outer-card{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.our-locations-inner-card{
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e7e7e7;
}

.active-nav-item{
    color: #AA9113;
}

.pnr-radio-input{
    position: absolute;
    height: 13px !important;
    width: 13px !important;
    right: 5px;
    top: 8px;
}

.w-70{
    width: 70%;
}

.w-30{
    width: 30%;
}

.exp-img{
    height: 122px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cart-sidebar-img{
    border-radius: 20px;
    height: 100px;
}

.exp-details{
    position: absolute;
    left: 40px;
    bottom: 20px;
}

.sign-in-testimonial{
    background-color: #EDF1F9;
    border-radius: 20px;
    width: 100%;
    padding: 40px 20px;
    text-align: left;
}

.carousel-indicators > button{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    color: #183569;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    color: #183569;
}

.carousel-indicators [data-bs-target] {
background-color: #183569;
}

#testimonialCarousel > div.carousel-inner.my-5 > div > div > div > div{
background-color: white;
}

body > div > div > div > div.sign-in-left-section > p{
color: #122953;
}


.pnr-radio:has(input[type="radio"]:checked) {
    background-color: #EBF4FF;
    border-color: #1E3A6D;
    color: #1E3A6D;
}

@media screen and (min-width:769px) {
    .web-none{
        display: none;
    }

}


@media screen and (max-width:768px){
    header{
        /* display: none; */
    }
    .hero-main-card {
        /* display: none; */
    }


    .header-nav-item-ul{
        display: none;
    }

    .header-funadiq-logo {
        height: 40px;
        padding-right: 10px;
    }
    .header-pia-logo {
        width: 120px;
        padding-left: 10px;
    }

    .header-cart {
        margin-top: 8px;
    }

    .sidebar-btn{
        margin-top: 7px;
        margin-right: 10px;
    }

    #cart-item-count {
        background-color: red;
        border-radius: 50%;
        font-size: 8px;
        padding: 1px 5px;
        color: white;
        position: absolute;
        right: -4%;
        /* display: none; */
        top: 3%;
        cursor: pointer;
    }

    body > header > div > div > div > div.d-flex{
        display: none !important;
    }

    .package-card {
        margin-top: 20px;
    }

    .section-gap-top {
        margin-top: 50px;
    }

    .view-all-btn {
        font-size: 12px;
        width: max-content;
    }

    .about-home {
        background: #F8F8F8;
        padding-left: 1px;
        padding-right: 1px;
    }
    .p-5{
        padding: 0px !important;
    }

    .about-info-box {

        left: 82%;
        top: 98%;
    }
    .testimonials {
        padding: 20px 5px;
    }
    .inner-testimonials-box{
        padding: 5px 15px !important;
    }
    #card{
        display: none;
    }
    .social-icons{
        justify-content: center !important;
    }

    .footer-bottom .copyright {
        text-align: center;
    }

    .grey-badge{
        padding: 3px 6px;
    }
    .grey-badge2{
        padding: 3px 8px 4px 9px;
    }

    .main-heading {
        font-size: 20px;
    }
    .budget-badge {
        font-size: 12px;
    }

    .left-button, .right-button  {
        padding: 10px 15px;
    }

    .hero-section-ul>li {
        list-style-type: none;
        border-radius: 30px;
        padding: 5px 10px;
        cursor: pointer;
        /* margin: 0px; */
        height: 30px;
    }

    .hero-main-card {
        position: relative;
        left: 10px;
        top: 0px;
        margin-right: 20px;
    }

    .hero-tabs-section {
        position: absolute;
        background-color: white;
        border-radius: 30px;
        padding: 5px 0px;
        height: 55px;
        width: 100%;
        top: -45px;
        left: 0px;
        z-index: 2;
    }

    .hero-section-ul>li.active {
        background-color: #AA9113;
        color: white;
        border-radius: 30px;
        /* padding: 10px 50px; */
        padding: 5px 10px;
        height: 35px;
    }
    .hero-section-ul{
        height: 40px;
    }
    .hero-tabs-section {
        height: 44px;
    }

    .hero-inner-card {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        padding: 10px;
    }
    .hero-inner-card > h2{
        font-size: 16px !important;
    }
    .dropdown-card {
        width: 100%;
    }

    .hero-dropdown > .d-flex{
        display: flex;
        flex-direction: column;
    }

    .hero-dropdown{
        max-height: 328px;
        overflow-y: scroll;
    }

    .dropdown-card{
        margin-top: 5px;
    }
}
