body {
    font-family: "Cairo", serif;
}
.m-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-y-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.p-y-30 {
    padding: 30px;
    padding-bottom: 30px;
}
.p-y-60 {
    padding: 60px;
    padding-bottom: 60px;
}
header .navbar-brand {
    margin-right: 5.875rem;
}
header .navbar-expand-lg .navbar-nav {
    gap: 40px;
}
header .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
header .nav-link {
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, 
       .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 173, 238, 1);
    border-bottom: 2px solid rgba(0, 173, 238, 1);
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
header .user_options {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
header .user_options .lang {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
}
header .user_options .login {
    background: rgba(0, 173, 238, 1);
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}
header .user_options .register {
    background: rgba(43, 56, 143, 1);
    padding: 8px 24px 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}
header .dropdown-toggle {
    background-color: rgba(0, 173, 238, 1) !important;
    border-color: rgba(0, 173, 238, 1) !important;
    padding: 10px;
}
.home_banner .banner_overlay {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_banner .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_banner .banner_content h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
}
.home_banner .banner_content a {
    background: rgba(0, 173, 238, 1);
    border-radius: 10px;
    width: 227px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.our_partners {
    background: rgba(250, 250, 250, 1);
}
.our_partners ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.about_us {
    position: relative;
}
.about_us .left_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 33px;
}
.about_us .left_img .content {
    position: absolute;
    top: -40px;
    left: 0;
    background: rgba(43, 56, 143, 1);
    width: 250px;
    height: 200px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.about_us .left_img .content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}
.about_us .right_content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.about_us .aboutus_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    justify-self: center;
    margin-bottom: 20px;
}
.about_us .right_content span, .about_us .aboutus_title span {
    background: rgba(230, 247, 253, 1);
    width: 141px;
    height: 37px;
    border-radius: 13332px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
}
.about_us .right_content h4, .about_us .aboutus_title h4 {
    /* width: 60%; */
    font-size: 36px;
    font-weight: 800;
    line-height: 54px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.about_us .right_content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: rgba(54, 54, 54, 1);
}
.about_us .right_content a {
    background: rgba(0, 173, 238, 1);
    border-radius: 10px;
    width: 186px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.about_us .aboutus_content .about_box {
    padding: 35px 21px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(54, 54, 54, 1);
    box-shadow: 0px 5.33px 28px 0px rgba(0, 0, 0, 0.08);
}
.vision_and_mission h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.vision_and_mission p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}
.vision_and_mission .our_vision_box, .vision_and_mission .our_mission_box {
    padding: 35px 21px;
    border-radius: 13px;
    box-shadow: 0px 5.33px 28px 0px rgba(0, 0, 0, 0.08);
}
.vision_and_mission .our_vision_box h5, .vision_and_mission .our_mission_box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: rgba(18, 18, 18, 1);
}
.vision_and_mission .our_vision_box p, .vision_and_mission .our_mission_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: rgba(79, 94, 113, 1);
    margin: 0;
}
.best_product {
    position: relative;
    background: rgba(230, 247, 253, 1);
    border-radius: 35px;
}
.best_product .over_img {
    position: absolute;
    top: 0;
    left: 45%;
    width: 392px;
    height: 118px;
    object-fit: cover;
    z-index: 9;
}
.best_product .right_img {
    border-radius: 0 35px 35px 0;
}
.best_product .content {
    padding: 50px 115px 50px 50px;
}
.best_product .content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
    margin-bottom: 20px;
}
.best_product .content .desc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: rgba(60, 60, 60, 1);
}
.best_product .content .desc ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.best_product .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: rgba(0, 173, 238, 1);
    color: rgba(255, 255, 255, 1);
}
.best_product .nav-pills .nav-link {
    background: rgba(255, 255, 255, 1);
}
.best_product .nav .nav-item {
    width: 140px;
}
.best_product .nav .nav-item:not(:last-child) {
    margin-right: 0;
}
.best_product .nav-pills .nav-link {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: rgba(11, 10, 18, 1);
}
.best_product .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
}
.best_product .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
}
.best_prices .left_img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 400px;
    border: 10.67px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.best_prices .right_img .photo2 {
    width: 100%;
    height: 276px;
    object-fit: cover;
}
.best_prices .right_img .photo3 {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 400px;
    border: 10.67px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.best_prices .content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 72px;
    text-align: left;
    color: rgba(26, 19, 19, 1);
    text-transform: capitalize;
}
.best_prices .content .desc p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: rgba(60, 60, 60, 1);
}
.best_prices .content .desc ul li {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}
.best_prices .content .desc a {
    background: rgba(0, 173, 238, 1);
    border-radius: 10px;
    width: 186px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.offers .offer_box {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 232px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.offers .offer_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: rgb(0 0 0 / 60%);
}
.offers .offer_box .b_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.offers .offer_box .b_content h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}
.offers .offer_box .b_content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.offers .offer_box .b_content a {
    background: rgba(0, 173, 238, 1);
    text-align: center;
    padding: 8px 16px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.discover {
    position: relative;
    background: rgba(246, 246, 246, 1);
    padding: 25px 50px;
    border-radius: 16px;
}
.discover .orange_icon {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px 0 0 0;
}
.discover .yallow_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 0 16px 0;
}
.discover .content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
}
.discover .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(64, 64, 64, 1);
    margin: 0;
}
.discover a.book_flight {
    background: rgba(0, 173, 238, 1);
    border-radius: 10px;
    width: 156px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.offers .offer_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 21px;
}
footer {
    background: rgba(0, 0, 0, 1);
    padding: 119px 0;
}
footer .footer_logo {
    margin-bottom: 25px;
}
footer .content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
footer .content .social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .content .social_icons li {
    background: rgba(38, 45, 40, 1);
    border-radius: 26px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .content .social_icons li a {
    font-size: 18px;
    line-height: 0;
    color: rgba(254, 254, 255, 1);
}
footer h4 {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
footer ul.links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer ul.links li a {
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: rgba(225, 225, 225, 1);
}
footer .newletter p {
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}
footer .newletter form {
    display: flex;
    align-items: center;
}
footer .newletter form input {
    border: 0;
    border-radius: 8px 0px 0px 8px;
    font-size: 21px;
}
footer .newletter form button {
    background: rgba(0, 173, 238, 1);
    border-radius: 0 8px 8px 0;
    padding: 0.9rem 1rem;
    height: 64.2px;
    font-size: 21px;
    color: rgba(255, 255, 255, 1);
}
.contact_us {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_us .contact_box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact_us .contact_box i {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 173, 238, 1);
    background: rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_us .contact_box .content {
    display: flex;
    flex-direction: column;
}
.contact_us .contact_box .content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: rgba(167, 167, 167, 1);
}
.contact_us .contact_box .content span {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}
/* faqs */
.header_title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 173, 238, 1);
}
.header_title h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: rgba(11, 10, 18, 1);
}
.header_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(116, 117, 121, 1);
}
.header_title .search_form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_title .search_form input {
    border: 1px solid rgba(197, 197, 199, 1);
    border-radius: 16px;
    width: 50%;
    height: 50px;
}
.header_title .search_form button {
    position: absolute;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(116, 117, 121, 1);
}
.faqs_content .faq_box {
    border: 1px solid rgba(139, 139, 139, 1);
    border-radius: 16px;
}
.faqs_content .faq_box .title {
    border-bottom: 1px solid rgba(139, 139, 139, 1);
    border-radius: 16px 16px 0px 0px;
    padding: 16px 20px;
}
.faqs_content .faq_box .title h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
    margin: 0;
}
.faqs_content .faq_box .desc {
    padding: 30px 20px;
}
/* contactus */
.contactus_box {
    border-radius: 21px;
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 52.08px 0px rgba(91, 164, 227, 0.1);
}
.contactus_box .content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: rgba(11, 10, 18, 1);
}
.contactus_box .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(116, 117, 121, 1);
}
.contactus_box .content .phone_numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.contactus_box .content .phone_numbers span:first-of-type {
    background: rgba(0, 173, 238, 0.2);
    border-radius: 8px;
    padding: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6666666865348816px;
    text-align: center;
    color: rgba(0, 173, 238, 1);
}
.contactus_box .content .phone_numbers span:last-of-type {
    background: rgba(245, 245, 246, 1);
    border: 1.33px solid rgba(245, 245, 246, 1);
    border-radius: 8px;
    padding: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6666666865348816px;
    text-align: center;
    color: rgba(11, 10, 18, 1);
}
.contactus_box .content .email {
    padding: 6px;
}
.contactus_box .content .email span {
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6666666865348816px;
    text-align: center;
    color: rgba(0, 173, 238, 1);
}
.contactus_box .content .social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}
.form_left_img, .form_left_img img {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
}
.contactus_form {
    background: rgba(255, 255, 255, 1);
    border-radius: 21px;
    padding: 30px;
    box-shadow: 0px 0px 52.08px 0px rgba(91, 164, 227, 0.1);
}
.contactus_form .form_title h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 61px;
    text-align: left;
    color: rgba(11, 10, 18, 1);
}
.contactus_form .form_content label {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: rgba(116, 117, 121, 1);
}
.contactus_form .form_content input.form-control {
    border: 1.33px solid rgba(197, 197, 199, 1);
    border-radius: 10px;
    height: 53px;
}
.contactus_form .form_content textarea {
    border: 1.33px solid rgba(197, 197, 199, 1);
    border-radius: 10px;
}
.contactus_form .form_content .form-check-label {
    font-size: 18px;
    line-height: 0;
    font-weight: 400;
    text-align: left;
    color: rgba(116, 117, 121, 1);
}
.contactus_form .form_content input[type="checkbox"] {
    background: rgba(223, 223, 227, 1);
    border-radius: 5px;
    border: 1.33px solid rgba(223, 223, 227, 1);
}
.contactus_form .form_content button {
    background: rgba(0, 173, 238, 1);
    height: 56px;
    border-radius: 10.67px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6666666865348816px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width: 500px) {
    header .navbar-expand-lg .navbar-nav {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home_banner {
        height: 400px;
    }
    .home_banner .banner_content h1 {
        font-size: 27px;
        line-height: 36px;
    }
    .home_banner .banner_content a {
        font-size: 18px;
        line-height: 26px;
    }
    .our_partners ul {
        overflow: auto;
    }
    .about_us .left_img, .offers .offer_box img {
        margin-bottom: 30px;
    }
    .best_product .content {
        padding: 25px;
    }
    .best_product .right_img {
        border-radius: 0 0 35px 35px;
    }
    .best_prices .right_img, .best_product .over_img {
        display: none;
    }
    footer {
        padding: 85px 0;
    }
    footer .row {
        gap: 20px;
    }
    .contactus_box {
        margin-bottom: 20px;
    }
    .contactus_form {
        margin-top: 20px;
    }
    .contactus_form .form_content .form-check-label {
        line-height: 24px;
    }
}