.logo-widget {
    width: 220px;
}
.header_top.home2 {
    background-color: #982F29;
}
.ht_right_widget ul li a, .home3_header_top_contact li a {
    color: #fff;
}
.ht_right_widget ul li.list-inline-item {
    padding-top: 15px;
}
header.header-nav.home2.style_one {
    background-color: #b35830;
}
.ace-responsive-menu > li > a {
    color: #fff;
}
.main_logo_home2 {
    width: 200px;
}
.stylehome1 a.mm-listitem__text:hover, .stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #d58f39;
}
.stylehome1 .mm-navbar, .stylehome1 .mm-panel {
/*    background-color: #b35830;*/
}
.header.stylehome1 {
    background-color: #982F29 !important;
}

.banner-style-one .slide:before, .banner-style-two .slide:before {
    background-color: rgb(0 0 0 / 41%);
}
.footer_contact_widget p a {
    color: #969696;
}
.footerlogo {
    width: 170px;
}

.inner_page_breadcrumb:before {
/*    background-image: -webkit-linear-gradient( 135deg, #6c757d40 0%, #21252994 100%);*/
}

.inner_page_breadcrumb {
/*    background-position: center;
    background-size: cover;*/
    height:0px;
    padding: 49px 0;
    background-image: none !important;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}
.student_img_box {
    border-radius: 100%;
    border: 1px solid #b35830;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 206px;
    line-height: 50px;
    width: 206px;
    margin: 0 auto;
    background: rgba(233, 230, 230, 0.41);
}
img.img-fluid.stud_img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.student_name_box {
    margin-top: 15px;
}
.student_name_box h5 {
    color: #b35830;
    font-size: 22px;
    font-weight: bold;
}

.stud_title_sec h4 {
    color: #982F29;
    font-size: 20px;
}
hr.tall {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
}
.award_box {
    width: 130px;
    margin: 0 auto;
}
.about_sec p {
    font-size: 20px;
}
.equal-parts > div {
      flex: 1;
}
.icon_text {
    margin-top: 10px;
}
.icon_text h5 {
    color: #982F29;
    font-size: 13px;
    font-weight: bold;
}
.community_sec h3 {
    font-size: 30px;
    text-transform: capitalize;
}
.community_sec p {
    color: #982F29;
}

div#map-canvas {
    border: 1px solid rgb(221, 221, 221);
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}
.callout h4 {
    margin-top: 0;
    font-weight: 600;
    color: #fff;
}
.callout p:last-child {
    margin-bottom: 0;
    color: #fff;
}

.callout.callout-success {
    border-color: #00733e;
}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.student_img_box img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.student_img_box img:hover {
  transform: scale(1.5);
}

.student_img_box {
    overflow: hidden;
    cursor: pointer;
}

@media (max-width: 767px) {
    
    .scroll-table {
        overflow-x: auto;
    }
    
}

@media only screen and (max-width: 767px) {
    .about_sec {
        padding: 10px;
    }
    .about_sec p {
        font-size: 14px;
    }
    .community_sec h3 {
        font-size: 20px;
    }
    
    .feature-boxa :first-child {
        margin-top: 20px;
    }

    .feature-boxa {
        text-align: center;
    }

    .feature-boxb:first-child {
        margin-top: 20px;
    }

    .feature-boxb {
        text-align: center;
    }
    
    .pay_table{
        overflow-x:auto
    }
    
    .scroll-table {
        overflow-x: auto;
    }
    
    
}

    .scroll-table {
        overflow-x: auto;
    }

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

span.doc_box {
    width: 100px;
    height: 100px;
    display: block;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    position: relative;
}
span.doc_box a {
    background: #b35830;
    color: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    right: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b35830;
}
span.doc_box a i {
    font-size: 12px;
    margin-top: 2px;
}

.add_info_sec .card {
    margin-bottom: 20px;
}

.add_info_sec .card-header {
    border: 1px solid #b35830 !important;
}

.add_info_sec .card-header h2 button {
    width: 100%;
    text-align: left;
}

a.pic_upload_box {
    position: absolute;
    bottom: 0;
    right: 17%;
    padding: 3px;
    width: 25px;
    height: 25px;
    background: #b35830;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #b35830;
}
a.pic_upload_box i {
    font-size: 12px;
}

.profle_pic_box {
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border: 1px solid #f2f2f2;
    height: 80%;
}

.profle_pic_box img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.account_img {
    text-align: center;
    margin-bottom: 20px !important;
    border-radius: 50%;
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    padding: 5px;
    height: 160px;
/*    height: 35%;*/
}
.account_img img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.team_sec {
    box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
    padding: 10px;
    border-radius: 8px;
}
.team_sec .team_img_box {
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
}
.team_name_box {
    margin-top: 10px;
}
.team_name_box h5 {
    font-size: 20px;
}
.team_name_box p {
    font-size: 13px;
}

.scorer_sec .team_img_box .scorer_img {
    margin: 0 auto 20px;
    width: 120px;
    height: auto;
    border-radius: 10%;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.scorer_sec .scorer_name_box h5 {
    font-size: 16px;
    font-weight: bold;
}
.scorer_sec .scorer_name_box p {
    color: #000000;
}



/************* acca page **********/
.center {
    text-align: center;
}
.whyacca-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.whyacca-item {
    margin-bottom: 35px;
    border-right: 1px solid #dadada;
/*    height: 18em;*/
}
.acca_scnd_sec ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}
.acca_scnd_sec ul li {
    margin: 10px 0;
}

.thumbst-info1 img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    position: relative;
    width: 150px;
    height: 100px;
}
.thumbst-info1-caption {
    padding: 10px 0;
}
.thumbst-info1-caption p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 7px 2px 7px;
}
.tabs {
    border-radius: 4px;
    margin-bottom: 35px;
}
.nav-tabs.nav-justified {
    padding: 0;
    margin-bottom: -1px;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified li {
    margin-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.tabs ul.nav-tabs li a.active.show {
    border-bottom-color: #982F29;
    color: #982F29;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
}
.tabs ul.nav-tabs a, .tabs ul.nav-tabs a:hover {
    color: #982F29;
}

.nav-tabs.nav-justified li a {
    font-size: 16px;
    border-bottom: 3px solid #DDD;
    border-radius: 0;
    margin-right: 0;
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tab-content {
    border-top: 0;
    padding: 19px;
}
.equal-box1 .equal-width1.border1 {
    border-right: 1px solid #dadada;
/*    height: 536px;*/
}

.equal-box1 .equal-width1.border1 {
    border-right: 1px solid #dadada;
}
.equal-box1 .equal-height1 {
    margin: 0 0 20px;
}
.equal-box1 .equal-width1 {
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    width: 25%;
}
ul.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}

ul.icons {
    list-style: none;
}
ul.list.icons li i {
    color: #982F29;
}

ul.list.icons li i {
    color: #CCC;
    margin-right: 5px;
}

caption {
    caption-side: unset;
    text-align: center;
}


@media (min-width:992px) and (max-width:1199px){.nav-tabs.nav-justified > li > a{font-size:12px;padding:0px !important;}
}
.tabs.tabs-bottom{padding:0;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified{border-top:none;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{margin-right:0;border-top-color:transparent;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a{border-radius:0 0 0 5px;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a{margin-right:0;border-radius:0 0 5px 0;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus{border-top-color:transparent;}
@media (max-width:479px){
.tabs .nav.nav-tabs.nav-justified li{display:block;margin-bottom:-5px;width: 100%;text-align: center;margin: 5px 0;}
.tabs .nav.nav-tabs.nav-justified li a{border-top-width:3px !important;border-bottom-width:0 !important;}
.tabs .nav.nav-tabs.nav-justified li:first-child a, .tabs .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:5px 5px 0 0;}
.tabs .nav.nav-tabs.nav-justified li:last-child a, .tabs .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li{margin-bottom:0;margin-top:-5px;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a{border-bottom-width:3px !important;border-top-width:0 !important;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover{border-radius:0;}
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover{border-radius:0 0 5px 5px;}
}


@media (max-width:340px){
.equal-box1 .equal-width1{width:100%}
.equal-box1 .equal-width1.border1{border-right:none;height:auto;}
section.featurede h2{color:#fff;font-size:22px;font-weight:600;line-height:25px;margin:20px;}
.section-title h2{font-size:25px;line-height:24px;}
}
@media (max-width:479px){.equal-box1 .equal-width1{width:100%}
.equal-box1 .equal-width1.border1{border-right:none;height:auto;}
}

@media (max-width:991px){#flowchvisi{display:none;}
#flowchminvisi{display:block !important;}
}

/************** fia ************/
#flowchvisi {
    font-size: 11px;
    text-align: center;
    margin: 10px 0 190px;
    height: 45px;
}

#flowchvisi a {
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #f6f6ff;
}

#no1n {
    width: 300px;
    line-height: 60px;
    border: 1px solid #000;
    margin: auto;
}
#no1n a {
    height: 60px;
    font-size: 15px;
    background-color: #dd750f;
    color: #fff;
    line-height: 18px;
    padding: 10px;
}


#line1 {
    font-size: 0;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    margin-left: 50%;
}
#line2 {
    font-size: 0;
    width: 424px;
    height: 1px;
    color: #fff;
    background-color: #000;
    margin: auto;
}

@media (min-width:1200px) and (max-width:2000px) and (orientation:landscape){
/*    #line3{margin-left:65px;}*/
    #line3{margin-left:103px;}
    #line3aa{margin-left:433px;}
    #no2nm{margin-left:359px;}
}

#line3 {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    float: left;
}

#line3aa {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    float: left;
}

#no2nm {
    display: inline;
    border: 1px solid #000;
    clear: both;
    float: left;
}
#no2nm a {
    width: 150px;
    height: 87px;
    padding-top: 8px;
    background-color: #97eef5;
    font-size: 13px;
}

#line4a {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    margin-left: 211px;
    float: left;
}
#line5ab {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    margin-left: 210px;
    float: left;
}

#no3nm {
    display: inline;
    border: 1px solid #000;
    margin-left: 59px;
    float: left;
}
#no3nm a {
    width: 150px;
    height: 87px;
    padding-top: 8px;
    background-color: #97eef5;
    font-size: 13px;
}
#no4nm {
    display: inline;
    border: 1px solid #000;
    margin-left: 56px;
    float: left;
}
#no4nm a {
    width: 150px;
    height: 87px;
    padding-top: 8px;
    background-color: #97eef5;
    font-size: 13px;
}


#line7a {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    margin-left: 422px;
    float: left;
}

#no2n {
    display: inline;
    border: 1px solid #000;
    clear: both;
    float: left;
}
#no2n a {
    width: 190px;
    height: 67px;
    background-color: #97eef5;
    font-size: 13px;
    padding: 4px;
}


#no5n {
    display: inline;
    border: 1px solid #000;
    margin-left: 55px;
    float: right;
}
#no5n a {
    width: 190px;
    height: 67px;
    background-color: #97eef5;
    font-size: 14px;
    padding: 5px;
}

#flowchminvisi {
    font-size: 11px;
    text-align: center;
    margin: 10px 0 190px;
    height: 45px;
    display: none;
}

#flowchminvisi a {
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #f6f6ff;
}

#no1 {
    width: 95%;
    line-height: 60px;
    border: 1px solid #000;
}
#no7nmb {
    display: inline;
    border: 1px solid #000;
    margin-left: 0px;
    float: left;
    width: 95%;
}
#line4b {
    font-size: 0;
    display: inline;
    width: 1px;
    height: 20px;
    color: #fff;
    background-color: #000;
    margin-left: 50%;
    float: left;
}
#no7nmb a {
    width: 100%;
    padding-top: 8px;
    background-color: #97eef5;
    font-size: 13px;
    text-align: left;
    padding-left: 12px;
}






#no1 {
    width: 95%;
    line-height: 60px;
    border: 1px solid #000;
}
#no1 a {
    height: 60px;
    font-size: 15px;
    background-color: #dd750f;
    color: #fff;
    line-height: 18px;
    padding: 18px 0 5px;
    width: 100%;
}



/**************** bsc ***************/

.bsc_pg_sec .tabs ul.nav-tabs li a {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

/************** bcom **************/

ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

ul.history li {
    margin: 25px 0;
    padding: 0;
    clear: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated, .appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.appear-animation-visible {
    opacity: 1;
}
.appear-animation {
    opacity: 0;
}
ul.history li {
    line-height: 24px;
}


ul.history li .thumb {
    background: transparent url(../images/bcom/history-thumb.png) no-repeat 0 0;
    width: 125px;
    height: 100px;
    margin: 0 0 10px;
    padding: 0;
    float: left;
}
ul.history li .thumb img {
    border-radius: 150px;
    margin: 2px 2px;
    width: 85px;
    height: 85px;
}
ul.history li .featured-box {
    text-align: left;
    margin-left: 125px;
    margin-bottom: 27px;
    min-height: 81px;
}

.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}

ul.history li .featured-box .box-content {
    border-top-color: #982F29;
}

ul.history li .featured-box .box-content {
    border-top-color: #CCC;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #33B8FF;
    border-top-width: 4px;
    padding: 5px 30px 10px 30px;
}
ul.history li h4 {
    margin: 0 0 -27px 0;
    padding: 0;
    color: #4d4949;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase;
}
ul.history li p {
    margin-left: 0px;
}

/************ cima ************/

.alert-manga {
    color: #fff;
    background-color: #847AAD;
    border-color: #847AAD;
    font-size: 24px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.featured-box2 {
    background: #DDFBD2;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}
.featured-box2 h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    background: #9DBF8C;
    padding: 10px;
    color: #fff;
    text-align: center;
    min-height: 65px;
}
.featured-box2 .box-content2 {
    padding: 1px 6px 4px 11px;
    color: #545353;
}

.box-content2 ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.box-content2 ul li {
    line-height: 24px;
}

.featured-boxes1 .featured-box1 {
    margin-bottom: 30px;
}

.featured-box1 {
    background: #FBD4D2;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}


.featured-box1 h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    background: #982F29;
    padding: 10px;
    color: #fff;
    text-align: center;
    min-height: 65px;
}

.featured-box1 .box-content1 {
    padding: 1px 6px 4px 11px;
    color: #545353;
}

.box-content1 ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.box-content1 ul li {
    line-height: 24px;
}

.featured-box3 {
    background: #D9D2F2;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}
.featured-box3 h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    background: #7E6C93;
    padding: 10px;
    color: #fff;
    text-align: center;
    min-height: 65px;
}
.featured-box3 .box-content3 {
    padding: 1px 6px 4px 11px;
    color: #545353;
}

.box-content3 ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.box-content3 ul li {
    line-height: 24px;
}
.featured-box4 {
    background: #E3E1E1;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
}
.featured-box4 h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    background: #7D7777;
    padding: 10px;
    color: #fff;
    text-align: center;
    min-height: 65px;
}
.featured-box4 .box-content4 {
    padding: 1px 6px 4px 11px;
    color: #545353;
}
.featured-box4-primary p {
    color: #262525;
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
}
.alert-mang {
    color: #fff;
    background-color: #7AAD80;
    border-color: #7AAD80;
    font-size: 24px;
}

hr.tall {
    margin: 44px 0 44px 0;
}

.alert-info {
    color: #fff;
    background-color: #982F29;
    border-color: #982F29;
    font-size: 24px;
}

.featured-box4 .box-content4 ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.featured-box4 .box-content4 ul li {
    line-height: 24px;
}

.apply_page h3, h4, h5 {
    color: #982F29;
}
.equal-box1 h2, h3, h4, h5 {
    color: #982F29;
    font-size: 16px;
}

.equal-box1 h1 {
    font-size: 16px;
}

.equal-box1 strong {
    color: #982F29;
}

.tab-pane h2, h3, h4, h5 {
    color: #982F29;
}
/*********************************/
.img-rounded-circle {
    border-radius: 50%;
}

.whyacca-item a {
    display: block;
}

.program_page p a {
   color: #3B71CA; 
   text-decoration: underline;
}

.program_page h1 a, .program_page h2 a, .program_page h3 a, .program_page h4 a, .program_page h5 a, .program_page h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
   color: #3B71CA; 
   text-decoration: underline;
}

@media (min-width: 992px) {
	
	
    .coursproga {
            display: none;
    }


    .feature-boxa.reverse {
            text-align: right;
            margin-bottom: 30px;
    }

    .feature-boxa.reverse .feature-box-icona {
            float: right;
            margin-right: 0;
            margin-left: 10px;
    }

    .feature-boxa.reverse.feature-box-style-2a .feature-box-infoa {
            padding: 30px;
    }

    .feature-boxb {
            margin-bottom: 53px;
    }

    .feature-boxb .feature-box-iconb {
            margin-right: 0;
            margin-left: 10px;
    }
    .feature-boxb .feature-box-infob {
        margin-top: -70px;
        padding-left: 124px;
    }
    
}

.footer_contact_widget p a {
    text-decoration: none;
    color: #969696 !important;
}

.table-bordered td span {
    background: transparent !important;
}


.click_btn {
    text-decoration: underline;
    color: #3B71CA !important;
}

p.thead-dark {
    color: #b35830;
    font-weight: bold;
}
.docs_points ul {
    margin-bottom: 30px;
}
.docs_points ul li {
    margin: 5px 0;
    color: #3B71CA;
}

.copyright-widget p {
    color: #fff;
}


/******* stripe ******/

.pay {
    text-transform: uppercase;
    background: #F68B1E;
    border: 1px solid #F68B1E;
    cursor: pointer;
    color: #fff;
    padding: 15px 40px;
    margin-top: 20px;
    border-radius: 2px;
}
.pay:hover {
	  background: #f17e0a;
    border-color: #f17e0a;
}
/*.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    margin-bottom: 10px;

}*/
#stripe-payment-message{
  padding: 20px;
  border-radius: 5px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #842029;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
}
/*.btn-primary {
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 103, 171);
  border: 0 !important;
  border-radius: 6px !important;
  padding: 10px;
  cursor: pointer;
}*/
.hidden{
    display:none;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #F68B1E;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #F68B1E;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  display: block;
  margin: 20px;
  border: 14px solid #f3f3f3;
  border-radius: 50%;
  border-top: 14px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#payment_processing{
  color: #078e29;
  font-weight: bold;
}

/******************/
.course_detail ul {
    list-style: none;
}

.course_detail ul li {
    margin: 10px 0;
}
#stripe-payment-form .my_profile_setting_input .form-control, .my_profile_setting_input2 .form-control {
    margin-bottom: 0px;
}


.home-register-form form .form-group span.help-block.form-error {
    display: none;
}

.contact_support {
    margin-top: 20px;
}
.contact_support ul {
    list-style: none;
}
.contact_support ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.form_grid .contact_form input[type=checkbox]  {
    height: auto;
}

.form_grid .contact_form input[type="radio"]  {
    height: auto;
}

h3.banner_title {
    font-size: 40px;
}