/* 932 = kr my style start */

:root {
    --bs-body-line-height: 1.5;
}

*, ::after, ::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}
    /* web-kit part */

    *::-webkit-scrollbar-thumb,.krishna {
        background-image: linear-gradient(45deg, #148fa6, #20488d);
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar {
        width: 12px;
    }
/* web-kit part end*/

body {
    line-height: var(--bs-body-line-height);
    font-family: 'Noto Sans Vithkuqi', sans-serif;
    overflow-x: hidden;
}

.card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.63rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.container, .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-flex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-center {
    align-items: center !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1, .pb-1 {
    margin-bottom: .25rem !important
}

.mb-2, .pb-2 {
    margin-bottom: .5rem !important
}

.mb-3, .pb-3 {
    margin-bottom: 1rem !important
}

.mb-4, .pb-4 {
    margin-bottom: 1.5rem !important
}

.p-0, .m-0 {
    padding: 0 !important
}

.p-1, .m-1 {
    padding: .25rem !important
}

.p-2, .m-2 {
    padding: .5rem !important
}

.p-3, .m-3 {
    padding: 1rem !important
}

.p-4, .m-4 {
    padding: 1.5rem !important
}

.p-5, .m-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1, .mx-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2, .mx-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3, .mx-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4, .mx-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5, .mx-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1, .my-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2, .my-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3, .my-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4, .my-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5, .my-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1, .mt-1 {
    padding-top: .25rem !important
}

.pt-2, .mt-2 {
    padding-top: .5rem !important
}

.pt-3, .mt-3 {
    padding-top: 1rem !important
}

.pt-4, .mt-4 {
    padding-top: 1.5rem !important
}

.pt-5, .mt-5 {
    padding-top: 3rem !important
}

.bg-dark {
    background-color: #212529 !important;
}

a {
    text-decoration: none;
}

svg {
    width: 18px;
    height: 16px;
}
/* my style start */

header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: fixed;
    ;
    width: 100%;
    background-color: white;
    z-index: 99;
    top: 0px;
    height: 85px;
    line-height: 85px;
    display: flex;
    height: 85px;
    line-height: 50px;
}

.navbar {
    width: 93%;
    margin: auto;
    display: flex;
    align-items: center;
}

.menue ul li a:hover, .active-color {
    color: #f3ac14 !important;
}

header .top-hader ul li a svg {
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

.vouchersvg svg {
    height: 20px;
}

.vouchersvg {
    position: absolute;
    right: 20px;
    top: 21px;
}

nav {
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
}

.menue {
    width: 70%;
    margin: auto;
}

    .menue ul li {
        position: relative;
        padding: 18px 0px;
    }

    .menue ul {
        display: flex;
    }
/* submenue */

.submenue {
    position: absolute;
    flex-direction: column;
    left: 0px;
    width: 250px;
    background: #364c57;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    top: 103px; /* transform: rotateX(90deg); */
    overflow-x: hidden;
    border-radius: 0px 0px 10px 10px;
    visibility: hidden;
    transition: 0.5s;
    opacity: 0;
    top: 107px;
}

    .submenue li {
        padding: 0px 10px !important;
    }

.menue ul li:hover > .submenue { /* transform: rotateX(0deg); */
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    top: 83px;
}

.menue ul li .submenue li {
    position: relative;
    border-bottom: 1px solid #b3a4a41f;
    font-size: 14px;
    padding-left: 15px;
}

.menue ul li ul li:hover {
    background-color: white;
}

    .menue ul li ul li:hover > a {
        color: #f3ac14 !important;
    }

.menue ul li ul li a {
    color: white;
    font-size: 15px;
    width: 100%;
    display: block;
}

.logo img {
    display: block;
}

.mail a {
    display: flex;
    align-items: center;
}

.menue ul li a {
    color: #000000fc;
    margin: 0px 5px;
    padding: 0px 37px 0px 0px;
    font-size: 16px;
    font-weight: 500;
}

.menue {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media li a {
    padding: 0px 0px 0px 14px !important;
    margin: 0px !important;
}

    .social-media li a svg {
        fill: white;
    }

.mail svg {
    width: 23px;
    height: 20px;
    margin-right: 8px;
}

.mail a {
    color: black;
}

.mail {
    height: 67%;
    border: 1px solid #FFC107;
    width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
}

@media(min-width:1600px) {
    .navbar {
        width: 85% !important;
    }
}

@media(max-width:1095px) {
    .menue ul li a { /* padding: 0px; */
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .mail {
        height: 67%;
        width: 170px;
        font-size: 15px;
    }
}

@media(max-width:858px) {
    .toggle-bar {
        cursor: pointer;
        position: fixed;
        right: 30px;
        top: 28px;
        z-index: 99;
    }

        .toggle-bar .bar1, .toggle-bar .bar2, .toggle-bar .bar3 {
            width: 30px;
            height: 2px;
            margin: 7px 0px;
            background-color: black;
            color: white;
        }

    nav {
        width: 100%;
        height: 60px;
        position: fixed;
        display: block;
        top: 0px;
        width: 250px;
        height: 100%;
        opacity: 0;
        overflow-x: hidden;
        left: -300px;
        background: #14364f;
        visibility: hidden;
        transition: 0.5s;
        flex-direction: column;
    }

    .mail {
        height: 56px;
        margin: auto;
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: #9bd3ff;
        border-radius: 0;
        color: #3F51B5 !important;
    }

    .menue ul {
        margin-top: 100px;
        flex-direction: column;
    }

        .menue ul li {
            border-bottom: 1px solid #8080802e;
            padding: 10px 0px 0px 20px;
            margin-bottom: 0.1rem;
        }

            .menue ul li:hover {
                background: #0a273d;
            }

    .menue {
        width: 100% !important;
        flex-direction: column;
        display: block;
        margin: 0px;
    }

    .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
        transition: 0.5s;
    }

    .menue li a {
        color: white !important;
    }

    .shownav {
        left: 0px;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transition: 0.5s;
        transform: translate(0, -11px) rotate(45deg);
    }

    .overlay-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9;
    }

    .banner-content ul li a {
        width: 100%;
    }

    header {
        box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    }
    /* for small device menue on click */

    ul.submenue {
        visibility: visible;
        opacity: 1;
        transform: rotate(0deg);
        position: static;
        margin-bottom: 13px;
        margin-top: 0px;
        display: none;
        box-shadow: none;
        width: 95%;
        border-radius: 0px;
    }

    .vouchersvg {
        width: 55px;
        text-align: right;
        cursor: pointer;
        padding-top: 11px;
        top: 0px;
        height: 58px;
        border-left: 1px solid white;
    }

        .vouchersvg svg {
            height: 35px;
            width: 38px;
            fill: white;
        }
}
/* header part end */ /* ======= ============= banner part =========================*/ /*.banner-part { background-image: url(../images/banner/bannerimg1.webp); height: 360px; background-size: 100% 100%; background-repeat: no-repeat; margin-top: 61px; }*/

.banner-part1 {
    margin-top: 5.4rem;
}

.about-banner {
    margin-top: 80px;
}

.voucher-banner {
    background-image: url(../images/banner/voucher.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 5rem;
    padding: 2rem 0px;
}

.banner-part {
    display: flex;
    align-items: center;
    justify-content: start;
}

.my-container2 {
    width: 70%;
}

.my-container4 {
    width: 90%;
    margin: auto;
}

.banner-content ul a svg {
    width: 38px;
    fill: #e5e5e5;
    height: 23px;
}

.banner-content {
    position: relative;
}

    .banner-content ul a {
        color: #e5e5e5;
        margin-right: 1.6rem;
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .banner-content ul {
        position: absolute;
        bottom: 3rem;
        display: flex;
        left: 3.6rem;
    }

.more-btn {
    display: block;
    width: fit-content;
    padding: 10px 28px;
    background: #f7f4ed;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 2rem;
    border: 1px solid #ffc107;
    margin-bottom: 1rem;
}

    .more-btn:hover {
        background-color: #ffc107;
    }

.mail:hover {
    background: #FFC107;
}
/* about part start */

.about-part h1 {
    text-align: left;
}

.terms-b {
    margin-top: 5rem;
}

.form-part {
    border: 1.5px solid #FFC107;
    box-shadow: 6px 2px 22px rgba(0, 0, 0, 0.19), 0 6px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

.input1 {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.myform-group {
    margin-top: 2rem;
}

.text-left {
    text-align: left !important;
}

.input1 input, .input1 select {
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 10px;
    padding-left: 35px;
    border: 1px solid #537e91;
}

.input1 svg {
    position: absolute;
    fill: #ff9800;
    left: 8px;
    top: 10px;
}

.bgbacground {
    background: #dddedf;
}

.button {
    position: relative;
}

    .button svg {
        position: absolute;
        fill: white;
        left: 90px;
        top: 10px;
    }

.myinput {
    text-align: center;
}

.button .Mybutton:hover {
    background: #607d8b;
}

.button .Mybutton {
    width: 100%;
    height: 40px;
    border: 1px solid #557f92;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #0e73a7;
    cursor: pointer;
    color: white;
}

.input1 input::placeholder, select {
    font-size: 15px;
    color: #081935eb;
}

.my-contianer-3 {
    width: 90%;
    margin: auto;
}

.br {
    border-right: 1.6px solid #575656;
}

.kpy-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.kpy-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.kpy-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.heading {
    color: #112a51;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 25px 0px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.kmb-3 {
    margin-bottom: 3rem;
}

.overlay-add a, .overlay-add p {
    color: white;
}

.align-content-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}
/* .voucher part start */

.voucher1 { /* height: 400px; */
    background-color: #f7f4ed;
    /*margin-top: 2rem;*/
    border-radius: 10px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.19), 0 4px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .voucher1:hover {
        cursor: pointer;
        box-shadow: 6px 2px 22px rgba(0, 0, 0, 0.19), 0 6px 5px rgba(0, 0, 0, 0.1);
    }

.voucher-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: white;
    text-align: center;
    padding: 15px 0px;
    height: 150px;
    border-radius: 10px 10px 0px 0px;
}

.voucher-banner .form-part {
    background-color: white;
}

.voucher-content {
    padding: 20px 18px;
}

    .voucher-content h5 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 17px;
        font-weight: 600;
        color: #1e1c1c;
    }

.mybtn {
    margin-top: 3rem;
    display: block;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 22px;
    font-size: 18px;
    border: 1px solid #f0b018;
    color: black;
}

    .mybtn:hover {
        background: #FFC107;
    }

.features1 {
    padding-right: 10px;
}

.voucher-content p {
    font-size: 16.5;
}
/* features part start */

.features1 .icon1 img {
    width: 85px;
}

.icon1 {
    height: 107px;
    margin-right: 1.4rem;
}

.numbers .icon1 {
    height: auto;
}

.fimg {
    width: 95px;
}

.numbers {
    margin-top: 4rem;
}

    .numbers .features1 {
        display: flex;
    }

.br-light {
    border-right: 1.6px solid #cfcfcf;
}

.numbers .icon1 img {
    width: 60px;
}
/* blog part start */

.blog1 {
    border-radius: 10px;
    padding: 10px 30px;
}

    .blog1 img {
        border-radius: 10px;
        margin-bottom: .8rem;
    }

.flex-div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #030303;
}

.read-more {
    margin-top: 1.5rem;
    display: block;
    display: flex;
    align-items: center;
    color: #41126b;
    font-size: 15px;
    border: 1px solid white;
    padding: 10px 10px;
    margin-left: -10px;
    width: 120px;
    transition: 0.5s;
}

.blog-img {
    margin-bottom: .8rem;
    overflow: hidden;
}

.blog-tittle h3 {
    font-size: 20px;
    margin-top: 1rem;
}

.read-more:hover {
    padding: 10px 10px;
    border: 1px solid #41126b;
    border-radius: 10px;
    text-align: center;
}

.read-more svg {
    fill: #41126b;
}

.date {
    display: flex;
    align-items: center;
}

    .date svg {
        margin-right: 5px;
        width: 18px;
        height: 14px;
    }

.blog-tittle h3 a {
    color: black;
}

.my-arrow {
    margin: 0px 10px;
}

.blog-heading {
    text-align: center;
    margin-bottom: 2rem;
}
/* enquiry-form */

.enquiry-form .Mybutton {
    width: 150px;
    margin-top: 2rem;
}

.enquiry-form .form-part {
    height: auto;
    padding: 2.5rem;
    background: white;
}

.enquiry-form h4 {
    margin-bottom: 3rem;
}

.enquiry-form .button svg {
    position: absolute;
    fill: white;
    left: 26px;
    top: 43px;
}
/* v-img */

.v-img img {
    width: 100%;
}

.v-img {
    height: 90px;
    width: 165px;
    background: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(199 199 199 / 60%);
}

.banner-content {
    color: white;
}

    .banner-content h1 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }

    .banner-content p {
        font-size: 20px;
    }
/* footer part */

footer {
    background-color: #222222;
    color: white;
}

.d-flex {
    display: flex;
}

footer a img {
    width: 290px;
}

.part1 {
    margin-right: 1rem;
}

.pr-2 {
    padding-right: 2.5rem;
}

footer a {
    color: white;
}

.f-part1.part2 {
    padding: 0px 20px;
}

footer h4 {
    font-size: 20px;
    padding-top: 2rem;
}

.f-part1 p {
    margin-top: 2rem;
    line-height: 1.5;
    color: white;
}

footer {
    padding: 4rem 0px 1rem 0px;
}

.footer-social svg {
    fill: white;
    height: 20px;
    margin-right: 10px;
    width: 25px;
}

.terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.f-part1 ul {
    margin-top: 3rem;
    line-height: 2;
}

p, .privacy-p ul li {
    font-family: Century Gothic;
}

@media(max-width:1450px) {
    header .top-hader, .menue, .my-container2 {
        width: 85%;
    }

    .my-contianer-3 {
        width: 93%;
    }
}

@media(min-width:1100px) {
    .voucher-content p {
/*        height: 150px;*/
    }

    .voucher-page .voucher-content p, .contact-page .voucher-content p {
        height: auto;
    }

    .slider1 {
        height: 410px;
    }
}

@media(min-width:1000px) {
    p {
        font-size: 16.5px;
    }
}

@media(max-width:1100px) {
    .banner-content h1 {
        font-size: 30px;
    }

    .pte-img {
        height: auto !important;
    }

    .heading {
        font-size: 30px;
    }

    .banner-h {
        flex-direction: column;
    }

    .mylogo {
        position: relative !important;
    }
}

@media(max-width:1000px) {
    .slider1 {
        height: auto;
    }
}

.banner-dec-sm {
    display: none;
}

@media(max-width:768px) {
    .banner-content p, p {
        font-size: 16px !important;
    }

    .voucher-banner {
        background-size: 100% !important;
        border-bottom: 1px solid #b9b9b9;
    }

    .kpy-4, .kpy-5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .banner-dec-sm {
        display: block !important;
        margin-top: 1.6rem;
        color: black;
    }

    .banner-dec-dsk {
        display: none;
    }

    .about-content {
        padding-right: 0rem;
    }

    .features1 {
        text-align: center;
        margin-bottom: 2rem;
        border-bottom: 1px solid #d1d1d1;
    }

    .numbers .d-flex {
        margin-bottom: 1rem;
    }

    p {
        font-size: 16px;
    }

    .social-media {
        height: auto !important;
    }

    .icons svg {
        width: 25px !important;
        height: 25px !important;
    }

    .social-media .icons span {
        font-size: 16px;
    }

    .bb {
        border-bottom: 1.6px solid #575656 !important;
    }

    .br {
        border: 0px;
    }

    .f-part1 ul {
        margin-top: 1rem;
        padding-bottom: 15px;
    }

    .f-part1 p {
        font-size: 14px;
        padding: 0px;
    }

    footer a {
        font-size: 14px;
    }

    .f-part1 ul {
        font-size: 14px;
    }

    .terms {
        display: block;
    }
}

.text-center {
    text-align: center;
}

.slider-start {
    text-align: center;
}

    .slider-start img {
        width: 29px !important;
        margin: 0px 2px;
    }

    .slider-start svg {
        fill: #fec42d;
        height: 25px;
        width: 21px;
        margin-right: 8px;
    }

.owl-nav, .owl-dots {
    display: none;
}

.slider1 {
    margin-top: 2rem;
    background-color: #fff;
    -webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    /*padding-left: 60px;*/
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    overflow:hidden;
}

.profile-nae {
    text-align: center;
    margin-top: 1.6rem
}

    .profile-nae h5 {
        margin-top: 1rem;
    }

    .profile-nae img {
        width: 60px !important;
        height: 60px;
        border-radius: 50%;
        text-align: center;
        margin: auto;
    }

.anchor-spacing {
    padding-top: 150px;
    margin-top: -150px;
}
/* terms page */

.termspage .heading {
    text-align: left !important;
    font-size: 30px;
}

.mt-8 {
    margin-top: 8rem;
}
/* social media */

.social-media {
    height: 70px;
    line-height: 70px;
    background: #c3c3c3;
}

.icons {
    display: flex;
    align-items: center;
    font-size: 25px;
    justify-content: center;
}

    .icons span:hover {
        color: #000000;
    }

    .icons span {
        color: #0e73a7;
    }

    .icons svg {
        width: 30px;
        height: 30px;
        border-radius: 41%;
        border: 1px solid white;
        background: black;
        fill: white;
        padding: 5px;
        margin-right: 10px;
    }
/* about-page */

.about-page .about-content h1 {
    text-align: center;
}

.misson .row, .vision .row {
    justify-content: space-around;
}
/* contact us page */

.contact-page .button button {
    height: 50px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.contact-page .input1 input {
    height: 50px;
}

.contact-page .form-part {
    height: auto;
}

.contact-page .input1 svg {
    top: 17px;
}

.contact-page .form-part h4 {
    font-size: 30px;
}

.contact-page .voucher-img svg {
    width: 60px;
    height: 60px;
    fill: #f0af17;
}

.contactpage .voucher-img {
    height: auto;
}

.contactpage .voucher-content h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
/* voucher page */

.service-banner {
    margin-top: 5rem;
}
/* pte page */

.pte-img {
    margin-top: 2rem;
    height: 427px;
    border-radius: 10px;
}

.wh-should h5 {
    font-size: 14px;
}

.wh-should .features1 {
    text-align: center;
}

.features1 h5 {
    color: #112a51;
}

.wh-should .features-part {
    margin-top: 5rem
}
/* new media query */

hr {
    margin-top: 30px !important;
}

.accordion-item h5 {
    font-size: 18px;
}

.accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: #01273a;
    color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

    .accordion-header:hover {
        background-color: #f0af17;
    }

.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.myactive {
    max-height: 100%;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}

@media(min-width:1600px) {
    .banner-content p {
        padding-right: 5rem;
    }

    .whyshouldimg {
        width: 80%;
    }

    .navbar {
        width: 80%;
    }

    .my-contianer-3 {
        width: 80%;
    }
}

@media(min-width:1300px) and (max-width:1400px) {
    .voucher-banner .form-part {
        width: 332px;
        margin-left: 5rem;
    }
}

@media(max-width:600px) {
    .flex-drection {
        flex-direction: column-reverse;
    }

    .show-popup .form-part {
        width: 100% !important;
    }

    .icons span {
        display: none;
    }

    .banner-content ul a svg {
        width: 27px;
        height: 14px;
        margin-left: 10px;
    }

    .banner-content ul li a {
        width: 100%;
        font-size: 13px;
    }

    .banner-content ul {
        display: none;
    }

    .logo img {
        width: 170px;
        padding-left: 10px;
    }
}

main.privacy-p ul li {
    list-style: disc;
    margin-left: 1rem;
}

@media(max-width:560px) {
    .captcha-part input {
        width: 100% !important;
    }

    .col-6.col-sm-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer a img {
        width: 220px;
    }

    .enquiry-form .form-part {
        padding: 1rem;
    }

    .v-img {
        height: 80px;
        width: 119px;
    }

    .numbers .d-flex {
        flex-direction: column;
        text-align: center;
    }

    .numbers .icon1 img {
        margin-bottom: 0.8rem;
    }
}
/* POPUP STYLE */

.show-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

    .show-popup .form-part {
        position: relative;
        transform: translate(-50%, -0%);
        top: 37%;
        left: 50%;
        width: 600px;
    }

.close-popup {
    position: absolute;
    right: 6%;
    top: 10%;
    font-size: 30px;
    color: black;
    cursor: pointer;
    display: none;
}

.show-popup .close-popup {
    display: block;
}

span.themecolor {
    border-bottom: 1.8px solid #ffc44f;
    padding-bottom: 5px;
}

.mylogo {
    animation: drop-in 1200ms ease 500ms backwards;
}

.banner-h {
    position: relative;
}

.mylogo img {
    height: 88px;
    width: 150px;
    margin-left: 2rem;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}

.banner-dec {
    position: relative;
    z-index: 9;
}

.mylogo {
    animation: drop-in 1s ease 200ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

@media(min-width:1290px) {
    .slider-content p {
        height: 170px;
    }

    .mylogo {
        margin-top: -100px;
    }

    .banner-content p {
        font-size: 18px;
        width: 73%;
    }
}

/*myreview */

.myreview .rounded-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.myreview #rating-container {
    display: flex;
    margin-left: 0px !important;
}

.myreview .profile-img,.krishna {
    margin-left: 2rem;
    flex-direction: column;
}


.myreview .card-boy {
    margin-top: 1rem;
}

.myreview {
    padding-top: 10rem;
}

    .myreview .card-review {
        padding: 10px 20px;
        background: #e6e5e5;
        margin-bottom: 1rem;
    }

.rating.selected {
    color: #fcd000;
}

.user-name {
    color: #be48a6f2;
}


.captcha-part {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
}

    .captcha-part div img {
        width: 164px;
    }

    .captcha-part input {
        width: 194px;
        padding-left: 15px;
    }

.refresh {
    position: relative;
}

.refresh svg {
left: 25px;
width: 30px;
height: 26px;
top: 7px;
fill: #016498;
}
.breadcrumb_a:hover, .breadcrumb_a:focus {
color: #0056b3;
text-decoration: underline;
}
.breadcrumb_a{
color: #1a73e8;text-decoration: underline
}
.img_fluid{
max-width: 100%;
height: auto;
}
.voucher-content p{
    text-align:justify;
}
@media screen and (max-width: 992px) {
    .about-content .heading {
        font-size: 23px !important;
    }

    .banner-content ul {
        display: none;
    }
}

.mybtn {
    margin-top: unset !important;
}

.custom-gap {
    margin-left: -15px;
    margin-right: -15px;
}

    .custom-gap > .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

.slider1 {
    background: #fff;
}

.slider-content {
    padding: 10px;
}

.profile-nae img {
    width: 50px;
    height: auto;
}

.owl-carousel .item {
    width: 100%;
}

.owl-carousel img {
    width: 100%;
    height: auto;
}




/* saurabh*/
.localcol-lg-2{
    width:20%;
}

.exam-details-container {
    max-width: 1000px;
    padding: 2rem;
    border-left: 6px solid #164579;
}

.exam-title {
    font-size: 1.6rem;
    color: #164579;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.exam-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.exam-item {
    background: #f1f9fd;
    padding: 1rem 1.2rem;
    border-radius: 12px;
    border: 1px solid #ffc44f;
    transition: transform 0.2s ease;
}

.exam-label {
    font-weight: bold;
    color: #164579;
    margin-bottom: 0.3rem;
    display: block;
}

.exam-value {
    color: #333;
}

.pro-part {
    height: 345px;
    box-shadow: 0 0 22px 3px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 5px;
    width: 309px;
}

.pro-img {
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
    background: #ededed;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details {
    padding: 0 1rem 2rem 1rem;
}

.pro-part h3 {
    border-bottom: 2px solid #1552989c;
    padding-top: 5px;
    color: #155298;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: center;
}

.price-part {
    line-height: 2;
    margin-bottom: 1.7rem;
}

    .price-part li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 20px;
        font-weight: 500;
    }

ul li {
    font-family: Century Gothic;
}

.f-600 {
    font-weight: 600;
    color: #000;
    font-family: system-ui;
}

.l-through {
    text-decoration: line-through;
    color: #cf1414 !important;
}

.pro-part img {
    display: block;
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.pro-img .img-fluid {
    display: block;
    margin: auto;
}

.productp .pro-img .img-fluid {
    width: 136px;
}

.btn-2,
.btn1 {
    background: #155298;
    color: #fff;
    border: 1px solid #155298;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    cursor: pointer;
}

.btn-2 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 37px;
    text-align: center;
}

.rightContent {
    width: 68%;
    /* border: 2px solid black; */
    word-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mainContent {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

.accordion-container {
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    background: #01273a;
    transition: background 0.3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    padding: 0 15px;
}

    .accordion-content.show {
        max-height: 500px; /* enough height for content */
        padding: 15px;
    }

.icon {
    font-weight: bold;
    transition: transform 0.3s;
}

.accordion-header.active .icon {
    transform: rotate(45deg); /* turns + into x */
}

.accordion-header:hover {
    background-color: #01273abe;
}

.alignment {
    /* border: 2px solid black; */
    word-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.exploreVoucher{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:1rem;
    margin-top:1rem;
}

.footer-logo {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
    place-items:center;
}

.about-content p{
    text-align: justify;
}
 .text-justify-local{
     text-align:justify;
 }

/* start whatsapp action button*/

.wt_icon {
    position: fixed;
    bottom: 28px;
    left: 75%;
    right: 26px;
    /*top: 7;
    display : inline;*/
    z-index: 99;
    width: 60px;
    border-radius: 10px;
    height: 60px;
    background: white;
}

   /* .wt_icon a {
        background: #fff;
        display: inline-block;
        border-radius: 4px;
        width: 55px;
    }*/

    .wt_icon img {
        height: 100%;
        width: 100%;
        object-fit: cover;

    }

@media (min-width: 650px) {
    .wt_icon {
        left: 92%;
    }
}

/* end whatsapp action button*/
@media (max-width: 768px) {
    .mainContent {
        flex-direction: column;
    }

    .rightContent {
        width: 90%;
    }
}

@media (min-width: 320px) {
    .columnGap {
        gap: 1rem;
    }
    .exploreVoucher {
        grid-template-columns: repeat(1,1fr);
       
    }
    .footer-logo {
        grid-template-columns: repeat(2,1fr);
    }
    .exam-grid {
        grid-template-columns: repeat(1,1fr);
    }


}

@media (min-width: 768px) {
    .columnGap {
        gap: 3rem;
    }
    .exploreVoucher {
        grid-template-columns: repeat(2,1fr);
    }
    .footer-logo {
        grid-template-columns: repeat(3,1fr);
    }
    .exam-grid {
        grid-template-columns: repeat(2,1fr);
    }

}

@media (min-width: 1024px) {
    .columnGap {
        gap: 2rem;
    }
    .exploreVoucher {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }
    .footer-logo {
        grid-template-columns: repeat(4,1fr);

    }
    .exam-grid {
        grid-template-columns: repeat(3,1fr);
    }

}
@media (min-width: 1440px) {


    .exploreVoucher {
        grid-template-columns: repeat(5,1fr);
        gap: 1rem;
    }
    .footer-logo {
        grid-template-columns: repeat(5,1fr);
    }
}