/* section 1 background image 1920 reponsive  */

@media only screen and (max-width: 1920px) and (min-width: 1480px) {
    body .headerbackground {
        width: 100%;
        height: 100%;
        padding-bottom: 1rem;
        background-image: linear-gradient(90deg, rgb(60 47 126)  50%, rgba(92, 43, 120, 0.082) 100%), url('../image/Banner\ Image\ replacement.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        /* border-radius: 0 0 150px 0; */
        padding-top: 4rem;
        height: 28rem;
    }
}

/* section 1 background image 1480 reponsive  */

@media only screen and (max-width: 1480px) and (min-width: 300px) {
    body .headerbackground {
        width: 100%;
        height: 100%;
        padding-bottom: 1rem;
        background-image: linear-gradient(90deg, rgb(60 47 126) ) 50%, rgba(92, 43, 120, 0.082) 100%), url('../image/Banner\ Image\ replacement.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        /* border-radius: 0 0 150px 0; */
        padding-top: 4rem;
        height: 28rem;

    }
}

@media (max-width: 1280px),
(max-height: 720px) {
    body .headerbackground {
        width: 100%;
        height: 100%;
        padding-bottom: 1rem;
        background-image: linear-gradient(90deg, rgb(60 47 126)  50%, rgba(92, 43, 120, 0.082) 100%), url('../image/Banner\ Image\ replacement.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        /* border-radius: 0 0 150px 0; */
        height: 28rem;

    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .maincardahai {
        flex-basis: 35% !important;
        text-decoration: none !important;

    }
}

@media only screen and (max-width: 982px) and (min-width: 700px) {
    .maincardahai {
        flex-basis: 50% !important;
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 700px) and (min-width: 300px) {
    .maincardahai {
        flex-basis: 100% !important;
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 750px) {
    .listpositionhhai {
        flex-basis: 45% !important;
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 750px) and (min-width: 300px) {
    .listpositionhhai {
        flex-basis: 100% !important;
        text-decoration: none !important;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans', sans-serif;
    overflow-x: hidden;
}

/* header  start*/


header {
    box-shadow: 0 0 6px 0 #ddddddb3;
    width: 100%;
}

header.scrolled {
    box-shadow: 0 0 8px 0 #392d7d;
}

header nav {
    padding: 8px 2rem !important;
    margin: 0px !important;

    width: 100%;
    background-color: #fff;
}

.brochure_btn {
    margin-left: 1rem !important;
}

.brochure_btn a {
    border: 1px solid #e86e25 !important;
    color: #e86e25 !important;
    transition: .5s ease-in-out;
}

.brochure_btn a:hover {
    background-color: #e86e25 !important;
    color: #fff !important;
}

.navbar-light .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.sm_header {
    display: none;
}


@media screen and (max-width: 980px) {
    .sm_header {
        display: block;
    }

    .lg_header {
        display: none;
    }

    .sm_header .navbar-nav {
        text-align: center;
    }

}

@media screen and (max-width: 680px) {
    header nav {
        padding: 6px 0px !important;
    }

    .sm_header .imt_logo {
        width: 48% !important;
    }
}

nav .navbar-brand {
    padding: 0px;
    position: relative;
}

nav .navbar-brand img {
    height: 80px;
}


/* .navbar-brand.pipe{
    position: relative;
    margin-right: 40px;
} */

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.pipe {
    width: 4px;
    height: 40px;
    background-color: #e86e25;
    margin: auto 1rem auto 0rem;
    border-radius: 2rem;
}


@media only screen and (max-width:680px) {
    .logo {
        width: 90%;
    }

    .navbar-brand {
        margin-right: 0rem !important;
    }

    header nav .container-fluid {
        padding: 0rem 0rem !important;
    }

    .imt_logo {
        width: 200px !important;
    }

    .imt_logo img {
        width: 100%;
    }

    .pipe {
        margin: auto 0rem;
    }

    .imt_logo {
        width: 60%;
    }

    .sm_header .imt_logo {
        width: 6%;
        height: 25px;
        /* background-color: #00833e; */
    }

    .sm_header .imt_logo {
        width: 100%;
        height: 100%;
    }

    .imt_logo img {
        width: 100%;
        height: 100%;
    }

    .navbar-nav {
        text-align: center;
    }
}

@media only screen and (max-width:380px) {

    /* .logo{
        background-color: red;
    } */
    .logo .pipe {
        margin: 0px !important;
    }

    /* .imt_logo{
        width: 150px !important;
    } */
}

/* .navbar-brand.pipe::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 50px;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e86e25;
    border-radius: 2rem;
} */

/* .navbar-nav{
    margin-left: auto;
} */

.nav-item {
    margin: 0px 0px;
}

.nav-item .nav-link {
    text-transform: uppercase;
    /* padding: 10px 5px; */
    color: #231f20;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* letter-spacing: -1px; */
}

.nav-item .nav-link.btn {
    border: 1px solid #231f20;
    padding: 7px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-item .nav-link.btn:hover {
    background-color: #392d7d;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55) !important;
}

.headerborder{
    border: 1px solid white;
    padding: 0.5rem;
	font-size:1.1rem;
}

/* header end */

.headerbackground {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background-image: linear-gradient(-58deg, rgb(57 45 125 / 73%) 54%, rgb(68 59 118 / 62%) 63%), url('../image/back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    /* border-radius: 0 0 150px 0; */
}

:root {
    --organce: #e66f25;
    --purple: #3a2d7d;
}

.organce {
    color: #e66f25;
}


.purple {
    color: #3a2d7d;
}

/* section Heading */
.prgHeading {
    border-radius: 1rem;
    padding: 1rem;
    font-size: 33px;
    color: #392d7d;
    margin-bottom: 1.5rem;
    text-align: left;
    font-weight: 600;
    background: #79746824;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

/* section Heading */

/* button center */
.samne-se-hatho {
    display: flex;
    justify-content: center;
}

/* button center */

/* course number */
.jaldi-se-focus-karo {
    width: 35px;
    height: 31px;
    background-color: #3a2d7d;
    border: 4px solid #e66f25;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 20px;
    font-size: 10px;
    font-weight: 800;
    border-radius: 50%;
    /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */

}

/* course number */

/* ------------------------------------------------------------------------section 1 ------------------------------------------------------------------------------------------*/


.section1preheader h4 {
    margin-top: 3rem;
    font-weight: 700;
}

.section1mainheader h1 {
    font-weight: 700;
}

.headerbackground .nouse div p span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e66f25;
}

.headerbackground .nouse div .section1highlight {
    font-size: 1.5rem;
    font-variant: all-small-caps;
    font-weight: bold;
    line-height: normal;
    color: #e66f25;
}

.headerbackground .nouse div form .section1form {
    display: flex;
}

.headerbackground .nouse div form label {
    font-size: 1.2rem;
    color: var(--purple);
    font-weight: 700;
}

.headerbackgroundnew form label {
    font-size: 1.2rem;
    color: var(--purple);
    font-weight: 700;
}

.headerbackground .nouse div form .section1form .section1formmargin {
    margin-left: 10px;
}

@media only screen and (max-width: 1202px) and (min-width: 1000px) {
    .positiondecision {
        position: relative;
        top: 100px !important;
    }

}

.positiondecision {
    position: relative;
    top: 130px;
}

/* ------------------------------------------------------------------------Form ------------------------------------------------------------------------------------------*/

.headerbackground .nouse div form div p span a {
    font-size: 1.2rem;
    color: var(--organce);
    font-weight: 700;
    transition: 300ms;
    text-decoration: none;
}

.headerbackground .nouse div form div p span a:hover {
    font-size: 1.299rem;
    color: var(--organce);
    font-weight: 700;
}

.headerbackgroundnew form div p span a {
    font-size: 1.2rem;
    color: var(--organce);
    font-weight: 700;
    transition: 300ms;
    text-decoration: none;
}

.headerbackgroundnew form div p span a:hover {
    font-size: 1.299rem;
    color: var(--organce);
    font-weight: 700;
}



.headerbackground .nouse div p {
    font-size: 1rem;
    font-weight: 600;
    color: black;
}

.headerbackgroundnew p {
    font-size: 1rem;
    font-weight: 600;
    color: black;
}


.headerbackground .nouse div form .custombuttonsection1form {
    width: 129px;
    background-color: var(--purple) !important;
    color: #ffffff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--purple);
    border-radius: 0 0 0 0;
    padding: 9px 23px 9px 23px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0 0 10px 0 #E58A3E;
}

.headerbackground .nouse div form .custombuttonsection1form:hover {
    background-color: #00000000 !important;
    color: var(--purple) !important;
    box-shadow: 0 0 10px 0 #3a2d7d;
}

.headerbackgroundnew form .custombuttonsection1form {
    width: 129px;
    background-color: var(--purple) !important;
    color: #ffffff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--purple);
    border-radius: 0 0 0 0;
    padding: 9px 23px 9px 23px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0 0 10px 0 #E58A3E;
}

.headerbackgroundnew form .custombuttonsection1form:hover {
    background-color: #00000000 !important;
    color: var(--purple) !important;
    box-shadow: 0 0 10px 0 #3a2d7d;
}


.form .custombuttonsection1formnew {
    /* width: 129px; */
    background-color: var(--purple) !important;
    color: #ffffff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--purple);
    border-radius: 0 0 0 0;
    padding: 9px 23px 9px 23px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 24px; */
    box-shadow: 0 0 10px 0 #E58A3E;
}

.form .custombuttonsection1formnew:hover {
    background-color: #00000000 !important;
    color: var(--purple) !important;
    box-shadow: 0 0 10px 0 #3a2d7d;
}

.C-card {
    padding: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 1rem;
}


/* ------------------------------------------------------------------------searchsectionhai ------------------------------------------------------------------------------------------*/

.searchsectionhai {
    width: 100%;
    height: 100px;
    background-color: #392d7d;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-custom-search {
    background: #4c0b73;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.col-custom-search-BUTTON {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #4c0b73;
}


@media only screen and (max-width: 1200px) and (min-width: 740px) {
    .button-36 {
        height: 100px;
        width: 190px !important;
    }
}

@media only screen and (max-width: 760px) and (min-width: 300px) {
    .button-36 {
        height: 100px !important;
        width: 150px !important;
        border-radius: 1rem !important;
        font-size: 1rem;
    }

    .searchsectionhai {
        width: 100%;
        height: 100px;
        background-color: #4c0b73;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1rem !important;
        margin-top: 1rem !important;
    }

    .col-custom-search {
        background: #4c0b73;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        border-radius: 1rem !important;
        margin-top: 1rem !important;
    }

    .col-custom-search-BUTTON {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        background-color: #4c0b73;
        border-radius: 1rem !important;
        margin-top: 1rem !important;
    }

    .button-36{
        font-size: 16px !important;
    }
}

/* CSS */
.button-36 {
    background-color: white;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #9f2894;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 500;
    height: 4rem;
    padding: 0 1.6rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    height: 100px;
    width: 315px;
}

/* .button-36:hover {
  box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
  transition-duration: .1s;
} */

@media (min-width: 768px) {
    .button-36 {
        padding: 0 2.6rem;
    }
}

select {

    /* styling */
    background-color: white;
    border: 1PX solid #392d7d;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    width: 90% !important;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}



select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.searchlabelhai {
    color: white;
    padding-bottom: 0.3rem;
}

/* ------------------------------------------------------------------------searchsectionhai end ------------------------------------------------------------------------------------------*/




.card {
    margin: 1rem;
    border-radius: 1rem !important;
    box-shadow: 2px 2px 7px 3px rgba(33, 33, 33, .16) !important;
    transition: all 0.3s linear;
}

.card:hover {
    transform: scale(1.05);
}

.card-title-custom {
    padding-left: 10px;
    padding-right: 10px;
}

.card-body-custom {
    border-radius: 1rem 1rem 0rem 0rem;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /*background-image: url(../image/1.1.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body-custom-two {
    border-radius: 1rem 1rem 0rem 0rem;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    background-image: url(../image/1.2.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body-custom-three {
    border-radius: 1rem 1rem 0rem 0rem;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    background-image: url(../image/1.3.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body-custom-four {
    border-radius: 1rem 1rem 0rem 0rem;
    flex: 1 1 auto;
    padding: 1rem 1rem;
    background-image: url(../image/1.4.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-wrap-custom-hai {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maincardahai {
    flex-basis: 28%;
    text-decoration: none !important;
    color: #000 !important;
}

/* list style */


ol.gradient-list>li,
ol.gradient-list>li::before {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}

ol.gradient-list>li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    margin-left: 45px;
    margin-right: 45px;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
    background: linear-gradient(135deg, #83e4e2 0%, #a2ed56 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}

ol.gradient-list>li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 'Montserrat';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}

ol.gradient-list>li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+2):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+3):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+4):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+5):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 1) 0%, rgba(253, 220, 50, 1) 100%);
}

ol.gradient-list>li:nth-child(10n+6):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.8) 0%, rgba(253, 220, 50, 0.8) 100%);
}

ol.gradient-list>li:nth-child(10n+7):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.6) 0%, rgba(253, 220, 50, 0.6) 100%);
}

ol.gradient-list>li:nth-child(10n+8):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.4) 0%, rgba(253, 220, 50, 0.4) 100%);
}

ol.gradient-list>li:nth-child(10n+9):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0.2) 0%, rgba(253, 220, 50, 0.2) 100%);
}

ol.gradient-list>li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(162, 237, 86, 0) 0%, rgba(253, 220, 50, 0) 100%);
}

ol.gradient-list>li+li {
    margin-top: 2rem;
}

.listpositionhhai {
    flex-basis: 30%;
    margin: 1rem;
    list-style: none;
}

.listpositionhhai-second {
    flex-basis: 100%;
    margin: 1rem;
}

.listpositionhhai-secoaducnd {
    flex-basis: 100%;
    margin: 1rem;
    list-style: none;


}

.listpositionhhai-secoaducnd::before {
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #1179EF 0.41%, #27B1F8 100%);
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 0 0 4px 4px;
}



.card-wrap-3cards,
.card-wrap {
    display: flex;
    flex-wrap: wrap
}

.card-wrap-3cards .join-card,
.card-wrap .join-card {
    background: #fff;
    box-shadow: 2px 4px 13px rgba(17, 121, 239, .1);
    border-radius: 4px;
    padding: 0px 15px 28px;
    margin-top: 48px;
    position: relative;
    vertical-align: top;
    width: 100%
}

.card-wrap-3cards .join-card .no-image,
.card-wrap .join-card .no-image {
    width: 4px;
    height: 25px;
    float: left;
    background-color: #1179ef;
    position: absolute;
    left: 0px;
    top: 14px;
    border-radius: 0px 6px 6px 0px
}

.card-wrap-3cards .join-card .no-image img,
.card-wrap .join-card .no-image img {
    display: none
}

.card-wrap-3cards .join-card h3,
.card-wrap .join-card h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    margin-top: 40px
}

.card-wrap-3cards .join-card h3.withoutIcons,
.card-wrap .join-card h3.withoutIcons {
    margin-top: 16px
}

.card-wrap-3cards .join-card p,
.card-wrap .join-card p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #51565e;
    max-width: 300px;
    display: inline-block
}

.card-wrap-3cards .join-card .card-icon,
.card-wrap .join-card .card-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 2px 4px 13px rgba(17, 121, 239, .1);
    border-radius: 10px;
    position: absolute;
    top: -25px
}

.card-wrap-3cards .join-card .card-icon::before,
.card-wrap .join-card .card-icon::before {
    content: "";
    width: 40px;
    height: 40px;
    background: url("https://www.simplilearn.com/ice9/assets/jagsom-sprite.svgz") no-repeat;
    background-position: -8px -18px;
    position: absolute;
    left: 1px;
    top: 10px;
    display: inline-block
}

.card-wrap-3cards .join-card .card-image,
.card-wrap .join-card .card-image {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 2px 4px 13px rgba(17, 121, 239, .1);
    border-radius: 10px;
    position: absolute;
    top: -25px
}

.card-wrap-3cards .join-card .card-image::before,
.card-wrap .join-card .card-image::before {
    content: "";
    width: 22px;
    height: 28px;
    background: none;
    background-position: -8px -18px;
    position: absolute;
    left: 1px;
    top: 10px;
    display: inline-block
}

.card-wrap-3cards .join-card .card-image img,
.card-wrap .join-card .card-image img {
    width: 40px;
    height: 40px;
    position: relative;
    left: 5px;
    top: 6px;
    border-radius: 8px
}

.card-wrap-3cards .join-card.no-icons,
.card-wrap .join-card.no-icons {
    margin-top: 24px
}

.card-wrap-3cards .join-card:nth-of-type(2) .card-icon::before,
.card-wrap .join-card:nth-of-type(2) .card-icon::before {
    background-position: -8px -69px;
    top: 8px;
    left: 0px
}

.card-wrap-3cards .join-card:nth-of-type(2) .card-image::before,
.card-wrap .join-card:nth-of-type(2) .card-image::before {
    background-position: -8px -69px;
    top: 8px;
    left: 0px
}

.card-wrap-3cards .join-card:nth-of-type(3) .card-icon::before,
.card-wrap .join-card:nth-of-type(3) .card-icon::before {
    background-position: -7px -123px;
    top: 8px;
    left: 0px
}

.card-wrap-3cards .join-card:nth-of-type(3) .card-image::before,
.card-wrap .join-card:nth-of-type(3) .card-image::before {
    background-position: -7px -123px;
    top: 8px;
    left: 0px
}

.card-wrap-3cards .join-card:nth-of-type(4) .card-icon::before,
.card-wrap .join-card:nth-of-type(4) .card-icon::before {
    background-position: -14px -173px;
    top: 8px;
    left: 5px
}

.card-wrap-3cards .join-card:nth-of-type(4) .card-image::before,
.card-wrap .join-card:nth-of-type(4) .card-image::before {
    background-position: -14px -173px;
    top: 8px;
    left: 5px
}


.img-style-cut {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1rem;
}

/* price style start */

#generic_price_table .generic_content {
    background-color: #fff;
    margin-top: 20px;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #2ECC71;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg {
    border-color: #e66f25 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e66f25;
    color: #fff;
    background: #392d7d;
    transition: all 0.3s linear;

}

#generic_price_table .generic_content {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 0.5rem;
    transition: all 0.3s linear;
}

#generic_price_table .generic_content:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #392d7d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #392d7d;
    color: #fff;
    background: #e66f25;
    transition: all 0.3s linear;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #2ECC71;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
}

.row .table {
    padding: 28px 0;
}

@media only screen and (max-width: 762px) and (min-width: 300px) {
    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
        font-size: 25px !important;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 15px !important;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
        vertical-align: middle !important;
        margin-left: 5px !important;
        font-size: 10px !important;
    }
}


#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}


#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

/* price style  end*/

/* additional like duration field of study and level */




.container .custom-card-two .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #392d7d;
    transition: 0.7s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}




.custom-card-two .face {
    height: 100px;
    transition: 0.5s;
}

@media only screen and (max-width: 1500px) and (min-width: 300px) {
    .container .custom-card-two .icon h6 {
        font-size: 1rem !important;
    }

    .custom-card-two .face.face2 .content h4 {
        font-size: 1rem !important;
    }

}

.custom-card-two .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.custom-card-two:hover .face.face1 {
    background: #ff0057;
    transform: translateY(0px);
}

.custom-card-two .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.custom-card-two:hover .face.face1 .content {
    opacity: 1;
}

.custom-card-two .face.face1 .content i {
    max-width: 100px;
}

.custom-card-two .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transform: translateY(-100px);
}

.custom-card-two:hover .face.face2 {
    transform: translateY(0);
}

.content h6 {
    font-size: 1.5rem;
    color: white !important;
}

/* additional like duration field of study and level */

/* sidebar close btn */

.button-52 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid #ba000d;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: white !important;
    font-weight: 600;
}

.button-52:after {
    content: "";
    background-color: #ff7961;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-52:hover:after {
    top: 0px;
    left: 0px;
}

@media (min-width: 768px) {
    .button-52 {
        padding: 13px 50px 13px;
    }
}

/* sidebar close btn */


/* nav bton */

/* CSS */
.button-55 {
    width: 200px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: white;
    font-weight: 400;
}

.button-55:after {
    content: "";
    background-color: #e66f25;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-55:hover:after {
    top: 0px;
    left: 0px;
}

.non-button-57 {
	
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    /* padding: 13px 20px 13px; */
    outline: 0;
    border: 0px solid white;
    cursor: auto !important;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: white;
    font-weight: 400;
}

.button-57 {
	text-decoration:none;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid #392d7d;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #392d7d;
    font-weight: 400;
}

.button-57:after {
    content: "";
    background-color: white;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-57:hover {
    background-color: #e66f25 !important;
    color: white !important;
}
.button-57:hover:after {
    top: 0px;
    left: 0px;
}


.button-557 {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: white;
    font-weight: 400;
}

.button-557:after {
    content: "";
    background-color: #4CAF50;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.button-557:hover:after {
    top: 0px;
    left: 0px;
}


/* nav bton */

/* populat search btn */

.button-86 {
    all: unset;
    width: 100%;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #392d7d;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/* end */

/* ------------------------------------------------------------------------footer ------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #2b2a2a;
    font-size: 14px;
    background: #fff;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #80808026;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    text-align: left;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #656262f0;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3a2d7d;
    position: relative;
    padding-bottom: 12px;
    text-align: left;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ffa587;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #656262f0;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    text-align: left;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #3a2d7d;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #2b2a2a;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3a2d7d;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #e35e31a1;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #2b2a2a;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #3a2d7d;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #e76e45;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    font-size: large;
    color: #3a2d7d;
    padding-top: 10px;
    font-weight: 600;
}

/* about program */

/* large screens */
@media (min-width: 1600px) {}

/* Desktops/Laptops */
@media (max-width: 1500px) {
    .steps .wrapper {
        margin: 0 auto;
        padding-left: 0;
        width: 90%;
    }

    .thankyou-page-inner {
        top: 15%;
    }

    .thankyou-page-inner .wrapper {
        padding: 100px;
    }

    .next-prev-btn .back {
        text-align: center;
    }
}

/* Desktops/Laptops */
@media (max-width: 1400px) {
    .sidebar .wrapper {
        padding: 25px 20px;
        height: auto;
    }

    .sidebar-inner h2 {
        font-size: 30px !important;

    }

    .sidebar-inner p {
        font-size: 16px;
    }

    .sidebar-inner {
        width: 82%;
    }

    .copyright {
        display: block;
        text-align: center;
    }

    .copyright * {
        margin-bottom: 10px;
    }

    .steps .wrapper {
        margin: 0 auto;
        padding-left: 0;
        width: 95%;
    }

    .step-inner h2 {
        font-size: 40px;
    }

    .step-inner p {
        font-size: 20px;
    }

    .radio-field input[type=radio] {
        padding: 25px;
    }

    .radio-field label {
        font-size: 20px;
        margin-right: 25px;
    }

    .select-field input[type=radio] {
        width: 90px;
        height: 70px;
    }

    .select-field input[type=radio]::before {
        line-height: 70px;
        font-size: 20px;
    }

    .donate-button {
        display: block;
        text-align: center;
    }

    .donate-button * {
        margin-bottom: 10px;
    }

    .thankyou-page {
        border-radius: 0;
        padding: 20px;
    }

    .thankyou-page-inner {
        top: 5%;
    }

    .thankyou-page-inner .wrapper {
        padding: 50px;

    }

    .thankyou-page-inner h2 {
        font-size: 30px;
    }

}

/* Laptops */
@media (max-width: 1024px) {}

/* Tablets */
@media (max-width: 768px) {
    .tab-100 {
        width: 100%;
    }

    .steps {
        margin-top: 50px;
        height: auto;
    }
}

/* mobile */
@media (max-width: 576px) {
    .sidebar .wrapper {
        padding: 25px 20px;
        height: auto;
    }

    .sidebar-inner {
        width: 90%;
    }

    .sidebar-inner h2 {
        font-size: 30px;
    }

    .sidebar-inner p {
        font-size: 15px;
    }

    .copyright {
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 20px;
    }

    .copyright * {
        margin-bottom: 10px;
    }

    .steps .wrapper {
        margin: 0 auto;
        padding-left: 0;
        width: 95%;
    }

    .steps {
        margin-top: 50px;
    }

    .step-inner h2 {
        font-size: 30px;
    }

    .step-inner p {
        font-size: 18px;
    }

    .radio-field input[type=radio] {
        padding: 25px;
    }

    .radio-field label {
        font-size: 20px;
        margin-right: 25px;
    }

    .select-field input[type=radio] {
        width: 90px;
        height: 70px;
    }

    .select-field input[type=radio]::before {
        line-height: 70px;
        font-size: 20px;
    }

    .next-prev-btn {
        display: block;
        text-align: center;
    }

    .next-prev-btn * {
        margin-bottom: 10px;
    }

    .next-prev-btn .prev {
        margin-right: 0px;
    }

    .donate-button {
        display: block;
        text-align: center;
    }

    .donate-button * {
        margin-bottom: 10px;
    }

    .donate-button button {
        width: 100%;
    }

    .donate-button .custom {
        width: 100%;
    }

    .thankyou-page {
        border-radius: 0;
        padding: 20px;
    }

    .thankyou-page-inner {
        top: 15%;
        border-radius: 10px;
    }

    .thankyou-page-inner .wrapper {
        padding: 50px;

    }

    .thankyou-page-inner h2 {
        font-size: 30px;
    }

    .next-prev-btn .back {
        width: 100%;
    }


}



main {
    position: relative;
}

.sidebar {
    background-size: 157% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    position: relative;
    /* background-image: linear-gradient(45deg, #6c3183, #a83f67); */
    background-image: url('../image/skyline.png');

}

.sidebarcimaabout {
    background-image: url(../image/boy-graduation.png);
    background-size: 210% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    position: relative;
}

.sidebarcimaabout .wrapper {
    padding: 45px 40px;
    height: 100%;
}

.sidebar .wrapper {
    padding: 45px 40px;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .logo-icon {
    font-size: 30px;
    color: rgb(41, 164, 202);
}

.logo .logo-text {

    font-size: 33px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
}

.sidebar-inner {
    color: white;
    display: grid;
    height: 60%;
    align-content: center;
    margin: 0 auto;
    width: 78%;
    background: #0000008c;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 1.5rem;
    margin-top: 4rem;
}

.sidebar-inner span {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-inner h2 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
}

.sidebar-inner p {
    font-size: 18px;
    color: rgb(215, 215, 215);
    line-height: 1.556;
}

.background {
    background-image: url(../image/bg.jpg);
    background-size: cover;

}

.steps {
    height: 70vh;
    width: 100%;
}

/* #steps {
    margin-bottom: 30px;
} */

.steps .wrapper {
    display: grid;
    align-content: center;
    height: 70vh;
    margin-right: auto;
    padding-left: 100px;
    width: 80%;
}

.step-inner {
    height: 100%;
}

.step-inner span {
    font-size: 14px;
    color: rgb(166, 166, 166);
    line-height: 2;
}

.step-inner h2 {
    padding: 1rem;
    background: #6a2e84;
    font-size: 45px;
    color: white;
    font-weight: bold;
    line-height: 1.444;
    text-transform: capitalize;
    border-radius: 1rem;
    text-align: center;
}

@media only screen and (max-width: 1400px) and (min-width: 1000px){
    .step-inner p.numberabout {
        color: #672f86;
        font-size: 1.3rem !important;
        font-weight: 600;
        margin-bottom: -0.5rem;
    }

    .step-inner h2 {
        padding: 1rem;
        background: #6a2e84;
        font-size: 30px !important;
        color: white;
        font-weight: bold;
        line-height: 1.444;
        text-transform: capitalize;
        border-radius: 1rem;
        text-align: center;
    }

    .step-inner p{
        font-size: 12px !important;
        font-weight: 500;
        color: rgb(16, 26, 37);
        margin-top: 5px;
        line-height: normal;
    }

    main {
        height: 80vh;
    }
}

@media only screen and (max-width: 999px) and (min-width: 200px) {
    .step-inner p.numberabout {
        color: #672f86;
        font-size: 1rem !important;
        font-weight: 600;
        margin-bottom: -0.5rem;
    }

    .step-inner h2 {
        padding: 1rem;
        background: #6a2e84;
        font-size: 30px !important;
        color: white;
        font-weight: bold;
        line-height: 1.444;
        text-transform: capitalize;
        border-radius: 1rem;
        text-align: center;
    }

    .step-inner p{
        font-size: 14px !important;
        color: rgb(16, 26, 37);
    }


}

.step-inner p.numberabout {
    color: #672f86;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: -0.5rem;
}

.step-inner p {
    font-size: 22px;
    color: rgb(16, 26, 37);
}

.donation-form {
    margin-top: 55px;
}

.radio-field {
    display: flex;
    height: 133px;
    align-content: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    position: relative;

}

.radio-field input[type=radio] {
    -webkit-appearance: none;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    border: solid 5px rgb(233, 233, 233);
    border-radius: 6px;
    padding: 35px;
    transition: 0.5s all ease;
}

.radio-field input[type=radio]::before {
    display: block;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 60px;
    transition: 0.1s all linear;
    height: 60px;
}



@media only screen and (max-width: 2200px) and (min-width: 1404px) {
    .radio-field label {
        font-size: 18px !important;
        color: rgb(37, 50, 98);
        font-weight: bold;
        margin-left: 30px;
        width: 50%;
        margin-left: auto;
        margin-right: 45px;
    }

    .steps .wrapper {
        display: grid;
        align-content: center;
        margin-right: auto;
        padding-left: 0px;
        width: 100%;
    }

}

@media only screen and (max-width: 1404px) and (min-width: 876px) {
    .radio-field label {
        font-size: 15px !important;
        color: rgb(37, 50, 98);
        font-weight: bold;
        margin-left: 30px;
        width: 50%;
        margin-left: auto;
        margin-right: 45px;
    }

    .steps .wrapper {
        display: grid;
        align-content: center;
        padding-top: 1rem;
        margin-right: auto;
        padding-left: 0px;
        width: 100%;
    }

}

@media only screen and (max-width: 875px) and (min-width: 300px) {
    .radio-field label {
        font-size: 15px !important;
        color: rgb(37, 50, 98);
        font-weight: bold;
        margin-left: 30px;
        width: 50%;
        margin-left: auto;
        margin-right: 45px;
    }

    .steps .wrapper {
        display: grid;
        align-content: center;
        margin-right: auto;
        padding-left: 0px;
        width: 100%;
    }

}

.radio-field label {
    font-size: 15px !important;
    color: rgb(37, 50, 98);
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 5px;
}

.radio-field input[type=radio]:checked {
    border-color: rgb(41, 164, 202);
}

.radio-field input[type=radio]:checked::before {
    filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(376%) hue-rotate(150deg) brightness(83%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(56%) sepia(99%) saturate(376%) hue-rotate(150deg) brightness(83%) contrast(89%);
}

.select-field {
    margin-bottom: 40px;
}

.select-field label {
    font-size: 14px;
    color: rgb(166, 166, 166);
    display: block;
    margin-bottom: 15px;
}

.select-field input[type=radio] {
    -webkit-appearance: none;
    border: solid 2px rgb(37, 50, 98);
    width: 103px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.5s all ease;
    position: relative;
}

.select-field input[type=radio]::before {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    font-size: 22.5px;
    color: rgb(37, 50, 98);
    transition: 0.5s all ease;
    font-weight: bold;

}

.select-field input[type=radio]:checked {
    border-color: rgb(41, 164, 202);
}

.select-field input[type=radio]:checked::before {
    color: rgb(41, 164, 202);
}

.select-field .text-w-icon-field {
    border-radius: 50px;
    border: solid 2px rgb(37, 50, 98);
    width: 250px;
    height: 80px;
    overflow: hidden;
    display: flex;
    transition: 0.3s all ease;

}

.select-field .text-w-icon-field label {
    outline: solid 2px rgb(37, 50, 98);
    width: 87px;
    height: inherit;
    border-radius: 50px;
    text-align: center;
    line-height: 80px;
    font-size: 22.5px;
    color: rgb(37, 50, 98);
    font-weight: bold;
    transform: 0.3s all ease;

}

.select-field .text-w-icon-field input[type=text] {
    height: 100%;
    background: transparent;
    border: 0;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 22.5px;
    width: calc(100% - 87px);
    color: rgb(37, 50, 98);
    font-weight: bold;
    transform: 0.3s all ease;

}

#active.focused {
    border-color: rgb(41, 164, 202) !important;
}

#active.focused label {
    outline-color: rgb(41, 164, 202) !important;
    color: rgb(41, 164, 202) !important;
}

#active.focused input[type=text] {
    color: rgb(41, 164, 202) !important;
}

.select-field .text-w-icon-field input[type=text]:focus {
    outline: none;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    width: 90%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    margin: 1rem;
}

/* .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
  }
  .formbold-input-flex > div {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
  } */
.formbold-textarea {
    display: flex;
    flex-direction: column-reverse;
}

.formbold-form-input {
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #07074D;
    outline: none;
    resize: none;
}

.formbold-form-input::placeholder {
    color: #536387;
}

.formbold-form-input:focus {
    border-color: #6A64F1;
}

.formbold-form-label {
    color: #07074D;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 18px;
}

.formbold-form-input:focus+.formbold-form-label {
    color: #6A64F1;
}

.formbold-input-file {
    margin-top: 30px;
}

.formbold-input-file input[type="file"] {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -1;
}

.formbold-input-file .formbold-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.formbold-filename-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px;
}

.formbold-filename {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #536387;
}

.formbold-filename svg {
    cursor: pointer;
}

.formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 12px 25px;
    border: none;
    font-weight: 500;
    background-color: #6A64F1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.positionbtncenetr {
    position: relative;
    top: -17px;
    left: 33%;
}

.backrang {
    display: flex;
    width: 100%;
    /* height: 500px; */
    /*background-image: linear-gradient(45deg, #ff7961, #392d7d);*/
    justify-content: center;
    align-items: center;
}




.c-details span {
    font-weight: 300;
    font-size: 13px
}

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}


.button-89 {
    --b: 3px;
    /* border thickness */
    --s: .45em;
    /* size of the corner */
    --color: #392d7d;
    position: relative;
    left: 83%;
    top: 1%;
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
        conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 11px;
    margin-bottom: 15px;
    border: 0;
    z-index: 1100;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}

.button-89:active {
    background: var(--color);
    color: #fff;
}

.buttonmobilewithmargin {
    left: 90% !important;
}

@media only screen and (max-width: 700px) and (min-width: 100px) {
    .buttonmobilewithmargin {
        left: 80% !important;
        /* margin-top: 5rem !important; */
    }
}



.new-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 0.5rem;
    margin: 1rem;
    background: white;
}

@media only screen and (max-width: 400px) and (min-width: 100px) {
    .new-image-section {
        width: 100px !important;
        height: 100px;
    }
}

.new-image-section {
    width: 160px;
    height: 100px;
}


.over-floe-auru {
    max-height: 66px;
    word-break: break-all;
    /* overflow: auto; */
}

.segment {
    margin: 5px;
    display: flex;
    padding: 0px;
    flex-shrink: 0;
    border: 0px;
    border-radius: 0.625rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 0.875rem 0px;
    min-height: 112px;
    text-align: center;
    align-items: center;
    color: #212529;
    transition: all 0.3s linear;
}

.inlineLink {
    text-decoration: none;
    background-color: transparent;
    position: relative;
  font-size: 16px;
  cursor:pointer;
  user-select:none;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}


.inlineLink:hover {
    cursor: pointer;

    transition-duration: 0.1s;
  }
  
  
  .inlineLink:active:after {
    position: absolute;
    left: 0;
    top:0;
    transition: 0s;
  }
  
  .inlineLink:active {
    top: 1px;
  }

.segment img {
    width: 100px;
    height: 100px;
    border-radius: 1rem 0rem 0rem 1rem;
    margin-left: 1rem;
}

.custom-badeges {
    position: absolute;
    top: 15px;
    background: green;
    right: 20px;
}

.left_custom-badeges {
    position: absolute;
    top: 15px;
    background: #e91e63;
    left: 0px;
    border-radius: 0px 5px 5px 0px !important;
}


.segment:hover {
    transform: scale(1.05);
    transition: all 0.3s linear;
}

.center-div-div {
    min-height: 96%;
    display: flex;
    align-items: center;
}

.center-div {
    min-height: 79%;
    display: flex;
    align-items: center;
}




.gSDpmF {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.75;
    width: 100%;
    z-index: 1;
    margin-bottom: 1.25rem !important;
}

.gSDpmF-inner {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.75;
    width: 100%;
    z-index: 1;
    margin-bottom: 1.25rem !important;
}

@media only screen and (max-width: 1300px) and (min-width: 700px) {
    .gSDpmF-inner {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1;
        width: 100%;
        z-index: 1;
    }

    .wcYrk {
        line-height: normal!important;
        margin-top: 0.5rem;
        font-size: 1.2rem !important;
        text-align: left;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .ulstyleheader {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 700px) and (min-width: 200px) {
    .gSDpmF-inner {
        font-size: 1rem;
        font-weight: 600;
        line-height: 0.5rem;
        width: 100%;
        z-index: 1;
    }

    .wcYrk {
        line-height: normal!important;
        margin-top: 0.8rem;
        font-size: 1rem !important;
        text-align: left;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .ulstyleheader {
        font-size: 0.5rem;
    }



}

@media only screen and (max-width: 1000px) and (min-width: 200px) {
    .backimageoneinner {
        background: url('https://images.ctfassets.net/rb9cdnjh59cm/1ly1aonLNXJQdGd1H6uwTD/4f092af5c4e51304a3a4f061fe204ed0/2201-00928-rave-photos_3000x2000-72dpi-abv.jpg') !important;
        height: 100% !important;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .backimageone {
        display: none !important;
    }

    .backimageoneinnerimage {
        display: none !important;
    }

    .backimagethreeinnerimage {
        display: none !important;
    }

    .backimagetwoinnerimage{
        display: none !important;
    }

    .sc-hnQkKq {
        padding: 1rem !important;
        position: relative;
        top: 0% !important;
        height: 100% !important;
    }
}


.wcYrk {
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: normal;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    text-align: left;
    position: relative;
    z-index: 1;
    width: 100%;
}

.ulstyleheader {
    list-style: none;
    color: white;
    margin-left: -2rem;
}

.backimageone {
    background-image: url('https://images.ctfassets.net/rb9cdnjh59cm/4EeyW6LQfR7aVMyWL9M3SH/46fb39d6b2afc0859febde53828b39a4/2201-16508_1_RAVE-_image_3000x2000_8.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
    /* margin-top: 2rem; */
}

.backimageoneinner {
    background: linear-gradient(90deg, rgb(60 47 126) 0%, rgba(124, 40, 115, 1) 100%), url('https://images.ctfassets.net/rb9cdnjh59cm/1ly1aonLNXJQdGd1H6uwTD/4f092af5c4e51304a3a4f061fe204ed0/2201-00928-rave-photos_3000x2000-72dpi-abv.jpg');
    height: 28rem;
}

.backimageoneinnerimage {
    background-image: linear-gradient(90deg, rgba(92, 43, 120, 1) 1%, rgba(92, 43, 120, 0.082) 100%), url('../image/ABV\ Banner\ image\ duplicate.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem;
    position: relative;
}

.sc-hnQkKq {
    padding-left: 10rem;
    position: relative;
    top: 10%;
}

/* .fIroqn.fIroqn.fIroqn path {
    fill: rgb(114, 36, 108);
} */


.backimagetwo {
    background-image: url('https://images.ctfassets.net/rb9cdnjh59cm/1iGnmrinxNLtyfegavspUv/d5e0a4e25259fc68148771cef62668c3/2201-16508_1_RAVE-_image_3000x2000_13.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
    /* margin-top: 2rem; */
    
}


.backimagetwoinnerimage {
    background-image: linear-gradient(90deg, rgba(92, 43, 120, 1) 1%, rgba(92, 43, 120, 0.082) 100%), url('../image/Banner\ image\ new.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem;
    position: relative;
}


.backimagethree {
    background-image: url('https://images.ctfassets.net/rb9cdnjh59cm/24sibkJlMFhoYUTuaCVRBx/8df7336c9116b649e722bfe6d4933678/2201-16508_1_RAVE-_image_3000x2000_10.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
    /* margin-top: 2rem; */
}


.backimagethreeinnerimage {
    background-image: linear-gradient(90deg, rgba(92, 43, 120, 1) 1%, rgba(92, 43, 120, 0.082) 100%), url('../image/CFF\ Banner\ image.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 28rem;
    position: relative;
}

@media only screen and (max-width: 1400px) and (min-width: 1000px){
    .mostbottomcorner{
        left: 60% !important;

    }

    .leveldurationcpe h6{
        font-size: .8rem !important;
    }
}
.mostbottomcorner{
    position: relative;
    top: 85%;
    left: 70%;
    color: white;
    background-color: #4c0b73;
    border-radius: .5rem;
    padding: 1rem;
}

@media only screen and (max-width: 1700px) and (min-width: 1000px) {
    .sc-hnQkKq {
        padding-left: 6rem;
        height: 30%;
        position: relative;
        top: 10%;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 200px) {
    .sidebar-inner {
        width: 100% !important;
        height: 50% !important;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .fontsearch {
        font-size: 1rem ;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .fontsearch {
        font-size: 0.5rem !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 200px) {
    .fontsearch {
        font-size: 1rem !important;
    }
}

/* / scroll bar start /
/ width / */
::-webkit-scrollbar {
    width: 10px;
}

/* / Track / */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* / Handle / */
::-webkit-scrollbar-thumb {
    background: #2b084a;
    border-radius: 10px;
}

/* / Handle on hover / */
::-webkit-scrollbar-thumb:hover {
    background: #2b084ab6;
}

/* / scroll bar end / */


.sidebordercertificatered::before {
    content: "";
    border-left: 2rem solid #9f2894;
    position: relative;
    top: 0;
    min-height: 112px;
    border-radius: 0.625rem 0rem 0rem 0.625rem;
}

.sidebordercertificatered .sidetext {
    font-size: 1rem;
    position: absolute;
    top: 77px;
    color: white !important;
    transform: rotate(269deg);

}

.sidebordercertificateyellow::before {
    content: "";
    border-left: 2rem solid #5f1489;
    position: relative;
    top: 0;
    min-height: 112px;
    border-radius: 0.625rem 0rem 0rem 0.625rem;
}

.sidebordercertificateyellow .sidetext {
    font-size: 1rem;
    position: absolute;
    top: 55px;
    left: -20px;
    text-transform: uppercase;
    color: white !important;
    transform: rotate(269deg);

}

















.content-item-content-form {
    position: absolute;
    background: white;
    max-width: 90%;
    padding: 0.5rem;
    margin-top: 1rem;
    color: #392d7d;
}


.onepagecss {
    height: 250px;
    overflow: auto;
}

.content-item-content {
    position: absolute;
    background: #e22027;
    max-width: 90%;
    padding: 0.5rem;
    margin-top: 1rem;
    color: white;
}

.rbt-shadow-box {
    border-radius: 6px;
    background: white;
    /* overflow: hidden; */
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 30px;
}

.mt--30 {
    margin-top: 30px !important;
}

.rbt-title-style-3 {
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e3f14f;
}


@media only screen and (max-width: 1920px) and (min-width: 1700px){
    .button-coursebtn {
         width: 33%!important;
    }
}
@media only screen and (max-width: 1699px) and (min-width: 1262px){
    .button-coursebtn {
         width: 32%!important;
    }
}
@media only screen and (max-width: 1260px) and (min-width: 100px){
    .button-coursebtn {
         width: 100%!important;
    }
}

/* CSS */
.button-coursebtn {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-align: center;
}

.button-coursebtn span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-coursebtn span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

.button-coursebtn:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392d83;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.button-coursebtn:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

.button-coursebtn:hover span:last-child {
    transform: translateX(-50%) translateY(-100%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}


.leveldurationcpe {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 4px solid #372e7e;
    border-radius: 4px;
}

.leveldurationcpe h6 {
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
    padding-left: 1rem;
    padding-top: 0.3rem;
}

.contactus {
    font-size: 20px;
    border-radius: 6px;
    background: white;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
}


/* sidebar css-----------------------------------------------------start------------------------------------------------------------------- */
.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}
.w3-animate-arlet {
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-sidebar {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow-x: hidden;
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-bar-block .w3-bar-item {
    display: block;
    padding: 8px 16px;
    text-align: left;
    white-space: normal;
    float: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

/* sidebar css-----------------------------------------------------end------------------------------------------------------------------- */

/*Alert*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
}

.alert_info {
    background-color: #4285f4;
    border: 2px solid #4285f4
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.close {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal
}

.alert_success {
    background-color: #09c97f;
    border: 2px solid #09c97f
}

.alert_warning {
    background-color: #f8b15d;
    border: 2px solid #f8b15d
}

.alert_error {
    background-color: #f95668;
    border: 2px solid #f95668
}

.fade_info {
    background-color: #d9e6fb;
    border: 1px solid #4285f4;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
}

.fade_info .close {
    color: #4285f4
}

.fade_info strong {
    color: #4285f4
}

.fade_success {
    background-color: #c9ffe5;
    border: 1px solid #09c97f
}

.fade_success .close {
    color: #09c97f
}

.fade_success strong {
    color: #09c97f
}

.fade_warning {
    background-color: #fff0cc;
    border: 1px solid #f8b15d;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
}

.fade_warning .close {
    color: #f8b15d
}

.fade_warning strong {
    color: #f8b15d
}

.fade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
}

.fade_error .close {
    color: #f95668
}

.fade_error strong {
    color: #f95668
}


@media only screen and (max-width: 1000px) and (min-width: 200px) {
    .side-mene-menu{
        width: 100% !important; display: none; right: 0px; height: 100vh;z-index: 1320;
    }

}
@media only screen and (max-width: 1200px) and (min-width: 800px) {
    .leveldurationcpe h6 {
        font-size: 0.7rem;
        color: #212529;
        font-weight: 700;
        padding-left: 1rem;
        padding-top: 0.3rem;
    }
    
}

.side-mene-menu{
    width: 30%; display: none; right: 0px; height: 100vh;z-index: 1320;
}

.contact_items h2 {
    color: #f7941d;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}
.contact_card{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #f7941d;
    font-size: 1.3rem;
}

.contact_icon{
    margin-bottom: 1rem;
    width: 85px;
    height: 85px ;
    background: #682d823d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_icon i{
    color: #6a2e84;
    font-size: 1.5rem;
}

.carousel-control-next{
    right: 0px !important;
}

.side_menu_re{
    width:30%;display:none; top: 0; right:0;height: 100vh;padding: 10px;
}

@media only screen and (max-width: 1000px) and (min-width: 100px) {
    .side_menu_re{
        width:80% !important;
    }
}

.accordion-wwer {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 18px 1px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom:10px ;
    display: flex;
    justify-content: space-between;
    border: 1px solid #3a2d7d;
    border-radius: 10px;
}

.accordion-wwer:active,
.accordion-wwer:hover {
    background-color: #ccc;
}

.accordion-wwer:after {
    content: '\02B07';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-wwer.active:after {
    content: "\02B06";
}

.panel {
    padding: 0 18px;
    background-color: #ececec;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.cartChekoutfixed {
    background: white;
    z-index: 2;
    position: absolute;
    /* left: 1px; */
    width: 100%;
    /* top: 793px; */
    /* height: 240px; */
    bottom: 0;
	left:0;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 25%);
}