@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Rubik', sans-serif;
}

p {
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1D;
}

.navbar-nav .nav-link {
    letter-spacing: 0px;
    color: #1D1D1D !important;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 3px solid #fff;
    line-height: 35px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #CD1026 !important;
    border-color: #CD1026;
}

.top_header {
    background-color: #003792;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item {
    padding: 0 1rem;
}

.mailorcall ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    line-height: 52px;
}

.mailorcall li {
    list-style: none;
    float: left;
    padding: 0 10px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.reviews ul {
    padding: 0;
    margin: 0;
}

.reviews li {
    list-style: none;
    float: left;
}

.mailorcall li a {
    color: #fff;
    text-decoration: none;
}

.reviews-main {
    background: #1A4B9D;
    display: flex;
    padding: 5px 10px;
}

.rating {
    background-color: #FFD700;
}

.reviews-main p {
    margin: 0;
}

.rating {
    background-color: #FFD700;
    margin-top: 5px;
    padding: 5px;
    border-radius: 3px;
    height: 37px;
    margin-left: 10px;
}

.stars i {
    font-size: 12px;
    color: gold;
}

.toleft {
    margin-right: 50%;
}

.navbar.navbar-expand-md.navbar-white.bg-white {
    z-index: 99999;
}

.dropdown-menu.show {
    z-index: 9999999;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.reviews-main p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.rating p {
    color: #222;
    line-height: 28px;
}

#dropdownMenuButton1 {
    background-color: transparent;
    border: 0;
    line-height: 56px;
    color: #fff;
    font-size: 12px;
}

.dropdown li {
    width: 100%;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #003792;
}

.reviews {
    float: right;
}

/*Slider css*/
.slider .item {
    position: relative;
}

.slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.slider .item .cover .header-content {
    position: relative;
    overflow: hidden;
    width: 480px;
    float: right;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.slider .item .cover .header-content h2 {
    font-weight: 400;
    font-size: 30px;
    color: #003792;
}

.slider .item .cover .header-content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #1D1D1D;
}

.slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider .owl-item.active .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider .owl-nav .owl-next:focus {
    outline: 0;
}

.slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.header-content .btn {
    width: 100%;
}

/*Slider css*/

.about_img img {
    width: 100%;
}

.about_text span {
    color: #FFBC00;
}

.middil {
    align-items: center;
    display: flex;
    height: 100%;
}

.about_main {
    padding: 40px 0;
}

.service_main {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service_main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 240px;
    top: 0;
    left: 0;
    background-color: #F9FAFF;
    z-index: 0;
}

.service_main .container {
    position: relative;
    z-index: 999;
}

.service_box_main {
    display: flex;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 6px;
    opacity: 1;
    padding: 15px 15px 0 15px;
    position: relative;
}

.service_box_main img {
    width: 100px;
    position: relative;
}

.service_box_main::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 155px;
    background-color: #FFD700;
    right: 5px;
    top: 5px;
    border-radius: 120px;
}

.service-img {
    width: 50%;
    text-align: right;
}

.heading {
    padding-bottom: 30px;
}

.heading h3 span {
    color: #003792;
}

.service_box a {
    color: #CD1026;
    text-decoration: none;
}

.occassions_box img {
    width: 100%;
}

.occassions_box p {
    font-size: 16px;
    padding-top: 10px;
}

.howitWork {
    background-color: #FFD700;
}

.howitWork_innar ul {
    padding: 0;
    margin: 0;
}

.howitWork_innar li {
    list-style: none;
    float: left;
    text-align: center;
    width: 20%;
}

.howitWork_innar li img {
    width: 100px;
}

.howitWork_innar li p {
    font-size: 16px;
}

.top_rated_chefs_box img {
    width: 100%;
    margin-bottom: 8px;
}

.top_rated_chefs_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 6px;
    padding: 5px;
}

.top_rated_chefs_text h4 {
    font-size: 16px;
    margin: 0;
}

.top_rated_chefs_text p {
    margin: 0;
}

.top_rated_chefs_star i {
    color: #FFD700;
    font-size: 9px;
}

.top_rated_chefs_main {
    background-color: #F9FAFF;
}

.top_rated_chefs_main .owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}

.top_rated_chefs_main .owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}

.top_rated_chefs_main .item {
    margin-bottom: 20px;
}

.top_rated_chefs_main .owl-dots {
    display: none;
}

footer {
    background-color: #1D1D1D;
    padding: 20px 0;
}

.social_icon ul {
    padding: 0;
    margin: 0;
}

.social_icon li {
    list-style: none;
    float: left;
    padding-right: 5px;
}

.social_icon li i {
    background-color: #292929;
    width: 30px;
    height: 30px;
    border-radius: 45px;
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.social_icon li i:hover {
    background-color: #CD1026;
}

.subscribe h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.subscribe .form-control {
    background-color: transparent;
    border-color: #585858;
    font-size: 14px;
}

.footer_link h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer_link ul {
    padding: 0;
    margin: 0;
}

.footer_link li {
    list-style: none;
}

.footer_link li a {
    text-decoration: none;
    color: #898989;
    font-size: 12px;
}

.footer_link li a:hover {
    color: #CD1026;
}

.footer_link.link2 ul {
    float: left;
    width: 50%;
}

.footer_box {
    background-color: #292929;
}

.footer_box p {
    color: #b3b3b3;
    margin-bottom: 8px;
    line-height: 20px;
}

.footer_box span {
    color: #FFD700;
}

.footer_box {
    background-color: #292929;
    padding: 15px;
    border-radius: 5px;
}

.payment img {
    width: 100%;
    padding-bottom: 6px;
}

.payment img:last-child {
    width: 125px;
}

.payment h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

hr:not([size]) {
    height: 0.5px;
}

hr {
    background-color: #fff;
}

.copyright p {
    margin: 0;
    color: #898989;
    text-align: right;
}

.footer_box .reviews-main {
    background: transparent;
    padding: 0;
}

.footer_box .rating {
    background-color: #CD1026;
    height: 35px;
    margin-top: 6px;
}

.footer_box .rating p {
    color: #ffffff;
}


/**********************/
/* Full screen search */
/**********************/
#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: 999;
    top: 0;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 999999;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
}

.top_rated_chefs_main .owl-next span {
    background-color: #003792;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: -30px;
    font-size: 21px;
    color: #fff;
    border-radius: 31px;
}

.top_rated_chefs_main .owl-prev span {
    background-color: #003792;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: -30px;
    font-size: 21px;
    color: #fff;
    border-radius: 31px;
}

.customers_saying .owl-nav {
    display: none;
}

.customers_saying .owl-dots {
    display: none;
}

.customers_saying .item .testimoiyal {
    width: 25px !important;
    margin: 0 auto;
}

.customers_saying .item .profile {
    width: 65px !important;
    margin: 0 auto;
    margin-bottom: -37px;
}

.customers_saying .item {
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #00379226;
    border-radius: 4px;
    padding: 30px 15px 0px 15px;
}

.customers_saying .item h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.customers_saying .owl-item.active.center .item {
    border: 2px solid #CD1026;
}

.customers_saying .owl-carousel .owl-stage-outer {
    padding-bottom: 36px;
}

.counter {
    background-color: #FFD700;
}

.counter-box p {
    margin-bottom: 0;
}

.counter-box {
    border-left: 1px solid #b39808;
}

.ourchefs_img {
    position: relative;
    text-align: center;
}

.ourchefs_img img {
    width: 50%;
}

.ourchefs_img::before {
    position: absolute;
    content: "";
    background-image: url(../img/group16147.svg);
    top: 0;
    right: 0;
    width: 421px;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
}

.ourchefs_text h4 {
    font-weight: 600;
}

.ourchefs_text h4 span {
    color: #003792;
}

.innar-page-slider {
    background-size: 100%;
    padding: 100px 0;
    position: relative;
}

.innar-page-slider::before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.innar-banner-text {
    position: relative;
    z-index: 999;
}

.innar-banner-text h4 {
    color: #fff;
    font-size: 34px;
}

.innar-banner-text p {
    color: #fff;
    font-size: 18px;
}

.login-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #00379233;
    border-radius: 6px;
    padding: 30px 60px;
    margin-top: -80px;
    z-index: 999;
    position: relative;
}

.login-form .btn-outline-danger {
    width: 100%;
}

.login-form .btn-primary {
    width: 100%;
}

.login-form hr {
    background-color: #d6d0d0;
}

.login-form hr {
    margin: 0.6rem 0;
}

.login-form a {
    text-decoration: none;
    color: #003792;
}

.btn-primary {
    color: #fff;
    background-color: #003792;
    border-color: #003792;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.login-form label {
    font-size: 12px;
}

.login-form label span {
    color: #FF3D3D;
}

.login-form input {
    font-size: 12px;
    border-radius: 2px;
}

.flexibility li {
    list-style: none;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.flexibility li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FF6200;
    top: 13px;
    left: -18px;
    border-radius: 40px;
}

.flexibility ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.flexibility h4 {
    font-size: 20px;
    color: #003792;
}

.form-check {
    padding-left: 2em;
}

.form-check-input {
    margin-top: 0.65em;
}

.our_vision {
    background-image: url(../img/about_bg.svg);
}

.our_vision .about_text {
    background-color: #FFD700;
    padding: 30px 0;
}

.our_vision .about_text span {
    color: #CD1026;
}

.our_vision .about_text h3 {
    font-size: 20px;
}

.topchefcolombia {
    background-color: #FFD700;
}

.leadership_box_main img {
    width: 140px;
    margin-top: -72px;
}

.leadership_box_main {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #0000001A;
}

.pb-8 {
    padding-bottom: 6rem;
}

.leadership_box_main h5 {
    padding-top: 8px;
}

.leadership_box_main p {
    color: #CD1026;
    font-weight: 500;
    padding-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: #003792;
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.navbar-brand img {
    width: 119px;
}

.accordion h4 {
    color: #003792;
    font-size: 20px;
}

.login-form select {
    font-size: 12px;
}

.form-select:focus {
    box-shadow: none;
}

.contact_us h4 {
    font-size: 20px;
    padding-top: 30px;
    line-height: 28px;
}

.contact_us p span {
    color: #FF3D3D;
}

.contact_us li {
    list-style: none;
    position: relative;
}

.contact_us li h5 {
    font-size: 16px;
    color: #003792;
    margin-bottom: 4px;
}

.contact_us li a {
    text-decoration: none;
    color: #222;
}

.contact_us li span {
    position: absolute;
    left: -26px;
    top: -3px;
    color: #003792;
}

.menu_box img {
    width: 100%;
}

.menu_box_content .reviews-main {
    background: transparent;
    display: flex;
    padding: 2px 0px;
    justify-content: right;
}

.menu_box_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 20px;
    background-color: #0000003d;
}

.menu_box {
    position: relative;
}

.menu_box_content h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
}

.menu_box_content p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
}

.display-flex {
    display: flex;
}

.menu_content h5 {
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    margin: 0;
    line-height: 28px;
}

.menu_content select {
    width: 50px;
    height: 30px;
}

.menu_content {
    box-shadow: 0px 1px 3px #0037923D;
    border-radius: 0px 0px 2px 2px;
    padding: 20px 15px;
    background-color: #fff;
}

.menu_content a {
    float: right;
    text-decoration: none;
    color: #fff;
    background-color: gold;
    padding: 3px 10px;
    border-radius: 2px;
}

.product_main {
    background: #F9FAFF;
    padding: 40px 0;
}

.menu_box .display-flex img {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    margin-top: 2px;
    margin-right: 5px;
}

.details_page_main img {
    width: 100%;
}

#details_popup .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    border-radius: 30px;
    padding: 9px;
    opacity: 5;
}

.details_page_main h4 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 20px;
    color: #fff;
}

.details_page_img {
    position: relative;
}

.rating_box .reviews-main {
    background: transparent;
    display: flex;
    padding: 0;
    justify-content: right;
}

.rating_box .rating {
    height: 30px;
}

.rating_box .rating p {
    line-height: 36px;
}

.rating_box .reviews-main p {
    color: #222;
    margin-top: -7px;
}

.rating_box .display-flex img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-right: 6px;
}

.rating_box_text h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.rating_box_text a {
    font-size: 12px;
}

.rating_box {
    background-color: #7a86a51f;
    margin-top: 7px;
    padding: 5px;
}

.rating_box_text p {
    font-size: 12px;
    margin-bottom: 5px;
}

.product_details_content h5 {
    font-size: 14px;
    color: #003792;
}

.product_details_content p {
    font-size: 12px;
    line-height: 19px;
}

.product_details_content p span {
    color: #FF6200;
}

.product_details_content {
    padding-top: 20px;
}

.instant_select_text h4 {
    color: #003792;
    font-size: 22px;
}

.instant_select_text p {
    margin-bottom: 0;
}

.instant_select .form-select {
    font-size: 14px;
    border-radius: 2px;
}

.form-box input {
    font-size: 14px;
    border-radius: 2px;
}

.form-box input {
    font-size: 14px;
    border-radius: 2px;
}

.instant_select .btn {
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
}

.form-box .btn {
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
}

.form-box {
    background-color: #0000009e;
    padding: 15px 0;
    margin-top: -64px;
    position: relative;
    top: 0;
}

.select_location {
    position: relative;
    background-color: #fff;
    padding: 0 5px 5px 30px;
    border-radius: 2px;
    margin-top: 7px;
}

.select_location::before {
    position: absolute;
    content: "";
    background-image: url(../img/baseline-place-24px.svg);
    width: 24px;
    height: 24px;
    left: 4px;
    top: 10px;
}

.select_location label {
    font-size: 10px;
    color: #7A86A5;
}

.select_location .form-select {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 14px;
    margin-top: -6px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .top_header .col-lg-5.col-md-6.col-12 {
        display: none;
    }

    .reviews-main {
        padding: 5px 0px;
    }

    .stars i {
        font-size: 7px;
    }

    .slider .item .cover .header-content {
        width: 100%;
    }

    .top_rated_chefs_main .owl-next span {
        right: 0;
    }

    .top_rated_chefs_main .owl-prev span {
        left: 0;
    }

    .top_header .col-lg-4.col-md-4.col-7 {
        padding-left: 0;
        padding-right: 0;
    }

    .slider .item .cover .header-content h2 {
        font-size: 20px;
    }

    .slider .item .cover .header-content p {
        font-size: 12px;
        line-height: 17px;
    }

    .howitWork_innar li {
        width: 50%;
    }

    .counter-box {
        border-left: 0;
        border-top: 1px solid #b39808;
        padding: 15px 0;
    }

    .footer_box {
        margin: 30px 0;
    }

    .social_icon {
        margin-bottom: 20px;
    }

    .slider .item .cover {
        display: none;
    }

    .service_box_main.middil {
        height: auto !important;
        margin-bottom: 30px;
    }

    .innar-page-slider {
        background-size: cover;
    }

    .login-form {
        margin-top: 30px;
    }

    .leadership_box_main img {
        width: 140px;
        margin-top: 0;
    }

    .pb-8 {
        padding-bottom: 1rem;
    }
}

.navbar-toggler {
    background-color: gold;
    border: 1px solid gold;
}

.navbar-toggler-icon {
    line-height: 32px;
}

.covid-19 {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #7A86A53D;
    border-radius: 4px;
    padding: 20px;
}

.covid-19 h4 {
    font-size: 20px;
    color: #013893;
}

.covid-19 p em {
    color: #003792;
}

.covid-19 li {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    color: #1D1D1D;
    position: relative;
    padding-left: 15px;
}

.covid-19 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #013893;
    left: 0;
    top: 9px;
    border-radius: 40px;
}

.covid-19 ul p {
    margin-bottom: 5px;
    font-weight: 500;
}

.covid-19 ul {
    padding: 0;
}

.covid-19 p a {
    text-decoration: none;
    color: #013893;
}

.blog-banner-text h4 {
    color: #003792;
    font-size: 22px;
    padding-top: 10px;
}

.blog-page-slider {
    background-size: 100%;
    padding: 40px 0;
}

.blog-img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.blog-img {
    position: relative;
}

.blog-img span {
    background-color: #FFBC00;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 30px;
    position: absolute;
    bottom: -13px;
    left: 8px;
}

.blog-text h4 {
    font-size: 18px;
}

.blog-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-text {
    padding: 22px 10px 10px 10px;
}

.blog-main-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7A86A53D;
    border-radius: 6px;
    opacity: 1;
    margin-bottom: 30px;
}

.blog-main-box .display-flex img {
    width: 20px;
    height: 20px;
    border-radius: 22px;
}

.blog-main-box .display-flex span {
    font-size: 14px;
    margin-left: 10px;
}

.blog-text a {
    text-decoration: none;
    font-size: 14px;
    color: #CD1026;
    margin-top: 10px;
    display: block;
}

.blog-page-banner .page_name h4 {
    font-size: 18px;
}

.blog-page-banner .blog-viewall a {
    font-size: 18px;
    color: #CD1026;
    text-decoration: none;
}

.blog-viewall {
    text-align: right;
}

.blog-page-banner hr {
    background-color: #868686;
    margin-bottom: 5px;
}

.page_name a {
    text-decoration: none;
    color: #003792;
}

.blog-details-main-box .display-flex img {
    width: 20px;
    height: 20px;
    border-radius: 22px;
}

.blog-details-main-box .display-flex span {
    font-size: 14px;
    margin-left: 10px;
}

.blog-details-main-box .display-flex a {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0;
}

.blog-details-main-box p span {
    font-size: 12px !important;
    background-color: #FFBC00;
    border-radius: 4px;
    padding: 5px 8px;
}

.display-flex i {
    color: #FFBC00;
}

.blog-details-main-box h3 {
    color: #003792;
    font-size: 18px;
    margin-top: 30px;
}

.display-flex button {
    position: absolute;
    right: 0;
    line-height: 36px;
    width: 40px;
    border: 0;
    background-color: transparent;
}

.blog-text-left h4 {
    font-size: 12px;
}

.blog-text-left p {
    font-size: 10px;
    line-height: 14px;
}

.blog-text-left span {
    font-size: 10px;
    background-color: #FFBC00;
    padding: 3px;
    border-radius: 20px;
}

.blog-img-left img {
    width: 100%;
}

.blog-main-box-left {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #7A86A53D;
    opacity: 1;
    margin-bottom: 30px;
    padding: 15px;
}

.blog-main-box-left .blog-text-left h4 {
    font-size: 12px;
    margin-bottom: 0;
}

.blog-main-box-left h4 {
    font-size: 18px;
}

.blog-main-box-left hr {
    background-color: #818181;
    margin: 0.5rem 0;
}

.blog-main-box-left button {
    position: relative;
    background-color: #cd1026;
}










#v-pills-tab {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.align-items-start {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.pr-0 {
    padding-right: 0;
}

.pl-8 {
    padding-left: 8px;
}

.dataTable {
    font-size: 12px;
}

#bookinghistory_length {
    font-size: 14px;
}

.dataTables_info {
    font-size: 14px;
}

.paginate_button {
    font-size: 14px;
}

.dataTables_filter {
    font-size: 14px;
}

#bookinghistory {
    border-top: 1px solid;
    margin-top: 20px !important;
    display: inline-block;
}

#bookinghistory td a {
    margin: 0 5px;
}

.dataTable tr th:last-child {
    text-align: center;
}

.dataTable tr td:last-child {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #013893;
    background: #fff !important;
}

.bradius {
    border-radius: 15%;
}

.avatar {
    width: 40px;
    height: 40px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #013893;
    background-color: #f5faff;
}

.nav-link {
    color: #013893;
    text-align: left;
}

.headingdash {
    font-size: 18px;
    border-bottom: 1px solid #686868;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.form-check .form-check-label {
    line-height: 37px;
}

.dashboard-profile {
    display: flex;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 12px 8px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    color: #000;
    text-decoration: none;
}

.dashboard-profile:hover {
    color: #000;
}

.dashboard-profile_text h5 {
    margin-bottom: 0rem;
    font-size: 16px;
}

.dashboard-profile_text {
    margin-left: 10px;
}

.dashboard-box {
    display: flex;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 22px 8px;
    border-radius: 5px;
    border: 1px solid;
}

.dashboard-box_text span {
    font-size: 14px;
}

.dashboard-box_text h5 {
    margin-bottom: 0rem;
    font-size: 20px;
}

.dashboard-box_text {
    margin-left: 10px;
}

.color-1 {
    border-color: #7367f0;
}

.color-2 {
    border-color: #00cfe8;
}

.color-3 {
    border-color: #ea5455;
}

.color-4 {
    border-color: #28c76f;
}

.color-1 h5 {
    color: #7367f0;
}

.color-2 h5 {
    color: #00cfe8;
}

.color-3 h5 {
    color: #ea5455;
}

.color-4 h5 {
    color: #28c76f;
}

.dashboard-box_img i {
    border: 1px solid;
    font-size: 24px;
    padding: 8px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 34px;
    border-radius: 5px;
    margin-top: 2px;
}

.color-1 .dashboard-box_img i {
    background-color: #eeedfd;
    color: #7367f0;
}

.color-2 .dashboard-box_img i {
    background-color: #e0f9fc;
    color: #00cfe8;
}

.color-3 .dashboard-box_img i {
    background-color: #fceaea;
    color: #ea5455;
}

.color-4 .dashboard-box_img i {
    background-color: #e5f8ed;
    color: #28c76f;
}

.table {
    font-size: 12px;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.table tr td:last-child {
    text-align: center;
}

.table td a {
    margin: 0 5px;
}

.table td {
    vertical-align: middle;
}

.table th {
    vertical-align: middle;
    height: 50px;
}

.nav-pills img {
    width: 25px;
}


@media (max-width: 767px) {
    .col-lg-3.pr-0 {
        padding-right: 12px !important;
        margin-bottom: 15px;
    }
}