html, body {
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: "Roboto", sans-serif;
    /*line-height: unset;*/
}

body{
    align-self: center;
    margin: auto;
    position: relative;
}

/* Menu bar */

#header.header-fixed{
    max-width: none;
    height: 62px;
}

@media only screen and (max-width: 6000px) and (min-width: 1200px) {
    .container {
        width: unset;
        padding: 0px 100px;
    }
}

#logo{
    width: 8%;
    margin-right: 30px;
    margin-left: 15px;
}

#logo a {
    font-size: 30px;
    line-height: 55px;
    font-weight: bold;
    display: inline-block;
    height: 62px;
}

@media only screen and (max-width: 768px) and (min-width: 768px){
    #logo img {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #logo a{
        line-height: 11px;
    }
}

#logo img{
    margin-top: 0 !important;
}

#mainnav ul.menu > li > a{
    line-height: 62px;
}

.get-quote{
    height: 62px;
    line-height: 62px;
}

#country-subnav {
    position: absolute;
    right: 20px;
}

@media only screen and (max-width: 1055px) and (min-width: 0px) {
    #country-subnav {
        display: inline-block;
        line-height: 27px;
        float: left;
        position: absolute;
        top: 14px;
        right: 70px;
        margin-top: 25px;
    }
}


/* / Menu bar */

/*#banner {
    background: url("/img/business/Business Banner-2.png") no-repeat ;
    background-size: 100% 100%;
    overflow: hidden;
    height: 758px;
    margin-top: 62px;

}*/

#banner {
    background: url("/img/business/Business Banner-2.png") no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    height: 758px;
    margin-top: 62px;
    background-position: center center;
}

@media (max-width: 1240px) {
    #banner{
        background: url("/img/business/Business Background 1140x780.png") no-repeat;
        background-size: cover;
        /* overflow: hidden; */
        height: 758px;
        margin-top: 62px;
        background-position: center center;
    }
}

#banner-content{
    position: absolute;
    right: 10%;
    width: 40%;
}

#banner-title {
    display: block;
    width: 100%;
    color: white;
    /*position: absolute;
    right: 10%;*/
    margin-top: 110px;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
}

#banner-body {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    line-height: 151.69%;
    color: white;
    text-align: justify;
    /*position: absolute;
    right: 10%;*/
    margin-top: 40px;
}

#banner a {
    text-decoration: none;
    color: black;
    background-color: #B6cc15;
    padding: 11px 20px;
    border-radius: 35px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    /*position: relative;
    left: 10%;*/
    margin-top: 30px;
}


#use-cases {
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}

#use-cases-title {
    text-align: center;
    margin-bottom: 75px;
    margin-top: 100px;
    font-weight: bold;
    font-size: 36px;
    color: #525252;

}

#use-case-items-container {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-around;
    grid-row-gap: 70px;
    text-align: center;
    padding-bottom: 200px;
    color: #525252


}

.use-case-items {
    width: 20em;
    text-align: center;
}

.use-case-item-titles {
    font-family: inherit;
    font-weight: bold;
    font-size: 24px;9277992
    line-height: 1.2em;
    color: #525252;
    margin-bottom: 28px;
}

.use-case-item-icons {
    margin-bottom: 40px;
}

.use-case-item-descs {
    color: #7d7d7d;
    font-weight: initial;
    font-size: 18px;
    line-height: 22px;
}

#benefits {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f7;
    padding-top: 75px;
    padding-bottom: 50px;
}

#benefits-img {
    margin-left: 40%;
    margin-top: 50px;
}

#benefits-text {
    width: 50%;
    margin-left: 20%;
}

.benefits-points {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.benefits-texts {
    font-family: inherit;
    color: black;
    vertical-align: middle;
    margin-left: 15px;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
}

.benefits-points-img {
    vertical-align: middle;
    display: inline-block;
}

#benefits-title {
    margin-bottom: 50px;
    line-height: 1.5em;
    color: #575757;
    font-size: 2.5em;
    font-weight: bold;
}

#benefits a {
    text-decoration: none;
    color: black;
    background-color: #B6cc15;
    padding: 15px 50px;
    border-radius: 35px;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
}

#businesses {
    width: 100%;
}

#businesses-header {
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    color: #525252;
    padding-top: 125px;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;

}

#businesses-img {
    width: 100%;
}

#feedback-section {
    width: 100%;
    margin-top: 100px;
}

#feedback-section #email {
    text-decoration: none;
    color: black;
    background-color: #B6cc15;
    padding: 15px 50px;
    border-radius: 35px;
    display: block;
    font-size: 1em;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    /*width: 21%;*/
    width: fit-content;
}

#feedback-section #email span {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

#questions-feedback {
    text-align: center;
    margin: 65px;
}

#questions-feedback h3 {
    font-weight: initial;
    font-size: 2em;
    color: #ec6521;
    margin-bottom: 20px;
}

#questions-feedback #icons-container {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    justify-content: center;
    grid-column-gap: 3%;
}

#questions-feedback .feedback-labels {
    font-weight: initial;
    font-size: 1em;
    margin-top: 5px;
    color: #ec6521
}


@media (max-width: 1500px) {

    #benefits-text{
        width: 80%;
    }

}

@media (max-width: 1055px){

    #logo a {
        line-height: 70px !important;
    }

}


@media (max-width: 1000px) {

    #benefits{
        display: block;
    }

    #benefits-img{
        display: none;
    }

    #businesses-header{
        font-size: 36px;
        width: 80%;
        padding-top: 75px;
    }

    #benefits-title{
        text-align: center;
    }

    #benefits-text{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #use-cases-title{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 767px) and (min-width: 0px){

    #logo a {
        padding: 0 0;
        /*line-height: unset;*/
    }

}

@media (max-width: 750px) {

    #use-case-items-container{
        grid-template-columns: auto auto;
    }

    #businesses-header{
        font-size: 34px;
        width: 80%;
    }

    #benefits-title{
        font-size: 2em;
    }

}

@media (max-width: 630px) {

    #benefits-text{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #benefits a{
        margin-right: auto;
        margin-left: auto;
        width: max-content;
        display: block;
    }

    #businesses-header{
        font-size: 28px;
        line-height: 45px;
        width: 80%;
        padding-top: 75px;
    }

}

@media (max-width: 500px) {

    #use-case-items-container{
        grid-template-columns: auto;
    }

    #benefits-title{
        font-size: 1.8em;
    }

    .benefits-texts{
        font-size: 1.1em;
    }

    #businesses-header{
        width: 90%;
        font-size: 21px;
        line-height: 35px;
    }

    #use-cases-title{
        font-size: 2.2em;
        line-height: 40px;
    }

    #benefits a{
        padding: 10px 30px;
        margin-top: 40px;
    }

    #feedback-section{
        margin-top: 75px;
    }

    #feedback-section #email{
        padding: 10px 40px;
        margin-top: 0px;
    }
}

@media (max-width: 420px) {
    #feedback-section #email{
        padding: 1px 14px;
        font-size: 12px;
        text-align: center;
        width: fit-content;
    }

    #feedback-section{
        margin-top: 50px;
    }
}

@media (max-width: 1175px) {

    #banner-content {
        width: 70%;
        position: absolute;
        top: 200px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        right: 15%;
    }

    #banner-body{
        font-weight: normal;
        font-size: 16px;
        margin-top: 8px;
    }

    #banner-title{
        text-align: center;
        font-size: 55px;
        line-height: 60px;
        margin-top: 100px;
    }

    #banner a{
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        display: block;
    }

}

@media (max-width: 675px) {

    #banner-content {
        width: 80%;
        position: absolute;
        top: 200px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        right: 10%;
    }

    /*#banner-body{
        font-weight: 700;
        font-size: 18px;
        margin-top: 8px;
    }

    #banner-title{
        text-align: center;
        font-size: 55px;
    }

    #banner a{
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        display: block;
    }*/

}

@media (max-width: 650px) {

    #banner {
        background: url("/img/agent-business-650.png") no-repeat ;
        background-size: cover;
        overflow: hidden;
        height: 700px;

    }

    #banner-content {
        width: 80%;
        position: absolute;
        top: 80px;
        text-align: center;
        /*right: 10%;*/
        /*margin-left: auto;
        margin-right: auto;*/
    }

    #banner-body{
        /*font-weight: 700;*/
        /*font-size: 18px;*/
        margin-top: 40px;
    }

    #banner-title{
        text-align: center;
        font-size: 40px;
        line-height: 50px;
    }

}

@media (max-width: 430px) {

    #banner-title{
        font-size: 29px;
        line-height: 40px;
        margin-top: 75px;
    }

    #banner-body{
        font-size: 17px;
        margin-bottom: 40px;
    }

}

.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin-top: -60px;
    /*z-index: 1000;*/
    bottom: 0;
    position: relative;
    left: 0px;
    float: left;
}