html {
    --green: #008e28;
    --text_black: #666;
    --title_black: #000;
}

body{
    font-family: 'Poppins', sans-serif;
    color: var(--text_black);
    font-weight: 300;
    font-size: 15px;
}

ul{
    list-style:none;
    padding: 0;
    margin: 0;
}

p{
    line-height: 27px;
}

h1, h2, h3, h4{
    color: var(--title_black);
}

header{
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    background: white;
    align-items: center;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    z-index: 100;
    height: 75px;
    top:0
}

.foldout-menu{
    display: none;
}

header .payment-logo{
    text-align: right;
}

header .usps{
    text-align: center;
}

.header_right svg{
    display: inline;
    width: 25px;
}

header .phoneicon path {
    fill: #fff;
}
header .phoneicon{
    width: 25px;
    color: white;
}

header img{
    width: 150px;
}

header img.logo{
    margin-left: 40px;
}


header .header_right{
    background: var(--green);
    float: right;
    padding: 26px;
    position: relative;
    text-align: right;
}
.header_right .langselect{
    margin-right: 20px;
}
.header_right .langselect img{
    width: 24px;
}

.text-right{
    text-align: right;
}

header .header_right:before{
    content: "";
    position: absolute;
    top: -80px;
    bottom: 0px;
    left: -15px;
    background: var(--green);
    width: 50px;
    height: 180px;
    transform: rotate(28deg);
}
header .header_right a{
    color: white;
    text-decoration: none;
}





.landing{
    background: url("/img/miami.jpg");
    height: auto;
    color: white !important;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.59) !important;
    background-blend-mode: overlay;
    position: relative;
    background-position: center;
}

.landing h1{
    color: white;
}
.landing ul{
    list-style:unset;
    padding: 20px;
}

.landing ul li b{
    font-weight: bold;
}


.landing p{

    padding-top: 20px;
}

.landing .container{
    padding-top: 150px;

    padding-bottom: 90px;
}


iframe{
    width: 100%;
    scroll-margin-top: 75px;
}

.landing h1{
    font-size: 16px;
}

.landing span.header_subtitle{
    font-size: 49px;
    font-weight: bold;
}

.landing p{
    font-size: 16px;

}

.landing .usps{
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d6eed7 !important;
    color: black;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.landing .usps .container{
    padding: 0;
}

.landing .usps svg{
    display: inline;
    width: 24px;
}

.padding-50{
    padding-top: 70px;
}

.wwo{
    text-align: center;
}

.subtitle{
    padding-bottom: 15px;
    color: var(--green);
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.wwo h2{
    padding:0;
    margin: 0 0 15px 0;
}

.usp_blocks{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-left: 0;

}

.usp_blocks li{
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    width: 31%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 20px 20px 0 20px;
}

.usp_blocks li .body{
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.usp_blocks li .body .icon{
    width: 60px;
    margin-right: 20px;
    padding: 15px 0;
}

.usp_blocks li .body h4 {
    float: left;
    font-size: 19px;
}

.usp_blocks li .footer{
    text-align: center;
    padding: 20px;
}

.usp_blocks li .footer ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.usp_blocks li .footer ul li{
    box-shadow: none;
    width: auto;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}

.usp_blocks li .footer ul li svg{
    width: 16px;
    margin-right: 10px;
}

.rates{
    padding-top: 100px;
}
.rates img{
    width: 100%;
    border-radius: 20px;
}

.rates ul.info{
    list-style: none;
    padding:0;
    margin: 0;
}

.rates ul.info li{
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.rates ul.info img{
    width: 60px;
    margin-right: 40px;
}

.small_review{
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 30px;
    width: 100%;
    margin-top: -40px;
    margin-left: -70px;
    background: white;
    z-index: 10;
    position: relative;
    max-width: 400px;
}

.small_review .inner{
    border-left: 3px solid var(--green);
    margin-left: 20px;
    padding-left: 20px;
    background: white;
}

.relative-container{
    position: relative;
}

.rates .call-us-cta{
    margin-top: 40px;
    display: flex;
}

.rates .call-us-cta img{
    width: 60px;
    border-radius: 30px;
    margin-right: 20px;
}

.rates .call-us-cta .call{
    font-size: 23px;
    font-weight: bold;
    display: block;
}

.rates .call-us-cta .call a{
    text-decoration: none;
    color: var(--green);
}

.our-services ul{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.our-services ul li{
    width: 31%;

}

.our-services ul li h4{
    margin-top: 15px;
}


.our-services ul li img{
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
}

.google-reviews{
    margin-top: 50px;
    background: #f7f7f7!important;
}

.google-reviews .reviewlogo{
    display: block;
    margin: auto;
}

.google-reviews ul{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.google-reviews ul li{
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    width: 31%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 30px;
    background: white;
    font-size: 14px;
    position: relative;
}

.google-reviews ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("/img/google-icon.png");
    background-size: cover;
    right: 30px;
    bottom: 30px;
}

.google-reviews ul li .header{
    display: flex;
    margin-bottom: 20px;
}
.google-reviews ul li .rating{
    margin-bottom: 15px;
    display: block;
}
.google-reviews ul li .header b{
    font-weight: 700;
}

.google-reviews ul li .header .picture{
    background: #0f6674;
    color: white;
    display: block;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    padding-left: 17px;
    margin-right: 20px;
}

span.fa.fa-star.checked{
    color: #fab004;
}

.google-reviews ul li p{
    padding-bottom: 30px;
}

.customer-support{
    overflow: hidden;
    width: 100%;
    position: relative;
}

.customer-support video{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.customer-support .content{
    text-align: center;
    padding: 200px 0;
    color: white;
}

.customer-support .content h2{
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.customer-support .content .title{
    display: block;
    color: white;
    font-size: 37px;
    font-weight: 700;
    padding: 10px 20px;
}


.customer-support .content .button{
    background: var(--green);
    color: white;
    padding: 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.customer-support .content .button svg{
    width: 20px;
    margin-right: 10px;
}


footer .logo{
    width: 140px;
    display: block;
    margin-bottom: 10px;
}
footer .footerrow{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
}

footer .footerrow a{
    color: #1691ff;
}


@media only screen and (max-width: 768px) {
    .landing {
        max-height: unset;
        height: auto;
        padding-bottom: 180px;
    }

    .landing .row {
        flex-direction: column-reverse;
    }


    .usp_blocks {
        flex-direction: column;

    }

    .usp_blocks li {
        width: 100%;
        margin-bottom: 20px;
    }

    .landing .usps {

        text-align: left;
    }

    .landing .usps svg {
        margin-left: 20px;
    }

    header .header_right svg {
        display: none;


    }
}

@media only screen and (max-width: 1000px) {

    header .usps {
        display: none;
    }

    header .payment-logo {
        display: none;
    }


    header .foldout-menu summary{
        padding-right: 40px;
        list-style: none;
    }
    header .foldout-menu nav{
        position: fixed;
        top: 75px;
        left: 40px;
        right: 40px;
        background: white;
        z-index: 10;
    }

    header .foldout-menu nav ul{
        padding: 30px;
    }

    header .foldout-menu nav ul li{
        padding: 10px 0 ;
        border-bottom: 1px solid #eee;
    }

    header .foldout-menu nav ul li a{
        text-decoration: none;
        color: black;
    }




    header .foldout-menu nav svg{
        width: 24px;
        fill: black;
    }

    .our-services ul {
        flex-direction: column;
    }

    .our-services ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .google-reviews ul {
        flex-direction: column;
    }

    .google-reviews ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .customer-support .content {
        padding: 80px 0;
    }

    .customer-support video {
         width:unset;

    }

    .foldout-menu{
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    header {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        background: white;
        align-items: center;
        overflow: hidden;
        font-size: 16px;
        font-weight: 500;
        z-index: 100;
        height: auto;
        flex-direction: column;
    }

    header .header_right a {
        color: black;

    }
    header .header_right {
        background: unset;
        color: black;

    }

    header img.logo {
        margin-left: 0;
    }

    header .header_right:before {
        width: 0;
        height: 0;
    }
}



svg{
    width: 18px;
}
footer svg{
    margin-right: 10px;
}
footer a{
    text-decoration: none;
    color: var(--text_black);
}

.faq details{
    padding: 20px;
    border: 1px solid #eee;
    border-radius:10px;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
}


.faq summary h5{
    display: inline;
    font-size: 16px;
    color: #000000!important;


}

.faq .answer{
    margin-top: 20px;
}

.faq{
}
.faq h3{
    margin-top: 50px;

    color: rgb(0, 142, 40);
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}








