



.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-size: 11px;
    color: var(--bixola-white);
    font-weight: 700;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }

  .main-menu-four__call-icon2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: var(--bixola-base);
    border-radius: 50%;
    font-size: 15px;
    color: var(--bixola-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .site-footer__social a {
    font-size: 30px;
    padding-top: 8px;
    padding-left: 5px;
  }

  .main-menu__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(33, 32, 41, 1);
    backdrop-filter: blur(5px);
    z-index: -1;
  }

  .main-slider .item {
    background-color: var(--bixola-black);
    position: relative;
    padding-top: 130px;
    padding-bottom: 70px;
    z-index: 10;
  }


.main-slider__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(4, 1, 13, .50);
    z-index: -1;
}

.main-slider__bg100:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(4, 1, 13, .50);
  z-index: -1;
}



.thm-btn2 {
    font-size: 32px;
    text-align: center;
    line-height: 40px;
}



/* Learge screen  */
@media only screen and (min-width: 1200px) {
    .main-slider__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60%;
        background-color: rgba(4, 1, 13, .50);
        z-index: -1;
    }
    
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        background-color: rgba(4, 1, 13, .50);
        z-index: -1;
    }
}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(4, 1, 13, .50);
        z-index: -1;
    }
}

.services-three__single_bg {
    padding: 30px 26px 30px;
    background-color:#f3f3f3;

}

.services-three__btn2 {
    position: relative;
    display: inline-block;
    margin-top: 23px;
}
  
.services-three__btn2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    /*color: var(--bixola-black);*/
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
  

  
.services-three__btn2 a span {
    position: relative;
    font-weight: 900;
    margin-left: 5px;
    font-size: 14px;
}

.services-three__icon2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    /*
    border-radius: 50%;
    background-color: rgba(var(--bixola-base-rgb), .10);*/
    margin: 0px auto 0px;
    z-index: 1;
  }

  .services-three__text {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-top: 10px;
  }

  .services-four__tab-content-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .services-four__tab-content-text-medium {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .services-details-accrodion .accrodion-content2 {
    position: relative;
    padding-bottom: 23px;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 24px;
  }
  
  .services-details-accrodion .accrodion-content2 p {
    margin: 0;
  }

  .services-details-accrodion .accrodion-content2 h4 span {
    /*position: relative;
    margin-right: 19px;*/
    color: var(--bixola-base);
  }

  .loghisw {min-width: 400px;}

  .appointment-one__title {
    font-size: 24px;
    line-height: 30px;
  }

  .appointment-one__text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
  }

  .appointment-page__form-box {
    padding: 0px;
  }

  .appointment-one_contatti {
    margin: 0 auto;
    border: 1px solid #EAECF0;
    border-bottom: 0;
    background-color: #F7F9FA;
    border-top-left-radius: var(--bixola-bdr-radius);
    border-top-right-radius: var(--bixola-bdr-radius);
    padding: 100px 20px 100px;
  }

  .appointment-one_form {
    margin: 0 auto;
    padding: 40px 20px 100px;
  }



  .form-control.error {
    border-color: #ff0000;
    border-width: 1px;
  }

  label.error {
    color: #ff0000;
  }

