@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;1,500&display=swap');
body {
    
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    color: #434343;
}

h6.h3{font-family: 'Oswald', sans-serif;}
#register h6{font-family: 'Oswald', sans-serif;
}
.maintitle h2{position: relative;}
.heromain{position: relative;}
.navbar-brand {
    margin-right: 7rem;
}
.container{max-width: 1140px;}

.header{
    position: relative;
    z-index: 9999;
}
.offset-md-2 .form-control-lg{font-size: 1rem;}
.form-control-lg{
    font-size: 1rem !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25em;
    line-height: 2;
}
.form-label {
    margin-top: 0;
    
    font-size: 1.25em;
    line-height: 2;
}
.container{ z-index: 9; position:relative;}
.btn.schedulebtn a{color: #fff; text-decoration: none; font-family: 'Oswald', sans-serif;}
.btn.schedulebtn a:hover{color:#CC1009}
.btn.schedulebtn:hover a{color:#CC1009}
/**/
.Schedule-1 .navbar-dark .navbar-nav .nav-link {
    color: #073763 ;
}
#register [type="radio"]:checked,
#register [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
#register [type="radio"]:checked + label,
#register [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666; width: 100%;
}
/* #register [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
} */
i.fa.fa-calendar {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 999;
}
i.fa.fa-clock-o{
    position: relative;
    left: -28px;
    top: 15px;
    z-index: 999;
}
.min-h{min-height: 158px;}
/* #register [type="radio"]:not(:checked) + label span{
    position: absolute;
    line-height: 150px;
    z-index: 99;
    color: #000;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 22px;
}
#register [type="radio"]:checked + label span{
    position: absolute;
    line-height: 150px;
    z-index: 99;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 22px;
} */
/* #register [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 95%;
    height: 141px;
    background: #1a5493;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */
#register [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
#register [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px
}

#register h6 {
    font-size: 1.3rem;
    color: #c00;
}

#register {
    color: #cc0000;
}

#register h1 {
    text-align: center; color: #cc0000;
}

#register input {
    padding: 10px 10px 10px 25px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    border-radius: 0;
    -webkit-appearance: none;
    
    background: #fff;
    
    height: 55px;
    border-radius: 0;
    font-size: 18px;
}
/* #datepicker input{
    padding: 10px 10px 10px 25px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
   
    background: #fff;
    
    height: 55px;
    border-radius: 0;
    font-size: 18px;

} */

.tab input:focus {
    border: 1px solid #6a1b9a !important;
    outline: none
}

input.invalid {
    border: 1px solid #e03a0666
}

.tab {
    display: none
}

#register button, #register a {
    background-color: #1A5493 !important;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

#register button:hover, #register a:hover {
    opacity: 0.8
}

#register button:focus, #register a:focus {
    outline: none !important
}


#prevBtn {
    background-color: #bbbbbb
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.step {
    height: 40px;
    width: 40px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #6a1b9a;
    opacity: 0.5
}

.step.active {
    opacity: 1
}

.step.finish {
    color: #fff;
    background: #6a1b9a;
    opacity: 1
}

.all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}
.first-btn{
    border: 1px solid #ddd !important;
    background: none !important;
    color: #000;
    height: 150px;
    max-width: 150px;
    width: 100%;
    border-radius: 0;
}
/*and */

/* Header */
.dx-scheduler-work-space {
    padding-top: 56px !important;
    margin-top: -56px;
}
.dx-scheduler-navigator {
    padding: 10px !important;
}
/* .dx-tabs-wrapper:first-child{display: none;}
.dx-tabs-wrapper:last-child{display: none;} */
.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    /* background-color: #eeeff0; */
}
.footer-column {line-height: 18px;}

.navbar-brand {
    margin-right: 2rem;
}
.herosection{position: relative;}
.herosection::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(255 255 255 /0.4);
}
.nav-item.dropdown .dropdown-item{color: #103763;
    font-size: 15px;
    font-weight: 700; font-family: 'Oswald', sans-serif;
    text-transform: uppercase;}
.navbar .navbar-nav .nav-link {
    color: #103763;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; font-family: 'Oswald', sans-serif;
}
.nav.flex-column.foottitles li{margin-bottom: 5px;}
a.nav-link.btncls:hover{color: #cc0000!important;
    background: #fff; border: 1px solid #cc0000;}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #cc0000 !important;
    
    
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #073763;
}

a.nav-link.btncls {
    color: #fff!important;
    background: #cc0000;
    padding: .5rem 3rem!important; border: 1px solid #cc0000;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding:1.5rem 8px 1.5rem;
    }
}


/* Header */


/* Hero section */

.heromain {
    min-height:409px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; position: relative; z-index: 999;
   
}
.form-main textarea.form-control{height: 65px;}
.form-main .form-control {
    background: #D9D9D9;
    border: 0px;
    height: 55px;
    border-radius: 0;
    font-size: 18px;
}
.blue-light{background: #D0E0E6; padding: 30px;}
.blue-light .form-control {
    background: #fff;
    border: 0px;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
}
.blue-light textarea{height:100px !important;}
.telehealth.con-main img{max-width: 100%;}
h2.red{color: #CC1009 !important;}
.telehealth span{font-size: 22px; color: #434343; text-align: left;}
.rd-large p{font-size: 38px; color: #CC1009; line-height: 45px;  text-transform: capitalize; font-family: 'Oswald', sans-serif; font-weight: 600;}
.header-bg.header-bg1{ background-image: url(../images/hero1.jpg); background-attachment: fixed;}
.header-bg.header-bg2{ background-image: url(../images/hero2.png); background-attachment: fixed;}
.header-bg.header-bg3{ background-image: url(../images/hero3.png); background-attachment: fixed;}
.header-bg.header-bg4{ background-image: url(../images/hero4.png); background-attachment: fixed;}
.header-bg.header-bg5{ background-image: url(../images/hero5.png); background-attachment: fixed;}
.header-bg.header-bg6{ background-image: url(../images/hero6.png); background-attachment: fixed;}
section.access.our-team{ background: url(../images/banner-2.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.our-team1{ background: url(../images/banner-2.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.inpatient{ background: url(../images/c-banner.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.about-bg{ background: url(../images/diamond-head.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.sikll-banner{ background: url(../images/skill-banner.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.health-banner{ background: url(../images/health-banner.jpg) top left no-repeat; background-attachment: fixed; background-size: cover; position: relative;}
.about-bg p, .sikll-banner p, .sikll-banner li, .our-team1 p, .our-team1 li, .health-banner li, .health-banner p{color: #fff;}
.inpatient p, .inpatient li{color: #000;}
.about-bg::before{
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    /* z-index: 99999; */
    left: 0;
}
.sikll-banner::before {
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    /* z-index: 99999; */
    left: 0;
}
.our-team1::before, .health-banner::before{
    background: #000;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    /* z-index: 99999; */
    left: 0;
}
.inpatient::before, .our-team::before{
    background: #fff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    /* z-index: 99999; */
    left: 0;
}
.h-bg::before {
    background: #000000b8;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    /* z-index: 99999; */
    left: 0;
}
.header-bg.header-bg3.telehealthb {
    background-image: url(../images/telehealth-banner.jpg);
    background-attachment: inherit;
    background-position: top center;
}
.header-bg.header-bg5.patient {
    background-image: url(../images/patient-billing-banner.jpg);
    background-attachment: fixed;
}
.header-bg.header-bg4.wound {
    background-image: url(../images/woundcenter-banner.jpg);
    background-attachment: fixed;
}
.h-bg p{color: #fff;}
.h-bg {
    position: relative;
    background-image: url(../images/diamond-head.jpg);
    background-color: #f1f1f1a6;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    background-size: cover;
}
.header-bg.header-bg1 .herosection .herotitle, .header-bg.header-bg2 .herosection .herotitle, .header-bg.header-bg4 .herosection .herotitle{color: #103763;}
.header-bg{ background-image: url(../images/hero.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;}

.herosection .herotitle {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #212529 !important;
    margin-bottom: 50px; text-transform: uppercase;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #c00 !important;
}
.footer-title a:hover {
    text-decoration: underline !important;
    color: #ffff;
}
section.access.access1 {
    padding: 90px 0px;
    background: #d1e2f2;
}
.expertdetail li, .ulli li{font-size: 1.25em;
    line-height: 2;}
.blue-c{color: #1A5493 !important;}
.aboutdetail1 p{margin-bottom: 5px; color: #434343; font-size: 18px;}
.aboutdetail1 p a{color: #434343; font-size: 18px;}
.access.telehealth.con-main{background: #f1f1f1; padding: 50px 0px;}
.access.telehealth.con-main p{font-size: 15px; line-height: 24px;}
.access.telehealth.con-main .pl-0{padding: 0px; margin-bottom: 30px;}
.btn.schedulebtn {
    background-color: #CC1009;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400; font-family: 'Oswald', sans-serif;
    padding: 8px 2rem;
}
.btn.schedulebtn:hover{color: #cc0000!important;
    background: #fff;
    border: 1px solid #cc0000;}


/* Hero section */


/* Expertsection */

section.expertsection {
    padding: 30px 0px;
}

.maintitle h2 {
    font-size: 43px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #cc0000;
    margin-bottom: 30px; text-transform: capitalize;
}

.expertdetail p {
    /* font-size: 16px; */
    font-weight: 400;
}


/* Expertsection */


/* Access Section */

section.access {
    padding: 90px 0px;
    background: #f1f1f1;
}


.access_colum a{text-decoration: none;}
.first_access,
.second_access,
.fourth_access,
.fifth_access {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    justify-content: space-around; 
}

.first_access {
    background: #1A5493;
}

.second_access {
    background: #999999;
}

.fourth_access {
    background: #CC1009;
}

.fifth_access {
    background: #9EC5DE;
}

.first_access span {
    color: #fff;
}

.access_colum {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: space-around;
    padding: 0px 20px;
}


/* Access Section */


/* Our Partner Section */

.ourpartner {
    padding: 90px 0px;
}

.part_img img {
    width: 100%;
}

/* .logo_images img.img-fluid {
    max-width: 160px;
    height: auto;
    min-width: 160px;
} */

.logo_images li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    width: 13%;
    border: 1px solid #ddd;
}


/* Our Partner Section */


/* FOOTER */

footer {
    background: #103763;
    padding: 40px 25px;
}

footer ul.nav li.nav-item span.address,
footer ul.nav li.nav-item span.phone {
    color: #fff;
    margin-top: 22px;
    display: block;
}

footer ul.nav li.nav-item span.address {
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
}
.footer .row.mt-5{
    border-top: 1px solid #ffffff3d; padding-top: 10px;
}

footer ul.nav li.nav-item span.phone {
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
}

span.copyright.quick-links {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

span.footertrm a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

span.footer-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

footer a.nav-link {
    padding: 0.7rem 0rem 0.2rem;
    color: #fff;
}

footer a.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-title a {
    padding: 0.5rem 0px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.footer-title a:hover {
    text-decoration: underline;
}


/* ABOUT SECTION */

.aboutmain .herotitle {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #20124D;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #cc0000;
} 
.active{color: #cc0000 !important;}
.btn.btn-primary.btn-lg{background: #cc0000 !important; border-color: #cc0000 !important;}
section.aboutmain {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D0E0E6;
}
.gry-bg{background: #fff;}
h1{ font-family: 'Oswald', sans-serif !important;}
.aboutdetail .maintitle h2 {
    font-size: 43px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    color: #cc0000;
    margin-bottom: 50px;
}

.aboutdetail .btn.schedulebtn {
    margin-top: 20px;
}

.addresses {
    padding: 90px 0px;
    background: #EFEFEF;
}

.address_main h2 {
    font-size: 34px;
    font-weight: 500;
    color: #20124D;
    margin-bottom: 21px; font-family: 'Oswald', sans-serif;
}

.namegrp {
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
}

.address_main p {
    font-size: 18px; margin-bottom: 0;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.btn.btn-primary {
    background: #cc0000;
    outline: 0;
    border-radius: 0;
    font-weight: 700;
    border-color: #cc0000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}
.btn.btn-default {
    /* background: #cc0000; */
    outline: 0;
    border-radius: 0;
    font-weight: 700;
    /* border-color: #cc0000; */
}

label.form-label {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    color: #212529;
    font-family: 'Raleway', sans-serif;
}

.form-control:focus {
    border-color: #cc0000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(204 0 0 / 19%) !important;
}
label.btn {
    border-radius: 0 !important;
}
.btn-outline-primary {
    color: #103763 !important;
    border-color: #103763 !important;
    font-size: 25px !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}
.btn-outline-primary:hover {
    background-color: #cc0000 !important;
    color: #fff !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff !important;
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgb(204 0 0 / 30%);
}
.btn {
    border: 1px solid #CC1009 !important;
}
.modal-content {
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #cc0000;
    border-radius: 0;
}
.nav-link {
    color: #212529;
}
.ts-btn {
    color: white;
    background: #cc0000;
}
.ts-btn:hover, .ts-btn:active, .ts-btn:focus {
    color: #cc0000 !important;
    background: white !important;
}
a:not([href]):not([class]):hover {
    text-decoration: underline;
}
.dropify-wrapper .dropify-message p {
    font-size: 1.5rem;
}
.comments {
    border-left: 5px solid #626262;
}

/**/
