html,
body {
    height: 100%;
    font-family: 'Avenir';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    color: #2D2D2D ;
    font-weight: 500;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#013872;
    font-weight: normal;
    font-style: normal;
    font-family: 'Avenir';
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}
p {
    font-size: 16px;
    color: #2D2D2D;
    line-height: auto;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
a {
    color: #0B7BFF;
    text-decoration: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #7070707e;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
}

/* Navbar */

nav.navbar {
    padding: 0;
}

nav.navbar a.navbar-brand {
    padding: 23px 0;
    margin: 0;
}

.CPE_Services_Banner {
    padding: 50px 0;
    background: #0A052E;
}

.Services_Banner h1 {
    color: #FFF;
    font-family: Avenir;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 10px;
}

.Services_Banner ul li {
    list-style: none;
    vertical-align: middle;
}

.Services_Banner ul li p.webinar_author {
    color: #FFF;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.Services_Banner ul li a {
    color: #FFF;
    margin-left: 10px;
}

ul.audience-info li {
    border-radius: 4px;
    border: 1px solid #BFBFBF;
    background: #FFF;
    padding: 7px;
    color: #2D2D2D;
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
}

section.Web_Detail_Content {
    z-index: 999;
    position: relative;
}

.Web_Detail_Left {
    margin-top: 20px;
}

.Web_Detail_Left ul {
    float: left;
    list-style: none;
    width: 100%;
    background: #F5F6F9;
    padding: 6px;
    border-radius: 10px;
}

.Web_Detail_Left ul.nav-pills {
    width: auto;
    display: inline-block;
}

.Web_Detail_Left ul.nav-pills li.nav-item {
    float: left;
}

.Web_Detail_Left .nav-pills .nav-link {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 9px 25px;
    border-radius: 5px;
    background: #FFF;
    color: #2D2D2D;
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-right: 6px;
}

.Web_Detail_Left .nav-pills .nav-link.active {
    border-radius: 5px;
    background: #6753FD;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

.Web_Detail_Left .nav-pills li.nav-item:last-child button {
    margin-right: 0;
}


.Web_Detail_Left .tab_drawer_heading {
    display: none;
}

.Detail_Box {
    box-sizing: border-box;
    padding: 20px;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E3E8;
    background: #FFF;
}

.Detail_Box h2 {
    margin-bottom: 20px;
    color: #170973;
    font-family: Avenir;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Detail_Box h2:after {
    content: "";
    width: 50px;
    background-color: #170973;
    height: 2px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.Detail_Box p {
    color: rgba(45, 45, 45, 0.90);
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.Detail_Box p.Overview_Box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.Detail_Box ol {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Detail_Box ol li {
    list-style: upper-roman;
    color: #2D2D2D;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.Detail_Box ul {
    padding-left: 15px;
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
}

.Detail_Box ol li ul {
    margin-top: 10px;
}

.Detail_Box ol li ul li {
    list-style: decimal;
    color: rgba(45, 45, 45, 0.90);
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    text-align: justify;
    margin-bottom: 10px;
}

.Detail_Box ul {
    list-style-image: url(../images/UL_check.svg);
    padding-left: 20px;
}

.Detail_Box ul li {
    line-height: inherit;
    margin-bottom: 10px;
}

.Detail_Box h3 {
    color: #2D2D2D;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

.Detail_Box ul.Web_Qua {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Detail_Box ul.Web_Qua li {
    background-color: #F9F9F9;
    border: 1px solid rgba(222, 222, 222, 0.5);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}


span.presenter-logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 0 10px;
}

.Sub_Main {
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.Web_only {
    display: block;
}

.Sub_Img_wo_border img {
    border-radius: 10px;
}

.Sub_Detail {
    padding: 10px;
}

.Sub_Credit p {
    border-radius: 5px;
    background: #FEC;
    display: inline-block;
    padding: 5px;
    margin: 0;
}

.Sub_Area p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.Sub_Area h5 {
    color: #2D2D2D;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 10px;
}

.More_Link a {
    border-radius: 8px;
    background: #6753FD;
    padding: 13px 0;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
.live_additional_materials {
    margin-bottom: 15px;
    border-bottom: 1px solid #E1E3E8;
    border-top: 1px solid #E1E3E8;
    padding-top: 16px;
    margin-top: 15px;
    padding-left: 10px;
}
.live_additional_materials h3 {
    color: #013872;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}
.live_additional_materials ul.Content li {
    list-style: none;
    margin-bottom: 8px;
    color: #515059;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: flex;
}
.live_additional_materials ul.Content li p {
    margin: 0;
}
.live_additional_materials ul.Content li a {
    margin: 0 0 0 auto;
}

.Inclusions_Box {
    margin-top: 10px;
    padding: 10px;
}

.Inclusions_Box h3 {
    color: #170973;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 5px;
}

.Inclusions_Box ul {
    list-style-image: url(../images/UL_check.svg);
    margin-left: 20px;
}

.Inclusions_Box ul li {
    list-style: inherit;
    margin-bottom: 10px;
}

.Web_Detail_Right {
    margin-top: -200px;
}

.Register_Now_Form {
    background: #E5EBF9;
    padding: 20px;
    margin-top: 40px;
}

.Register_Now_Form h3 {
    color: #170973;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.Pass_Box {
    position: relative;
}

.Pass_Box svg {
    position: absolute;
    left: auto;
    right: 10px;
    top: 7px;
}

a.btn_Register, a.btn_Register:hover, a.btn_Register:focus {
    border-radius: 8px;
    background: #6753FD;
    padding: 13px 0;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: inline-block;
    width: 100%;
}

.Mobile_only {
    display: none;
}


section.footer {
    background: #0A052E;
    padding: 30px 0 20px;
}

.Policy_links {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.Policy_links ul li {
    display: inline;
}

.Policy_links ul li a {
    color: #FFF;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    float: none;
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 16px;
}

.Policy_links ul li:first-child a{
    padding-left: 0;
}

.Policy_links ul li:last-child a {
    border: 0;
    padding-right: 0;
}

.Copyright_Social_links p {
    color: #FFF;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.Social_links ul {
    display: flex;
    justify-content: end;
}

.Social_links ul li {
    display: inline;
}

.Social_links ul li a {
    margin-right: 35px;
    display: inline-block;
    float: left;
}


.Social_links ul li:last-child a {
    margin: 0;
}

/* Evaluation Page */



.Evaluation_Form_Banner {
    padding: 50px 0;
    background: #0A052E;
}

.Evaluation_Banner h1 {
    color: #FFF;
    font-family: Avenir;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: center;
}

ul.Evaluation_Banner_Details {
    display: flex;
    justify-content: center;
}

.Evaluation_Banner ul li {
    list-style: none;
    vertical-align: middle;
  
}


.Evaluation_Banner ul li p.evaluation_author,
.Evaluation_Banner ul li p.evaluation_credits {
    margin-bottom: 0;
}

.Evaluation_Banner ul li p.evaluation_author a,
.Evaluation_Banner ul li p.evaluation_credits a {
    color: #FFF;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}


.Evaluation_Banner ul li:last-child p a {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}










section.Certificate_Banner_Main {
    background: #001F3F;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 30px 0;
}

.Banner_Left h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
    height: 110px;
}

.Banner_Right {
    text-align: center;
    background: transparent;
    border-radius: 20px;
    padding: 20px 0 0;
}

.Banner_Right .Credit_Details label {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    color: #cacaca;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #fff;
    display: inline-block;
}

.Banner_Right .Credit_Details label:last-child {
    border: 0;
}


.Sec_Title h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #170973;
}

.Sec_Title h2::after {
    content: "";
    width: 70px;
    background-color: #170973;
    height: 2px;
    display: block;
    text-align: center;
    margin: 8px auto;
}


.Module_Content .Module_Title p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #013872;
}

.Module_Sub h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #2D2D2D;
}

.Module_Content .Module_Width.d_s_h {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}


.Module_Content .accordion .accordion-item h2 .accordion-button,
.Module_Content .accordion .accordion-item h2 button.accordion-button.b0 {
    padding: 0;
    margin-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

section.Module_Sec .Sec_Title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.Module_Content .Module_Title_Main {
    padding: 0 20px;
}

.Duration {
    padding: 0;
}

.Module_Duration p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #2D2D2D;
    margin: 0;
}

.Module_Preview_Btn a {
    background: #FCE3E3;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #F22424;
    width: fit-content;
    padding: 5px 10px;
}

.Credits {
    padding: 0;
}

section.Module_Sec {
    margin-bottom: 50px;
}

.Module_Credits p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #2D2D2D;
    margin: 0;
}

.progress {
    height: 25px;
}

.Module_Content .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
}

.View_Detail a {
    background-color: #0B7BFF;
    display: table;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: -5px;
}

.Module_Content .accordion .accordion-item {
    background: #F8F9FA;
    border: 1px solid rgba(18, 20, 29, 0.1);
    border-radius: 10px;
    padding: 0;
    margin: 0 0px 50px;
}

.Module_Content .accordion .accordion-item h2 button {
    border: 1px solid rgba(18, 20, 29, 0.1);
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    background: #F8F9FA;
}

.Module_Content .accordion .accordion-item .accordion-body {
    padding: 0px 0;
}

.Module_Content .Acco_Content ul {
    padding: 0;
    margin: 0;
}

.Module_Content .Acco_Content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #4B4B4B;
    list-style: none;
    padding: 15px 0;
}

.Module_Content .Acco_Content .Module_Content_Sub {
    display: flex;
    padding: 0 20px;
}

.Module_Content .Acco_Content .Module_Content_Sub p,
.Module_Content .Acco_Content .Module_Content_Duration p {
    margin: 0 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #4B4B4B;
    text-align: right;
}

.Module_Content .Acco_Content .Module_Content_Link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    text-transform: capitalize;
    color: #0B7BFF;
    border: 1px solid #0B7BFF;
    border-radius: 5px;
    padding: 3px 5px;
}


.accordion-body p {
    margin: 0;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.accordion-body ul,
.accordion-body ol {
    margin: 15px 0;
    padding-left: 40px;
}

.accordion-body ul li+li,
.accordion-body ol li+li {
    margin-top: 10px;
}

.accordion-body ul li {
    font-size: 14px;
    color: #000;
}

ul.reviews {
    margin: 10px 0 0 auto;
    position: relative;
}

.desc_hide_show {
    max-height: 130px;
    overflow: hidden;
}



.Module_Duration {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #B3B5B6;
    height: 60px;
    width: 110px;
}

.Module_Duration p {
    font-style: normal;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #013872;
    padding: 8px 0;
}

.Module_Sub h5 {
    font-style: normal;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #013872;
    padding: 17px 20px;
}

.Module_Sec .accordion-header {
    margin-bottom: 0;
    background: #D2DBE0;
    height: 60px;
    border-radius: 5px 5px 0px 0px;
}

.Module_Content .accordion .accordion-item h2 .accordion-button {
    position: relative;
    cursor: pointer;
    /* margin: 0; */
}

.Module_Content .accordion .accordion-item h2 .accordion-button:after {
    content: '';
    background-image: url(../images/Form_up.svg);
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 10px;
    transform: none;
}

.Module_Content .accordion .accordion-item h2 .accordion-button.collapsed:after {
    content: '';
    background-image: url(../images/Form_down.svg);
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 10px;
}

.Module_Content_Link {
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #fbfeff;
    width: 110px; */
    width: 100%;
}

.Module_Content_Link .form-check {
    text-align: center;
    float: none;
    margin: 0 0px;
    width: auto;
    display: inline-block;
}

.Module_Content_Link .form-check .form-check-input:checked[type=radio] {
    background-image: url(../images/Form_check.svg);
    background-color: transparent;
    border: 0;
    cursor: pointer;
    /* margin-right: 28px; */
}

.Module_Content_Link .form-check .form-check-input[type=radio] {
    background-image: url(../images/Form_uncheck.svg);
    background-color: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    /* margin-right: 28px; */
}


.star-rating {
    line-height:32px;
    font-size:1.25em;
  }

  .star-rating .fa-star{color: yellow;}

  div#rating-ability-wrapper {
    display: inline-block;
    float: left;
    padding: 0 20px;
}
  div#rating-ability-wrapper button {
      padding: 0rem 0.79rem;
  }
  div#rating-ability-wrapper .btn-default i.fa.fa-star {
      color: #9e9e9e;
  }
  .rate-text .pull-left {
    float: left;
    font-size: 16px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
  .rate-text .pull-right {
    float: left;
    color: rgba(45, 45, 45, 0.90);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
  .webinars-box .Register, a.register, button.register, input.register {
      position: relative;
      padding: 9px 14px;
      letter-spacing: 0.8px;
      font-weight: 500;
      color: #fff !important;
      border-radius: 5px;
      background: #0B7BFF;
      font-size: 14px;
      border: none;
  }
  div#rating-ability-wrapper .btn-warning i.fa.fa-star {
      color: #fff;
  }
  .evaluation-inner.option-error:after {
      content: "This field is required.";
      display: block;
      color: red;
      font-size: 14px;
      margin: 0 10px;
  }

  .Rate_Box {
    padding: 24px;
    background: #F2F2F2;
  }

  .rate-text {
    display: flex;
    /* align-items: center; */
  }

  div#rating-ability-wrapper button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 7px;
  }

div#rating-ability-wrapper button.btn-warning {
    background: transparent;
    border: 0;
    box-shadow: none;
}

div#rating-ability-wrapper .btn-warning i.fa.fa-star {
color: #FBB42C;
}

div#rating-ability-wrapper button:focus {
box-shadow: none;
}

.Share_Exp {
    margin-top: 30px;
}

.Share_Exp p.Exp_Heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2D2D2D;
    margin-bottom: 15px;
}

.Exp_selection textarea.form-control::placeholder{
    color: rgba(45, 45, 45, 0.3);
}

.Exp_selection textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    resize: none;
    width: 100%;
    height: 263px;
}

.Exp_selection textarea.form-control:focus {
    box-shadow: none;
}

.Record_Video {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.Record_Video p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2D2D2D;
    margin-bottom: 0;
}

.Record_Video a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #F22424;
    display: flex;
    align-items: center;
}

.Record_Video svg {
    margin-right: 10px;
}

.Record_Video_Box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 11px 20px;
    min-height: 250px;
}

.Record_Video_Box p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2D2D2D;
    margin-bottom: 15px;
}

.Module_Content .Acco_Content .Record_Video_Box ul {
    list-style-image: url(../images/Record_Check.svg);
    padding-left: 25px;
}

.Module_Content .Acco_Content .Record_Video_Box ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #5A5A5A;
    margin-bottom: 15px;
    list-style: inherit;
    padding: 0;
}

.Record_Video_Btn {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Btn-center {
    margin-left : 172px;
}

.Record_Video_Btn a.Start_Record_Btn {
    border-radius: 5px;
    border: 1px solid #0B7BFF;
    background: #FFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #0B7BFF;
    padding: 15px;
    display: flex;
    align-items: center;
}

.Record_Video_Btn a.Start_Record_Btn svg {
    margin-right: 15px;
}

.Record_Video_Btn a.Sample_Test_Btn {
    background: #FFFFFF;
    border: 1px solid #0B7BFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #0B7BFF;
    padding: 15px;
}

.Start_Record_Video_Box {
    position: relative;
}

.Start_Record_Video_Box img {
    width: 100%;
}

.Start_Record_Video_Box p {
    position: absolute;
    background: rgba(8, 43, 85, 0.7);
    border-radius: 0px 0px 10px 10px;
    padding: 9px;
    bottom: 0;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.Record_Video_Btn .Stop_Record_Btn {
    background: #FFFFFF;
    border: 1px solid #F22424;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #F22424;
    padding: 15px;
}

.Record_Video_Btn .Submit_Btn {
    background: #0B7BFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 40px;
}

.Start_Record_Video_Box_Icon {
    position: relative;
}

.Start_Record_Video_Box_Icon img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.Start_Record_Video_Box_Icon .play-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    max-height: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 10px;
}

.Start_Record_Video_Box_Icon .play_icon {
    cursor: pointer;
    transform: scale(1);
    animation: pulse-white 2s infinite;
    /* width: 66px; */
    border-radius: 50%;
    /* height: 66px; */
    left: calc(50% - 28px);
    position: absolute;
}

.Troubleshoot_Modal h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #1F2227;
}

.Troubleshoot_Modal .modal-header {
    border: 0;
    padding-bottom: 0;
}

.Troubleshoot_Modal ul {
    margin-left: 20px;
}

.Troubleshoot_Modal ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #2D2D2D;
}

.Troubleshoot_Modal button.Modal_Btn {
    background: #0B7BFF;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border-color: #0B7BFF;
    padding: 10px 20px;
}

.Troubleshoot_Modal .modal-dialog {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(110, 114, 151, 0.07);
    border-radius: 10px;
}

.Recommendation_Main {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 20px;
}

.Ques_Ans_Box  p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2D2D2D;
    margin-bottom: 15px;
}

.Ques_Ans_Box  .Exp_selection textarea.form-control::placeholder {
    color: rgba(45, 45, 45, 0.3);
}

.Ques_Ans_Box  .Exp_selection textarea.form-control {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    resize: none;
    width: 100%;
    height: 128px;
}

.Ques_Ans_Box  .Exp_selection textarea.form-control.select_Box { 
    height: auto;
}

a.Submit_Form_Btn {
    border-radius: 6px;
    background: #6753FD;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 80px;
    display: inline-block;
    min-height: 50px;
    min-width: 220px;
}

button.Submit_Form_Btn {
    border-radius: 6px;
    background: #6753FD;    
    font-weight: 900;
    font-size: 18px;
    border: 0;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 80px;
    display: inline-block;
    min-height: 50px;
    min-width: 220px;
}

/* ketan 24-03-2023 */ 
.hotTopics-Wrapper {
    position: relative;
    margin: 20px 0;
    width: 100%;
}

.hotTopics-Wrapper .hotTopicsHldr {
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    margin: auto auto 20px auto;
}

.hotTopics-Wrapper .main-title {
    position: relative;
}
/* ketan 24-03-2023 */
.Module_Content_Link.Module_Box_radio {
    width: auto;
    border: 0;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
    margin: 0;
}
.Module_Content_Link.Module_Box_radio .form-check {
    min-height: 0;
    padding-left: 0;
    padding-right: 5px;
}
.Module_Content_Link.Module_Box_radio .form-check .form-check-input {
    margin: 0;
}
.Module_Content .Acco_Content ul li:nth-child(even) {
    background: #F5F5F5;
}
.Module_Content .Acco_Content ul li {
    margin: 0;
}
.Module_Box_radio_label p {
    margin-top: 5px;
}
.Mob_Module_Duration {
    display: flex;
}
span.Mob_Module_Check {
    width: 100%;
    display: inline-block;
    color: #013872;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}


.stepper {
    display: flex;
    flex-direction: column;
    counter-reset: stepper;
    gap: 8px;
    border: 2px solid var(--c-secondary);
    background-color: var(--c-stepper-bg);
    padding: 2rem;
    border-radius: 10px;
    }
    
    .stepper-item {
    display: grid;
    grid-template-rows: [text-row] auto [line-row] 25px;
    grid-template-columns: [counter-column] 40px [text-column] auto;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 8px;
    position: relative;
    align-items: center;
    }
    .stepper-item.complete .stepper-counter {
    position: relative;
    border-radius: 40px;
    background: rgba(41, 189, 78, 0.10);
    color: #29BD4E;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    }
    .stepper-item.complete .stepper-counter:after {
    /* position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--c-stepper-bg);
    right: -6px;
    bottom: -6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%231d4ed8' d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center; */
    }
    .stepper-item:last-child {
    grid-template-rows: [text-row] auto;
    }
    
    .stepper-line {
    display: block;
    width: 2px;
    background-color: transparent;
    height: 100%;
    justify-self: center;
    border-left: 2px dotted rgba(36, 36, 36, 0.50);
}
    .stepper-item:last-child .stepper-line {
    display: none;
    }
    
    .stepper-counter {
    flex-shrink: 0;
    counter-increment: stepper;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 40px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    color: #2D2D2D;
    text-align: center;
    font-size: 18px;
    font-family: Avenir;
    font-weight: 900;
    }
    .stepper-counter:before {
    content: counter(stepper);
    }
    
    .stepper-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #2D2D2D;
}
    .stepper-link span {
    padding-top: calc((28px - 1.5em) / 2);
    font-weight: 600;
    border-bottom: 2px solid transparent;
    }
    .stepper-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }
    .stepper-link:hover span {
    border-color: currentcolor;
    }
    .stepper-link:focus {
    outline-offset: 4px;
    outline-color: var(--c-primary);
    outline-width: 2px;
    border-radius: 4px;
    }

    .stepper-item.complete a.stepper-link {
    color: #29BD4E;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.stepper-item.active .stepper-counter {
    position: relative;
    border-radius: 40px;
    background: #CEE5FF;
    color: #013872;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    }
    .stepper-item.active .stepper-counter:after {
    /* position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--c-stepper-bg);
    right: -6px;
    bottom: -6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%231d4ed8' d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z'/%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center; */
    }

    .stepper-item.active a.stepper-link {
    color: #013872;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.stepper-item:last-child a.stepper-link {
    line-height: 24px;
}

.Apply_All {
    border-radius: 10px;
    background: #FFF0E5;
    padding: 20px 40px;
    margin-bottom: 30px;
}

.Apply_All h3 {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.Ques_Ans_Main {
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding: 20px;
}

.Ques_Ans_Box {
    border-radius: 10px;
    background: #ECF2F9;
    padding: 20px;
    margin-bottom: 20px;
}

.Ques_Ans_Box h3 {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: flex;
}

.Ques_Ans_Box h3 strong {
    margin-right: 10px;
}

.Ques_Ans_Box.disabled {
    opacity: 0.5;
}

.Evaluation_Form_Main_Right .Submit_Btn {
    border-radius: 6px;
    background: rgba(11, 123, 255, 1);
    padding: 13px 80px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    margin-top: 50px;
}

.Evaluation_Form_Main_Right .Submit_Btn.disabled {
    opacity: 0.5;
}

div#rating-ability-wrapper button span {
    width: 100%;
    display: inline-block;
    color: rgba(45, 45, 45, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.Record_Your_Test .Record_Video_Btn {
    border-radius: 6px;
    background: rgba(11, 123, 255, 1);
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-top: 20px;
}

.Record_Your_Test .Preview_Record_Btn {
    border-radius: 6px;
    background: #199C3A;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-top: 20px;
}

.Ques_Ans_Box.Record_Your_Test ul li {
    color: #5A5A5A;
    font-size: 14px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}


.Ques_Ans_Box.Record_Your_Test ul li:last-child {
    margin-bottom: 0;
}


.Become_Instructor_Box {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
}

.Become_Instructor_Box .form-check {
    text-align: center;
    float: none;
    margin: 0 0px;
}

.Become_Instructor_Box span.Mob_Module_Check {
    width: auto;
    display: inline-block;
    color: #013872;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 0;
}

.RecordVideo_Modal button.Modal_Cancle_Btn {
    border-radius: 5px;
    background: #FFF;
    border-color: #fff;
    padding: 10px 20px;
    color: #0B7BFF;
    text-align: center;
    font-size: 14px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.RecordVideo_Modal button.Modal_Save_Btn {
    border-radius: 5px;
    background: rgba(11, 123, 255, 1);
    border-color: #fff;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.RecordVideo_Modal .modal-header {
    padding-bottom: 0;
    border: 0;
}

.RecordVideo_Modal h5.modal-title {
    color: #1F2227;
    font-size: 18px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.Record_Icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.Record_Icon span {
    color: #FFF;
    font-size: 18px;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fixed_div {
    position: relative;
}

ol.stepper {
    position: absolute;
    width: 440px;
    height: 509px;
}

ol.stepper.fixed {
    position: fixed;
    top: 50px;
}

span.Mob_Module_Check {
    display: none;
}


.Congrats_modal {

}

.Congrats_modal .modal-dialog .modal-content {
    border-radius: 10px;
    background: #FFF;
}

.Congrats_modal .modal-header {
    background: url(../images/Congrats_bg.svg);
    background-size: contain;
    border: 0;
    background-repeat: no-repeat;
    padding: 0;
}

.Congrats_modal .modal-header svg {
    margin: 65px auto 0;
}

.Congrats_modal .modal-body {
    padding: 20px;
    text-align: center;
}

.Congrats_modal h3 {
    color: #2D2D2D;
    text-align: center;
    font-family: Avenir;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.Congrats_modal .modal-body p {
    color: rgba(45, 45, 45, 0.65);
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 20px auto;
    max-width: 280px;
}

a.Continue_btn {
    border-radius: 8px;
    background: #6753FD;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    max-width: 250px;
    width: 100%;
}


.Signin_Modal .modal-content {
    border-radius: 10px;
    background: #FFF;
}


.Signin_Modal .modal-header {
    padding: 30px 30px 0;
    display: block;
    border: 0;
}

.Signin_Modal .modal-header h3 {
    color: #2D2D2D;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

.Signin_Modal .modal-header p {
    color: rgba(45, 45, 45, 0.65);
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.Signin_Modal .modal-body {
    padding: 30px;
}

.Signin_Modal .Check_forgot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.Check_forgot .form-check {
    display: flex;
    align-items: center;
    padding: 0;
}

.Check_forgot .form-check-input {
    border: 3px solid #2D2D2D80;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
}

.Check_forgot .form-check-input:checked {
    border: 0;
}

.Check_forgot label {
    color: rgba(45, 45, 45, 0.65);
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Check_forgot a.Forgot_Pass {
    color: #6753FD;
    text-align: right;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Signin_Modal .Signin_Btn {
    border-radius: 8px;
    background: #6753FD;
    padding: 15px 20px;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.Register_Now_Form button,
.Register_Now_Form button:hover {
     border-radius: 8px;
    background: #6753FD;
    padding: 13px 20px;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px;
    width: 100%;
}

.video-details-modal {
    padding-right: 0 !important;
    z-index: 9999;
}

.video-details-modal .modal-dialog {
    max-width: 100%;
    margin: 30px;
}

.video-details-modal .modal-content {
    border-radius: 15px;
    box-shadow: 0 0 15px 0 #00000080;
    background-color: #EEF3F6;
}

.video-details-modal .modal-header {
    display: inline-block;
    border: 0;
}

.video-details-modal .btn-close {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
}

.video-details-modal .modal-content iframe {
    width: 100%;
    min-height: calc(100vh - 200px);
    /* height: calc(100% - 100px); */
    border-radius: 10px;
    border: none;
}

.rating-main-section {
    padding: 10px 0;
}

.fa.fa-star, .fa.fa-star-half-o, .fa.fa-star-o, .fa.fa-star-half, .fa.fa-star-half-alt {
    color: #fbb42c;
}


.video-details-modal h4.modal-title {
    margin: 0;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #013872;
    margin-bottom: 5px;
}

.self-webinar-details.webinar-video-author {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 0;
}

.self-webinar-details.webinar-video-author .author-text {
    font-size: 14px;
    padding-left: 0;
    color: #1d1c1c;
}

.webinar-video-review-questions {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    /* height: calc(100vh - 150px); */
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

form.msform {
    margin-top: 0;
}

.msform fieldset {
    background-color: #fff;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative;
}

.Quiz_Main {
    padding: 20px;
    height: calc(100vh - 275px);
    overflow: hidden;
    overflow-y: auto;
}

.price_fillter span.explain {
    color: #ee1818;
}

.price_fillter span.trueexplain {
    color: #04bf38;
    width: 100%;
}

.price_fillter span {
    display: inline-block;
    width: auto;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom:15px;
}

.Quiz-Completed h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 160%;
    color: #2D2D2D;
    padding: 0px;
    margin-top: 15px;
}
.Quiz-Completed {
    text-align: left;
    margin-top: 0;
    padding: 30px;
}
.Quiz-Completed p {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #2D2D2D;
    padding: 0px;
    margin-bottom: 15px;
}
.Quiz-Completed.instructor-text {
    text-align: center;
    padding: 20px;
    margin: 0;
    height: auto;
}
.Quiz-Completed.instructor-text p {
    text-align: left;
}
.Quiz-Completed.instructor-text ul {
    padding-left: 10px;
    margin-top: 20px;
}
.Quiz-Completed.instructor-text ul li {
    padding-left: 10px;
    /* text-align: left; */
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
}
.Quiz-Completed.instructor-text ul li svg {
    position: absolute;
    left: 0;
    top: 2px;
}
.Quiz-Completed.instructor-text .btn.btn-register {
    margin: 20px 0;
}

.Quiz_Main.Review_Quiz_Main {
    height: calc(100vh - 255px);
}

.Quiz_Main.Final_Quiz_Main {
    height: calc(100vh - 190px);
}

p.review-quest-heading, .Quiz-Completed p.review-quest-heading {
    margin: 0;
    padding: 10px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 27px;
    color: #013872 !important;
    text-align: left;
}

.msform fieldset .form-card {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0;
    position: relative;
}

.msform fieldset .form-card {
    text-align: left;
    color: #1c1c1c;
}

.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

#review-questions-section .form-card h2.fs-title {
    margin-bottom: 5px;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #959595;
}

.form-card p {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #2D2D2D;
    padding: 0;
}

.price_fillter {
    margin-left: 10px;
    margin-top: 4px;
}

.price_fillter {
    margin-left: 0px;
}

.price_fillter .form-radio-group {
    width: 100%;
    line-height: 30px;
    position: relative;
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 12px;
}

.msform input, .msform textarea {
    padding: 0 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    font-size: 16px;
    letter-spacing: 1px;
}

.msform fieldset .form-card input, .msform fieldset .form-card textarea {
    width: auto;
    display: inline-block;
}

.msform fieldset .form-card input {
    margin: 0 0;
    position: absolute;
    left: 10px;
    top: 17px;
}

.price_fillter .form-radio-group input[type="radio"] {
    opacity: 0;
}

.msform fieldset .form-card label {
    font-weight: 400;
    color: rgb(29 28 28 / 0.75);
    font-size: 16px;
    margin-left: 10px;
    line-height: 22px;
}

.price_fillter .form-radio-group .form-radio-label {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 30px;
    /* border-radius: 20px; */
}

.price_fillter .form-radio-group .form-radio-label::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    outline: 2px solid #0b7bff;
    transition: 0.4s;
}

.price_fillter .form-radio-group input[type="radio"]:checked~.form-radio-label::after {
    content: "";
    position: absolute;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0b7bff;
    transition: 0.4s;
    margin: 0px;
}

.msform .action-button-previous {
    cursor: pointer;
    margin: 10px 5px;
    opacity: 1;
    font-size: 14px;
    float: left;
    margin-left: 15px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background: #29BD4E;
    padding: 8px 10px;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.msform .action-button-previous:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.msform .action-button-reset {
    cursor: pointer;
    margin: 10px 28px;
    opacity: 1;
    font-size: 14px;
    float: center;
    margin-left: 15px;
    min-height: 40px;
    border: none;
    border-radius: 5px;
    background: red;
    padding: 8px 10px;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.msform .action-button-reset:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.msform .action-button {
    width: 100px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    background-color: #0B7BFF;
    border-radius: 5px;
    float: right;
    margin-right: 15px;
    min-height: 40px;
    border: none;
}

.msform .action-button.Prev_btn {
    border-radius: 5px;
    border: 1px solid rgba(103, 83, 253, 0.25);
    background: #FFF;
    color: #6753FD;
    text-align: center;
    font-family: Avenir;
    font-size: initial;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 18px;
}

.msform .action-button.Next_btn {
    border-radius: 5px;
    background: #6753FD;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px 26px;
}

.login-logout button,
.login-logout a  {
    border-radius: 5px;
    background: #6753FD;
    color: #FFF;
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 150%;
}

.loaderBox {
    position: relative;
    display: flex;
	height: 180px;
	width: 33.3%;
    background: var(--even);
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 1;
}  
.loaderBox{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255,255,255,0.5);
} 
.spinner1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: round 1s linear infinite;
    border-top: 5px solid  #6753FD;
    background: transparent;
}
@keyframes round {
    from {
        rotate: 0deg;

    }
    to {
        rotate: 360deg;
    }   
}
.linear1 {
    width: 2.5em;
    height: 1em;
    background: #e5f051;
    animation: linearMove infinite 2s linear;
}
.Progress_Main {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px;
    text-align: left;
}
.Progress_Main .progress {
    height: 8px;
}
.Progress_Main h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    padding-bottom: 10px;
}
.Progress_Main h5 b{
    font-weight: 600;
}

.alert.alert-danger.text-danger {
    padding: 6px 10px;
    vertical-align: middle;
    display: inherit;
}
.alert.alert-danger.text-danger a.close {
    float: right;
    color: #e03545;
    font-size: 18px;
    margin-top: -1px;
}

@media only screen and (max-width:1399.51px) {
    .Banner_Left h1 {
        font-weight: 900;
        font-size: 30px;
        line-height: 50px;
        color: #FFFFFF;
    }

    .Banner_Right {
        text-align: left;
        background: #103255;
        border-radius: 20px;
        padding: 30px;
    }

    .Banner_Right .Credit_Details label {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .Module_Duration {
        width: 77px;
    }


    .Module_Duration p {
        font-size: 15px;
    }
}

@media(max-width: 767.51px) {
    /* Responsive Css - Start - 04-04-2023 */
   .Mob_Module_Duration {
       display: none;
   }
   span.Mob_Module_Check {
       display: block;
       margin-top: 5px;
       margin-left: 5px;
   }
   .Module_Content_Link {
       width: 100%;
       text-align: left;
       justify-content: left;
       padding-left: 15px;
       margin-bottom: 5px;
   }
   .Mob_submit_button {
       margin-top: 150px;
   }
   .accordion-item.Module_last_Box .Module_Width .Module_Duration.Module_Box_radio_label {
       border-right: 1px solid #B3B5B6;
       width: 100%;
       justify-content: flex-start;
       padding-left: 15px;
       border-bottom: 1px solid #B3B5B6;
   }
    /* Responsive Css - End - 04-04-2023 */

    .stepper {
        display: block;
        flex-direction: column;
        counter-reset: stepper;
        gap: 8px;
        border: 2px solid var(--c-secondary);
        background-color: var(--c-stepper-bg);
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        margin: 0 auto 50px;
    }

    .stepper-item {
        display: inline-block;
        grid-template-rows: [text-row] auto [line-row] 25px;
        grid-template-columns: [counter-column] 40px [text-column] auto;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 8px;
        position: relative;
        align-items: center;
        margin-right: 15px;
        text-align: center;
        float: none;
    }

    .stepper-item.complete .stepper-counter {
        position: relative;
        border-radius: 40px;
        background: rgba(41, 189, 78, 0.10);
        color: #29BD4E;
        text-align: center;
        font-size: 18px;
        font-weight: 900;
    }

    .stepper-item.complete a.stepper-link {
        color: #29BD4E;
        font-size: 18px;
        font-weight: 500;
        line-height: 36px;
        display: none;
    }

    .stepper-link span {
        padding-top: calc((28px - 1.5em) / 2);
        font-weight: 600;
        border-bottom: 2px solid transparent;
        display: none;
    }

    .stepper-line {
        display: block;
        width: 15px;
        background-color: transparent;
        justify-self: center;
        border-top: 2px dotted rgba(36, 36, 36, 0.50);
        position: absolute;
        right: -17px;
        top: 47%;
        left: auto;
        bottom: 0;
        margin: 0 auto;
        height: 1px;
    }

    .stepper-item.active .stepper-counter {
        position: relative;
        border-radius: 40px;
        background: #CEE5FF;
        color: #013872;
        text-align: center;
        font-size: 18px;
        font-weight: 900;
    }

    .stepper-item.active a.stepper-link {
        color: #013872;
        font-size: 18px;
        font-weight: 500;
        line-height: 36px;
        display: block;
        position: absolute;
        width: 100%;
        min-width: 210px;
        text-align: center;
        left: 0;
        right: 0;
        top: auto;
        margin-top: 15px;
    }

    .alert.alert-danger.text-danger a.close {
        margin-top: -25px;
    }

    .stepper-item.active a.stepper-link span {
        display: block;
    }
}

@media(max-width:1199.51px) { 
    ol.stepper {
        position: relative !important;
        max-width: inherit !important;
        height: auto !important;
        width: inherit !important;
        top: inherit;
    }
}

@media(max-width:991.51px) {
    .Module_Sub h5 {
        font-size: 14px;
    }

    .Module_Duration p {
        font-size: 14px;
    }

    .Module_Duration {
        width: 77px;
    }

    .Mob_Module_Duration {
        display: none;
    }

    .Module_Content_Duration {
        display: none;
    }

    span.Mob_Module_Check {
        display: block;
        margin-top: 3px;
        padding-left: 30px;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
    }

    .Module_Content_Link {
        width: 100%;
        text-align: left;
        justify-content: left;
        padding-left: 20px;
        margin-bottom: 5px;
        position: relative;
    }
    
    
    .Module_Content_Link .form-check {
        text-align: center;
        float: none;
        margin: 0 0px;
        width: auto;
        display: inline-block;
        position: absolute;
        top: 0;
        padding-top: 0;
    }
    
}


@media (max-width: 767.51px) {

     /* Responsive Css - Start - 04-04-2023 */
    

   

    .Mob_submit_button {
        margin-top: 150px;
    }

    .accordion-item.Module_last_Box .Module_Width .Module_Duration.Module_Box_radio_label {
        border-right: 1px solid #B3B5B6;
        width: 100%;
        justify-content: flex-start;
        padding-left: 15px;
        border-bottom: 1px solid #B3B5B6;
    }

    .Module_Content .accordion .accordion-item {
        margin: 0 0px 20px;
    }

     /* Responsive Css - End - 04-04-2023 */

     .Signin_Modal .Check_forgot {
        display: block;
        margin-bottom: 20px;
     }

     .Check_forgot .form-check {
        margin-bottom: 20px;
     }

     .Signin_Modal .modal-header {
        padding: 15px 15px 0;
     }

     .Signin_Modal .modal-body {
        padding: 15px;
    }
}












@media only screen and (max-width: 767.51px) {
    .Mobile_only {
        display: inline-block;
        margin-bottom: 20px;
    }

    .Web_only {
        display: none;
    }

    .Web_Detail_Left ul.nav-pills {
        display: flex;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }

    .Web_Detail_Left ul.nav-pills li {
        display: inline !important;
        padding: 5px;
        overflow: unset;
    }

    .Web_Detail_Right {
        margin: 0;
    }

    .Register_Now_Form {
        display: block;
    }

    .Web_Detail_Left .nav-pills .nav-link {
        margin-right: 0;
    }

    .Detail_Box p.Overview_Box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        line-height: inherit;
    }

    .Detail_Box p.Overview_Box span {
        min-width: 70px;
        text-align: right;
    }

    .Inclusions_Box ul li {
        line-height: inherit;
        margin-bottom: 10px;
    }

    .Copyright_Social_links p {
        text-align: center;
        margin-bottom: 20px;
    }

    .Social_links ul {
        justify-content: center;
    }

    .Social_links ul li a {
        margin-right: 20px;
    }

    section.footer {
        background: #0A052E;
        padding: 20px 0px;
    }

    .Policy_links {
        padding-bottom: 20px;
    }

    .Policy_links ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    
}