.swiper-container .swiper-wrapper {
    align-items: stretch;
}

.swiper-container .swiper-slide {
    height: auto;
    display: flex;
}

.galleryarea > div {
    height: 400px;
    visibility: hidden;
}
.galleryarea > div.galleria-container {
    visibility: visible;
}


/* .pakcagesbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.pakcagesboxcontarea {
  flex-grow: 1;
  margin-top: 0 !important;
}

.umrah-swiper {
  min-height: 420px;
  margin-bottom: 30px !important;
} */
.socilaicons {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #227FA4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    overflow: hidden;
}

.socilaicons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.mandatory {
    color: red;
}
input.flatpickr-input[readonly] {
    background-color: #fff !important;
    opacity: 1 !important;
    cursor: pointer;
}
.pricebreakdetail {
    font-size: 14px;
    color: var(--brand-primary-color);
    line-height: 17px;
    font-weight: 600;
    transition: 0.4s;
    text-decoration: line-through;
}

#loading {
    position: relative;
}

#loading .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
}

.addroompopup {
    /* pointer-events: auto; */
    cursor: pointer;
    width: 100% !important;
}

.agentdetlogo img {
    height: 90px;
    width: 100% !important;
}

.logos {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}
.logos-track {
    display: flex;
    align-items: center;
    gap: 40px;
    width: max-content;
    animation: scroll linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.logos:hover .logos-track {
    animation-play-state: paused;
}
.logo-item {
    flex: 0 0 auto;
    border: 1px solid #5293bb;
    border-radius: 15px;
    padding: 10px 25px;
    position: relative;
}
.logo-item img {
    max-height: 60px;
    width: auto;
    display: block;
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.logo-item img:hover {
    filter: grayscale(0%);
}

.myaccountboxbottom button {
    color: #d31010;
    text-decoration: none;
}

.myaccountboxbottom form {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.pakcagesboxcontarea h4 a {
    color: var(--brand-primary-color);
}
.pakcagesboxcontarea h4 a:hover {
    color: var(--text-color);
}


.disabledRow {
    opacity: 0.5;
    pointer-events: none;
}
.hotel_listing {
    padding-left: 0px;
    margin-bottom: 0px;
}

.hotel_listing li {
    list-style-type: none;
}

.paymentlogo img{
    width: 100%;
}

.multipleVariant{
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}

.primarybtnol:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


.secondrybtnol:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.mytripdetailsbox a{
    text-decoration: none;
    margin-top: 10px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.date-direction {
    unicode-bidi: plaintext;
}


.manual-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.manual-table > thead > tr > th {
    font-weight: 600;
    font-size: 0.85rem;
    background-color: #D99757 !important;
    color: #fff;
    padding: 12px 10px !important;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,0.7) !important;
}

.manual-table > tbody > tr > td,
.manual-table > tfoot > tr > td {
    padding: 12px 10px !important;
    vertical-align: middle;
    border: 1px solid #e4e7eb !important;
}

.manual-table > tbody > tr > td.text-center,
.manual-table > thead > tr > th.text-center {
    text-align: center;
}

.manual-table > tbody > tr > td.text-end,
.manual-table > thead > tr > th.text-end,
.manual-table > tfoot > tr > td.text-end {
    text-align: right;
}

/* Header divider between first and second row */
.manual-table thead tr:first-child th {
    border-bottom: 1px solid rgba(255,255,255,0.9);
}

/* Footer styling */
.manual-table tfoot td {
    background: #fafafa;
    font-size: 15px;
}

.manual-table tfoot .text-success {
    font-size: 18px;
    font-weight: 700;
}

.ltr-text{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.colon{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

[dir="rtl"] .fieldicon {
     left: 2px !important;
     right: auto;
}

.rtl-number{
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-flex;
    align-items: center;
}


/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
@media (min-width: 1024px) {
    .swiper-slide {
        width: calc((100% - 60px) / 3) !important;
    }
}

@media (min-width: 1440px) {
    .swiper-container .swiper-slide {
        width: calc((100% - 90px) / 4) !important;
    }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 668px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 360px) {
}
