
 .service-form__top{
    height: 650px;
    position: relative;
    padding: 2rem 0;
}
.service-form__top::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 2;
}

.service-form__top .col-lg-12,.service-form__top .row,.service-form__top .container{
    z-index: 5;
}

.service-form__img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.service-form__logo img{
    width: 13rem;
}
.serive-form__features{
    display: flex;
}
.serive-form__features .item{
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8rem;
}

.serive-form__features .item:not(:last-child){
    margin-right: 3rem;
}
.serive-form__features .item img{
    width: 56px;
    object-fit: cover;
    margin-bottom: 1rem;

}

.service-form__top .col-lg-12{
    justify-content: space-between;
    display:flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.service-form__location{
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;

}

.service-form__top h1{
    color: #ffe42d;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 30px 0 50px 0;
}

.service-form__location img{
    width: 2rem;
    object-fit: cover;
}

.serive-form__features{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-form{
    padding: 6rem 0;
}

.service-form h2{
    font-weight: 600;
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.service-form h3{
    font-size: 18px;
    margin-bottom: 20px;

}

.service-form form{
    margin-top: 30px;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.check-label{
    position: relative;
    padding-left: 2rem;
    margin: 10px 0;
}

.check-label input{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
   
}

.checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-right: 10px;
  transition: all 0.2s;
  opacity: .6;
}

.service-form .form-group{
    margin: 10px 0;
}
.checkmark::after{
    content: "";
    position: absolute;
    display: none;
    left: 5px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-label input:checked ~ .checkmark::after{
    display: block;
}
.check-label input:checked ~ .checkmark{
    opacity: 1;
}

.iti{
    width: 100%;
}

#phone{
    padding-left: 3rem;
}
.iti__flag-container{
    left: 0;
    width: 4rem;
}

.send-message__form-content {
    margin-top: 30px;
}

@media(max-width:992px){
    .serive-form__features .item{
        width: 5rem;
        margin-bottom: 2rem;
    }
    .serive-form__features{
        display: none;
    }

    .serive-form__features .item:not(:nth-child(2n)){
        margin-right: 2rem;
    }
    .service-form__top h1{
        font-size: 30px;
    }
    .iti__flag-container{
        width: 4rem;
    }
    #phone{
        padding-left: 3rem;
    }
}

@media(max-width:768px){
    .service-form form{
        width: 100%;
    }
    .service-form h2{
        font-size: 20px;
    }
    .service-form h3{
        font-size: 16px;
    }
    .check-label{
        font-size: 14px;
    }
    .service-form__top h1{
        margin: 50px 0 50px 0;
    }
}

@media(max-width:576px){
    .serive-form__features{
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
    }
    .serive-form__features .item{
        width: 40%;
    }
    .serive-form__features .item:nth-child(2n){
        margin-right: 0;
    }
}


.book-tabs{
    display: flex;
    background: #e6e5e6;
    margin-bottom: 40px;
    border-radius: 48px;
    display: flex;
}
.book-tabs a{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 50%;
    position: relative;
}

.book-tabs a.active{
    background: #23232e;
    border-radius: 33px;
    color: #fff;
}

.phone-item{
    position: relative
}

.phone-item::after{
    content: '*';
    color: rgb(235, 21, 21);
    position: absolute;
    width: .5rem;
    height: .5rem;
    top: 44%;
    transform: translateY(-50%);
    right: 1rem;
}

.mobile-fixed-actions-section{
    z-index: 6;
}

@media(max-width:576px){
    .service-form__top{
        height: auto;
    }
    .serive-form__features .item img{
        height: 40px;
    }
    .serive-form__features .item{
        font-size: 14px;
    }
    .serive-form__features{
        justify-content: space-between;
    }
}

    .service-form__logo{
        position: absolute;
        top: 0;
    }
    .service-form__logo img{
        width: 12rem;
        margin-bottom: 30px;
    }
    .service-form__center{
        padding: 10rem 0;
    }

    @media(max-width:992px){
        .service-form__top .col-lg-12{
            position: static;
        }
        .service-form__location{
            top: auto;
            bottom: 9rem;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            justify-content: center;
        }

        .service-form__logo img{

            margin-bottom: 15px;
        }
    }
