.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #6A1F7C;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    position: absolute;
    top: 47%;
    left: 47%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.growl-close{
    background: transparent;
    border:none;
    position:absolute;
    right: 10px;
}
.progress-bar-success{
    background-color:#155724;
}
.progress-bar-danger{
    background-color:#721c24;
}
h1, h2, h3{
    color: #6A1F7C;
}
h5{
    font-size: 16px;
    font-weight: bold;
}
.btn{
    font-size: 16px;
}
.btn-p{
    padding-right: 20px;
    padding-left: 20px;
}
.btn-lg-p{
    padding-right: 50px;
    padding-left: 50px;
}
.card {
    border:none;
}
.mean-container .mean-bar {
    z-index: 500;
}

.widget-categories .active a{
    color: #6A1F7C;
    font-weight: bold;
}
.fileinput {
    position: relative;
    padding-right: 35px;
}
.fileinput [type=file]{
    display:none;
}
.fileinput img{
    cursor: pointer;
}
.fileinput ~ .invalid-feedback{ display:block}


.profile-picture .fileinput{
    text-align: center;
}
.profile-picture .fileinput-preview{
    height: 180px;
    width: 180px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 4px #6A1F7C;
    display: inline-block;
}
.profile-picture .fileinput-preview img{
    width: 100%;
}
.profile-picture .tools{
    text-align: center;
    padding-top: 10px;

}
.was-validated .form-control:valid, .form-control.is-valid{
    background: none;
}
.custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -16px;
    display: block;
    width: 17px;
    height: 17px;
    content: "";
    background: 50% / 50% 50% no-repeat;
}
.custom-control-inline {
    margin-right: 5rem;
}
.custom-control-label {

    padding-left: 10px;
}
.custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;

}
.custom-control-label::after {

}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #6A1F7C !important;
    border-color: #6A1F7C !important;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #6A1F7C !important;
    border-color: #6A1F7C !important;
}

/*.fileinput .close {*/
/*position: absolute;*/
/*top: 5px;*/
/*font-size: 12px;*/
/*float: none;*/
/*opacity: 1;*/
/*font-weight: 500;*/
/*border: 1px solid #ccc;*/
/*width: 19px;*/
/*text-align: center;*/
/*height: 19px;*/
/*line-height: 15px;*/
/*border-radius: 50%;*/
/*right: 0;*/
/*}*/

/*.fileinput .close:hover {*/
/*background: #eee;*/
/*}*/
/*.fileinput .input-group-addon {*/
/*padding: 0 10px;*/
/*vertical-align: middle;*/
/*}*/
/*.fileinput .fileinput-preview {*/
/*width: 200px;*/
/*height: 150px;*/
/*position: relative;*/
/*}*/
/*.fileinput .fileinput-preview img {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*margin-top: -13px;*/
/*}*/
/*.fileinput .fileinput-preview:after {*/
/*content: "";*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*}*/
/*.picture-container{*/
/*position: relative;*/
/*cursor: pointer;*/
/*text-align: center;*/
/*}*/
/*.picture{*/
/*width: 106px;*/
/*height: 106px;*/
/*background-color: #999999;*/
/*border: 4px solid #CCCCCC;*/
/*color: #FFFFFF;*/
/*border-radius: 50%;*/
/*margin: 0px auto;*/
/*overflow: hidden;*/
/*transition: all 0.2s;*/
/*-webkit-transition: all 0.2s;*/
/*}*/
/*.picture:hover{*/
/*border-color: #6A1F7C;*/
/*}*/

/*.picture input[type="file"] {*/
/*cursor: pointer;*/
/*display: block;*/
/*height: 100%;*/
/*left: 0;*/
/*opacity: 0 !important;*/
/*position: absolute;*/
/*top: 0;*/
/*width: 100%;*/
/*}*/

/*.picture-src{*/
/*width: 100%;*/

/*}*/

/*.modal {*/
/*text-align: center;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*.modal:before {*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*content: " ";*/
/*height: 100%;*/
/*}*/
/*}*/

/*.modal-dialog {*/
/*display: inline-block;*/
/*text-align: left;*/
/*vertical-align: middle;*/
/*}*/
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single
{
    border: 1px solid #6A1F7C;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6A1F7C;
    color: white;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    background-color: #6A1F7C;
    background-image: none;
    border-style: none;
    right: 10px;
    height: 32px;
    width: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
form {
    font-size: 14px;
}
.form-control {
    font-size: 16px;
    padding: 5px;
    height: calc(1.5em + 0.75rem + 10px);
}
.banner-top{
    margin-top: 67px;
}
.banner-top img{
    width: 100%;
}
.modal{
    padding-right: 0px !important;
}
.modal-dialog{
}
.modal-dialog .modal-header{
    background: #6A1F7C;
    color: #fff;
    border: none;
    border-radius: 0;
}
.modal-dialog .modal-title{
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
}
.modal-dialog .close{
    color: #fff;
    font-size: 24px;
}
.modal-dialog .service-accordion{}
.modal-dialog .service-accordion h3 a{
    font-size: 16px;
    color: #800080;
}

.pagination{
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.pagination li{
    margin: 0 2px;
    font-weight: normal;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 3px;
}
.pagination li.active{
    background: #800080;
}
.pagination li.active a{
    color: #fff;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/** custom for material theme */
.ha-menu ul{
    text-align: right;
    font-family: 'Kanit','Raleway', sans-serif !important;
    font-size: 15px;

}

.ha-menu > ul > li > *:not(ul){
    padding: 15px 28px;
}

.language-switcher{
    margin-top: 7px;
    font-size: 18px;
    float: right;
}
.language-switcher button{
    border: solid 2px #6A1F7C;
    color: #6A1F7C;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px 17px;
}
.language-switcher .dropdown-menu li, .language-switcher .dropdown-item{

    font-size: 14px;

    padding: 0.5rem 2.5rem;
}
.home-content{
    text-align: center;
    padding: 60px 0;
}
.home-content .title{
    font-size: 35px;
    color: #800080;
    margin: 10px 0px 10px;
}
.home-content .sub-title, .home-content h3{
    font-size: 26px;
    color: #800080;
}
.home-content .detail{
    margin: 0 0 30px;
}
.home-content p {
    margin: 0 0 10px 0;
}
a.item-btn.bright{
    background-color: #e5b152 !important;
    border-color: #e5b152 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #6A1F7C !important;
    border-color: #6A1F7C  !important;
}
.btn-ex1{
    padding: 7px 20px;
    font-size: 15px;
    text-transform: uppercase;
}
/*.departments-box-layout1 .item-content .item-title {*/
/*font-size: 15px;*/
/*}*/

.team-box-layout2 .item-content p {
    color: #6A1F7C;
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.owl-nav-layout1 span{
    color: #6A1F7C;
}
.owl-nav-layout1 span:hover{
    background-color: #6A1F7C;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(158, 104, 169, 0.75);
    -moz-box-shadow: 0px 4px 20px 0px rgba(158, 104, 169, 0.75);
    box-shadow: 0px 4px 20px 0px rgba(158, 104, 169, 0.75);
}
.nav-control-layout2 .owl-controls .owl-nav > div{
    color: #800080;
}
.nav-control-layout2 .owl-controls .owl-next:hover, .nav-control-layout2 .owl-controls .owl-prev:hover{
    background: #800080;
}
.team-box-layout2 .item-content h4{
    font-size: 18px;
}
.blog-box-layout4 .item-content p{
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    font-size: 15px;
    margin: 0;
}

.text-main {
    color: #6A1F7C !important;
}
.footer-top-wrap .view-more{
    /*text-decoration: underline;*/
}
.details-wrap , .team-details-wrap-layout1 {
    padding: 2rem 0px;
}
.title-bar-primary:before{
    background: #800080;
}


.doctors h1{
    font-size: 29px;
    margin: 0 0 30px;
    color: #800080;
    border-bottom: solid 2px #800080;
    padding: 0 0 16px;
}
.doctors .detail{
    margin-bottom: 40px;
}
.doctors h2{
    font-size: 22px;
    margin: 10px 0 30px;
    color: #800080;
    border-bottom: solid 1px #800080;
    padding: 10px 0;
}
.doctors .view{
    font-size: 15px;
}
.doctors .view strong{
    color: #800080;
}
.doctors .view table{
    font-size: 13px;
}
.doctors .view table td{
    padding: 3px 2px 5px;
}
.doctors .view .profile-img{
    float:left;
    margin: 0 20px 20px 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #800080;
}
a span.fas, .doctors .view a{
    color: #800080;
    padding: 2px;
}
/** default content */
.default-content{}
.details-wrap {
    padding: 2rem 0px;
}
.default-content h1{
    font-size: 29px;
    margin: 0 0 30px;
    color: #800080;
    border-bottom: solid 2px #800080;
    padding: 0 0 16px;
}

.default-content .view h1{
    font-size: 25px;
    margin: 0 0 20px;
    color: #800080;
    border-bottom: none;
    padding: 0 0 5px;
}


.default-content h2{
    font-size: 22px;
    color: #800080;
}
.default-content .view h3{color: #800080;}
.default-content strong, .default-content a{
    color: #800080;
}
.default-content p {
    margin: 0 0 20px 0;
}
.default-content .view br {content: "";margin: 3em;display: block;font-size: 30%;}
.owl-dot.active span, .default-content .owl-dot.active span{
    background: #800080 !important;
}


.default-content .view.images-slider{
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}


.default-content .view  ul {
    list-style: disc;
    padding-inline-start: 40px;
}

.default-content .view ul li {
    position:relative;
}


.images-slider .image-item{
    margin: 10px;
}
.images-slider .image-item p{
    text-align: center;
    padding: 20px 0 0px;
}

.departments-box-layout5 .item-img .item-content .item-title {
    font-size: 20px;
}
.blog-content{
    /*padding: 20px;*/
}

.single-small .item-title{
    font-size: 17px;
}
.single-small .item-content{
    margin: 15px;
}
.single-small .item-content p{
    font-size: 13px;
}

.vdo-gallery{}
.vdo-gallery .item{
    margin-bottom: 20px;
}
.highlight-blog{}
.highlight-blog .blog-box-layout4{
    border: none;
    box-shadow: 2px 2px 14px #ccc;
}
.highlight-blog .item-content{
    margin:10px;

}
.highlight-blog  .blog-box-layout4 .item-content .item-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.highlight-blog  .blog-box-layout4 .item-content p{
    font-size: 13px;
}
.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 3px;
    border-color: #ccc;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{
    background-color: #6A1F7C;
}
.form-group .item-btn:hover{
    background-color: #6A1F7C;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #6A1F7C transparent transparent transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline: none;
}

.contact-float {
    overflow: hidden;
    box-shadow: 0 0 10px #999;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 55px;
    border-radius: 50px;
    right: 10px;
    text-align: center;
    z-index: 9999;
    background-color: #6A1F7C;
    display: block;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    bottom: 50px;
}
.contact-float i {
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gotop-float {
    overflow: hidden;
    box-shadow: 0 0 10px #999;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 55px;
    border-radius: 50px;
    right: 10px;
    text-align: center;
    z-index: 9999;
    background-color: #6A1F7C;
    display: block;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    bottom: 110px;
}

.contact-float:hover,
.contact-float:focus,
.gotop-float:hover,
.gotop-float:focus{
    color: #ffffff;
}
.contact-float:hover i,
.contact-float:focus i,
.gotop-float:hover i,
.gotop-float:focus i {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.departments-box-layout1 .item-content .item-title a{
    color: #800080;
}
.section-heading.heading-dark h1, .section-heading.heading-dark h2, .section-heading.heading-dark h3, .section-heading.heading-dark h4{
    color: #800080;
}

.footer-top-wrap {
    background-color: #6A1F7C;
    padding: 90px 0px 38px;
    color: #fff;
    border-bottom: 1px solid #6A1F7C;
}

.footer-top-wrap p{
    font-size: 12px;
    color: #fff;
}


.footer-box .footer-header:after {
    background-color: #fff;
}
.footer-center-wrap {
    padding: 30px 0;
    background-color: #6A1F7C;
    color: #000;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.footer-bottom-wrap {
    background-color: #6A1F7C;
    /* border-top: solid 1px #fff; */
    font-size: 12px;
    color: #fff;
}
.footer-box .footer-departments li a:hover {
    color: #fff;
}
.doctor-banner{
    text-align: center;
}
.doctor-banner img{
    width: 100% !important;
}
.share-label{
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #6A1F7C;
}
/*.contact-float.back-top {*/
/**/
/*}*/

/*.select2-selection__clear{display:none}*/
/** end default content */
.sweet-alert .confirm {
    background-color: #800080 !important;
}
.list-group {
    box-shadow: 0 0 10px #ccc;
}
.list-group-item{
    padding: 20px;
}
.list-group-item h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.list-group-item.open h4{
    border-bottom: solid 2px #6A1F7C;
    color: #6A1F7C;
    padding-bottom: 5px;
    margin-bottom: 20px;

}
/*div[data-acc-content] { display: none;  }*/
div[data-acc-step]:not(.open) { background: #f2f2f2;  }
div[data-acc-step]:not(.open) .badge-primary { background: #ccc;  }

.main-content{
    margin-top: 50px;
}

@media(max-width:767px){
    .blog-content{
        padding: 30px;
    }

}
@media(min-width:768px) {

}
@media(min-width:992px){
    /*.single-small .item-img img{*/
    /*height: 135px;*/
    /*}*/
}

@media(min-width:1200px){
    .single-small .item-img img{
        height: 155px;
    }
}