*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

#wrapper {
    display: flex;
}

#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}


.login {
    background-color: #fff;
}

.login .left .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px !important;
}

.login .left h1 {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
}

.login .left p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.login .left p a {
    color: #05A9A0;
    font-weight: 600;
}

.login .left .login-form .remember label {
    font-size: 16px !important;
    color: #000 !important;
}

.login .left .login-form .remember a {
    color: #05A9A0;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
}

/* .input-field {
    position: relative;
    height: 44px;
    line-height: 44px;
} */


.login .left .login-form .input-field label {
    /* position: absolute;
    top: -20px !important;
    left: 0; */
    /* transition: 0.2s all;
    cursor: text; */
    width: 100%;
    color: #05A9A0;
    margin-bottom: 3px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    display: inline-block;
}




.login .left .login-form input {
    border: 0;
    outline: 0;
    border-bottom: 3px solid #05A9A0;
    box-shadow: none;
    color: #000;
    padding: 8px 10px;
}

.login .left .login-form input:invalid {
    outline: 0;
}

.login .left .login-form input:focus,
.login .left .login-form input:valid {
    border-color: #05A9A0;
}

.login .left .login-form input:focus~label,
.login .left .login-form input:valid~label {
    /* top: -24px !important; */
    color: #05A9A0;
}

.login .left .login-form .fa-eye {
    right: 15px;
    top: 41px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    z-index: 11;
    color: #05A9A0;
}

.login .left .login-form .remember input[type='radio'] {
    width: 17px;
    height: 17px;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
}

.login .left .login-form .remember input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.login .left .login-form .remember input[type='radio']:checked:before {
    background-color: #05A9A0;
}

.login .left .login-form .submit {
    background-color: #05A9A0;
    border: 2px solid #05A9A0;
    color: white;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.login .left .login-form .submit:hover {
    background-color: transparent;
    color: #05A9A0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.alert-danger {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

/*.right-slider .login-item .slick-slide img {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}*/

#content .container-fluid .block-section {
    position: absolute;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    z-index: 9999;
}

#content .container-fluid .block-section .student-subscribe-btn,
.institute-subscribe-btn {
    position: fixed;
    top: 45%;
    left: 53%;
}

#content .container-fluid .loader-section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s;
    width: 15px;
}

#content .container-fluid .loader-section .section-loader-gif {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%);

}

#content-wrapper #content .loader-section .loader-gif {
    position: fixed;
    top: 45%;
    left: 47%;
    width: 5%;
}

.input-field {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    /* display: flex;
    flex-direction: column;
    gap: 5.1rem;
    height: 44px;
    line-height: 44px; */
}

@media (max-width: 991.98px) and (orientation: landscape) {
    
    .right-slider .login-item,
    .right-slider .login-item .slick-list,
    .right-slider .login-item .slick-list .slick-track,
    .right-slider .login-item .slick-list .slick-track .slick-slide {
        height: 100%;
    }

    /* .right-slider .login-item .slick-slide img {
        height: 100% !important;
    } */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.p-5 {
    padding: 3rem !important;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }



    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }


}

.justify-content-center {
    justify-content: center !important;
}


@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }


}


@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 991.98px) and (orientation: landscape) {
    .login .left {
        height: 100vh!important;
    }

    .right-slider .login-item,
    .right-slider .login-item .slick-list,
    .right-slider .login-item .slick-list .slick-track,
    .right-slider .login-item .slick-list .slick-track .slick-slide {
        height: 100%;
    }

    /* .right-slider .login-item .slick-slide img {
        height: 100% !important;
    } */
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

.remember input[type=checkbox] {
    accent-color: #05A9A0;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.align-items-center {
    align-items: center !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

img {
    vertical-align: middle;
    border-style: none;
}

.p-0 {
    padding: 0 !important;
}

a {

    color: #4e73df;
    text-decoration: none;
    background-color: transparent;

}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

a.close.disabled {
    pointer-events: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e2dfdf;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #05A9A0 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00c1b6 !important;
    transition: 3s;
}

/* //for mobile devices  */
@media only screen and (min-width: 320px) and (max-width: 520px) {
    .remember {
        flex-wrap: wrap;
    }

    .gotoSingUp {
        flex-direction: column
    }
    .right-login-section .login-form{
        width: 100%!important;
    }
    .right-login-section{
        padding: 13px!important;
    }
    .right-slider{
        display: none;
    }
    .alert-dismissible{
        padding-right: 4rem;
        margin-bottom: 10px;
    }
    .right-login-section .login-title h3{
        margin-bottom: 0rem!important;
       margin-top: 0px;
       font-size: 19px!important;
    }
    .select-role{
        margin-bottom: 13px!important;
        gap: 15px!important;
    }
    .login .left .white-lable label{
        margin-bottom: 0px!important;
    }
    .right-login-section:before{
        display: none;
    }
    .right-login-section .login-title{
        margin-top: -2px!important;
    }
    .right-login-section .logo{
        width: 187px!important;
        height: 70px!important;
    }
}

.remember {
    align-items: center;
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }

    .custom-card-header .question-cat-inner .left {
        margin-bottom: 13px;
    }

    .custom-card-header .question-outside-title .question-cat-inner audio {
        width: 100% !important;
    }

    .sidebar .sidebar-brand img {
        width: 60px;
        object-fit: contain;
    }

    .login .left {
        height: 100vh!important;
        overflow-y: auto;
    }

    .right-slider .login-item .slick-slide img {
        height: auto !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .fields-center {
        width: 100% !important;
    }

}

/* //medium deviecs */
@media only screen and (min-width: 521px) and (max-width: 767px) {
    .slick-slide img {
        height: auto !important;
        margin-top: 15%;
    }

    .right-slider {
        background-color: #05A9A0;
        text-align: center;

    }
    .right-login-section{
        padding: 10px!important;
    }
    .right-slider{
        display: none;
    }
    .right-login-section .login-title h3{
        margin-bottom: 0rem!important;
       margin-top: 0px;
       font-size: 19px!important;
    }
    .select-role{
       grid-template-columns: 49% 48%!important;
       gap: 10px!important;
    }
    .login .left .white-lable label{
        margin-bottom: 0px!important;
    }
    .right-login-section:before{
        display: none;
    }
    .right-login-section .logo{
        width: 187px!important;
        height: 60px!important;
    }
}

/*For Ipad or tablet*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slick-slide img {
        height: auto !important;
        margin-top: 10%;
    }

    .right-slider {
        background-color: #05A9A0;
        text-align: center;

    }
    .right-login-section{
        padding: 10px!important;
        height: 100vh;
    }
    .right-login-section .login-form{
        width: 90%!important;
    }
    .right-login-section .login-title h3{
        margin-bottom: 0rem!important;
       margin-top: 0px;
       font-size: 19px!important;
    }
    .select-role{
       grid-template-columns: 48% 48%!important;
       gap: 10px!important;
    }
    .login .left .white-lable label{
        margin-bottom: 0px!important;
    }
    .common-left-slider-wrapper .top-title{
        padding-left: 40px!important;
    }
    .common-left-slider-wrapper .top-title h1{
        font-size: 30px!important;
        line-height: 33px;
    }
    .common-left-slider-wrapper .top-title p{
        width: 90%!important;
        font-size: 19px!important;
        line-height: 26px!important;
    }
    .right-login-section .logo{
        width: 187px!important;
        height: 60px!important;
    }
}

/* //large devices */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .right-login-section{
        padding: 10px!important;
    }
    .right-login-section .login-form{
        width: 90%!important;
    }
    .right-login-section .login-title h3{
        margin-bottom: 0rem!important;
       margin-top: 0px;
       font-size: 19px!important;
    }
    .select-role{
       grid-template-columns: 49% 48%!important;
    }
    .login .left .white-lable label{
        margin-bottom: 0px!important;
    }
    .common-left-slider-wrapper .top-title{
        padding-left: 40px!important;
    }
    .common-left-slider-wrapper .top-title h1{
        font-size: 30px!important;
        line-height: 33px;
    }
    .common-left-slider-wrapper .top-title p{
        width: 90%!important;
        font-size: 19px!important;
        line-height: 26px!important;
    }
    .right-login-section .logo{
        width: 187px!important;
        height: 60px!important;
    }
}

.right-slider{
    overflow: hidden;
    height: 100vh;
}
/* login new design changes */
.right-login-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
}
.right-login-section:before{
    content: "";
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0px;
    width: 2.5px;
    height: 85%;
    border-radius: 50%;
    background-image: linear-gradient(to top, rgb(0 172 163 / 35%),rgb(0 168 160), #0000000a);
}
.right-login-section .logo{
    width: 200px;
    height: 81px;
    object-fit: contain;
}
.right-login-section .login-form{
    width: 75%;
}
.right-login-section .login-title{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.right-login-section .login-title h3{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    /* color: #71717A; */
    color: #36276c;
    margin: 0px;
    margin-bottom: 30px;
}
.right-login-section .login-title p{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #71717A;
    margin-top: 0;
    margin-bottom: 1rem;
}
.right-login-section .input-field .form-control{
    background: #F8F9FA;
    border: 1px solid #E9E3E3!important;
    border-radius: 8px;
    width: 100%;
    line-height: 24px;
    color: #000 !important;
    padding-left: 45px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.right-login-section .input-field .form-control:focus{
    box-shadow: unset;
    border: 1px solid #05A9A0!important;
}
.right-login-section .input-field .form-control:hover{
    border: 1px solid #05A9A0!important;
}

.right-login-section .input-field .field-left-icon{
    position: absolute;
    left: 13px;
    top: 40px;
    width: 20px;
    height: 20px;
    color: #00aca3;
}
.label-role h3{
    width: 100%;
    color: #05A9A0;
    margin-bottom: 6px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
}
.label-role h3 label{
    margin-bottom: 0px;
}
.select-role{
    display: flex;
    gap: 1vw;
    margin-top: 0px;
    margin-bottom: 15px;
}
.select-role .common-role-wrap{
    border: 2px solid transparent;
    padding: 7px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 0px;
    transition: all 0.2s ease;
    margin-bottom: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 1px #cccccca6;
    width: 38vh;
    height: 105px;
    display: grid;
    place-content: center;
    gap: 8px;
    position: relative;
}
.select-role .common-role-wrap::after{
    transition: all 0.2s ease;
}
.select-role input[type="radio"]:checked+label{ 
    border:2px solid #00aca3;
}

.select-role input[type="radio"]:checked+label::after{
    content: "✔";
    position: absolute;
    /* top: -11px; */
    top: -9px;
    /* right: 50%;
    left: 50%; */
    right: 0px;
    transform: translate(7px,0px);
    /* transform: translate(-10px,0px); */
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    background-color: #00aca3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}

.select-role .common-role-wrap svg{
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.select-role .common-role-wrap img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.select-role .common-role-wrap p{
    margin: 0px;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    color: #00aca3;
}

.common-left-slider-wrapper{
    background-color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100vh!important;
}
.common-left-slider-wrapper .white-label-img{
    width: 70%;
    object-fit: contain;
    height: 40vh;
    margin: auto;
    display: block;
}
.common-left-slider-wrapper .img-2{
    width: 70%;
    object-fit: contain;
    height: 40vh;
}
.common-left-slider-wrapper .img-1{
    width: 70%;
    object-fit: contain;
    height: 40vh;
}
.common-left-slider-wrapper .top-title h1{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.6vw;
    text-align: left;
    color: #00aca3;
    margin-bottom: 0px;
}
.common-left-slider-wrapper .top-title{
    padding-left: 105px;
    width: 100%;
}
.common-left-slider-wrapper .top-title p{
    width: 65%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7vw;
    line-height: normal;
    text-align: left;
    color: #71717A;
    margin: 10px auto 1rem 0px; 
}
