@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;400;500;600;700;800&display=swap");

/* VARIABLES */
:root {
    --black-color: #242424;
    --white-color: #ffffff;
    --primary-color: #308b14;
    --secondary-color: #187584;
    --grey-color: #b4b0b0;
    --light-black-color: #3a3939;
    --light-blue-color: #eef3ff;
}

section {
    overflow-x: clip;
}
/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: var(--black-color);
    line-height: 1.7;
}
ul {
    list-style: none;
    text-decoration: none;
}
/* NORMAL CSS */
body {
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    color: var(--black-color);
    letter-spacing: 0;
}
.container {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
/* HEADINGS AND PARAGRAPH CSS */
h1 {
    font-size: 42px;
    line-height: 1.2;
    color: var(--white-color);
    font-weight: 600;
}
h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 1.2;
}
h4 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}
h5 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
h6 {
    font-size: 18px;
    line-height: 1.4;
}
p {
    font-size: 18px;
    line-height: 1.7;
}
/* COMMON CSS */
.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
.height {
    height: 100%;
}
.border-radius-5 {
    border-radius: 5px;
    overflow: hidden;
}
.border-radius-8 {
    border-radius: 8px;
    overflow: hidden;
}
.flex {
    display: flex;
}
.space-between {
    justify-content: space-between;
}
.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.flex-column {
    flex-direction: column;
}
.flex-gap-10 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex-gap-15 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.flex-gap-20 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.flex-gap-25 {
    display: flex;
    align-items: center;
    gap: 25px;
}
.flex-column {
    flex-direction: column;
}
.gap-40 {
    gap: 40px;
}
.gap-20 {
    gap: 20px;
}
.center {
    align-items: center;
    justify-content: center;
}
.bg-primary {
    background: var(--primary-color);
}
.transition {
    transition: all 0.5s ease-in-out;
}
.gap-240 {
    gap: 240px;
}
.width-100 {
    width: 100%;
}
/* PADDING CSS */
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-70 {
    padding-bottom: 75px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-35 {
    padding-bottom: 35px;
}
/* grid */

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 2.3fr;
    gap: 20px;
}
.grid-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
/* font-awesome */
.right-10 {
    padding-right: 10px;
}
.left-10 {
    padding-left: 10px;
}
.text-center {
    text-align: center;
}

/* 1.HOME PAGE */
/* upper-header */
.head-title {
    color: var(--primary-color);
}
/* TOP SECTION */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.phone-logo:hover {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.btn {
    padding: 11px 45px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.btn-1 {
    padding: 11px 25px;
    border-radius: 5px;
    text-align: center;
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.blue-btn {
    color: #fff;
    border: 2px solid #2890a1;
    background-image: -webkit-linear-gradient(
        #2890a1,
        #187584,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #2890a1 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blue-btn:hover {
    border: 2px solid #2890a1;
    background-position: 100%;
    color: #2890a1;
}

.red-btn {
    color: #fff;
    border: 2px solid #72bf78;
    background-image: -webkit-linear-gradient(
        30deg,
        #72bf78,
        #72bf78,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #72bf78 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.red-btn:hover {
    background-position: 100%;
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}
.white-btn {
    color: #000;
    border: 2px solid white;
    background-image: -webkit-linear-gradient(
        30deg,
        white 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, white 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.white-btn:hover {
    background-position: 100%;
    color: white;
    transition: all 0.5s ease-in-out;
}

.red-white-btn {
    color: var(--primary-color);
    border: 2px solid #ec6c69;
    background-position: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.red-white-btn:hover {
    color: white;
    background-image: -webkit-linear-gradient(
        30deg,
        #d2514e 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #ec6c69 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blue-white-btn {
    color: black;
    border: 2px solid var(--secondary-color);
    background-position: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blue-white-btn:hover {
    color: white;
    background-image: -webkit-linear-gradient(
        30deg,
        #2890a1 50%,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #2890a1 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.r-btn {
    color: var(--primary-color);
    border-radius: 26px;
    font-weight: 600;
    overflow: hidden;
}

.text-danger {
    color: red;
    font-size: 16px;
}

.alert {
    padding: 0px;
    border: none;
    color: green;
}

.alert-success {
    box-shadow: rgb(115 103 240 / 40%) 0px 6px 15px -7px;
    padding: 0.71rem 1rem;
    font-size: 1rem;
}

/* desktop menu */

.slidein-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.768);
    top: 0;
    left: -120%;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    z-index: 5;
}
.slidein-menu.open {
    left: 0;
    transition: all 0.5s ease-in-out;
}
.white-slidein {
    position: relative;
    background: var(--white-color);
    width: 70vh;
    height: 100%;
    padding: 40px;
}
.slide-in-logo {
    height: 70px;
    width: 100%;
}
.head-title-1 {
    color: var(--primary-color);
}
.head-title-1 h3 {
    font-size: 22px;
}
.head-title-1 h4 {
    font-size: 18px;
}

.ham-btn.cross span {
    background: var(--primary-color);
}

.ham-btn.cross span:nth-child(2) {
    display: none;
}

.ham-btn.cross span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    height: 2px;
    width: 30px;
}

.ham-btn.cross span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    bottom: auto;
    top: 10px;
    height: 2px;
    width: 30px;
}

.slidein-menu .m-nav-bar {
    margin-top: 10px;
}

.slidein-menu .m-nav-bar .m-menu-list li {
    position: relative;
}

.sub-menu ul li a {
    font-size: 17px;
    color: black;
    font-weight: 400;
    display: block;
    line-height: 1.5;
    padding-bottom: 10px;
}

.sub-menu ul li a:hover {
    color: var(--primary-color);
}

.appointment-ham-btn {
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.sidebar-menu {
    color: var(--black-color);
}

.sidebar-menu:hover {
    color: var(--primary-color);
}

.sub-menu {
    display: none;
    color: var(--primary-color);
    padding-left: 15px;
}

.expand a {
    font-size: 18px;
    line-height: 2.3;
    font-weight: 500;
    padding-bottom: 0;
}
.mob-cls {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: normal;
}

/* subtitle logo */
.subtitle-logo {
    height: 7px;
    width: 95px;
}
.white {
    color: var(--white-color);
}
/* main-header */
.main-header {
    width: 100%;
    top: 0px;
    left: 0px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    z-index: 3;
}
.nav-bar .menu-list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.5s ease-in-out;
    background-color: var(--primary-color);
}

.nav-bar .menu-list li {
    color: var(--white-color);
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
    padding: 15px 0 15px 0;
}
.nav-bar .menu-list li a {
    color: var(--white-color);
    position: relative;
    display: block;
    transition: all 0.5s ease-in-out;
}
.dropbtn {
    position: relative;
    float: left;
    font-size: 18px;
    border: none;
    outline: none;
    color: var(--white-color);
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    color: var(white);
    background-color: #308b14;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 100%;
    z-index: 3;
}
.dropbtn .dropdown-content li {
    padding: 12px 16px;
}
.dropbtn .dropdown-content li a {
    color: var(--white-color);
    display: block;
    width: fit-content;
}
.dropdown-content a:after {
    display: none;
}
.dropbtn:hover .dropdown-content {
    display: block;
}
.hvr-link {
    position: relative;
}

.hvr-link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--white-color);
    transition: all 0.5s ease-in-out;
}

.hvr-link:hover::before {
    right: auto;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.ham-btn {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 17px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

.ham-btn span {
    height: 3px;
    width: 100%;
    background: var(--white-color);
    border-radius: 10px;
    display: block;
    transition: all 0.5s ease-in-out;
}

.ham-btn span:nth-child(1) {
    width: 8px;
}

.ham-btn span:nth-child(2) {
    width: 14px;
}

.ham-btn:hover span {
    width: 100% !important;
    transition: all 0.5s ease-in-out;
}
.archive-details-defult {
    margin-left: 20px;
    margin-top: 10px;
}

.archive-module-defult a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

/* MOBILE MENU CSS */
.mobile-menu {
    display: none;
    /* position:sticky; */
    width: 100%;
    top: 0px;
    left: 0px;
    align-items: center;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.mobile-sticky-menu {
    background-color: var(--primary-color);
    box-shadow: 0px 4px 42px #2f3b8012;
    transition: all 0.5s ease-in-out;
    padding-bottom: 15px;
    padding-top: 15px;
}

.mobile-container {
    background-color: var(--primary-color);
}
.main-banner-sec {
    position: relative;
}
.main-banner-img {
    position: relative;
    overflow: hidden;
}
.main-banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 1%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 1;
    border-radius: 8px;
}
.main-banner-title {
    width: 900px;
    flex-wrap: wrap;
    padding: 44px;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    padding-bottom: 95px;
}
.suchana-samachar-sec {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.ellipse-16 {
    position: absolute;
    height: 230px;
    width: 535px;
    top: -30px;
    right: 96px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-17 {
    position: absolute;
    height: 280px;
    width: 320px;
    top: -40px;
    right: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-18 {
    position: absolute;
    height: 400px;
    width: 315px;
    bottom: -80px;
    left: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}
.suchana-samachar-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    position: relative;
}
.main-banner {
    position: relative;
    height: 85vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.main-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 1%,
        rgb(0 0 0 / 82%) 100%
    );
    z-index: 2;
    border-radius: 5px;
    opacity: 1;
}

.list-desc p {
    color: var(--grey-color);
    font-size: 13px;
    padding-top: 10px;
}

.demo-padding {
    padding: 50px;
    box-shadow: 0px 6px 36px rgba(210, 81, 78, 0.16);
    border-radius: 8px;
    background: var(--white-color);
}
.suchana-samachar-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.suchana-samachar-img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background: var(--black-color);
    opacity: 50%;
    z-index: 1;
    border-radius: 5px;
}
.play-wrapper a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.play-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.play-wrapper .play {
    position: absolute;
    margin-left: 8px;
    height: 20px;
    width: 22px;
    object-fit: contain;
}
.outer-play {
    position: relative;
    height: 65px;
    width: 65px;
    animation: animName 20s linear infinite;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn-grid {
    display: flex;
    gap: 20px;
}
.parichaya-section {
    position: relative;
}
.ellipse-19 {
    position: absolute;
    height: 400px;
    width: 515px;
    top: -40px;
    left: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}
.ellipse-20 {
    position: absolute;
    height: 95px;
    width: 135px;
    bottom: -5px;
    left: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-21 {
    position: absolute;
    height: 160px;
    width: 340px;
    bottom: -5px;
    left: 425px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}
.parichara-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.left-parichaya {
    background: var(--primary-color);
}
.leftt-parichaya-main {
    width: 520px;
    margin-right: 60px;
    margin-left: auto;
    padding: 0;
}
.parichaya-banner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.parichaya-text-wrapper {
    padding-bottom: 25px;
}
.parichaya-text-wrapper p {
    padding-bottom: 20px;
}

.sandesh-sec {
    position: relative;
    overflow: hidden;
}
.ellipse-22 {
    position: absolute;
    height: 535px;
    width: 690px;
    top: 0;
    right: 0;
}
.sandesh-grid {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 60px;
}
.sandesh-title span {
    font-size: 16px;
    color: var(--white-color);
}
.sandesh-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.sandesh-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 1%,
        rgba(0, 0, 0, 1) 100%
    );
    z-index: 1;
    border-radius: 8px;
}
.sandesh-title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: var(--white-color);
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}
.sandesh-para p {
    padding-bottom: 20px;
}
.archive-sec {
    background-image: linear-gradient(#f4fafb, #f4fafb);
    position: relative;
    overflow: hidden;
}
.ellipse-23 {
    position: absolute;
    height: 115px;
    width: 115px;
    top: 160px;
    left: 145px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-24 {
    position: absolute;
    height: 315px;
    width: 315px;
    top: 265px;
    right: -165px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-25 {
    position: absolute;
    height: 470px;
    width: 394px;
    top: 270px;
    left: -228px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.archive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.archive-module {
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 6px 32px rgba(24, 117, 132, 0.12);
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
    background: var(--white-color);
}
.archive-img {
    border-radius: 5px;
    width: 310px;
    height: 200px;
    overflow: hidden;
}
.archive-module a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.archive-module a :hover img {
    transform: scale(1.1);
}

.archive-details h5 {
    margin-top: 20px;
}
.archive-details p {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #6e6e6e;
}
.downloads-sec {
    position: relative;
    overflow: hidden;
}
.ellipse-26 {
    position: absolute;
    height: 315px;
    width: 315px;
    left: -130px;
    top: 255px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-27 {
    position: absolute;
    height: 315px;
    width: 315px;
    right: -130px;
    top: 135px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-28 {
    position: absolute;
    height: 115px;
    width: 115px;
    right: 150px;
    bottom: 135px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.downloads-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.downloads-module {
    padding: 25px;
    box-shadow: 0px 6px 36px rgba(24, 117, 132, 0.12);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
}
.pdf-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pdf-flex p {
    color: #777777;
    font-weight: 500;
}
.download-div h5 {
    padding-top: 20px;
}
.view-download-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}
.view p,
.downloads p {
    font-size: 15px;
    color: var(--primary-color);
}
.color-grey {
    color: #777777;
}
.red-section {
    background-image: url(../images/red_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.red-section::before {
    content: "";
    position: absolute;
    background: rgb(233 69 65 / 80%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.red-cls {
    padding-top: 60px;
    padding-bottom: 70px;
    color: var(--white-color);
    position: relative;
    z-index: 2;
}
.red-title {
    width: 710px;
}
.footer-section {
    background: #308b14;
    color: var(--white-color);
    overflow: hidden;
    object-fit: cover;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-section::before {
    content: "";
    position: absolute;
    /* background-image: url(../images/footer_banner.png); */
    height: 100%;
    width: 100%;
    opacity: 55%;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
}
.underline-heading {
    height: 3px;
    width: 50px;
    background-image: linear-gradient(
        to right,
        rgba(225, 225, 225, 1),
        rgba(225, 225, 225, 0)
    );
}
.footer-links-ul li a {
    color: #ddfcf1;
}
.footer-links-ul li {
    padding-bottom: 15px;
}
/* BLUE SECTION */
.bandhu-details-grid {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    background: #ffffff17;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 40px;
}

.s-icon-module {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
}

.copyright-text p {
    font-size: 16px;
}
.s-icon-module:nth-child(1) {
    padding-left: 0;
}

.s-icon-module:last-child {
    border-right: 0;
    padding-right: 0;
}

.map-icon,
.envelope-icon,
.phone-icon {
    height: 22px;
    width: 25px;
}
.copyright-section {
    background: var(--black-color);
    border-bottom: 4px solid var(--primary-color);
}

/* swiper */
.acharya-img-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.acharya-swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3;
}
.swiper-container-horizontal > .acharya-swiper-pagination,
.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
    width: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid #e11f26;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    opacity: 1;
}

/* common subanner-css */

.sub-banner {
    background: #1875840f;
    position: relative;
}
.ellipse-1 {
    position: absolute;
    height: 220px;
    width: 420px;
    left: 0;
}

.ellipse-2 {
    position: absolute;
    height: 220px;
    width: 535px;
    left: 40px;
}
.ellipse-3 {
    position: absolute;
    height: 65px;
    width: 65px;
    left: 544px;
    bottom: 40px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-4 {
    position: absolute;
    height: 60px;
    width: 60px;
    left: 720px;
    top: 50px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-5 {
    position: absolute;
    height: 60px;
    width: 60px;
    left: 930px;
    bottom: 40px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-6 {
    position: absolute;
    height: 220px;
    width: 695px;
    right: -135px;
}
.ellipse-7 {
    position: absolute;
    height: 270px;
    width: 230px;
    right: -115px;
    top: 430px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-8 {
    position: absolute;
    height: 270px;
    width: 230px;
    left: -115px;
    top: 1040px;
}
.sub-title-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li + li:before {
    padding: 4px;
    content: "-";
}
.breadcrumbs li a {
    color: var(--black-color);
}
.breadcrumbs li:last-child a {
    pointer-events: none;
    color: var(--primary-color);
}

/* 2.PHOTO GALLERY */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.gallery-photos {
    border-radius: 5px;
    overflow: hidden;
}
/* pagination css */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-ul li {
    display: inline-block;
    padding-right: 15px;
}

.pagination-ul li a {
    padding: 15px 22px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);
    border-radius: 50%;
    background: #ebebeb;
}

.pagination-ul li a.active {
    background: var(--primary-color);
    color: var(--white-color);
}
/* 3.downloads */
/* 4.Yojana */

/* 5.privacypolicy */
.privacy-policy-section {
    background: var(--white-color);
    position: relative;
    z-index: 3;
}
.privacy-policy-statements {
    box-shadow: 0 8px 42px rgba(47, 59, 128, 0.12);
    border-radius: 15px;
    padding: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background: var(--white-color);
    position: relative;
    z-index: 3;
}
.privacy-policy-statements h3 {
    margin-bottom: 10px;
    line-height: 1.1;
}

.privacy-policy-statements p {
    margin-bottom: 20px;
}

.privacy-policy-statements ul {
    margin-bottom: 20px;
}
.privacy-policy-statements ul li {
    font-size: 18px;
    list-style: disc;
    list-style-position: inside;
}
.privacy-policy-statements span {
    color: var(--primary-color);
}
/* 6.About us section */
.aboutus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.aboutus-text-wrapper p {
    padding-bottom: 20px;
}
.future-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.right-future p {
    padding-bottom: 20px;
}
/* 7.Single Page Yoajna */
.single-archive-grid {
    display: grid;
    grid-template-columns: 750px auto;
    gap: 60px;
}
.singlepage-yojana h1 {
    color: var(--black-color);
    padding-bottom: 20px;
    padding-right: 95px;
}
.right-yojana {
    padding: 30px;
    box-shadow: 0px 6px 36px rgba(24, 117, 132, 0.12);
}
.single-text-wrapper p {
    padding-bottom: 20px;
}
.module-details-grid {
    display: grid;
    grid-template-rows: auto auto auto;
}
/*  8. Pradesh Committee*/
.pradesh-committee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.red {
    color: var(--primary-color);
}

.commitee-member-module {
    margin-top: 120px;
    border-radius: 8px;
    background: var(--white-color);
    box-shadow: 0px 4px 28px rgba(24, 117, 132, 0.12);
    padding: 25px;
}
.member-img {
    margin-top: -120px;
}
.member-title {
    padding: 25px;
}
.member-title span {
    color: #929292;
}
.member-detail {
    margin-top: 15px;
}
.member-detail span {
    color: #929292;
}

/* 9. error page */
.error-section {
    position: relative;
    overflow: hidden;
}
.ellipse-9 {
    position: absolute;
    height: 170px;
    width: 170px;
    top: 108px;
    left: 250px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-10 {
    position: absolute;
    height: 65px;
    width: 65px;
    top: 125px;
    left: 765px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-11 {
    position: absolute;
    height: 185px;
    width: 185px;
    top: 455px;
    right: 225px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-12 {
    position: absolute;
    height: 65px;
    width: 655px;
    left: 215px;
    bottom: 110px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-13 {
    position: absolute;
    height: 205px;
    width: 205px;
    right: -90px;
    top: 100px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-14 {
    position: absolute;
    height: 470px;
    width: 400px;
    left: -240px;
    top: 160px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 4s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.ellipse-15 {
    position: absolute;
    height: 470px;
    width: 400px;
    right: -230px;
    top: 2106px;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: floating;
    animation-play-state: running;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}
@keyframes floating {
    0% {
        transform: translateY(10px) rotate3d(0, 0, 1, 3deg);
    }
    100% {
        transform: translateY(-8px) rotate3d(0, 0, 1, 0deg);
    }
}

.error-page {
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 480px;
    position: relative;
}
.error-page h1 {
    font-size: 56px;
    color: var(--black-color);
    padding-top: 35px;
    padding-bottom: 10px;
}
/* 11. Membership Page (सदस्यता फाराम) */
.membership-form {
    padding: 45px;
    box-shadow: 0px 6px 32px rgba(210, 81, 78, 0.12);
}
.form-heading h2 {
    color: black;
    padding-bottom: 10px;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
input {
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "IBM Plex Sans";
    width: 100%;
    padding: 10px;
    color: grey;
}
select {
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    color: grey;
}
textarea {
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-sizing: border-box;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    color: grey;
}
/* 12.Contact us */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    background: var(--white-color);
}
.contact-form {
    padding: 35px;
    box-shadow: 0px 6px 32px rgba(210, 81, 78, 0.12);
}
.contact-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.contact-details-module {
    padding: 25px 60px;
    box-shadow: 0px 8px 32px rgba(40, 144, 161, 0.08);
    border-radius: 28px;
    text-align: center;
    position: relative;
    background: var(--white-color);
    cursor: pointer;
    overflow: hidden;
}
.contact-details-module::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    height: 5px;
    bottom: 0;
    background: var(--primary-color);
    /* transition: all 0.6s ease-in-out; */
}
.contact-details-module:hover::before {
    width: 100%;
}
.contact-details-para h4 {
    padding-bottom: 10px;
}
.contact-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: var(--white-color);
}
.google-maps {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.ellipse-29 {
    position: absolute;
    height: 325px;
    width: 420px;
    bottom: 0;
    right: 0;
}
/* Media Queries starts here */
@media (max-width: 1200px) {
    .container {
        width: 90%;
    }
    .img-responsive {
        height: 100%;
        width: 100%;
        object-fit: cover;
        overflow: hidden;
    }
    .white-slidein {
        width: 40vh;
        position: relative;
    }
    .ellipse-29 {
        position: absolute;
        height: 325px;
        width: 420px;
        bottom: 0;
        right: 0;
    }

    /* common padding-margin css */
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    /* sub-banner */
    .ellipse-1 {
        display: none;
    }
    .ellipse-2 {
        display: none;
    }
    .ellipse-6 {
        display: none;
    }
    .ellipse-3 {
        left: 340px;
    }
    .ellipse-4 {
        left: 480px;
    }
    .ellipse-5 {
        left: 610px;
    }
    /* 1.index page */

    .logo-wrapper-1 img {
        width: 120px;
        height: 70px;
        margin-left: 10px;
    }
    .white-slidein {
        width: 50vh;
    }
    .main-header {
        display: none;
    }
    .upper-header {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
    .head-title-2 {
        color: var(--white-color);
    }
    .logo-wrapper-1 {
        filter: brightness(0) invert(1);
    }
    .gap-40 {
        gap: 18px;
    }
    .suchana-samachar-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .suchana-samachar-lists {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .leftt-parichaya-main {
        width: 420px;
        margin-right: 40px;
    }
    .sandesh-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .archive-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ellipse-21 {
        height: 160px;
        width: 253px;
        bottom: -26px;
        left: 259px;
    }
    .ellipse-23 {
        top: 140px;
        left: 10px;
    }
    .view-download-grid {
        grid-template-columns: 1fr 2fr;
    }
    .ellipse-28 {
        right: 15px;
        bottom: 135px;
    }
    .gap-240 {
        gap: 110px;
    }
    .bandhu-details-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .list-module {
        background: #f4fafb;
        border-radius: 8px;
    }
    .list-desc {
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-div h5 {
        padding-top: 20px;
    }
    .be-our-member h2 {
        font-size: 28px;
    }
    .btn-grid {
        align-items: center;
        justify-content: center;
    }
    .red-title {
        width: 575px;
    }
    /* 2.about us */
    .aboutus-grid {
        gap: 40px;
    }
    .future-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    /* 3.samiti ok */
    /* 4.membership ok */
    /* 5. contact us*/
    .contact-grid {
        gap: 40px;
    }
    /* 6.yojana  */
    .archive-img {
        width: 100%;
        height: auto;
    }
    /* 7. yojana single page */
    .single-archive-grid {
        grid-template-columns: 2fr 1fr;
        gap: 40px;
    }
    /* 8.Photogallery ok*/
    /* 9.downloads ok */
    /* 10.error page */
    .ellipse-9 {
        left: 100px;
    }
    .ellipse-11 {
        right: 100px;
    }
    .ellipse-10 {
        left: 500px;
    }
    .ellipse-12 {
        left: 0px;
        bottom: 85px;
    }
    /* 11.Privacy Policy ok*/
}
/*  Media queries max-1000px*/
@media (max-width: 1000px) {
    /* headings css */
    h1 {
        font-size: 39px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }

    /* common css */

    .gap-240 {
        gap: 1px;
    }
    .pb-100 {
        padding-bottom: 0;
    }
    .pt-100 {
        padding-top: 0;
    }
    .pt-70 {
        padding-top: 70px;
    }
    .pb-70 {
        padding-bottom: 70px;
    }
    .pt-80 {
        padding-top: 70px;
    }
    .pb-40 {
        padding-bottom: 15px;
    }
    .pt-35 {
        padding-top: 15px;
    }
    .logo-wrapper-1 img {
        width: 120px;
        height: 70px;
        margin-left: 10px;
    }
    .white-slidein {
        width: 50vh;
    }
    .main-header {
        display: none;
    }
    .upper-header {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
    .head-title-2 {
        color: var(--white-color);
    }
    .logo-wrapper-1 {
        filter: brightness(0) invert(1);
        align-items: center;
    }
    .suchana-samachar-grid {
        grid-template-columns: 1fr;
    }
    .ellipse-23 {
        top: 125px;
    }
    .ellipse-21 {
        bottom: -70px;
        left: 485px;
    }
    .ellipse-28 {
        right: 10px;
        bottom: 115px;
    }
    .ellipse-3 {
        left: 227px;
    }
    .ellipse-4 {
        left: 335px;
        top: 30px;
    }
    .ellipse-5 {
        left: 470px;
    }
    .parichara-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .leftt-parichaya-main {
        width: 100%;
        padding: 40px;
    }
    .right-parichaya {
        grid-area: 1;
    }
    .sandesh-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .downloads-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .sandesh-title {
        text-align: center;
    }
    .footer-grid {
        gap: 30px;
    }
    .red-flex {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .red-title {
        width: 100%;
    }
    .bandhu-details-grid {
        display: block;
    }
    .s-icon-module:nth-child(1) {
        padding-left: unset;
    }
    .s-icon-module {
        padding-left: unset;
        padding-right: unset;
    }
    .s-icon-module:nth-child(2) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* 2.about us */
    .aboutus-grid {
        grid-template-columns: 1fr;
    }
    /*3. samiti */
    .pradesh-committee-grid {
        grid-template-columns: 1fr 1fr;
    }
    /* 4.membership ok */
    .membership-form {
        position: relative;
        background: white;
    }
    /* 5.contact us */
    .contact-img {
        display: none;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
    .contact-details-grid {
        grid-template-columns: 1fr 1fr;
    }
    /* 6.yojana.html ok*/
    /* 7. single yojana page */
    .single-archive-grid {
        grid-template-columns: 1fr;
    }
    .singlepage-yojana h1 {
        padding-right: 0;
    }
    .single-archive-btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    /* 8.Photo gallery */
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    /* 9.downloads ok */
    /* 10.privacypo;icy ok */
    /* 11.error page */
}

@media (max-width: 600px) {
    body {
        font-size: 16px;
    }

    .ham-btn {
        display: flex;
    }

    /* headings css */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 19px;
        font-weight: 500;
    }
    h5 {
        font-size: 18px;
        font-weight: 400;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }

    /* common css */
    .flex-col {
        gap: 5px;
    }
    /* padding */
    .pt-70 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pb-25 {
        padding-bottom: 10px;
    }
    .pt-30 {
        padding-top: 15px;
    }
    .mt-45 {
        margin-top: 20px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .pt-20 {
        padding-top: 10px;
    }
    .pt-35 {
        padding-top: 10px;
    }
    .future-grid {
        gap: 20px;
    }
    .gap-20 {
        gap: 10px;
    }
    /* button */
    .btn {
        padding: 10px 20px;
    }
    /* 1.index */
    .logo-wrapper-1 img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .head-title-2 h3,
    .head-title-2 h4 {
        font-size: 18px;
    }
    .main-banner-title {
        padding-bottom: 30px;
    }
    .main-banner-title h1 {
        font-size: 18px;
    }
    .main-banner {
        height: 35vh;
    }
    .swiper-pagination-bullets .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .swiper-container-horizontal > .acharya-swiper-pagination,
    .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 5px;
    }
    .suchana-samachar-lists {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .grid-2 {
        gap: 10px;
    }
    .list-desc p {
        padding-top: 5px;
    }
    .demo-padding {
        padding: 30px;
        box-shadow: 0px 6px 36px rgba(210, 81, 78, 0.1);
    }
    .pb-30 {
        padding-bottom: 10px;
    }
    .btn-grid {
        flex-direction: column;
        gap: 10px;
    }
    .be-our-member h2 {
        font-size: 20px;
        font-weight: 500;
    }
    .leftt-parichaya-main {
        padding: 30px;
    }
    .parichaya-text-wrapper {
        padding-bottom: 0;
    }
    .parichaya-text-wrapper p {
        padding-bottom: 8px;
    }
    .sandesh-para p {
        padding-bottom: 8px;
    }
    .archive-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ellipse-23 {
        height: 70px;
        width: 70px;
        left: 2px;
        top: 105px;
    }
    .ellipse-25 {
        display: none;
    }
    .ellipse-24 {
        display: none;
    }
    .ellipse-18 {
        display: none;
    }
    .archive-details h5 {
        margin-top: 10px;
    }
    .archive-details p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .downloads-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ellipse-27 {
        display: none;
    }
    .ellipse-26 {
        display: none;
    }
    .ellipse-28 {
        height: 70px;
        width: 70px;
        right: 2px;
        bottom: 80px;
    }
    .red-flex h2 {
        font-size: 20px;
    }

    .red-cls {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .download-div h5 {
        padding-top: 8px;
    }

    /* 2.About us */
    .ellipse-7 {
        display: none;
    }
    .ellipse-3 {
        left: 170px;
        bottom: 65px;
        height: 50px;
        width: 50px;
    }
    .ellipse-4 {
        left: 75px;
        top: 60px;
        height: 50px;
        width: 50px;
    }
    .ellipse-5 {
        left: 280px;
        bottom: 35px;
        height: 50px;
        width: 50px;
    }
    .aboutus-grid {
        gap: 20px;
    }
    .aboutus-text-wrapper p {
        padding-bottom: 7px;
    }
    .grid-1 {
        gap: 10px;
    }
    .right-future p {
        padding-bottom: 7px;
    }
    /* 3.samiti */
    .pradesh-committee-grid {
        grid-template-columns: 1fr;
    }
    .commitee-member-module {
        box-shadow: unset;
        background: #1875840d;
    }
    .member-detail {
        margin-top: 5px;
    }
    .ellipse-8 {
        display: none;
    }
    /* 4.membership */
    .membership-form {
        padding: 30px;
        text-align: center;
        box-shadow: unset;
        background: #1875840d;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    input,
    select,
    textarea {
        font-size: 16px;
        padding: 7px;
    }
    .form-heading p {
        padding-top: 5px;
    }
    /* 5.yojana  */
    .pagination-ul li a {
        padding: 10px 18px;
    }
    /* 6.single yojana  */
    .single-text-wrapper p {
        padding-bottom: 5px;
    }
    .right-yojana {
        padding: 20px;
    }
    /* 7.contact us */
    .contact-details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .contact-details-module {
        padding: 20px 30px;
        box-shadow: unset;
        background: #1875840d;
        border-radius: 8px;
    }
    .contact-details-para h4 {
        padding-bottom: 5px;
    }
    .img-600-icon {
        height: 60px;
        width: 60px;
    }
    .contact-form {
        padding: 30px;
        box-shadow: unset;
        background: #1875840d;
        border-radius: 8px;
    }
    /* 8.Photo gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .pagination-ul li {
        padding-right: 5px;
    }
    /* 9. downloads ok*/
    /* 10. error page */
    .error-page {
        margin-top: 100px;
        margin-bottom: 100px;
        width: 100%;
    }
    .error-page h1 {
        font-size: 50px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .ellipse-9 {
        position: absolute;
        height: 150px;
        width: 150px;
        top: 30px;
    }
    .ellipse-11 {
        right: 0px;
        left: 0;
    }
    .ellipse-12 {
        display: none;
    }
    .ellipse-10 {
        display: none;
    }
    .ellipse-13 {
        display: none;
    }
    /*11. privacypolicy */
    .privacy-policy-statements {
        padding: 30px;
    }
    .privacy-policy-statements h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .privacy-policy-statements p {
        margin-bottom: 7px;
    }
    .privacy-policy-statements ul li {
        font-size: 16px;
    }
}

.green-btn {
    color: #fff;
    border: 2px solid #308b14;
    background-image: -webkit-linear-gradient(
        #308b14,
        #308b14,
        transparent 50%
    );
    background-image: linear-gradient(30deg, #308b14 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
