.menu-title {
    padding: 23px 50px 24px;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: .8;
    letter-spacing: 0.72px;
    border: 2px solid #f4f4f4;
    background: #fff;
    font-weight: 400;
}

/**
********************************
* Banner section
********************************
  */
.single-service-page .banner {
    background-size: cover;
    background-position: center center;
    width: 100%;
     padding: 190px 0 190px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner_content h4 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-weight: 400;
}

.banner_content h4 a{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

    &:hover{
        color: #d7d2d2;
    }
}

.banner_content h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2.8px;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
}


/* 
****************************************************************
Sidebar
****************************************************************
*/

.padding {
    padding: 44px 50px;
}

.sidebar .services-list {
    background-color: #F4F4F4;
}

.service-menu .menu-title{
    margin-top: 0;
}

.sidebar .services-list ul li {
    font-size: 16px;
    line-height: 30px;
    color: #818181;
    margin: 0 0 14px;
}

.sidebar .service-menu ul li a {
    color: #818181;
    text-decoration: none;
}

.sidebar .service-menu ul li:last-child {
    margin-bottom: 0px;
}



/* 
****************************************************************
Need Help Banner Section
****************************************************************
*/
.need-help-banner {
    background-color: #000;
    margin-top: 18px;
}

.need-help-banner h4 {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-weight: 400;
}

.need-help-banner p {
    color: #aaaaaa;
    margin: 0 0 25px;
    padding-right: 5px;
    line-height: 32px;
}

.need-help-banner a {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
}

/* 
****************************************************************
Sidebar
****************************************************************
*/

.query-form {
    background-color: #F4F4F4;
}

.input-fields input,
.input-fields textarea {
    width: 100%;
    height: 70px;
    background: #fff;
    border: none;
    text-align: left;
    padding: 0 30px;
    font-size: 14px;
    letter-spacing: 0.56px;
    line-height: 70px;
    color: #818181;
    margin: 0 0 30px;
    outline: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.input-fields textarea {
    height: 190px;
    resize: none;
    line-height: 30px;
    padding: 21px 30px;
    margin-bottom: 21px;
    font-family: 'Oswald' !important;
}

.input-fields input[type="submit"] {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 42px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    margin-bottom: 0;
}

.input-fields input[type="submit"]:hover {
    background: #e62b4a;
    color: #fff;
}

.input-fields input[type="text"]:focus,
.input-fields input[type="email"]:focus,
.input-fields textarea:focus {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #e62b4a;
    background: #fff;
}


/* 
****************************************************************
Main Content
****************************************************************
*/
.post-content {
    padding: 120px 0;
}

.contents-details p {
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-weight: 300;
}

.contents-details .featured-img {
    margin-bottom: 57px;
}

.contents-details .subjectiv-info h2 {
    text-transform: uppercase;
    color: #222232;
    line-height: .8;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 34px;
    font-weight: 400;
}

.contents-details .subjectiv-info .desc {
    margin-bottom: 31px;
}

.service-row{
    padding: 23px 0 23px 0;
    row-gap:43px;
}

.service-area h3.title {
    line-height: .8;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #000000;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 0;
    font-weight: 400;
}

.service-area p.title {
    margin-bottom: 31px;
}

.bullets-points ul li {
    display: inline-block;
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-weight: 300;
}

.bullets-points ul li svg {
    margin-right: 8px;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Media query */
@media (max-width: 992px) {
    .padding {
        padding: 44px 20px;
    }


}

@media (max-width: 768px) {
    .banner_content h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .subjectiv-info h2{
        line-height: 1.2;
        font-size: 32px !important;
    }

    .service-row{
        padding: 0;
    }

    
}