.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #226d92;
    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: #226d92;
}
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: #226d92;
    font-weight: bold;
}
.fileinput {
    position: relative;
    padding-right: 35px;
}
.fileinput [type=file]{
    display:none;
}
.fileinput img{
    cursor: pointer;
}
.fileinput ~ .invalid-feedback{ display:block}
.logo-mobile img{
    width: 150px;
}

.profile-picture .fileinput{
    text-align: center;
}
.profile-picture .fileinput-preview{
    height: 180px;
    width: 180px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 4px #226d92;
    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: #226d92 !important;
    border-color: #226d92 !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: #226d92 !important;
    border-color: #226d92 !important;
}

.ol-black::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.slider-layout1 .slide-1 div.slider-big-text, .slider-layout1 .slide-2 div.slider-big-text, .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 4.4rem;
    text-transform: capitalize;
    font-weight: 300;
    color: #226d92;
    margin-bottom: 20px;
    line-height: 1.2;
}
.slider-layout2 .slide-1 .text-box, .slider-layout2 .slide-2 .text-box, .slider-layout2 .slide-3 .text-box {
    /* background-color: transparent !important; */
    width: 100% !important;
    opacity: 0.8;
}
.slider-layout2 .slider-big-text{
    color: #226d92 !important;
    font-size: 5.5rem !important;
}
.slider-layout2 .slider-paragraph{
    color: #226d92 !important;
    font-size: 2rem;
}

.slider-layout2 .nivo-directionNav{
    display:none;
}
.sub-title{
    font-weight: bold;
}
.research-detail{
    font-size: 15px;
    line-height: 30px;
}
.brand-box-layout3{
    justify-content: center;
    display: grid;
    place-items: center;
    height: 120px;
}
.brand-box-layout3 img{
    padding: 0 10px;
    align-items: center;
}
.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 #226d92;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #226d92;
    color: white;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    background-color: #226d92;
    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;
}
.slider-layout2 .slide-1 .text-box div.slider-big-text, .slider-layout2 .slide-2 .text-box div.slider-big-text, .slider-layout2 .slide-3 .text-box div.slider-big-text{
    text-transform: none !important;
}
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: #226d92;
    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: #296482;
}

.mean-container .mean-nav ul li li a {
    text-transform: none;

}

.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: #296482;
}
.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 #226d92;
    color: #226d92;
    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: #296482;
    margin: 10px 0px 10px;
}
.home-content .sub-title, .home-content h3{
    font-size: 26px;
    color: #296482;
}
.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: #226d92 !important;
    border-color: #226d92  !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: #226d92;
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.owl-nav-layout1 span{
    color: #226d92;
}
.owl-nav-layout1 span:hover{
    background-color: #226d92;
    -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: #296482;
}
.nav-control-layout2 .owl-controls .owl-next:hover, .nav-control-layout2 .owl-controls .owl-prev:hover{
    background: #296482;
}
.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: #226d92 !important;
}
.footer-top-wrap .view-more{
    /*text-decoration: underline;*/
}
.details-wrap , .team-details-wrap-layout1 {
    padding: 2rem 0px;
}
.title-bar-primary:before{
    background: #296482;
}


.doctors h1{
    font-size: 29px;
    margin: 0 0 30px;
    color: #296482;
    border-bottom: solid 2px #296482;
    padding: 0 0 16px;
}
.doctors .detail{
    margin-bottom: 40px;
}
.doctors h2{
    font-size: 22px;
    margin: 10px 0 30px;
    color: #296482;
    border-bottom: solid 1px #296482;
    padding: 10px 0;
}
.doctors .view{
    font-size: 15px;
}
.doctors .view strong{
    color: #296482;
}
.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: #296482;
}
a span.fas, .doctors .view a{
    color: #296482;
    padding: 2px;
}
/** default content */
.default-content{}
.details-wrap {
    padding: 2rem 0px;
}
.default-content h1{
    font-size: 29px;
    margin: 0 0 30px;
    color: #296482;
    border-bottom: solid 2px #296482;
    padding: 0 0 16px;
}

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


.default-content h2{
    font-size: 22px;
    color: #296482;
}
.default-content .view h3{color: #296482;}
.default-content strong, .default-content a{
    color: #296482;
}
.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: #296482 !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: #226d92;
}
.form-group .item-btn:hover{
    background-color: #226d92;
}
.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: #226d92 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: #226d92;
    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: #226d92;
    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: #296482;
}
.section-heading.heading-dark h1, .section-heading.heading-dark h2, .section-heading.heading-dark h3, .section-heading.heading-dark h4{
    color: #296482;
}

.footer-top-wrap {
    padding: 40px 0px;
    color: #fff;
}

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

.footer-box .footer-about {
    padding-bottom: 0px;
}


.footer-box .footer-header:after {
    background-color: #fff;
}
.footer-center-wrap {

}
.footer-bottom-wrap {

    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: #226d92;
}
/*.contact-float.back-top {*/
/**/
/*}*/

/*.select2-selection__clear{display:none}*/
/** end default content */
.sweet-alert .confirm {
    background-color: #296482 !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 #226d92;
    color: #226d92;
    padding-bottom: 5px;
    margin-bottom: 20px;

}
.footer-top .footer-logo{
    padding-bottom: 0;
}
.footer-top .footer-logo h3{
    font-size:1.8rem;
    font-weight:bold;
    color: #fff;
}
.footer-top .footer-box{
    margin:0;
}
/*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;
}
.inner-page-top-margin {
    margin-top: 67px;
}

.inner-page-banner .breadcrumbs-area h1 {
    font-weight: bold;
    text-transform: none;
    color: #fff;
    font-size: 4rem;
    text-shadow: 2px 2px 10px #000;
}
.inner-page-banner .breadcrumbs-area ul li, .inner-page-banner .breadcrumbs-area ul li a{
    color: #fff;
    text-shadow: 1px 1px 7px #000;
}
.inner-page-banner .breadcrumbs-area ul li:before {
    color: #fff;
}
.title-bar-primary2:before {

    background: #226d92;

}
.inner-page-top-margin{
    position:relative;
}
.inner-page-top-margin::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);

}

.blog ul{
    list-style: inside;
    text-indent: 25px;
}
.blog .widget-tag{
    text-align: left;
    margin: 0 0 20px 0;
}
.blog .widget-tag ul{
    text-indent: 0;
}
.blog .widget-tag ul li{
    margin-right: 10px;
}
.blog .widget-tag ul li a{
    text-align:center;
}

.team-box-layout2 .item-content .item-title a{
    font-size: 15px;
}

@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;
    }
}