.nav-pills .nav-link.active {
    color: #000;
    background-color: #d7d7d7;
}
/* .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
} */
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-5{
    margin-bottom: 5px !important;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.mr-10{
    margin-right: 10px;
}
.p-30{
    padding: 30px !important;
}
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.p0{
    padding: 0px;
}
.val_msg{
    color: red;
    font-size: 13px;
    font-weight: 600;
}
.purple{
    background: #6f3a8f;
    color: #fff;
}
.bg-theme-blue{
    background-color: #0c5393;
}
.clr-white{
    color: #fff;
}
.btn_block{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
/* .bg-blue {
    background: #96b2fb!important;
} */
.bg-gray{
    background: #8a8a8a!important;
}
.text-white {
    color: #fff;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-30 {
    font-size: 30px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 14px;
}
.fs-14 {
    font-size: 13px;
}
.content-header {
    padding: 5px!important;
}
.card-media{
    padding: 13px;
    margin: 0;
}
.card-hr{
    margin:0px;
    border: 0;
}
.close-slot{
    position: absolute;
    bottom: 18px;
    padding: 12px;
    cursor: pointer;
}
.add-plus{
    color: #007bff;
    border: 2px solid rgb(0 123 255);
}
.mail-badge{
    position: absolute;
    top: 29px;
    right: 0px;
    padding: 17px;
    /* color: #fff; */
    /* background: #40319e; */
    font-size: 11px;
}
.btn{
    /* padding: 7px 22px !important; */
}
.error{
    color: red;
}
.review_input input{
    display: block;
    background: transparent;
    border: none;
}
.review_input input:focus-visible {
    outline: 0;
}

#resend{
    text-align: center;
}

.course_success{
    text-align: center;
    padding: 10px;
    background: #7fc243;
    color: #fff !important;
    width: 79%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.op6{
    opacity: 0.6;
}
.valids{
    color: #0ab00a;
    font-weight: 600;
    text-align: center;
}
.errval{
    color: red;
    font-weight: 600;
}
.errtoken{
    color: red;
    font-weight: 600;
    text-align: center;
}
.redclr{
    color: #EA3E4F !important;
}
.btn:hover {
    /* color: #e0e0e0; */
    text-decoration: none;
}
.pl5{
    padding-left: 5px;
}



.input-with-select {
  position: relative;
  width: 200px;
}

input[type="text"] {
  width: 100%;
  /* padding: 10px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}
.review_input input[type="text"]{
    border: none;
}
.select-button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  cursor: pointer;
}

.options {
  display: none;
  position: absolute;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  right: 0;
  top: 35px;
}

.options li {
  padding: 10px;
  cursor: pointer;
}

.input-with-select:hover .options {
  display: block;
}

.business_reg .form-control{
    background: transparent !important;
    font-size: 13px !important;
    border: 1px solid #e4e4e43b !important;
}

.dotstyle{
    border-radius: 50px;
    padding: 8px;
    line-height: 0;
    font-size: 0px;
    vertical-align: middle;
}
.news_msg{
    text-align: left;
    margin-top: 5px;
    color: red;
    font-weight: 600;
}

a{
    color: #101113;
}
.consultant_about p span{
    font-size: 15px !important;
    line-height: 2;
}
.aboutConsultant{
   color:#000; 
}
.consult:hover .aboutConsultant{
    color: #fff;
    text-decoration: none;
}
.consult{
    cursor: pointer;
}
a{
    text-decoration: none !important;
}
/* Business Registration css */
.disabled-input {
    width: 26px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border-width: 1px;
  border-bottom: 1px solid #999;
  margin-right: -4px;
  padding: 1px 0;
}

.enabled-textbox {
  border: 1px solid #999;
  border-left-width: 0;
}

.enabled-textbox:focus {
outline-offset: 0;
outline: none;
}
.fw600{
    font-weight: 600;
}
#forget_pswd:hover{
    color: #393535;
    text-decoration: underline;
}

.ui-datepicker{ 
    position: absolute !important;
    z-index:1999 !important; 
}
.ui-datepicker-header{
    background: #7fc243 !important;
    color: #fdfdfd !important;
}
.dropdown-menu {
    top: 43%;
    }
.checkerr, .validerr{
    color: red;
    font-weight: 600;
    font-size: 14px;
}
.loader {
    width: 30px;
    height: 30px;
    border: 5px solid #7fc243;
    border-bottom-color: #4d6d30;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: middle;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

/* End */

.schedule-div .form-group{
    margin-bottom:0px !important;
}
.i_times{
    font-size: 24px;
    vertical-align: middle;
}

/* Calendar Styles */
.avail-head button{
    background: #0d6efd;
    color: #fff;
    border: 2px solid;
    border-radius: 66px;
    font-size: 13px;
}
.timings p{
    padding: 10px;
    border: 1px solid #3573ce;
    color: #0d6efd;
    text-align: center;
    font-weight: 600;
    /* width: 80%; */
    margin: 0 20px;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}
.timings p:hover{
    background: #0d6efd;
    color: #fff;
}
.no-slots{
    padding: 10px;
    border: 1px solid #fd0d0d;
    background: #fd0d0d;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 200px;
}
.timings .not-available{
    background: #a2a2a2;
    color: #fff;
    border: #a2a2a2;
    cursor: no-drop;
}
.timings .not-available:hover{
    background: #a2a2a2;
}

.fc td{
    cursor: pointer !important;
}
.fc-highlight {
    background: transparent !important;
}
/* td.fc-today .fc-day-number {
    color: #fff !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #1673fd;
    font-weight: 600;
} */
/* .fc-unthemed td.fc-today {
    background: #0d6efd !important;
} */
.avaliablityForm .modal-header{
    display: block !important;
}
.fc-day-top:hover .fc-day {
    background: #0d6efd !important;
}

/* .fc-day-top{
    padding: 18px 27px !important;
} */

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    font-size: 12px !important;
}

.disabled-times{
    color: #808080 !important;
    border: 1px solid #808080 !important;
    pointer-events: none;
}
.fc-future {
    pointer-events: unset !important;
}
 
.highlight {
    background: #0d6efd !important;
    opacity: .3;
}
.fc-day:hover {
    background: #0d6efd !important;
    opacity: .3;
}
.clrr{
    color: #fff !important;
}
#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000; /* Ensure it appears above other elements */
}
#spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#calendar .fc-center{
    /* margin-top: 10px !important; */
}

.pad-8{
    padding: 8px !important;
}
.fs-21{
    font-size: 21px;
}
.fs-16{
    font-size: 16px;
}
.newtag{
    padding: 4px;
    font-size: 10px;
    vertical-align: top;
    background-color: #25925b;
}
.fc-today-button{
    background: green !important;
    color: #fff !important;
}
.fc-month-button{
    background: #3d46bd !important;
    color: #fff !important;
}
.fc-agendaWeek-button{
    background: #b43131 !important;
    color: #fff !important;
}
.fc-day-disabled {
    background-color: #f2f2f2 !important; 
    cursor: not-allowed !important; 
}
.disabled-date{
    background-color: #f2f2f2 !important; 
    cursor: not-allowed !important; 
    pointer-events: none !important;
}
.fc-unthemed .fc-disabled-day {
    background: #d7d7d7 !important;
    opacity: .3;
}
/* .dataTables_filter{
    margin-right: 30%;
    margin-bottom: 20px;
} */
.dataTables_filter{
    margin-right: 110px;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter input{
    width: auto;
}
.exportBtn{
    position: absolute;
    right: 25px;
    z-index: 999;
}
/* .add_service{
    background: #007bff;
    color: #fff;
} */
.verified{
    font-size: 16px;
    color: green;
    margin-left: 2px;
    font-weight: 900;
}
.readonly{
    background: #e6e6e5 !important;
}
.thumb_img{
    width:100px;
    
}
.thumb_img img{
  width:100%
}
.bell_anchor{
    position: relative;
    margin-right: 17px;
    cursor: pointer;
}
.bell{
    font-size: 21px;
    margin-right: 10px;
    vertical-align: middle;
    color: #d2ced5;
}
/*calendar modal*/
.modal-calender{
    border-radius: 0;
}
.modal-calender .modal-header{
    background-color: #0d1544;
}
.modal-calender .modal-header .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    color: #ffffff;
    background-color: #ffffff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}
/*calendar modal*/


.dropdown-menu.show {
    top: 5px !important;
}
.support_tech{
    background: #f3f4fc !important;
}
/* .support_tech input{
    background-color: #202d13 !important;
    border: 1px solid #1e256067 !important;
    color: #1e256067 !important;
} */
.notify_style{
    margin-top: 10px !important;
    margin-left: 16px !important;
    margin-bottom: 0 !important;
    font-size: 15px !important;
}
.notification-item:hover{
    background: #ececec !important;
}
.msgSent{
    color: #07ad07;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
}
.profile-sticky{
    position:sticky;
    top:0;
}

/* Scroll Bar style */
/* ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
} */

.card-testimonial{
    border-radius: 45px 2px 45px 2px;
    padding: 20px 36px 12px 20px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
    text-align:left;
}

.testi-icon{
    text-align: left; 
    position: absolute;
    top: -20px;
    width: 60px;
}

.cons-list{
    width:70% !important;
}

.service-box{
    max-width:100%; 
    max-height:100%;
    object-fit:cover;
    width:100px;
    height:70px;
    border-radius: 6px;
}

.headFixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: var(--blue) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.layout-fixed .main-sidebar {
    z-index: 1;
    background: #fff;
}
.del-style{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .form-select {
    padding: .375rem 0.5rem .375rem 0.5rem;
} */

/* .active-consultant p{
    color: red;
} */
.accordion-item li{
    list-style-position: outside;
    text-align: left;
}
table.highlight{
    background-color: transparent !important;
}
.card-footer.clearfix .form-select {
    width: unset !important;
}
td .form-control {
    padding: .375rem .3rem !important;
}
.br_375{
    border-radius: 0.375rem 0.375rem 0 0;
}
.test-class{    
    background-color: #0c5393 !important;
    color: #ffffff !important;
    padding: 5px;
    border-radius: 10px;
}
.card-minheight{
    height: 250px;
    overflow: auto;
    padding-right: 10px;
}
.custom-control {
    z-index: unset !important;
}
.w-85 {
    width: 85% !important;
}
.w-70{
    width: 70% !important;
}

/* Rate css */
.rate {
    float: left;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:25px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.stars{
    color: #deb217;
    font-size: 25px;
}

.status_badge{
    padding: 4px;
    font-size: 10px;
    vertical-align: top;
}

/* About Style  - Lal 20/05 */
.card{
    border: none !important;
}
 
.justify-space-between{
    justify-content: space-between;
}
 
.card-body ul{
    padding-left: 1rem !important;
}
 
.bgblue-card{
    background-image: linear-gradient(#444380, #0D1544);
    padding: 30px !important;
}
 
 
 
 
  .people-img-bg{
    position: absolute;
    right: 30px;
    top: 0;
}
 
  .people-text{
    background-color: #fff;
    width: 80%;
    z-index: 1;
    position: relative;
    bottom: 30px;
    min-height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
 
  .people_first .card{
    background-color: transparent !important;
  }
 
 
 
  .inner-opt p{
    margin-bottom: 0px;
  }
 
  .min-height-280{
    min-height: 280px;
  }
 
 
 
.slick-custom .slick-next.slick-arrow {
    position: absolute;
    right: 48%;
    top: 100%;
    transform: translate(10px, 10px);
}
 
.slick-custom .slick-prev.slick-arrow {
    position: absolute;
    left: 48%;
    top: 100%;
    z-index: 9;
    transform: translate(-10px, 10px);
}
 
.slick-custom .slick-prev:before {
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 16px !important;
    border-radius: 50%;
    border: 1px solid;
    color: #000 !important;
    z-index: 9;
    padding: 2px 6px !important;
}
 
.slick-custom .slick-dots{
    display: none !important;
}
 
.slick-custom .slick-next:before {
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-size: 16px !important;
    border-radius: 50%;
    border: 1px solid;
    color: #000 !important;
    z-index: 9;
    padding: 2px 6px !important;
}
.inner-opt .card-body span ul{
    margin-bottom: 0 !important;
}   


.grecaptcha-badge {
    z-index: 1000 !important;
} 
  
.hactive{
    background-color: var(--green) !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
}

.bg-gradiant {
    background: linear-gradient(90deg, rgba(9, 109, 132, 1) 0%, rgb(84 104 159) 100%, rgba(9, 9, 121, 1) 100%);
    color: #ffffff;
    border-radius: 20px;
}
.Head th{
    background-color: #156082;
    color: #fff;
}
.supervision .slick-next::before {
    content: '→';
    display: none;
}

.supervision .slick-prev::before {
    content: '←';
    display: none;
}

.awslider .slick-prev::before, .awslider .slick-next::before {
    display: none !important;
}









@media only screen and (max-width:576px){
    .dataTables_wrapper .dataTables_filter input{
        width: 100%;
    }
    .gradient_new .exportBtn{
        padding: 4!important;
        font-size: 9px !important;
    }
    .cons-list{
        width:100% !important;
    }
    .gradient_new .exportBtn {
        padding: 4 !important;
        font-size: 15px !important;
      }
}

@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_filter {
        margin: 25px 0px !important;
    }
    .dataTables_wrapper .dataTables_filter label{
        display: inline-flex !important; 
        align-items: center;
    }
}

@media only screen and (max-width:768px){
    .dataTables_wrapper .dataTables_filter input{
        width: 100%;
    }
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }
    .cons-list{
        width:95% !important;
    }
    .slick-custom .slick-next.slick-arrow {
        transform: translate(20px, 10px);
    }
   
    .slick-custom .slick-prev.slick-arrow {
        transform: translate(-20px, 10px);
    }
}
@media only screen and (max-width:992px){
    .dataTables_wrapper .dataTables_filter input{
        width: 100%;
    }
}
@media (min-width:640px) and (max-width:690px){
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        margin-top:15px !important;
        float: none !important;
    }
}
@media only screen and (max-width:690px){
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, label{
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    .timings p{
        font-size: 10px;
    }
}

@media (min-width: 640px) and (max-width: 992px){
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, label{
        text-align: center !important;
        display: flex !important;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .sidebar-open #sidebar-overlay {
        display: contents !important;
    }
}