﻿.feature-box-two h4 {
    font-size: 17px;
}

.feature-box-two .inner-box {
    padding: 22px 13px 16px;
}

.theme-btn.btn-style-one {
    display: inline-block;
    width: auto;
}

@media only screen and (max-width: 991px) {
    /*.theme-btn.btn-style-one {
                width: 90%;
            }*/

    /*.btn-title {
                padding: 6px 10px !important;
                font-size: 14px;
            }*/
}

@media only screen and (max-width: 767px) {
    .form-group.col-md-2 {
        width: 80%;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .form-group.col-sm-2 {
        width: 48%;
        margin: 10px 1% !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-carousel .content-box h1 {
        font-size: 30px;
        margin-bottom: 300px;
    }
}

.content-box .content {
    padding: 86px 0px 140px !important;
}

.main-footer .widgets-section {
    padding: 56px 0px 34px;
}

footer.main-footer {
    position: relative;
    z-index: 1;
}

.dropdown a i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown:hover a i {
    transform: rotate(180deg);
}

.about-section {
    padding: 0px 0px 0px !important;
}

.booking-form-section {
    padding: 0px 0px 83px !important;
}

.lower-text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: white;
    padding: 25px 0px 0px;
}

.filters-section .form-box .theme-btn .btn-title {
    padding: 12px 20px;
}

.filter-form .check-sel-box .check-sel-btn {
    height: 63px !important;
    padding: 14px 20px !important;
}

    .filter-form .check-sel-box .check-sel-btn:before {
        top: 17px !important;
        right: 18px !important;
    }

.filter-form .form-group .ui-selectmenu-button.ui-button {
    height: 63px !important;
    padding: 20px 20px !important;
    /*height: 48px !important;
            padding: 10px 10px !important;*/
}

.filter-form .form-group input[type="text"], .filter-form .form-group input[type="email"], .filter-form .form-group input[type="password"], .filter-form .form-group input[type="tel"], .filter-form .form-group input[type="url"], .filter-form .form-group input[type="file"], .filter-form .form-group input[type="number"], .filter-form .form-group textarea, .filter-form .form-group select {
    height: 63px !important;
    padding: 20px 20px !important;
}

.rooms-section-one {
    padding: 39px 0px 40px;
}

.room-block-one .hover-box .pricing .price {
    text-transform: none;
}

.whatsapp-button {
    position: fixed;
    bottom: 121px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 6px;
    font-size: 24px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .whatsapp-button img {
        width: 36px;
        height: 36px;
    }

.btn-style-two .btn-title {
    background-color: #002568 !important;
}

.main-footer {
    background: #002568 !important;
}

.btn-style-one .btn-title {
    background: #002568;
}

    .btn-style-one .btn-title:hover {
        background: #002568 !important;
    }

.scroll-to-top:hover {
    background: #002568;
}

.book_btn .btn-title {
    background: #ff6b6b;
}

    .book_btn .btn-title:hover {
        background: #ff6b6b !important;
    }


.sec-title h2 {
    color: #002568;
}

@media only screen and (max-width: 991px) {
    .header-style-one .other-links {
        padding-top: 0px;
        margin-right: 93px;
        margin-top: -22px;
        text-align: center;
    }
}

body {
    color: #002568;
}

.main-footer .info .social-links a {
    color: white;
}

.main-footer .info .address a, .main-footer .info .email a, .main-footer .info .phone a {
    color: white;
}

.main-footer .links-widget .links li a {
    color: white;
}

/* Date Range Picker Styling */
#date-range {
    width: 100%;
    padding: 10px 15px;
    /*font-size: 14px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    outline: none;
    transition: border 0.3s;
}

/*#date-range:focus {
                border-color: #007bff;
                box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
            }*/

/* Calendar Styling */
.date-range-picker {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .date-range-picker .calendar {
        width: 50%;
        padding: 20px;
        background: #fff;
    }

    .date-range-picker .calendar-header {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }

    .date-range-picker .calendar-days {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
    }

    .date-range-picker .day {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s;
    }

        .date-range-picker .day:hover {
            background: #f0f0f0;
        }

        .date-range-picker .day.selected {
            background: #007bff;
            color: #fff;
            font-weight: bold;
        }

        .date-range-picker .day.range {
            background: #f0f0f0;
            color: #333;
        }

@media only screen and (max-width: 1199px) {
    .banner-one .banner-bottom-pattern, .banner-two .banner-bottom-pattern, .banner-three .banner-bottom-pattern, .banner-four .banner-bottom-pattern, .banner-five .banner-bottom-pattern, .page-banner .banner-bottom-pattern {
        height: 60px;
        bottom: -15px;
    }
}

@media only screen and (min-width: 1025px) {
    .filters-section .form-box {
        padding: 25px 23px 20px !important;
    }

    .hotel-drop {
        margin-left: 29px !important;
    }

    .date-input {
        margin-left: -30px !important;
    }

    .Guest-check {
        margin-left: -30px !important;
    }
}

tr:has(td:empty):hover .day {
    background-color: transparent !important;
    cursor: default;
}

/*.filters-section .form-box {
            margin-top: -49px !important;
        }*/

.nav-outer .mobile-nav-toggler {
    margin: 0px 0px 0px !important;
}

@media only screen and (max-width: 991px) {
    .header-style-one .header-upper .logo-box {
        padding: 2px 0px !important;
    }

        .header-style-one .header-upper .logo-box .logo img {
            margin-top: 0px !important;
        }
}

@media only screen and (max-width: 767px) {
    .filters-section .form-box {
        margin-top: -464px !important;
    }
}

/* Sticky Button Styles */
.sticky-button {
    position: fixed;
    bottom: 12px;
    /*right: 40px;*/
    background-color: #ff6b6b;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

    .sticky-button:hover {
        background-color: #ff5252;
        transform: translateY(-3px);
        color: white;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    .sticky-button:active {
        transform: translateY(1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        color: white;
    }

/*.filters-section .form-box {
    margin-top: -189px !important;
}*/
/*.page-banner .inner {
    padding: 50px 0px 80px !important;
}*/

@media only screen and (max-width: 1650px) {
    .header-style-one .header-upper {
        padding: 3px 20px;
    }
}

.featured-section-five.alt-padd {
    padding-top: 15px !important;
}

.page-banner .inner-container {
    position: relative;
    /*padding: 168px 0px 230px;*/
}

/*.page-banner {
    height: 420px !important;
}*/

.page-banner {
    height: 429px !important;
}

@media only screen and (max-width: 767px) {
    /*.page-banner {
        height: 339px !important;
    }*/
    .page-banner {
        height: 217px !important;
    }

        .page-banner .inner-container {
            position: relative;
            padding: 92px 0px 230px;
        }

        .page-banner #bookNowBtn {
            text-align: center;
        }
}


.faq-item {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    background-color: #fff;
    color: #002568;
    font-weight: 600;
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    text-align: left;
    width: 100%;
    position: relative;
}

    .faq-question:hover {
        background-color: #f8f9fa;
    }

    .faq-question::after {
        content: '+';
        position: absolute;
        right: 20px;
        transition: transform 0.3s;
    }

    .faq-question[aria-expanded="true"]::after {
        content: '−';
    }

.faq-answer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
}

.contact-section-two .info .info-block .icon-box {
    background: #002465;
}

.contact-section-two .form-box {
    margin-top: -224px;
}

@media only screen and (max-width: 767px) {
    .contact-section-two .form-box {
        margin-top: -25px;
    }
}

/*@media (max-width: 768px) {
    #book-stay-btn .btn-title {
        color: white !important;
    }
}*/

.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; /* Taller aspect ratio for mobile */
    overflow: hidden;
    max-width: 100%;
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

@media (max-width: 767px) {
    .map-container {
        padding-bottom: 100%;
    }
}

@media (min-width: 768px) {
    .map-container {
        padding-bottom: 56.25%;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .inner-btn {
        text-align: center;
        margin-top: 23px;
    }
}
/*---home banner card style---*/
.page-banner .inner-container {
    position: relative;
    padding: 168px 0px 88px;
}

@media only screen and (max-width: 599px) {
    h2, .sec-title h2, .filters-section.style-two h2 {
        font-size: 27px;
    }
}

#hotel-card {
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 20px;
    padding: 25px;
    max-width: 450px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}


#hotel-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #002568;
    padding-bottom: 15px;
}

    #hotel-header h4 {
        color: #002568;
        margin-bottom: 8px;
        font-weight: 700;
    }

    #hotel-header p {
        color: #002568;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }


#contact-info {
    margin-bottom: 20px;
}

.contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.label {
    font-weight: bold;
    font-size: 16px;
    width: 110px;
    color: black;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-link {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .contact-link i {
        margin-right: 8px;
        color: #002568;
    }

#button-container {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.action-button {
    background-color: #002568;
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    flex: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    .action-button:hover {
        background: #0b1c3c !important;
        background: #1b1c1e;
        outline-color: #ffffff;
        outline-offset: -4px;
        color: #ffffff;
        border-radius: 0px;
        outline: 1px solid transparent;
        transition: all 0.3s ease;
    }

#rating-container {
    display: inline-block;
    background-color: rgba(0, 37, 104, 0.08);
    padding: 8px 12px;
    border-radius: 8px;
    white-space: nowrap;
}

    #rating-container a {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: #002568;
    }

#rating-label {
    font-weight: 700;
    margin-right: 4px;
}

#rating-value {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

    #rating-value i {
        color: #FFD700;
        margin: 0 4px;
    }

@media screen and (max-width: 480px) {
    #rating-container {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #button-container {
        gap: 3px;
    }

    .action-button {
        font-size: 12px;
        padding: 8px 4px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .inner-container {
        padding: 64px 0px 88px;
    }
}

/*----Footer style-----*/
/* Base Styles */
.footer-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    position: relative;
}

/* Wave Divider */
.wave-divider {
    height: 100px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .wave-divider svg {
        display: block;
        width: 100%;
        height: 100px;
    }

/* Main Footer Area */
.footer-area {
    background: #0e1a2d;
    padding: 70px 0 50px;
    position: relative;
}

    .footer-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/api/placeholder/100/100') repeat;
        opacity: 0.05;
    }

/* Footer Content Layout */
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Footer Box Styles */
.footer-box {
    position: relative;
    z-index: 1;
}

/* Section Headings */
.section-heading {
    margin-bottom: 25px;
    position: relative;
}

    .section-heading h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
    }

    .section-heading span {
        color: white;
    }

.underline {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #fdfdfd, transparent);
    position: relative;
    border-radius: 2px;
}

/* Contact Items */
.contact-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.icon-box {
    min-width: 35px;
    height: 35px;
    background: #192841;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(255 255 255);
}

    .icon-box i {
        color: white;
        font-size: 15px;
    }

.contact-item .content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #5a9de0;
    font-weight: bold;
}

.contact-item .content p,
.contact-item .content a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    line-height: 1.6;
}

    .contact-item .content a:hover {
        color: #b5cbe2;
        padding-left: 5px;
    }

/* Direction Box */
.direction-content {
    text-align: left;
    color: white;
}

.map-container {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 26, 45, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.map-container:hover .map-overlay {
    opacity: 1;
}

.map-overlay i {
    font-size: 40px;
    color: #ff9d00;
    margin-bottom: 10px;
}

.map-overlay h4 {
    color: #fff;
    font-size: 18px;
}

.map-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.map-container:hover .map-img {
    transform: scale(1.1);
}

.direction-content p {
    margin: 15px 0;
    line-height: 1.6;
}

.direction-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #0000ff70, #ff00002e);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(93 117 163);
    transition: all 0.3s ease;
}

    .direction-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgb(93 117 163);
    }

    .direction-btn span {
        margin-right: 10px;
    }

/* Quick Links */
.quick-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

    .quick-links li {
        margin-bottom: 12px;
    }

    .quick-links a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .quick-links li a {
        display: flex;
        align-items: center;
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 15px;
    }

    .quick-links a i {
        color: white;
        margin-right: 10px;
        transition: all 0.3s ease;
    }

    .quick-links a:hover {
        color: #b5cbe2;
        padding-left: 5px;
    }

        .quick-links a:hover i {
            transform: translateX(5px);
        }

/* Social Media */
.social-media h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .social-icon::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.3s ease;
        transform: scale(0);
        border-radius: 50%;
    }

    .social-icon:hover::before {
        transform: scale(1);
    }

    .social-icon:hover {
        transform: translateY(-5px);
    }

    .social-icon i {
        font-size: 18px;
    }

.facebook {
    background: #3b5998;
}

    .facebook::before {
        background: #fff;
    }

    .facebook:hover i {
        color: #3b5998;
    }

.twitter {
    background: #22262a;
}

    .twitter::before {
        background: #fff;
    }

    .twitter:hover i {
        color: #1da1f2;
    }

.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

    .instagram::before {
        background: #fff;
    }

    .instagram:hover i {
        color: #e1306c;
    }

.tripadvisor {
    background: #00af87;
}

    .tripadvisor::before {
        background: #fff;
    }

    .tripadvisor:hover i {
        color: #00af87;
    }


.hotel-badge {
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .hotel-badge i {
        color: #ff9d00;
        margin-right: 5px;
        font-size: 16px;
    }

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .main-footer, .main-footer .newsletter-form .form-group input {
        text-align: left;
    }
}

.social-icon.twitter:hover svg path {
    fill: black;
}

.filters-section .form-box {
    background-color: #ffffffd6;
    border-radius: 20px !important;
}

#rating-container {
    background-color: rgba(0, 37, 104, 0.08);
    padding: 12px 9px;
    border-radius: 8px;
    text-align: center;
}

    #rating-container a {
        display: inline-block;
        text-decoration: none;
        color: inherit;
        white-space: nowrap;
    }

#rating-label {
    font-weight: 700;
    color: #002568;
    margin-right: 4px;
    font-size: 15px;
}

#rating-value {
    font-weight: 600;
    color: black;
    font-size: 14px;
}

    #rating-value i {
        color: orange;
        margin: 0 4px;
        font-size: 16px;
    }


/*----------------------Banner card mouse hover effect------------------*/
.facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

    .facility-card:hover .icon-box-banner {
        background-color: #002568 !important;
    }

    .facility-card:hover img {
        filter: brightness(0) invert(1);
    }



/* Hotel Header Styles */
.hotel-header {
    text-align: center;
}

.hotel-name {
    color: #002568;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.hotel-location {
    color: #002568;
    font-weight: 500;
    font-size: 1.2rem;
    border-bottom: 1px solid #e0e0e0;
}

.divider {
    color: darkblue;
}

/* Action Buttons Styles */
.action-btn {
    flex: 1;
    text-align: center;
    background-color: #002568;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    font-weight: bold;
    padding: 15px 10px;
    text-decoration: none;
    font-weight: 500;
    width: 48%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .action-btn:hover {
        background: #0b1c3c !important;
        background: #1b1c1e;
        outline-color: #ffffff;
        outline-offset: -4px;
        color: #ffffff;
        border-radius: 0px;
        outline: 1px solid #ffffff;
        transition: all 0.3s ease;
    }



    .action-btn:last-child {
        margin-right: 0;
    }

/* Rating Container Styles */
#rating-container,
#desktop-rating-container {
    margin-top: 10px;
}

.rating-label {
    font-weight: bold;
    margin-right: 5px;
}

.rating-value {
    font-weight: bold;
}

    .rating-value .fa-star {
        color: gold;
        margin: 0 5px;
    }

/* Facilities Container Styles */
.facilities-container {
    margin-top: 20px;
}

.facilities-row {
    display: flex;
    gap: 10px;
}

.facility-item {
    /*width: 19%;*/
    width: 25%;
}

    .facility-item a {
        text-decoration: none;
    }

.facility-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .facility-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

.icon-box-banner {
    background-color: #f8f9fa;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

    .icon-box-banner img {
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
    }

.facility-title {
    color: #002568;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .facility-title.book-now {
        font-weight: 800;
    }

    .facility-title.faq {
        color: #f4364f;
        font-size: 16px;
    }


/* Style form home page*/
.sticky-home-button {
    position: fixed;
    bottom: 63px;
    /*right: 40px;*/
    /*background-color: #ff6b6b;*/
    background-color: #0100ffd1;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 9px 15px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

    .sticky-home-button:hover {
        background-color: #0100ffd1;
        transform: translateY(-3px);
        color: white;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    .sticky-home-button:active {
        transform: translateY(1px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        color: white;
    }

.font_clr {
    color: #f4364f !important;
}

@media only screen and (max-width: 991px) {
    .sec-title, .sec-title.centered {
        margin-bottom: 20px !important;
    }
}

.mobile-menu .navigation li > a {
    line-height: 18px !important;
}

    .mobile-menu .navigation li > a:before {
        top: 17px !important;
    }

.contact-section-two .info .info-block .block-inner {
    padding-left: 0px;
}

.contact-section-two .info .info-block {
    margin-bottom: 10px;

}

.sec-title h2 {
    font-weight: 500 ;
    text-align:center !important;
}

/*h4 {
    text-align: center !important;
    font-weight: 500 !important;
}*/

/*.main-menu .navigation > li > a {
    font-size: 12px;
}

@media only screen and (max-width: 1340px) {
    .main-menu .navigation > li {
        margin-right: 14px;
    }
}

.header-style-one .header-upper .logo-box .logo img {
    max-width: 88%;
}

.main-menu .navigation {
    margin-left: -41px;
}*/


.main-menu .navigation > li > a {
    font-size: 14px;
}
@media only screen and (max-width: 1340px) {
    .main-menu .navigation > li {
        margin-right: 21px;
    }
}

#cover-spin {
    position: fixed;
    width: 100%;
    height: 100%; /* <-- add height */
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999; /* <-- increase z-index */
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
