.hero{
    height: 87vh;
    background-image: url(/wp-content/uploads/2023/04/main-banner-sop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.hero-title{
    line-height: 1.2;
    font-weight: 500;
}
.hero-sub_subtitle{
    max-width: 40rem;
}
.card-hero{
    position: relative;
    z-index: 1;
    padding: 1.5rem 1rem 1rem 1rem;
    border: 1px solid transparent;
    background: linear-gradient(179.98deg, #39393F 0.02%, #39393F 85.53%) padding-box, linear-gradient(to right, #ffffff4f 0.02%, #b5bad400 85.53%) border-box;
}
.hero-deals{
    line-height: 0.8;
}
.weekly-deals {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0.1rem 0.75rem;
    margin: -2.1rem auto 0 auto;
    display: table;
    border: 1px solid #4A4A4F;
    background: #39393F;
}
.testimonial-card_hero{
    max-height: 14.5rem;
}
.container_contact-form{
    margin-top:-4rem;
}
.contact-form{
    background-color: #fff;
    border-radius: 0.2rem;
}
.half-border_white{
    width: 55.4%;
    height: 7px;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 1rem;
}
@media(max-width: 1500px){
    .hero {
        height: 75vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
        align-items: flex-start;
        padding: 2rem 0 0 0;
    }
}
@media(max-width:1250px){
    .hero{
        background-position-x: 38rem;
    }
}
@media(max-width: 950px){
    .hero {
        height: 135vh;
        background-image: url(/wp-content/uploads/2023/04/serviceone-mobile-banner.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: unset;
        background-position-y: bottom;
        align-items: flex-start;
        padding: 2rem 0 0 0;
    }
    .card-hero{
        width: 50%;
    }
    .half-border_white {
        width: 51%;
        height: 7px;
        margin-bottom: 0.25rem;
        background-color: #fff;
        border-radius: 1rem;
    }
    .container_contact-form{
        margin-top: -2rem;
    }
}
@media (min-width: 750px) and (max-width: 950px) {
    .hero {
        height: 180vh
    }
}
@media (min-width: 600px) and (max-width: 749px) {
    .hero {
        height: 155vh
    }
}

@media(max-width: 375px){
    .hero {
        height: 180vh;
    }
}
/******************************************* CONTACT FORM 7 **************************************************/
.wpcf7-form {
    margin: auto;
    display: flex;
    padding: 2rem;
    width: 100%;
}
.wpcf7-tel::placeholder{
    color: #565661;
    font-family: Raleway Regular;
    font-size: 1.125rem;
    border-bottom: solid 3px #E9E9E9;
}
.wpcf7-text::placeholder{
    color: #565661;
    font-family: Raleway Regular;
    font-size: 1.125rem;
    border-bottom: solid 3px #E9E9E9;
}
.wpcf7-form input {
    padding: 2rem 1rem;
    border: none;
    border-radius: 0;
    caret-color: #565661;
    color: #565661;
    width:100%;
    font-size: 1.125rem
}
.wpcf7-submit {
    background: #2D2D34;
    border-radius: 0.3rem !important;
    padding: 1.5rem 2rem !important;
    cursor: pointer;
    color: #fff !important;
    border-bottom: unset;
}
.wpcf7-submit:hover {
    box-shadow: 0 0.875em 1.875em 0 #5656613d;
    transform: translate3d(0,-0.1em,0) scale(1.01);
}
.wpcf7-textarea{
    border-bottom: solid 3px #E9E9E9;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 1rem 0;
    margin: 1rem 0;
    font-size: 1.125rem;
    height: 2rem;
    font-family: Raleway Regular;
    color: #565661;
}
.wpcf7-textarea::placeholder{
    font-family: Raleway Regular;
    font-size: 1.125rem
}
.wpcf7-select {
    border-bottom: solid 3px #E9E9E9;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    margin: 1rem 0;
    font-size: 1.125rem;
    height: 2rem;
    color: #565661;
}
.wpcf7-select option{
    color: #565661;
}
.wpcf7-not-valid-tip{
    color: #d10b0b;
    font-size: 1rem;
    font-family: 'Raleway Regular';
    font-weight: 400;
}
@media (max-width: 1100px){
    .wpcf7-form {
        padding: 0rem;
    }
    .wpcf7 {
        margin: 0
    }
}
/******************************************* ENDCONTACT FORM 7 **************************************************/
.google-reviews {
    width: 35rem;
    left: 0;
    right: 0;
    margin: -10rem auto auto auto;
    background-image: url(/wp-content/themes/barebones-master/img/google-reviews-bg.svg);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}
.ti-footer, .ti-stars{
    display:none;
}
.ti-widget.ti-goog {
    width: 30rem;
    position: relative;
    top: 2rem;
    left: 0;
    right: 0;
    margin: auto;
}
@media(max-width:1100px){
    .google-reviews {
        width: 18rem;
        height: 20rem;
        left: 0;
        right: 0;
        margin: -4rem auto auto auto;
        background-image: url(/wp-content/themes/barebones-master/img/google_bg-mb.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
}
/********************************************** grid services ***************************************************************/
.grid-card{
    position: relative;
}
.grid-img-wrapper{
    overflow: hidden;
    width: 29.209rem;
    height: 24.874rem;
}
.grid-img-wrapper img{
    border-radius: 1rem;
}
.grid-card-title {
    background: #2D2D34;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    position: absolute;
    margin: -7rem auto;
    left: 1rem;
    right: 2rem;
    padding: 1.5rem 6rem;
}
@media (max-width:1600px){
    .grid-img-wrapper{
        overflow: hidden;
        width: 25.209rem;
        height: 24.874rem;
    }
    .grid-img-wrapper img {
        width: 100%;
    }
    .grid-card-title {
        margin: -10rem auto;
        left: 1rem;
        right: 4rem;
        padding: 1.5rem 6rem;
    }
}
@media (max-width:1100px){
    .grid-img-wrapper{
        height: 20rem;
        width: 20rem;
        margin: auto;
        
    }
    .grid-img-wrapper img{
        width: 100%;
    }
    .grid-card-title {
        left: 1rem;
        width: 15rem;
        right: 1rem;
        padding: 1rem;
    }
}
/************************************************** types-of-service_card *****************************************************/
.types-of-service{
    margin-top: -5rem;
}
.types-of-service_card{
    width: 35rem;
}
.types-of-service_card a{
    width: 20rem;
}
@media (max-width:1600px){
    .types-of-service_card{
        width: 28rem;
    }
}
@media (max-width:1100px){
    .types-of-service_card{
        width: auto;
    }
    .types-of-service_card a{
        width: auto;
    }
    .types_img{
        display: none;
    }
    .types_img-wrapper{
        background-image: url(/wp-content/uploads/2023/04/serviceone.png);
        height: 25rem;
        background-position: -45rem;
        border-radius: 1rem;
    }
    .types-of-service{
        position: relative;
    }
}
/*************************************************** card-experience ***********************************************************/
.card-experience{
    display: flex;
    position: absolute;
    right: 0;
    margin: auto;
    padding: 1.5rem;
    left: 0;
    margin-top: -5rem;
    width: 35rem;
}
.card-experience img{
    display:flex;
    margin: auto;
}
@media (max-width:1100px){
    .emergency-img{
        margin-left: 18rem;
    }
    .card-experience{
        width: 20rem;
    }
    .card-experience img {
        width: 100%;
    }
}
/***************************************************** FAQ *********************************************************************/
.faq-scroll{
    width: 100%;
    display: flex;
    overflow: auto;
}
.faq-scroll_child{
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.faq-card{
    width: 50rem;
}
@media(max-width:1100px){
    .faq-card{
        width: 15rem;
    }
    .faq-scroll_child{
        padding: 30px 0;
    }
}