.site-services-main-wrap {
    padding: 80px 0 100px 0;
    position: relative;
}
.site-services-main-wrap::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/svg/chasma.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 68px;
    height: 94px;
    left: 70px;
    top: 270px;
    transform: translate(50%, 50%);
}
.site-services-content .site-services-content-details h1 {
    line-height: 36px;
    color: var(--primary);
    text-transform: capitalize;
}

.site-services-content .site-services-content-details p {
    font-size: 16px;
    font-weight: 400;
    color: var(--darkgray);
    line-height: 25px;
    padding: 15px 0;
}

.site-services-content .site-services-content-img img {
    width: 710px;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
}

.site-services-content .site-services-content-details .site-common-btn {
    text-align: left;
}

.site-services-content-details .site-common-btn .aviana-btn {
    background-color: var(--primary);
}
.site-services-content-details .site-common-btn .aviana-btn:hover {
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 1px 5px #CC0000 !important;
    transition: all .3s ease;
}
.site-services-main .site-services-content .row {
    align-items: center !important;
}
.site-services-main .site-services-content:not(:last-child) {
    padding-bottom: 60px;
}

.site-services-main .site-services-content:nth-child(even) .row {
    flex-direction: row-reverse;
}

/* Service Modal design  */
.service-modal .modal-header {
    border: 0;
    padding-bottom: 0;
}
.service-modal .modal-header button.btn-close {
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
.service-form form label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    width: 100%;
}
.service-modal .modal-content {
    background: #F4F8FB;
}
.service-form form label span input{
    margin-top: 8px;
    border: 0.5px solid #66666680;
    background: #FFFFFF;
    height: 53px;
    border-radius: 5px;
}

.service-form form label span input:focus, .service-form form label span textarea:focus {
    border-color: #CC0000;
}
.service-form form label span textarea {
    margin-top: 8px;
    border: 0.5px solid #66666680;
    background: #FFFFFF;
    height: 100px;
    resize: none;
    font-size: 16px;
}
.service-form form label span  input:focus {
    background: #FFFFFF;
}
.service-form form input[type=submit] {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
}
.service-form form label span span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 3px;
}
.service-form form span.wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}
.service-form form .wpcf7-response-output {
    padding-top: 10px;
    font-size: 13px;
    text-align: center;
    border: 0;
    color: #CC0000;
    margin: 0;
}