.is-invalid{
    border-color: red  !important;
}

.invalid-feedback-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.active-field{
    color:red !important;
}

.content-body{
    width: 100%;
}

.fcrse_img img{
    max-height: 160px;
    object-fit: cover;
}

.page-link {
    color: #5ab9ea !important;
}

.theme-color{
    color: #5ab9ea !important;
}

.page-item.active .page-link {
    background-color: #5ab9ea !important;
    border-color: #5ab9ea !important;
    color:white !important;
}

.pagination{
    float: right;
}

.contentarea , .camera{
    height: 10px;;
}

.contactt .icon {
    font-size: 30px;
    line-height: 70px;
    display: inline-block;
    position: relative;
}

.contactt .icon i {
    color:#5ab9ea ;
    border: 1px solid;
    border-radius: 50px;
    padding: 1rem;
    justify-content: center;
}

.contact_link_step p{
    color: #555;
    font-weight: bold;
}

.contact_map .form-control{
    padding: 0 20px;
    margin-bottom: 20px;
    height: 50px;
}

.image-upload .custom-file-label::after{
    border-radius: 0 500rem 500rem 0;
    background: #5ab9ea;
    color: white;
    line-height: 2;
    height: 40px;
    width: 80px;
    line-height: 2 !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.custom-file-label-css{
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important;
    font-size: 14px;
    color: #ced4da !important;
    line-height: 2 !important;
}

.country-select{
    width: 100% !important;
}

.iti--allow-dropdown{
    width: 100% !important;
}

.custom-signup-whatsapp{
    position: absolute;
    height: 40px !important;
    width: auto !important;
    border-radius: 500px 0 0 500px !important;
    z-index: 1 !important;
    /* margin-left: 38px; */
}

#content-div{
    background: white;
    padding-top: 10px;
}

.button-padding-10{
    padding: 10px 20px;
}

.required-signup::-webkit-input-placeholder:after {
    content: '*';
    position: absolute;
    top: 3px;
    left: 46px;
    color: #f00
  }

  .faq-active{
      background: #5ab9ea;
  }

  .faq-active a{
      color: white;
  }

  @media (max-width: 575.98px){
    .header_right ul li:nth-child(2) {
        display: inline-block !important;
    }
  }

  .br-10{
      border-radius: 10px !important;
      -webkit-border-radius: 10px !important;
      -moz-border-radius: 10px !important;
      -ms-border-radius: 10px !important;
      -o-border-radius: 10px !important;
}


/** Added by AK **/

.bg-grad {
    background:#5ab9ea;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0097e2 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0097e2 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0097e2 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab9ea', endColorstr='#5ab9ea', GradientType=1);

    color:#fff;
}

.text-theme{
    color: #109fe7 !important;
}

.item_title{
    margin:0;
    margin-bottom:15px;
    padding:12px;
    width:100%;
    font-weight:600;
    font-size:1.2rem;
    text-transform: uppercase;
    position:relative;
    border-radius:10px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.02) !important;
    text-align:left;
}
.item_title .see150{
    margin:0;
    padding: 5px 15px;
    background: #9c35e0;
    color: #fff;
    border-radius:10px;
    position:absolute;
    top:8px;
    right:10px;
    text-transform: none;
}

.course-tile{
    min-width:250px;
}

.form-control{
    height:auto !important;
    padding:10px !important;
}

@media (max-width: 768px) {
    .item_title{
        text-align:left;
    }
}


.login-method-tab{
    background:#5ab9ea;
    color:#fff;
    border-radius: 9rem;

}

.login-method-tab > .col-md-6{
   padding:0.5rem;
}
.login-method-tab  > .login-active{
    background:#22386a;
    border-radius: 9rem;

}

.icon-password{
    position: absolute;
    right:1rem;
}
.already-buy{
    border: 3px solid green;
}

#DiscussionModal iframe{
    min-height: 600px;
}

.view-thik {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    z-index: 1000;
}
.view-thik:after {
    content: ''; /* UTF-8 symbol */
}

.modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1040;
     width: unset !important;
     height: unset !important;
    background-color: #000;
}

.text-bold{
    font-weight: bold;
}

.sba-correct-ans , .mcq-correct-ans , .mcq-minus-correct-ans , .arrange-correct-ans{
    display: none;
}
.all-content{
    white-space: pre-line !important;
    line-height: initial !important;
}
