/*
Template Name: Homehead - Multi Services Provider HTML Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/
/*
    - Body
    - Sizes
    - Form
    - Buttons
    - Colors
    - Slider
    - Navbar
    - Dropdown
    - Homepage Search Form
    - Review
    - App Section
    - Homepage Two Search Form
    - Custom Bootstrap
    - My Account
    - Footer
    - Inner Banner
    - Extra
    - Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&amp;display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* Body */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #0072d9;
}
p {
    line-height: 1.7;
}

/* Sizes */
.ch-10 {
    height: 10px
}
.ch-20 {
    height: 20px
}
.ch-30 {
    height: 60px
}
.ch-40 {
    height: 40px
}
.ch-50 {
    height: 50px
}
.ch-60 {
    height: 60px
}
.ch-70 {
    height: 70px
}
.ch-80 {
    height: 80px
}
.cw-10 {
    width: 10px;
    min-width: 10px
}
.cw-20 {
    width: 20px;
    min-width: 20px
}
.cw-30 {
    width: 30px;
    min-width: 30px
}
.cw-40 {
    width: 40px;
    min-width: 40px
}
.cw-50 {
    width: 50px;
    min-width: 50px
}
.cw-60 {
    width: 60px;
    min-width: 60px
}
.cw-70 {
    width: 70px;
    min-width: 70px
}
.cw-80 {
    width: 80px;
    min-width: 80px
}    
.mt-n6{
    margin-top: -6rem;
}
.icon-sm{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-pic {
    height: 60px;
    width: 60px;
}
.icon{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form */
.services-search-form .form-control {
    height: 60px;
}
.form-control {
    border: 1px solid #dddfe2;
}
.form-check.form-switch .form-check-input {
    border-radius: 50px !important;
}
.form-control, .form-select {
    box-shadow: none !important;
}
.form-control-sm {
    font-size: 13px !important;
    height: 33px;
    min-height: auto;
}
.form-control {
    border-radius: 7px;
    font-size: 15px;
    padding: 7px 12px;
    min-height: 40px;
}
.form-select {
    border-radius: 7px;
    font-size: 15px;
    padding: 7px 12px;
    min-height: 40px;
    color: #595c5f;
}
.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 5px !important;
    border-color: #dddfe2;
    margin-top: 0px;
}
.form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}
.form-label {
    color: #1c2838;
    font-size: 13px;
}
.form-check-label {
    color: #595c5f;
    font-size: 13px;
}
.form-control-lg {
    padding: 16px 24px;
    min-height: 58px;
    font-size: 16px;
}
.form-select-lg {
    padding: 16px 24px;
    min-height: 58px;
    font-size: 16px;
}
.form-floating-space .form-floating>label {
    padding: 17px 19px;
}
.form-floating-space .form-floating>.form-control {
    padding-left: 19px;
}

/* Buttons */
.btn {
    font-size: 15px;
    border-radius: 7px;
    min-height: 40px;
    padding: 7px 17px;
}
.btn-outline-primary{
    border-color: #0072d9;
    color: #0072d9;
}
.btn-outline-primary:hover{
    border-color: #0072d9;
    color: #ffffff !important;
    background: rgb(0,114,217);
    background: linear-gradient(86deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-primary{
    border-color: #0072d9;
    background: rgb(0,114,217);
    background: linear-gradient(86deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-primary:hover{
    border-color: #0072d9;
    background: rgb(0,114,217);
    background: linear-gradient(315deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}
.btn-sm {
    padding: 6px 12px;
    min-height: 33px;
    font-size: 13px !important;
    height: 33px;
}
.btn-outline-secondary {
    border-color: #dddfe2 !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #e6f3ff;
    border-color: #7bc1ff !important;
    color: #0072d9;
}
.btn-outline-secondary:hover{
    background: #e6f3ff;
    border-color: #7bc1ff !important;
    color: #0072d9;
}
.btn-lg {
    padding: 16px 28px !important;
    min-height: 58px !important;
    font-size: 16px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background: rgb(0,114,217);
    background: linear-gradient(315deg, rgba(0,114,217,1) 0%, rgba(0,185,251,1) 100%);
}

/* Colors */
.text-primary{
    color: #0083ff !important;
}
.text-primary {
    background: -webkit-linear-gradient(0deg, #0072d9 0%, #00b9fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-bottom, .border-end, .border-start, .border-top, .border {
    border-color:rgb(236, 239, 241) !important;
}

/* Slider */
.slick-arrow {
    background: #fff !important;
    width: 45px !important;
    height: 45px  !important;
    border-radius: 50px  !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    z-index: 9  !important;
}
.slick-prev:before, .slick-next:before {
    color: #000  !important;
    font-size: 26px  !important;
    font-weight: 700  !important;
}
.slick-prev:before {
    content: "\ea64" !important;
    font-family: remixicon !important;
    font-style: normal;
}
.slick-next:before {
    content: "\ea6e" !important;
    font-family: remixicon !important;
    font-style: normal;
}
.slick-prev {
    left: -16px !important;
}
.slick-next {
    right: -19px !important;
}
.slick-arrow:hover {
    background: #0083ff !important;
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: #ffffff  !important;
}
.slider-five {
    margin: 0 0 0 -6px;
}

/* Navbar */
.brand img {
    height: 30px;
}
.osahan-nav .navbar-nav .nav-item {
    margin: 0 15px;
}
.osahan-nav .navbar-nav .nav-link {
    padding: 28px 0px;
}
.osahan-inner-banner nav, .osahan-inner-banner div, .osahan-inner-banner .svg-border-rounded svg {
    z-index: 1;
}
.osahan-inner-banner nav.osahan-nav {
    position: relative;
    z-index: 9;
}

/* Dropdown */
.dropdown-menu {
    padding: 8px;
    border-radius: 10px;
}
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    padding: 5px 10px;
}
.osahan-sidebar-links .dropdown-item {
    font-size: 15px;
    padding: 12px 15px;
    color: #595c5f;
    border-radius: 8px;
    margin: 2px 0;
}
.osahan-sidebar-links .dropdown-item.active, .osahan-sidebar-links .dropdown-item:hover {
    background: #ebf6ff;
    color: #0076db;
}

/* Homepage Search Form */
.services-search-form .form-floating {
    width: 100%;
}
.services-search-form .form-floating .form-control {
    box-shadow: none;
}
.services-search-form-zip {
    width: 240px !important;
    margin: 0;
}
.services-search-form-zip .form-control {
    border-radius: 0px;
    border-right: 0px;
}
.services-search-form-service .form-control {
    border-radius: .3rem 0rem 0rem .3rem;
}
.services-search-form .btn {
    padding: 11px 17px;
    font-size: 23px;
    border-radius: 0rem .3rem .3rem 0rem;
    min-height: 58px;
}
.services-search-form .form-floating>label {
    padding: 17px 19px;
    font-size: 15px;
}
.services-search-form .form-floating>.form-control {
    padding-left: 19px;
}

/* Review */
.review-item .img-fluid {
    height: 55px;
    width: 55px;
    object-fit: cover;
}

/* App Section */
.app-icon {
    height: 40px;
}

/* Homepage Two Search Form */
.one-hero-header {
    background-image: url(../img/one-hero.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.one-hero-header .banner-search {
    z-index: 9;
    position: inherit;
}
.one-hero-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.hero-header {
    background-image: url(../img/hero-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-header .banner-search {
    z-index: 9;
    position: inherit;
}
.hero-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.all-services {
    margin-top: -70px;
}
.box img {
    height: 50px;
    margin: auto;
}
.box {
    text-align: center;
}
.box:hover p {
    color: #0083ff !important;
}

/* Custom Bootstrap */
.rounded-4 {
    border-radius: 10px;
}
.bg-primary {
    background-color: #0083ff !important;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    width: 125px;
    display: block;
    height: 38px;
}

/* My Account */
.quantity-btns .form-control {
    width: 23px;
    padding: 0px;
    border: none !important;
    height: 31px;
    min-height: auto;
}
.quantity-btns .btn {
    border: none !important;
    border-radius: 7px !important;
    height: 29px !important;
    min-height: 29px;
}
.quantity-btns {
    border: 1px solid #dddfe2;
    border-radius: 7px;
    align-items: center;
    padding: 0 1px;
}
.osahan-user-header{
    background-image: url(../img/hero-background.jpg);
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 400px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    max-width: 1350px;
    margin: auto;
}
.osahan-sidebar {
    margin-top: -120px;
    position: relative;
}
.osahan-sidebar .profile-img {
    height: 120px;
    width: 120px;
}
.sidebar-fixed {
    position: sticky;
    top: 25px;
}
.sticky-sidebar {
    position: sticky;
    top: 2px;
}

/* Footer */
footer a {
    text-decoration: none;
    color: #ffffff;
}

/* Inner Banner */
.osahan-inner-banner {
    background-image: url(../img/hero-background.jpg);
}
.osahan-inner-banner:after {
    content: "";
    position: absolute;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}

/* Extra */
.border-right-0{
    border-right: 0px;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}
.form-check-input.radio-osahan {
    border-radius: 50px !important;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.date-btns .btn {
    padding: 6px 0;
    height: auto;
    font-size: 13px;
    min-width: 66px;
}
.date-btns .btn span.h5 {
    font-size: 24px;
    font-weight: 700;
}
.time-btns .btn {
    font-size: 14px;
    padding: 9px 0px;
    height: auto;
}
.mb-n8{
    margin-bottom: -8rem;
}
.mt-18 {
    margin-top: -18px;
}
.btn-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ball{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    display: block;
    width: 2px;
    margin-left: 12px;
    text-align: center;
    height: 100%;
}
.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}
.bg-appointment {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/site/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.partner-logo{
    height: 6rem;
    width: 8rem;
}

/* Mobile Media */
@media(max-width: 576px) {
    .service-single-nav .col-2 {
        width: 33%;
        flex: none;
        margin-bottom: 20px;
    }
    .service-single-nav {
        flex-wrap: wrap;
        margin: 30px 0 !important;
    }
    .service-single-nav .col-2 img {
        width: 60px;
    }
    .my-booking-list {
        display: block !important;
    }
    .my-booking-list .ms-auto.d-flex.align-items-center.gap-3.text-center.small {
        width: 100%;
        margin-top: 18px;
    }
    .my-booking-list .ms-auto.d-flex.align-items-center.gap-3.text-center.small .btn {
        width: 100%;
    }
    .my-booking-list .w-75 {
        width: 100% !important;
    }
}

@media(max-width: 768px) {
    .py-5.footer.bg-dark {
        display: none;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-copyright span.me-3.text-black {
        width: 100%;
        margin: 0 0 7px 0px !important;
        display: block;
    }
    .footer-copyright .mx-3.text-decoration-none {
        margin: 0px 8px !important;
    }
    .footer-copyright .col-md-4.text-end {
        margin: 7px 0 0 0 !important;
        text-align: center !important;
    }
    .osahan-user-header {
        border-radius: 0px;
    }
    .osahan-user-header .btn {
        display: none;
    }
    .rounded-4.border.osahan-sidebar.bg-white {
        margin-bottom: 40px;
    }
    .book-item.px-2 {
        padding: 0px !important;
    }

    .slick-arrow {
        width: 32px !important;
        height: 32px !important;
        border-radius: 9px !important;
    }
    .slick-prev {
        left: 12px !important;
    }
    .slick-next {
        right: 10px !important;
    }
    .py-5.footer {
        display: none;
    }
    .osahan-item-list {
        flex-direction: column-reverse;
    }
    .osahan-item-list .col-10,.osahan-item-list .col-2 {
        width: 100%;
    }
    .osahan-item-list .col-2 .position-absolute.start-0.end-0.mt-18 {
        right: 15px !important;
        left: auto !important;
        bottom: 15px;
    }
    .osahan-item-list .col-2 .text-center.position-relative.mb-3 {
        margin-bottom: 0px !important;
    }
}

@media(max-width: 992px) {
    .osahan-nav {
        padding:12px 0!important
    }
    .osahan-nav .navbar-toggler {
        padding: 3px 4px
    }
    .osahan-nav .navbar-nav .nav-link {
        text-align: center;
        padding: 12px 11px
    }
    .osahan-nav .navbar-collapse .ms-3 {
        margin: 8px 0 0px 0px !important;
        text-align: center;
    }
    .osahan-nav .dropdown-menu .dropdown-item {
        text-align: center
    }
    .py-5.footer.bg-dark {
        display: none;
    }
    .footer-copyright .mx-3.text-decoration-none {
        display: none;
    }
    .osahan-user-header .btn {
        display: none;
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:100%
    }
   
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}

@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1220px
    }
}
