.log_o{
    width: 100%;
}
.login{
    border: none;
    background: #EF5350;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 20px 0px;
}
.inner-box.pla_n:hover .text{
    color: #686666!important;
}
span.log_in {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 26px;
    background-color: #df0303;
    border-radius: 100px;
    color: #fff;
    border: 2px solid #fff;
}
.prof_ile {
    display: flex;
    align-items: center;gap: 15px;
}
.links a {
    color: #ea3434!important;
}
a.login {
    display: block;
    padding: 13px 0;
    background-color: #df0303;
    color: #fff!important;
    font-weight: 700;
    font-size: 22px;
}
.footer__widget h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
.footer__link li a {
    color: #fff;
    position: relative;
}
.footer__top-text h2 {
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    font-size: 32px;
}
.footer__top-text h2 span {
    color: #FF1749;
}
.footer__top-text p {
    color: #A9A9A9;
}
.footer__subscribe input {
    width: 100%;
    height: 63px;
    background-color: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    padding: 20px;
    border: 0;
}
.footer__widget.footer__widget-about p{
    color: #fff;
}
.open-hour__icon {
    background: #FF1749;
    width: 74px;
    height: 74px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 20px;
    font-size: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ul_li, .ul_li_right, .ul_li_center {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.open-hour__text h4 {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
}
.footer__widget-post li:not(:last-child) {
    margin-bottom: 20px;
}

.footer__widget-post li {
    display: flex;
    align-items: center;
}
.footer__widget-post li .post-thumb {
    width: 73px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
}
.footer__widget-post li .post-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-links a:not(:last-child) {
    margin-right: 7px;
}
.footer__copyright {
    margin-top: 12px;
}
footer.footer__area {
    padding-top: 1px;
}
.social-links a {
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.footer__widget-post li .content {
    width: calc(100% - 93px);
}
span.date {
    color: #fff;
}
.footer__copyright-text {
    color: #fff;
}
.footer__widget-post li .content h6 {
    font-size: 15px;
    font-weight: 400;
}
.open-hour__text span {
    display: block;
    font-size: 15px;
    color: #A3A3A3;
    line-height: 1.7;
}
.footer__subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    padding: 16px 30px;
}
.thm-btn {
    font-size: 16px;
    padding: 19px 30px;
    padding-right: 52px;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    background: #FF1749;
    display: inline-block;
    line-height: 1.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}     
.thm-btn .btn-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}
/* ---------login--------- */


.login {
    margin: 20px auto;
    padding: 40px 50px;
    /* max-width: 300px; */
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #666;
  }
    .login input {
      width: 100%;
      display: block;
      box-sizing: border-box;
      margin: 10px 0;
      padding: 14px 12px;
      font-size: 16px;
      border-radius: 2px; 
      font-family: Raleway, sans-serif;
    }
  
  .login input[type=text],
  .login input[type=password] {
    border: 1px solid #c0c0c0;
    transition: .2s;
  }
  
  .login input[type=text]:hover {
    border-color: #F44336;
    outline: none;
    transition: all .2s ease-in-out;
  } 
  
  .login input[type=submit] {
    border: none;
    background: #EF5350;
    color: white;
    font-weight: bold;  
    transition: 0.2s;
    margin: 20px 0px;
  }
  
  .login input[type=submit]:hover {
    background: #F44336;  
  }
  
    .login h2 {
     
      color: #EF5350;
      font-size: 24px;
    }
  
  .login p {
    margin-bottom: 40px;
  }
  
  .links {
    display: table;
    width: 100%;  
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 10px;
  }
  
  .links a {
    display: table-cell;
    padding-top: 10px;
  }
  
  .links a:first-child {
    text-align: left;
  }
  
  .links a:last-child {
    text-align: right;
  }
  
    .login h2,
    .login p,
    .login a {
      text-align: center;    
    }
  
  .login a {
    text-decoration: none;  
    font-size: 1.0em;
  }
  
  .login a:visited {
    color: inherit;
  }
  
  .login a:hover {
    text-decoration: underline;
  }
  .service-block-two .inner-box {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

 .social-box:before {
    /* position: absolute;
    content: '';
    left: -48px;
    top: 0px;
    right: -1200px;
    bottom: 0px;
    transform: skewX(-43deg);
    background-color: var(--main-color);
    width: 204%; */
}
#navbarSupportedContent:before {
    position: absolute;
    content: '';
    left: -48px;
    top: 0px;
    right: -1200px;
    bottom: 0px;
    transform: skewX(-43deg);
    background-color: var(--main-color);
    width: 204%;
}
.main-header .header-lower {
    background-color: #000;
    overflow: hidden;
}
/* ------------profile----------- */
 .s_ec{
background-color: #818182;    padding: 3% 0;
}

.emp-profile{
    padding: 3%;
    
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}
.profile-img{
    text-align: center;
}
.profile-img img {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 2px 0px #bbafaf;
}
.prof_ile .profile-img {
    width: 12%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #333;
}
.profile-head h6{
    color: #0062cc;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom:3%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #0062cc;
    font-weight: 900;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.u_img{
        background-color: #000;    padding-top: 11px;
}
.pr_o h3{
    color: #fff;
}
.choise_plan h2 {
    background-color: #df0303;
    color: #fff;
    padding: 0 16px;
    margin-bottom: 28px;
}
.p_l{
    padding-left: 21px;
}
.m_l{
    margin-left: 21px;
}
.profile-img .social-share li a:hover {
    background-color: var(--color-tertiary)!important;
}
#myTabContent input {
    height: 42px;
    border: 1px solid #bab1b1;
    border-radius: 0;
}

 .upload1 label {
    cursor: pointer;
}
   .upload1 .upload-area1 input {
      display: none;
    }

    .upload1 .upload-area1 span {
      position: relative;
      width: 40px;
      height: 40px;
      margin-top: -14px;
      border: 1px dashed;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.4s;    color: #fff;
}
     .upload1 .upload-area1 span i {
        position: absolute;
        font-size: 25px;
      }

     .upload1 .upload-area1 span i:hover {
        transform: scale(0.8);
      }
      .inn_er h4 a{
        color: #000;
    }
    .inn_er .text {
        color: #000;
    }
    .inn_er .learn-more{
        color: #000;
    }   

    /* ---profile-- */
    .res_date {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        font-weight: bold;
    }
    .plan_status {
        display: flex;
        justify-content: space-between;
    }
    .plan_status a {
        padding: 8px 19px;
        background-color: red;
        color: #fff;
        font-weight: 600;
        border-radius: 30px;
    }
   
    .plan_time  {
        color: red;
        font-weight: bold;
        font-size: 39px;
        margin-top: 14px;
    }
    .u_box p {
        margin: 0;
        font-weight: 600;
        font-size: 19px;
        margin-top: 5px;
    }

    .u_box {
        text-align: center;
        padding: 25px 0;
        box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    }
    .u_box i {
        font-size: 30px;
        padding: 12px 13px;
        background: linear-gradient(to bottom, #eb2b30 0%, #231d20 100%);
        border-radius: 100%;
        color: #fff;
    }

/* ----------------------- */

.head_ding{
    margin-bottom: 10px;
}
.head_ding h6{
color: #fff;
padding-left: 20px;
background-color: #df0303;
}
.u_det{
    background-color: #888;
}
h6.s_detial {
    display: flex;
    justify-content: space-between;
    font-size: 16px;    margin-bottom: 10px;
}
h6.s_detial span b {
    white-space: nowrap;
    font-size: 16px;
}
.inner-box.s_d {
    padding: 30px 7px 40px;
}
.s_detial span {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: right;
}
.service-block-two .inner-box:hover h6.s_detial {
    color: #fff;
}
.star i {
    color: #b4b4b4;
    font-size: 36px;
}
.comment_f textarea {
    height: 300px;
    padding: 10px 14px;
}
.comment_f {
    margin-bottom: 26px;
}
.comment_f button {
    background-color: #eee;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    background-color: #df0303;
    color: #fff;
}
.comment_f button:hover{
    background-color: #b80808;
}
.inner-box1 .s_detial span {
    font-size: 14px;
}
.inner-box.pla_n   {
    text-align: left;
}
.inner-box.pla_n h5 {
    font-size: 14px;
}
span.man_id a.man_op {
    padding: 9px 9px;
    background-color: #b80808;
    border-radius: 26px;
    color: #fff;
}
.inner-box1 {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    padding:15px;
}
h6.s_detial span b.complants {
    font-size: 14px !important;
}
.b_g_red{
    background-color: #e23e3e;
    color: #fff;
}
.b_g_red h5{
    color: #fff;
}
.compl_ant {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;    align-items: center;
    margin-bottom: 20px;
}
.compl_ant span {
    font-weight: 600;
    font-size: 22px;
}
.compl_ant a {
    background-color: red;
    color: #fff;
    padding: 7px 13px;
}

.testimonial-carousel.owl-carousel.comple.owl-theme.owl-loaded.owl-drag.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.testimonial-carousel.owl-carousel.service.owl-theme.owl-loaded.owl-drag.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.four-item-carousel-two.comple.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    display: block;
}
.owl-prev {
    position: absolute;
    top: 48%;
    transform: rotate(271deg);
    /* width: 20px; */
    font-size: 33px;
    left: -10px;
    padding: 2px 9px;
    background-color: #ff000075;
    height: 40px;
    width: 40px;
    /* line-height: 27px; */
    border-radius: 50px;
    color: #fff;
}
.four-item-carousel-two.comple.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav.disabled .owl-prev{
    transform: rotate(360deg);  
}
.four-item-carousel-two.comple.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav.disabled .owl-next{
    transform: rotate(0deg);  
}
.owl-next {
    position: absolute;
    top: 48%;
    transform: rotate(271deg);
    /* width: 20px; */
    font-size: 33px;
    right: -10px;
    padding: 2px 9px;
    background-color: #ff000075;
    height: 40px;
    width: 40px;
    /* line-height: 27px; */
    border-radius: 50px;
    color: #fff;
}

.service .owl-nav.disabled .owl-prev {
    top: 39%;
}
a.pa_y {
    font-size: 22px;
    font-weight: 500;
    background: red;
    color: #fff;
    padding: 4px 14px;
}

.service .owl-nav.disabled .owl-next {
    top: 39%;
}