.main_head {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    /* padding: 12px 0 20px; */
    /* border-radius: 0px 0px 10px 10px; */
}

.main_head .logodiv {
    /* width: 170px; */
    height: 70px;
}

.main_head .logodiv .logo_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_head .navbar-expand-md .navbar-collapse {
    /* flex-direction: column; */
    justify-content: space-evenly;
    align-items: center;
}

.main_head .top_bar {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 25px;
}

.main_head .nav_links .nav-link {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 600;
    margin: 0 15px;
    transition: 0.3s ease;
}

.main_head .nav-link.active {
    color: #ac2944 !important;
}

.main_head .links_holder {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main_head .links_holder .links_div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main_head .header_btn {
    display: flex;
    gap: 20px;
}

.main_head .submit_btn {
    padding: 6px 30px;
    margin: 0;
}

.main_head .claim_btn:hover {
    background: #35c3e1 0% 0% no-repeat padding-box;
}

.main_head .navbar-toggler {
    border: none !important;
}

.main_head .navbar-toggler:focus,
.main_head .navbar-toggler:active,
.main_head .navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


.main_head .desk_logo_holder_2 {
    display: flex;
    align-items: center;
}

.main_head .desk_logo_holder_2 .number_class {
    background: linear-gradient(180deg, #e5345c, #792358);
    border-radius: 30px;
    color: #fff !important;
    margin-left: 1rem;
    padding: 5px 15px;
}

.main_head .desk_logo_holder_2 .number_class a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
}

.main_head .inquirybtndiv {
    display: flex;
    gap: 7px;
    position: fixed;
    right: -195px;
    top: 46%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 9999;
}

.main_head .inquirybtndiv .inquirybtn {
    background: linear-gradient(180deg, #e5345c, #792358) !important;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 25px;
    text-decoration: none;
}

.main_head .mobile_logo_holder_2 {
    display: none;
}

/* =========================== Media Queries ========================= */

@media (min-width: 0px) and (max-width: 574px) {
    .main_head {
        padding: 0;
    }

    .main_head .header_btn {
        margin-bottom: 10px;
    }

    .main_head .nav_links .nav-link {
        margin: 0px;
        font-size: 13px;
        /* text-align: center; */
    }

    .main_head .logodiv {
        width: 70px;
        height: auto;
    }

    .main_head .links_holder {
        align-items: normal;
        flex-direction: column;
    }

    .main_head .top_bar {
        padding: 0;
    }

    .main_head .desk_logo_holder_2 {
        display: none;
    }

    .main_head .mobile_logo_holder_2 {
        display: flex;
        align-items: center;
    }

    .main_head .mobile_logo_holder_2 .new_logo {
        width: 70px;
    }

    .main_head .mobile_logo_holder_2 .number_class a {
        font-size: 12px;
        color: #fff !important;
        text-decoration: none;
    }

    .main_head .mobile_logo_holder_2 .number_class {
        background: linear-gradient(180deg, #e5345c, #792358);
        border-radius: 30px;
        color: #fff !important;
        margin-left: 1rem;
        padding: 6px 10px;
        width: 155px;
        text-align: center;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .main_head {
        padding: 0;
    }

    .main_head .header_btn {
        margin-bottom: 10px;
    }

    .main_head .nav_links .nav-link {
        margin: 0px;
        font-size: 13px;
        /* text-align: center; */
    }

    .main_head .logodiv {
        width: 80px;
        height: auto;
    }

    .main_head .links_holder {
        align-items: normal;
        flex-direction: column;
    }

    .main_head .top_bar {
        padding: 0;
    }

    .main_head .desk_logo_holder_2 {
        display: none;
    }

    .main_head .mobile_logo_holder_2 {
        display: flex;
        align-items: center;
    }

    .main_head .mobile_logo_holder_2 .new_logo {
        width: 80px;
    }

    .main_head .mobile_logo_holder_2 .number_class a {
        font-size: 12px;
        color: #fff !important;
        text-decoration: none;
    }

    .main_head .mobile_logo_holder_2 .number_class {
        background: linear-gradient(180deg, #e5345c, #792358);
        border-radius: 30px;
        color: #fff !important;
        margin-left: 1rem;
        padding: 6px 10px;
        width: 168px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main_head .nav_links .nav-link {
        margin: 0 15px;
        font-size: 14px;
    }

    .main_head .navbar-expand-lg .navbar-nav {
        align-items: center;
        text-align: center;
    }

    .main_head .header_btn .download,
    .main_head .header_btn .book {
        padding: 0px 12px;
        font-size: 13px;
        width: 100%;
    }

    .main_head .logodiv {
        /* width: 170px; */
        height: 55px;
    }

    .main_head .desk_logo_holder_2 .number_class a {
        color: #fff !important;
        font-size: 13px;
        text-decoration: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main_head .navbar-expand-lg .navbar-nav {
        align-items: center;
        text-align: center;
    }

    .main_head .header_btn .download,
    .main_head .header_btn .book {
        font-size: 14px;
    }
}