@charset "UTF-8";

/* Author       : Nissi
Version      : 1.0  */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*-----------------
    1. Typography
-----------------------*/
h1 {
    font-weight: 700;
    font-size: 36px;
}

label {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 991.98px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 28px;
    }

    label {
        font-size: 15px;
    }
}

h3 {
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    h5 {
        font-size: 15px;
    }
}

h6 {
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    h6 {
        font-size: 15px;
    }
}

/*-----------------
	2. General
-----------------------*/
body {
    font-family: "poppins", sans-serif;
    font-size: 16px;
    color: #1A2530;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1A2530;
}

a {
    color: #6B7385;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

    a:hover {
        color: #1A2530;
    }

    a:focus {
        outline: 0;
    }

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 700;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

    ul li {
        list-style-type: none;
    }

.card {
    border: none;
    margin-bottom: 30px;
}

.card-body {
    padding: 10px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767.98px) {
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767.98px) {
    .py-30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}



.primary-text {
    color: #00A3F4;
}

.main-wrapper {
    float: left;
    width: 100%;
    overflow: clip;
}

/*******************
    3. Header
********************/

.logo img {
    display: block;
    height: 60px;
}

.mobile-logo img {
    display: none;
}

.main_menu .navbar-brand {
    padding-top: 0rem;
}

.main_menu .main-menu-item {
    text-align: center;
}

.main_menu .navbar-light .navbar-nav .nav-link {
    color: #2a2a2a;
    padding: 7px 20px;
    font-weight: 500;
}

    .main_menu .navbar-light .navbar-nav .nav-link:hover {
        color: #00A3F4;
    }

.main_menu .header_social_icon a {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 40px;
    background: #00A3F4;
    border-radius: 50%;
    justify-content: center;
    width: 40px;
    transition: all .3s;
}

    .main_menu .header_social_icon a:hover {
        background: #5cb85c;
        transition: all .3s;
    }

.navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0px;
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.main_menu .navbar {
    padding: 10px 0px;
}

/*******************
    4. Book Cart
********************/

.page-wrapper {
    padding-top: 100px;
    position: relative;
}

    .page-wrapper > .content {
        padding: 1.875rem 1.875rem 0;
    }

.accordion-button {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.accordion-item {
    border: none;
    max-width: 450px;
}

/* .exclamation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: #FAD722;
  border-radius: 50%;
  margin-left: 5px;
}
.exclamation i {
  font-size: 10px;
} */

.package-book {
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.input-group-quantity {
    flex-direction: column;
    width: 50px;
}

    .input-group-quantity button {
        width: 50px;
        border: none;
    }

        .input-group-quantity button.increment {
            background: #00A2F1;
            border-radius: 5px 5px 0 0 !important;
            padding: 5px;
            color: #ffffff;
            margin-left: -1px;
        }

        .input-group-quantity button.decrement {
            background: #00A2F1;
            border-radius: 0 0 5px 5px !important;
            padding: 5px;
            color: #ffffff;
        }

    .input-group-quantity input {
        width: 50px;
        border: 1px solid #00A2F1;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

.table > :not(caption) > * > * {
    border-bottom-width: 0cap;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.outing {
    font-size: 14px;
    color: #1A2530;
    font-weight: 400;
}

.table tr td h5 {
    font-weight: 500;
}

.table tr td h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

    .table tr td h6 span {
        font-weight: 400;
        font-size: 13px;
        color: #555555;
    }

.accordion-item:first-of-type > .accordion-header .accordion-button {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}

.accordion-button::after {
    margin-left: 3px;
}

.accordion-body {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}

.accordion {
    --bs-accordion-btn-icon-width: 13px;
}

.table {
    --bs-table-bg: transparent;
}

    .table tbody tr {
        background: #ffffff;
        border-radius: 10px;
        border-bottom: 1px solid #cfcfcf;
    }

#share-wrapper {
    z-index: 4;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    bottom: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}

    #share-wrapper button.purchase {
        background: #00A2F1;
        border: 1px solid #00A2F1;
        border-radius: 8px;
        padding: 5px 50px;
        color: #ffffff;
        font-weight: 400;
        transition: all .5s;
    }

        #share-wrapper button.purchase:hover {
            background: #5cb85c;
            border: 1px solid #5cb85c;
            transition: all .5s;
        }

.cart-price .card-body {
    padding: 20px;
}


/*******************
    3. Cart
********************/


.delete-btn {
    padding: 36px 18px;
    background: #EF3900;
    margin-left: 10px;
    border-radius: 5px;
}

.delete-btn a img {
    min-width: 15px;
}

.booking-card {
    border: 2px solid #f4f4f4;
    border-radius: 8px;
    margin-bottom: 25px;
}

.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.booking-date li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-right: 5px;
}

    .booking-date li span {
        float: right;
        color: #757575;
        font-weight: 400;
        font-size: 15px;
    }

.booking-total {
    border-top: 1px dashed #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}

    .booking-total ul li span {
        font-size: 18px;
        font-weight: 700;
        color: #272b41;
    }

    .booking-total ul li .total-cost {
        color: #5CB85C;
        font-size: 16px;
        float: right;
    }

.clinic-booking a {
    background: #00A2F1;
    color: #fff;
    border: 2px solid #00A2F1;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px;
}

    .clinic-booking a:hover {
        background: #5CB85C;
        border: 2px solid #5CB85C;
    }

.booking-item-wrap {
    display: flex;
    flex-direction: column;
}

/*******************
    3. checkout
********************/


.info-widget .form-group label {
    color: #707B81;
}

.info-widget .form-group input, .info-widget .form-group select {
    box-shadow: none;
}

.info-widget .form-group textarea {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: none;
}

.booking-package li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

    .booking-package li span {
        float: right;
        color: #757575;
        font-weight: 400;
        font-size: 15px;
        margin-left: 20px;
    }

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .navbar {
        padding: 18px 0px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        padding: 0px;
        position: absolute;
        left: 0;
    }

    .main_menu .navbar-brand img {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        top: 5px;
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important;
    }

    .page-wrapper > .content {
        padding: 0;
    }
}

@media only screen and (max-width: 767.99px) {
    .mobile-logo img {
        display: block;
        height: 40px;
    }

    .logo img {
        display: none;
    }

    .main_menu .navbar-brand img {
        top: 15px;
    }

    #share-wrapper button.purchase {
        font-size: 15px;
    }
}

.img_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 80vh;
}

/*******
    4. Home/Index
********/
.home {
    background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking-now {
    display: flex;
    flex-direction: column;
}

    .booking-now a {
        margin-top: 15px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        background: #ffffff;
        border-radius: 5px;
        color: #5CB85C;
        text-align: center;
    }

.main_menu .header_social_icon a span {
    background-color: #5CB85C;
    display: block;
    font-size: 10px;
    font-weight: 700;
    min-height: 15px;
    min-width: 15px;
    color: #ffffff;
    position: absolute;
    border-radius: 50%;
    top: 13px;
    right: -5px;
}

.copyright {
    font-size: 14px;
}

