.loginouter {
    background-color: #bbd6ff;
    padding: 50px 0px 70px 0px;
    position: relative; }

.login-left {
    background-color: #dceaff;
    border-radius: 0px 15px 15px 0px;
    padding: 35px 40px 33px 40px;
    height: 485px; }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #002e72;
    background-color: #002e72; }

.regbox {
    border: 1px solid #3aadd9;
    background-color: #d9ebff;
    padding: 10px 10px 0px 20px;
    margin-bottom: 20px;
    cursor: pointer; }

.regbox:nth-child(2) {
    border: 1px solid #fdcd56;
    background-color: #ffe4a9;
    padding: 10px 10px 0px 20px;
    margin-bottom: 20px;
    cursor: pointer; }

.ptregbox p a {
    color: #002e72; }
.ptregbox p a:hover {
    color: #ffd500; }

.brd-15 {
    border-radius: 15px; }

.login-right.brd-15 {
    height: inherit;
    overflow: hidden; }

.splboxes {
    padding: 0px 0px 30px 0px;
    background-color: #fafafa; }
.splboxes .specialist-card {
    border: 1px solid #e8e8e8; }
.splboxes h2 {
    color: #fff !important;
    text-align: center; }
.splboxes h2 span {
    font-weight: 300;
    font-size: 18px; }
.splboxes p {
    text-align: center; }

.subbgbox {
    background-color: #80a1d3;
    padding: 35px 0px 0px 50px;
    height: 130px;
    margin-bottom: 40px; }

.yellow-bg {
    background-color: #ffd500 !important; }

.blue-color {
    color: #002e72; }

.filter-widget .form-group {
    margin-bottom: 15px; }
.filter-widget h4 {
    color: #002e72;
    text-transform: uppercase;
    background-color: #dceaff;
    line-height: 24px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: 600;
    border-left: 3px solid #002e72; }
.filter-widget .input-group-text {
    border-radius: 0px; }

h4.bg-none {
    background-color: inherit;
    margin-bottom: 0px;
    border-left: 0px;
    font-weight: normal; }

.payment-radio .checkmark {
    top: 1px; }

.search-filter .card-body {
    padding: 1rem 1.5rem; }

a.listinglink {
    font-size: 18px;
    text-align: center;
    display: block;
    padding: 14px 0px;
    background-color: #002e72;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
a.listinglink:hover {
    background-color: #dceaff;
    color: #002e72; }
a.listinglink.active {
    background-color: #dceaff;
    color: #002e72; }

.card-body hr {
    margin-top: 5px;
    margin-bottom: 15px; }

.card-body {
    padding: 1rem; }

.about-widget p {
    text-align: justify; }

.date-block {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px; }
.date-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
.date-block ul li {
    display: inline-block;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px; }
.date-block ul li a {
    color: #333;
    display: block;
    padding: 5px 10px;
    border-radius: 5px; }
.date-block ul li a:hover {
    background-color: #002e72;
    color: #fff; }
.date-block ul li.active a {
    background-color: #002e72;
    color: #fff; }
.date-block ul li span {
    display: block;
    text-align: center; }

.hsp .card {
    overflow: hidden;
    padding-bottom: 20px; }
.hsp h4.doc-name {
    font-size: 18px;
    padding-top: 10px;
    text-overflow: ellipsis; }
.hsp p.doc-speciality {
    font-size: 12px; }

.starrating {
    border: 1px solid #002e72;
    color: #002e72;
    font-size: 12px;
    padding: 5px 10px;
    white-space: nowrap;
    margin-bottom: 30px;
    border-radius: 3px; }

.hspviewblock {
    margin-bottom: 50px;
    position: relative; }
.hspviewblock img {
    width: 100%;
    object-fit: cover; }
.hspviewblock .hospdetails {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 20px;
    position: absolute;
    top: 60px;
    right: 200px;
    color: #fff;
    text-align: right; }
.hspviewblock .hospdetails h3 {
    color: #fff;
    text-align: left; }
.hspviewblock .hospdetails p {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 5px 0px; }
.hspviewblock:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #002e72 0%, transparent 70%); }

.paytype span {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    white-space: nowrap; }
.paytype span:nth-child(1) {
    background-color: #ffd500;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    bottom: 5px; }
.paytype span:nth-child(2) {
    background-color: #002e72;
    color: #fff;
    position: relative;
    top: -4px; }

.procedure {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px;
    border: 1px solid #eee;
    text-align: center;
    color: #333; }
.procedure:hover {
    background-color: #002e72;
    color: #fff; }

.blog-content p {
    text-align: justify; }

.blog-single-post .blog-image a img {
    height: 350px;
    object-fit: cover; }

.post-info p {
    text-align: left; }

.camp-details h3 {
    font-size: 18px;
    color: #002e72; }
.camp-details p {
    margin: 0px;
    padding: 0px 0px 5px 0px; }

.doctorcamp .card {
    margin-bottom: 15px; }

.contact-block {
    background-color: #fff;
    padding: 30px;
    overflow: hidden; }

.addresscontact-block {
    background: url("../img/doctor-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    border-radius: 10px;
    position: relative;
    color: #fff;
    padding: 40px;
    margin-bottom: 20px; }
.addresscontact-block:after {
    content: "";
    background-color: rgba(0, 46, 114, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
.addresscontact-block h3, .addresscontact-block h5, .addresscontact-block p {
    z-index: 999;
    position: relative; }
.addresscontact-block p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-bottom: 20px; }
.addresscontact-block h3 {
    color: #ffd500;
    padding-bottom: 10px; }
.addresscontact-block h5 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px; }

.con-soc-icons a {
    color: #002e72;
    position: relative;
    z-index: 999;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    background-color: #fff;
    transition: all ease .5s; }
.con-soc-icons a:hover {
    background-color: #ffd500;
    border-radius: 100%; }

.profile-info-widget .upload-img {
    margin: 0 0 0px;
    cursor: pointer;
    z-index: 999; }

.upload-img {
    background-color: #0c6db4;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    transition: .3s;
    text-align: center;
    line-height: 25px;
    width: 25px !important;
    height: 25px !important;
    bottom: 70px;
    right: 34%; }

.upload-img input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px; }

.dashboard-menu {
    background-color: #002e72;
    border-radius: 0px 0px 10px 10px;
    width: 100%; }

.content-dashboard {
    min-height: 585px; }
.content-dashboard h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee; }

.apptcount {
    border: 1px solid #3aadd9;
    background-color: #d9ebff;
    padding: 15px 10px 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px; }
.apptcount h2 {
    color: #000 !important;
    text-align: right !important; }

.walletbox {
    border: 1px solid #fdcd56;
    background-color: #ffe4a9;
    padding: 15px 10px 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px; }
.walletbox h2 {
    color: #000 !important; }

.tblue {
    background-color: #002e72;
    color: #fff; }

.btn-danger {
    border-radius: 50px; }
.btn-danger:hover {
    background-color: var(--thm-yellow);
    border: 1px solid var(--thm-yellow);
    color: #000; }

.text-black {
    color: #000 !important; }

.support-icons {
    text-align: center; }
.support-icons [class*="col-"] span {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 5px; }
.support-icons [class*="col-"]:nth-child(1) span {
    background-color: #24cc63; }
.support-icons [class*="col-"]:nth-child(2) span {
    background-color: #17b5ce; }
.support-icons [class*="col-"]:nth-child(3) span {
    background-color: #1c9c0f; }

.spfaqs .card-header {
    padding: 5px 5px; }
.spfaqs .card-header button {
    text-decoration: none;
    color: #333;
    font-weight: bold; }
.spfaqs .card {
    margin-bottom: 0px; }

.otpcode {
    border: 3px dashed #002e72;
    padding: 5px;
    color: #002e72;
    text-align: center; }

.upadoctor .btn-warning {
    border-radius: 30px; }
.upadoctor .btn-outline-success, .upadoctor .btn-outline-danger, .upadoctor .btn-outline-warning, .upadoctor .btn-outline-primary {
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 30px;
    margin-bottom: 5px; }
.upadoctor .btn-outline-success {
    border-color: #20a800;
    color: #20a800; }
.upadoctor .btn-outline-success:hover {
    background-color: #20a800;
    color: #fff; }
.upadoctor .btn-outline-warning {
    border-color: #c26e00;
    color: #c26e00; }
.upadoctor .btn-outline-warning:hover {
    background-color: #c26e00;
    color: #fff; }
.upadoctor .btn-outline-primary {
    border-color: #002e72;
    color: #002e72; }
.upadoctor .btn-outline-primary:hover {
    background-color: #002e72;
    color: #fff; }
.upadoctor .text-success {
    color: #20a800; }
.upadoctor .btn-success {
    background-color: #20a800;
    border-color: #20a800;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 12px; }
.upadoctor .btn-success:hover {
    background-color: #fff;
    color: #20a800; }
.upadoctor .btn-danger {
    background-color: #ff0100;
    border-color: #ff0100;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 12px; }
.upadoctor .btn-danger:hover {
    background-color: #fff;
    color: #ff0100; }

.upadoctor table.table td h2 {
    color: #272b41 !important;
    font-size: 14px !important; }

#apptOTPModal .btn-primary {
    border-radius: 0px 5px 5px 0px; }

#apptoptionsModal .btn-success {
    border-radius: 30px;
    background-color: #20a800; }
#apptoptionsModal .btn-success:hover {
    background-color: #ffd500;
    border-color: #ffd500;
    color: #000; }

.btn-outline-primary {
    border-color: #002e72;
    color: #002e72; }
.btn-outline-primary:hover, .btn-outline-primary:focus {
    border-color: #002e72;
    background-color: #002e72;
    color: #fff; }

.progress {
    height: 5px; }

.bg-primary {
    background: #002e72 !important; }

.fz-10 {
    font-size: 10px; }

.abtcontent p {
    text-align: justify; }

#settingsmenu {
    padding-left: 20px; }
#settingsmenu li a {
    color: #fff !important;
    display: block;
    padding: 12px 20px; }

.boxlang .SumoSelect {
    width: 100% !important;
    border-color: #d1cccc;
    color: #333;
    font-size: 15px;
    min-height: 46px; }

.boxlang .SumoSelect > .CaptionCont > span {
    text-align: left; }

.boxlang .SumoSelect > .CaptionCont > span.placeholder {
    text-align: left; }

.boxlang .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #002e72 !important; }

.free-btn {
    background: #ffd500;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 3px;
    color: #000; }

.fee-btn {
    background: #002e72;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff; }

.upadoctor .btn-info {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 12px; }
.upadoctor .btn-info:hover {
    background-color: #fff;
    border-color: #009efb;
    color: #009efb; }

.upadoctor .btn-setblue {
    background-color: #002e72;
    border-color: #002e72;
    color: #fff;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 12px; }
.upadoctor .btn-setblue:hover {
    background-color: #fff;
    border-color: #002e72;
    color: #002e72; }

.SumoSelect > .CaptionCont {
    min-height: inherit !important; }

.SumoSelect > .CaptionCont > span.placeholder {
    padding-top: 6px;
    font-style: inherit !important; }

.boxlang .SumoSelect > .CaptionCont > span {
    padding-top: 6px; }

.Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative; }

.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.Neon-input-dragDrop {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s; }

.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.Neon-input-text h3 {
    margin: 0;
    font-size: 18px; }

.Neon-input-text span {
    font-size: 12px; }

.Neon-input-choose-btn.blue {
    color: #008BFF;
    border: 1px solid #008BFF; }

.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #8d9496;
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

/*# sourceMappingURL=newcustom.css.map */
