/* @media only screen and (max-width: 767px) { */

    .flush {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    img {
        max-width: 100%;
    }

    #header {
        padding: 10px 10px;
        padding-bottom: 15px;
        position: relative;
        height: 100px;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 1;
    }

    #header ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        list-style: none;
        justify-content: flex-end;
    }

    #header ul li {
        border-right: 1px solid #000;
        padding-right: 5px;
        height: 26px;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        line-height: 26px;
        font-weight: 600;
    }

    #header ul li:last-child {
        border-right: none;
    }

    body {
        background: #d2d5c8;
    }

    .white_card {
        background: #fff;
        height: 100vh;
        margin-top: -5px;
    }

    #body {
        padding: 20px 20px;
        margin-top: 20px;
    }

    .card_wrapp {
        height: 100vh;
        background: #fff;
    }

    #about .overlay_vid.about {
        top: 10px;
    }

    #about .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 56vh;
        padding-right: 10px;
        position: relative;
        top: 50px;
    }

    #menu .overlay_vid.about {
        top: 10px;
    }

    #menu .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 56vh;
        padding-right: 10px;
        position: relative;
        top: 0;
    }

    #order .overlay_vid.about {
        top: 10px;
    }

    #order .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 56vh;
        padding-right: 10px;
        position: relative;
        top: 0;
    }

    #reserve .overlay_vid.about {
        top: 10px;
    }

    #reserve .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 56vh;
        padding-right: 10px;
        position: relative;
        top: 0;
    }

    #location .overlay_vid.about {
        top: 10px;
    }

    #location .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 56vh;
        padding-right: 10px;
        position: relative;
        top: 0;
    }

    .slider_video {
        position: relative;
    }

    .slider_video .overlay_vid {
        position: absolute;
        top: -60px;
        left: 0;
        z-index: 99999;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider_video .overlay_vid h1 {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: -0.5px;
        text-align: center;
        color: rgba(37, 84, 51, 1);
        margin-top: 25px;
    }

    .slider_video .overlay_vid ul {
        padding: 0;
        margin: 0;
        display: flex;
        list-style: none;
        gap: 10px;
    }

    .slider_video .overlay_vid ul li {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        letter-spacing: -0.5px;
        text-align: center;
        color: rgba(37, 84, 51, 1);
        padding-right: 10px;
        border-right: 2px solid rgba(241, 106, 102, 1);
    }

    .slider_video .overlay_vid ul li:last-child {
        border-right: none;
    }

    .slider_video a.video_btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 100%;
        z-index: 999;
        background: url(../images/gradient.png) 50% 50% no-repeat;
        background-size: cover;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 48%;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 4%;
        margin-bottom: 0;
        margin-left: 15%;
        list-style: none;
        flex-direction: column;
        left: auto;
        gap: 5px;
        z-index: 9999;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        border: 0;
        transition: opacity .6s ease;
        border-radius: 50px;
    }

    #bottom_navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 20px;
        gap: 10px;
        z-index: 99999;
    }

    #bottom_navigation p {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        color: rgba(241, 106, 102, 1);
    }

    #bottom_navigation p a {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        color: rgba(241, 106, 102, 1);        
    }

    .navigation_b {
        display: flex;
        width: 100%;
        height: 50px;
        gap: 0px;
        border-radius: 50px;
        background: rgba(65, 66, 67, 1);
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }

    .red_navmenu {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        text-align: center;
    }

    .red_navmenu ul {
        padding: 0;
        margin: 0;
        display: flex;
        list-style: none;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .red_navmenu ul li a span {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 60px;
        height: 60px;
        border-radius: 50px;
        background: rgba(241, 106, 102, 1);
        border: 2px solid #fff;
    }

    .red_navmenu ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
        text-align: center;
        color: rgba(241, 106, 102, 1);
        text-decoration: none;
    }

    .red_navmenu ul li a:hover span {
        background: #000;
    }

    .red_navmenu ul li a:hover span svg path {
        fill: #f16a66;
    }

    .red_navmenu ul li.active a span {
        background: #000;
    }

    .red_navmenu ul li.active a span svg path {
        fill: #f16a66;
    }

    .red_navmenu ul li a p {
        margin: 0;
        text-align: center !important;
    }

    .overlay_vid.about {
        position: relative;
    }

    .overlay_vid.about h1 {
        font-family: "Poppins", sans-serif;
        font-size: 70px;
        font-weight: 700;
        line-height: 75px;
        text-align: left;
        color: rgba(230, 231, 233, 1);
        margin: 0;
        position: absolute;
        z-index: -1;
        bottom: -22px;
    }

    .scrolling_wrapper {
        padding: 0px 20px;
    }

    .scrolling_wrapper p {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: justify;
        margin: 0;       
        color: rgba(168, 169, 172, 1); 
    }

    .scrolling_wrapper h2 {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 18px;
        text-align: justify;        
    }

    .scrolling_wrapper .red_stap svg {
        flex-shrink: 0;
    }

    .scrolling_wrapper .red_stap {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        color: rgba(241, 106, 102, 1);
    }

    .scrolling_wrapper .red_stap p {
        color: rgba(241, 106, 102, 1);
    }

    .scrolling_wrapper .yellow_stap svg {
        flex-shrink: 0;
    }

    .scrolling_wrapper .yellow_stap {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        color: rgba(254, 202, 10, 1);
    }

    .scrolling_wrapper .yellow_stap p {
        color: rgba(254, 202, 10, 1);
    }

    .scrolling_wrapper .green_stap svg {
        flex-shrink: 0;
    }

    .scrolling_wrapper .green_stap {
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        color: rgba(85, 194, 183, 1);
    }

    .scrolling_wrapper .green_stap p {
        color: rgba(85, 194, 183, 1);
    }

    .button { 
        width: 0.9375rem;
        height: 0.9375rem;
        display: block;
        cursor: pointer;
        border-radius: 50%;
        transition: all ease .2s;
    }

    .button:not(:last-child) {
        margin-bottom: 0.63rem;
    }

    #offcanvasBottom {
        height: 88%;
        background: #000;
        z-index: 999999;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    #offcanvasBottom .offcanvas-header {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inner_bottom_model {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .inner_bottom_model .btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
        gap: 15px;
        width: 100%;
        padding: 0px 10%;
        margin-bottom: 20px;
    }

    .inner_bottom_model .btns button {
        width: 100%;
        border: none;
        background: transparent;
        height: auto;
        border-radius: 50px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
    }

    .inner_bottom_model .btns button:hover {
        background: #00380F;
        color: #FECA0A;
    }

    .inner_bottom_model .white_socials {
        margin: 20px 0px;
        margin-bottom: 40px;
    }

    .inner_bottom_model .white_socials ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        text-align: center;
        gap: 20px;
        padding: 0px 30px;
    }

    .inner_bottom_model .white_socials ul a {
        background: #fff;
        border-radius: 50px;
        padding: 10px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .inner_bottom_model .white_socials ul a svg {
        font-size: 30px;
        color: #000;
    }

    .inner_bottom_model .white_socials ul a:hover {
        background: rgb(241, 106, 102);
        color: #fff;
    }

    .inner_bottom_model .white_socials ul a:hover svg path {
        fill:#fff;
    }

    a.active svg path {
        fill: rgb(241, 106, 102);;
    }

    button.btn-close {
        padding: 0 !important;
        width: auto;
        height: auto;
        opacity: 1;
    }

    form.copy_input {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 25px;
    }

    form.copy_input input {
        height: 42px;
        border: 1px solid #fff;
        background: transparent;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        width: 100%;
        padding: 0px 20px;
    }

    form.copy_input button {
        color: #000;
        background: #fff;
        border-radius: 50px;
        position: absolute;
        top: 7px;
        right: 35px;
        border: none;
        padding: 3px 12px;
        text-transform: uppercase;
    }

    h1.bg {
        font-family: "Poppins", sans-serif;
        font-size: 100px;
        font-weight: 700;
        line-height: 100px;
        text-align: left;
        color: rgba(255, 255, 255, 1);
        position: absolute;
        text-transform: uppercase;
        text-align: center;
        opacity: 18%;
        top: 32%;
    }

    .scrolling_wrapper {
        padding: 0px 20px;
        overflow: scroll;
        height: 47vh;
        padding-right: 10px;
    }

    /* width */
    .scrolling_wrapper::-webkit-scrollbar {
        width: 10px;
    }
    
    /* Track */
    .scrolling_wrapper::-webkit-scrollbar-track {
        background: #fff; 
    }
    
    /* Handle */
    .scrolling_wrapper::-webkit-scrollbar-thumb {
        background: Black; 
        border-radius: 50px;
    }
    
    /* Handle on hover */
    .scrolling_wrapper::-webkit-scrollbar-thumb:hover {
        background: Black; 
    }

    .service_card {
        background: #255433;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .image_over img {
        max-width: 100%;
    }

    .image_over {
        position: relative;
    }

    .image_over .overlay {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 0px 10px;
    }

    .overlay a {
        font-size: 14px;
        color: #255433;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        background: #FFFFFF;
        text-decoration: none;
        border-radius: 50px;
        height: 24px;
        width: 101px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .gallery {
        display: grid;
        grid-template-columns: auto auto;
        gap: 20px;
    }

    .gallery .image_over .overlay {
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    .gallery .image_over:hover .overlay {
        display: flex;
    }

    .gallery .image_over .overlay a {
        background: transparent;
    }

    .form_contain {

    }

    .form_contain form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .form_contain form input {
        height: 38px;
        width: 100%;
        border-radius: 50px;
        background: rgba(254, 202, 10, 1);
        color: rgba(37, 84, 51, 1);
        font-size: 14px;
        font-weight: 500;
        border: none;
        padding: 0px 20px;
        font-family: "Poppins", sans-serif;
    }

    .form_contain form textarea {
        height: 100px;
        width: 100%;
        border-radius: 10px;
        background: rgba(254, 202, 10, 1);
        color: rgba(37, 84, 51, 1);
        font-size: 14px;
        font-weight: 500;
        border: none;
        padding: 10px 20px;
        font-family: "Poppins", sans-serif;
    } 

    .form_contain form button {
        background: rgba(0, 56, 15, 1);
        color: rgba(254, 202, 10, 1);
        height: 42px;
        width: 200px;
        border: none;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

    .co_address {
        height: 150px;
        width: 100%;
        border-radius: 10px;
        background: rgba(254, 202, 10, 1);
        border: none;
        padding: 10px 20px;
        margin-top: 20px;
    }

    .co_address h3 {
        color: rgba(37, 84, 51, 1);
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        text-align: center;
        border-bottom: 1px solid rgba(37, 84, 51, 1);
        padding-bottom: 5px;
    }

    .card_menu {
        width: 100%;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .card_menu .lside {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .card_menu .rside {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .card_menu .rside h2 {
        font-family: "Poppins", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        color: rgba(0, 0, 0, 1);
        width: 100%;
    }

    .card_menu .rside p {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: justify;
        color: rgba(255, 255, 255, 1);
        padding-right: 10px;
    }

    .card_menu .lside a {
        font-family: "Poppins", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        background: #fff;
        border-radius: 50px;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
        width: 100%;
        padding: 5px 0px;
    }

    .red_card {
        background: rgba(241, 106, 102, 1);
    }

    .red_card a {
        color: #f16a66;
    }

    .yellow_card {
        background: rgba(254, 202, 10, 1);
    }

    .yellow_card a {
        color: rgba(254, 202, 10, 1);
    }

    .green_card {
        background: rgba(85, 194, 183, 1);
    }

    .green_card a {
        color: rgba(85, 194, 183, 1);
    }

    ul.tab {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-around;
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 0px 10px;
        margin-bottom: 20px;
        position: relative;
        margin-top: 40px;
    }

    ul.tab li a {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: center;
        text-decoration: none;
        color: rgba(168, 169, 172, 1);
    }

    ul.tab li a.active {
        text-decoration: underline;
        color: rgba(241, 106, 102, 1);
    }

    #order_banner {
        padding-top: 0;
        padding-bottom: 0px;
        margin-top: 50px;
    }

    form.form {
        padding-bottom: 10px;
    }

    #order_banner .form input.form-control {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 7px;
    }

    #order_banner input.form-control:focus {
        box-shadow: none;
        outline: none;
    }

    #order_banner .tableFixHead {
        overflow-y: auto;
        height: 157px;
    }

    #order_banner table {
        border-collapse:collapse;
        width: 100%;
    }

    #order_banner table th.table_heading {
        color: #fff;
        background-color: #F16A66;
        font-size: 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-transform: uppercase;
        text-align: center;
        line-height: 22px;
        font-weight: 400;
        position: sticky;
        top: 0;
    }

    #order_banner table td {
        color: #fff;
        background-color: #414243;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 12px;
    }

    #order_banner th,
    td {
        padding: 8px 16px;
        border: 0px;
    }

    #order_banner th {
        background: #eee;
    }

    #order_banner .tableFixHead tfoot {
        position: sticky;
        bottom: 0;
    }

    #order_banner .tableFixHead tfoot th.table_footer {
        color: #fff;
        background-color: #000;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        text-transform: uppercase;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #order_banner .tableFixHead tfoot th.table_footer span {
        margin-left: 15rem;
    }

    #order_banner .form_btns {
        text-align: center;
        margin-top: 10px;
    }

    #order_banner .conf_btn button {
        color: #fff;
        background-color: #F16A66;
        padding: 3px 33px;
        font-size: 10px;
        font-weight: 500;
        line-height: 22px;
        border: 1px solid #F16A66;
        border-radius: 50px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 3px;
    }

    #order_banner .form_two_btns {
        display: flex;
        gap: 4px;
        margin-top: 4px;
        justify-content: center;
    }

    #order_banner .pay_btn button {
        color: #000;
        background-color: transparent;
        padding: 3px 33px;
        font-size: 10px;
        font-weight: 500;
        line-height: 22px;
        border: 1px solid #F16A66;
        border-radius: 50px;
        text-align: center;
        text-transform: uppercase;
    }

    #reserve_banner {
        padding-top: 0;
        padding-bottom: 0px;
        margin-top: 50px;
    }

    #reserve_banner .form input.form-control {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 7px;
    }

    #reserve_banner input.form-control:focus {
        box-shadow: none;
        outline: none;
    }

    #reserve_banner .form-select {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 7px;
    }

    #reserve_banner .form-select:focus {
        box-shadow: none;
    }

    #reserve_banner .form textarea.form-control {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 10px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 5px;
    }

    #reserve_banner .form textarea.form-control:focus {
        outline: none;
        box-shadow: none;
    }

    #reserve_banner .form_btns .conf_btn {
        text-align: center;
        margin-top: 0px;
    }

    #reserve_banner .form_btns .conf_btn button {
        color: #fff;
        background-color: #F16A66;
        padding: 5px 19px;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        border-radius: 50px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        margin-bottom: 10px;
    }

    #location_banner {
        padding-top: 0;
        padding-bottom: 0px;
        margin-top: 50px;
    }

    #location_banner .form input.form-control {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 7px;
    }

    #location_banner .form-select {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        border-radius: 50px;
        background-color: transparent;
        border: 1px solid #F16A66;
        padding: 5px 11px;
        margin-bottom: 5px;
    }

    #location_banner .form-select:focus {
        box-shadow: none;
    }

    #location_banner .form input.form-control:focus {
        box-shadow: none;
    }

    #location_banner .form_btns .conf_btn {
        text-align: center;
        margin-top: 0px;
    }

    #location_banner .form_btns .conf_btn button {
        color: #fff;
        background-color: #F16A66;
        padding: 5px 19px;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        border-radius: 50px;
        text-align: center;
        text-transform: uppercase;
        border: none;
    }

    #location_banner .location_info {
        text-align: center;
        margin-top: 10px;
    }

    #location_banner .location_info .location_bdr {
        border-bottom: 2px solid #55C2B7;
        margin-bottom: 10px;
    }

    #location_banner .location_info .location_info_heading h6 {
        color: #55C2B7;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px;
        text-transform: uppercase;
        text-decoration: underline;
    }

    #location_banner .location_info .location_info_heading a {
        color: #55C2B7;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-transform: uppercase;
    }

    #location_banner .location_info .location_info_number h6 {
        color: #55C2B7;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
    }

    #location_banner .location_info .location_info_number span {
        color: #55C2B7;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
    }

    #location_banner .location_info .location_info_mail a {
        color: #55C2B7;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
    }

    #last_nav {
        position: fixed;
        bottom: 40px;
    }

    #last_nav .last_nav_content {
        background-color: #414243;
        text-align: center;
        border-radius: 50px;
    }

    #last_nav .last_nav_content img {
        padding: 13px 23px;
    }
/* } */
