:root {
    --main-color: #0096d6;
}
:root {
    --colgate-color: #d2010d;
}
.footer {
    bottom: 0;
    background-color: #dfdfdf;
    position: relative;
    padding: 10px 0;
    font-size: 12px;
}
.footer-wrapper {
    /* position: fixed; */
    /* position: fixed; */
    width: 100%;
    bottom: 0px;
    z-index: 9;
}



.login {
    color: #fff;
    text-transform: uppercase;
}
.login ul {
    margin-top: 18px;
    display: flex;
}
.login ul li {
    list-style: none;
    display: inline;
    padding-left: 20px;
    text-transform: capitalize;
    justify-items: center;
}

.login ul li a {
    color: #fff;
    padding-top: 30px;
}
.login ul li a:hover {
    color: #ffa500;
}
.bg {
    background: url(https://s3-ap-southeast-1.amazonaws.com/cdn.buddy4study.com/static/images/bg-emplyee-monetring.jpg)
    no-repeat 0 0;
    font-family: "Lato", sans-serif;
    height: -webkit-fill-available;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background-size: cover;
    /* position: absolute; */
}
/* .bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
} */

.leftpanel {
    color: #fff;
    width: 50%;
    float: left;
}

.rightpanel {
    color: #333333;
    background: rgba(255, 255, 255, 0.95);
    width: 50%;
    float: right;
    padding: 10px 10px 40px;
    position: relative;
    z-index: 5;
    overflow: auto;
    height: 100%;
}
/* width */
/* .rightpanel::-webkit-scrollbar {
    width: 0px;
  } */
  
  /* Track */
  /* .rightpanel::-webkit-scrollbar-track {
    background: #f1f1f1; 
  } */

  /* Handle */
  /* .rightpanel::-webkit-scrollbar-thumb {
    background: #888; 
  }
   */
  /* Handle on hover */
  /* .rightpanel::-webkit-scrollbar-thumb:hover {
    background: #555; 
  } */

  .menteelogin {
    color: #333333;
    background: rgba(255, 255, 255, 0.95);
    width: 50%;
    margin: 0 auto;
    height: 100px;
    margin-top: 7%;
    padding: 10px 10px 30px;
    height: auto;
    overflow: auto;
    border-radius: 7px;
    border: 3px solid #0096d6;
    position: relative;
    z-index: 5;
}

.width100 {
    width: 100%;
}
.text {
    font-size: 18px;
    text-align: left;
    margin-left: 0px;
    font-weight: bold;
}
.mtl10 {
    margin-left: 10px;
}
.otp-text {
    width: 45px;
    display: inline-block;
    margin-left: 10px;
}

.rightpanel h1,
.heading,
.menteelogin h1 {
    text-align: center;
    font-size: 24px;
    padding: 35px 0 30px;
    color: var(--main-color);
    font-weight: bold;
}
.sub-heading {
    text-align: center;
    font-size: 18px;
    padding: 35px 0 30px;
}

.tabs {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.tabs .complete-profile {
    padding-right: 30px;
}
.tabs .complete-profile .checkmark {
    padding: 15px 20px;
}
.tabs .complete-profile .checkmark.active {
    padding: 15px 20px;
    background-color: #0096d6;
    color: #ffffff;
}
.disabled-new {
    background-color: #f2f2f2 !important;
    color: #adb5bd;
    cursor: auto !important;
}

.rightpanel h1.changepassh1,
.menteelogin h1.changepassh1 {
    margin-left: 20%;
}
.leftpanel h1 {
    text-align: center;
    font-size: 28px;
    padding: 35px 0 30px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 28%;
    position: relative;
    z-index: 1;
}
.rightpanel form,
.menteelogin form {
    width: 100%;
}

.rightpanel form i,
.menteelogin form i {
    color: #f00;
    font-size: 18px;
}

.btn-register {
    width: auto;
    min-width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    border-radius: 0;
    background: transparent;
    color: var(--main-color);
    font-size: 18px;
    padding: 10px;
    border: 1px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.btn-register:hover {
    background: var(--main-color);
}
.yellobtn {
    color: #0096d6;
    border: 1px solid #0096d6;
    border-bottom: 2px solid #0096d6;
    display: block;
    float: none;
}

.yellobtn:hover {
    background: #0096d6;
    border: 1px solid #0096d6;
    border-bottom: 2px solid #0096d6;
}
.changepassword {
    width: 180px;
}
.bg-dark {
    background: rgba(0, 0, 0, 0.8) !important;
}
.bg-blue {
    background-color: #2f9aae;
}
.marginleftlogin {
    margin-left: 25%;
}
.otpmarginleft {
    margin-left: 29%;
}

.forgotpass {
    margin-top: 10px;
    text-align: right;
    padding: 0;
}
.resenotp {
    padding-right: 66px;
}
.ml25 {
    margin-left: 25px;
}
.faq h3 {
    font-size: 18px;
    color: var(--main-color);
}
.faq p {
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .leftpanel {
        width: 100%;
        display: none;
    }
    .marginleftlogin {
        margin-left: 0%;
    }
    .otpmarginleft {
        margin-left: 0;
    }
    .rightpanel,
    .menteelogin {
        width: 100%;
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .marginleftlogin {
        margin-left: 27%;
    }
    .otpmarginleft {
        margin-left: 29%;
    }
}

.form-check {
    width: 100px;
}

.custom-control-label {
    margin-bottom: 15px;
    width: 100%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important;
}
.mt20 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 50px;
}

.dashboard-leftpanel {
    background: #fff;
    height: 100%;
    min-height: 540px;
}

.dashboard-leftpanel ul {
    margin: 0;
    padding: 0;
}
.dashboard-leftpanel ul li {
    list-style: none;
    padding: 15px 15px 15px;
    border-bottom: 1px solid #ccc;
}

.dashboard-leftpanel ul li.active {
    color: #ffffff;
    background: var(--main-color);
}

.dashboard-leftpanel ul li a {
    color: #333333;
    text-decoration: none;
}

/*faq  */
.faq-nav {
    flex-direction: column;
    margin: 20px 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.mantee-dashboard {
    flex-direction: row;
    box-shadow: none;
    border: 0;
    justify-content: center;
}
.mantee-dashboard .nav-link {
    padding: 20px 20px;
}
.heading {
    font-size: 22px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--main-color);
}
.heading-content {
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
}
.paddingleft15 {
    margin-left: 15px;
}
.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
}
.faq-nav .nav-link:hover {
    background-color: var(--main-color);
    color: #ffffff;
}
.faq-nav .nav-link.active {
    background-color: var(--main-color);
    font-weight: 700;
    color: #ffffff;
}
.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}
.mantee-dashboard .nav-link {
    padding: 15px 40px;
    font-size: 18px;
    border: 1px solid #ddd;
}
.tab-content {
    /* box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15); */
    margin-top: 20px;
    min-height: 600px;
}
.tab-content .card {
    border-radius: 0;
}
.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.tab-content .card-header h5 {
    margin: 0;
}
.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
    white-space: normal;
}
.tab-content .card-header h5 button:hover,
.tab-content .card-header h5 button:focus,
.tab-content .card-header h5 button:active,
.tab-content .card-header h5 button:hover:active {
    text-decoration: none;
}
.tab-content .card-body p {
    color: #616161;
}
.tab-content .card-body p:last-of-type {
    margin: 0;
}

.accordion > .card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 991px) {
    .mb20 {
        margin-bottom: 25%;
    }

    .bgwhite {
        padding: 0 !important;
    }
    .dashboard-leftpanel {
        min-height: auto;
        margin-bottom: 20px;
    }
    .tab-content {
        margin-top: 50px;
    }
}

.complete-profile {
    display: inline-block;
    position: relative;
    padding-right: 7px;
    margin-bottom: 5px;

    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.complete-profile input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    padding: 4px 8px;
    width: auto;
    background-color: #fff;
    border: 1px solid #2196f3;
    font-size: 14px;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.complete-profile:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.complete-profile input:checked ~ .checkmark {
    background-color: #2196f3;
    color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.complete-profile input:checked ~ .checkmark:after {
    display: block;
}

.disabled,
.disabled:hover {
    background-color: #ccc !important;
    cursor: default !important;
}
.bgwhite {
    background-color: #fff;
    height: auto;
    padding: 20px 20px;
    border-radius: 10px;
}
.days {
    float: left;
    margin: 5px 15px 0 0;
    width: auto;
    font-size: 16px;
}

.days dd {
    font-size: 14px;
    font-weight: 600;
}
.margin-top-20 {
    margin-top: 20px;
}

.greencolor {
    width: 15px;
    height: 15px;
    background-color: #28a745;
    display: inline-block;
    position: relative;
    top: 2px;
}

.orangecolor {
    width: 15px;
    height: 15px;
    background-color: #ffa500;
    display: inline-block;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1200px) {
    .days {
        float: left;
        margin: 15px 15px 0 0;
        width: 100%;
    }
}

.button-hp {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #ffa500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
    border: 2px solid #ffa500;
    cursor: pointer;
}
.button-pos {
    position: relative;
    padding-top: 10px;
    float: right;
}

.join {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #ffffff;
    color: #28a745;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
    border: none;
    border: 2px solid #28a745;
    cursor: pointer;
}
.join:hover,
.button-hp:hover {
    background: #28a745;
    color: #ffffff;
    border: 2px solid #28a745;
    text-decoration: none;
}
.join.unable-join {
    background: #ffffff;
    color: #d56b0f;
    border: 2px solid #d56b0f;
    text-decoration: none;
}
.join.unable-join:hover {
    background: #d56b0f;
    color: #ffffff;
    border: 2px solid #d56b0f;
    text-decoration: none;
}
.join.btn-disabled {
    background: #ffffff !important;
    cursor: default;
    color: rgb(173, 173, 173);
    border: 2px solid rgb(173, 173, 173);
    text-decoration: none;
}
.join.btn-disabled:hover {
    background: #ffffff !important;
    cursor: default;
    color: rgb(173, 173, 173);
    border: 2px solid rgb(173, 173, 173);
    text-decoration: none;
}
.button-hp.blue {
    background: #fff;
    color: #0096d6;
    border: 2px solid #0096d6;
}
.button-hp.blue:hover {
    background: #0096d6;
    color: #ffffff;
    border: 2px solid #0096d6;
    text-decoration: none;
}
.button-hp.red {
    background: #fff;
    color: #ff041c;
    border: 2px solid #ff041c;
}
.button-hp.red:hover {
    background: #ff041c;
    color: #ffffff;
    border: 2px solid #ff041c;
    text-decoration: none;
}

.session {
    background: #fff;
}

.card-session {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 0px;
    display: flex;
    margin-bottom: 20px;
}

.card-session:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-session .container {
    padding: 2px 16px;
}
.sessionname {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.duration {
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 10px 30px 10px 0;
}
.duration span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.modal-header {
    display: block;
}
.hide {
    display: none;
}
.marginleft15 {
    margin-left: 25%;
}

.upcoming,
.previous {
    margin-top: 4%;
}
.card-body ul {
    margin: 0;
    padding: 0;
}

.card-body ul li {
    line-height: 40px;
    list-style: none;
    margin-left: 2%;
    font-weight: bold;
}

.login-name {
    font-size: 18px;
    padding-top: 10px;
    cursor: pointer;
}
.yellowtext {
    background-color: #ffa500;
}

/* mentee register */
.mentee-register {
    background: url(https://s3-ap-southeast-1.amazonaws.com/cdn.buddy4study.com/static/images/bg-emplyee-monetring.jpg)
    no-repeat 28% 34%;
    font-family: "Lato", sans-serif;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    height: 350px;
    top: 0;
}
.mentee-register:after {
    content: "";
    display: block;
    position: absolute;
    /* could also be absolute */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.mentee-register h2 {
    padding-top: 20px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffa500;
}

.mentee-register h3 {
    margin-top: 2%;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 20px;
    text-align: center;
}
.textyellow {
    color: #ffa500;
    font-size: 18px;
}
.yellowcolor {
    color: #ffa500;
}
.box {
    background: #f2f2f2;
    margin-bottom: 20px;
    padding: 10px;
}
.box:hover {
    background: #dfdfdf;
}
.modulename {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 0;
    margin-bottom: 10px;
}
.mwidth50 {
    width: 50%;
    float: left;
}
.displayblock {
    display: block;
}
.posfixed {
    position: fixed;
}
.coursetext {
    font-size: 16px;
    padding-top: 5px;
}

/* custom button */
.language {
    display: inline-block;
    margin-right: 15px;
}
/* Create a custom checkbox */
.checkmark-lang {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    padding: 5px 10px;
    width: auto;
    background-color: #fff;
    border: 1px solid #0096d6;
    font-size: 14px;
    border-radius: 5px;
    z-index: 9;
}

/* On mouse-over, add a grey background color */
.language:hover input ~ .checkmark-lang {
    background-color: transparent;
    color: #0096d6;
}

/* When the checkbox is checked, add a blue background */
.language input:checked ~ .checkmark-lang {
    background-color: #0096d6;
    color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-lang:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.language input:checked ~ .checkmark-lang:after {
    display: block;
}
.language input[type="checkbox"] {
    display: none;
}
/* radio */

.option {
    display: inline;
}

/* The container */
.option {
    display: inline-block;
    margin-right: 15px;
}

/* Hide the browser's default radio button */
.option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark1 {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    padding: 5px 10px;
    width: auto;
    background-color: #fff;
    border: 1px solid #0096d6;
    font-size: 14px;
    border-radius: 5px;
    z-index: 9;
}

/* On mouse-over, add a grey background color */
.option:hover input ~ .checkmark1 {
    background-color: transparent;
    color: #0096d6;
}

/* When the radio button is checked, add a blue background */
.option input:checked ~ .checkmark1 {
    background-color: #0096d6;
    color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.option input:checked ~ .checkmark1:after {
    display: block;
}
.option input[type="radio"] {
    display: none;
}

.margintop {
    margin-top: 20px;
}

.dashboardyellow {
    background-color: #ffa500 !important;
}

.mentee:hover {
    background: #ffa500 !important;
}
.upcomig-but {
    margin-right: 15px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: #ffa500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
    border: 2px solid #ffa500;

    cursor: pointer;
}
.dropdown-menu {
    margin-top: 1.7rem;
}

@media screen and (max-width: 520px) {
    .upcomig-but {
        width: 100%;
        text-align: center;
    }
}

.button-hp-gray {
    background: #ccc;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 7px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border: 2px solid #ccc;
}
.button-hp-gray:hover {
    color: #333;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #4e4039;
}

.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}

.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
}

.about p {
    font-size: 15px;
    color: #5a6570;
}

@media (max-width: 991px) {
    .about .about-img img {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .about .about-img img {
        max-width: 90%;
    }

    .login {
        color: #fff;
        text-transform: uppercase;
    }
    .login ul {
        margin-top: 18px;
        display: block;
        text-align: center;
    }
    .login ul li {
        list-style: none;
        display: block;
        padding-left: 20px;
        text-transform: capitalize;
        justify-items: center;
        width: 100%;
        border-bottom: 1px solid #ffa500;
        padding: 12px;
    }

    .login ul li a {
        color: #fff;
        padding-top: 30px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #fff5d8;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
}

.section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
}

.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}

.wrapperCalender,
.cardContainerpadding {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.cardContainerpadding.padding {
    margin-top: 85px;
}
.wrapperCalender .boxday {
    width: 100%;
} /* slot booking*/

.calenderWrapper {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.calenderWrapper .reviewBtn {
    display: inline-block;
    height: 38px;
    width: auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #3c3b3b;
    border-radius: 30px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important;
    border: 0;
    padding: 0 45px;
    margin-left: 30px;
}
.calenderWrapper .reviewBtn.green {
    background-color: green;
}

.collegeListOptions {
    margin: 0 0 90px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.collegeListOptions.bottoMargin {
    margin: 80px 0 45px 0;
}
.collegeListOptions ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.collegeListOptions ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    padding: 8px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.collegeListOptions ul li:nth-child(1) span {
    font-weight: 600;
    display: block;
    width: 100%;
}
.collegeListOptions ul li:nth-child(5) {
    border-bottom: 0;
}
.collegeListOptions ul li .imgWrapper {
    position: relative;
    margin-top: -70px;
}

.collegeListOptions ul li .imgWrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #b8ccff;
    margin-top: 5px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.collegeListOptions ul li .bookslotbtn {
    display: inline-block;
    height: 38px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #007bff;
    border-radius: 30px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    outline: none !important;
    border: 0;
}

/* personal information*/
.infoGroup {
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
}
.infoGroup.top40 {
    margin-top: 30px;
}
.infoGroup .sessionCart {
    margin-bottom: 4%;
}
.infoGroup .heading {
    color: #000;
}
.infoGroup .button-pos {
    position: relative;
    padding-top: 10px;
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.infoGroup .button-pos .btnSession {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}
.infoGroup .button-pos .btnSession.green {
    background: #ffffff;
    color: #28a745;
    border: 2px solid #28a745;
}

.infoGroup .button-pos .btnSession.green:hover {
    background: #28a745;
    color: #ffffff;
}
.infoGroup .button-pos .btnSession.red {
    border: 2px solid #d56b0f;
    color: #d56b0f;
}
.infoGroup .button-pos .btnSession.red:hover {
    background-color: #d56b0f;
    color: #fff;
}
.infoGroup .button-pos .btnSession.blue {
    border: 2px solid #007bff;
    color: #007bff;
}
.infoGroup .button-pos .btnSession.blue:hover {
    background-color: #007bff;
    color: #fff;
}
.infoGroup .button-pos .btnSession.grey {
    border: 2px solid #333;
    color: #333;
}
.infoGroup .button-pos .btnSession.grey:hover {
    background-color: #333;
    color: #fff;
}
.infoGroup .card-session {
    box-shadow: none;
    transition: 0.3s;
    border-radius: 0;
    background-color: #f2fcff;
    padding: 10px 0px;
    display: flex;
    margin-bottom: 30px;
}
.infoGroup .careerCart {
    display: flex;
    background: rgba(240, 252, 255, 0.85);
    flex-wrap: wrap;
    padding: 15px;
    margin: 0 0 30px 0;
}
.infoGroup .careerCart h3 {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 15px 0;
}
.infoGroup .careerCart ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
.infoGroup .careerCart ul li {
    width: 25%;
    font-weight: 600;
    font-size: 14px;
    padding: 0 30px 0 0;
    /*margin-bottom: 15px;*/
}
.infoGroup .careerCart ul li span {
    display: flex;
    font-weight: 400;
    width: 100%;
}

/* modal popup*/

.modalCustom {
    width: 500px;
    left: 50%;
    top: 14%;
    margin-left: -250px;
}
.modalCustom .modal-content {
    border-radius: 0;
    padding: 15px;
}
.modalCustom .modal-header {
    border: 0;
    padding: 0;
}
.modalCustom .modal-header .close {
    padding: 5px 10px 0 0;
    margin: -1rem -1rem -1rem auto;
    float: right;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.modalCustom .modal-footer {
    display: none;
}
.modalCustom .calling {
    position: relative;
    padding-top: 10px;
    /* float: left; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.modalCustom .calling .btnSession {
    display: inline-block;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

.modalCustom .calling .btnSession.green {
    background: #ffffff;
    border: 2px solid #28a745;
}

.modalCustom .calling .btnSession.red {
    border: 2px solid #d56b0f;
    color: #d56b0f;
}
.modalCustom .calling .btnSession.blue {
    border: 2px solid #007bff;
    color: #007bff;
}

.modalCustom .calling .joinNowWrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 60px 0 0 0;
}
.modalCustom .calling .joinNowWrapper .joinNow {
    background: #fff;
    color: #0096d6;
    border-color: #0096d6;
    border-style: solid;
    border-width: 2px 2px 4px 2px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.containerMargin {
    margin: 30px 0;
}
/* Benefit */

.loadMoreBtn {
    height: 38px;
    width: 160px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background-color: #007bff;
    outline: none !important;
    border: 0;
}

.paddingLeft {
    padding-left: 0;
}
.paddingRight {
    padding-right: 0;
}
.graphbox {
    background: #fff;
    border: 1px solid #2f9aae;
    padding: 0;
    color: #7d7d7d;
    text-align: center;
    /* height: 100%; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.graphbox h2 {
    background: #5f93bc;
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.graphbox img {
    width: 100%;
    padding: 15px;
}

.containercheck {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.containercheck .textWrapper {
    position: relative;
    top: -20px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.containercheck .check {
    height: 16px;
    width: 16px;
    position: relative;
    z-index: 2;
    visibility: hidden;
}

.containercheck .check:after {
    content: "\2713";
    display: block;
    background: white;
    border: #adb5bd solid 1px;
    pointer-events: none;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    color: transparent;
    transition: 0.25s all ease-in-out;
    line-height: 16px;
    font-weight: 600;
}
.containercheck .check:checked:after {
    background-color: #007bff;
    color: #fff;
}
.containercheck .check:hover:after {
    border-color: #007bff;
}

.selectMenteebtn {
    width: auto;
    min-width: 110px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    border-radius: 0;
    background: #ffa500;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border: 0;
}

.contentDetails {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 60px;
}
.contentDetails .heading-content {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    padding: 0;
}

.contentHeading {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 20px;
}

/***************************
 *	Application Main Styles
 **************************/
#menu--toggle[type="checkbox"]:not(:checked),
#menu--toggle[type="checkbox"]:checked {
    display: none;
}

.menu--toggle__trigger,
.menu--toggle__burger,
.menu--toggle__burger:before,
.menu--toggle__burger:after {
    position: absolute;
    top: 1.6em;
    right: 1.6em;
    width: 2em;
    height: 5px;
    background-color: #fff !important;
    border-radius: 2px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu--toggle__trigger {
    height: 2em;
    background: none;
}

.menu--toggle__burger:before {
    content: "";
    top: 10px;
    left: 0;
}
.menu--toggle__burger:after {
    content: "";
    top: 20px;
    left: 0;
}

.menu__body {
    position: absolute;
    width: 7em;
    height: 7em;
    margin: 0;
    padding: 0;
    background-color: #2f9aae;
    z-index: 10;
    -webkit-animation: checkboxUncheckedAnimation 0.35s both;
    animation: checkboxUncheckedAnimation 0.35s both;
}

.menu__body-element,
.menu__body-link {
    display: none;
    margin: 4.4em 0 -3.3em -0.1em;
    font-weight: normal;
    color: #282828;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
}

.menu__body-element {
    text-indent: 2em;
}

.menu__body-link:hover {
    display: block;
    width: 0;
    color: #282828;
    background-color: #e2e2e2;
    -webkit-animation: changeWidthOfElementAnimation 0.35s both;
    animation: changeWidthOfElementAnimation 0.35s both;
}

#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger {
    top: 35px;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
    -webkit-transition: -webkit-transform 0.35s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.35s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked + .menu--toggle__trigger + .menu--toggle__burger:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.35s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#menu--toggle:checked
+ .menu--toggle__trigger
+ .menu--toggle__burger
+ .menu__body {
    -webkit-animation: checkboxCheckedAnimation 1s
    cubic-bezier(0.25, 0.1, 0.25, 1) both;
    animation: checkboxCheckedAnimation 1s cubic-bezier(0.25, 0.1, 0.25, 1) both;
}
#menu--toggle:checked
+ .menu--toggle__trigger
~ .menu__body
.menu__body-element,
#menu--toggle:checked + .menu--toggle__trigger ~ .menu__body .menu__body-link {
    display: block;
}

.promotion {
    width: 100vw;
    height: 100vh;
    background-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Gooseberry-spring.jpg/1280px-Gooseberry-spring.jpg");
    background-size: cover;
}

/**
  *	Animations
  *
  *  @note checkboxCheckedAnimation - added fix for Microsoft Edge
  */
@-webkit-keyframes checkboxCheckedAnimation {
    50% {
        width: 100vw;
        height: 100vh;
    }
    100% {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}
@keyframes checkboxCheckedAnimation {
    50% {
        width: 100vw;
        height: 100vh;
    }
    100% {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
    }
}
@-webkit-keyframes checkboxUncheckedAnimation {
    0% {
        width: 100vw;
        height: 100vh;
    }
}
@keyframes checkboxUncheckedAnimation {
    0% {
        width: 100vw;
        height: 100vh;
    }
}
@-webkit-keyframes changeWidthOfElementAnimation {
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes changeWidthOfElementAnimation {
    50% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

#demo-2 {
    height: 4px;
    background-image: -webkit-linear-gradient(
        left,
        #00cbcb 50%,
        transparent 0%
    );
    background-image: -o-linear-gradient(left, #00cbcb 50%, transparent 0%);
    background-image: linear-gradient(to right, #00cbcb 50%, transparent 0%);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: 0% bottom;
    animation-name: border-dance;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.main-demo-caller {
    position: relative;
    width: 500px;
    margin: 100px auto;
}

.call-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-size: 24px;
    margin-left: -20px;
    background-color: #ff0000;
    border-radius: 50%;
}

.call-icon-success {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-size: 24px;
    margin-left: -20px;
    background-color: #00a55b;
    border-radius: 50%;
}
.call-icon i,
.call-icon-success i {
    line-height: 40px;
}

#demo-3 {
    height: 4px;
    border-bottom: 4px dotted #ff0000;
}

.callerimg,
.callerimgright {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 50%;
    top: -50px;
    position: absolute;
    overflow: hidden;
    border: 1px solid #ddd;
}
.callerimg {
    left: -10px;
}
.callerimgright {
    right: -10px;
}
.callerimg img,
.callerimgright img {
    width: 100%;
}

.text-on-line {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 30px;
}
.text-on-line span {
    background: #fff;
    padding: 0 10px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.comman-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-file {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

/* dragable */
.column {
    width: 100%;
}
.connected-sortable {
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

li.draggable-item {
    width: inherit;
    padding: 15px 20px;
    background-color: #f2f2f2;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    margin-bottom: 10px;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
}
li.draggable-item:hover {
    cursor: pointer;
    background-color: #eaeaea;
}
/* styles during drag */
li.draggable-item.ui-sortable-helper {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    transform: scale(1.015);
    z-index: 100;
}
li.draggable-item.ui-sortable-placeholder {
    background-color: #ddd;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.rank {
    border: 2px solid #28a745 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 18px;
    cursor: default !important;
    background-color: rgba(40, 167, 69, 0.7) !important;
}

.rank1 {
    border: 2px solid #28a745 !important;
    color: #28a745 !important;
    /* background-color:rgba(40,167,69,0.8) !important;	 */
}

.rank1:hover {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

.margintop20 {
    margin: 15px 0 30px;
}

.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
}

.alert.margin5 {
    margin-top: 5px;
}

input[type="file"] {
    padding: 3px;
}
.sortable-chosen {
    opacity: 1;
}

.sortable-chosen.sortable-ghost {
    opacity: 0;
}

.drag-sortable-ghost {
    opacity: 1;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}
.star {
    background-color: rgb(153, 153, 153);
    margin-right: 5px;
}

.star .rating-star {
    color: #ffffff;
}
.btn-warning {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.circle {
    background-color: #0096d6;
    color: #ffffff;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    font-size: 70px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-small {
    width: 70px;
    height: 70px;
    font-size: 50px;
    margin-bottom: 0;
}
.circle.a {
    background-color: #0096d6;
}
.circle.b {
    background-color: #ab0cff;
}
.circle.c {
    background-color: #85660c;
}
.circle.d {
    background-color: #782ab7;
}
.circle.e {
    background-color: #565656;
}
.circle.f {
    background-color: #1c8356;
}
.circle.g {
    background-color: #16ff32;
}
.circle.h {
    background-color: #f8e2a1;
}
.circle.i {
    background-color: #e5e6e5;
}
.circle.j {
    background-color: #1cbf4e;
}
.circle.k {
    background-color: #c5441c;
}
.circle.l {
    background-color: #dfa1fe;
}
.circle.m {
    background-color: #ff00fc;
}
.circle.n {
    background-color: #325a9b;
}
.circle.o {
    background-color: #ffaf16;
}
.circle.p {
    background-color: #f9a19f;
}
.circle.q {
    background-color: #91ad1c;
}
.circle.r {
    background-color: #f7222e;
}
.circle.s {
    background-color: #1cffcf;
}
.circle.t {
    background-color: #2ed9ff;
}
.circle.u {
    background-color: #b10ca1;
}
.circle.v {
    background-color: #c174a7;
}
.circle.w {
    background-color: #fe1cbf;
}
.circle.x {
    background-color: #b10068;
}
.circle.y {
    background-color: #fae326;
}
.circle.z {
    background-color: #fb0087;
}

.quiz h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}
.quesBox {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 3px 3px #f2f2f2;
    padding: 15px;
    margin: 0;
    margin-top: 25px;
    width: 100%;
}
.quesBox p {
    font-weight: bold;
}
.bgoption {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px 15px 5px;
    width: 50%;
}

/* Create a custom radio button */
.bgoption {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    padding: 5px 15px 5px 30px;
    width: auto;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    border-radius: 5px;
    z-index: 9;
    display: flex;
    align-items: center;
}
.radiooption {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
/* On mouse-over, add a grey background color */
.radiooption:hover input ~ .bgoption {
    background-color: transparent;
    color: #0096d6;
}

/* When the radio button is checked, add a blue background */
.radiooption input:checked ~ .bgoption {
    background-color: #0096d6;
    color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.bgoption:after {
    content: "";
    position: absolute;
    display: none;
}

.radiooption input[type="radio"],
.radiooption input[type="checkbox"] {
    box-sizing: border-box;
    position: relative;
    left: 25px;
    z-index: 10;
    top: -1px;
}
.pannel {
    background-color: #f7f7f7;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.radiooption:hover input:disabled ~ .bgoption {
    color: #000000;
    cursor: default;
}

.radiooption .resultoption {
    background-color: #0096d6;
    color: #ffffff;
}

.correct {
    background-color: #a2ffb1;
    color: #125f00;
    margin-top: 10px;
    padding: 5px 10px;
}
.incorrect {
    background-color: #ffb6b6;
    color: #e40303;
    margin-top: 10px;
    padding: 5px 10px;
}
.displayflexright {
    display: flex;
    justify-content: right;
}
.displayflexleft {
    display: flex;
    justify-content: left;
}
.circle-status {
    width: 200px;
    padding: 5px 15px;
    background-color: #0096d6;
    color: #ffffff;
    font-size: 22px;
    margin: 10px 0;
}
.circle-status span {
    font-size: 18px;
}
.width100 {
    width: 100%;
    clear: both;
    border-top: 1px solid #f2f2f2;
}
.paddingtop30 {
    padding: 30px 0 50px;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.box-scholarship {
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.box-scholarship .width50 {
    width: 50% !important;
}
.marginright15 {
    margin-right: 15px;
}

.btn-not-selected {
    background-color: #bfc1c3 !important;
}

a.disabled-click{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.flex {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto
}
#success_stories
{
    background: #f2f2f2;
}
#success_stories .owl-carousel .item .testiimg{
    border-radius: 100%;
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    background: #fff;
    box-shadow: 0 0 2px 0 #8c8c8c;
}
#success_stories .owl-carousel .item .testiimg img{
    max-width: 100%;
    padding: 25px;
    display: block;
}
#success_stories .owl-carousel .item {
    display: block;
    padding: 60px 7.5px 0;
    height: auto;
    position: relative;
}
#success_stories .owl-carousel .item .item_inner {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 100px 7.5px 15px;
}
#success_stories .owl-carousel .item p
{
    margin: 0;
    padding: 0 7.5px 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #010101;
    font-weight: 400;
    text-align: center;
    height: 130px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#success_stories .owl-carousel .item p::-webkit-scrollbar {
    width: 5px;
}
#success_stories .owl-carousel .item p::-webkit-scrollbar-thumb {
    background-color: #d2010d;
    outline: 1px solid #5f6189;
}
#success_stories .owl-carousel .item p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}
#success_stories .owl-carousel .item .item_inner span.name
{
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
#success_stories .owl-carousel .item .item_inner span.course
{
    margin: 10px 0 7.5px;
    padding: 0;
    display: flex;
    width: 100%;
    color: #d2010d;
    text-align: center;
    justify-content: center;
}
#success_stories .owl-carousel .owl-dots span
{
    width:12px;
    height:12px;
    background: rgb(83,83,83);
}
#success_stories .owl-carousel .owl-dots .owl-dot.active span, 
#success_stories .owl-carousel .owl-dots .owl-dot:hover span
{
    background:#d2010d;
}
#success_stories .owl-carousel .owl-dots button
{
    outline:none!important
}
.colgate nav.navbar.navbar-expand-md.navbar-dark.bg-dark
{
    background: #d2010d!important;
}
.colgate .login ul li a:hover
{
    color:#ffda26;
}
.colgate .mentee-register h2 {
    color: #ffda26;
}
.colgate .faq-nav .nav-link.active
{
    background: #d2010d;
}
.colgate .faq-nav .nav-link:hover
{
    background: #d2010d;
}
.colgate .heading, .colgate .btn-link
{
    color: var(--colgate-color);
}

/*by ankit*/
#pdf-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
#pdf-frame {
    width: 80%;
    height: 80%;
    border: 1px solid #ddd;
    background-color: white;
}
#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.para-13{
    font-size: 13px;
}