@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');
@media only screen and (max-width: 600px) {.content-wrapper{ justify-content:center;margin-bottom:10px} .logo{margin-top:10px;} .head-cover{display:none}}

html{
    scroll-behavior: smooth;
}
body{
    margin:0;
    background-color: #f4f5f7!important;
    font-family: 'Montserrat', sans-serif;
}
.head-cover{
    background: url(/assets/img/bg_min_fixed_final.png) no-repeat 0 0 content-box;
    width: 100%;
    height: 292px;
    background-size: cover;
    background-color:var(--main-bg-color);
}
.buttons_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.logo{
    width:170px;
}
.left-container{
   width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff !important;
}
.checked {
    color: orange;
}
.fa-star,.fa-star-half{
    font-size:25px;
}
.content-wrapper{
    margin-top: 1em;
    align-self: center;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3em;

}
.rating-wrapper{

    align-self: flex-start;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap:15px;
    height: 40px;

}
.stars{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.get-quote,.custom_phone_number{
    border: none;
    width: 200px;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--main-bg-color);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.benefit-image-wrapper{
    background-color: var(--main-bg-color);
    border-radius: 60px;
    padding: 20px;
    width: 50px;
    height: 50px;
}
.benefit-image-wrapper img{
    width: 50px;
}
.benefits-wrapper{
    margin-top:20px;

    background-color: #fff;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.benefits-container{

    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 97%;
    gap: 30px;
    margin-top:30px;

}
.benefits-wrapper h2{
    font-weight: 900;
    text-align: center;
}
.headline-subtext{
    text-align: center;
}
.benefit p,.benefit-headline{
    text-align: center;
}
.benefit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    margin: 5em auto 1em;
    gap: 3em;
}
.review-box{
    max-width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    min-width:230px;

}

.review-heading,.name-date-review{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-name{
    font-weight: bold;
}
.review-text{
    text-align: center;
}
.show-more-button{
    cursor: pointer;
    color:dodgerblue;
}
.pre-footer{
    color: #fff;
    background-color: var(--main-bg-color);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-headline{
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin-top:10px;
}
.footer-subtext{
    max-width: 60%;
    text-align: center;
}
.direct-form{
    border: none;
    width: 200px;
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    cursor: pointer;
}
.footer{
    width: 100%;
    height: 40px;
    background-color: #333333;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
  .logo{
        width:120px !important;
    }
    .fa-star, .fa-star-half {
        font-size: 19px;
    }
    .buttons_wrapper{
        margin-left:10px;
    }

    .content-wrapper {
        gap: 1em;
    }
    .box{
        min-width: 300px;
    }
    .review-wrapper{
        flex-wrap: wrap;
    }
    .review-box{
        min-width: 300px;
    }
    .benefits-container{
        flex-wrap: wrap;
    }
}