HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/sarvodayahospital/public/kioskonline.sarvodayahospital.com/public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
*{
	box-sizing: border-box;
}
html {
    box-sizing: border-box;
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #5c5c5c;
    font-weight: 400;
    position: relative;
    min-height: 100%;
    box-sizing: inherit;
    padding-bottom: 42px;
}
img{
	max-width: 100%;
}
h2{
	font-size: 28px;
    line-height: 38px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	color: #0091c6;
}
section{
    padding: 40px 0;
}
input:focus, select:focus{
    box-shadow: none !important;
}
.clrDarkBlue{
    color: #008FC5;
}
.f-14{
    font-size: 14px;
}
.f-18{
    font-size: 18px;
}
.f-24{
    font-size: 24px;
}
.f-16 {
    font-size: 16px;
}
.fw-700 {
    font-weight: 700 !important;
}
.f-22 {
    font-size: 22px;
}
.f-12{
    font-size: 12px;
    line-height: 22px;
}
.no-underline {
    text-decoration: none;
}
.header-top {
    background: #0091c6;
    padding-bottom: 20px;
    padding-top: 20px;
}
.logo-img {
    width: 230px;
}
.thank-you-section {
    padding-bottom: 50px;
    padding-top: 50px;
}
.thumb-up {
    width: 60px;
    object-fit: cover;
}
.thank-you-content h6 {
    font-size: 18px;
    font-weight: 500;
}
.thank-you-page-btn a {
    background: #0091c6;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
}
body .print-btn {
    border: 1px solid #848e97;
    background: none;
    color: #5c646b;
    padding: 4px 22px;
}
.fa-solid.fa-print {
    color: #0091c6;
}
.copy-right {
    background: #575757;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
 .copy-right p {
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0;
}
.dr-anit-nair-box{
    background: #0091c6;
}
.anita-img {
    object-fit: cover;
}
.know-more-btn a {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    padding: 9px 20px;
}
.book-appointment-btn {
    background-color: #fff;
    color: #5c5c5c;
    text-decoration: none;
    padding: 4px 18px;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 2px;
    transition: .3s;
}
.book-appointment-btn:hover {
    box-shadow: 0 10px 10px #00000026;
}
.dr-anit-nair-content h2{
    font-size: 30px;
    color: white;
}
.dr-anit-nair-content {
    margin-left: 30px;
}
.login-box {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 20px;
}
.register-form-wrapper {
    border-radius: 10px;
}
.login-form-content {
    padding: 30px 30px 30px;
}
.login-box input[type="submit"] {
    width: 100%;
    background: #008FC5;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    transition: .3s;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.otp-number-box input {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 0 4px;
    border: 1px solid #C0C0C0;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
}
#change-mobile a {
    color: #5c5c5c;
    text-decoration: none;
    font-size: 12px;
}
.patient-content-detail {
    transition: .3s;
    background-color: #008FC5;
    color: #fff;
    border-radius: 5px;
}
.patient-content-detail:hover {
    transition: .3s;
    background-color: #077ba5;
}
.patient-content-detail h4, .patient-content-detail p {
    color: #fff !important;
}
.add-new-variant-btn {
    border: 1px solid #7C7C7C;
    padding: 10px 50px;
    text-decoration: none;
    color: #5c5c5c;
    border-radius: 2.5px;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
}
.doctor-info {
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #22B7EF 0%, #008FC5 69.27%);
    padding: 10px;
    width: 100%;
    border-radius: 0px 40px 3px 3px;
}
.doctor-booking-box {
    background: linear-gradient(270deg, #22B7EF 0%, #008FC5 69.27%);
    padding: 15px;
}
.doctor-booking-box img{
    height: 300px;
    object-position:top;
    object-fit: cover;
}
.pay-now-btn {
    background-color: #008FC5;
    color: #fff  !important;
    padding: 6px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
.doctor-card img{
    display: block;
    margin: auto;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.doctor-info p{
    margin-bottom: 0;
    font-size: 12px;
    line-height:20px;
}
.doctor-info h4{
    margin-bottom: 5px;
    font-size: 18px;
    line-height:20px;
}
.know-more {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px 14px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.thank-you-content h2{
    font-size: 50px;
    line-height: 60px;
    margin-top: 10px;
}
.doctor-card{
    transition: .3s;
    background-color: #fff;
}
.doctor-card:hover {
    transform: translateY(-4px);
}
.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background-color: transparent;
    height: 100%;
    padding: 0 20px;
    background-size: 20px;
    background-image: url(../img/search-vector.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.input-border-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 18px;
    top: 0;
    z-index: 9;
}
.container input:checked ~ .checkmark-doctor-search {
    background-color: #008FC5;
    border-color: #008FC5;
}
.input-border-box .checkmark-doctor-search {
    position: absolute;
    left: 10px;
    height: 13px;
    width: 13px;
    border: 1px solid #808080;
    background-color: #fff;
    top: 13px;
    min-width: 13px;
    border-radius: 50%;
}
.input-border-box label {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 18px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #5C5C5C;
}
.input-border-box {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 26px;
    border: 1px solid #ced4da;
    padding: 6px 12px;
    border-radius: 2.5px;
    display: flex;
    align-items: center;
    position: relative;
}
.input-border-box .checkmark-doctor-search {
    position: absolute;
    left: 10px;
    height: 13px;
    width: 13px;
    border: 1px solid #808080;
    background-color: #fff;
    top: 13px;
    min-width: 13px;
    border-radius: 50%;
}
.checkmark-doctor-search {
    position: absolute;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #808080;
    background-color: #fff;
    top: 16px;
    min-width: 14px;
    border-radius: 50%;
}
.container input:checked ~ .checkmark-doctor-search::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.btn-back {
    border: 1px solid #008fc5;
    display: inline-block;
    padding: 3px 12px;
    text-decoration: none;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #008fc5;
    transition: .3s;
    background-color: #fff;
    font-size: 14px;
}
.btn-back:hover {
    background-color: #008fc5;
    color: #fff;
}
.left_Sec_content h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #008FC5;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.left_Sec_content h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background-color: #F58220;
    z-index: 1;
}
.left_Sec_content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 80%;
    max-width: 115px;
    background-color: #C7C7C7;
}
.overview-main-content ul, .overview-main-content ol {
    padding-left: 17px;
}
.circle {
    border: 2px solid #008FC5;
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 29px;
    border-radius: 100%;
    color: #008FC5;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    background: #fff;
}
.step {
    position: relative;
    min-height: 1em;
    color: #5c5c5c;
}
.step>div:first-child {
    position: static;
    height: 0;
}
.step>div:not(:first-child) {
    margin-left: 2.5em;
    padding-left: 1em;
}
.step:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 26px;
    left: 16px;
    height: 100%;
    width: 1px;
    background-color: #008FC5;
    z-index: -1;
    overflow: hidden;
}
.step.step-cust::after{
    display: none;
}
.single-doctor-baner img {
    height: 240px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 250px !important;
}
.single-doctor-baner {
    background-image: url(../img/book-appointment-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.shadow {
    box-shadow: 0 10px 10px #00000008 !important;
}
select {
    background-image: url(../img/select-bg.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 97% center;
    padding-right: 35px !important;
}
.page-item.active .page-link {
    background-color: #008FC5;
    border-color: #008FC5;
}
.page-link {
    color: #008FC5;
}
/*Responsive css*/
@media screen and (max-width: 991.98px){
    .doctor-booking-box img {
        height: auto;
    }
}
@media screen and (max-width: 767.98px){
    section {
        padding: 30px 0;
    }
    .logo-img {
        width: 140px;
    }
    .header-bottom {
        padding: 10px 0 !important;
    }
    .header-top {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .thank-you-content h2 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 0;
    }
    .docto-master-sec {
        padding-bottom: 10px;
    }
    .single-doctor-baner img {
        height: 130px;
        border: 1px solid #ccc;
        width: 130px !important;
        min-width: 130px;
    }
    .single-doctor-baner h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .single-doctor-baner p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0 !important;
    }
    .book-appointment-btn {
        font-size: 14px;
        padding: 7px 15px;
        line-height: 100%;
    }
    .register-form-wrapper input, .register-form-wrapper select {
        margin-bottom: 15px;
    }
    .register-form-wrapper [type=submit] {
        margin-top: 15px !important;
    }
    .register-form-wrapper label {
        margin-bottom: 4px !important;
    }
    .input-border-box {
        margin-bottom: 15px;
    }
}

.ui-datepicker-title select {
    background-image: none;
    padding-right: 0!important;
}


.fullpage-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cf;
}

.pay-by-card-btn {
    background-color: #008FC5;
    color: #fff  !important;
    padding: 6px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.pay-by-upi-btn {
    background-color: #008FC5;
    color: #fff  !important;
    padding: 6px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}