@import url(../../ltr/css/navbar.css);
@import url(../../ltr/css/footer.css);
@import url(../../ltr/css/responsive.css);
@import url(../../ltr/css/rtl.css);

/* Some Edit*/

.main-navbar .navbar .navbar-nav .nav-item a:hover i {
    transform: rotate(90deg);
    transition: var(--transition);
}


.logo-jrms {
    width: 75px;
    height: auto;
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav .logo img {
        max-width: 30px !important;
    }
}

.main-navbar .navbar .others-options .option-item {
    margin-left: 10px;
    margin-right: 0;
}

.navbar-brand {
    margin-right: -40px;
}

.main-navbar .navbar .others-options .option-item .call-info i {
    margin: 0;
}

.default-btn {
    background-color: var(--main-color);
}

.default-btn:before {
    background-color: #990a1b;
    border: 2px solid #990a1b;
}

.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 10% / 50%;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--hover);
    border-color: var(--hover);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: var(--box-shadow)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: var(--box-shadow);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.main-navbar {
    background-color: #fffffffa;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.main-banner-content h1 {
    color: var(--main-color);
}


/* .bsection {
    position: relative;
}

.bsection::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient( to right, rgb(0, 0, 0), rgba(0, 0, 0, 0.45) 100%, transparent 85%);
}       .main-banner-content {
    z-index: 4;
}*/


/* .main-banner-content p {
    position: relative;
}

.main-banner-content p::before {
    content: "";
} */

i.ri-play-circle-fill {
    height: 50px;
    width: 50px;
    background: linear-gradient(var(--main-color), #990a1b);
    border-radius: 50%;
    display: flex;
    font-size: 50px;
    color: #ffffff;
    position: relative;
}

i.ri-play-circle-fill::before {
    content: "\f008";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 50%;
    opacity: 0.7;
}

i.ri-play-circle-fill::after {
    animation: pulse 2s 1s ease-out infinite;
    content: "\f008";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #990a1b;
    border-radius: 50%;
}

@keyframes pulse {
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


/* for custom scrollbar for webkit browser*/

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

 ::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.section-title span {
    display: block;
    margin-bottom: 15px;
    color: var(--black-D-color);
    /* font-size: 25px; */
    font-family: var(--heading-font-family);
    border-right: 5px solid var(--hover);
    background: transparent linear-gradient( 90deg, rgba(11, 1, 2, 0) 0%, rgba(255, 55, 65, 0.3) 100%);
    padding: 10px 10px 10px 15px;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.section-title span::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    display: flex;
    background: var(--main-color);
    bottom: -8px;
    right: 0;
}

.section-title h2 {
    font-weight: 500;
    font-size: 4vw;
}

.section-title h2 b {
    color: var(--main-color);
}

.single-footer-widget .footer-information li i {
    transition: var(--transition);
}

.single-footer-widget .footer-information li i:hover {
    color: var(--black-color);
    transition: var(--transition);
}

.footer-span {
    font-size: 13px !important;
}

.footer-h4 {
    font-weight: 700 !important;
}

.appointment-content {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    border-radius: 3px 0 0 3px;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.appointment-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: rgba(238, 238, 238, 1);
    width: 96%;
    opacity: 0.42;
    height: 3%;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
}

.appointment-content form .form-group .form-control,
.appointment-content form .form-group .nice-select {
    border-radius: 50px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .07);
    padding-left: 10px;
    height: 44px;
    left: 24px;
    line-height: 44px;
    transition: var(--transition);
}

.appointment-content form .form-group .form-control:hover,
.appointment-content form .form-group .nice-select:hover {
    background-color: transparent;
    border-radius: 0;
}

.appointment-content form .form-group .form-control:focus {
    border-color: var(--hover) !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(153 10 27 / 25%);
}

.appointment-content form .form-group .icon {
    color: var(--main-color);
    right: auto;
    left: 0px;
    top: 27px;
    font-size: 24px;
}

.appointment-content form .form-group .nice-select .list .option:hover {
    background-color: var(--hover) !important;
    color: #ffffff;
}

textarea#message {
    height: 150px;
    transition: var(--transition);
}

textarea#message:hover {
    border-radius: 4px;
}

.portfolio-list-tab .tabs {
    display: flex;
    margin-top: -58px;
    margin-bottom: 1px;
}

@media only screen and (min-width: 276px) and (max-width: 767px) {
    .portfolio-list-tab .tabs {
        display: flex;
        overflow-x: scroll;
    }
}

.portfolio-list-tab .tabs li.current,
.portfolio-list-tab .tabs li a {
    color: #020202;
}

.portfolio-list-tab .tabs li {
  
    background-color: transparent;
    text-align: center;
    padding: 2px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 3px 8px 0px #fbfbfb;
    width: fit-content;
    box-sizing: border-box;
    font-size: 18px;
}

.wBackground {
    background: url(../images/Jrms/w1.jpg);
    background-color: #e10f28;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.wb:hover {
    background-color: #020202 !important;
    border: 2px solid #020202 !important;
}

.wb1:hover {
    background-color: #282828 !important;
    border: 2px solid #282828 !important;
}

.single-services-box:hover::before {
    background-color: #020202;
    opacity: .90;
}

.single-services-box .icon,
.single-services-box .read-more-btn {
    color: var(--main-color);
    font-family: unset;
}

.single-services-box:hover .read-more-btn:hover {
    color: var(--hover);
}


/* .portfolio-list-tab .tabs {
    background-color: #020202;
} */


/* prossBar {
    background-color: #020202;
} */

.single-services-box {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    border-top: 1px solid rgba(238, 238, 238, 1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: auto;
    left: -250px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover i {
    transform: rotate(-180deg);
}

sec-pad-with-content-margin-30 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.circular-progress {
    width: 154px;
    height: 154px;
    position: relative;
    display: inline-block;
}

.circular-progress>svg {
    width: 100%;
    display: block;
}

.circular-progress .other-ball {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--hover);
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.circular-progress .other-ball:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.single-progress-bar {
    margin-bottom: 30px;
}

.single-progress-bar .top-box {
    position: relative;
}

.single-progress-bar .top-box .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #26263e;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.single-progress-bar h3 {
    margin: 0;
    font-size: 16px;
    color: #787887;
    font-weight: 500;
    margin-top: 25px;
}

.s-p::before {
    content: '%';
    position: absolute;
    top: 2px;
    left: -23px;
}

.wBackground1 {
    background: url(../images/Jrms/w2.jpg);
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.book-appointment-inner-box {
    background-image: url(../images/services/services-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding-left: 50px;
    padding-right: 50px;
    height: 160px;
    overflow: hidden;
}

.ik2 {
    max-width: 130px;
}

.single-doctor-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 10px 55px 5px rgb(137 173 255 / 10%);
    box-shadow: 0 10px 55px 5px rgb(137 173 255 / 10%);
    padding: 0;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-doctor-box .doctor-image img {
    display: inline-block !important;
    width: auto !important;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-doctor-box .doctor-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.single-doctor-box .doctor-image::before {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: 0.6s;
    background-color: #f1f1f16b;
}

.single-doctor-box .doctor-image .details-btn {
    -webkit-transform: translate3d(0, 500%, 0);
    -moz-transform: translate3d(0, 500%, 0);
    -ms-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
    transition: 0.6s;
}

.single-doctor-box:hover .doctor-image .details-btn {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.6s;
    margin: -25px -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-doctor-box:hover .doctor-image::before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.single-doctor-box:hover .doctor-image img {
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

i.ri-eye-line {
    color: var(--hover);
}

.single-doctor-box .doctor-image .details-btn:hover {
    background-color: #020202;
    color: #fff;
}

.single-doctor-box .doctor-image .details-btn:hover i.ri-eye-line {
    color: #fff;
}


/*     
    .out-right {
        -webkit-animation: out-right 300ms ease 0ms 1 forwards;
        -moz-animation: out-right 300ms ease 0ms 1 forwards;
        animation: out-right 300ms ease 0ms 1 forwards;
    }
    
    @-webkit-keyframes out-right {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    }
    
    @-moz-keyframes out-right {
        from {
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        to {
            -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    }
    
    @keyframes out-right {
        from {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            -ms-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }
    } */

#map {
    width: 100%;
    height: 450px;
}

body {
    overflow-x: hidden !important;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    margin-bottom: 30px;
    color: var(--hover);
    font-size: 18px;
    font-weight: 700;
}

.single-footer-widget .opening-hours {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: unset;
}

.single-footer-widget .opening-hours li {
    color: var(--hover);
    border-bottom: 1px solid #393c49;
    overflow: hidden;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.single-footer-widget .opening-hours li span {
    float: left;
}

.title-section,
.section-title h2 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: 0.5s;
    padding-bottom: 10px;
}

.title-section::after,
.section-title h2::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/Jrms/after-title.svg);
}


/* .main-navbar .navbar .navbar-nav .nav-item:hover a {
    -webkit-mask-image: -webkit-linear-gradient( 165deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;
    color: inherit;
} */