@media (max-width: 500px) {
    .whatsapp_btn img{
        width: 45px;
    }
    .call_btn img {
        width: 45px;
    }

}
@media (max-width: 480px) {
    .body {
        overflow-x: hidden !important;

    }
    a.navbar-brand  img{
        max-width: 100% !important;
        width: 45% !important;
    }

    .row.g-5,
    .row.gx-5 {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }

    .slide-content-left {
        text-align: left;
    }

    .slide-heading {
        font-size: 1.8rem;
    }

    .slide-description {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }

    .header-main {
        display: none;
    }

    .mobile-toggle-end {
        margin-left: auto;
        order: 2;
    }

    .navbar .container {
        background-color: #dde9f6 ;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

   

    .navbar-light .navbar-nav .nav-link
{
    color: #252525;
}
 .navbar-light .navbar-nav .nav-link:hover {
    color: #252525;
}

    .navbar-brand {
        display: block;
    }

    .menu-container {
        padding: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light.py-3 {
        padding: 0 !important;
    }

    .slide-item {
        min-height: 100px !important;

    }

    .slider-section .slide-heading {
        font-size: 16px;
    }

    .fancy-btn {
        font-size: 10px;
        padding: 9px 11px;
        letter-spacing: 1px;

    }

    .feature-title {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .feature-details {
        font-size: 14px;
    }

    .aka-0s {
        top: 65%;
        right: 94px;
        width: 45%;
    }

    #mar-gin {
        margin: 85px 0 34px !important;
    }

    .hero-section {
        margin: 0 !important;
    }

    .hero-section {
        background-image: url(../images/inner_mobile_centered.jpg);
        height: auto;
        margin-top: 0px !important;
        background-attachment: fixed;
        min-height: 400px;
        /* background-size: contain; */
        background-repeat: no-repeat;
        background-position: right;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .about-section {
        padding: 0 !important;
    }

    .cta {
        margin-top: 20px;
        display: inline-block;
    }

    .cta span {
        font-size: 12px;
    }

    .cta:before {
        top: 4px;
        width: 40px;
        height: 40px;
    }

    .about-desc {
        font-size: 14px;
    }

    footer.text-dark.clearfix.mt-5 {
        margin-top: 83px !important;
    }

    #media-ul-li a {
        font-size: 13px;
        line-height: 27px;
    }

    .sm-sec {
        padding-top: 30px;
    }

    #media-ul-li-two {
        font-size: 13px;
    }

    .description,
    p {
        font-size: 13px;
    }

    .term-e {
        font-size: 12px;
    }

    .menu-icon i {
        font-size: 24px;
    }

    .navbar-toggler {
        position: absolute;
        top: 18px;
        right: 1rem;
        z-index: 1100;
        /* ensure it stays above navbar */
    }



    .navbar {
        position: relative;
    }

    .navbar-light .navbar-toggler {
        box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    }

    .features-box {
        margin-top: 44px;
    }

    .main-r-s img {
        max-width: 79% !important;
    }

    .main-r-s img {
        animation: rotate360 30s linear infinite;
        display: block;
        margin: 0 auto;
        max-width: 100%;

    }

    @keyframes rotate360 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }

    }

    .main-r-s {
        text-align: center;
    }

    .m-s-p {
        padding-top: 0 !important;
    }

    p.lead.fw-medium {
        font-size: 13px;
    }

    #ms-check li {
        font-size: 13px;
    }

    .accordion-button {
        font-size: 14px;
    }

    .accordion-body {
        font-size: 13px;
    }

    .f-nt {
        font-size: 21px;
    }

    #sdg-progress-modern {
        padding-top: 0 !important;
    }

    .sdg-progress-box.shadow-sm.p-4.rounded-4.border.border-light.bg-light-subtle h5 {
        font-size: 14px;
    }

    .ul-why-join-img::before {
        left: 0;
    }

    .form-container {
        margin-top: 46px;
    }

    .m-span span {
        font-size: 13px !important;
    }

    .bottom-wapper {
        padding: 14px !important;
    }

    .bottom-wapper a,
    h5 {
        font-size: 15px !important;
    }

    .horoscope-section {
        background-position: left;
    }

    #page-brd {
        font-size: 13px;
    }

    .navbar-collapse {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}




/*******************************Media Quarry******************************************/

@media (min-width: 768px) and (max-width: 1024px) {

    /* Logo */
    .logo-wrap img {
        width: 100px !important;
    }

    /* Hide social icons */
    .social-media-list {
        display: none !important;
    }

    .hc-content a {
        white-space: nowrap !important;
    }

    /* Main wrapper for phone & email */
    .d-flex.flex-wrap {
        flex-wrap: nowrap !important;
        justify-content: space-between;
        align-items: center;
        position: absolute;
    }

    /* Column settings */
    .col-lg-3.col-6,
    .col-lg-9.col-6 {
        display: flex;
        align-items: center;
    }

    .col-lg-9.col-6 {
        justify-content: flex-end;
        gap: 2rem;
    }

    /* Icon + Text wrapper */
    .hc-wrap {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px;
        text-align: left;
        margin: 0;
    }

    /* Icon size */
    .hc-icon img {

        height: auto;
        display: block;
    }

    /* Text styles */
    .hc-details .hc-heading {
        font-size: 14px;
        margin-bottom: 2px;
        line-height: 1.1;
    }

    .hc-details .hc-content a {
        font-size: 13px;
        color: #000;
        line-height: 1.1;
        text-decoration: none;
    }

    /* Prevent overflow clipping */
    .hc-content {
        word-break: break-word;
    }

    .menu-container {
        padding: 0;
    }

    .slide-item {
        min-height: 100px !important;
    }

    .slider-section .slide-heading {
        font-size: 21px;
    }

    .fancy-btn {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .features-box {
        height: 100%;
    }

    .aka-0s {
        right: 58px;
    }

    #mar-gin {
        margin: 85px 0 34px !important;
    }

    .row.g-5,
    .row.gx-5 {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
    }

    .body {
        overflow-x: hidden !important;

    }

    div#mainNavbar {
        padding-top: 27px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-top: 25px;
    }

    .top-c-ss {
        margin-top: 24px;
    }

    section.about-section.py-5 {
        padding-bottom: 0 !important;
    }

    .hero-section {
        margin: 0 !important;
        background-image: url(../images/tab.jpg);
        background-position: left;
    }
        #mar-gin {
        margin: 0px 0 34px !important;
    }
}