@import url('../css/header.css');
@import url('../css/gallery.css');
@import url('../css/breadcrumbe.css');

/* Poppins */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

:root {
    /* Colors: */
    --color-black: #000000;
    --color-sky: #1f78a0;
    --color-blue: #0b2a5b;
    --color-yellow: #fec500;
    /* Font/text values */
    --font-family: 'Poppins', sans-serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    --font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.section-space {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    --font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Light);
    line-height: var(--line-height-50);
    font-size: var(--font-size-48);
    font-family: 'Poppins', sans-serif;
}

p {
    --font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-28);
    font-size: var(--font-size-19);
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    color: #858282;
}

.main-title {
    font-family: 'Poppins', sans-serif;
    font-weight: var(--font-weight-Bold);
    line-height: var(--line-height-50);
    font-size: var(--font-size-45);
    color: var(--color-yellow);
    padding: 10px 0px;
    margin-bottom: 0;
    text-transform: uppercase;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
}

.dropdown-menu {
    border: 0;
}

@media (max-width: 2200px) {
    .container {
        max-width: 1560px;
    }
}

/* whatsapp-icon */
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
    position: fixed;
    bottom: 12%;
    right: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* button-effect 1 */

.button-1 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0px 20px;
    width: 200px;
    height: 58px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    z-index: 999;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
}

.button-1 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 55px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #fff;
}

.eff-1 {
    width: 250px;
    height: 58px;
    border-radius: 10px;
    right: 100%;
    background: #fbc632;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #222;
}


/* button-effect-2 */

.button-2 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    width: auto;
    padding: 0 30px;
    height: 58px;
    border-radius: 10px;
    background: #f8c74700;
    margin: 20px 0px;
    border: 2px solid #f8c747;
    border-radius: 50px;
}

.button-2 a {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 52px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #f8c747;
    font-weight: 600;
}

.eff-2 {
    width: 100%;
    height: 58px;
    border-radius: 10px;
    right: 100%;
    background: #102959;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    border: 2px solid #000;
}

.button-2:hover .eff-2 {
    right: 0;
    border: 2px solid #000;
}

.button-2:hover a ,.button-2:hover button {
    color: #fff;
}


/* button-effect-3 */

.button-3 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 200px;
    height: 58px;
    background: #f8c747;
    margin: 20px 0px;
    border-radius: 50px;
    margin-top: 60px;
   
}

.button-3 a ,.button-3 button{
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 58px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #000;
    font-weight: 600;
    padding: 0!important;
}

.eff-3 {
    width: 300px;
    height: 58px;
    border-radius: 10px;
    right: 100%;
    background: #102959;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    border: 2px solid #000;
}

.button-3:hover .eff-3 {
    right: 0;
}

.button-3:hover a ,.button-3:hover button {
    color: #fff;
}


/* swiper =========================*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* hero-slider =================*/

section.hero-slider-section {
    position: relative;
}

.seo ul li {
    margin-bottom: 15px;
    color: #282828;
}

.seo ul li span {
    font-weight: bold;
    color: #072554;
}

.seo ol li {
    margin-bottom: 15px;
}

.banner-seo-heading {
    font-size: var(--font-size-45);
    line-height: var(--line-height-50);
    font-weight: 600;
    margin-bottom: 30px;
    color: #fec500;
}

.slider-title {
    font-size: var(--font-size-60);
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fec500;
    /* animation:blinker 1s infinite; */
}

.slider-title h1 {
    font-size: 25px;
    font-family: cursive;
    color: white;
    /* animation: blink 0.5s linear infinite; */
}

.blink {
    line-height: 50px;
    animation: blink 0.8s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.slider-text {
    font-size: var(--font-size-40);
    line-height: var(--line-height-55);
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffffbd;
}

.slider-left-main {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 13rem;
}

.slider-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

.slider-img {
    border-radius: 360px 360px 0px 0px;
    overflow: hidden;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.slider-title span {
    display: block;
}

.slider-sub-title {
    color: #fff;
    font-size: 23px;
    line-height: 36px;
    --font-family: 'Poppins', sans-serif;
    margin-left: 7rem;
    font-style: italic;
}

.slider-caption {
    text-align: left;
}

.slide-inner {
    width: 100%;
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    align-items: center;
}

.button-eff a {
    border-radius: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    letter-spacing: 0.8px;
}

.swiper-slide-active .slider-text {
    animation: fadeInLeft 2s;
}

.swiper-slide-active .slider-title {
    animation: blink 0.8s;
}

.swiper-slide-active .slider-sub-title {
    animation: bounceInRight 2.5s;
}

.swiper-slide-active .slider-button {
    animation: bounceInUp 3s;
}

.swiper-button-next.swiper-button-disabled {
    display: none;
}


/* .slider-button {
    padding-top: 30px;
} */

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    margin: 0px 57px;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    width: 60px;
    height: 60px;
    /* border: 2px solid #fff; */
    border-radius: 50%;
}

.swiper-button-prev {
    width: 60px;
    height: 60px;
    /* border: 2px solid #fff; */
    border-radius: 50%;
}

.swiper-button-next i {
    font-size: 55px;
    line-height: 0;
}

.swiper-button-prev i {
    font-size: 55px;
    line-height: 0;
}

.mainSlider .swiper-button-next {
    top: 47%;
}

.mainSlider .swiper-button-prev {
    top: 40%;
}


/* slider-sape ==========*/

.slider-sape {
    margin-top: -11rem;
    z-index: 99;
    position: relative;
    width: 100%;
}

.slider-sape img {
    object-fit: cover;
    object-position: center;
}


/* about-us */

.about-section {
    padding-bottom: 200px;
    position: relative;
}

.about-section:after {
    position: absolute;
    content: "";
    left: 16%;
    top: 0;
    width: 16%;
    background: #fbc632;
    height: 100%;
    z-index: -1;
}

.about-image-section img {
    border: 2px solid #f6f6f6;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    border-radius: 10px;
}

.facbox {
    margin-bottom: 10px;
}

.box img:hover {
    transform: scale(1.1);
}

.about-text-main-section {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 8rem;
}

.sub-headign p {
    font-weight: 500;
    color: #072554;
    font-style: italic;
    font-size: 20px;
    padding: 12px 0px;
}

.content {
    margin-left: 5%;
}

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

.about-image-section:after {
    position: absolute;
}

.about-content i {
    float: left;
    font-size: var(--font-size-30);
    padding: 0px 10px 20px 0;
    color: #e16b0485;
}

.about-content p {
    text-align: left;
}

.about-include h2 {
    font-size: var(--font-size-40);
    font-weight: var(--font-weight-Regular);
    color: var(--color-blue);
    padding: 20px 0;
}

.facility {
    margin: 70px 0;
}

.about-include {
    padding: 3% 0;
    margin: 3% 0;
    width: 100%;
    background-color: #cccccc65;
}

.about-include-images img {
    float: right;
    width: 100%;
    transition: 0.5s;
}

.box {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.box :hover img {
    transform: scale(1.1);
}

.about-include p {
    color: var(--color-blue);
    line-height: var(--font-size-36);
}

.about-content h2 {
    font-size: var(--font-size-50);
    font-weight: var(--font-weight-Bold);
    color: var(--color-blue);
}

.facility img {
    width: 18%;
    padding: 1px;
}

.osi-item {
    padding: 40px;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: 0.5s;
    box-shadow: 0 0px 15px #00000028;
    border-radius: 20px;
    height: 100%;
}

.osi-item:hover {
    background-color: #e16b04bb;
}

.osi-item h3 {
    color: var(--color-blue);
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-30);
    transition: 0.5s;
    text-align: center;
    margin-top: 10px;
}

.osi-item:hover h3,
.osi-item:hover .fa {
    text-decoration: none;
    /* color: #fff; */
}

#osi-area a:link {
    text-decoration: none;
    color: #474747;
}

#osi-area a:hover {
    background: white;
    color: var(--color-blue);
}

.importance h3 {
    font-size: var(--font-size-36);
    font-weight: var(--font-weight-Light);
    color: var(--color-blue);
}

.importance h4 {
    font-size: var(--font-size-26);
    color: #e16c04;
}

.importance p {
    line-height: var(--line-height-40);
}

.about-images {
    margin-top: 5%;
    /* background-color: #c3c3c354;
    height: 480px; */
}

.about-images img {
    border-radius: 20px;
    transform: rotate(355deg);
    box-shadow: 5px 5px 10px #e16c04;
    width: 90%;
}

.about-images h3 {
    font-size: var(--font-size-26);
    color: var(--color-blue);
    font-weight: var(--font-weight-SemiBoldBold);
    transform: rotate(355deg);
}

.hajj-desktop {
    display: none;
}

/* haj-section */


/* slider */


.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

/* table */
.table-heading h3 {
    color: #464646;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
    border-width: 20%;
}

.pricing__table {
    display: flex;
    flex-direction: column;
    margin: 30px 30px 60px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    align-items: center;
}

@media (max-width: 991px) {
    .pricing__table {
        flex-direction: row;
        margin: 0 15px 60px 15px;
    }

}

.pricing__table .pt__title {
    width: 100%;
    display: flex;
}

@media (max-width: 991px) {
    .pricing__table .pt__title {
        flex-direction: column;
    }

}

@media (max-width: 639px) {
    .pricing__table .pt__title {
        width: 40%;
    }
}

.pricing__table .pt__title .pt__title__wrap {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: row;
    font-size: 18px;
    text-align: center;

}

@media (max-width: 991px) {
    .pricing__table .pt__title .pt__title__wrap {
        flex-direction: column;
        width: fit-content;
    }
}

.point-row {
    display: flex;
    flex-direction: row !important;
    align-items: baseline;
    justify-content: center;
}

.pricing__table .pt__title .pt__title__wrap .pt__row {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    min-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background: var(--color-sky);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
    border: 1px solid #FFD700;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #e19c08;
}

.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(3) {
    border: 1px solid #97adc3;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #97adc3;
}

.pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(4) {
    border: 1px solid #66bbff;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #42a4f3;
}

@media (max-width: 991px) {
    .pricing__table .pt__title .pt__title__wrap .pt__row:nth-child(2) {
        border-right: 1px solid rgba(73, 72, 74, 0.1);
        border-bottom: 1px solid #FFD700;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-top-right-radius: 0;
    }
}

@media (max-width: 991px) {
    .pricing__table .pt__title .pt__title__wrap .pt__row {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        min-height: 95px;
        border-right: 1px solid rgba(73, 72, 74, 0.1);

        border-bottom: 1px solid rgba(73, 72, 74, 0.1);
        border-radius: 10px 0 0 10px !important;
    }

    .pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
        border-right: 1px solid rgba(73, 72, 74, 0);
    }
}

.pricing__table .pt__option {
    position: relative;
}

@media (max-width: 991px) {
    .pricing__table .pt__option {
        width: 50%;
        flex: 1;
    }
}

@media (max-width: 639px) {
    .pricing__table .pt__option {
        width: 60%;
    }
}

.pricing__table .pt__option .pt__option__mobile__nav {
    position: absolute;
    z-index: 1;
    top: 25px;
    bottom: auto;
    left: 50%;
    right: auto;
    display: none;
    justify-content: space-between;
    width: calc(100% + 30px);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__mobile__nav {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
    }

    .pricing__table .pt__option .pt__option__mobile__nav {
        left: 57%;
    }

    .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
        right: 65px !important;
    }
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color-blue);
    transition: 0.25s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
    color: var(--color-blue);

}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
    background-color: var(--color-blue);
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg:hover .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
    color: #fff;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
    background-color: #fff;
    pointer-events: none;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:first-child {
    position: relative;
    left: -5px;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
    position: relative;
    right: 5px;
}

.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
    width: 16px;
}

.pricing__table .pt__option .pt__option__slider {
    overflow: visible;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__slider {
        overflow: hidden;
    }
}

.pricing__table .pt__option .pt__option__slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__slider .swiper-wrapper {
        flex-direction: row;
    }
}

.pricing__table .pt__option .pt__option__item {
    width: 100%;
    margin-right: 0;
}

.pt__item {
    width: 100%;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    display: flex;
    flex-direction: row;
    font-size: 1.375rem;
    line-height: 1.4;
    position: relative;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
        flex-direction: column;

    }

    .pt__item {
        width: 100%;

    }
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 33.33%;
    min-height: 60px;
    padding: 30px;
    font-size: 16px;
    border-bottom: 1px solid rgba(73, 72, 74, .1);
}

.short {
    width: 34% !important;

}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
        width: 100%;
        min-height: 95px;
    }

    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
        border-top: 1px solid #FFD700;
        border-bottom: 1px solid #FFD700;
        background-color: #FFD70026;
    }
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    text-align: center;
    font-size: var(--font-size-19);
    font-weight: 600;
}

.point-row i {
    font-size: 22px;
    color: var(--color-sky);
    margin-left: 20px;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
        align-items: center;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
        font-size: 16px;
    }
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
    /* border-left: 1px solid #FFD700; */
    border-right: 1px solid #FFD700;
    background-color: #FFD70026;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3) {
    /* border-left: 1px solid #bcc6cc; */
    border-right: 1px solid #97adc3;
    background-color: #a3d1ff4f;
}

.pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(4) {
    /* border-left: 1px solid #66bbff; */
    border-right: 1px solid #66bbff;
    background-color: #66bbff1a;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
    display: inline-flex;
    padding: 20px 15px;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row {
        min-height: 95px;
        padding: 10px 15px;
        align-items: center;
    }
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:first-child {
    border-bottom: 0;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom: 1px solid #FFD700;
}

@media (max-width: 991px) {
    .pricing__table .pt__option .pt__option__item .pt__item.selected .pt__row:nth-child(2) {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-right: 1px solid #FFD700;
        border-bottom: 1px solid #FFD700;
    }
}

.pricing__table .pt__option .pt__option__item .pt__item.selected a {
    padding: 15px 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background-color: #FFD700;
    transition: 0.25s;
}

.pricing__table .pt__option .pt__option__item .pt__item.selected a:hover {
    background-color: #FFD700;
}

@media (max-width: 639px) {
    .pricing__table .pt__option .pt__option__item .pt__item.selected a {
        padding: 12px 20px;
        font-size: 14px;
    }
}




section.haj-section {
    position: relative;
    margin-top: -4rem;
    margin-bottom: 180px;
}

.haj-ssection {
    border-radius: 300px 0px 0px 300px;
    overflow: hidden;
    border: 5px solid #f6f6f6;
    box-shadow: 1px 0px 7px #00000036;
}

.haj-ssection img {
    border: 2px solid #f6f6f6;
    height: 600px;
    background: #fff;
    object-fit: cover;
}

section.haj-section:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgb(20 118 157 / 79%), rgb(36 117 155)), url(../images/haji-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.haj-right {
    padding: 50px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.umrah-left {
    padding: 50px;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.haj-text-inner {
    /* background: #1f78a0; */
    position: relative;
    margin-top: 5rem;

}

/* 
.haj-text-inner:after {
    position: absolute;
    content: "";
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f78a0;
    z-index: 1;
} */

.haj-text-inner:before {
    position: absolute;
    content: "";
    left: -13%;
    top: 0;
    width: 14%;
    height: 100%;
    /* background: #2a779e; */
    z-index: 5;
    border-radius: 0px 0px 0px 390px;
}

.sub-heading-title {
    font-size: 22px;
    font-weight: 700;
}


/* umrah */

section.umrah-section {
    position: relative;
}

.umrah-ssection {
    border-radius: 0px 300px 300px 0px;
    overflow: hidden;
    border: 5px solid #f6f6f6;
    box-shadow: 1px 0px 7px #00000036;
}

.umrah-ssection img {
    border: 2px solid #f6f6f6;
    height: 600px;
    background: #fff;
    object-fit: cover;
}

.umrah-text-inner p {
    text-align: right;
}

section.umrah-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgb(20 118 157 / 79%), rgb(36 117 155)), url(../images/haji-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.umrah-text-inner {
    /* background: #1f78a0; */
    position: relative;
    text-align: right;
}

/* 
.umrah-text-inner:after {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #1f78a0; 
    z-index: 1;
} */

/* .umrah-text-inner:before {
    position: absolute;
    content: "";
    right: -13%;
    top: 0;
    width: 14%;
    height: 100%;
    /* background: #2a779e; 
    z-index: 5;
    border-radius: 0px 0px 390px 0px;
} */

.sub-heading-title {
    font-size: 22px;
    font-weight: 700;
}

.button-right-side {
    text-align: right;
    /* padding-right: 3rem; */
}


/* document-sectin */

.document-main-section {
    margin-top: 120px;
}

.document-main-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #0b2a5b;
    z-index: -1;
}

.document-main-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgb(7 135 150 / 64%), rgb(10 129 158 / 54%)), url(../images/ducument-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.document-field {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.document-img img {
    width: 50px;
}

.document-text p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-left: 20px;
}

.document-inner-section {
    padding: 5rem;
}

.approval-section {
    text-align: center;
}

.approval-section .document-text {
    padding: 0px 5rem;
}

.approval-section .document-text p {
    text-align: center;
}

.approval-section .button-3 {
    margin-top: 32px;
}


/* Gallery */

.gallery-text-inner {
    width: 64%;
    text-align: center;
    margin: 30px auto;
}

.gallery-text-inner p {
    text-align: center;
}


/* readmore */
.readmore {
    padding-bottom: 80px;
}

.readmore ul li {
    font-size: var(--font-size-16);
    color: #282828;
}

.seo strong {
    color: var(--color-blue);
    margin-bottom: 10px;
    display: block;
}

.read-btn:hover {
    background: var(--color-blue);
    color: #fff;
}

.read-btn {
    width: 100%;
    background: var(--color-yellow);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: var(--font-size-18);
    margin-top: 30px;
    font-weight: var(--font-weight-SemiBold);

}

#text {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;

}

button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    background: transparent;

    box-sizing: border-box;
}



/* readmore */


/* testimonial ==============*/

.testimonial .swiper-slide {
    background: #fff;
    padding: 0;
    height: fit-content;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: left;
    opacity: 0.5;
    transform: scale(0.9) !important;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


/* .testimonial .swiper-slide.swiper-slide-active {
    filter: blur(0);
} */

.testimonial .swiper-slide.swiper-slide-active {
    margin-left: 3px;
    opacity: 1;
    transform: scale(1) !important;

    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.testimonial.swiper-container {
    padding-bottom: 70px;
}

.testimonial {
    padding-bottom: 10px;
    padding-top: 50px;
}

.testimonial p {
    color: #000;
    font-size: 16px;
    line-height: normal;

}

.testimonial p span {
    font-weight: var(--font-weight-SemiBold);
}

.testimonial-inner span i {
    font-size: 40px;
    color: #201a96;
    margin-bottom: 35px;
}

.testimonial a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: var(--color-blue);
    margin: 20px 0;
    text-align: center;
}

.testimonial .swiper-pagination {
    padding-bottom: 11px;
}

.testimonial .swiper-button-next i {
    color: #000;
}

.testimonial .swiper-button-next {
    border-color: #000;
}

.testimonial-view-all {
    border: 0;
    width: 100%;
}

.testimonial-view-all .view-all-project-btn {
    padding-top: 50px;
}


h3.testimonial-client-name {
    font-size: 18px;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #001d38;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.umrah-inner {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.client-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.inner-content {
    padding: 20px;
}

.testimonial-profile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.testimonial-main-sectoin {
    position: relative;
}

/* .testimonial-main-sectoin:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: #0b2a5b;
    border-radius: 300px 0px 0px 300px;
} */



/* .testimonial-main-sectoin:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(0deg, rgb(217 220 223), rgb(220 223 227));
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px 300px 300px 0px;
    z-index: -1;
} */
.swiper.testimonial {
    padding: 40px 0;
}

.testimonial-heading-section img {
    width: 40%;
    margin-bottom: 20px;
}

.testimonial-main-sectoin .swiper-button-prev {
    margin-left: 5%;
    top: 50%;
}

.testimonial-main-sectoin .swiper-button-next {
    right: 3%;
    top: 50%;
}

.testimonial-heading-section {
    padding-left: 11rem;
    padding-top: 0;
}

h2.main-title.blue-color {
    color: #102959;
    margin-bottom: 0;
}


/* footer */


/* form */

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.75em;
    color: var(--color-blue);
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    /* float: left; */
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
    border-radius: 0;
}

.styled-input label {
    font-weight: 400;
    color: #000;
    padding: 10px 0px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    text-transform: uppercase;
}

input,
textarea {
    /* padding: 20px; */
    padding-left: 0;
    padding-top: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    color: #000;
    font-size: 18px;
    border-radius: 0;
    border-bottom: 1px solid #222;
}

input:focus,
textarea:focus {
    outline: 0;
    color: #000;
}

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 7em;
}

.input-container {
    padding-left: 10rem;
}

@media (max-width: 768px) {

    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
}

input[type="checkbox"]+label {
    font-size: 22px;

}

.tab__content {
    padding-left: 15px;
}



.office-addess-section li {
    list-style: none;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
}

.office-addess-section ul {
    padding: 0;
    margin: 0;
    padding-right: 142px;
}

.office-addess-section li a span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.office-addess-section li a {
    padding-left: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
}

.detail-contact {
    padding-left: 20px;

}

.office-addess-section li i {
    font-size: 21px;
    color: #fff;
    position: relative;
    top: 5px;
}

.office-addess-main {
    position: relative;
    height: 100%;
    background: #0b2a5b;
    border-radius: 0px 300px 300px 0px;
    padding: 80px 0px;
    padding-right: 150px;
}

.office-addess-main:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #0b2a5b;
    z-index: 1;
}

.footer-sectoin:after {
    position: absolute;
    content: "";
    left: -1%;
    top: 0;
    width: 16%;
    background: #fbc632;
    height: 100%;
    z-index: -1;
}


.copyright {
    background: var(--color-sky);
    margin-top: 60px;
    padding: 20px 0;
}

.copy-right p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.copy-right p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.footer-sectoin {
    padding-bottom: 50px;
}

/* footer */
.footer-box,
.footer-menu {
    padding-left: 50px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    text-decoration: none;
}

footer ul li a {
    text-decoration: none;
}

.footer {
    padding-top: 80px;
    width: 100%;
    background-color: var(--color-blue);
    overflow: hidden;
    margin-top: 50px;
}


.footer img {
    width: 80%;
    margin-bottom: 25px;
}

.footer-box p {
    color: #fff;
    font-size: 16px;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    float: left;
    margin-right: 30px;
}

.footer-social ul li i {
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer-social ul li i:hover {
    color: #f8c747;
}

h3.footer-heading {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: var(--font-weight-SemiBold);
    text-transform: uppercase;
    color: var(--color-yellow);
}


.footer-menu ul li {
    margin: 15px 0;
}

.footer-menu ul li a:hover i {
    color: var(--color-yellow);
}

.footer-menu ul li a:hover {
    color: var(--color-yellow);
}

.footer-menu ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
    transition: 0.5s;
}

.footer-menu ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: 0.5s;

}

.footer-contact ul li i {
    font-size: 22px;
    color: var(--color-yellow);
    margin-right: 20px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-contact ul li a,
.footer-contact ul li p {
    font-size: var(--font-size-16);
    color: #fff;
    display: block;
    margin-bottom: 0;
    transition: 0.5s;

}

.footer-contact ul li a:hover {
    color: var(--color-yellow);
}

.line1 {
    width: 80%;
    height: 1px;
    background-color: var(--color-ff8838);
    margin: 30px 0;
    display: none;
}

/* copy-right  */

.copy-right {
    background-color: var(--color-014b7e);
    padding: 30px 0;
    border-top: 1px solid #ffffff7b;
    margin-top: 50px;
}

.copy-right p,
.copy-right p a {
    color: #fff;
    margin-bottom: 0;
    transition: 0.5s;
}

.copy-right p a:hover {
    color: var(--color-yellow);
}


/* backt to top */

#button {
    display: inline-block;
    background-color: #fbc632;
    width: 60px;
    border: 2px solid #000;
    height: 60px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 28px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#button::after {
    content: "\F148";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    background-color: #031d37;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
    border: 0;
    text-decoration: none;
}


/* about-us Page */

.about-main-page {
    overflow: visible;
}

.container-bg {
    background: linear-gradient(0deg, rgb(16 41 89 / 78%), rgb(16 41 89)), url(../images/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    padding: 100px;
    margin-top: -9rem;
    z-index: 9999;
    position: relative;
}

.document-list {
    font-size: 29px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    line-height: 41px;
    padding-left: 0;
}

.document-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.document-list li {
    margin-bottom: 30px;
    display: flex;
    color: #474747;
}

ul.document-list {
    list-style-type: none;
}

.document-list li::before {
    content: "\F270";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    /* line-height: 60px; */
    color: #00b800;
    text-decoration: none;
    border: 0;
    margin-right: 30px;
    top: 2px;
    position: relative;
}

.about-page .breadcrumbe-section {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.contact-page ul li i a {
    color: var(--color-blue) !important;
}

.add-head {
    display: flex;
}

.contact-page .breadcrumbe-section {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.haj-page .breadcrumbe-section {
    background-image: url(../images/haj-bg.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.umrah-page .breadcrumbe-section {
    background-image: url(../images/umrah-inner-bg.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.ziyarat-page .breadcrumbe-section {
    background-image: url(../images/masjid-e-aqsa.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.document-page .breadcrumbe-section {
    background-image: url(../images/haj2.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.gallery-page .breadcrumbe-section {
    background-image: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    filter: brightness(1);
}

.breadcrumbe-section::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgb(0 0 0 / 77%) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.breadcrumbe-section .container {
    z-index: 9;
}


/* The card */
.tour-box {
    overflow: hidden;
}

.tour-box .card {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-box-shadow: 10px 222px -12px 43px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -3px 30px 56px -33px rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}


/* Image on the left side */

.tour-box .thumbnail {
    float: left;
    position: relative;
    margin-left: 30px;
    margin-top: -30px;
    height: 100%;
    width: 30%;
    -webkit-box-shadow: 10px 10px 60px 0px rgb(0 0 0 / 21%);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 3px 27px 0px rgb(0 0 0 / 58%);
    overflow: hidden;
    border-radius: 30px;
}


/*object-fit: cover;*/


/*object-position: center;*/

.tour-box img.left {
    position: relative;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Right side of the card */

.tour-box .right {
    width: 100%;
    padding: 50px;
}

.tour-box .right li {
    list-style-type: none;
}

.tour-box .right h3 {
    font-size: 30px;
    font-weight: 100;
    line-height: 37px;
}

.tour-box .days {
    background-color: #9ecaff8c;
    /* height: 30px; */
    width: fit-content;
    border-radius: 5px;
    padding: 8px;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #7db8ff;
}

/* .tour-box h2 {
    padding-top: 8px;
    margin-right: 6px;
    text-align: right;
    font-size: 0.8rem;
} */

.tour-box .separator {
    margin-top: 10px;
    border: 1px solid #C3C3C3;
}

.tour-box p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 150%;
    color: #4B4B4B;
    margin-bottom: 10px;
    font-weight: 600;
}

.tour-box .imp {
    color: #00b800;
}

.tour-box p .green {
    color: #0e8f00;
}


/* DATE of release*/
:root {
    --primary: #227093;
    --secondary: #ff5252;
    --background: #eee;
    --highlight: #ffda79;
    /* Theme color */
    --theme: var(--primary);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Core styles/functionality */
.tab input {
    opacity: 0;
    display: none;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    max-height: 20rem;
}

/* Visual styles */

.tab__label,
.tab__close {
    display: flex;
    color: white;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
}

.tab__label::after {
    content: "\002B";
    font-size: 30px;
    line-height: 30px;


    text-align: center;
    transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
    content: "\2212";
    color: var(--color-sky);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

.tab {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
    font-size: 24px;
    color: var(--color-blue);

}

.accordion {
    padding-top: 150px;
    padding-left: 30px;
    overflow: hidden;
}



.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--color-blue);
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: auto;
    color: var(--color-blue);
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1rem;
    font-size: 22px;

}

.accordion-item {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    border-radius: 15px;

}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: var(--color-blue);
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;

    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 150%;
    padding: 0 1rem;
    color: #4B4B4B;
    margin-bottom: 10px;
    font-weight: 600;
}




/* faq */

.tour-box h5 {
    font-size: var(--font-size-22);
    color: #14769d;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.tour-box h5 i {
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.tour-box h4 {
    font-weight: 600;
    position: relative;
    font-size: 1.5rem;
    color: #e16c04;
    line-height: 34px;
    margin-bottom: 30px;
}

.register-box {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    border: 8px solid #fec83d;
    top: 13%;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}


/* Those futur buttons */

.tour-box ul {
    margin: 0;
    padding: 0;
    padding: 1rem;
    padding-top: 0;
}

.tour-box li {
    list-style: none;
    padding-right: 40px;
    color: #4B4B4B;
    list-style-type: disc;
    margin-left: 19px;
    font-size: 16px;
    margin-bottom: 5px;
}


/* Floating action button */

.tour-box .fab {
    position: absolute;
    right: 50px;
    bottom: -40px;
    box-sizing: border-box;
    padding-top: 18px;
    background-color: #1875D0;
    width: 80px;
    height: 80px;
    color: white;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.75);
}

.contact-person {
    text-align: center;
    height: 100%;
    padding: 40px;
    border: 1px solid #a5a5a5;
}

.contact-person ul {
    padding: 0;
    margin: 0;
}

.contact-person li {
    list-style-type: none;
}

.contact-person h4 {
    font-size: var(--font-size-30);
}

.contact-person a {
    color: var(--color-blue);
    text-decoration: none;
}

.package-box-content {
    /* border-right: 1px dotted #ccc; */
    padding-right: 29px;

}

.package-box-content h4 {
    color: #464646;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.package-box-content h4 strong {
    font-weight: var(--font-weight-SemiBold);
    color: #e16c04;

}

img.icon {
    height: 35px;
    margin-right: 15px;
}

.hotel {
    padding-right: 30px;
    border-right: 1px solid #cfcfcf;
}

.hotel:nth-child() .package-box-content h4 i {
    margin-right: 15px;
    position: relative;
    top: -4px;
}

.price {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #28282830;
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 20px;
}

.price h4 span {
    color: #00b800;
}

.price h4 {
    margin-top: 0 !important;
    color: #001d38;
}

h6.details {
    font-size: 18px;
    line-height: normal;
    color: #282828;
    margin-top: 10px
}

h6.details a {
    text-decoration: none;
    color: var(--color-sky);
}

.package-box-content h3 {
    color: #464646;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

/* seo */
.seo-breadcrum-title {
    color: #FFF;
    font-size: 50px;
    line-height: normal;
    font-weight: var(--font-weight-SemiBold);
}

.seo-title {
    color: #464646;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.seo a {
    font-weight: var(--font-weight-Bold);
    color: var(--secondary);
    text-decoration: none;
    transition: 0.5s;
}

.seo a:hover {
    color: var(--color-yellow);

}

.seo b {
    font-weight: var(--font-weight-Bold);
    color: #282828;
}

.seo-breadcrum-title {
    color: #FFF;
}

.seo-heading {
    color: var(--color-sky);
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 50px;

}

.seo p {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 150%;
    color: #565656;
    margin-bottom: 10px;
    font-weight: 600;
}

.seo h3 {
    color: #e16c04;
    font-size: 18px;
    font-weight: var(--font-weight-SemiBold);
    margin-bottom: 5px;
    line-height: normal;
    margin-top: 30px;
}

/* seo */




.package-box-content h3 small {
    color: #6e6e6e;
    font-weight: 500;
    font-size: 20px;
}

img.umrah-img {
    position: relative;
    width: 100%;
    transform: translateX(50px);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blue {
    top: -10%;
    content: "";
    position: absolute;
    width: 100%;
    right: -30%;
    z-index: -9;
    height: 120%;
    background: var(--color-blue);
    border-radius: 20px;
}

.package-box .accordion-button {
    padding: 0;
}

.package-box .accordion-item {
    border: none;
}

.package-box .accordion-body {
    padding: 0;
}

.package-box .accordion-button::after {
    bottom: 17%;
}

.brochure-link {
    padding: 10px;
    border: 1px solid;
    text-decoration: none;
    color: black;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #001d38 !important;
    font-weight: 600;
}

.terms h3 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: #464646;
    line-height: normal;
    margin-top: 30px;
}

.terms h5 {
    color: #14769d;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.terms h5 i {
    margin-right: 5px;
}

ul.links {
    padding: 0;
    margin: 0;
}

ul.links li {
    list-style: none;
    margin-bottom: 15px;
    margin-left: 0;
}

ul.links li a {
    font-size: 18px;
    color: #464646;
    text-decoration: none;
}

ul.links li a:hover {
    color: #1f78a0;

}

ul.links li i {
    font-size: 16px;
    color: var(--color-blue);
    margin-right: 10px;
}

.menu-flex {
    display: flex;
    align-items: center;
}


/* responsive css */
/* haj-mobile */

.gold {
    border-bottom: 2px solid #FFD700;
    background-color: #fff3b04c;
}

.gold h3 {
    background: #e19c08;

}

.silver {
    border-bottom: 2px solid #97adc3;
    background: #97adc310;
}

.silver h3 {
    background: #97adc3;

}

.regular {
    border-bottom: 2px solid #42a4f3;
    background: #eff8ff77;

}

.regular h3 {
    background: #42a4f3;

}

.pakkages-padding {
    padding: 20px;
}

.package-inner {
    padding-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 16px;
    margin-bottom: 30px;
    /* height: 100%; */
}

.package-inner p span {
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-black);
    display: block;
    font-size: 16px;
}

.package-inner p i {
    color: var(--color-sky);
}

.package-inner p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.package-inner h3 {
    text-align: center;
    font-weight: var(--font-weight-SemiBold);
    color: #FFF;
    border-radius: 16px 16px 0 0;
    padding: 5px 0;
    margin-bottom: 0;
}

/* haj-mobile */
/* pop-up form */

.pop-up-btn{
width: 100%!important;
display: flex;
justify-content: center;
}
.pop-up-btn button{ 
    padding: 0 22px;
    }

    .pop-up-btn .eff-3 {
        width: 100%;
    }
    .modal {
        position: fixed;
    }
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
/* pop-up form */


@media only screen and (min-width: 1921px) {
    .slider-left-main {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }

    .footer-box,
    .footer-menu {
        padding-left: 0;
    }

    a.nav-link {
        margin-right: 12px;
    }

    .top-bar:after {
        height: 47%;
    }

    .slider-left-main {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .testimonial-main-sectoin .swiper-button-prev {
        margin-left: 1%;
    }

    .testimonial-main-sectoin .swiper-button-next {
        right: 1%;
        margin: 0%;

    }
}

@media (max-width: 1560px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1480px;
    }

    .top-bar:after {
        height: 47%;
    }
}

@media (max-width: 1400px) {
    :root {
        --font-size-22: 20px;
    }

    .package-box-content h3 {
        font-size: 26px;
        line-height: 36px;
    }

    img.umrah-img {
        transform: translateX(00px);
    }

    .mb-4 {
        margin-bottom: 1rem !important;
    }

    .about-text-main-section {
        padding-left: 5rem;
    }

    .slider-left-main {
        padding-left: 7rem;
        padding-right: 3rem;
    }

    a.nav-link {
        padding: 16px 6px !important;
        color: #000 !important;
    }

    h6.details {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 1480px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

    .pakkages-padding {
        padding: 15px;
    }

    section.breadcrumbe-section {
        height: 350px;
    }

    .umrah-page h1 {
        font-size: 28px;
    }

    .seo-title {
        font-size: 28px;
        line-height: normal;
    }

    .seo h2 {
        font-size: 22px;

    }

    .haj-right,
    .umrah-left {
        padding: 40px;
    }

    .about-text-main-section {
        padding-left: 5rem;
    }

    .haj-text-inner,
    .haj-text-inner {
        margin-top: 1rem;
    }

    .top-bar:after,
    .menu-section:after,
    .haj-text-inner:after {
        display: block;
    }

    .about-content h2 {
        font-size: var(--font-size-40);

    }

    .document-inner-section {
        padding: 2rem;
    }

    section.haj-section {
        margin-bottom: 160px;
    }

    .office-addess-main {
        padding: 75px 36px;
        padding-right: 54px;
    }

    .section-space {
        padding: 80px 0;
        position: relative;
    }

    .tour-box .right {
        padding: 40px;
    }

    .office-addess-section ul {
        padding-right: 90px;
    }

    section.haj-section {
        position: relative;
        margin-top: 0rem;
        margin-bottom: 90px;
    }

    .umrah-ssection img,
    .haj-ssection img {
        height: 450px;
    }

    .haj-right,
    .umrah-left {
        padding: 24px;
    }

    .haj-right,
    .umrah-left {
        padding: 24px;
    }

}

@media (max-width: 1366px) {
    :root {
        --font-size-22: 18px;
        --font-size-19: 16px;
        --font-size-45: 35px;
    }

    .package-inner p span {
        font-size: 14px;
    }

    .package-inner p {
        font-size: 14px;

    }

    .pakkages-padding {
        padding: 10px;
    }

    .tour-box ul {
        padding: 2rem;
    }

    h3.testimonial-client-name {
        font-size: 16px;
    }

    .testimonial p {
        font-size: 14px;
    }

    .testimonial a {
        font-size: 17px;
        margin: 10px 0;
    }

    .tour-box li {
        font-size: 16px;
    }

    .accordion button .accordion-title {
        padding: 1rem;
        font-size: 20px;
    }

    .package-box-content {
        padding-right: 15px;
    }

    .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
        padding: 20px 15px;
        font-size: 15px;
    }

    .pricing__table .pt__title .pt__title__wrap .pt__row {
        font-size: 18px;
    }

    .pb-5 {
        padding-bottom: 2rem !important;
    }

    h5.pls {
        font-size: 16px;
        margin-top: 1.5rem !important;
    }

    .terms h5 {
        line-height: normal;
        font-size: 16px;
    }

    .terms h5 i {
        font-size: 20px;
    }

    .slider-left-main {
        padding-right: 7rem;
        padding-left: 6rem;
    }

    .tour-box p {
        font-size: 15px;
        font-weight: 500;
    }

    .package-box-content h4 strong {
        font-weight: var(--font-weight-SemiBold);
        font-size: 17px;
    }

    .tour-box h5 {
        font-size: 16px;
    }

    .price h4 {
        font-size: 16px;
        line-height: normal;
    }

    .price h4 span {
        font-size: 15px;
    }

    .price {
        margin-top: 10px;
    }

    .p-5 {
        padding: 2rem !important;
    }

    a.nav-link {
        padding: 16px 8px !important;
        font-size: 14px !important;

    }

    .about-text-main-section {
        padding-left: 4rem;
    }

    .office-addess-section ul {
        padding-right: 100px;
    }

    .input-container {
        padding-left: 5rem;
    }

    h4.breadcrum-title {
        line-height: 1.1;
    }

    .section-space {
        padding: 70px 0;
        position: relative;
    }

    .gallery-text-inner {
        margin: 20px auto 0;
    }

    .document-list {
        font-size: 25px;
    }

    .document-list li {
        margin-bottom: 25px;
    }

    .office-addess-section ul {
        padding: 0px 30px;
    }
}

@media (max-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }

    .slider-left-main {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .haj-right,
    .umrah-left {
        padding: 20px;
    }

    a.nav-link {
        padding: 16px 4px !important;
        color: #000 !important;
    }

}

@media (max-width: 1200px) {
    a.nav-link {
        padding: 16px 0px !important;
        color: #000 !important;
        font-size: 14px;

    }

    .office-addess-section ul {
        padding-right: 70px;
    }

    .button-3 a,
    .button-1 a,
    .button-2 a {
        font-size: 18px;
        line-height: 42px;
    }

    .button-3,
    .button-1,
    .button-2 {
        width: auto;
        height: 46px;
    }
}

@media (max-width: 1020px) {
    a.nav-link {
        padding: 14px 8px !important;
    }
}

@media (max-width: 1199.98px) {

    .sub-headign p {
        font-size: 18px;
    }

    a.nav-link {
        padding: 16px 4px !important;
        color: #000 !important;
    }

    .about-text-main-section {
        padding-left: 3rem;
    }

    .document-inner-section {
        padding: 1rem;
    }
}

@media (max-width: 1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 12px;
    }

    .about-text-main-section {
        padding-left: 1rem;
    }

    .top-list ul li a {
        font-size: 18px;
        margin-right: 13px;
    }

    .menu-section:after {
        display: none;
    }

    .top-bar:after {
        display: none;
    }

    .haj-text-inner:after {
        display: none;
    }

    .office-addess-main {
        padding-right: 100px;
    }

    a.nav-link {
        padding: 14px 8px !important;
        color: #000 !important;
        font-size: 16px;
    }

    .office-addess-section ul {
        padding-right: 0px;
    }

    .slider-left-main {
        padding-right: 0rem;
    }

    .office-addess-section li a {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {


    :root {
        --font-size-15: 15px;
        --font-size-16: 16px;
        --font-size-16: 16px;
        --font-size-17: 17px;
        --font-size-18: 18px;
        --font-size-19: 16px;
        --font-size-21: 18px;
        --font-size-22: 20px;
        --font-size-24: 22px;
        --font-size-26: 24px;
        --font-size-30: 28px;
        --font-size-36: 34px;
        --font-size-40: 30px;
        --font-size-45: 33px;
        --font-size-50: 48px;
        --font-size-55: 52px;
        --font-size-60: 52px;
        --font-size-65: 60px;
        --line-height-20: 18px;
        --line-height-22: 18px;
        --line-height-25: 22px;
        --line-height-28: 24px;
        --line-height-30: 28px;
        --line-height-32: 29px;
        --line-height-34: 30px;
        --line-height-36: 32px;
        --line-height-40: 32px;
        --line-height-46: 44px;
        --line-height-50: 48px;
        --line-height-55: 52px;
        --line-height-60: 58px;
        --line-height-64: 64px;
        --line-height-65: 65px;
        --line-height-70: 70px;
        --line-height-74: 74px;

    }

    input[type="checkbox"]+label {
        font-size: 18px;
    }

    .p-4 {
        padding: 0.5rem !important;
    }

    .pricing__table .pt__title {
        width: fit-content;
    }

    .swiper-button-prev i,
    .swiper-button-next i {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        position: absolute;
        border: 1px solid #c0beb650 !important;
        opacity: 1;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        position: static;
        transform: translateY(-20px);

    }

    .dropdown-menu.show {
        display: block;
    }

    .office-addess-main {
        padding: 15px 10px;
        padding-right: 0px;
    }

    .tour-box .right {
        padding: 20px;
    }

    .osi-item {
        padding: 20px;
    }

    .facility img {
        width: 25%;
    }

    .top-list ul li a {
        margin-right: 10px;
    }

    .slide-inner {
        height: 550px;
    }

    .register-box {
        border: 5px solid #fec83d;
    }

    .section-space {
        padding: 50px 0;
    }

    .document-field {
        margin-top: 31px;
    }

    .top-list ul li a i {
        font-size: 19px;
    }

    .top-list ul li a {
        font-size: 14px;
        margin-right: 10px;
    }

    .brochure-link {
        padding: 10px;
        border: 1px solid;
        text-decoration: none;
        color: black;
        font-size: 15px;
    }

    .document-list li {
        margin-bottom: 10px;
    }

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

    .p-5 {
        padding: 1rem !important;
    }

    h4.breadcrum-title {
        font-size: 50px;
        color: #fff;
        font-weight: var(--font-weight-ExtraLight);
    }

    .slider-img img {
        height: 500px;

    }

    .slide-inner {
        height: 650px;
    }

    .open-btn {
        background: #14769d;
        border-radius: 5px;
        float: right;
        line-height: 0;
        margin: 7px 0;
        border: none;
        padding: 15px;
        height: 50px;
    }


    .mobile-offcanvas {
        background-color: #fff;
        width: 80%;
        left: 20% !important;
    }

    ul.navbar-nav.navbar-nav.ms-auto {
        align-items: start;
    }

    .offcanvas-header {
        padding: 10px 0;
    }

    a.nav-link {
        padding: 10px 0px !important;
        color: #000 !important;
        font-size: 16px;
    }

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: 0.5rem;
        margin-right: 1.5rem;
        margin-bottom: -1.5rem;
    }

    .top-bar:after,
    .menu-section:after,
    .haj-text-inner:after {
        display: none;
    }

    .office-addess-main {
        padding-right: 15px;
    }

    .document-inner-section {
        padding: 0rem;
    }

    .office-addess-section li a span {
        font-size: 16px;
    }

    .office-addess-main {
        position: relative;
        height: 100%;
        background: #0b2a5b;
        border-radius: 0px 160px 160px 0px;
        padding: 20px 0px;
        padding-right: 60px;

    }

    .accordion {
        padding: 0 10px;
        padding-top: 20px;
    }

    .tour-box ul {
        padding: 1rem;
    }

    .tab__label {
        justify-content: space-between;
        padding: 1rem;
    }

    .package-box-content {
        margin: 0;
    }

}

@media (max-width: 800px) {
    .contact-person {
        padding: 10px;
    }

    :root {
        --font-size-15: 15px;
        --font-size-16: 16px;
        --font-size-16: 16px;
        --font-size-17: 17px;
        --font-size-18: 18px;
        --font-size-19: 16px;
        --font-size-21: 18px;
        --font-size-22: 20px;
        --font-size-24: 22px;
        --font-size-26: 24px;
        --font-size-30: 25px;
        --font-size-36: 34px;
        --font-size-40: 30px;
        --font-size-45: 38px;
        --font-size-50: 48px;
        --font-size-55: 52px;
        --font-size-60: 52px;
        --font-size-65: 60px;
        --line-height-20: 18px;
        --line-height-22: 18px;
        --line-height-25: 22px;
        --line-height-28: 24px;
        --line-height-30: 28px;
        --line-height-32: 29px;
        --line-height-34: 30px;
        --line-height-36: 32px;
        --line-height-40: 35px;
        --line-height-46: 44px;
        --line-height-50: 48px;
        --line-height-55: 52px;
        --line-height-60: 58px;
        --line-height-64: 64px;
        --line-height-65: 65px;
        --line-height-70: 70px;
        --line-height-74: 74px;

    }

    .top-list ul li a {
        /* margin-right: 17px; */
        padding: 0 0px;
        font-size: 15px;
    }

    .top-list ul li a i {
        font-size: 16px;
        padding-right: 5px;

    }

    .slider-img img {
        height: auto;
    }

    .swiper-button-next i,
    .swiper-button-prev i {
        display: none;
    }

    .button-1 {
        width: 180px;
        margin-top: 10px;
    }

    .about-text-main-section {
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-left: 2rem;
    }

    .slider-left-main {
        padding-right: 1rem;
    }

    .slide-inner {
        height: 650px;
    }

    .button-2 {
        height: 45px;
        font-size: 16px;
    }

    .button-2 a,
    .button-3 a ,.button-3 button{
        font-size: 16px;
        line-height: 40px;
        font-weight: 500;
    }

    .about-section {
        padding-bottom: 100px;
    }

    .haj-right,
    .umrah-left {
        padding: 0px;
    }

    .button-3 {
        width: 155px;
        height: 50px;
        margin-top: 15px;
    }

    .haj-section img,
    .umrah-section img {
        height: 500px;
        width: 100%;
    }

    .umrah-text-inner {
        padding: 0;
    }

    .document-inner-section {
        padding: 0;
    }

    .document-main-section:before {
        width: 65%;
    }

    .document-main-section:after {
        width: 35%;
    }

    .document-field {
        margin-top: 30px;
    }

    .section-space {
        padding: 50px 0;
    }

    .photos-grid-container img {
        height: 250px !important;
    }

    .office-addess-section li a {
        font-size: 16px;
    }

    .input-container {
        padding-left: 1rem;
    }

    .register-box {
        width: 150px;
        height: 150px;
        top: 0;
        right: -40px;
    }

    .brochure-link {
        padding: 6px;
        border: 1px solid;
        text-decoration: none;
        color: black;
        font-size: 12px;
    }

    section.breadcrumbe-section {
        height: 350px;
    }

    h4.breadcrum-title {
        font-size: 48px;
    }

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

    .document-left {
        padding: 1rem !important;
    }

    .document-list li {
        margin-bottom: 10px;
    }

    .contact-person a {
        color: var(--color-blue);
        text-decoration: none;
        font-size: 16px;
    }

    .contact-person li {
        list-style-type: none;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {

    :root {
        --font-size-15: 15px;
        --font-size-16: 16px;
        --font-size-16: 16px;
        --font-size-17: 16px;
        --font-size-18: 17px;
        --font-size-19: 16px;
        --font-size-21: 18px;
        --font-size-22: 18px;
        --font-size-24: 22px;
        --font-size-26: 24px;
        --font-size-30: 28px;
        --font-size-36: 34px;
        --font-size-40: 24px;
        --font-size-45: 30px;
        --font-size-50: 44px;
        --font-size-55: 52px;
        --font-size-60: 52px;
        --font-size-65: 60px;
        --line-height-20: 18px;
        --line-height-22: 18px;
        --line-height-25: 22px;
        --line-height-28: 25px;
        --line-height-30: 28px;
        --line-height-32: 29px;
        --line-height-34: 30px;
        --line-height-36: 32px;
        --line-height-40: 35px;
        --line-height-46: 44px;
        --line-height-50: 48px;
        --line-height-55: 52px;
        --line-height-60: 58px;
    }

    h3.footer-heading {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .footer {
        padding-top: 30px;
        margin-top: 30px;
    }

    .copy-right {
        background-color: var(--color-014b7e);
        padding: 16px 0;
        border-top: 1px solid #ffffff7b;
        margin-top: 10px;
    }

    .footer-contact ul li i {
        font-size: 20px;
        color: var(--color-yellow);
        margin-right: 10px;
    }

    .footer-box p {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer img {
        width: 59%;
        margin-bottom: 25px;
    }

    /* haj-mobile */
    .pakkages-padding {
        padding: 10px 0;
    }

    .gold {
        border-bottom: 2px solid #FFD700;
    }

    .gold h3 {
        background: #e19c08;

    }

    .silver {
        border-bottom: 2px solid #97adc3;
    }

    .silver h3 {
        background: #97adc3;

    }

    .regular {
        border-bottom: 2px solid #42a4f3;
    }

    .regular h3 {
        background: #42a4f3;

    }

    .package-inner {
        padding-bottom: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .package-inner p span {
        font-weight: var(--font-weight-SemiBold);
        color: var(--color-blue);
    }

    .package-inner p {
        color: #000;
        padding: 0 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .package-inner h3 {
        text-align: center;
        font-weight: var(--font-weight-SemiBold);
        color: #FFF;
        border-radius: 16px 16px 0 0;
        padding: 5px 0;
    }

    /* haj-mobile */
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(3),
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:nth-child(4) {
        border: none;
    }

    ul.links li a {
        font-size: 16px;
    }

    ul.links li i {
        font-size: 14px;
        margin-right: 5px;
    }

    h5.pls {
        font-size: 14px;
        margin-top: 0.5rem !important;
    }

    .terms h3 {
        margin-top: 15px;
    }

    .copy-right p {
        font-size: 14px;
        line-height: normal;
        text-align: left !important;
    }

    .copy-right p a {
        font-size: 14px;

    }

    .copyright {
        margin-top: 20px;
        padding: 10px 0;
    }

    input[type="checkbox"]+label {
        font-size: 18px;
    }

    .seo h2 {
        font-size: 22px;
        line-height: normal;
    }

    .seo p,
    .readmore ul li {
        font-size: 14px;
    }

    h2.seo-title {
        font-size: 22px !important;
        line-height: normal;
    }

    .seo h3 {
        font-size: 16px;
    }

    .seo h2 {
        font-size: 18px;
        line-height: normal;
        margin: 0;
    }

    .slider-text {
        line-height: 30px;
    }

    .top-list ul {

        justify-content: space-between;

    }

    .slider-left-main {
        padding-right: 2rem;
        padding-left: 0rem;
    }

    .package-box-content {
        border-right: 1px dotted #ccc;
        padding: 0 17px;
    }

    .content {
        margin-left: 0;
    }

    .gallery-text-inner {
        width: 100%;
    }

    .email {
        display: none;
    }

    header {
        overflow: hidden;
        position: relative;
    }


    .contact-person ul li {
        margin-bottom: 25px;
    }

    .contact-person {
        height: 90%;
    }

    .brochure-link {
        padding: 16px;
        font-size: 16px;
    }

    .top-list ul li a {
        margin-right: 11px;
        padding-left: 10px;
    }

    .haj-ssection {
        margin-top: 25px;
    }

    .gallery-text-inner {
        margin: 0px auto;
    }

    section.breadcrumbe-section {
        padding: 150px 0 83px 0;
        align-items: start;
        height: 350px;

        justify-content: start;

    }

    .slider-img {
        width: 95%;
        right: 20%;
        z-index: 1;
        top: 5%;
        float: right;

    }

    .slider-left-main {
        padding-right: 21rem;
        position: absolute;
        top: 1%;
    }

    section.breadcrumbe-section {
        height: 300px;
    }

    h4.breadcrum-title {
        font-size: 40px;
    }

    .slider-left-main {
        width: 100%;
    }

    .main-brand img {
        margin: 15px 0;

    }

    .top-bar {
        justify-content: center;
    }

    .tour-box .card {
        margin-top: 15%;
    }

    .slide-inner {
        height: 520px;
    }

    .main-brand {
        display: flex;
        align-items: start;
        flex-direction: column;
    }


    .offcanvas-header .btn-close {
        margin-right: 7.5rem;
    }

    .about-image-section img {
        width: 100%;
        align-items: center;
    }

    .register-box {
        right: 10px;
    }

    .about-section:after {
        display: none;
    }

    .about-text-main-section {
        padding-bottom: 20px;
    }

    .facility img {
        width: 12%;
        padding: 1px;
    }

    section.haj-section:before {
        top: 45%;
        right: 0;
        width: 100%;
        height: 60%;
        border-radius: 0px 300px 300px 0px;
    }

    section.umrah-section:before {
        width: 100%;
        height: 50%;
        top: 50%;
        border-radius: 300px 0px 0px 300px;
    }

    .haj-section img,
    .umrah-section img {
        height: 350px;
        width: 100%;
    }

    .divorder {
        order: 2;
    }

    .document-text p {
        font-size: 18px;
    }

    .document-main-section:before {
        width: 100%;
    }

    .document-main-section:after {
        width: 0;
    }

    .section-space {
        padding: 25px 0;
    }

    .footer-sectoin:after {
        display: none;
    }

    .input-container {
        margin-top: 10%;
    }

    .about-images img {
        width: 100%;
        margin: 1% 0 20% 0;
        transform: rotate(0);
    }

    .about-images h3 {
        font-size: 30px;
        transform: rotate(0);
    }

    .tour-box .card {
        margin-bottom: 60px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .about-content h2 {
        margin-top: 15px;
    }

    .document-list {
        font-size: 22px;
    }

    .document-list li::before {
        margin-right: 15px;
    }

    .umrah-page h1 {
        font-size: 24px;
    }

    .responsive-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    img.umrah-img {
        transform: translateX(00px);
        margin: 50px 0;
    }

    .blue {
        top: 15px;
        content: "";
        position: absolute;
        width: 100%;
        right: -30%;
        z-index: -9;
        height: 90%;
        background: var(--color-blue);
        border-radius: 20px;
    }

    .price h4 {
        font-size: 16px;
        font-weight: var(--font-weight-SemiBold);
        line-height: normal;
    }

    .accordion {
        padding: 0px 2px;
        padding-top: 20px;
    }

    .tab input:checked~.tab__content {
        max-height: 30rem;
    }

    .tour-box ul {
        padding: 0.5rem 0rem;
        padding-top: 0;
    }

    .tour-box li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .terms h5 {
        line-height: normal;
        font-size: 15px;
    }

    .terms h5 i {
        margin-right: 5px;
        line-height: 1;
    }

    .terms h5 {
        align-items: flex-start;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .seo ul li {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 575px) {
    .footer-menu ul li {
        margin: 8px 0;
    }

    .footer-menu ul li a {
        font-size: 14 px;
    }

    .seo ul li {
        font-size: 16px;
        line-height: normal;
    }

    .seo ul {
        padding-left: 15px;
    }

    .tab__label::after {
        content: "\002B";
        font-size: 26px;
        line-height: 20px;
    }

    .tab__label {
        padding: 10px;
        line-height: normal !important;
        line-height: 34px;
    }

    input[type="checkbox"]+label {
        font-size: 16px;
    }

    .p-4 {
        padding: 10px 2px !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .faq h6 {
        font-size: 15px;
        line-height: normal;
    }

    .tab__content {
        padding: 0 10px;
    }

    #button {
        width: 50px;
        height: 50px;
        right: 25px;
    }

    #button::after {
        font-size: 25px;
        line-height: 50px;
    }

    .whatsapp-btn i {
        font-size: 20px;
    }

    .whatsapp-btn {
        width: 50px;
        height: 50px;
        right: 25px;
    }

    .umrah-page h1 {
        font-size: 22px;
    }

    .breadcrumbe-tab-section ul li {
        font-size: 16px;
    }

    .package-box-content h3 {
        font-size: 23px;
        line-height: 30px;
    }

    section.breadcrumbe-section {
        height: 350px;
        padding: 20px 0px;
        display: flex;
        align-items: flex-end;
    }

    br {
        display: none;
    }

    .breadcrumbe-tab-section {
        margin: 0;
    }

    .read-btn {
        margin-top: 15px;
    }

    .table-heading h3 {
        font-size: 25px;
    }

    .section-space {
        padding: 30px 0;
    }

    .pricing__table {
        margin-top: 50px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .pricing__table .pt__option .pt__option__mobile__nav {
        top: -50px;

    }

    .pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:last-child {
        right: 30px !important;
    }

    .swiper-slide {

        align-items: flex-start;
    }

    .pt__row {
        height: 100px;
    }



    .top-list {
        width: 100%;
        padding: 0 12px;
    }

    .slider-left-inner {
        background-color: #0000009c;
        margin: 50px;
        /* width: 66%; */
        margin: auto;
        padding: 15px;
        position: relative;
    }

    .slider-left-inner .slider-button {
        margin: 0;
    }

    .slider-title {
        margin-bottom: 0px;
    }

    .slider-caption .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .slider-text {

        margin-bottom: 15px;

    }

    .slider-left-main {
        width: auto;
        padding-right: 0;
        text-align: center;
        position: relative;

    }

    .breadcrumbe-tab-section {
        justify-content: start;
    }

    .breadcrumbe-tab-section ul li {
        padding-right: 5px;
        padding-left: 0;
    }

    .tour-box .card {
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
    }

    .tour-box .thumbnail {

        width: 54%;

    }

    .package-box-content {
        border-right: none;
        padding: 0;
    }

    .about-text-main-section {
        padding-top: 20px;
        padding-left: 0rem;
    }

    .offcanvas-header .btn-close {
        margin-right: 0;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 30px;
    }

    .slider-img {
        width: 100%;
        right: 0%;
        top: 45%;
    }

    .slide-inner {
        height: 100%;
    }

    .input-container {
        padding-left: 0;
    }
}

@media (max-width: 480px) {

    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
        padding: 10px;
        display: grid;
    }

    .pricing__table .pt__title .pt__title__wrap {
        width: auto;
    }

    .pricing__table .pt__title .pt__title__wrap .pt__row {
        padding: 15px;
    }

    .point-row i {
        margin-left: 0px;
    }

    .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
        padding: 10px;
        font-size: 14px;
    }

    .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
        width: 100%;
        min-height: 100px;
    }

    .open-btn {

        padding: 9px;
    }

    .package-box-content {
        padding: 0;
    }

    .document-list li {
        margin-bottom: 5px;
    }

    .tour-box h4 {
        font-weight: 600;
        position: relative;
        font-size: 16px;
        color: #e16c04;
        line-height: 25px;
        /* margin-bottom: 30px; */
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding: 0 20px;
    }

    .package-box-content {
        border-right: 0px dotted #ccc;
        padding-right: 0;
    }

    .office-addess-main {
        position: relative;
        height: 100%;
        background: #0b2a5b;
        border-radius: 0px 160px 160px 0px;
        padding: 20px 15px;
        padding-right: 35px;
    }

    .ita-logo img {
        position: absolute;
        top: 7px;
        right: 10px;
        width: 26%;
    }

    .sub-heading-title {
        font-size: 18px;
    }

    .facility img {
        width: 20%;
    }

    .tour-box .right {
        padding: 10px;
    }

    .tour-box .thumbnail {
        width: 92%;
        margin: 4%;
        border-radius: 10px;
    }

    .tour-box li {
        padding-right: 0px;
        margin-left: 25px;
        margin-bottom: 12px;
    }

    .document-left {
        padding: 0rem !important;
    }

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

    .tour-box .card {
        flex-direction: column;

    }

    .tour-box .right h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .brochure-link {
        padding: 4px;
        font-size: 16px;
    }

    .office-addess-section li a {
        padding-left: 12px;
    }

    .office-addess-section ul {
        padding: 0px 0px;
    }

    .office-addess-section li a span {
        margin-bottom: 7px;
    }

    :root {
        --font-size-15: 15px;
        --font-size-16: 16px;
        --font-size-16: 16px;
        --font-size-17: 14px;
        --font-size-18: 17px;
        --font-size-19: 15px;
        --font-size-21: 18px;
        --font-size-22: 18px;
        --font-size-24: 22px;
        --font-size-26: 20px;
        --font-size-30: 26px;
        --font-size-36: 30px;
        --font-size-40: 24px;
        --font-size-45: 25px;
        --font-size-50: 40px;
        --font-size-55: 52px;
        --font-size-60: 40px;
        --font-size-65: 60px;
        --line-height-20: 18px;
        --line-height-22: 18px;
        --line-height-25: 22px;
        --line-height-28: 25px;
        --line-height-30: 28px;
        --line-height-32: 29px;
        --line-height-34: 30px;
        --line-height-36: 32px;
        --line-height-40: 35px;
        --line-height-46: 44px;
        --line-height-50: 38px;
        --line-height-55: 30px;
        --line-height-60: 58px;
    }

    .about-content i {
        float: left;
        font-size: var(--font-size-30);
        padding: 17px 10px 7px 0;
        color: #e16b0485;
        float: left;
    }

    h4.breadcrum-title {
        font-size: 30px;
    }

    .email {
        display: none;
    }

    .brochure-link {
        padding: 8px;
        font-size: 14px;
    }


    .slider-text {
        margin-bottom: 15px;
    }

    .button-3,
    .button-1,
    .button-2 {
        height: 40px;
        margin: 20px 0;
    }

    .button-2 {
        font-size: 14px;
    }

    .button-3 a,
    .button-1 a,
    .button-2 a {
        font-size: 14px;
        line-height: 35px;
    }



    .top-list ul li a {
        margin-right: 5px;
        padding: 10px 0;
        font-size: 14px;
    }

    .ita-logo {
        float: right;
    }

    .top-list ul li a i {
        font-size: 14px;
        float: left;
    }

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;

    }

    .umrah-text-inner:before {
        right: 0;
    }

    .about-text-main-section {
        padding-bottom: 0px;
    }

    .about-text-main-section {
        padding-left: 0rem;
    }

    .button-3 a ,.button-3 button{
        font-size: 16px;
        line-height: 40px;
        font-weight: 500;
    }

    .offcanvas-header .btn-close {
        margin-right: 0;
    }

    .register-box {
        width: 130PX;
        height: 130px;
        top: 0;
        right: -8px;
        font-size: 12px;
    }

    .gallery-text-inner {
        width: 100%;
    }
   
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    .modal-title img {
        width: 100px;
    }

    .modal-header span {
        font-size: 12px;
        padding: 0 5px;
    }
    .styled-input label {
        font-size: 14px;
        top: 15px;
    }
    .styled-input {
        margin-bottom: 15px;
    }

}

@media (max-width: 375px) {
    .about-content i {
        padding: 17px 10px 33px 0;
    }


    .ita-logo img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 26%;
    }

    .top-list ul li a i {
        font-size: 14px;
    }


}

@media (max-width: 320px) {

    .ita-logo img {
        position: absolute;
        top: 12px;
        right: 7px;
        width: 24%;
    }

    .top-list ul li a i {
        font-size: 14px;
    }

    .top-list ul li a {
        margin-right: 40px;
        padding: 10px 0;
        font-size: 14px;
    }
}