/* ================= Global Style ================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", serif !important;
    background: #FFF !important;
}

:root {
    --primary-color: #0A3D91;
    --secondary-color: #E0A900;
    --title-color: #333;
    --desc-color: #333333;
    --section-space: 60px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

.container-fluid {
    padding: 0px 60px;
}

.default-btn {
    background: var(--primary-color);
    border-radius: 4px;
    background: #0A3D91;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.25);
    padding: 13px 23px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
}

.common_content h2 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1.5px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 27px;
    position: relative;
    display: inline-block;
}

.common_content h4 {
    color: #212121;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.common_content p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.secGap {
    padding: 60px 0px;
}

.pt-60 {
    padding-top: 60px;
}


.bg-secondaryColor {
    background-color: #E0A900;
}

/* -----=====:- Header Top Section -:======----- */
.header-layout {
    position: sticky;
    top: -51px;
    z-index: 1020;
}

.header-top {
    background: #000;
    padding: 12.5px 0px;
}

.top-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.top-item a img {
    width: 13px;
}

.top-navbar {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: end;
}

.top-item {
    position: relative;
}

.top-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    height: 21.013px;
    width: 1px;
    background: rgba(255, 255, 255, 0.35);
}

.top-item .form-select {
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 24px 0px 10px;
}

.top-item .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

.top-item option {
    color: #000;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 17px;
}

.top-social a img {
    width: 20px;
    height: 20px;
}


/* -----=====:- Header Navbar Section -:======----- */
.navbar-nav .dropdown-menu {
    padding: 30px 35px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    margin-top: 7px;
}

/* .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.navbar-toggler-icon {
    background-image: url("../img/menu.png");
}

.navbar-toggler-icon.close {
    background-image: url("../img/close.png");
    width: 1.5em;
    height: 1.5em;
} */

.navbar-toggler {
    display: none;
}

/* 
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler[aria-expanded*="false"] {
    transform: rotate(0deg);
}

.navbar-toggler[aria-expanded*="true"] {
    transform: rotate(-180deg);
} */



.navbar-brand img {
    width: 222px;
}

.menu-area .navbar-nav {
    align-items: center;
    gap: 24px;
}

.menu-icon img {
    width: 20px;
}

.menu-area {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tab-menu {
    display: none;
}

.menu-area .nav-item .default-btn-two,
.menu-area .nav-item .default-btn {
    padding: 9.5px 12px;
    font-weight: 500;
    font-size: 16px;
}


.menu-area .nav-item .nav-link {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
}

.menu-area .nav-item .nav-link.active {
    color: #E0A900;
}

.menu-area .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(51, 51, 51, 0.25);
    top: 9px;
    right: -12px;
}

.menu-area .nav-item .nav-link.last-child::before {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    left: 50%;
    transform: translateX(-50%);
}

.dropdown-menu ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.dropdown-menu ul li .our-services-box p {
    font-size: 12px;
}

.dropdown-menu ul li .services-box-img {
    padding: 5px;
    width: 47px;
    height: 47px;
    margin-bottom: 14px;
}

.dropdown-menu ul li .our-services-box {
    padding: 25px 65px;
    margin-bottom: 0px;
}

.dropdown-menu ul .dropdown-item {
    padding: 0;
}

/* -----=====:- Banner Section -:======----- */
.banner-sec {
    background-image: url('../img/banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 75px;
}

.banner-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(33, 33, 33, 0.80) 41.83%, rgba(43, 142, 77, 0.40) 99.98%);
}

.banner-caption,
.banner-sec-img {
    position: relative;
    z-index: 9;
}

.banner-caption h1 {
    color: #FFF;
    font-family: Oswald, serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    background: linear-gradient(90deg, #FFF6DB 0%, #FFDE7A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}

.banner-caption p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
}

.banner-caption .default-btn {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.25px;
    padding: 16px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 50px 0px 36px 0px;
}

.banner-downloadbtn img {
    width: auto !important;
}

.banner-downloadbtn {
    display: flex;
    align-items: center;
    gap: 20px;
}


.about-sec-img img {
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    box-shadow: -7px 3px 11px 0px rgba(0, 0, 0, 0.25);
    width: 605px;
    height: 440px;
}

.about-sec-img {
    position: relative;
}

.about-sec-img::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 50px;
    border-radius: 10px;
    background: rgba(10, 61, 145, 0.72);
    box-shadow: -7px 3px 11px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 101%;
    z-index: -9;
    max-width: 615px;
}

.about-btn {
    margin-top: 40px;
}

.custom-list {
    margin-top: 25px;
}

.custom-list li::before {
    background-image: url(../img/list-trick.svg);
    width: 23.057px;
    height: 21.959px;
    left: -42px;
    content: "";
    position: absolute;
    top: 9px;
    background-repeat: no-repeat;
}

.custom-list li {
    margin-left: 42px;
    color: rgba(33, 33, 33, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 12px;
}

.about-caption {
    margin-top: 10px;
    margin-right: 2rem;
}

/* -----=====:- Why Seva Sankalp Section -:======----- */

.seva-sankal {
    background: rgba(224, 169, 0, 0.28);
}

.sevaSankal-box {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 35px 50px;
}

.sevaSankal-box h3 {
    padding-top: 24px;
    padding-bottom: 14px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.sevaSankal-box p {
    color: #71717A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.seva-sankal-info,
.government-scheme-info {
    padding: 60px 0px;
}

.sevaSankal-box-img img {
    width: 35px;
    height: 40px;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 4rem !important;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 6rem !important;
}

.key-feature p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.25px;
    margin-bottom: 14px;
}

.key-feature .banner-downloadbtn {
    justify-content: center;
}

/* -----=====:- Work Process Section -:======----- */

.work-process {
    background-image: url("../img/work-process.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.work-process-box img {
    width: 82px;
}

.work-process-info,
.our-services-info,
.our-complaints-info {
    margin-top: 60px;
}

.work-process-box {
    border-radius: 20px;
    background: #0A3D91;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 49px 24px;
    text-align: center;
    height: 95%;
    margin: 0px 25px;
    position: relative;
}

.work-process-box::after {
    content: "";
    position: absolute;
    border: 4px dashed rgba(33, 33, 33, 0.40);
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -9;
}

.work-process-info .row>.col-lg-3:last-child .work-process-box::after {
    display: none;
}

.work-process-wapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.work-process-box p {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 25px;
    margin-top: 25px;
}

.work-process-info .default-btn {
    background: var(--secondary-color);
    margin-top: 60px;
}

/* -----=====:- Our Services Section -:======----- */

.our-services-box {
    border-radius: 20px;
    border: 1px solid rgba(224, 169, 0, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 45px 0px;
    margin-bottom: 30px;
}

.our-services-box:hover {
    border: 1px solid #0A3D91;
    background: rgba(10, 61, 145, 0.05);
    cursor: pointer;
}

.services-box-img {
    background: linear-gradient(180deg, #0A3D91 0%, #E0A900 100%);
    opacity: 0.9;
    filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.25));
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 30px;
    padding: 12px;
    width: 84px;
    height: 84px;
}

.our-services-box p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

/* .our-services-info {
    border-bottom: 1px solid rgba(33, 33, 33, 0.20);
    padding-bottom: 30px;
} */


.our-number {
    background-image: url("../img/fun-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.number-item img {
    max-width: 69px;
    margin-bottom: 30px;
}

.number-item h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.number-item p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.number-downloadbtn .banner-downloadbtn {
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.number-downloadbtn p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.25px;
    margin-bottom: 22px;
}

.fun-number .vr {
    min-height: 9em;
    background-color: #fff;
    opacity: 1;
    align-self: center;
}

.fun-number {
    display: flex;
    align-items: center;
    gap: 75px;
    justify-content: center;
}

.govt-scheme-box-img {
    position: relative;
    height: 319.483px;
    width: 284.454px;
    position: relative;
}

.govt-scheme-box-img::after {
    border-radius: 20px;
    background: rgba(10, 61, 145, 0.20);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.govt-scheme-box-img img {
    border-radius: 20px;
    background: rgba(10, 61, 145, 0.20);
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.govt-scheme-name {
    border-radius: 0px 0px 18px 18px;
    background: #2B8E4D;
    box-shadow: 0px -7px 6px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 60px;
    text-align: center;
    z-index: 9;
}

.govt-scheme-name a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
}

.govt-scheme-info {
    margin-top: 60px;
}


.app-screenshot-info {
    margin-top: 60px;
}

.screenshot_slider .swiper-slide img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: scale(0.9);
    box-shadow: none;
    border-radius: 10px;
}

.screenshot_slider .swiper-slide-active img {
    transform: scale(1);
    box-shadow: 0px 2px 34px 0px rgba(0, 0, 0, 0.55);
    z-index: 2;

}

.screenshot_slider {
    padding: 40px 0px 60px 0px !important;
}

.app-screenshot-img img {
    border-radius: 20px !important;
}

.swiper-pagination-bullet-active {
    background: #E0A900 !important;
}


/* -----=====:- Join The RLM Journey Section -:======----- */

.Join-janseva {
    background: linear-gradient(90deg, #E0A900 0%, #0A3D91 84.62%);
    padding-bottom: 5px;
}

.Join-janseva h4 {
    font-size: 25px;
}

.Join-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 50px;
}

.Join_img {
    text-align: end;
    padding-top: 28px;
}

/* -----=====:- Footer  Section -:======----- */

.footer-top {
    padding-bottom: 40px;
    background: #FCF6E6;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img {
    max-width: 222px;
}

.footer-about {
    margin-right: 65px;
}


.menu-navbar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
}

.menu-navbar h4 {
    color: var(--primary-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.menu-navbar ul {
    display: flex;
    gap: 15px;
    flex-direction: column;
}


.menu-navbar ul li a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-menu {
    padding-top: 55px;
}

.menu-wrapper {
    margin-left: 45px;
}

.right-line {
    border-right: 1px solid rgba(51, 51, 51, 0.20);
}

.footer-btn {
    /* display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap; */
    /* margin-left: 1rem; */
    margin-top: 50px;
}

.footer-btn p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.25px;
    margin-bottom: 15px;
}

.footer-menu .last-child.right-line {
    border-right: none;
}

.btm-top {
    background: rgba(0, 0, 0, 0.60);
    padding: 14px 0px;
    margin-bottom: 70px;
}

.btm-top p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social a img {
    width: 20px;
    filter: grayscale(100%) brightness(50%) sepia(20%);
}

.btm-join {
    background-image: url("../img/footer-join-bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5px;
    background-color: #F7EAC2;
}

.footer-join h4 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-join a {
    background: var(--secondary-color);
    padding: 9px 12px;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.footer-join {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
}

/* -----=====:- backToTop  Section -:======----- */
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    z-index: 99;
    width: 55px;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#btm-join {
    position: fixed;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    z-index: 99;
    width: 100%;
}

#btm-join.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.app-store img {
    max-width: 175px;

}

/* -----=====:- TopSlider Navbar  Section -:======----- */
.offcanvas-menu .offcanvas.offcanvas-top {
    height: 100vh;
}

.offcanvas-menu .offcanvas-body {
    padding: 0;
}

.offcanvas-menu .offcanvas-header {
    position: absolute;
    top: 0px;
    right: 21px;
    z-index: 9;
}

.offcanvas-menu .offcanvas-header button {
    opacity: 1;
}

.offcanvas-menu .footer-top::before {
    display: none;
}

/* -----=====:- Responsive Css Here -:======----- */

@media only screen and (min-width:300px) and (max-width:767px) {
    .container-fluid {
        width: 100%;
        max-width: unset;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    :root {
        --section-space: 30px;
    }

    /* -----=====:- Header Section -:======----- */

    .top-social {
        display: none;
    }

    .navbar-brand img {
        width: 153px;
    }

    .menu-area .navbar-nav {
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .menu-area .nav-item .nav-link::before {
        display: none;
    }

    .tab-menu {
        display: block;
    }

    .tab-menu ul {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
    }

    .menu-area .nav-item .default-btn {
        padding: 9.5px 8px;
        font-weight: 500;
        font-size: 11px;
    }

    /* -----=====:- Common Section -:======----- */
    .common_content h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .common_content h4 {
        font-size: 20px;
        padding-bottom: 14px;
        line-height: 24px;
    }

    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .common_content p {
        font-size: 15px;
        line-height: 26px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .work-process-info,
    .our-services-info,
    .our-complaints-info {
        margin-top: 30px;
    }

    .seva-sankal-info,
    .government-scheme-info {
        padding: 30px 0px;
    }

    /* -----=====:- Banner Section -:======----- */

    .banner-sec {
        background-image: url(../img/banner-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 0px;
    }

    .banner-caption h1 {
        font-size: 28px;
        line-height: normal;
        margin-top: 0;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-caption {
        padding: 3rem 0px;
    }

    .banner-btn {
        margin: 35px 0px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner-caption .default-btn {
        font-size: 13px;
        padding: 13px;
    }

    .banner-downloadbtn {
        justify-content: flex-start;
    }

    .banner-downloadbtn img {
        width: 140px !important;
    }

    /* -----=====:- About Section -:======----- */
    .custom-list li {
        margin-left: 32px;
        font-size: 14px;
    }

    .custom-list li::before {
        left: -32px;
        background-size: 20px;
    }

    .about-btn {
        margin-top: 25px;
    }

    .about-sec-img img {
        width: 320px;
        height: 400px;
    }

    .about-sec-img::after {
        top: 12px;
        left: 12px;
        width: 96%;
        height: 101%;
        max-width: 615px;
    }

    .about-caption {
        margin-top: 35px;
        margin-right: 0rem;
    }

    /* -----=====:- How It Works Section -:======----- */
    .work-process-box {
        padding: 30px 15px;
        height: auto;
        margin: 0px 0px 25px 0px;
    }

    .work-process-box p {
        font-size: 18px;
        padding-top: 18px;
        margin-top: 18px;
    }

    .work-process-box img {
        width: 75px;
    }

    .work-process-box::after {
        display: none;
    }

    .work-process-box::before {
        content: "";
        position: absolute;
        border-right: 4px dashed #fff;
        width: 0px;
        top: 80%;
        left: 50%;
        z-index: -9;
        height: 50%;
    }

    .work-process-info .row>.col-lg-3:last-child .work-process-box::before {
        display: none;
    }

    .work-process-info .default-btn {
        margin-top: 30px;
    }

    /* -----=====:- Home Gov Shceme Section -:======----- */
    .our-services-box {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .services-box-img {
        padding: 10px;
        width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }


    /* -----=====:- Home SevaSankal  Section -:======----- */
    .sevaSankal-box {
        padding: 20px;
        margin-bottom: 24px;
    }

    .sevaSankal-box-img img {
        width: auto;
    }

    .sevaSankal-box h3 {
        padding-top: 16px;
        padding-bottom: 14px;
        font-size: 18px;
        line-height: normal;
    }

    /* -----=====:-Fun Number  Section -:======----- */

    .fun-number {
        flex-direction: column;
    }

    .fun-number .vr {
        display: none;
    }

    .fun-number {
        gap: 30px;
        text-align: center;
    }

    .number-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .number-item img {
        max-width: 55px;
        margin-bottom: 20px;
    }

    .number-item {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        width: 100%;
    }

    .number-downloadbtn .banner-downloadbtn {
        flex-direction: row;
    }

    /* -----=====:- Govt Scheme Section -:======----- */

    .govt-scheme-info {
        margin-top: 40px;
    }

    /* -----=====:- App Screenshot Section -:======----- */

    .app-screenshot-info {
        margin-top: 30px;
    }

    .app-screenshot-img {
        text-align: center;
    }

    .app-store {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .app-store a img {
        width: 140px;
    }

    /* -----=====:- Join Janseva Section -:======----- */

    .Join_img {
        text-align: start;
        padding-top: 45px;
        margin-bottom: 24px;
    }

    .Join_img img {
        width: 90%;
    }

    .Join-btn {
        gap: 12px;
        padding-top: 23px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .default-btn,
    .default-btn-two {
        padding: 13px 14px;
        font-size: 14px;
    }

    /* -----=====:- Footer Section -:======----- */

    .footer-menu {
        padding-top: 24px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-about {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .menu-navbar ul {
        gap: 12px;
    }

    .menu-navbar ul li a {
        font-size: 15px;
    }

    .menu-navbar h4 {
        font-size: 17px;
    }

    .menu-navbar {
        gap: 15px;
        padding-bottom: 20px;
    }

    .menu-wrapper {
        margin-left: 0px !important;
    }

    .footer-btn {
        gap: 20px;
        flex-wrap: wrap;
        margin-left: 0rem;
        margin-top: 15px;
    }

    .footer-btn .default-btn,
    .footer-btn .default-btn-two {
        padding: 13px 12px;
        font-size: 14px;
    }

    .footer-join h4 {
        font-size: 14px;
    }

    .footer-join {
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 8px;
    }

    .footer-btm {
        margin-bottom: 0rem;
    }

    .btm-top p {
        font-size: 14px;
        line-height: 22px;
        text-align: center !important;
        padding-bottom: 5px;
    }

    .btm-top {
        padding-top: 10px;
        margin-bottom: 0px;
    }

    #backToTop {
        bottom: 12px;
        right: 8px;
    }

    #backToTop img {
        max-width: 50px;
    }

    .btm-join {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991.99px) {
    .container-fluid {
        width: 100%;
        max-width: unset;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    :root {
        --section-space: 30px;
    }

    .tab-menu .menu-icon span {
        color: #333;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .tab-menu .menu-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-layout {
        top: -51px;
    }

    .menu-area .navbar-nav {
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .menu-area .nav-item .nav-link::before {
        display: none;
    }

    .common_content h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 20px;
        margin-bottom: 24px;
    }

    .common_content h4 {
        font-size: 18px;
        padding-bottom: 14px;
    }

    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .common_content p {
        font-size: 15px;
        line-height: 24px;
    }

    .secGap {
        padding: 40px 0px;
    }

    /* -----=====:- Header Section -:======----- */

    .top-social {
        display: none;
    }

    .navbar-brand img {
        width: 120px;
    }

    .menu-area .navbar-nav {
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .menu-area .nav-item .nav-link::before {
        display: none;
    }

    .tab-menu {
        display: block;
    }

    .tab-menu ul {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 0;
        margin-left: 7rem;
    }


    /* -----=====:- Common Section -:======----- */
    .common_content h2 {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }


    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .work-process-info,
    .our-services-info,
    .our-complaints-info {
        margin-top: 30px;
    }

    .seva-sankal-info,
    .government-scheme-info {
        padding: 30px 0px;
    }

    /* -----=====:- Banner Section -:======----- */
    .banner-sec .row {
        align-items: end;
    }

    .banner-sec {
        padding-top: 25px;
    }

    .banner-caption h1 {
        font-size: 32px;
        line-height: normal;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-caption {
        padding: 0rem 0px 3rem 0px;

    }

    .banner-btn {
        margin: 35px 0px;
        flex-wrap: wrap;
    }

    .banner-caption .default-btn {
        font-size: 13px;
        padding: 14px;
    }

    .banner-downloadbtn {
        justify-content: flex-start;
    }

    .banner-downloadbtn img {
        width: 140px !important;
    }

    /* -----=====:- About Section -:======----- */
    .custom-list li {
        margin-left: 32px;
        font-size: 14px;
    }

    .custom-list li::before {
        left: -32px;
        background-size: 20px;
    }

    .about-btn {
        margin-top: 25px;
    }

    .about-sec-img img {
        width: 343px;
        height: 434px;
    }

    .about-sec-img::after {
        top: 12px;
        left: 12px;
        width: 96%;
        height: 101%;
        max-width: 615px;
    }

    .about-caption {
        margin-top: 35px;
        margin-right: 0rem;
    }

    /* -----=====:- How It Works Section -:======----- */
    .work-process-box {
        padding: 30px 15px;
        height: auto;
        margin: 0px 0px 25px 0px;
    }

    .work-process-box p {
        font-size: 18px;
        padding-top: 18px;
        margin-top: 18px;
    }

    .work-process-box img {
        width: 75px;
    }

    .work-process-box::after {
        display: none;
    }

    .work-process-box::before {
        display: none;
    }

    .work-process-info .row>.col-lg-3:last-child .work-process-box::before {
        display: none;
    }

    .work-process-info .default-btn {
        margin-top: 30px;
    }

    /* -----=====:- Home Gov Shceme Section -:======----- */
    .our-services-box {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .services-box-img {
        padding: 10px;
        width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }

    /* -----=====:- Home SevaSankal  Section -:======----- */
    .sevaSankal-box {
        padding: 20px;
        margin-bottom: 24px;
    }

    .sevaSankal-box-img img {
        width: 50px;
    }

    .sevaSankal-box h3 {
        padding-top: 16px;
        padding-bottom: 14px;
        font-size: 18px;
        line-height: normal;
    }

    /* -----=====:-Fun Number  Section -:======----- */
    .fun-number {
        gap: 20px;
        justify-content: space-between;
    }

    .number-item h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .number-item img {
        max-width: 55px;
        margin-bottom: 20px;
    }

    .number-item p {
        font-size: 13px;
        line-height: 24px;
    }

    /* -----=====:-App ScreenShot Section -:======----- */
    .app-screenshot-info {
        margin-top: 30px;
    }

    .app-store a img {
        width: 140px;
        margin-bottom: 24px;
    }

    /* -----=====:- Join Janseva Section -:======----- */

    .Join_img {
        text-align: start;
        padding-top: 45px;
        margin-bottom: 24px;
    }

    .Join_img img {
        width: 90%;
    }

    .Join-btn {
        gap: 12px;
        padding-top: 23px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .default-btn,
    .default-btn-two {
        padding: 13px 14px;
        font-size: 14px;
    }

    .Join-caption P {
        font-size: 16px;
    }

    .Join-caption {
        margin-top: 24px;
    }

    /* -----=====:- Footer Section -:======----- */

    .footer-menu {
        padding-top: 24px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-about {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .menu-navbar ul {
        gap: 12px;
    }

    .menu-navbar ul li a {
        font-size: 15px;
    }

    .menu-navbar h4 {
        font-size: 17px;
    }

    .menu-navbar {
        gap: 15px;
        padding-bottom: 20px;
    }

    .menu-wrapper {
        margin-left: 0px !important;
    }

    .footer-btn {
        gap: 13px;
        flex-wrap: wrap;
        margin-left: 0rem;
        margin-top: 15px;
    }

    .footer-btn .default-btn,
    .footer-btn .default-btn-two {
        padding: 12px 12px;
        font-size: 14px;
    }

    .footer-join h4 {
        font-size: 14px;
    }

    .footer-join {
        gap: 16px;
    }

    .footer-btm {
        margin-bottom: 4rem;
    }

    .footer-join a {
        font-size: 14px;
        padding: 8px 12px;
    }

    .btm-top p {
        font-size: 14px;
        line-height: 22px;
        text-align: center !important;
        padding-bottom: 5px;
    }

    .btm-top {
        padding-top: 10px;
    }

    .footer-btn p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #backToTop {
        bottom: 90px;
        right: 8px;
    }

    #backToTop img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1024px) {
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    :root {
        --section-space: 30px;
    }



    .tab-menu .menu-icon span {
        color: #333;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .tab-menu .menu-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-layout {
        top: -51px;
    }

    .menu-area .navbar-nav {
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .menu-area .nav-item .nav-link::before {
        display: none;
    }

    .common_content h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 20px;
        margin-bottom: 24px;
    }

    .common_content h4 {
        font-size: 18px;
        padding-bottom: 14px;
    }

    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .common_content p {
        font-size: 15px;
        line-height: 24px;
    }

    .secGap {
        padding: 40px 0px;
    }

    /* -----=====:- Header Section -:======----- */

    .top-social {
        display: none;
    }

    .navbar-brand img {
        width: 120px;
    }

    .menu-area .navbar-nav {
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .menu-area .nav-item .nav-link::before {
        display: none;
    }

    .tab-menu {
        display: block;
    }

    .tab-menu ul {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 0;
        margin-left: 7rem;
    }


    /* -----=====:- Common Section -:======----- */
    .common_content h2 {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }


    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .work-process-info,
    .our-services-info,
    .our-complaints-info {
        margin-top: 30px;
    }

    .seva-sankal-info,
    .government-scheme-info {
        padding: 30px 0px;
    }

    /* -----=====:- Banner Section -:======----- */
    .banner-sec .row {
        align-items: end;
    }

    .banner-sec {
        padding-top: 25px;
    }

    .banner-caption h1 {
        font-size: 32px;
        line-height: normal;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-caption {
        padding: 0rem 0px 3rem 0px;

    }

    .banner-btn {
        margin: 35px 0px;
        flex-wrap: wrap;
    }

    .banner-caption .default-btn {
        font-size: 13px;
        padding: 14px;
    }

    .banner-downloadbtn {
        justify-content: flex-start;
    }

    .banner-downloadbtn img {
        width: 140px !important;
    }

    /* -----=====:- About Section -:======----- */
    .custom-list li {
        margin-left: 32px;
        font-size: 14px;
    }

    .custom-list li::before {
        left: -32px;
        background-size: 20px;
    }

    .about-btn {
        margin-top: 25px;
    }

    .about-sec-img img {
        width: 343px;
        height: 434px;
    }

    .about-sec-img::after {
        top: 12px;
        left: 12px;
        width: 96%;
        height: 101%;
        max-width: 615px;
    }

    .about-caption {
        margin-top: 35px;
        margin-right: 0rem;
    }

    /* -----=====:- How It Works Section -:======----- */
    .work-process-box {
        padding: 30px 15px;
        height: auto;
        margin: 0px 0px 25px 0px;
    }

    .work-process-box p {
        font-size: 18px;
        padding-top: 18px;
        margin-top: 18px;
    }

    .work-process-box img {
        width: 75px;
    }

    .work-process-box::after {
        display: none;
    }

    .work-process-box::before {
        display: none;
    }

    .work-process-info .row>.col-lg-3:last-child .work-process-box::before {
        display: none;
    }

    .work-process-info .default-btn {
        margin-top: 30px;
    }

    /* -----=====:- Home Gov Shceme Section -:======----- */
    .our-services-box {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .services-box-img {
        padding: 10px;
        width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }

    /* -----=====:- Home SevaSankal  Section -:======----- */
    .sevaSankal-box {
        padding: 20px;
        margin-bottom: 24px;
    }

    .sevaSankal-box-img img {
        width: 50px;
    }

    .sevaSankal-box h3 {
        padding-top: 16px;
        padding-bottom: 14px;
        font-size: 18px;
        line-height: normal;
    }

    /* -----=====:-Fun Number  Section -:======----- */
    .fun-number {
        gap: 20px;
        justify-content: space-between;
    }

    .number-item h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .number-item img {
        max-width: 55px;
        margin-bottom: 20px;
    }

    .number-item p {
        font-size: 13px;
        line-height: 24px;
    }

    /* -----=====:-App ScreenShot Section -:======----- */
    .app-screenshot-info {
        margin-top: 30px;
    }

    .app-store a img {
        width: 140px;
        margin-bottom: 24px;
    }

    /* -----=====:- Join Janseva Section -:======----- */

    .Join_img {
        text-align: start;
        padding-top: 45px;
        margin-bottom: 24px;
    }

    .Join_img img {
        width: 90%;
    }

    .Join-btn {
        gap: 12px;
        padding-top: 23px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .default-btn,
    .default-btn-two {
        padding: 13px 14px;
        font-size: 14px;
    }

    .Join-caption P {
        font-size: 16px;
    }

    .Join-caption {
        margin-top: 24px;
    }

    /* -----=====:- Footer Section -:======----- */

    .footer-menu {
        padding-top: 24px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-about {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .menu-navbar ul {
        gap: 12px;
    }

    .menu-navbar ul li a {
        font-size: 15px;
    }

    .menu-navbar h4 {
        font-size: 17px;
    }

    .menu-navbar {
        gap: 15px;
        padding-bottom: 20px;
    }

    .menu-wrapper {
        margin-left: 0px !important;
    }

    .footer-btn {
        gap: 13px;
        flex-wrap: wrap;
        margin-left: 0rem;
        margin-top: 15px;
    }

    .footer-btn .default-btn,
    .footer-btn .default-btn-two {
        padding: 12px 12px;
        font-size: 14px;
    }

    .footer-join h4 {
        font-size: 14px;
    }

    .footer-join {
        gap: 16px;
    }

    .footer-btm {
        margin-bottom: 4rem;
    }

    .footer-join a {
        font-size: 14px;
        padding: 8px 12px;
    }

    .btm-top p {
        font-size: 14px;
        line-height: 22px;
        text-align: center !important;
        padding-bottom: 5px;
    }

    .btm-top {
        padding-top: 10px;
    }

    .footer-btn p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #backToTop {
        bottom: 90px;
        right: 8px;
    }

    #backToTop img {
        max-width: 50px;
    }


}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand img {
        width: 200px;
    }

    .top-item a {
        font-size: 15px;
    }

    .menu-area .nav-item .nav-link {
        font-size: 16px;
        padding-right: 6px;
    }

    .menu-area .navbar-nav {
        align-items: center;
        gap: 15px;
    }

    .menu-area .nav-item .nav-link::before {
        top: 8px;
        right: -12px;
    }

    .menu-area .default-btn,
    .menu-area .default-btn-two {
        padding: 10px 11px;
        font-size: 14px !important;
    }

    /* -----=====:- Common Section -:======----- */
    .common_content h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1.5px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .common_content h4 {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .common_content h2::before,
    .common_content h2::after {
        height: 100%;
    }

    .common_content p {
        font-size: 15px;
        line-height: 26px;
    }

    .secGap {
        padding: 30px 0px;
    }

    .work-process-info,
    .our-services-info,
    .our-complaints-info {
        margin-top: 30px;
    }

    .seva-sankal-info,
    .government-scheme-info {
        padding: 30px 0px;
    }

    /* -----=====:- Banner Section -:======----- */

    .banner-sec .row {
        align-items: end;
    }

    .banner-sec {
        padding-top: 25px;
    }

    .banner-caption h1 {
        font-size: 38px;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-caption {
        padding: 0rem 0px 3rem 0rem;
    }

    .banner-btn {
        margin: 35px 0px;
        flex-wrap: wrap;
    }

    .banner-caption .default-btn {
        font-size: 15px;
    }

    .banner-downloadbtn {
        justify-content: flex-start;
    }

    .banner-downloadbtn img {
        width: 140px !important;
    }

    /* -----=====:- About Section -:======----- */
    .about-sec-img img {
        width: 450px;
        height: 430px;
    }

    .about-sec-img::after {
        top: 14px;
        left: 24px;
        width: 100%;
        height: 101%;
        max-width: 460px;
    }

    .custom-list li {
        margin-left: 32px;
        font-size: 16px;
    }

    .custom-list li::before {
        left: -32px;
        background-size: 20px;
    }

    /* -----=====:- How It Works Section -:======----- */
    .work-process-box {
        padding: 30px 15px;
        height: 85%;
        margin: 0px 0px 25px 0px;
    }

    .work-process-box p {
        font-size: 16px;
        padding-top: 16px;
        margin-top: 16px;
        line-height: normal;
    }

    .work-process-box img {
        width: 60px;
    }

    .work-process-box::before {
        display: none;
    }

    .work-process-info .row>.col-lg-3:last-child .work-process-box::before {
        display: none;
    }

    .work-process-info .default-btn {
        margin-top: 30px;
    }

    /* -----=====:- Home Gov Shceme Section -:======----- */
    .our-services-box {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .services-box-img {
        padding: 10px;
        width: 64px;
        height: 64px;
        margin-bottom: 15px;
    }

    .our-services-box p {
        font-size: 14px;
    }

    /* -----=====:- Home SevaSankal  Section -:======----- */
    .sevaSankal-box {
        padding: 20px;
        margin-bottom: 24px;
        height: 92%;
    }


    .sevaSankal-box h3 {
        padding-top: 16px;
        padding-bottom: 14px;
        font-size: 18px;
        line-height: normal;
    }

    /* -----=====:-Fun Number  Section -:======----- */
    .fun-number {
        gap: 20px;
        justify-content: space-between;
    }

    .number-item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .number-item img {
        max-width: 55px;
        margin-bottom: 20px;
    }

    .number-item p {
        font-size: 14px;
        line-height: 24px;
    }

    /* -----=====:- Join Janseva Section -:======----- */

    .Join_img {
        text-align: start;
        padding-top: 45px;
        margin-bottom: 24px;
    }

    .Join_img img {
        width: 90%;
    }

    .Join-btn {
        gap: 12px;
        padding-top: 23px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .default-btn,
    .default-btn-two {
        padding: 13px 14px;
        font-size: 14px;
    }

    .app-store {
        margin-top: 1rem !important;
    }

    .app-store a img {
        width: 140px;
        margin-bottom: 24px;
    }

    /* -----=====:- Footer Section -:======----- */

    .footer-menu {
        padding-top: 24px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        width: 185px;
    }

    .footer-about {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .menu-navbar ul {
        gap: 12px;
    }

    .menu-navbar ul li a {
        font-size: 15px;
    }

    .menu-navbar h4 {
        font-size: 17px;
    }

    .menu-navbar {
        gap: 15px;
        padding-bottom: 20px;
    }

    .menu-wrapper {
        margin-left: 0px !important;
    }

    .footer-btn {
        gap: 12px;
        flex-wrap: wrap;
        margin-left: 0rem;
        margin-top: 15px;
    }

    .footer-btn .default-btn,
    .footer-btn .default-btn-two {
        padding: 13px 11px;
        font-size: 14px;
    }

    .footer-join h4 {
        font-size: 16px;
    }

    /* .footer-join {
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 8px;
    } */

    .footer-btm {
        margin-bottom: 4.4rem;
    }

    .btm-top p {
        font-size: 14px;
        line-height: 22px;
        text-align: center !important;
        padding-bottom: 5px;
    }

    .btm-top {
        padding-top: 10px;
    }

    #backToTop {
        bottom: 12px;
        right: 8px;
    }

    #backToTop img {
        max-width: 50px;
    }

}


