/* 
932 = krishna my style start  
*/
:root {
    --bs-body-line-height: 1.5;
    --theme-color: #006C76;
    --bg-color1: #006c7638;
    --heading-font1: 42px;
    --hover1: #97ecfb;
    --btnbg1: #4267B2;
    --bgwhite: white;
}

.btn1 a {
    width: fit-content;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    padding: 0px 29px;
    border-radius: 5px;
    border: 2px solid #006c76;
    background: white;
    margin-top: 2.5rem;
    color: #006c76;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 7px 6px rgba(0, 0, 0, 0.23);
}

    .btn1 a:hover {
        background: #4267b2;
        color: white;
    }

*,
::after,
::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}

    /* web-kit part */
    ::-webkit-scrollbar-thumb {
        background-image: linear-gradient(45deg, #006c76, #006c76);
        border-radius: 69px;
        border: 3px solid #006c76;
    }

    ::-webkit-scrollbar-track {
        background: #ffffff;
    }

    ::-webkit-scrollbar {
        width: 9px;
    }




/* 

::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
   */

/* web-kit part end*/
body {
    line-height: var(--bs-body-line-height);
    font-family: 'Archivo', 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.75rem
    }
}

.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%
    }
}

.text-left {
    text-align: left !important;
}

.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;
}

.kpy-4 {
    padding: 4rem 0px;
}

.kpy-4 {
    padding: 2rem 0px 2.5rem 0px;
}

.bg-color1 {
    /* background-color: var(--bg-color1); */
    background: #abd2eb;
}

.bg-color2 {
    background-color: var(--theme-color);
        background-image: linear-gradient(to right top, #006c76, #106a82, #30678a, #4c628b, #645c86);
}

.kmt-3 {
    margin-top: 3rem;
}

.text-center {
    text-align: center;
}

.text-white {
    color: var(--bgwhite);
}
b{
    font-weight: bold !important;
    /* font-family: auto; */
    font-size: 18px;
}

.main-heading span {
    position: relative;
}

    .main-heading span::before {
        background: url('/assets/images/img/line 1.svg');
        height: 10px;
        content: '';
        display: inline-block;
        width: 100%;
        position: absolute;
        bottom: -9px;
    }

/* my style krishna start Now */

header {
    position: sticky;
    left: 0px;
    top: 0px;
    background-color: var(--theme-color);
    width: 100%;
    z-index: 9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /* background: linear-gradient(to right top, #006c76, #106a82, #30678a, #4c628b, #645c86); */
}

.top-part {
    background: white;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top-row {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-row ul a {
        color: white;
    }

    .top-row ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        color: white;
    }

    .top-row a {
        color: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.immediate {
    background: #233d89;
    padding: 2px 13px;
    margin-right: 10px;
    /* padding-right: 10px; */
    border-right: 2px solid white;
}

header ul li {
    cursor: pointer;
}

.immediate:hover {
    background: #057aa7;
}

.login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .login svg {
        fill: white;
        margin-left: 0.4rem;
        width: 20px;
        height: 17px;
    }

.top-row a svg {
    fill: #4267B2;
    margin-right: 0.4rem;
    width: 18px;
    height: 18px;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    position: relative;
    /* padding: 15px 0px; */
}

.menue ul li {
    margin-left: 3px;
    font-size: 18px;
    position: relative;
}

.submenue {
    position: absolute;
    left: -35px;
    top: 100px;
    flex-direction: column;
    width: 220px;
    padding: 0px 0px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: -webkit-linear-gradient(345deg, var(--theme-color) 0, #3f518b 100%);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    align-items: baseline !important;
}

.menue ul li:hover > .submenue {
    visibility: visible;
    transition: 0.5s;
    top: 85px;
    opacity: 1;
}

.submenue li {
    width: 100%;
    margin-left: 0px !important;
    border-bottom: 1px solid white;
    font-size: 16px !important;
}

    .submenue li:hover {
        background: var(--theme-color);
    }

    .submenue li a {
        color: white !important;
        border: 0px !important;
        padding: 8px 18px !important;
        width: 100%;
    }

/* search bar */
.search-bar {
    height: 60px;
    line-height: 60px;
    background: #ebebeb;
    position: absolute;
    left: 22%;
    width: 67%;
    border: 1px solid #233d89;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
}

.closesearch {
    display: none;
}

.show-search-close {
    display: block;
}

.show-search {
    visibility: visible;
    opacity: 1;
}

.toggle-bar svg {
    height: 24px;
    display: none;
    width: 30px;
}

.vouchersvg svg {
    fill: white;
    width: 24px;
    height: 24px;
}

.vouchersvg {
    position: absolute;
    top: 20px;
    right: 15px;
}

.menue ul li a {
    color: white;
    padding: 30px 22px;
    display: inline-block;
}

.flex-div ul svg {
    width: 42px;
    height: 26px;
    margin-left: 1.6rem;
}

.menue ul li a:hover {
    color: #97ecfb !important
}

.active-m {
    color: #97ecfb !important;
}

.flex-div ul svg:hover {
    fill: #6fb0c9;
}

.flex-div,
.flex-div ul {
    display: flex;
    align-items: center;
}

/* end view cart part end */
.mobile-logo,
.close-btn {
    display: none;
}

@media(max-width:1200px) {
    .heading {
        font-size: 35px;
    }

    p {
        font-size: 14px;
        text-align: left;
    }

    .menue {
        margin-right: 0rem;
    }

        .menue ul li a {
            /* color: #233D89; */
            font-size: 15px;
        }

    .login,
    .immediate {
        font-size: 15px;
    }

    .logo img {
        width: 140px;
    }
}

@media(min-width:868px) {
    .menue ul {
        display: flex;
        align-items: center;
    }
}

@media(max-width:868px) {
    /*main {
        margin-top: 75px !important;
    }*/

    .menue ul li a:hover {
        background: #075961;
    }

    .submenue {
        position: static;
        padding-top: 0px !important;
        width: 90%;
        margin: auto;
        margin-bottom: 1rem;
        border-radius: 0px;
        visibility: visible;
        display: none;
        opacity: 1;
        display: none;
    }

    .toggle-bar svg {
        display: block;
        fill: white;
    }

    .top-row {
        width: 93%;
    }

    nav {
        width: 100%;
        padding: 16px 20px;
    }

    .menue {
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 0;
        background: -webkit-linear-gradient(345deg, #1f8993 0, var(--theme-color) 100%);
        opacity: 0;
        overflow-x: hidden;
        left: -510px;
        transition: 0.4s;
        z-index: 9;
    }

    .shownav {
        left: 0px;
        opacity: 1;
        transition: 0.5s;
        width: 100%;
    }

    .show-overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 2;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.19);
    }

    .mobile-logo {
        display: block !important;
        height: 70px;
        line-height: 103px;
        background: var(--theme-color);
        padding: 0px 25px;
        border-top: 3px solid #2196F3;
        position: absolute;
        width: 100%;
    }

    .close-btn:hover {
        color: rebeccapurple;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 13px;
        cursor: pointer;
        right: 25px;
        font-size: 30px;
        color: white;
    }

    .menue ul li a {
        color: white;
        padding: 17px 22px;
        display: block;
        width: 100%;
    }

    .menue ul {
        flex-direction: column;
        padding-top: 7rem;
    }

        .menue ul li {
            width: 100%;
            border-bottom: 1px solid gray;
        }
        .active-m {
            color: #97ecfb !important;
            font-size: 14px;
        }
}

.Enquire-btn {
        background: var(--btnbg1);
    width: 128px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 7px 6px rgba(0, 0, 0, 0.23);
}

    .Enquire-btn:hover {
        background: var(--theme-color);
    }

    .Enquire-btn a {
        color: white;
    }

.social-icons li a:nth-child(2) svg {
    fill: #1DA1F2;
}

.social-icons li a:nth-child(3) svg {
    fill: #25D366;
}


/* menue part end */
/* footer part start now */

/* footer services */
.service-f1 img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.social-m {
    margin-top: 2rem;
}

    .social-m svg {
        height: 20px;
        width: 23px;
        margin-right: 5px;
        fill: white;
    }

.footer-part ul li a:hover {
    color: #001e8d;
}

.social-m svg:hover {
    fill: #001e8d;
}

.br-2 {
    border-right: 2px solid #c7c7c7;
}

.service-f1 {
    display: flex;
    align-items: center;
}

    .service-f1 p {
        font-size: 15px;
    }

    .service-f1 h5 {
        color: #142e7a;
    }

.footer-logo img {
    margin-bottom: 1rem;
}

.footer-logo p {
    color: white;
    font-size: 15px;
}

/* 
  slider part end */
/* media query for container */
.my-container2 {
    width: 90%;
    margin: auto;
}

.top-footer {
    padding: 25px 0px !important;
    display: block;
}

.footer-part {
    /* background: linear-gradient(267deg, #18b8cd 0, #233b88 100%); */
    background: linear-gradient(rgb(0 108 118 / 88%), rgb(0 108 118)), url(/assets/images/banner/footer-bg.webp);
    padding: 3.5rem 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-top: 1px solid #233d89;
        background-image: linear-gradient(to right top, #006c76, #106a82, #30678a, #4c628b, #645c86);
}

.copy-right {
    padding: 8px 0px;
    background: black;
    color: white;
}

.flexdv {
    display: flex;
    justify-content: end;
}

.copy-right ul {
    display: flex;
}

    .copy-right ul a {
        color: white;
        padding-left: 10px;
    }

.copy-right p {
    margin-bottom: 0px;
}

    .copy-right p a {
        color: #0c94c9;
    }

.br-1 {
    border-left: 1px solid white;
    padding: 0px 15px;
}

.footer-part h5 {
    height: 40px;
    color: white;
    border-bottom: 1px solid white;
    width: fit-content;
}

.footer-part ul {
    line-height: 2.2;
}

    .footer-part ul li a {
        color: white;
        font-size: 15px;
    }

.copy-right ul a:hover {
    color: #0c94c9;
}

.add {
    /* line-height: 1.5; */
    color: white;
}

.contact-d li a {
    display: flex;
    align-items: center;
}

    .contact-d li a svg {
        fill: white;
        margin-right: 5px;
    }


/* slider part start now */

/* =============
  slider part start  */
.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /*height: 450px;*/
    /* object-fit: cover; */
}

.swiper-button-next,
.swiper-button-prev {
    width: 42px !important;
    height: 40px !important;
    background: var(--theme-color);
    overflow: hidden;
    border-radius: 50%;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px !important;
        color: white;
    }

.banner {
    background: #e3e3e3;
    /*margin-top: 7.85rem;*/
    position:relative;
}

/*   
my product part start */
.kr-pro-1 {
    overflow: hidden;
    padding: 1rem 1rem;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19), 0 7px 6px rgba(0, 0, 0, 0.23);
    border-top: 5px solid var(--theme-color);
    background-color: var(--bgwhite);
    max-width: 280px;
    margin: 0 auto;
}

.prodo-detail {
    margin-top: 1rem;
}

    .prodo-detail .pro-heading {
        font-size: 21px;
        color: #233D89;
    }

    .prodo-detail span {
        color: var(--theme-color);
    }

.pro-price {
    margin-top: 1rem
}

    .pro-price li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.pro-price {
    margin-top: 1rem;
    border-top: 1px solid var(--theme-color);
    padding-top: .6rem;
    font-size: 17px;
}

    .pro-price li p:nth-child(2) {
        color: #233D89;
    }

.view-buy-btn a {
    color: white;
    width: 100%;
    background: var(--theme-color);
    /* display: inline-flex; */
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to right top, #006c76, #106a82, #30678a, #4c628b, #645c86);
}

.pro-img {
    width: 245px;
    height: 100px;
    border: 2px solid var(--theme-color);
    padding: 15px;
    background: white;
    border-radius: 5px;
    display: flex;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.19), 0 0px 1px rgba(0, 0, 0, 0.23);
    align-items: center;
    justify-content: center;
}
.pro-img img{
    width: 100%;
    height: 100% !important;
}
.view-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .view-buy-btn a:nth-child(1) {
        border-right: 1px solid white;
        border-radius: 5px 0px 0px 5px;
    }

    .view-buy-btn a:nth-child(2) {
        border-right: 1px solid white;
        border-radius: 0px 5px 5px 0px;
    }

        .view-buy-btn a:nth-child(1):hover,
        .view-buy-btn a:nth-child(2):hover {
            background: #4267b2;
        }

/* What is English Exam Voucher */
.main-heading {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: .5px;
    font-size: 35px;
}

/* feature part start now */
.feature1 {
    overflow: hidden;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0px 40px rgb(106 106 106 / 17%), 6px 4px 17px rgb(0 108 118 / 15%);
    /* height: 367px0 ; */
    background-color: var(--bgwhite);
    border: 3px solid transparent;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
}

    .feature1:hover {
        border: 3px solid #006c76;
        /* background-color: #afafaf; */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        transform: scale(1.1);
        z-index: 1;
    }

.f-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.f-heading {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.f-img {
    margin: 0px auto 1.5rem auto;
    width: 100px;
    height: 90px;
}

/* obtain part start now */
/* steps to buy voucher part */

.steps-container {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 2rem !important;
    width: 1200px;
    margin: auto;
}

#nprogress-bar {
    width: 100%;
    height: 12px;
}

#nprogress-bar {
    /* border-radius: 10px;
background-color: red; */
    margin-bottom: .5rem;
}

.progress-bar {
    border-radius: 10px;
}

.steps-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
}

.step {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0px;
    /* flex: 1; */
    text-align: center;
    min-width: 277px;
    background-color: white;
}

.border-change {
    border-color: #4267b2;
    background-color: #4267b2;
    color: #fff;
}

.content-container {
    border: 2px solid #4267b2;
    padding: 20px;
    border-radius: 5px;
    height: 112px;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 700px;
    margin: auto;
}

.content-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

    .content-list li {
        display: none;
    }

.steps-list {
    position: relative;
    top: -55px;
}

@media (max-width: 600px) {
    .step {
        flex: 1 1 100%;
        margin: 5px 0;
    }
 
}

/* end stypes */
/* tips for pte part start now */
.tips-box1 {
    box-shadow: 0 0px 40px rgb(106 106 106 / 17%), 6px 4px 17px rgb(0 108 118 / 15%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #006c76;
}

    .tips-box1 .prodo-detail {
        margin-top: .5rem;
        padding: 0px 1.4rem;
    }

    .tips-box1 .tips-ul {
        line-height: 1.9;
        padding-bottom: 1rem;
    }

        .tips-box1 .tips-ul li {
            border-bottom: 1px solid #0096881a;
            list-style: inside;
        }

/* scam-alert */
.scam-img {
    background-color: #c7dfe1;
}

    .scam-img img {
        margin: auto;
        display: block;
        border-radius: 10px;
    }

/* slider part start now */
.testimonials1 {
    width: 70%;
    margin: auto;
    text-align: center;
}

.testimonial .swiper-pagination-bullets {
    bottom: -6px !important;
}

.profile-icons {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

    .profile-icons img {
        width: 100%;
        height: 100% !important;
    }

/* home contact part */
.contact-part ul {
    display: flex;
}

.contact-part {
    position: relative;
    overflow: hidden;
}

    .contact-part ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 1.7;
        font-size: 18px;
    }

        .contact-part ul li {
            color: white;
        }

            .contact-part ul li svg {
                fill: white;
            }

            .contact-part ul li a {
                color: black;
            }

.input1,.input2,.select-wrapper .inp,.select-wrapper .input2 {
    height: 44px;
    width: 100%;
    line-height: 42px;
    background: white;
    margin-bottom: .5rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

    .input1 input ,.input1 select, .input2 select, .select-wrapper select{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        border: 0px;
        outline: none;
        font-size: 15px;
        color: #006c76;
    }
.input1 input ,.input1 select, .input2 input {
padding-left: 2.5rem;
}
    .input1 svg ,.input2 svg,.input2 svg {
        position: absolute;
        left: 11px;
        top: 14px;
        fill: #006c76;
        width: 20px;
        height: 20px;
    }
.input1 svg, .input2 svg {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    fill: #006c76;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.text-area {
    height: 150px;
    line-height: 102px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
}

input::placeholder,
textarea::placeholder {
    color: var(--theme-color);
    font-size: 15px;
}

.text-area textarea {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    padding-left: 2.5rem;
}
.hidden
 {
    display: none;
}
.kr-form {
    margin-top: 2rem;
}

.h-contactimg {
    position: absolute;
    /* left: 20px; */
    /* margin-left: 48px; */
    /* right: 20px; */
    margin-left: 10%;
}

/* faq part start now */
.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: var(--theme-color);
    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: var(--btnbg1);
    }

.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);
}

.show-my-pro {
    width: 100%;
    height: 100%;
    background: red;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: white;
}

/* about us page design part */
.vission .profile-icons {
    width: 250px;
}

/* contact part part desing */
.c-part .feature1 {
    background-color: #f4f4f4;
}

/* voucher part start now */
.myform-2 {
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 2rem 2rem;
    border-radius: 10px;
}

    .myform-2 .input1 input,
    .myform-2 .text-area textarea,
    .myform-2 .input1 select,.select-wrapper select,.select-wrapper .inp {
        font-size: 15px;
        border: 2px solid #006c76;
    }
/* pte gre toefl page part */

.voucher-banner {
    background-image: linear-gradient(66deg, rgb(0 108 118), rgb(0 108 118 / 58%)), url(/assets/images/banner/bg2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-top: 5rem; */
    padding: 2rem 0px;
}

.content-b {
    width: 87%;
    color: white;
}

.form-btn {
    width: 100% !important;
    background-color: #45a2ab;
    overflow: hidden;
}

    .form-btn button {
        width: 100% !important;
        background-color: #006c76;
        height: 100%;
        border: 0px;
        outline: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
    }

        .form-btn button:hover {
            background-color: var(--btnbg1);
        }

.mytable table {
    text-align: left;
    width: 100%;
    background-color: white;
}

.mytable table, .mytable th, .mytable td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: .8rem;
}

@media(min-width:1450px) {
    .mytable table {
        width: 100%;
    }
}

@media(max-width:800px) {
    .pro-img img {
        width: revert-layer;
    }

    .mytable {
        /* width: 100%; */
        overflow-x: scroll;
        margin-bottom: 1rem;
    }

        .mytable table {
            overflow-x: scroll;
            width: 700px;
        }

    *::-webkit-scrollbar {
        width: 3px;
    }

    .br-1 {
        border-left: none;
        padding: 0px 15px;
    }
    .footer-part h5 {
        height: 32px;
        color: white;
        margin-block-start: 1.5rem;
    }
}
/* popup form part */
.popup-form {
    background: rgb(3 22 24 / 76%);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

    .popup-form .kr-form {
        width: 400px;
        margin: auto;
        position: relative;
    }

.closebtn {
    position: absolute;
    z-index: 9;
    top: -16px;
    right: -7px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: 1px solid #006c76;
}

.showform {
    visibility: visible;
}

.htm-p-scroll {
    overflow: hidden;
}
/* animated part start now */
.showform .kr-form {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounceIn;
    animation-delay: 0.3s;
}

.showform html {
    overflow-y: hidden !important;
}
/* fade ind down animation style */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


@keyframes bounceIn {

    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
/* 
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
} */


/* =============================
media query for all 
===============================*/

@media(max-width:1420px) {
    p {
        font-size: 16px;
    }

    .main-heading {
        font-size: 35px;
    }
}

.whatis-english p {
    line-height: 1.7;
}

p {
    letter-spacing: .3px;
    word-spacing: .2px;
}

@media(min-width:1470px) {
    p {
        font-size: 18px;
    }

    /*.swiper-slide img, .banner {
        height: 410px;
    }*/

    .my-container2 {
        width: 1350px;
    }
}

@media(min-width:1540px) {
    p {
        font-size: 18px;
    }

    .my-container2 {
        width: 1400px;
    }

    nav {
        width: 1400px;
    }

   /* .swiper-slide img, .banner {
        height: 480px;
    }*/
}

@media(min-width:1920px) {
    .banner {
        /*width: 1920px;*/
        margin: auto;
        /*margin-top: 6.4rem !important;*/
    }

        .banner img {
            width: 100%;
        }
}

@media(min-width:1300px) {
    .scam-img {
        background-color: #abd2eb;
    }

        .scam-img img {
            width: 70%;
        }

    .feature1 {
        height: 305px;
    }
}

@media(min-width:1080px) and (max-width:1520px) {
    /*.swiper-slide img {
        height: 425px;
    }*/

    /*.banner {
        height: 370px;
    }*/
}

@media(min-width:700px) and (max-width:1080px) {
   /* .swiper-slide img {
        height: 270px;
    }*/

   /* .banner {
        height: 270px;
    }*/
}

@media(min-width:280px) and (max-width:700px) {
    /*.swiper-slide img {
        height: 150px;
    }

    .banner {
        height: 150px;
    }*/

    .Enquire-btn {
        width: 66px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 14px;
    }

    .logo img {
        width: 100px;
        display: block;
    }

    .lazyload.email {
        font-size: 14px;
    }

    .top-row a svg {
        width: 14px;
        height: 14px;
    }

   /* .banner {
        margin-top: 1.5rem;
    }*/
    .terms_img img{
        width: 100%;
    }
}

@media(max-width:768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .voucher-banner .row.align-items-center {
        flex-direction: column-reverse;
    }

    .input1 {
        height: 45px;
        line-height: 45px;
    }

    .content-b {
        width: 100% !important;
        margin-top: 1rem;
    }

    .voucher-banner {
        padding: 1rem 0px;
    }

    .input1 svg {
        top: 23px;
        width: 18px;
        height: 20px;
        left: 14px;
    }

    .kpy-4 {
        padding: 1.2rem 0px 1rem 0px !important;
    }

    .py-5, .my-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .myform-2 {
        padding: 1.5rem 1rem;
    }

    .testimonials1 {
        width: 90%;
    }

    .voucher-banner {
        padding: 1rem 0px;
    }

    .kr-form {
        margin-top: 0px;
    }

    .main-heading {
        font-size: 25px;
        margin-bottom: .5rem;
    }

    p {
        font-size: 14px;
    }

    .f-heading {
        font-size: 18px;
        margin-bottom: .3rem;
    }

    .kpy-4 {
        padding: 1rem 0px 2.5rem 0px;
    }

    .f-img img {
        width: 70px;
        height: auto;
    }

    .f-img {
        height: 52px;
    }

    .feature1 {
        padding: .5rem 1rem;
    }

    .steps-list {
        position: relative;
        top: -15px;
    }

    .content-container {
        height: auto;
    }
    .terms_img img{
        width: 550px;
    }
}

@media(max-width:600px) {
    #nprogress-bar {
        width: 182px;
    }

    #nprogress-bar {
        margin-bottom: -133px;
        transform: rotate(90deg);
    }

    .steps-container {
        margin-top: -1rem !important;
    }
}

@media(max-width:500px) {
    /*.voucher-banner {
        margin-top: 4rem !important; 
    }*/
    .copy-right ul {
        display: flex;
        flex-wrap: wrap;
    }
    .popup-form .kr-form {
        width: 90%;
    }

    .pro-img img {
        width: 112px;
    }

    .pro-img {
        height: 60px;
    }
.pro-img {
    width: 100%;}
    .kr-pro-1 {
        padding: .7rem .6rem;
    }

    .h-page .prodo-detail {
        margin-top: .3rem;
    }

        .h-page .prodo-detail .pro-heading {
            font-size: 13px;
            /* font-weight: 700; */
            margin-bottom: 0px;
        }

        .h-page .prodo-detail span {
            font-size: 12px;
        }

    .h-page .pro-price p {
        margin-bottom: .3rem;
        font-size: 12px;
    }

    .h-page .pro-price {
        margin-top: 0rem;
    }
    .h-page .pro-price b{
        font-size: 15px;
    }

    .h-page .view-buy-btn a {
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        margin-top: .3rem;
    }

    .h-page .kr-product .col-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0px .3rem;
    }

    .h-page .self-img img {
        width: 100px;
    }
    .terms_img img {
        width: 100%;
    }
}

@media(max-width:360px) {
    .pro-img img {
        width: 110px;
    }

    .h-page .prodo-detail .pro-heading {
        font-size: 13px;
    }

    .h-page .pro-price li {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
}

.mybtn {
    width: 100% !important;
    background-color: #006c76;
    height: 100%;
    border: 0px;
    outline: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}




.form-btn input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0px;
    outline: none;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.tipsfor-pte .view-buy-btn a:nth-child(2) {
    display: none;
}

@media(min-width:1200px) {
    .tipsfor-pte .kr-pro-1 {
        position: sticky;
        top: 151px;
        left: 20px;
    }
    .faq_sec {
        position: sticky;
        top: 151px;
        left: 20px;
    }
}
@media(min-width:1000px){
    .vouchersvg {
        position: absolute;
        top: 30px;
        right: 0px;
    }
    .mpt-3{
        margin-block-start: 3rem;
    }
}
.whatis-english ul li{
    list-style-type: disc;
    line-height: 32px;
}

.mytable th{
    font-weight: bold;
    font-family: auto;
}
.cen{
    margin-block-start: 8rem;
}
.cen img{
    width: 100%;
}
.enquire_head {
    font-size: 18px;
    color: #106a82;
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 4px;
    background: #ffffff;
}
.enquire_head:hover {
    color: #065063;
    background: aliceblue;
}

.obtain-exam{
    /* background-image: linear-gradient(45deg, #006c76, #006c76b6), url(/assets/images/banner/our-mission.webp); */
    /* background: #075961;
    background-size: 100% 100%;
    height: 170px;
    display: flex;
    align-items: center; */
}



.wt_icon {
    position: fixed;
    bottom: 28px;
    left: 84%;
    right: 26px;
    display: inline;
    z-index: 99;
}
.wt_icon svg{
    width: 48px;
    height: 48px;
}
@media (min-width: 650px) {
    .wt_icon {
        left: 94%;
    }
}









/*changes*/
.content-b .b_img {
    border-radius: 4px;
    display: inline-block;
    background: #e1f9fd;
    padding: 0.15rem;
    max-width:220px
}
    .content-b .b_img img{
        width:100%;
    }
    .price_banner {
        background: #d9ebef;
        display: inline-block;
        padding: .75rem;
        border-radius: 7px;
    }
.tk_res{
    line-height:20px;
    font-size:12px;
}
/*SIDEBAR*/
.sidebar {
    display: none;
}
.actual {
    font-size: 1.15rem;
    font-weight: 600;
    color: #000;
}
.actual_amount {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.our_price, .our_price_amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #a71f1f;
}
.pr_sec {
    border-bottom: 0.5px solid;
}
@media(min-width:900px) {
    .sidebar {
        display: block;
        position: absolute;
        left: 0;
        top: 130px;
/*        transform: translateY(-50%);*/
        z-index: 7;
        background: var(--theme-color);
        width: 185px;
        border-radius: 0 8px 8px 0;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .sidebar-title {
        background-color: rgba(0, 0, 0, 0.1);
        color: #ffffff;
        padding: 10px;
        margin: 0;
        font-size: 1.2rem;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            transition: background-color 0.3s;
        }

            .sidebar ul li:hover {
                background-color: rgba(0, 0, 0, 0.1);
            }

            .sidebar ul li a {
                color: #ffffff;
                font-size: 1rem;
                padding: 6px 15px;
                display: block;
                text-decoration: none;
                display: flex;
                align-items: center;
            }

                .sidebar ul li a i {
                    margin-right: 10px;
                    font-size: 0.9rem;
                }

    .sidebar-promo {
        padding: 8px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
        position: relative;
        height: 130px;
        overflow: hidden;
        background: #233d89;
        background: var(--theme-color); /* fallback for very old browsers */
        background: -webkit-linear-gradient(243deg, var(--theme-color) 0%, #003d48 100%);
        background: linear-gradient(243deg, var(--theme-color) 0%, #003d48 100%);
    }

    .promo-slider {
        position: relative;
        height: 100%;
    }

    .promo-slide {
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px;
    }

        .promo-slide.active {
            opacity: 1;
        }

    .voucher-name {
        color: #ffffff;
        font-weight: bold;
        font-size: 1rem;
    }

    .original-price {
        color: #ffffff;
        text-decoration: line-through;
        opacity: 0.7;
        font-size: 0.9rem;
    }

    .discounted-price {
        color: #ffffff;
        font-weight: bold;
        font-size: 1.1rem;
        margin: 0px 0 2px;
    }

    .buy-now-btn {
        background-color: #ffffff;
        color: var(--theme-color);
        color: #233d89;
        border: none;
        padding: 6px 20px;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s;
        width: 100%;
        position: relative;
        z-index: 8;
    }

        .buy-now-btn:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
        }

    .promo-dots {
        display: flex;
        justify-content: center;
        margin-top: -7px;
        position: relative;
        z-index: 2;
    }

    .dot {
        height: 8px;
        width: 8px;
        margin: 0 3px;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .dot.active {
            background-color: #ffffff;
        }
}

.promo h3{
        color: #444;
        font-weight: bold;
        line-height: 1.5;
}
.promo span{
    color: #e93631;
}
.promo-btn{
    background-color: #006C76;
    color: #ffffff;
}
.promo-btn:hover{
    background-color: #052a2e;
    color: #ffffff;
}
.promo{
    border-bottom: 0.5px solid #ddd;
}










.content-b .main-heading {
    font-family: 'Georgia', serif; /* Example classic font */
    text-align: left; /* Keep left alignment as per current UI */
    margin-bottom: 1.5rem; /* Slightly reduced margin for tighter grouping */
    font-weight: 700; /* Bolder for impact */
    letter-spacing: 0.5px;
    word-spacing: 0.2px;
    font-size: 42px; /* Slightly larger for prominence */
    color: #FFFFFF; /* Pure white for strong contrast */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Subtle text shadow for depth */
    color: #006c76;
}
/* .lead-text {
    color: #006c76;
} */
.in-logo{
    width:140px;
    filter: brightness(0) invert(1);
}


.kr-form {
    background: #FFFFFF; /* Pure white background */
    padding: 2rem; /* More padding inside the form */
    border-radius: 15px; /* Significantly more rounded corners */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* More prominent shadow */
    margin-top: 2rem; /* Ensure good spacing from top if needed */
    margin-left: 1rem; /* Adjust if the layout shifts on smaller screens */
    margin-right: 1rem;
}





/* Base styles */
voucher-card {
    /* background: white; */
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 108, 118, 0.15);
    position: relative;
    overflow: hidden;
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}

/* Ribbon for special offer */
.offer-ribbon {
    position: absolute;
    top: 15px;
    right: -30px;
    background: #e63946;
    color: white;
    padding: 0.3rem 2rem;
    transform: rotate(45deg);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Countdown timer */
.countdown-container {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    margin: 1.5rem 0;
    text-align: center;
}

    .countdown-container p {
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #333;
    }

.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #006c76;
    background: white;
    padding: 0.5rem 0.8rem;
    border-radius: 5px;
    min-width: 50px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.countdown-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #666;
    margin-top: 0.3rem;
    letter-spacing: 0.5px;
}

/* Price comparison with visual bars */
.price-comparison {
    margin: 2rem 0;
}

.price-container {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    /* align-items: flex-end; */
    /* height: 120px; */
    align-items: center;
}

.price-card {
    flex: 1;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    position: relative;
    display: flex;
    background: #2bc8e4;
    align-items: center;
    gap: 1rem;
    height: 70px;
}

.price-card.highlight
 {
    background: #ffffff;
    color: white;
}

.price-bar {
    background: rgba(0, 108, 118, 0.2);
    border-radius: 4px 4px 0 0;
    width: 100%;
    transition: height 0.5s ease;
}

.price-card.highlight .price-bar {
    background: rgba(255, 255, 255, 0.3);
}

.price-label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #000000;
}

.standard-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}

.special-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #075961;
}

.discount-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffcc00;
    color: #333;
    padding: 0.3rem 0.6rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.savings-indicator {
    text-align: center;
    font-size: 0.95rem;
    color: #ffffff;
}

.savings-amount {
    font-weight: 700;
    color: #e63946;
}

/* Trust badges */
.trust-badges {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
    display: none;
}

.trust-item
 {
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #006c76;
    background: rgb(248 254 254 / 57%);
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

    .trust-item svg {
        fill: #006c76;
    }

/* Enhanced benefits list */
.benefits-list {
    padding-block: 2rem 0;
    position: relative;
    /* display: none; */
}
.benefits-list::before{
    content: "";
position: absolute;
top: 0;
left: 33%;
background-color: #c7f3f7;
height: 1px;
width: 250px;
}
.benefit-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
    
}

.benefit-icon-container
 {
    background: rgb(141 194 198);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-icon {
    fill: #075961;
    width: 20px;
    height: 20px;
}

.benefit-text h4
 {
    margin: 0 0 0.3rem 0;
    color: #ffffff;
    font-size: 1rem;
}

.benefit-text p {
    margin: 0;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .price-container {
        flex-direction: column;
        height: auto;
    }

    .price-card {
        width: 100%;
    }

    .trust-badges {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }

    .offer-ribbon {
        right: -35px;
        font-size: 0.7rem;
    }
}




.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    padding: 2px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    /* margin-inline: auto; */
    justify-content: center;
    /* width: 100%; */
    text-align: center;
    margin-inline-start: 2rem;
}

.alert-info svg{
    fill: #e63946;
}