:root {
    --main-color: #EB2C2C;
    --black: #0C1D1D;
}

@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 2px;
}

@font-face {
    font-family: Bahij;
    src: url(../fonts/Bahij_TheSansArabic-Plain.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Bahij;
}

.container {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: 600;
    line-height: 1.5;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 26px;
}

img {
    max-width: 100%;
}

a {
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
}

.btn {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    flex-shrink: 0;
    font-size: 16px;
    max-width: 100%;
    font-weight: 600;
    transition: all .3s;
}

.btn2 {
    background-color: #fff;
    color: var(--main-color);
}

.btn_border {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

.d-flex {
    display: flex;
    align-items: center;
}

.clicker {
    display: none !important;
}

.overlay .closebtn {
    display: none;
}

.header {
    padding: 35px 0;
    position: relative;
    z-index: 999;
}

.navigation .logo {
    width: 110px;
    max-width: 100%;
}

.logo2 {
    display: none;
}

.navigation .navbar-default {
    width: 100%;
    background-color: transparent;
    border: none;
    margin: 0;
}

.navigation .navbar-default .navbar-nav {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 7px;
}

.navigation .navbar-default .navbar-nav li {
    margin: 0 5px;
}

.navigation .navbar-default .navbar-nav li:last-child {
    margin-left: 0;
}

.navigation .navbar-default .navbar-nav li:first-child {
    margin-right: 0;
}

.navigation .navbar-default .navbar-nav li a {
    font-size: 14px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    border: none;
    padding: 0 25px;
    border-radius: 50px;
    transition: all 0.3s;
}

.navigation .navbar-default .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #a6c134;
    margin-left: 20px;
    font-size: 16px;
}

.navigation .navbar-default .dropdown-toggle span,
.navigation .navbar-default .dropdown-toggle img,
.navigation .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background-color: #ffffff;
    color: var(--black);
}

.navigation .col-md-10 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .col-md-10 .btn_group {
    flex-wrap: nowrap;
    gap: 15px;
}

.opacity {
    display: none !important;
}

.login_user {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.login_user img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.login_user span {
    font-weight: 600;
    color: #fff;
}

.black .navigation .navbar-default .navbar-nav li a {
    color: #000;
}

.black .navigation .navbar-default .navbar-nav {
    border-color: #000;
}

.black .navbar-default .navbar-nav>li.active>a,
.black .navbar-default .navbar-nav>li.active>a:focus,
.black .navbar-default .navbar-nav>li.active>a:hover,
.black .navbar-default .navbar-nav>li>a:hover {
    background-color: var(--black);
    color: #fff !important;
}

.black .btn2 {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.black .btn2:hover {
    background-color: #fff;
    color: var(--black);
    border: 1px solid var(--black);
}

.black .login_user span {
    color: var(--black);
}

.hero {
    padding: 100px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-top: -130px;
    padding-top: 130px;
    position: relative;
    height: 100vh;
    align-items: flex-end;
    display: flex;
}

.hero .img_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-45deg, black, transparent);
}

.hero .hero_content {
    width: 768px;
    max-width: 90%;
}

.hero h1 {
    font-size: 34px;
    line-height: 50px;
    color: #fff;
}

.hero p {
    font-size: 18px;
    margin: 30px 0;
    color: #fff;
    line-height: 30px;
}

.hero .btn {
    background-color: #E32121
}

.hero .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.hero .owl-dot {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50px;
    margin: 10px 0;
    transition: all .3s;
}

.hero .owl-dot.active {
    height: 60px;
    background-color: var(--main-color);
}

.about {
    padding: 60px 0;
}

.about .row {
    display: flex;
    flex-wrap: wrap;
}

.about h2 {
    margin-top: 0;
    font-size: 24px;
}

.about h3 {
    font-size: 21px;
}

.about .about_block {
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    height: 100%;
    padding: 50px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 500px;
}

.about .about_block h3 {
    font-size: 26px;
}

.about .about_block .btn {
    margin-top: 10px;
}

.about img {
    border-radius: 24px;
    width: 100%;
}

.about .block {
    margin-bottom: 20px;
}

.about .block .text {
    display: flex;
    gap: 20px;
}

.about .block .text h3 {
    width: 40%;
}

.about .block .text p {
    width: 60%;
    margin-top: 20px;
}

.brand {
    padding: 50px 0;
}

.brand_slider {
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    padding: 20px 0;
}

.branches {
    padding: 50px 0;
}

.branches h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.branches .branch_block {
    border: 1px solid #DADDE2;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
    transition: all .3s;
}

.branches .branch_block img {
    border-radius: 12px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.branches .branch_block h3 {
    font-size: 24px;
    color: #000;
    transition: all .3s;
}

.branches .branch_block h3:hover {
    color: var(--main-color);
}

.branches .branch_block h6 {
    font-size: 12px;
    color: #E71313;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 7px;
}

.text_muted {
    color: #6A7686 !important
}

.branches .branch_block a:last-child {
    font-size: 18px;
    color: #0F1113;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.branches .branch_block a:last-child i {
    color: var(--main-color);
}

.branches .branch_block:hover a {
    color: var(--main-color) !important;
}

.branches .branch_block:hover {
    border-color: var(--main-color);
}

.branches .btn {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    width: 200px;
}

.experts {
    padding: 60px 0;
    background-color: #151515;
    color: #fff;
}

.experts .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.experts .btn:not(.btn_border) {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30%;
    background-color: #ED3B3B;
}

.experts .expert_block .img_wrapper {
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
}

.experts .expert_block img {
    width: 100%;
    border-radius: 24px;
    min-height: 100%;
    transition: all .3s;
}

.experts .expert_block:hover img {
    transform: scale(1.2);
}

.experts .expert_block .text {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.experts .expert_block .text h2 {
    font-size: 16px;
}

.experts .expert_block .text h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    color: #768293 !important;
}

.experts .expert_block .text .btn {
    color: #fff !important;
    padding: 0 20px;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    /* cursor: default; */
}

.experts .owl-nav {
    display: flex;
    gap: 25px;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    right: -34%;
    top: 75%;
}

.experts .owl-nav .owl-prev,
.experts .owl-nav .owl-next {
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    padding: 0;
}

.review {
    padding: 80px 0;
}

.review .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review .col-md-6{
    padding-left: 20px;
    padding-right: 20px;
}
.review img {
    border-radius: 24px;
    width: 100%;
}

.review h2 {
    color: var(--main-color);
    font-size: 18px;
}

.review p {
    font-size: 20px;
    line-height: 30px;
}

.review .rate li {
    padding: 0;
    color: #FF9807;
}

.review h6 {
    font-size: 16px;
}

.owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.owl-dot {
    width: 9px;
    height: 9px;
    background-color: #DDDBDC;
    border-radius: 50px;
    margin: 8px 0;
    transition: all .3s;
}

.owl-dot.active {
    background-color: var(--main-color);
}

.review .owl-nav {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.review .owl-nav .owl-prev,
.review .owl-nav .owl-next {
    color: #000;
}

.work {
    padding: 60px 0;
}

.work h2 {
    font-size: 40px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
    margin-top: 0;
}

.work .work_block {
    height: 500px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.work .work_block img {
    width: 100%;
    min-height: 100%;
    border-radius: 24px;
}

.work .work_block .img_overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, black, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

.work .work_block h2 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-size: 26px;
}

.work .owl-stage {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.work .owl-item {
    border-radius: 24px;
    height: 500px;
    transition: all .3s;
}

.work .owl-item.center+.owl-item {
    width: 30% !important;
    max-width: 60%;
    z-index: 99;
}

.contact {
    padding: 70px 0;
}

.contact img {
    width: 100%;
    border-radius: 24px;
}

.contact h2 {
    font-size: 40px;
    color: #000;
    margin-top: 0;
}

form {
    margin-top: 30px;
}

form .form-group {
    position: relative;
    margin-bottom: 15px;
}

form .form-control {
    background-color: #EDEDED;
    border-radius: 50px;
    height: 60px;
    border: 1px solid transparent;
    box-shadow: none;
    padding-right: 50px;
    color: var(--black);
}

form .form-control:focus {
    box-shadow: none;
    border-color: var(--main-color);
    background-color: #fff;
}

form img {
    width: 18px !important;
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--black);
    transform: translateY(-50%) rotateY(180deg);
    border-radius: 0 !important;
}

form i {
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--black);
    transform: translateY(-50%) rotateY(180deg);
}

form label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #605F5F;
    margin: 30px 0;
}

form input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin: 0;
}

form label a {
    color: #000;
    font-weight: 600;
}

form label a:hover {
    color: var(--main-color);
}

form .btn {
    height: 60px;
    width: 100%;
}

.toggle-password {
    right: auto;
    left: 20px;
    cursor: pointer;
}

.contact p {
    color: #757575;
    font-size: 14px;
}

.contact p a {
    color: var(--main-color);
    text-decoration: underline;
}

.contact .info {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.contact .info li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact .info li img {
    width: 24px;
    border-radius: 0;
    transform: rotateY(180deg);
}

footer {
    background-color: #FAFAFB;
}

footer .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
}

footer .footer_top .footer_logo {
    width: 140px;
}

footer .social {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 50px;
    padding: 10px;
    margin: 30px 0;
}

footer .social a {
    display: flex;
}

footer .social i {
    font-size: 24px;
    color: var(--main-color);
}

footer .social img {
    width: 24px;
}

footer .links {
    margin-bottom: 0;
}

footer .links a {
    font-size: 16px;
    color: #3E3E59;
    transition: all .3s;
}

footer .links a:hover {
    color: var(--main-color);
}

footer .copyright p {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

footer .copyright p img {
    height: 20px;
    margin: 0 8px;
}

.totop {
    width: 40px;
    height: 70px;
    color: #fff !important;
    background-color: var(--main-color);
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.signup {
    padding: 15px 0;
}

.signup .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.signup .signup_content {
    width: 70%;
    margin: 0 15%;
}

.signup img.main_img {
    width: 100%;
    border-radius: 24px;
    height: calc(100vh);
    object-fit: cover;
    object-position: top;
}

.signup .logo {
    width: 120px;
}

.signup h1 {
    color: #000;
}

.signup h2 {
    font-size: 20px;
    margin-top: 0;
}

.signup h2 a {
    color: var(--main-color);
}

.signup form .form-group:last-child {
    margin-bottom: 0;
}

.signup .d-flex {
    justify-content: space-between;
    align-items: center;
}

.signup .country_code {
    position: absolute;
    left: 1px;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 3px;
    transform: translateY(-50%);
    background-color: #e0e0e0;
    height: 58px;
    padding: 0 8px 0 15px;
    border-radius: 50px 0 0 50px;
}
.signup .country_code img {
    position: static;
    transform: none;
}

.about_hero {
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    padding: 70px 50px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.about_hero .img_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-45deg, black, transparent);
    border-radius: 24px;
}

.about_hero .text {
    width: 500px;
    max-width: 100%;
    z-index: 99;
    position: relative;
}

.about_hero .text h5 {
    font-size: 20px;
}

.about_hero .text h1 {
    font-size: 40px;
}

.about_hero .text .btn {
    margin-top: 20px;
}

.breadcrumb {
    padding: 0 15px;
    margin-bottom: 20px;
    background-color: transparent;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -30px;
}

.breadcrumb>li {
    display: inline-block;
    font-weight: bold;
    line-height: 30px;
}

.breadcrumb>.active {
    color: #000 !important;
}

.breadcrumb>li a {
    color: #858585;
}

.services {
    padding: 40px 0px;
}

.services h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0;
}

.services .service_block {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 24px;
    padding: 10px;
}

.services .service_block .img_wrapper {
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.services .service_block img {
    width: 100%;
    border-radius: 24px;
    min-height: 100%;
    transition: all .4s;
}

.services .service_block:hover img {
    transform: scale(1.05);
}

.services .service_block .img_overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(235 44 44 / 55%) 20%, transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 15px;
    transition: all .4s;
}

.services .service_block .img_overlay .btn {}

.services .service_block:hover .img_overlay {
    top: 0;
}

.services .service_block .text {
    padding: 0 5px;
}

.services .service_block .text h2 {
    font-size: 16px;
}

.services .service_block .text h3 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}

.services .service_block .text .d-flex {
    gap: 10px;
    justify-content: space-between;
}

.services .service_block .text .d-flex h2 {
    margin: 0;
}

.price span {
    text-decoration: line-through;
}

.nav-tabs {
    border: 1px solid rgb(12 29 29 / 40%) !important;
    padding: 8px 5px !important;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.nav-tabs>li>a {
    margin: 0 5px;
    border-radius: 50px;
    background-color: transparent;
    color: var(--black);
    font-weight: 600;
    border: none !important;
    padding: 10px 30px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.service_single {
    padding: 40px 0;
}

.service_single .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.service_single .breadcrumb {
    text-align: right;
    padding: 0;
    margin: 0;
}

.service_single .service_slider,
.service_single .owl-stage-outer,
.service_single .owl-stage,
.service_single .owl-item,
.service_single .item {
    height: 100%;
    margin-bottom: 20px;
    border-radius: 24px;
}

.service_single .service_img {
    border-radius: 24px;
    height: 100%;
}

.service_single .owl-dots {
    bottom: 30px;
}

.service_single .title {
    align-items: baseline;
    justify-content: space-between;
}

.service_single .title .btn_border {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: rgb(235 44 44 / 10%);
    cursor: default;
    box-shadow: none !important;
}

.service_single p {
    margin-top: 20px;
    font-size: 18px;
}

.service_single h2.price {
    font-size: 26px;
}

.service_single h2.price span {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 18px;
    margin: 0 10px;
}

.service_single form .form-group {
    margin-bottom: 25px;
}

.service_single .worker_picker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid rgb(12 29 29 / 25%);
    border-radius: 15px;
    padding: 15px;
    gap:15px;
}

.service_single .worker_picker label {
    width: 31%;
    min-width: 185px;
    margin: 0;
    gap: 10px;
    cursor: pointer;
}
.service_single .worker_picker .serv label {
    width: 44%;
    margin: 0;
    gap: 10px;
    cursor: pointer;
}

.service_single .worker_picker label img {
    position: static;
    width: 60px !important;
    height: 60px;
    transform: none;
    border-radius: 8px !important;
}

.service_single .worker_picker label:hover {
    border-color: var(--main-color);
}

.service_single .btn_group {
    justify-content: space-between;
}

.service_single .btn_group .btn {
    width: 75%;
    line-height: 60px;
}

.service_single .btn_group .btn.share {
    width: 23%;
    position: relative;
    border: 1px solid rgb(12 29 29 / 25%);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    font-size: 13px;
}

.service_single .btn_group .btn.share i {
    position: static;
    transform: none;
    transition: all .3s;
}

.service_single .btn_group .btn.share:hover {
    background-color: transparent;
    color: var(--main-color);
    border-color: var(--main-color);
}

.service_single .btn_group .btn.share:hover i {
    color: var(--main-color);
}

.service_single .info,
.services .info {
    margin-bottom: 20px;
}

.service_single .info h2,
.services .info h2 {
    border-bottom: 2px solid #000;
    line-height: 45px;
    display: inline-block;
}

.service_single .info p,
.services .info p {
    line-height: 36px;
    margin-top: 0;
}

.service_single .info .info_content {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: -10px;
}

.services .info .info_content {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 20px;
}

.service_single .info .shift,
.services .info .shift {
    gap: 10px;
    flex-wrap: wrap;
}

.service_single .info .shift span,
.services .info .shift span {
    border: 1px solid var(--main-color);
    padding: 6px 10px;
    border-radius: 20px;
}

.service_single form .form-group.date .form-control {
    padding-right: 16px;
    padding-left: 50px;
}

.service_single form .form-group.date i {
    left: 20px;
    right: auto;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    border-radius: 20px;
}

.swal2-rtl .swal2-close {
    display: block !important;
    color: #000;
    margin-top: -10px;
    font-size: 38px;
}

.time-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    border: 1px solid rgb(12 29 29 / 25%);
    border-radius: 15px;
    padding: 15px;
}

.time-option {
    position: relative;
    margin: 3px 0;
}

.time-option:hover .time-label {
    border-color: var(--main-color);
    background-color: transparent;
    color: var(--main-color);
}

.time-checkbox {
    display: none;
}

.time-label {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
}

.time-checkbox:checked+.time-label {
    border-color: var(--main-color);
    background-color: transparent;
    color: var(--main-color);
}

.profile-container {
    display: flex;
    gap: 15px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.profile-card {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-card .profile-content {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(12 29 29 / 25%);
    padding: 10px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.profile-card .profile-content:hover {
    border-color: var(--main-color);
}

.profile-card .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.profile-card .profile-info {
    display: flex;
    flex-direction: column;
}

.profile-card .profile-name {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
}

.profile-card .profile-role {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.profile-input {
    display: none;
}

.profile-input:checked+.profile-content {
    border-color: var(--main-color);
    color: var(--main-color);
}

.profile-card:hover {
    border-color: var(--main-color);
}

.profile-input:checked+.profile-content .profile-name,
.profile-input:checked+.profile-content .profile-role {
    color: var(--main-color);
}

.services_hero {
    background-image: url(../images/about_hero.png);
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    padding: 150px 15px;
    color: #fff;
    position: relative;
    text-align: center;
}

.services_hero .img_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    border-radius: 24px;
}

.services_hero h1 {
    font-size: 50px;
    position: relative;
    z-index: 99;
    margin-top: 0;
}

.services_hero .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}

.services_hero .breadcrumb>li a {
    color: #a9a9a9;
}

.services_hero .breadcrumb>.active {
    color: #fff !important;
}

.services .branch_info {
    list-style: none;
    padding: 0;
}

.services .branch_info li {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
}

.map iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}

.pagination {
    margin: 30px auto;
    display: table;
}

.pagination>li>a,
.pagination>li>span {
    width: 35px;
    height: 35px;
    color: var(--black);
    background-color: #fff;
    border-color: #ddd;
    border-radius: 6px !important;
    margin: 0 3px !important;
    text-align: center;
    line-height: 35px;
    padding: 0 3px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #eee;
}

.navigation .navbar-default .navbar-nav li.d-flex {
    display: flex !important;
    justify-content: space-between;
}

.navigation .navbar-default .navbar-nav li.d-flex .btn {
    width: 48% !important;
    font-size: 13px;
    background-color: transparent !important;
    margin-bottom: 20px !important;
    border: 1px solid var(--black);
    color: var(--black) !important;
    height: 40px;
    line-height: 40px;
}

@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (max-width: 1200px) {
    .navigation .navbar-default .navbar-nav li a {
        padding: 0 20px;
    }
}

@media (min-width:992px) {
    .hidden-lg.hidden-md {
        dispaly: none !important;
    }
}

@media (max-width: 992px) {
    .hidden-sm.hidden-xs {
        dispaly: none !important;
    }

    .hero {
        height: auto;
        min-height: 480px;
    }

    .about h2 {
        margin: 20px 0
    }

    .navigation .navbar-default {
        width: 0;
    }

    .navigation .col-md-10 {
        flex-direction: row-reverse;
    }

    .navigation .col-md-10 .btn_group {
        width: 100%;
        justify-content: flex-end;
        gap: 10px;
    }

    .navigation .col-md-10 .btn_group .btn {
        font-size: 15px;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        transform: rotateY(180deg);
    }

    .hero h1 {
        font-size: 35px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .signup h2 {
        font-size: 16px;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .logo2 {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

    .clicker {
        display: table !important;
        cursor: pointer;
        font-size: 22px;
        float: left;
        color: #fff;
        transition: all 0.3s;
        z-index: 9999;
        margin: 9px 0;
        margin-right: 5px;
    }

    .navbar-default {
        padding-bottom: 0 !important;
    }

    #body-overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999;
        left: 0;
        top: 0;
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.72);
        display: none;
    }

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999999999;
        right: 0;
        top: 0;
        background-position: center;
        background-color: #fff !important;
        overflow-y: hidden;
        transition: 0.5s;
        padding: 0;
        min-height: 0;
        border-radius: 0;
    }

    .overlay-content {
        position: relative;
        top: 20px;
        width: 100%;
        text-align: right;
        margin-top: 30px;
        margin: 0 !important;
        border: none !important;
    }

    .overlay a {
        margin: 5px 0 !important;
        text-decoration: none;
        font-size: 20px;
        display: block;
        color: var(--black) !important;
        transition: 0.3s;
    }

    .navigation .navbar-default .navbar-nav li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navigation .navbar-default .navbar-nav li {
        margin: 0;
        width: 100%;
    }

    .navigation .navbar-default .navbar-nav li a {
        padding: 0 15px !important;
    }

    .overlay a:focus,
    .overlay a:hover {
        color: #000 !important;
        background-color: transparent;
    }

    .overlay .closebtn {
        display: block;
        padding: 0 !important;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 30px;
        color: #000 !important;
        z-index: 99999;
    }

    .overlay .closebtn:hover {
        color: var(--main-color);
        !important;
    }

    .width {
        width: 0 !important;
    }

    .navigation .navbar-default {
        margin-top: 0;
    }

    .header {
        padding: 25px 0;
    }

    .black .clicker {
        color: #000;
    }

    .experts .btn:not(.btn_border) {
        margin-bottom: 30px;
    }

    .experts .owl-nav {
        right: auto;
        top: -75px;
        left: 0;
    }

    .review p {
        font-size: 16px;
    }

    .review .owl-nav {
        bottom: 0;
    }

    .about .block .text {
        flex-direction: column;
        gap: 0
    }

    .about .block .text h3,
    .about .block .text p {
        width: 100%
    }

    .about .block .text p {
        margin-top: 0
    }

    .signup .signup_content {
        width: 100%;
        margin: 0;
    }

    .service_single .service_img {
        width: 100%;
        height: auto;
        max-height: 800px;
        object-fit: cover;
        object-position: top;
    }

    .service_single .service_slider,
    .service_single .owl-stage-outer,
    .service_single .owl-stage,
    .service_single .owl-item,
    .service_single .item {
        height: auto;
    }

    .service_single .row,
    .service_single .info {
        margin-bottom: 0
    }

    .service_single .info p,
    .service_single p {
        font-size: 16px;
    }

    .service_single .btn_group .btn {
        width: 70%;
    }

    .service_single .btn_group .btn.share {
        width: 28%
    }

    .navbar-default .navbar-nav>li.active>a,
    .navbar-default .navbar-nav>li.active>a:focus,
    .navbar-default .navbar-nav>li.active>a:hover,
    .navbar-default .navbar-nav>li>a:hover {
        background-color: var(--black);
        color: #fff !important;
    }
}

@media (max-width: 768px) {
    .brand {
        padding: 0;
    }

    .about {
        padding-top: 20px;
    }

    .review {
        padding-top: 30px;
    }

    .review img {
        margin-top: 20px
    }

    .hero h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .btn {
        font-size: 14px;
        padding: 0 25px;
    }

    .review .owl-nav {
        display: none;
    }

    .contact h2 {
        margin-top: 20px;
    }

    .about .about_block {
        padding: 30px;
    }

    .signup img.main_img {
        display: none;
    }

    .signup .signup_content {
        text-align: center;
        padding: 30px 0;
    }

    .about_hero .text h1,
    .services_hero h1 {
        font-size: 30px;
    }

    .experts .expert_block .img_wrapper {
        height: auto;
    }

    footer .copyright p {
        justify-content: center;
        font-size: 13px;
    }

    .service_single span.btn_border {
        height: 40px;
        line-height: 40px;
    }

    .service_single .worker_picker {
        flex-direction: column;
        gap: 15px;
    }

    .service_single .worker_picker label {
        width: 100%
    }

    .swiper-slide {
        height: 320px;
    }

    .services_hero {
        padding: 100px 15px;
    }

    .contact {
        padding: 40px 0
    }

    .work h2,
    .branches h2,
    .contact h2 {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 50px 0;
        margin-top: -130px;
        padding-top: 130px;
    }

    .hero h1 {
        font-size: 22px;
    }

    .about_hero {
        padding: 40px 20px;
    }

    .about_hero .text h1 {
        font-size: 26px;
    }

    .btn {
        font-size: 13px;
        padding: 0 18px;
    }

    .login_user img {
        width: 45px;
        height: 45px;
    }

    .nav-tabs>li>a {
        padding: 8px 20px;
    }

    .services .service_block .text .d-flex {
        flex-direction: column;
        align-items: flex-start;
    }
}