body {
    font-family: 'Roboto', sans-serif;
    color: #0c0c0c;
    background-color: #dbefff;
    font-size: 15px;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .heading_container h2 {
        position: relative;
        font-size: 2.5rem;
        font-weight: bold;
    }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

/*header section*/
.hero_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    position: relative;
}

    .hero_area .hero_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    }

        .hero_area .hero_bg_box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top right;
            object-position: top right;
        }

        .hero_area .hero_bg_box::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(23, 112, 110, 0.85)), color-stop(rgba(23, 112, 110, 0.45)), to(rgba(23, 112, 110, 0.25)));
            background: linear-gradient(to right, rgba(23, 112, 110, 0.85), rgba(23, 112, 110, 0.45), rgba(23, 112, 110, 0.25));
        }

.sub_page .hero_area {
    min-height: auto;
    background-position: top;
}

    .sub_page .hero_area .hero_bg_box {
        -webkit-clip-path: none;
        clip-path: none;
    }

.sub_page .about_section .about_bg_box {
    -webkit-clip-path: none;
    clip-path: none;
}

.sub_page .footer_section {
    -webkit-clip-path: none;
    clip-path: none;
    padding-top: 75px;
}

.header_section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #0276c9f7;
}

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .header_section .nav_container {
        margin: 0 auto;
    }

    .header_section .user_option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header_section .user_option a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #ffffff;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .header_section .user_option a img {
                min-width: 20px;
                height: 20px;
                margin-right: 5px;
            }

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
    margin-left: 25px;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-brand img {
        margin-right: 16px;
        max-height: 50px;
        width: 50px;
    }

    .navbar-brand span {
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        font-size: 22px;
    }

.custom_nav-container {
    z-index: 99999;
    padding: 0;
    height: 60px;
}

.lg_toggl-btn {
    background-color: transparent;
    border: none;
    outline: none;
    width: 56px;
    height: 40px;
    cursor: pointer;
}

    .lg_toggl-btn:focus {
        outline: none;
    }

.User_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 75px;
}

    .User_option a {
        color: #ffffff;
    }

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 7px;
}

    .custom_menu-btn button {
        margin-top: 0px;
        outline: none;
        border: none;
        background-color: transparent;
    }

        .custom_menu-btn button span {
            display: block;
            width: 35px;
            height: 5px;
            background-color: #ffffff;
            margin: 7px 0;
            -webkit-transition: all .3s;
            transition: all .3s;
            border-radius: 10px;
        }

.menu_btn-style {
    position: fixed;
    right: 29px;
    top: 7px;
}

.custom_menu-btn .s-2 {
    -webkit-transition: all .1s;
    transition: all .1s;
}

.menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translateY(17px);
    transform: rotate(45deg) translateY(17px);
}

.menu_btn-style button .s-2 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translateY(-17px);
    transform: rotate(-45deg) translateY(-17px);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(23, 112, 110, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .overlay .closebtn {
        position: absolute;
        top: 0;
        right: 30px;
        font-size: 60px;
    }

    .overlay a {
        padding: 0px;
        text-decoration: none;
        font-size: 22px;
        color: #ffffff;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 15px;
    }

        .overlay a:hover {
            color: #b6eb7a;
        }

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}

/*end header section*/
/* slider section */
.slider_section {
    position: relative;
    color: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px 0 90px 0;
}

    .slider_section .container {
        position: relative;
        z-index: 2;
    }

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section .detail-box h1 {
        font-weight: bold;
        font-size: 3.5rem;
        font-family: 'Poppins', sans-serif;
    }

    .slider_section .detail-box a {
        margin-top: 45px;
        text-transform: uppercase;
        display: inline-block;
        padding: 10px 45px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 0;
    }

        .slider_section .detail-box a:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

    .slider_section .img-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px;
    }

        .slider_section .img-box img {
            width: 100%;
            -webkit-filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0 7px 5px rgba(0, 0, 0, 0.05));
        }

    .slider_section #customCarousel1 {
        width: 100%;
    }

    .slider_section .carousel-indicators {
        position: unset;
        margin-top: 45px;
    }

        .slider_section .carousel-indicators li {
            text-indent: unset;
            border: none;
            background-color: #252525;
            opacity: 1;
            width: 12px;
            height: 12px;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

            .slider_section .carousel-indicators li.active {
                background-color: #b6eb7a;
                width: 25px;
            }

.veg_section .box {
    margin-top: 45px;
    text-align: center;
}

    .veg_section .box .img-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 275px;
        padding: 25px;
        background-color: #f7fafa;
        padding: 25px;
        border-radius: 5px;
    }

        .veg_section .box .img-box img {
            max-width: 175px;
            max-height: 175px;
        }

    .veg_section .box .detail-box {
        margin-top: 15px;
    }

        .veg_section .box .detail-box a {
            font-size: 18px;
            color: #252525;
        }

        .veg_section .box .detail-box .price_heading {
            margin-top: 10px;
            margin-bottom: 0;
        }

            .veg_section .box .detail-box .price_heading span {
                color: #b6eb7a;
            }

.veg_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .veg_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 5px;
    }

        .veg_section .btn-box a:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

.about_section {
    padding: 145px 0;
    position: relative;
    color: #ffffff;
}

    .about_section .about_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
    }

        .about_section .about_bg_box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center left;
            object-position: center left;
        }

        .about_section .about_bg_box::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(23, 112, 110, 0.1)), color-stop(rgba(23, 112, 110, 0.55)), to(rgba(23, 112, 110, 0.85)));
            background: linear-gradient(to right, rgba(23, 112, 110, 0.1), rgba(23, 112, 110, 0.55), rgba(23, 112, 110, 0.85));
        }

    .about_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about_section .detail-box p {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .about_section .detail-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 0;
    }

        .about_section .detail-box a:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

.contact_section {
    position: relative;
}

    .contact_section .heading_container {
        margin-bottom: 25px;
    }

        .contact_section .heading_container h2 {
            text-transform: uppercase;
        }

    .contact_section .form_container input {
        width: 100%;
        border: none;
        height: 50px;
        margin-bottom: 20px;
        padding-left: 20px;
        outline: none;
        color: #101010;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    }

        .contact_section .form_container input::-webkit-input-placeholder {
            color: #17706e;
        }

        .contact_section .form_container input:-ms-input-placeholder {
            color: #17706e;
        }

        .contact_section .form_container input::-ms-input-placeholder {
            color: #17706e;
        }

        .contact_section .form_container input::placeholder {
            color: #17706e;
        }

        .contact_section .form_container input.message-box {
            height: 120px;
            border-radius: 15px;
        }

    .contact_section .form_container button {
        border: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 12px 55px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 5px;
    }

        .contact_section .form_container button:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

    .contact_section .map_container {
        height: 325px;
        border-radius: 15px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0;
    }

        .contact_section .map_container .map {
            height: 100%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

            .contact_section .map_container .map #googleMap {
                height: 100%;
            }

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px auto;
}

    .client_section .box .client_id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 40px 5px 15px;
        text-align: center;
        position: relative;
        margin-right: 25px;
    }

        .client_section .box .client_id .img-box {
            width: 175px;
        }

            .client_section .box .client_id .img-box img {
                width: 100%;
            }

        .client_section .box .client_id .name {
            margin-top: 15px;
        }

            .client_section .box .client_id .name h5 {
                text-transform: uppercase;
                font-size: 18px;
            }

            .client_section .box .client_id .name h6 {
                color: #6d6c6c;
            }

        .client_section .box .client_id:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            z-index: -1;
            -webkit-clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
            clip-path: polygon(0 14%, 89% 14%, 89% 48%, 100% 53%, 89% 58%, 89% 100%, 0 100%);
        }

        .client_section .box .client_id:after {
            content: "";
            position: absolute;
            top: 17%;
            left: 3%;
            width: 85%;
            height: 85%;
            background-color: rgba(0, 0, 0, 0.2);
            z-index: -2;
            -webkit-filter: blur(25px);
            filter: blur(25px);
        }

.client_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .client_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 5px;
        margin-top: 25px;
    }

        .client_section .btn-box a:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

/* footer section*/
.footer_section {
    padding: 175px 0 25px 0;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    background-color: #0e4644;
    color: #fefefe;
}

    .footer_section .footer-col {
        margin-bottom: 45px;
    }

    .footer_section h4 {
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: 600;
    }

    .footer_section .social_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
    }

        .footer_section .social_box a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 100%;
            width: 40px;
            height: 40px;
            border: 1px solid #ffffff;
            color: #ffffff;
            font-size: 18px;
            margin-right: 10px;
        }

            .footer_section .social_box a:hover {
                color: #b6eb7a;
                border-color: #b6eb7a;
            }

    .footer_section .contact_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .footer_section .contact_nav a {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #ffffff;
            margin-bottom: 10px;
        }

            .footer_section .contact_nav a i {
                font-size: 22px;
                margin-right: 10px;
            }

            .footer_section .contact_nav a:hover {
                color: #b6eb7a;
            }

    .footer_section .footer_form input {
        width: 100%;
        border: none;
        height: 45px;
        margin-bottom: 15px;
        padding-left: 25px;
        background-color: #eaeaea;
        outline: none;
        color: #101010;
    }

    .footer_section .footer_form button {
        display: inline-block;
        padding: 10px 45px;
        background-color: #b6eb7a;
        color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid transparent;
        border-radius: 0px;
    }

        .footer_section .footer_form button:hover {
            background-color: transparent;
            border-color: #b6eb7a;
            color: #b6eb7a;
        }

    .footer_section .footer-info {
        text-align: center;
        border-top: 1px solid #ffffff;
        padding-top: 25px;
        margin-top: 25px;
    }

        .footer_section .footer-info p {
            margin: 0;
            margin: 0 auto;
            text-align: center;
        }

            .footer_section .footer-info p a {
                color: inherit;
            }


.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    min-height: 100vh !important;
    overflow: hidden;
}

    .container-login100::before {
        /*content: "";*/
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(93,84,240,0.5);
        background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
        pointer-events: none;
    }

.wrap-login100 {
    width: 390px;
    /*background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);*/
}

.login100-form {
    width: 100%;
}

.hero-block-content img {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
}

.validate-input {
    position: relative;
}

.input100 {
    border: #ccc solid 1px;
    height: 50px;
    border-radius: 10px;
    padding: 0 0 0 10px;
    width: 100%;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #023299;
    border-radius: 25px;
    /* font-family: SourceSansPro-SemiBold; */
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.5);
    border: 0;
    margin-bottom: 20px;
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.login100-social-item {
    font-size: 25px;
    color: #3b5998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.container-main {
    position: relative;
    /*background: url('../images/main_bg.jpg');*/
    background: #dbefff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*max-height: 400px;*/
}

    .container-main:before {
        /*content: "";*/
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(93,84,240,0.5);
        background: -webkit-linear-gradient(left, rgb(3 74 181 / 60%), rgb(0 8 255 / 52%));
        background: -o-linear-gradient(left, rgba(0,168,255,0.8), rgba(185,0,255,0.8));
        background: -moz-linear-gradient(left, rgba(3, 85, 128, 0.82), rgb(4, 82, 136, 0.5));
        background: linear-gradient(left, rgba(0,168,255,0.8), rgba(185,0,255,0.8));
        pointer-events: none;
    }

.container {
    margin: 0 auto;
    max-width: 800px;
    width: 800px;
}

.bottom-panel {
    position: fixed;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

    .bottom-panel ul {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }

        .bottom-panel ul li {
            text-align: center;
            display: inline-block;
            width: 24%;
            height: 100%;
        }

            .bottom-panel ul li a {
                color: #222222;
            }

            .bottom-panel ul li .icon {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .bottom-panel ul li .icon {
                font-size: 20px;
            }

.middle_content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.title-part {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.middle_content .title-part h2 {
    font-weight: 700;
    font-size: 16px;
}

.middle_content .title-part a {
    font-size: 14px;
    margin-left: auto;
    color: #FF4C3B;
}

.product-inline {
    background-color: rgba(237, 239, 244, 0.8);
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

    .product-inline .product-inline-content {
        width: 60%;
        padding-right: 10px;
    }

        .product-inline .product-inline-content h5 {
            color: #777777;
            margin-bottom: 3px;
            font-size: 13px;
        }

        .product-inline .product-inline-content h4 {
            margin-bottom: 3px;
            color: #222222;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: 600;
            font-size: 14px;
            line-height: 1.3;
        }

.price {
    margin-top: 2px;
}

.product-inline .product-inline-content .price h4 {
    font-weight: 400;
}

.price h4 del {
    color: #777777;
    margin-left: 6px;
}

.wishlist-btn {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #ba0707;
    box-shadow: #525050 0px 1px 3px;
}

.effect-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.User_option li {
    margin-right: 10px;
}


.cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    padding: 17px;
    border-radius: 7px;
    margin-bottom: 20px;
    justify-content: space-between;
    box-shadow: #afafaf 0 0 4px;
}

    .cart-box .cart-content {
        width: 73%;
    }

.report_details .cart-box .cart-content a h4 {
    color: #ba0707;
}

.report_details .cart-option h5 a {
    color: #ba0707;
    font-size: 20px;
}

.billdetail .cart-box .cart-content a h4 {
    margin-bottom: 12px;
}

.bill_table {
    border: #ede9e9 solid 1px;
    width: 70%;
}

    .bill_table td {
        padding: 7px;
        border-bottom: #ede9e9 solid 1px;
    }



.cart-box .cart-content a h4 {
    color: #222222;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -3px;
    font-size: 15px;
}

.content-color {
    color: #0b0b0b !important;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
}

.green_color {
    color: #00be2f;
}

.cart-box .cart-content .price {
    margin-top: 8px;
}

.price h4 {
    margin-bottom: 0;
    font-size: 14px;
}

    .price h4 del {
        color: #777777;
        margin-left: 6px;
    }

    .price h4 span {
        color: #FF4C3B;
        font-size: 14px;
        margin-left: 6px;
    }

.cart-box .cart-content .select-size-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

    .cart-box .cart-content .select-size-sec a {
        color: #222222;
        background-color: rgba(237, 239, 244, 0.45);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
        border-radius: 3px;
    }

        .cart-box .cart-content .select-size-sec a h6 {
            font-size: 14px;
            margin: 0;
        }

.cart-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid rgba(237, 239, 244, 0.6);
    color: #222222;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cart-option h5 {
        font-size: 13px;
    }

.cart-box .cart-content .select-size-sec a i {
    margin-left: 3px;
}

.cart-box .cart-content .select-size-sec a + a {
    margin-left: 10px;
}

.cart-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    margin-top: 12px;
    border-top: 1px solid rgba(237, 239, 244, 0.6);
    color: #222222;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cart-option h5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        line-height: 1.3;
        margin: 0;
        color: #222222;
    }

        .cart-option h5 i {
            margin-right: 6px;
        }

    .cart-option .divider-cls {
        margin: 0 4px 0 6px;
        font-size: 12px;
        color: #222222;
    }

.cart-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 775px;
    margin: 0 auto;
}

    .cart-bottom .left-content {
        width: 42%;
        padding-left: 0;
    }

    .cart-bottom .btn {
        padding: 7px 41px;
        font-size: 16px;
        font-weight: 700;
        width: 58%;
        margin-left: auto;
        background-color: #ba0707;
        color: #ffffff;
    }


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 26px;
    left: 30px;
}

.order_page .cart-content {
    width: auto;
}

.order_page .cart-option {
    display: block;
    text-align: center;
    font-size: 12px;
}

    .order_page .cart-option h5 {
        display: block;
    }




.order_details .card {
    margin: auto;
    /* width: 38%; */
    /* max-width: 600px; */
    padding: 4vh 0;
    /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-top: 3px solid rgb(186, 7, 7);
    border-bottom: 3px solid rgb(186, 7, 7);
    border-left: none;
    border-right: none;
}


#details {
    font-weight: 400
}

.info {
    padding: 20px 4px;
}

    .info .col-5 {
        padding: 0
    }

#heading {
    color: grey;
    line-height: 6vh
}

.pricing {
    background-color: #ddd3;
    padding: 10px;
    font-weight: 400;
    line-height: 2.5;
}

    .pricing .col-3 {
        padding: 0
    }

.total {
    color: rgb(186, 7, 7);
    font-weight: bold;
}

    .total .col-3 {
        padding: 0
    }

.doctor_search_bar {
    background: #0470bc;
    border-radius: 5px;
    padding: 10px;
    vertical-align:;
    align-content: center;
    margin: 0 0 25px;
    color: #fff;
}

    .doctor_search_bar .control-label {
        margin: 10px 0 0;
    }

    .doctor_search_bar .form-control {
        height: 40px;
    }

.team {
    background: #fff;
    padding: 0 0 50px !important;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .member-info {
            padding: 25px 15px;
        }

            .team .member .member-info span {
                display: block;
                font-size: 13px;
                font-weight: 400;
                color: #535050;
            }

.app-btn {
    /* font-family: "Nunito", sans-serif; */
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #db2325;
}

.horizontal-timeline .items {
    border-top: 2px solid #ddd;
}

    .horizontal-timeline .items .items-list {
        position: relative;
        margin-right: 0;
    }

        .horizontal-timeline .items .items-list::before {
            content: "";
            position: absolute;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background-color: #ddd;
            top: 0;
            margin-top: -15px;
        }

    .horizontal-timeline .items .items-list {
        padding-top: 0;
        background-color: #ba0707;
        color: #fff;
        border-radius: 5px;
        padding: 5px;
        margin-top: 10px;
    }

.home_collection .info {
    width: 100%;
    /*background: #fff;*/
    font-size: 14px;
}

    .home_collection .info i {
        font-size: 20px;
        color: #fff;
        float: left;
        width: 44px;
        height: 44px;
        background: #bc0404;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

.add_txt {
    margin-left: 20px;
}

.home_collection .info h4 {
    padding: 0 0 0 0px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #493c3e;
}

.address {
    display: flex;
}

.home_collection .email-form button[type="submit"] {
    background: #bc0404;
    border: 0;
    /*padding: 10px 28px;*/
    color: #fff;
    transition: 0.4s;
    /*  border-radius: 50px;*/
}

.heading {
    text-align: center;
    font-size: 24px;
    margin: 0;
}

.profile_pic {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

    .profile_pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.doctor_information_section {
    padding-bottom: 100px;
}

    .doctor_information_section .btn {
        background: #bc0404;
        border: 0;
        padding: 10px 28px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

.section-title1 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    border-bottom: #000 solid 2px;
}

::-webkit-scrollbar-thumb {
    background: #003662;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    margin: 0 10px 0 0;
    height: 1px;
}

.main_section {
    padding-top: 75px;
}

.payment {
    border: 1px solid #f01b1b;
    border-radius: 20px;
    background: #fff;
}

.payment_header {
    background: #f01b1b;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

    .check i {
        vertical-align: middle;
        line-height: 50px;
        font-size: 30px;
    }

.payment .content {
    text-align: center;
    padding: 0 10px 20px;
}

    .payment .content h1 {
        font-size: 25px;
        padding-top: 25px;
    }

    .payment .content a {
        width: 200px;
        height: 35px;
        color: #fff;
        border-radius: 30px;
        padding: 5px 10px;
        background: #f01b1b;
        transition: all ease-in-out 0.3s;
    }

.header_green {
    background: #04a216;
}

.successfull {
    border: 1px solid #04a216;
}

    .successfull .content a {
        background: #04a216;
    }

.home_box {
    position: relative;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    padding-left: 120px;
    margin-bottom: 24px;
    min-height: 200px;
    z-index: 2;
    overflow: hidden;
    padding-top: 25px;
}

.collection_txt h3 {
    font-size: 26px;
}

.home_section {
    margin-bottom: 20px;
}

.home_collection1 {
    background: #a4d6fe;
}

.collection_txt p {
    min-height: 63px;
}

.big-image {
    position: absolute;
    left: -14px;
    width: 145px;
    bottom: -21px;
    background: #fff;
    border-radius: 50%;
    height: 145px;
}

    .big-image img {
        /* max-height: 10rem; */
        /* margin-bottom: 1rem; */
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
    }

.book_now_bt {
    width: 200px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    background: #f01b1b;
    transition: all ease-in-out 0.3s;
}

.doctors_section {
    background: #6362e7;
    color: #fff;
}

.doctors_section1 {
    background: #00c689;
    color: #fff;
}

.doctors_section2 {
    background: #f1526e;
    color: #fff;
}

.profile-nav .user-heading {
    background: #0879ca;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

    .profile-nav .user-heading.round a {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 10px solid rgba(255,255,255,0.3);
        display: inline-block;
    }

    .profile-nav .user-heading h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .profile-nav .user-heading p {
        font-size: 16px;
        background: #c1e1f8;
        color: #000;
        padding: 10px;
        border-radius: 10px;
    }

.panel_box {
    background: #fff;
    padding: 17px 10px;
    box-shadow: #c9c6c6 0px 0px 10px;
    margin: 20px 0;
    position: relative;
}

.view_bt {
    width: 200px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    background: #f01b1b;
    transition: all ease-in-out 0.3s;
}

.panel_box h3 {
    font-size: 20px;
    color: #028317;
    padding-bottom: 0;
    /* border-bottom: #ccc solid 1px; */
    margin-bottom: 0;
}

.all_bt {
    /* text-align: right; */
    position: absolute;
    right: 10px;
    top: 17px;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.container-login100 {
    background-color: #0d5afd !important;
    position: relative;
}

.hero-block-styles .hb-styles1 {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 2rem;
    left: 2rem;
    background-repeat: repeat;
    opacity: 0.6;
    z-index: -10;
}

.hero-block-styles .hb-styles2 {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border: 1rem solid #ffffff;
    opacity: 0.1;
    top: 10%;
    right: -3rem;
    z-index: -10;
    border-radius: 50%;
}

.hero-block-styles .hb-styles3 {
    position: absolute;
    width: 20rem;
    height: 20rem;
    bottom: -5rem;
    right: -5rem;
    z-index: -10;
    border-radius: 50%;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), white);
    opacity: 0.2;
}

.login_icon {
    margin-right: 5px;
}














@media only screen and (max-width:991px) {
    .container {
        margin: 0 auto;
        max-width: 96%;
        width: 96%;
    }

    .cart-box .cart-content {
        width: 50%;
    }

    .container-main {
        max-height: inherit;
    }

    .bottom-panel ul {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    /*body {
	background-color: #02428f;
	background-image: url('../images/main_bg.jpg');
	background-size: cover; 
	background-repeat: no-repeat;
	background-attachment: fixed;
}*/

    .container-main {
        background-image: none;
    }

    .container-login100 {
        width: 100%;
        /* min-height: 100vh; */
        /* display: -webkit-box; */
        /* display: -webkit-flex; */
        /* display: -moz-box; */
        /* display: -ms-flexbox; */
        display: flex;
        flex-wrap: initial;
        justify-content: center;
        align-items: inherit;
        padding: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
        min-height: 100vh !important;
        overflow: hidden;
    }
}

@media only screen and (max-width:767px) {
    .cart-box {
        display: block;
    }

        .cart-box .cart-content {
            width: 100%;
        }

    .cart-option {
        background: #c2daf2;
        padding: 5px;
        border-radius: 5px;
    }

    .middle_content {
        padding: 10px;
    }

    .doctor_search_bar {
        font-size: 13px;
    }

        .doctor_search_bar .btn {
            margin-left: -20px;
        }

    .has-search .form-control-feedback {
        top: 20px;
        left: 22px;
    }

    .profile_pic {
        margin: 0 auto 30px;
    }

    .home_box {
        padding-left: 0;
    }

    .big-image {
        position: relative;
        left: 0;
        width: 145px;
        bottom: 0;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto 15px;
    }

    .home_box {
        min-height: inherit;
        padding-bottom: 20px;
    }

    .collection_txt p {
        min-height: inherit;
    }
}

@media only screen and (max-width:575px) {
    .team .member {
        margin: 0 auto 30px;
    }

    .has-search .form-control-feedback {
        top: 18px;
        left: 22px;
    }

    .bottom-panel ul li {
        font-size: 12px;
    }

    .doctor_search_bar .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.img-fluid {
    max-width: 231px !important;
    max-height: 231px !important;
}
