/* @import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap'); */


.dashbrd_title_section{
  position: relative;
  padding: 20px 10px;
  background: #F5F5F5;
  background: rgba(135,8,24,1);
  background: #3D1F73;
}
.dashbrd_title_section .row{
  align-items: center;
}
.dash_muenu {
    color: #fff;
    /* text-align: center; */
    list-style: none;
    padding: 0 5px;
}
.dash_muenu li{
  display: block;
  vertical-align: middle;
  list-style: none;
  padding: 5px 15px;
  /*text-transform: uppercase;*/
  font-size: 18px;
  margin-bottom: 5px;
      
}
.dash_muenu li a {
    /* background: #fff; */
    color: #fff  !important;
    padding: 8px 11px;
    /* border-radius: 3px; */
    /* box-shadow: 3px 3px 8px -3px #000; */
    display: block;
    position: relative;
    padding-left: 30px;
}
.dash_muenu li a i.fa {
    position: absolute;
    left: 2px;
    top: 9px;
    transition:all .4s ease-in-out;
}
.dash_muenu ul li{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.col-md-3 .dashbrd_sidebar .dashbrd_title_section ul {
    padding: 0 12px;
}
.col-md-3 .dashbrd_sidebar .dashbrd_title_section li{
    position:relative;
    padding: 0;
    border-bottom: 1px solid #484848;
}
.col-md-3 .dashbrd_sidebar .dashbrd_title_section li a {
    padding: 12px 11px 12px 34px;
}

.col-md-3 .dashbrd_sidebar .dashbrd_title_section li a i.fa {
    top: 12px;
}

.dash_muenu li.active a,
.dash_muenu li:hover a,
.dash_muenu li.active i,
.dash_muenu li:hover a i{
    color: #F36F21 !important;
}
.top_header {
    background: #b24065;
    padding: 12px;
}
section.inner_banner {
    background: #F36F21;
    background: linear-gradient(55deg, rgba(243, 111, 33, 1) 0%, rgba(203, 78, 0, 1) 100%);
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 25px;
}
.inner_banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.card.widget-card.border-danger .progress {
    height: 8px;
    background: #F5F5F5;
    margin-top: 20px;
}
.card.widget-card.border-danger .progress .bg-success {
    background-color: #F36F21!important;
    border-radius: 15px;
}
.card.widget-card.border-danger .row.gy-4 .col-12 {
    max-width: 50%;
}
.card.widget-card.border-danger .row.gy-4 .col-12 a.card-link {
    padding: 0 !important;
    color: #F36F21 !important;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-right: 25px !important;
    margin-top: 18px;
}
.card.widget-card.border-danger .row.gy-4 .col-12 a.card-link:after {
    content: "";
    background-image: url(../images/arrow-right-solid.png);
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 1px;
}
.each_catgry_col h5.card-title {
    color: #3D1F73;
}
.card.widget-card.border-danger .row.gy-4 .col-12 .row {
    margin: 0;
    background: #F5F5F5;
    padding: 10px 5px;
    display: block;
    border-radius: 6px;
}
.card.widget-card.border-danger .row.gy-4 .col-12 .row  div {
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: block !important;
}
.card.widget-card.border-danger .row.gy-4 .col-12 .row div h6 {
    display: block !important;
    font-size: 12px;
    padding-bottom: 5px;
}
.card.widget-card.border-danger .row.gy-4 .col-12 .row div h6 span {
    color: #3D1F73 !important;
    padding: 0 !important;
    font-size: 18px;
}
.card.widget-card.border-danger p.fs-7.text-secondary {
    margin: 0 !important;
    padding-bottom: 10px;
    padding-top: 30px;
}
.course_static_wrp{
    padding-bottom: 20px;
}
.course_static_wrp ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 8px;
}
.course_static_wrp ul li {
    width: 25%;
    padding: 3px 15px;
}
.course_static_each {
    padding: 20px 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: 100%;
}
.course_static_each:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: #ddd;
    border-radius: 50%;
    top: -65px;
    right: -65px;
    z-index: -1;
    opacity: 0.1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.course_static_each:hover:after{
    width: 150px;
    height: 150px;
}
.course_static_wrp ul li:nth-child(1) .course_static_each:after{
    background: #3AC5F3;
}
.course_static_wrp ul li:nth-child(2) .course_static_each:after{
    background: #F2A834;
}
.course_static_wrp ul li:nth-child(3) .course_static_each:after{
    background: #EC4544;
}
.course_static_wrp ul li:nth-child(4) .course_static_each:after{
    background: #74960F;
}
.course_static_each img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.course_static_each h3 {
    font-weight: 800;
    font-size: 26px;
    padding: 2px 0;
    padding-top: 15px;
    line-height: 1.1;
}
.course_static_each p {
    font-size: 16px;
}




.col-md-3 .dashbrd_sidebar {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*background: #F5F5F5;*/
    /*height: 100%;*/
    /*align-content: space-between;*/
}
.dashbrd_conntent_section .col-md-4 .courc_title {
    height: auto;
    min-width: fit-content;
    text-align: center;
    width: 100%;
    background: #151C2B;
    margin-top: 30px;
    border-radius: 6px;
    padding: 20px 15px;
    border: none;
    /*border-top: 25px solid #fff;*/
}
.dashbrd_sidebar ul.switch strong {
    display: block;
    font-weight: normal;
    position: relative;
    color: #000;
    padding-left: 30px;
}
.dashbrd_sidebar ul.switch strong i.fa {
    position: absolute;
    left: 0;
    top: 2px;
}
.dashbrd_sidebar ul.switch strong span {
    display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.dashbrd_conntent_section .col-md-4 .courc_title h4 {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 800;
}
.dashbrd_conntent_section .col-md-4 .courc_title .courc_title_inner_wrp {
    border: none;
    padding: 0 15px;
    margin: 0;
}
.dashbrd_conntent_section .col-md-4 .courc_title .courc_title_inner_wrp a.btn_default {
    background: #F36F21;
    background: linear-gradient(55deg, rgba(243, 111, 33, 1) 0%, rgba(203, 78, 0, 1) 100%);
    display: block;
}
.dashbrd_conntent_section .col-md-4 .courc_title h1 {
    font-size: 36px !important;
    color: #fff;
    font-weight: 800;
}
.col-md-3 .dashbrd_sidebar .dashbrd_title_section {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    background: #151C2B;
    border-radius: 6px;
    padding-bottom: 20px;
}
.col-md-3 .dashbrd_sidebar .dashbrd_title_section {
    
}

.col-md-3 .dashbrd_sidebar .courc_title {
    height: auto;
    min-width: fit-content;
    text-align: center;
    width: 100%;
    background: #151C2B;
    margin-top: 30px;
    border-radius: 6px;
    padding: 20px 15px;
    border: none;
}

.col-md-3 .dashbrd_sidebar .courc_title h4 {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 800;
}

.col-md-3 .dashbrd_sidebar .courc_title .courc_title_inner_wrp {
    border: none;
    padding: 0 15px;
    margin: 0;
}

.col-md-3 .dashbrd_sidebar .courc_title .courc_title_inner_wrp h1 {
    font-size: 36px !important;
    color: #fff;
    font-weight: 800;
}

.col-md-3 .dashbrd_sidebar .courc_title .courc_title_inner_wrp a.btn_default {
    background: #F36F21;
    background: linear-gradient(55deg, rgba(243, 111, 33, 1) 0%, rgba(203, 78, 0, 1) 100%);
    display: block;
}



.page_ifo_ttl{

}
.page_ifo_ttl h3{
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}
.page_ifo_ttl h3 span{
  color: #ddd;
}
.dash_curncy{

}
.dash_curncy_div {
    background: #F5F5F5;
    padding: 20px 20px;
    /*margin-top: 30px;*/
    border-radius: 6px;
}
.dashbrd_sidebar .upgrade_wrp {
    margin-top: 30px;
}
.dash_curncy_div h4 {
    color: #000;
    padding-bottom: 15px;
}
.dash_curncy_div .dash_muenu ul li {
    display: inline-block;
    padding: 5px;
    margin: 0;
    position: relative;
}
.dash_curncy_div .dash_muenu ul li.active, .dash_curncy_div .dash_muenu ul li:hover {
    background: none;
    border-radius:none;
    border-left: none;
}
.dash_curncy_div .dash_muenu ul li[value="1"] a {
    background: rgb(0 123 255 / 50%);
}
.dash_curncy_div .dash_muenu ul li[value="3"] a {
    background: rgb(198 40 40 / 50%);
}
.dash_curncy_div .dash_muenu ul li[value="4"] a {
    background: rgb(46 125 50 / 50%);
}
.dash_curncy_div .dash_muenu ul li[value="18"] a {
    background: rgb(106 27 154 / 50%);
}
.dash_curncy_div .dash_muenu ul li[value="19"] a {
    background: rgb(251 140 0 / 50%);
}
.dash_curncy_div .dash_muenu ul li[value="20"] a {
    background: rgb(93 64 55 / 50%);
}
.dash_curncy_div .dash_muenu ul {
    margin: 0 -5px;
}
.dash_curncy_div .dash_muenu ul li a {
    padding: 8px 22px;
    border-radius: 6px;
    background: #F36F21;
    background: linear-gradient(55deg, rgba(243, 111, 33, 1) 0%, rgba(203, 78, 0, 1) 100%);
    display: block;
    color: #fff !important;
    font-weight: 600;
    opacity:0.6;
    transition:all .25s ease-in-out;
}
.dash_curncy_div .dash_muenu ul li a:hover{
    opacity:1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dash_curncy_div .dash_muenu ul li[selected] a {
   opacity:1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dash_curncy select{
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 4px;
  background: #a2191b;
}
.dashbrd_conntent_section {
    padding: 50px 0;
    padding-top: 30px;
    position: relative;
}
.courc_title h1 {
    font-size: 85px;
    /*font-family: 'Lato-Bold';*/
    font-weight: 600;
    color: #880a19;
    padding-bottom: 10px;
}
.courc_title h4{
  text-transform: uppercase;
font-size: 16px;
color: #555;
/*font-family: 'Lato';*/
  font-weight: 900;
  line-height: 1.4;
  /*padding-bottom: 20px;*/
}
.courc_title_inner_wrp {
    padding: 15px;
    border: 1px solid #870919;
    margin-bottom: 10px;
}
.courc_title select{
  border: none;
  color: #880a19;
 /*font-family: 'Lato-Bold';*/
 font-weight: 600;
 font-size: 14px;
 text-transform: uppercase;

}
.dashboard_content{

}
.dashboard_content h2 {
    color: #2C2C2C;
    font-size: 36px;
    font-weight: 400;
    padding-bottom: 10px;
}
.dashboard_content p {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    /* padding-bottom: 15px; */
    /* font-family: 'Crimson Text', serif; */
}
.dashboard_content a {
    display: inline-block;
    padding: 7px 15px;
    background: #df3e1f;
    color: #fff;
    line-height: 1;
    padding-bottom: 9px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.dashboard_content h4 {
    color: #870919;
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.dashboard_content h4 span{
  text-transform: none;
  font-size: 17px;
}
.footer_about img {
    max-width: 300px;
}
.courc_title {
    height: 100%;
    border-left: 1px solid #ddd;
}
.dashbrd_catgry_colms{
  padding: 15px 0;
  padding-bottom: 100px;
}
.dashbrd_catgry_colms .container{
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.dashbrd_catgry_colms .container .col-md-4{
  border-right: 1px solid #ddd;
}
.dashbrd_catgry_colms .container .col-md-4:last-child{
  border: none;
}
.btn_default,
.btn-default,
.bt-default{
    background: #3D1F73 !important;
    display: inline-block;
    min-width: 200px;
    line-height: 50px;
    padding: 0 10px !important;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    margin-top: 10px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    transition:all .25s ease-in-out;
    border: 1px solid transparent !important;
    background-size: 300% 100% !important;
}
.each_catgry_col{
  padding: 15px;
}
.courc_title .each_catgry_col{
    padding: 0;
}
.courc_title_inner_wrp{
    
}
.each_catgry_col h4{
    color: #870919;
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.each_catgry_col p{
 font-size: 16px;
 color: #555;
 padding: 15px 0;
 line-height: 1.6; 
}
.study_content_head,
.study_content_head_inner,
.study_content_toggle{
  display: flex;
  text-align: center;
}
.dash_study_content{

}
.study_content_head_inner h5{
  font-weight: 900;
}
.dash_study_content ul{
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.dash_study_content li{
  display: block;
  padding: 10px 0;
    border-bottom: 1px solid #ddd;
    position: relative;

}
.dash_study_section{
  padding: 30px 0;
}
.study_content_head > div,
.study_content_head_inner > div,
.study_content_toggle > div{
  flex: 1;
}
.stdy_right,.stdy_center{
  max-width: 120px;
}
.study_content_head h4{
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 900;
}
.stdy_left{
  text-align: left;
}
.study_content_head {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.study_content_head_inner h4 {
    color: #880a19;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}
.study_content_head_inner .stdy_left h4:before {
content: "\276F";
    background: #ffffff;
    display: inline-block;
    margin-right: 5px;
    font-weight: 100;
    font-size: 14px;
    vertical-align: 2px;
}
.study_content_toggle h4{
  font-size: 17px;
  color: #880a1a;
  /*font-family: 'Crimson Text', serif;*/
}
.study_content_toggle p a.btn_default {
    min-width: 100px;
    margin-top: 10px !important;
    line-height: 35px;
    font-size: 15px;
    background: #f3f4f6;
        /*background: #cccdcf;*/
    color: #ffffff !important;
    padding: 0 15px !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 10px;
    border: 1px solid #880a1a;
    border-radius: .25rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(223, 61, 30, 1) 18%, rgba(135, 8, 24, 1) 100%) !important;
}
.study_content_toggle p a.btn_default i{
    color:#fff;
    
}
.study_content_toggle h3{
  font-size: 18px;
  color: #880a1a;
  /*font-family: 'Crimson Text', serif;*/
}
.study_content_toggle h5{

}
.study_content_toggle label{
margin: 0;
}
.study_content_toggle label input{
  position: absolute;
  opacity: 0;
  z-index: -99;
}
.study_content_toggle label span{
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  margin: 0 auto;
  cursor: pointer;
}
.study_content_toggle label input:checked + span{
    border: 9px solid #880919;
}
.study_content_head_inner {
    padding: 10px 0;
}
.study_content_toggle {
    padding: 15px 0px;
    border-bottom: 2px solid rgba(135, 10, 26, 1);
}
.study_content_toggle:nth-child(even), .study_content_toggle:first-child {
        /*background: rgb(135, 10, 26, 0.05);*/
}

 .study_content_toggle:first-child{
     /*border-top: 1px solid rgba(135, 10, 26, 1);*/
 }
.study_content_toggle:nth-child(even) p a.btn_default,
.study_content_toggle:first-child p a.btn_default {
    /*background: #fff;*/
}
.stdy_center h5{
    font-size: 18px;
    
}
.study_content_toggle_wrp{
  display: none;
  /*padding: 15px;*/
      /*border: 1px solid rgba(135, 10, 26, 1);*/
}
button.toggle_study {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
button.toggle_study span{
width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
}
button.toggle_study.active{
  transform: rotate(-90deg);
}
.upgrade_wrp {
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    /* border: 1px solid #880919; */
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 8%);
}
.card.widget-card.border-danger {
    border: none;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 8%);
}
.upgrade_wrp .fa {
    font-size: 46px;
    color: rgb(255 255 255);
    line-height: 80px;
    text-align: center;
    display: block;
}
.upgrade_wrp h4{
  font-size: 24px;
  font-weight: 800;
  text-align:center;
}
.upgrade_wrp h5{
  font-size: 24px;
  text-align:center;
  font-weight: 800;
}
.upgrade_wrp ul{
  padding: 20px 5px;
}
.upgrade_wrp li{
  list-style: none;
  display: block;
  padding: 10px 0;
  /*border-top: 1px solid #ddd;*/
  color: #000;
  font-size: 20px;
  text-transform: capitalize;

}
.cloud_icon_wrp {
    background: #F36F21;
    background: linear-gradient(55deg, rgba(243, 111, 33, 1) 0%, rgba(203, 78, 0, 1) 100%);
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-radius: 10px;
    line-height: 80px;
}
.upgrade_wrp li a {
    color: #000;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.upgrade_wrp ul li img {
    display: inline-block;
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}
.dash_study_section .col-md-3{
  /*border-left: 1px solid #ddd;*/
  /*padding-left: 35px;*/
}
.dash_study_section .col-md-9{
  padding-right: 35px;
}
.dashboard_content {
    padding: 35px 20px;
    border: none;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 6px;
}
.dashboard_content img {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    z-index: -1;
}
.create_quz_wrp{
  text-align: right;
  padding: 15px;
}
.create_quz_wrp a{
  font-size: 16px;
  color: #888;
  padding: 5px 10px;
  border-right: 1px solid #ddd;
  text-transform: uppercase;
  /*font-family:'Lato-Light';*/
  font-weight: 400;
}
.create_quz_wrp a + a{
  border: none;
}
.qiz_counter_wrp {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 15px;
}
.qiz_counter_wrp span{
display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 23px;
    color: #666;
    border: 1px solid #666;
    border-radius: 50%;
    font-weight: 900;
    /*font-family: 'Lato-Bold';*/
    cursor: pointer;
    user-select: none;
}
.create_quz_wrp .btn_default{
    font-weight: 900;
    min-width: 150px;
    height: 44px;
    line-height: 44px;
    margin-top: 0;
}
.qiz_counter_wrp input{
border: none;
    outline: none;
    text-align: center;
    width: 50px;
    min-width: 50px;
    padding: 0;
    height: 35px;
    vertical-align: middle;
}
.qiz_counter_wrp span.minaz.sub {
    line-height: 16px;
}
.qiz_counter_wrp span.plus.add {
    line-height: 20px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
div#seconds-counter {
    float: right;
    color: #fff;
    background: #870919;
    padding: 5px 10px;
    margin-top: -4px;
}
.question_sections{
  padding: 20px 0;
}
.qstn_wrp {
padding:0 15px;
}
.qstn_wrp h4{
  background: #f6eced;
  padding: 15px;
  font-size: 22px;
  /*font-family: 'Crimson Text', serif;*/
  font-weight: 600;
  color: #870919;
}
#seconds-counter{
  /*font-family:'Lato-Light';*/
}
.qstn_wrp h4 .fa-flag{
  margin-right: 10px;
}
.qstn_wrp h4 .fa-angle-down{
  font-weight: bold;
  margin-left: 10px;
  font-size: 20px;
}
.qstn_wrp_inner{
  padding: 35px 20px;
}
.qstn_wrp_inner p{
  font-size: 20px;
  line-height: 1.6;
  /*font-family: 'Crimson Text', serif;*/
}
.qstn_wrp_inner ul{
  padding: 15px 5px;
  list-style: none;
}
.qstn_wrp_inner li{
  display: block;
  padding: 5px 0;
      padding-left: 25px;
}
.qstn_wrp_inner label{
  display: block;
      margin: 0;
}
.qstn_wrp_inner label input{
  position: absolute;
  opacity: 0;
  z-index: -9;
}
.qstn_wrp_inner label span{
    display: block;
    position: relative;
    padding: 10px;
    /*padding-left: 40px;*/
    cursor: pointer;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.qstn_wrp_inner label span:before{
content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    text-align: center;
    border: 2px solid #8a8a8a;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
        line-height: 10px;
    font-size: 8px;
    color: #fff;
        position: absolute;
    left: -22px;
        top: 13px;
        /*margin-left: -35px;*/
}
.qstn_wrp_inner label input:checked + span:before{

}
.qstn_wrp_inner label span.correct:before{
  content: "\2714";
  background: #1ad11a;
    border-color: #1ad11a;
}
.qstn_wrp_inner label span.wrong:before{
  content: "\2716";
      background: #ff3434;
    border-color: #ff3434;
}
.qstn_wrp_inner label span.wrong,
.qstn_wrp_inner label span.correct{
  border: 1px solid #ddd;
}
.qstn_wrp_inner label span.correct.faded{
  border-color: transparent;
}
.qstn_wrp_inner label span.correct.faded:before{
  /*background: #ccc;*/
  /*border-color: #ccc;*/
}
.qstn_explenation {
    padding: 30px;
    border-radius: 4px;
    background: #f6f6f6;
    margin-top: 15px;
    border: 1px solid #cec8c8;
}
.qstn_explenation h5{
  color: #870a1a;
  /*font-family: 'Crimson Text', serif;*/
  padding-bottom: 15px;
      font-size: 23px;
      font-weight: 600;
}
.qstn_explenation p{
    font-size: 20px;
    line-height: 1.6;
  /*color: #870a1a;*/
  /*font-family: 'Crimson Text', serif;*/
      font-weight: 400;
}
.qstn_buttons {
  padding: 25px 0;
}
.qstn_buttons a{
  min-width: 120px;
  height: 40px;
  padding: 0 25px !important;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #aaa;
  /*font-family:'Lato-Regular';*/
  font-weight: 400;
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.qstn_buttons a.prev_qstns{

}
.qstn_buttons a.next_qstns{
  
}
.qstn_buttons a.flag_btn{
      border-radius: 0;
    background: #eeecec;
    min-width: 0;
    padding: 0 13px !important;
    font-size: 25px;
    border-color: #eeecec;
}
.question_sections .col-md-9{
  padding-right: 35px;
  border-right: 1px solid #ddd;
}
.score_sections{
  padding: 100px 0;
}
.list_all_qstn {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-radius: 6px;
}
.list_all_qstn ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list_all_qstn li{
  width: 20%;
  text-align: center;
  padding: 6px 10px;
}
.list_all_qstn li div{
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.list_all_qstn li.active div{
border: 1px solid #ddd;
}
.list_all_qstn li div:before{
  content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
}
.list_all_qstn li div.correct:before{
    content: "\2714";
    background: #1ad11a;
    border-color: #1ad11a;
}
.list_all_qstn li div.wrong:before{
content: "\2716";
    background: #ff3434;
    border-color: #ff3434;
}

.list_all_qstn_ {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-radius: 6px;
}
.list_all_qstn_ ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list_all_qstn_ li{
  width: 20%;
  text-align: center;
  padding: 6px 10px;
}
.list_all_qstn_ li div{
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.list_all_qstn_ li.active div{
border: 1px solid #ddd;
}
.list_all_qstn_ li div:before{
  content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
}
.list_all_qstn_ li div.correct:before{
    content: "\2714";
    background: #1ad11a;
    border-color: #1ad11a;
}
.list_all_qstn_ li div.wrong:before{
content: "\2716";
    background: #ff3434;
    border-color: #ff3434;
}
.score_title{

}
.score_title h1{
font-size: 36px;
    text-transform: uppercase;
    color: rgba(135, 10, 26, 0.75);
}
.score_title h1 strong{
  color: #870a1a;
}
.score_title ul{
    padding: 20px 0;
    list-style: none;
}
.score_title li{
  padding: 5px 0;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 1px solid #cfcdcd;
    padding-right: 15px;
    margin-right: 10px;
    /*font-family:'Lato-Regular';*/
    font-weight: 400;
}
.score_title li em,
.score_title li span,
.score_title li strong{
  font-style: normal;
}
.score_title li em{
color: #1bd11b;
}
.score_title li strong{
  color: #870a1a;
  /*font-family:'Lato-Bold';*/
  font-weight: 600;
}
.score_title li span{
color: #ff3535;
}
.score_title h1 a{
  float: right;
    border: 1px solid #870919;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 10px;
    color: #870919;
    font-weight: 600;
}
.score_title h1 a + a{
  background: #870919;
  color: #fff;
}
.score_sections .col-md-9{
  border-right: 1px solid #ddd;
  padding-right: 35px;
}
.score_sections .col-md-3{
  padding-left: 35px;
}
.create_discus{
  background: 
}
.create_discus {
    background: #f6eced;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.create_discus a.btn_default{
      border-radius: 50px;
    line-height: 34px;
    font-size: 17px;
    min-width: 100px;
    margin-top: 15px;
}
.create_discus p{
  font-size: 20px;
  line-height: 1.4;
}
.dashbrd_title_section h1{
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    text-align: center;
    /* font-family: 'Lato-Bold'; */
    font-weight: 300;
    padding: 15px 0;
}
.my_accnt_wrp{
  max-width: 600px;
  margin: 0 auto;
}
.my_account_section{
  padding: 100px 0;
}
.my_accnt_wrp h2{
    color: #880a19;
    font-size: 30px;
    text-transform: capitalize;
    /*font-family:'Lato-Bold';*/
    font-weight: 600;
}
.my_accnt_wrp h2:after{
  content: "";
  background: #880a19;
  display: block;
  margin: 15px 0;
  width: 100px;
  height: 2px;
  margin-bottom: 25px;
}
.my_accnt_wrp input[type="text"], .my_accnt_wrp input[type="email"], .my_accnt_wrp input[type="password"], .my_accnt_wrp input[type="number"], .my_accnt_wrp input[type="phone"]{
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 18px;
  border: none;
  outline: none;
}
.form-check input[type="checkbox"] + label, .form-check input[type="radio"] + label {
        border: 0;
}
.my_accnt_wrp label{
  position: relative;
  display: block;
  border: 1px solid #ddd;
  margin: 15px 0;
}
.my_accnt_wrp label span{
position: absolute;
    top: 50%;
    margin-top: -10px;
    padding-left: 15px;
    font-size: 18px;
    text-transform: capitalize;
}
.my_accnt_wrp button{

}
.my_accnt_wrp p{
  font-size: 20px;
  line-height: 1.4;
  color: #444;
  /*font-family:'Lato-Regular';*/
  font-weight: 600;
}
.my_accnt_dtls_each{
  padding: 35px 0;
}
.my_accnt_dtls_each a.btn_default{
  line-height: 35px;
  border-radius: 50px;
  padding: 0 20px !important;
  margin-top: 15px;
}
.faq_section{
  padding: 100px 0;
}
.faq_each{
    border: 1px solid #f6eced;
    border-radius: 6px;
    margin: 20px 0;
        box-shadow: 5px 5px 8px -2px #f6eced;
}
.faq_each h4{
    color: #880a19;
    font-size: 20px;
    padding: 15px;
    /*background: #f6eced;*/
        border-bottom: 1px solid #f6eced;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    line-height: 1.4;
    font-weight: 600;
}
.faq_each h4:after{
 content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.faq_each h4.active:after{
    transform: translateY(-50%) rotate(-180deg);
}
.faq_each .faq_each_text{
      display: none;
      padding: 20px;
}
.faq_each p{
  
  font-size: 20px;
  line-height: 1.6;
  /*font-family:'Lato-Light';*/
  font-weight: 400;
  color: #555;

}
.faq_each ul{
    padding: 10px;
}
.faq_each li{
    font-weight: 400;
  color: #555;
  font-size: 20px;
  line-height: 1.6;
  list-style: none;
  position: relative;
      padding-left: 15px;
}
.faq_each li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #880a19;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
.about_page_wrp{
        padding: 100px 0;
    position: relative;
}

.about_page_wrp h4 {
    line-height: 1.4;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0;
}
.about_page_wrp h4 strong{
    
}
.our_training_text {
    padding-top: 35px;
    padding-right: 25px;
}
.our_training_text h5{
    line-height: 1.4;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0;
}
.what_we_offr {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
    margin-top: 25px;
}
.what_we_offr h2{
    font-size: 24px;
    font-weight: 600;
    color: #3D1F73;
    padding-bottom: 12px;
}
.what_we_offr ul{
    list-style: none;
}
.what_we_offr li{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0;
    line-height: 1.3;
    padding-left: 15px;
}
.what_we_offr li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3D1F73;
    border-radius: 50%;
    left: 0;
    top: 14px;
}
.corse_dtls_wrp {
    background: #3d1f730d;
    padding: 25px;
    height: 100%;
    border-radius: 6px;
}
section.course_dtls_eligblty {
    padding-bottom: 100px;
}
.corse_dtls_wrp h2 {
    font-size: 26px;
    color: #3D1F73;
    font-weight: 600;
    padding-bottom: 15px;
}
.corse_dtls_wrp p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0;
}
.pf_sub {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.forum_container {
    padding: 50px 0;
}
.btn_default.bt_small {
    font-size: 16px;
    min-width: auto;
    line-height: 40px;
    text-align: left;
    padding: 0 26px 0 20px !important;
}
.btn_default.bt_ico i {
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.frt_left a {
    margin-top: 0;
}
.forum_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.inp-sm {
    height: 42px !important;
    line-height: 42px !important;
}
.tags_cats {
    padding: 20px 0;
}
.tags_cats ul {
    list-style: none;
    display: inline-block;
}
.tags_box, .gap-border, .cats_box {
    display: inline-block;
}
.tags_cats ul li {
    display: inline-block;
    margin:0 5px 0 0;
}
.tags_box li a, .cats_box li a  {
    font-weight: 500;
    color: #3d3d3d;
    padding: 8px 20px;
    border: 1px solid #3d3d3d;
    border-radius: 30px;
    font-size: 14px;
}
.cats_box li a:hover,.tags_box li a:hover  {
    border: 1px solid #df3d1e;
    color: #111;
}
.gap-border {
    width: 1px;
    height: 35px;
    vertical-align: middle;
    margin: 0 12px;
    background: #ddd;
}
.forum_each_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.forum_pf img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
    border: 5px solid #eee;
    margin-right: 30px;
}
.forum_box {
    padding: 10px 0;
}
.forum_each {
    padding: 22px;
    border-bottom: 1px solid #eee;
}
.frm_main > a {
    color: #df3d1e;
    margin-bottom: 10px;
    display: block;
}
.frm_cmt_lk i {
    font-size: 40px;
    color: #df3d1e;
}
.frm_cmt_lk {
    position: relative;
    text-align: center;
}
.cmt_count {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.frm_main {
    width: calc(100% - 140px);
}
.frm_auth {
    color: #df3d1e;
    font-weight: 400;
}
.frm_meta {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 14px;
    color: #828282;
}
.frm_main h3 {
    font-size: 20px;
    font-weight: 500;
}
.frm_ct {
    font-size: 14px;
    font-weight: 400;
}
.forum_each.pinned {
    border: 1px solid #df3d1e ;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fbfbfb;
}
.forum_pages {
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
}
.forum_pages a {
    padding: 0 10px;
}
.forum_pages a.active {
    color: #df3d1e;
    display: inline-block;
}
.fr_prev, .fr_next {
    font-weight: bold;
    color: #df3d1e;
}
.popup_modal {
    position: fixed;
    width: 600px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 30px 30px 40px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20%;
    opacity:0;
    z-index: -1;
    visibilty:hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.popup_modal.show{
    top: 50%;
    opacity:1;
    visibilty:visible;
    z-index: 9999999;
}
.backdrop {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left:0;
    z-index: 100;
    opacity:0;
    visibility:hidden;
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.backdrop.pop_active {
    opacity:0.3;
    visibility:visible;
}
.popup_header {
    position: relative;
}
.popup_close {
    position: absolute;
    right: -26px;
    top: -34px;
    font-size: 24px;
    color: #df3d1e;
}
.popup_header h4 {
    font-size: 26px;
    color: #df3d1e;
    margin-bottom: 30px;
    font-weight: 300;
}
.ibox {
    margin-bottom: 15px;
}
textarea {
    width: 100%;
    min-width: 300px;
    height: 180px;
    padding: 0 15px;
    line-height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    max-width: 100% !important;
}
.btn_border {
    background: #fff;
    display: inline-block;
    min-width: 200px;
    line-height: 48px;
    padding: 0 10px !important;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    color: #df3d1e !important;
    margin-top: 10px;
    vertical-align: middle;
    border: 1px solid;
    margin-right: 10px;
}
.btn_border.bt_small {
    font-size: 16px;
    min-width: auto;
    line-height: 38px;
    text-align: left;
    padding: 0 26px 0 20px !important;
}
body.pop {
    overflow: hidden;
}
.forum_top.single_f {
    border-bottom: 0;
}
.forum_single_wrap .frm_ct, .forum_single_wrap .frm_ct p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #555;
}
 .forum_single_wrap .frm_ct p {
     margin-bottom:15px;
 }
 .btn_xsmall {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ddd;
    margin-right: 10px;
    color: #df3d1e;
    border-radius: 5px;
}
.single_forum_actions {
    margin-top: 20px;
}
.btn_xsmall:hover {
    color: #df3d1e;
    border-color: #df3d1e;
}
.forum_single_wrap .forum_each {
    border-bottom: 0;
}
.reply_box {
    margin-top: 30px;
    width: 100% !important;
    display:none;
}
.comment_box {
    margin-top: 30px;
    width: 100% !important;
    display:none;
}
.each_com_box {
    margin-top: 30px;
    width: 100% !important;
    display:none;
}
.reply_section {
    padding: 30px 0;
}
.each_reply {
    background: #f5f5f5;
    padding: 25px 30px;
    color: #979797;
    border-radius: 5px;
margin-bottom: 20px;
}
.eachr_content {
    margin-top: 5px;
}
.eachr_content p {
    line-height: 24px;
    font-weight: 300;
}
.eachr_meta a {
    color: #df3d1e !important;
}
.eachr_date {
    font-weight: 300;
    font-size: 14px;
}
.forum_each.forum_comment {
    background: #fafafa;
    border-radius: 5px;
}
.forum_comment .each_reply {
    border: 1px solid #eee;
}
.forum_top.single_f .frt_left {
    margin-bottom: 0;
}
.contact_form_section{
    padding: 100px 0;
}

.contact_form_wrp{
    
}
.contact_form_inner{
    
}
.contact_form_inner input {
    border: 1px solid #8d0d1a !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 400;
    color: #8d0d1a;
}
.contact_form_inner textarea {
    border: 1px solid #8d0d1a !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 400;
    color: #8d0d1a;
    resize: none;
}
.contact_form_inner{
    
}
.contact_form_inner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8d0d1a;
}
.contact_form_inner ::-moz-placeholder { /* Firefox 19+ */
  color: #8d0d1a;
}
.contact_form_inner :-ms-input-placeholder { /* IE 10+ */
  color: #8d0d1a;
}
.contact_form_inner :-moz-placeholder { /* Firefox 18- */
  color: #8d0d1a;
}
.addrs_wrp {
    background: #f6eced;
    padding: 35px;
    height: 100%;
    border-radius: 3px;
}
.addrs_wrp h4{
    color: #880a19;
    font-weight: 600;
    padding-bottom: 10px;
}
.addrs_wrp p{
    color: #000000;
    font-weight: 400;
    line-height: 1.3;
    padding: 4px 0;
}
.addrs_wrp p a{
    font-weight: 600;
    color: #000;
}
.addrs_wrp p .fa{
    color: #880a19;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 7px;
}
.addrs_wrp ul{
    list-style: none;
    padding: 0;
    /*border-top: 1px solid rgba(223, 62, 31, 0.32);*/
        margin-top: 25px;
}
.addrs_wrp hr{
        border-top: 1px solid rgba(223, 62, 31, 0.32);
        margin: 25px 0;
}
.addrs_wrp li{
    display: inline-block;
    font-size: 24px;
    padding-top: 15px;
    padding-right: 10px;
    color: #880b1a;
}
.addrs_wrp li a{
    color: #880b1a;
}
.cpa_req_state_top{
    padding: 100px 0;
}
.cpa_req_state_top_right {
    
}
.cpa_req_state_top_right h2{
        font-size: 28px;
    font-weight: 600;
    color: #870a1a;
    padding-bottom: 15px;
}
.cpa_req_state_top_right p{
        font-size: 17px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.cpa_req_state_top_right a{
        color: #870a1a;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #870a1a;
    display: inline-block;
}
.exam_state_listing_section {
    background: #f9f9f9;
    padding: 100px 0;
    text-align: center;
}
.exam_state_listing_section h3 {
    color: #870a1a;
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 0px;
}
.exam_state_listing_section h3:after{
    content: "";
    width: 200px;
    height: 2px;
    background: #870a1a;
    margin: 20px auto;
    display: block;
}
.exam_state_listing_section p{
        font-size: 17px;
    line-height: 1.5;
    padding: 10px 0;
}
.state_listing_wrp{
    
}
.state_listing_wrp ul{
        display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}
.state_listing_wrp li{
    list-style: none;
    width: 25%;
    text-align: left;
    padding: 13px;
}
.state_listing_wrp li a{
    padding: 5px;
    font-size: 18px;
    color: #870919;
    font-weight: 600;
}
.cpa_req_state_top .row{
    align-items: center;
}
.each_state_section {
    padding: 100px 0;
}
.each_state_section h2{
    color: #870919;
    font-weight: 600;
    padding: 6px 0;
        padding-bottom: 15px;
}
.each_state_section p{
    font-size: 17px;
    line-height: 1.4;
    padding: 6px 0;
}
.each_state_section ul{
    list-style: none;
    padding: 6px 0;
        padding-left: 25px;
}
.each_state_section li{
        line-height: 1.4;
    padding: 3px 0;
        padding-left: 15px;
    position: relative;
}
.each_state_section li:before{
content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #870919;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
.each_state_section h3{
        padding: 12px 0;
    color: #df3e1f;
}
.each_state_section h5 {
    padding: 15px 0;
}
.each_state_section hr{
    
}
.each_state_section table {
    max-width: 700px;
    border-color: #cecece;
    margin: 15px 0;
    border: none;
    width: 100%;
}
.each_state_section td{
        border-color: #cecece;
    padding: 7px 15px;
}
.each_state_section tr{
    border-color: #cecece;
}
.each_state_section tr:nth-child(odd){
        background: #f0f0f0;
}

.simqstn_wrp {
    padding: 40px 0;
}

.sim_question h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.siminto_text {
    margin-top: 20px;
    font-weight: 400;
}

.siminto_text p,
.siminto_text li {
    line-height: 1.5;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}

.quesList.qstn_wrp_inner {
    padding-left: 0;
    padding-right: 0;
}

.quesChoices {
    display: flex !important;
        /*font-family: 'Crimson Text', serif;*/
    font-size: 20px;
}
.ChoiceQuest {
    flex-basis: calc(100% - 148px);
    width: calc(100% - 148px);
    padding-top: 10px;
margin-bottom: 20px;
padding-right: 30px;
}
.ChoiceQuest {
    line-height: 24px;
}

.quesChoicesli {
    list-style: decimal !important;
    display: list-item !important;
    padding-left: 15px !important;
}

.simutype_2 .queTiles {
    flex-basis: calc(100% - 360px);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}
.simutype_2 .quesTitle {
    display: flex;
    align-items: flex-end;
    text-align: center;
        padding: 0px 5px;

    /*font-family: 'Crimson Text', serif;*/
}
.simutype_2 .quesChoice1, .quesChoice2, .quesChoice3 {
    flex-basis: 120px;
    width: 100px;
    font-weight: 700;
    font-size: 15px;
    padding: 0 12px;
}

.simutype_2  .ChoiceQuest {
    flex-basis: calc(100% - 360px);
}

.simutype_2 .ChoiceYes {
    width: 120px;
    text-align: center;
}

.simulation_wrap.simutype_2 .qstn_wrp_inner label span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.simulation_wrap.simutype_2 .quesList.qstn_wrp_inner {
    min-width: 800px;
    overflow-x: auto;
}

.simulation_wrap.simutype_2 .simListAnswer {
    max-width: 100%;
    overflow-x: auto;
}

.simulation_wrap.simutype_2 .quesChoiceWrap {
    padding-left: 25px;
}

.simChoiceList {
    padding-left: 30px;
    list-style: upper-alpha;
    margin-top: 20px;
}


.simChoiceList li {
    padding-left: 20px;
    line-height: 24px;
}
.simulation_wrap.simutype_3 .ChoiceQuest {
    flex-basis: 100%;
    padding-right: 0;
    width: 100%;
}
.simulation_wrap.simutype_3  .quesChoices {
    flex-wrap: wrap;
}
.simulation_wrap.simutype_3 .qstn_wrp_inner label span {
    font-size: 14px;
    font-weight: 700;
}
.sim_inner_para p,
.sim_inner_para li {
    /*font-size: 17px;*/
    line-height: 1.5;
    color: #212529;
    /*padding: 35px 0;*/
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}
.sim_inner_para p, .sim_inner_para li {
    font-size: 18px;
    margin: 0 0 20px;
}
.sim_choice_listing{
    
}
.sim_choice_listing h5{
    color: #870a1a;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.sim_choice_listing ol{
        padding: 0;
    margin: 0;
    padding-left: 17px;
    padding-bottom: 25px;
}
.sim_choice_listing ol li{
padding: 8px 0;
    line-height: 1.5;
    font-size: 17px;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}
.sim_choice_listing_table{
    overflow: auto;
    margin-top:20px;
}
.sim_choice_listing_table table{
    width: 100%;
    min-width: 600px;
    border-color: rgba(135, 10, 26, 1);

}
.sim_choice_listing_table th,
.sim_choice_listing_table td{
    padding: 10px 10px;
    width: 50%;
    font-size: 20px;
    /* font-family: 'Crimson Text', serif; */
}
.sim_choice_listing_table th:first-child,
.sim_choice_listing_table td:first-child{
    width: 75px;
    /*text-align: center;*/
}
.sim_choice_listing_table ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sim_choice_listing_table ul li{
    display: inline-block;
    min-width: 30px;
        padding: 4px 2px;
    text-align: center;
    vertical-align: middle;
}
.sim_choice_listing_table li input{
    cursor: pointer;
}
.sim_choice_listing_table li label{
margin: 0;
    display: block;
}
.simutype_5 .sim_choice_listing_table th,
.simutype_5 .sim_choice_listing_table td{
    width: 25%;
}
.simutype_5 .sim_choice_listing_table th:first-child,
.simutype_5 .sim_choice_listing_table td:first-child{
    width: 75px;
    text-align: center;
}
.simutype_5 .sim_choice_listing_table th:nth-child(2),
.simutype_5 .sim_choice_listing_table td:nth-child(2){
    width: 50%;
    /*text-align: center;*/
}
.sim_choice_listing_table select{
    width: 100%;
    padding: 3px;
    border-color: #880918;
    background: rgb(255, 255, 255, 0.50);
}
select{
    border-color: #880918;
}

.simutype_6 .sim_choice_listing_table th,
.simutype_6 .sim_choice_listing_table td{
    width: auto;
    max-width: 135px;
    font-size: 20px;
    /*font-family: 'Crimson Text', serif;*/
}
.simutype_6 .sim_choice_listing_table th:first-child,
.simutype_6 .sim_choice_listing_table td:first-child{
    /*width: 75px;*/
    /*text-align: center;*/
}
.simutype_6 .sim_choice_listing_table th:nth-child(2),
.simutype_6 .sim_choice_listing_table td:nth-child(2){
    width: auto;
    max-width: none;
}
.simutype_6 .sim_choice_listing_table input,
.simutype_7 .sim_choice_listing_table input{
    min-width: 10px;
    width: 100%;
    height: auto;
    line-height: 1.5;
        padding: 3px 2px;
    background: rgb(255, 255, 255, 0.50);
        border-color: #870a1a;
        font-size: 18px !important;
}
.simutype_7 .sim_choice_listing_table th,
.simutype_7 .sim_choice_listing_table td{
    width: auto;
    max-width: 135px;
    font-size: 18px;
    /*font-family: 'Crimson Text', serif;*/
    word-break: break-word;
}
.simutype_7 .sim_choice_listing_table th:nth-child(1),
.simutype_7 .sim_choice_listing_table td:nth-child(1){
    min-width: 235px;
}
/*.simutype_7 .sim_choice_listing_table th:nth-child(2),*/
/*.simutype_7 .sim_choice_listing_table td:nth-child(2){*/
/*    width: auto;*/
/*    min-width: 150px;*/
/*}*/
.mini_cart_view .table th, .mini_cart_view .table td {
    /* font-family: 'Crimson Text', serif; */
    font-size: 18px;
    word-break: break-word;
    min-width: 95px;
    padding: 7px;
}
    
    
    
.sim_choice_listing_table th {
background: #870a1a;
    color: #ffffff;
    border-color: rgb(255, 255, 255, 0.37);
}
.qstn_wrp .nav-tabs{
    border: none;
    display: flex;
    background: #f6eced;
    margin-top: 15px;
}
.qstn_wrp .nav-tabs .nav-item{
        flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.qstn_wrp .nav-tabs .nav-item a{
    display: block;
    font-weight: 600;
    padding: 10px 0;
        border-right: 1px solid rgba(135, 11, 27, 0.09);
    color: #870a1a;
}
.qstn_wrp .nav-tabs .nav-item:last-child a{
    border: none;
}
.qstn_wrp .nav-tabs .nav-item a.active {
    background: #870a1a;
    color: #fff;   
}
.qstn_wrp .tab-content > .container {
    padding-left: 0;
    padding-right: 0;
}


.circular-chart {
    display: block;
    margin: 0px auto;
    max-width: 150px;
}

.circle-bg {
  fill: none;
  stroke: rgba(238, 238, 238, 0);
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  z-index: 9;
  position: relative;
}

.red{ 
  stroke: #870b1b !important; fill: none; z-index: 8; position: relative; stroke-linecap: round;
  animation: redprogress 1s ease-out paused;
}
.circle-svg__circle{fill: transparent; stroke: #2f3d4c; stroke-width: 1; stroke-linecap: round;}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
/* @keyframes redprogress {
    from {
        stroke-dashoffset: 1;
    }
    to {
        stroke-dashoffset: 0;
    }
}  */

.circular-chart.orange .circle {
  stroke: rgba(135, 11, 27, 0.35);
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  /*font-family: sans-serif;*/
  font-size: 0.5em;
  text-anchor: middle;
      font-weight: 700;
}
#result_popup h4{
    padding-bottom: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #999;
}
#result_popup h4 span{
        color: #870b1b;
}
#result_popup .modal-dialog{
    max-width: 550px;
    text-align: center;
}
.simulation_wrap.simutype_2 .qstn_wrp_inner label span{
    padding: 10px;
        background: none;
}
.simulation_wrap.simutype_2 .qstn_wrp_inner label span:before{
    margin: 0;
    position: static;
}
#quiz__res_view table tbody td:nth-child(2) ~ td{
    vertical-align: middle;
}
.simutype_4 .sim_choice_listing_table li span{
    width: 13px;
    height: 13px;
    display: block;
    text-align: center;
    border: 2px solid #8a8a8a;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 10px;
    font-size: 8px;
    color: #fff;
    margin: 0 auto;
}
.simutype_4 .sim_choice_listing_table li input{
    opacity: 0;
    position: absolute;
}
.simutype_4 .sim_choice_listing_table li input:checked + span{
        
    background: #1ad11a;
    border-color: #1ad11a;
}
.simutype_4 .sim_choice_listing_table li input:checked + span:after{
    content: "\2714";
    line-height: 10px;
}
.sim_choice_listing_table tr:nth-child(even) {
    background: rgb(135, 10, 26, 0.05);
}
.buttons_wrp {
    display: block;
    position: relative;
}
.buttons_wrp a{
    display: block;
    position: relative;
    background: rgba(135,8,24,1);
    background: linear-gradient(90deg, rgba(223,61,30,1) 18%, rgba(135,8,24,1) 100%);
    text-align: center;
    margin-bottom: 15px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 0 15px;
}
.buttons_wrp a .fa{
    margin-right: 10px;
}
.listing_section {
    padding: 100px 0;
}
.listng_wrp h2{
    padding-bottom: 50px;
    font-weight: 600;
}
.listng_wrp ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.listng_wrp li{
    width: 25%;
    padding: 20px;
    list-style: none;
}
.listng_wrp .each_list_item{
    display: block;
    background: #fff;
    box-shadow: 8px 8px 19px -3px rgb(0, 0, 0, 0.15);
}
.each_list_item_inner {
    padding: 15px;
}
.each_list_item img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.each_list_item h4{
    font-size: 16px;
    font-weight: 600;
    min-height: 60px;
    line-height: 1.4;
    padding-bottom: 15px;
}
.each_list_item button{
        border: none;
    background: rgb(223,61,30);
    background: linear-gradient(90deg, rgba(223,61,30,1) 18%, rgba(135,8,24,1) 100%);
    color: #fff;
    display: inline-block;
    min-width: 130px;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
#pdf_modal{
    
}
#pdf_modal .modal-body,
#video_modal .modal-body{
padding: 0;
    line-height: 1;
}
#pdf_modal .modal-dialog{
max-width: 100vw;
    width: 100vw;
    margin: 0;
    height: 100vh;
}
#pdf_modal .modal-dialog .modal-content{
        max-width: 100vw;
    width: 100vw;
    margin: 0;
    height: 100vh;
    background: none;
}
#pdf_modal embed{
    height: 100%;
}
#pdf_modal.modal .close,
#video_modal.modal .close {
    background: #fff;
    opacity: 1;
    padding: 0;
    outline: none;
}
#video_modal .modal-dialog {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    height: 100vh;
}
#video_modal .modal-dialog .modal-content{
        max-width: 100vw;
    width: 100vw;
    margin: 0;
    height: 100vh;
    background: none;
}
#video_modal iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#video_modal .video_modal_inner{
    position: relative;
    width: 100%;
    padding: 30% 0;
    overflow: hidden;
}

.plyr__video-embed {
    position: relative;
}
.video_section {
    padding: 50px 0;
    position:relative;
    z-index:1;
}
.video_section:after{

    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:url(../images/blue-frame.jpg) no-repeat center / cover;
    z-index:-1;
}
}
.video_wrp h3 {
    padding: 5px 0;
    font-weight: 600;
    font-size: 24px;
}
.video_wrp p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}
.video_wrp {
    background: #fcfcfc;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 4px 4px 15px -2px rgb(116 150 15 / 21%);
}
.video_wrp_text {
    padding: 25px 20px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.video_wrp_text:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #ddd;
    background: #df3d1e;
    border-radius: 50%;
    bottom: -125px;
    right: -125px;
    z-index: -1;
    opacity: 0.3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.video_wrp_out {
    padding: 15px 0;
    position: relative;
}
.video_section h2 {
    text-align: center;
    padding-bottom: 25px;
    font-size: 40px;
    color: #000000;
}
.video_section h2 span {
    color: #3D1F73;
}

.video_section h2:after {
    content: "";
    background: #df3d1e;
    width: 60px;
    display: block;
    height: 3px;
    margin: 5px auto;
    margin-bottom: 0px;
}
.potential_section {
    background: #f5f5f5;
    padding: 50px 0;
    position: relative;
    z-index: 5;
}
.potential_section .element {
    position: absolute;
    width: 10%;
    right: 3%;
    top: 20%;
}

img.ryan_bg_potential {
    position: absolute;
    width: 100px;
    width: 50%;
    z-index: -1;
    opacity: 0.2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hiring_partner_section {
    padding: 20px 0;
    text-align: center;
    background: #b24065;
}
.partner_wrp {
    background: rgb(58 197 243 / 10%);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 4px 4px 15px -2px rgb(116 150 15 / 21%);
}
.partner_wrp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    list-style: none;
    justify-content:center;
}
.partner_wrp ul li {
    width: 16%;
    min-width: 120px;
    padding: 20px;
}
.partner_wrp {
    margin-top: 50px;
    background:#ffffff;
    
}
.partner_wrp ul li div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hiring_partner_section h2 {
    font-size: 40px;
    color: #ffffff;
}
.hiring_partner_section h2 span{
    color: #000000;
    font-weight: 600;
}
.hiring_partner_section  p {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
    color:#ffffff;
}
.hiring_partner_section h4 {
    color: #000;
    font-size: 24px;
}
.prominent_section {
    text-align: center;
    padding: 50px 0;
    background: url(../images/bg-img-features.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position:relative;
    z-index:1;
}
.prominent_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    z-index: -1;
}
.prominent_section h2 {
    font-size: 40px;
    color: #ffff;
}
.prominent_section h2:after {
    content: "";
    background: #DF3D1E;
    width: 60px;
    display: block;
    height: 3px;
    margin: 5px auto;
    margin-bottom: 0px;
}
.prominent_section h2 span {
    display: block;
    color: #fff;
}
.prominent_wrp {
    padding: 0 20px;
    margin-top: 30px;
}
.prominent_wrp ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -10px;
}
.prominent_wrp ul li {
    padding: 10px;
    width: 25%;
    min-width: 200px;
}
.prominent_wrp ul li a {
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 25px 20px;
    box-shadow: 2px 2px 15px -5px #000;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    background: #f2f2f2;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index:1;
}
.prominent_wrp ul li a img {
    width: 50px;
    height: 50px;
    margin: 5px auto;
    margin-bottom: 15px;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
}
.prominent_wrp ul li a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s 
cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.prominent_wrp ul li a:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background: #b24065;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s 
cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

a {}

.prominent_wrp ul li a:hover:before {
    top: -35%;
    background: #b24065;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.prominent_wrp ul li a:hover:after {
    top: -45%;
    background: #b24065;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.prominent_wrp ul li a:hover {
    color: #ffff;
}

.prominent_wrp ul li a:hover img {
    filter: invert(1);
}

ul.potential_ul {
    list-style: none;
    display: flex;
}
ul.potential_ul li{
    padding-right: 20px;
}
.subscrpn_wrp ul, .learning_wrp ul, .why_choose_wrp ul {
    display: flex;
    list-style: none;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.subscrpn_wrp ul li, .learning_wrp ul li, .why_choose_wrp ul li {
    padding: 10px;
    width: 33%;
    flex-grow: 1;
    min-width: 200px;
}

.student_item .subscrpn_cols {
    width: 100%;
}

.student_item .subscrpn_cols img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}

.student_item ul li {
    flex-grow: inherit;
}

.potential_section h2 {
    font-size: 40px;
    padding-bottom: 25px;
}
.potential_section h2 span {
    color: #3D1F73;
}
.potential_btn {
    padding: 15px 0;
}
.potential_section h2 + p{
    font-size: 20px;
    padding: 15px 0;
    max-width: 700px;
}
.potential_btn a {
    background: #3ac5f3;
    padding: 13px 15px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    margin-right: 8px;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 21%);
}
.potential_btn a + a {
    color: #3ac5f3;
    background: #fff;
}
.subscrpn_wrp,
.learning_wrp,
.why_choose_wrp{
    padding-top: 35px;
}
.subscrpn_cols {
    padding: 20px 20px 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 2px 2px 5px 0px rgb(171 171 171 / 21%);
    height:100%;
}
.subscrpn_cols h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.subscrpn_cols label {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    font-size: 17px;
    padding-top: 3px;
}
.subscrpn_cols p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 15px;
}
.subscrpn_cols a {
    display: inline-block;
    border: 1px solid #555;
    padding: 10px 15px;
    /* font-weight: 600; */
    border-radius: 6px;
}
.subscrpn_cols .progress {
    margin-bottom: 15px;
}

.faculty-pool {
    padding: 50px 0 40px;
    text-align: center;
}

.faculty-pool .subscrpn_wrp {
    padding: 0 15px;
}

.faculty-pool h2 {
    font-size: 40px;
    padding-bottom: 25px;
}
.faculty-pool h2 span {
    color: #DF3D1E;
}

.faculty-pool h2:after {
    content: "";
    background: #DF3D1E;
    width: 60px;
    display: block;
    height: 3px;
    margin: 5px auto;
    margin-bottom: 0px;
}

.faculty-pool .subscrpn_wrp ul li {
    width: 14.28%;
    min-width:inherit;
}

.faculty-pool .subscrpn_wrp ul {
    justify-content: center;
}

.faculty-pool .subscrpn_wrp ul li .subscrpn_cols {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0 8px;
}

.faculty-pool .subscrpn_wrp ul li .subscrpn_cols img {
    height: auto;
    margin: 0 0 14px;
    border-radius: 20px;
    clip-path: circle();
    aspect-ratio: 1 / 1;
    object-position: top;
}
.potential_section .why_choose_wrp {
    padding: 35px 20px 0;
}

.potential_section .why_choose_wrp .subscrpn_cols .icon {
    background: #3D1F73;
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0 0 15px;
    border-radius: 7px;
}

.potential_section .why_choose_wrp .subscrpn_cols .icon img {
    width: 100%;
    height: 100%;
}
.why_choose_wrp h5 {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
}
.why_choose_wrp h5 img {
    width: 32px;
    margin-right: 15px;
}
.why_ryan_section {
    background: #74960F;
    padding: 75px 0;
}
.why_ryan_section h2{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.why_ryan_section h2:after {
    content: "";
    background: #fff;
    width: 60px;
    display: block;
    height: 3px;
    margin: 20px auto;
    margin-bottom: 0px;
}
.why_ul_wrp {
    padding-top: 35px;
}
.why_ul_wrp ul {
    list-style: none;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why_ul_wrp ul li {
    padding: 10px;
    width: 33.33%;
    min-width: 270px;
}
.why_item_wrp {
    box-shadow: 5px 5px 10px -5px #000;
}
.why_item_wrp a{
    
}
.why_item_wrp img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    max-height: 80vw;
}
.why_item_text {
    text-align: center;
    background: #fff;
    padding: 25px 20px;
}
.why_item_text p {
    font-size: 20px;
    font-weight: 600;
}
.subscrpn_cols .progress .progress-bar {
    background-color: #3ac5f3 !important;
    border-radius: 15px;
}
.subscrpn_cols .progress {
    border-radius: 15px;
}
.feedback_section .tab-content>.tab-pane {
    display: block;
    max-height: 1px;
    /*overflow: hidden;*/
    opacity: 0;
}
.feedback_section .tab-content>.tab-pane.active{
    max-height: none;
    /*overflow: hidden;*/
    opacity: 1;
}
.feedback_each {
    padding: 15px;
}
.feedback_each_inner {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px -5px #000;
    text-align: left;
    z-index: 9;
    overflow: hidden;
}
#home .feedback_each_inner {
    background: none;
    border: 1px solid #DF3D1E;
    box-shadow:none;
}
.feedback_head {
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
}
.feedback_head img {
    width: 55px !important;
    height: 55px;
    background: rgb(223 61 30 / 20%);
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.feedback_head h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}
.feedback_head label {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #555;
    padding: 3px 0;
}
.feedback_section .feedback_head h5 {
    font-size: 12px;
    padding: 0;
    color: #ff7259;
}
button#home-tab {
    background: #3ac5f3;
    color: #fff;
}
button#profile-tab {
    background: #F2A834;
    color: #fff;
}
button#contact-tab {
    background: #74960F;
    color: #fff;
}
.feedback_section ul#myTab {
    border: none;
    text-align: center;
    padding: 15px;
    justify-content: center;
    padding-bottom: 30px;
}
.feedback_section ul#myTab button {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    margin: 0;
    cursor: pointer;
    min-width: 180px;
}
.feedback_section ul#myTab li {
    padding: 0 7px;
}    
.feedback_text p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.feedback_text {
    height: 200px;
    max-height: 200px;
    overflow: auto;
}
div#profile .feedback_each_inner {
    background: rgb(242 168 52 / 21%);
}
div#contact .feedback_each_inner {
   background: rgb(116 150 15 / 20%)
}
/*.feedback_each_inner:after {*/
/*    content: "";*/
/*    background: url(https://www.ryan-international.co/theme/assets/images/safari-pinned-tab-red.svg);*/
/*    position: absolute;*/
/*    bottom: -100px;*/
/*    right: -100px;*/
/*    width: 85%;*/
/*    height: 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    z-index: -1;*/
/*    opacity: 0.2;*/
/*}*/
.subscrpn_cols a:hover {
    background: #3ac5f3;
    border-color: #3ac5f3;
    color: #fff;
}
.feedback_section .owl-nav [class*=owl-] {
    display: block !important;
    width: 45px;
    height: 45px;
    font-size: 0;
}
.feedback_section .owl-nav [class*=owl-] {
    display: block !important;
    width: 45px;
    height: 45px;
    font-size: 0;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    left: -10px;
    z-index: 999;
    top: 50%;
    margin-top: -22px;
}
.feedback_section .owl-nav [class*=owl-]:after {
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: block;
}
.feedback_section .owl-nav .owl-prev:after {
    content: "\f053";
}
.feedback_section .owl-nav .owl-next {
    left: auto;
    right: -10px;
}
.feedback_section div#home .owl-nav [class*=owl-]{
    background: linear-gradient(90deg, rgba(223,61,30,1) 18%, rgba(135,8,24,1) 100%);
}
.feedback_section div#profile .owl-nav [class*=owl-]{
    background: #F2A834;
}
.feedback_section div#contact .owl-nav [class*=owl-]{
    background: #74960F;
}
.count_down_wrp_inner div#count_down > div {
    background: #DF3D1E;
    margin: 2px;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    width: 24%;
}
div#count_down {
    display: flex;
    align-items: center;
}
.count_down_wrp_inner div#count_down > div span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding-top: 5px;
}
.col-md-4 .subscrpn_wrp ul li, .col-md-4 .learning_wrp ul li, .col-md-4 .why_choose_wrp ul li {
    min-width: 200px;
    width: 50%;
}
.col-md-4 .subscrpn_wrp ul li .subscrpn_cols, .col-md-4 .learning_wrp ul li .subscrpn_cols, .col-md-4 .why_choose_wrp ul li .subscrpn_cols {
    padding: 0;
}
.col-md-4 .subscrpn_wrp ul li .subscrpn_cols div, .col-md-4 .learning_wrp ul li .subscrpn_cols div, .col-md-4 .why_choose_wrp ul li .subscrpn_cols div{
    padding: 10px 15px;
}
.count_down_wrp h3 {
    padding-bottom: 10px;
}
.dashbrd_conntent_section form#testModeForm {
    padding-top: 0;
}



















/*MQ*/
@media (max-width: 1340px){
.subscrpn_cols h4 {
    font-size: 16px;
}    
.subscrpn_cols p {
    font-size: 16px;
}
.subscrpn_cols a {
    padding: 8px 10px;
    font-size: 14px;
}
.count_down_wrp_inner div#count_down > div {
    font-size: 26px;
    padding: 10px 6px;
}
}


@media (max-width: 1200px){
    .dashbrd_title_section .row > .col-md-2{
            max-width: unset;
    flex: 1;
    flex-grow: unset;
    }
    .dashbrd_title_section .row > .col-md-8{
            max-width: unset;
        flex: 1;
        flex-grow: 1;
    }
    .page_ifo_ttl {
    min-width: 165px;
}
.listng_wrp ul {
    margin: 0 -10px;
}
.listng_wrp li {
    padding: 10px;
}
.dash_muenu li {
    padding: 5px 6px;
}
.courc_title h1 {
    font-size: 70px;
        padding-bottom: 10px;
            text-align: center;
}
.courc_title h4 {
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.upgrade_wrp .fa {
    font-size: 62px;
}
.upgrade_wrp h4 {
    font-size: 28px;
    font-weight: 900;
}
.upgrade_wrp h5 {
    font-size: 18px;
}
.upgrade_wrp li {
    font-size: 14px;
}
.dash_study_section .col-md-3 {
    /*padding-left: 20px;*/
}
.dash_study_section .col-md-9{
    
}
.state_listing_wrp li{
    width: 33.33%;
}
.count_down_wrp_inner div#count_down > div {
    font-size: 24px;
    padding: 10px 6px;
}
.count_down_wrp_inner div#count_down > div span {
    font-size: 12px;
}


}


@media(max-width: 992px){
.dash_study_section .col-md-3,.dash_study_section .col-md-9{
    
}
.listng_wrp ul {
    margin: 0 -10px;
}
.listng_wrp li {
    width: 33.33%;
}
.count_down_wrp_inner div#count_down{
    flex-wrap: wrap;
}
.count_down_wrp_inner div#count_down > div {
    font-size: 30px;
    width: 48%;
}
.partner_wrp ul li {
    width: 20%;
    padding: 7px;
}
.why_ul_wrp ul li {
    flex-grow: 1;
}
.prominent_wrp {
    padding: 28px;
}
.prominent_wrp ul li {
    min-width: 230px;
    flex-grow: 1;
}
.prominent_wrp ul li a img {
    width: 40px;
    height: 40px;
    margin: 5px 0;
    margin-right: 10px;
}
.prominent_wrp ul li a {
    font-size: 18px;
}
.prominent_section h2,
.why_ryan_section h2,
.hiring_partner_section h2,
.potential_section h2,
.video_section h2{
    font-size: 28px;
}

}


@media(max-width: 767px){
.courc_title {
    height: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.dashboard_content {
    text-align: center;
    padding-top: 35px;
}
.each_catgry_col {
    padding: 25px 15px;
    text-align: center;
}
.dashbrd_title_section .row > .col-md-2,
.dashbrd_title_section .row > .col-md-8{
    max-width: 100%;
    flex: none;
    text-align: center;
    padding: 15px;
}
.feedback_section ul#myTab {
    padding: 15px 0;
    padding-bottom: 30px;
}
.feedback_section ul#myTab li {
    padding: 5px 3px;
}
.feedback_section ul#myTab button {
    padding: 12px 10px;
    font-size: 12px;
    min-width: 70px;
}
.corse_dtls_wrp{
    height: auto;
    margin: 20px 0;
}
.about_page_wrp {
    padding: 50px 0;
    position: relative;
}
section.course_dtls_eligblty {
    padding-bottom: 50px;
}

.forum_top {
    border-bottom: 0;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.frt_left a {
    width: 100%;
    margin-bottom: 15px;
}
.frt_right {
    width: 100%;
}
.tags_box li a, .cats_box li a {
    padding: 6px 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.gap-border {
    width: 100%;
    height: 1px;
    margin: 0 auto 15px;
    margin-top: auto;
    background: #eee;
}
.forum_pf img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.frm_main {
    width: calc(100% - 90px);
}
.frm_cmt_lk i {
    font-size: 30px;
}
.cmt_count {
    top: 7px;
    font-size: 12px;
}
.frt_left {
    width: 100%;
    margin-bottom: 14px;
}
.popup_modal {
    position: fixed;
    width: 95%;
}
.popup_header h4 {
    font-size: 20px;
    color: #df3d1e;
    margin-bottom: 20px;
}
textarea {
    width: 100%;
    min-width: 100%;
}
.btn_default.bt_small {
    width: 100%;
}
.popup_footer .btn_default.bt_small {
    width: auto;
}
.forum_single_wrap .forum_each {
    border-bottom: 0;
    padding: 22px 0;
}
.btn_xsmall {
    padding: 10px;
    margin-right: 0px;
    font-size: 12px;
}
.each_reply {
    padding: 15px 20px;
}
.reply_actions .bt_small {
    display: inline-block;
    width: auto !important;
    font-size: 12px;
    line-height: 28px;
}
.reply_actions .bt_small.btn_border {
    line-height: 26px;
}
.addrs_wrp{
    margin-top: 35px;
}
.about_page_wrp h4{
    font-size: 18px;
}
.our_training_text h5 {
    font-size: 17px;
}
.our_training_text {
    padding-top: 15px;
    padding-right: 0;
}
.what_we_offr h2 {
    font-size: 20px;
    line-height: 1.4;
}
.corse_dtls_wrp h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.about_page_wrp{
    padding-bottom: 20px;
}
.cpa_req_state_top .col-md-6:first-child{
    order: 2;
}
.cpa_req_state_top{
    text-align: center;
}
.cpa_req_state_top img{
        max-width: 500px;
            margin-top: 25px;
}
.cpa_req_state_top {
    padding: 65px 0;
}
.exam_state_listing_section {
    padding: 65px 0;
}
.state_listing_wrp li a {
    padding: 5px 0;
    font-size: 13px;
}
.state_listing_wrp li {
    width: 50%;
    padding: 8px 0;
}
.exam_state_listing_section h3 {
    font-size: 20px;
    padding-bottom: 0px;
    line-height: 1.4;
}
.exam_state_listing_section p {
    font-size: 16px;
}
.cpa_req_state_top_right h2 {
    font-size: 24px;
    line-height: 1.4;
}
.each_state_section {
    padding: 50px 0;
}
.each_state_section h2 {
    line-height: 1.4;
    font-size: 26px;
}
.faq_each h4{
    font-size: 17px;
        padding-right: 40px;
}
.faq_each p {
    font-size: 16px;
}
.faq_each li {
    font-size: 16px;
    padding-left: 6px;
}
.faq_each li:before {
    left: -6px;
}
.faq_each h4:after {
    right: 5px;
    font-size: 24px;
}
.quesChoices {
    display: flex !important;
    flex-wrap: wrap;
}
.quesChoiceWrap {
    padding: 0 20px !important;
}
.ChoiceQuest {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
}
.question_sections .col-md-9 {
    padding-right: 15px;
}
.listng_wrp li {
    width: 50%;
}
.partner_wrp {
    padding: 30px 30px;
    margin-top: 30px;
}
.partner_wrp ul {
    justify-content: center;
}
.partner_wrp ul li {
    width: 20%;
    padding: 5px;
    min-width: 100px;
}



}
















.study_content_toggle label span,button.toggle_study{
      -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



.cart_toggle {
    cursor: pointer;
    padding: 0 10px;
    background: #f8f8f8;
    position: relative;
    border-radius: 3px;
}

.cnt {
    background: red;
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    border-radius: 15px;
    position: absolute;
    right: -5px;
    top: -5px;
}

.cart_container {
    position: fixed;
    width: 100%;
    max-width: 800px;
    background: #fff;
    height: 100vh;
    top: 0;
    z-index: 99999 !important;
    right: -100%;
    opacity: 0;
    box-shadow: 0 -5px 35px rgba(0,0,0,0.1);
    border-left: 1px solid #eee;
    transition: all 0.3s ease-in-out;
    padding: 25px 15px;
}
.cart_container.show {
	right: 0;
	opacity: 1;
}
.cart_header {
    padding: 0 15px 10px;
    border-bottom: 1px solid #eee;
}

.cart-backdrop.show {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.cart-backdrop.show {
	opacity: 0.3;
	visibility: visible;
}

.hiddenx {
overflow: hidden;
}

.cart_each {
    display: flex;
    padding: 5px 20px;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.cart_footer {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    background: #f6f6f6;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.btn_chckt {
    display: block;
    padding: 20px;
    background: #66d348;
    font-size: 16px;
    text-transform: uppercase;
    /*font-family: montserratregular, Montserrat, Arial, sans-serif;*/
    color: #fff !important;
    margin-bottom: 20px;
}

.cart_item h4 {
    font-size: 15px !important;
    padding-right: 12px;
}


.cart_container.show {
    overflow-x: auto;
    padding-bottom: 30px;
}

.smcms_table {
	width: 100%;
	overflow-x: auto;
	margin: 10px 0 50px 0;
}
.smcms_table_row_alt, .table_alt_row {
	background-color: #f7f7f7;
}

.smcms_table tbody tr:first-child {
	height: 40px;
}
.remove_res{
    float:right;
}
/*span.wrong{*/
/*    padding: 5px;*/
/*    border-radius: 100%;*/
/*    background: red;*/
/*    color: #fff;*/
/*    display: block;*/
/*    width: 18px;*/
/*    padding: 0;*/
/*    height: 18px;*/
/*    line-height: 18px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    font-size: 10px;*/
/*}*/
/*span.right{*/
/* padding: 5px;*/
/*    border-radius: 100%;*/
/*    background: #1ad11a;*/
/*    color: #fff;*/
/*    display: block;*/
/*    width: 18px;*/
/*    padding: 0;*/
/*    height: 18px;*/
/*    line-height: 18px;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    font-size: 10px;*/
/*}*/
#quiz__res_view span.wrong{
        padding: 5px;
    border-radius: 100%;
    background: red;
    color: #fff;
    display: block;
    width: 18px;
    padding: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
}
#quiz__res_view span.right{
     padding: 5px;
    border-radius: 100%;
    background: #1ad11a;
    color: #fff;
    display: block;
    width: 18px;
    padding: 0;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
}



@media(max-width: 992px){
.faculty-pool h2 {
    font-size: 28px;
}
}


@media(max-width: 767px){
    .cart_container table td{
        font-size: 12px;
    }
    .cart_container table td span {
    font-size: 8px;
}
.circular-chart {
    max-width: 101px;
}
.listing_section {
    padding: 50px 0;
}
.listng_wrp h2 {
    padding-bottom: 30px;
    font-size: 26px;
}
.why_item_wrp img {
    height: 270px;
    max-height: 60vw;
}


.faculty-pool h2 {
    font-size: 28px;
}


.faculty-pool .subscrpn_wrp ul li .subscrpn_cols {
    padding: 0 0 0;
}
}


@media(max-width: 480px){
    .listng_wrp li {
    width: 100%;
}
.partner_wrp ul li {
    width: 20%;
    padding: 2px;
    min-width: 0;
}



.faculty-pool .subscrpn_wrp ul li {
    width: 50%;
}

.faculty-pool {
    padding: 60px 0 40px;
}
}
.qstn_wrp_inner img{
    max-width:200px;
}
