/*
Theme Name: Deliver
Theme URI:
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Deliver is Bootstrap 5 HTML Template for Delivery Companies by TemplatesJungle.
Version: 1.2
*/

/** Base Styles
--------------------------------------------------------------*/
:root {
    --accent-color: #ebfdff;
    --secondary-color: #3ac5ce;
    --dark-color: #083c3e;
    --grey-color: #f8f8f8;
    --body-text-color: #083c3e;
    --light-text-color: #7c7c7c;
    --link-color: #ffffff;
}

/** Typography
  --------------------------------------------------------------*/
body {
    /*font-family: "Roboto";*/
    font-weight: 400;
    font-size: 16px;
    /*line-height: 36px;*/
    color: #1b1b1b;
    padding-top: 124px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /*font-family: "Jost";*/
    font-weight: 400;
    color: var(--body-text-color);
    letter-spacing: 0.04em;
}

h1,
.h1 {
    font-size: 70px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    margin-bottom: 0px;
}

p {
    /*font-family: "Roboto";*/
    color: #1b1b1b;
    font-size: 16px;
    line-height: 24px;
}

.disclaimer p {
    font-size: 14px;
}
#text .read_more {
    color: darkgoldenrod;
    cursor: pointer;
}
.desk {
    display: block;
}
.mob {
    display: none;
}
.read_more {
    color: darkgoldenrod;
    cursor: pointer;
}
.small_heading {
    background: #ebdfc0;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px auto 12px;
    float: none;
    padding: 0 10px;
    border-left: 3px solid #891418;
}
    .small_heading h3, .small_heading h1 {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        padding: 0px;
        color: #000;
        text-transform: capitalize;
        line-height: 25px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

.footer2-paragraph {
    line-height: 14px;
}
/* breadcrumb */
.breadcrumb-panel {
    padding: 20px 15px;
    margin: 0;
    background: transparent;
    border-top: 1px solid #f2f2f2;
}

.breadcrumb-item {
    font-size: .85rem;
    color: #333
}

    .breadcrumb-item a {
        color: #333 !important;
    }

    .breadcrumb-item.active {
        color: #d7b243;
        font-weight: 600;
    }

a {
    color: #212529;
    text-decoration: none;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

    a:hover {
        color: var(--secondary-color);
        text-decoration: none;
    }

.btn.btn-primary {
    border-radius: 60px;
    --bs-btn-color: var(--accent-color);
    --bs-btn-bg: var(--body-text-color);
    --bs-btn-border-color: var(--body-text-color);
    --bs-btn-hover-color: var(--accent-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
    text-transform: uppercase;
}

    .btn.btn-primary.first-button {
        font-size: 19px;
        padding: 20px 60px;
        transition: all 0.3s ease-in;
    }

    .btn.btn-primary.first-button-query {
        font-size: 19px;
        padding: 20px 52px;
        transition: all 0.3s ease-in;
    }

.btn.btn-outline-primary {
    border-radius: 35px;
    --bs-btn-color: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-color: var(--accent-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--secondary-color);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--link-color);
    background-color: var(--dark-color);
    border-color: var(--dark-color);
}

.btn.btn-outline-primary.second-button {
    font-size: 19px;
    padding: 20px 50px;
    transition: all 0.3s ease-in;
}

.bg-header {
    background: #891418;
}

@media only screen and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 50px;
    }
}

/* navigation bar  */

section#navigation-bar {
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff;
    /*height: 100px;*/
}

.nav-link {
    color: var(--body-text-color);
}

a.nav-link.active,
.anav-link:focus,
a.nav-link:hover {
    color: var(--dark-color);
}

a.nav-link::after {
    content: "";
    text-align: center;
    display: block;
    width: 0;
    height: 2px;
    background: #d7b243;
    transition: width 0.3s;
}

a.nav-link.active::after,
a.nav-link:focus::after,
a.nav-link:hover::after {
    width: 100%;
    transition: width 0.3s;
}

/* dropdown  */
.dropdown-toggle::after {
    border: none;
    margin-left: 0em;
    vertical-align: 0em;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--body-text-color);
    text-decoration: none;
    background-color: var(--grey-color);
}

/* modal  */
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

/* form-control  */
.form-control:focus {
    border-color: var(--light-text-color);
    box-shadow: none;
    color: var(--body-text-color);
}

.modal-backdrop {
    --bs-backdrop-zindex: 999;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

@media only screen and (max-width: 768px) {
    .nav {
        display: grid;
    }

    /* .account {
    justify-content: center !important;
    margin: 70px 0px;
  } */
}

@media only screen and (max-width: 1460px) and (min-width: 990px) {
    a.login {
        display: none;
    }

    button.signup {
        display: none;
    }

    a.get-pro {
        display: none;
    }
}

/* hero section  */

section#hero {
    background: var(--accent-color);
    margin-top: 30px;
    margin-bottom: 30px;
}

.hero.container {
    margin-top: 30px;
    margin-bottom: 30px;
}

a.icon-link {
    color: var(--body-text-color);
    text-decoration: none;
    display: inline-table;
}

    a.icon-link:after {
        content: "";
        display: block;
        border-bottom: 1px solid var(--dark-color);
        width: 100%;
        transition: width 0.2s ease-out;
    }

    a.icon-link:hover:after {
        width: 20%;
    }

/* feature section  */

.feature-paragraph {
    font-size: 26px;
    line-height: 60px;
}

.feature-post {
    background: var(--grey-color);
    border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 768px) {
    .feature-paragraph {
        font-size: 19px;
        line-height: 36px;
    }
}

/* service section  */

.service-post {
    background: var(--grey-color);
}

    .service-post:hover {
        background: var(--accent-color);
    }

/* artical-post section  */

.artical-post {
    background: var(--grey-color);
}

    .artical-post:hover {
        background: var(--accent-color);
    }

/* client section  */

.client-section {
    background: var(--grey-color);
    border: 1px solid #e1e1e1;
}

iconify-icon.client-quote-icon {
    color: var(--secondary-color);
    font-size: 31px;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--secondary-color));
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

/* action section  */

.action-column1 {
    background: var(--grey-color);
}

.action-column2 {
    background: #eec866;
}

h1.action-heading {
    color: var(--accent-color);
}

p.action-paragraph {
    color: var(--accent-color);
    font-size: 30px;
}

button.btn.btn-primary.first-button.action-button {
    --bs-btn-color: var(--secondary-color);
    --bs-btn-bg: var(--accent-color);
    --bs-btn-border-color: var(--accent-color);
    --bs-btn-hover-color: var(--accent-color);
    --bs-btn-hover-bg: var(--secondary-color);
    --bs-btn-hover-border-color: var(--accent-color);
}
/* Footer */
.thankyoufont {
    font-size: 26px;
    color: #891418;
    font-weight: 700;
}

.headingxl {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

    .headingxl a {
        font-weight: 400;
        color: #222;
        letter-spacing: 0.04em;
        font-size: 4rem;
    }

footer {
    background: #3b3b3c;
    padding: 15px 0 2px;
    /*  border-top: #ee1d24 2px solid;*/
    border-top: #d7b243 8px solid;
}

    footer a {
        margin-bottom: 0;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
    }

.heading a {
    font-size: 4rem;
}

footer p {
    /* font-family: "Roboto"; */
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px !important;
}

footer a:hover {
    color: #ddd;
}

footer p.font-weight-bold {
    font-size: 22px;
    text-transform: uppercase;
}

footer p.text-wrap {
    text-align: justify;
    font-size: 12px !important;
    line-height: 17px;
}

footer p.font-weight-bold,
.footer-navigations ul li {
    margin-bottom: 0px;
}

.footer-navigations ul li {
    position: relative;
    padding-left: 10px;
}

    .footer-navigations ul li:before {
        content: '\f0da';
        color: #fff;
        margin-right: 5px;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
    }

    .footer-navigations ul li > a {
        color: #fff;
        text-decoration: none !important;
    }

        .footer-navigations ul li > a:hover {
            color: #DDD;
        }

ul.footer-quick-links li:before {
    display: none;
}

ul.footer-quick-links li a {
    font-weight: bold;
}

.bottom-footer {
    border-top: #DDD 1px solid;
    padding: 20px 0;
    margin-top: 15px;
}

    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        font-size: 1rem;
        color: #ddd;
    }

        .bottom-footer ul.list-inline li {
            border-right: #a4a4a4 solid 1px;
            padding: 0 5px;
        }

            .bottom-footer ul.list-inline li:last-child {
                border: 0;
            }

            .bottom-footer ul.list-inline li a {
                color: #a4a4a4;
            }

.social_media li {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

@media (min-width:768px) {
    .bottom-footer p, .bottom-footer a, .bottom-footer ul.list-inline, .bottom-footer ul.list-inline li {
        display: inline;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .footer-navigations ul.list-inline {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}

/* footer section  */

section#footer {
    background: var(--grey-color);
}

a.nav-link.footer-1-link:hover {
    color: var(--secondary-color);
}

    a.nav-link.footer-1-link:focus::after,
    a.nav-link.footer-1-link:hover::after {
        width: 0;
        transition: width 0.3s;
    }

/* footer2 section  */

.footer-2 {
    background-color: #d4ae4e;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    position: relative;
    /*max-width: 1920px;*/
    margin: 0 auto;
    overflow: hidden;
}

.footer2-paragraph {
    margin: 0px;
    color: var(--accent-color);
}

footer.footer-2-container {
    padding: 15px 0px;
    height: 50px;
}

iconify-icon.footer-2-icon {
    color: var(--accent-color);
    font-size: 18px;
}

a.nav-link.footer-1-link.templatesjungle {
    color: #ffffff;
}

    a.nav-link.footer-1-link.templatesjungle:hover {
        color: var(--body-text-color);
    }

@media only screen and (max-width: 768px) {
    .footer-2-container {
        display: block !important;
    }
}

/*--------------------------------------------------------------
  Styles page style
  --------------------------------------------------------------*/
.chocolat-wrapper {
    z-index: 1000;
}

.accordion-button {
    /*  height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
    overflow: hidden;*/
    /*background: linear-gradient(to bottom, #ddd 0%,hsl(0deg 0% 75.3%) 100%);*/
    background: #ebdfc0;
    -webkit-tap-highlight-color: transparent;
    /*transition: background .2s linear;*/
    border: solid 0px transparent;
}


    .accordion-button:not(.collapsed) {
        background: #eee;
        color: #000 !important;
        border-left: 4px solid #d4ae4e;
        border-radius: 0 !important;
    }

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-body {
    color: var(--body-text-color);
    border: 1px solid #ddd;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--body-text-color);
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid var(--body-text-color);
}

.border-primary {
    border-color: var(--body-text-color) !important;
}

.bg-primary {
    background-color: var(--body-text-color) !important;
}

.bord ul {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/
.pagination {
    --bs-pagination-color: var(--body-text-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--body-text-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--body-text-color);
    --bs-pagination-active-bg: var(--accent-color);
    --bs-pagination-active-border-color: var(--bs-border-color);
}



/*--------------------------------------------------------------
reviews section style start
--------------------------------------------------------------*/
.reviews-components {
    border: 2px solid #FAFAFA;
    box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
    border-radius: 9px;
}

iconify-icon.quote {
    font-size: 60px;
    color: #eceeee;
    position: absolute;
    z-index: -1;
    margin-top: -30px;
    margin-left: -30px;
}

.rate {
    color: var(--body-text-color);
}



/*--------------------------------------------------------------
Single-services section style start
--------------------------------------------------------------*/
span.price-tick {
    color: var(--secondary-color);
}



/*--------------------------------------------------------------
  Price page style
  --------------------------------------------------------------*/
.plan-post {
    border: 1px solid var(--body-text-color);
}

span.price-tick {
    color: var(--body-text-color);
}

.price-option {
    height: 320px;
}

.recommend-price {
    background: var(--body-text-color);
}


/*--------------------------------------------------------------
  Gallery page style
  --------------------------------------------------------------*/
button.filter-button.gallery-btn {
    letter-spacing: 0.075rem;
    border: 1px solid var(--bs-border-color);
    background: transparent;
    color: var(--bs-black);
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.3s ease-in;
}

    button.filter-button.gallery-btn.active {
        color: var(--bs-light);
        background: var(--body-text-color);
    }

    button.filter-button.gallery-btn:hover {
        color: var(--bs-light);
        background: var(--body-text-color);
    }

.btn-primary {
    background: #891418 !important;
    /*box-shadow: inset 0 0 0 50px #891418;*/
    /*border: 1px solid #891418 !important;*/
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 15px !important;
    border-radius: 8px !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #d4ae4e !important;
        border-color: #d4ae4e !important;
    }

.btn-height {
    /*height: 90px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px !important;
}

.item {
    position: relative;
    /*height: 19rem;*/
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    /*margin-bottom: 20px;*/
}

    .item .item__overlay:before {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .item .item__overlay:after {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    .item:hover .item__overlay:before {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .item:hover .item__overlay:after {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }


    .item .item__overlay:before, .item .item__overlay:after {
        content: "";
        position: absolute;
        left: 5px;
        right: 5px;
        top: 2px;
        bottom: 2px;
        transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
    }

@media only screen and (max-width: 580px) and (min-width: 320px) {
    .btn-height {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px !important;
        margin-bottom: 10px;
        /* width: 200px; */
        margin: 0px 30px 10px;
    }

    .fa-2x {
        font-size: 1.5em;
    }

    .footer-2 {
        background-color: #d4ae4e;
        width: 100%;
    }
}

.heading {
    /*font-family: "Jost";*/
    font-weight: 400;
    color: var(--body-text-color);
    letter-spacing: 0.04em;
    font-size: 30px !important;
    margin-top: 0px;
}


.brand-logo img {
    height: 65px;
}


.social-icons {
    display: none !important;
}

.accordion-button {
    padding: 8px 20px !important;
}

.err {
    color: red;
    padding-top: 5px;
    font-size: 14px;
}

/*.row {
    margin-right: 15px !important;
    margin-left: 15px !important;
}*/
/* 4.1 Header
/*----------------------------------------------*/
#primary-header.navbar {
    z-index: 9;
    padding-top: 0;
    background: #891418;
}

div#navbar-primary {
    box-shadow: 0px 2px 40px rgba(8, 70, 78, 0.10);
}

.navbar {
    padding-bottom: 0 !important;
    padding-top: 0;
}

.navbar-nav li.nav-item {
    height: max-content;
}

.navbar-nav a.nav-link h5 {
    line-height: 1.2;
    font-size: 1rem !important;
    color: #fff !important;
}

.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link.active {
    color: var(--primary-color) !important;
}

.navbar button.navbar-toggler {
    z-index: 9;
}

    .navbar button.navbar-toggler svg.navbar-icon {
        position: fixed;
        top: 10;
        right: 30px;
    }

.nav-link {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

. /*row.bord {
    margin-left: 0 !important;
    margin-right: 0 !important;
}*/
.row > * {
    padding-right: 0;
    padding-left: 0;
}

hr {
    margin: 10px 0;
    color: inherit;
    background-color: #dee2e6 !important;
    border: 0;
    opacity: 1;
}

    hr:not([size]) {
        height: 1px;
    }
/* wrapper */
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -235px;
}

.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.footer, .push {
    min-height: 235px;
    clear: both;
}

ul.social_media {
    margin-bottom: 0;
}

#navbar-example1 {
    padding-top: 10px;
}

.y-reply {
    border: 1px solid #d7b243;
    /*padding: 0 10px;*/
    border-radius: 7px;
}

    .y-reply h3 {
        background: #f6efd8;
        color: #222;
        border-bottom: 1px solid #d7b243;
    }

    .y-reply hr {
        background-color: #d7b243 !important;
    }

.inquiry-item .y-reply:nth-child(even) {
    float: right;
    width: 85%;
}

.inquiry-item .y-reply:nth-child(odd) {
    float: left;
    width: 85%;
}

.y-reply:after {
    content: "";
    border-top: 10px solid #d7b243;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    /*bottom: -10px;*/
}

.o-reply {
    border: 1px solid #ddd;
    padding: 0 10px;
}

label {
    line-height: 22px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px);
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: .5rem;
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0;
    color: #222;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group > .card {
    margin-bottom: .75rem;
}

.bootRBL input {
    display: inline;
    margin-right: 0.25em;
    vertical-align: middle;
}

.bootRBL label {
    display: inline;
    margin-right: 10px;
}

.form-check label {
    line-height: 14px;
    margin-left: 8px;
    font-size: 14px;
    /* letter-spacing: -1px; */
}

.text-justify {
    text-align: justify !important;
}

.text-right {
    text-align: right !important;
}

.captcha-text a {
    color: #d4ae4e;
    margin-left: 10px;
}

.captcha-img {
    margin-right: 10px;
}


.offcanvas .container {
    padding: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.offcanvas .navbar-nav {
    width: 100%;
}

.offcanvas .container div {
    width: 100%;
}

.offcanvas-body {
    padding: 0;
}

footer p.font-weight-bold, .footer-navigations ul li {
    margin-bottom: 8px;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #d63384 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0;
                }
}

@media (min-width: 992px) {
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -245px;
    }

    .footer, .push {
        min-height: 110px;
        clear: both;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }

    #header .container {
        max-width: 980px;
    }

    #header .navbar {
        box-shadow: none;
    }

    /* .header-bottom.show {
    position: absolute;
    width: 60%;
    width: 100%;
    top: -10px;
    right: 0;
    padding: 40px 20px 80px 40px !important;
  } */

    .navbar-nav li.nav-item {
        font-size: 2.3em;
        font-weight: 400;
        height: max-content;
        border: none;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .header-top ul.contact-list {
        padding-top: 20px;
    }

    .header-top .btn-book {
        text-align: left !important;
    }

    .contact-list li {
        font-size: 14px;
        padding-right: 20px !important;
    }

    .navbar-nav li.nav-item {
        font-size: 1.3em;
    }

    .navbar button.navbar-toggler svg.navbar-icon {
        top: 0;
    }

    /* .header-bottom.show {
    width: 80%;
  } */
}


@media only screen and (max-width: 1400px) and (min-width: 999px) {
    .get-pro {
        display: none;
    }
}

@media only screen and (max-width: 1360px) and (min-width: 1024px) {
    .footer2-paragraph {
        line-height: 20px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 320px) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }
    .footer, .push {
        min-height: 40px;
        clear: both;
    }

    .nav-list {
        width: 100%;
    }

    .btn.btn-primary {
        width: 200px;
        margin: 0 auto;
    }

    .btn.btn-height {
        margin-bottom: 5px !important;
    }

    .action-column2 {
        background: #eec866;
        flex-wrap: inherit;
    }

    .brand-logo img {
        height: 70px;
    }

    .bootRBL td {
        display: flex;
        align-items: center;
    }

    .card-body {
        padding: 0;
    }

    body {
        padding-top: 100px;
    }

    .btn.btn-primary.first-button-query {
        width: 100%;
    }

    footer.footer-2-container {
        padding: 10px 20px;
    }

    .footer2-paragraph {
        margin: 0px;
        color: var(--accent-color);
        font-size: 13px;
    }

    .d-xs-block, .d-sm-block {
        display: block !important;
    }

    footer p, footer a {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        line-height: 19px;
    }

    .social-icons {
        display: block !important;
    }

    .accordion-button {
        padding: 5px 10px !important;
        font-size: 0.96rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .heading {
        margin-top: 0px;
    }

    footer.footer-2-container {
        height: 70px;
    }

    .footer2-paragraph {
        line-height: 18px;
    }

    #navbar-example1 {
        border-bottom: 10px solid #dddd;
    }

    .bg-header {
        background: none;
        /* border-bottom: 10px double #dddd; */
    }

    .navbar {
        padding-bottom: 0 !important;
        padding-top: 10px;
    }

    dl, ol, ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    footer {
        padding-bottom: 0 !important;
    }

    .navbar-nav a.nav-link h5 {
        line-height: 1.2;
        font-size: 1rem !important;
        color: #212529 !important;
    }

    .nav-link {
        display: block;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0.85rem 1rem;
    }

    .offcanvas-header {
        padding: 0.85rem 0.5rem;
    }

    a.nav-link::after {
        content: "";
        text-align: center;
        display: block;
        width: 0;
        height: 2px;
        background: #d7b243;
        transition: width 0.3s;
        display: none;
    }

    a.nav-link.active h5 {
        color: #d7b243 !important;
    }
}
