body {
    font-family: "Work sans";
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

* {
    outline: none;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 300;
    text-align: center;
}

h2 {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #0f3273;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
}

h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "Work sans";
    color: #0f3273;
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.big-container {
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

.header {
    padding-right: 20px;
    padding-left: 20px;
}

.content-wide {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content-wide.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-wide.testimonials-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.content-wide.case-study-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-wide.companies-content {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
}

.content-wide.contact-content {
    padding-top: 80px;
    padding-bottom: 20px;
}

.content-wide.sub-content {
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
}

.content-wide.header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    padding-bottom: 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-wide.expert-content {
    padding-top: 90px;
    padding-bottom: 90px;
}

.link {
    padding-left: 35px;
    background-image: url('../images/phone_1phone.png');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-decoration: none;
}

.banner {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #092669;
    background-image: url('../images/banner-bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-small {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.content-small.banner-content {
    padding-top: 170px;
    padding-bottom: 170px;
}

.content-small.register-content {
    padding-top: 60px;
    padding-bottom: 40px;
}

.content-small.register-content.register-thanks {
    padding-top: 40px;
}

.content-small.banner-content {
    padding-top: 180px;
    padding-bottom: 180px;
}

.content-small.banner-content.banner-thanks {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content-small.questions-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content-small.testimonial-content {
    padding-top: 170px;
    padding-bottom: 170px;
}

.content-small.content-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-small.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.heading {
    margin-bottom: 35px;
}

.paragraph {
    margin-bottom: 45px;
    color: #cdd4e2;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
}

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta {
    display: block;
    width: 340px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #08b26a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.cta:hover {
    background-color: transparent;
    color: #08b26a;
    border-color: #08b26a;
}

.cta.thanks {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: none;
}

.cta.thanks:hover {
    background-color: #fff;
    color: #08b26a;
}

.list-item {
    margin: 1%;
}

.testimonials {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-center {
    text-align: center;
}

.case-study {
    padding-right: 20px;
    padding-left: 20px;
}

.case-holder-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 160px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-holder {
    position: relative;
    width: 45%;
}

.img-holder.wide {
    width: 50%;
    margin-right: -70px;
}

.text-holder {
    width: 49%;
}

.image {
    margin-bottom: 30px;
}

.bold-text {
    margin-bottom: 30px;
    font-weight: 700;
}

.paragraph-2 {
    margin-bottom: 35px;
}

.no-margin {
    margin-bottom: 0px;
}

.case-holder-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.italic-text {
    padding-left: 40px;
    border-left: 4px solid #f6f6f6;
}

.italic-text.italic-contact {
    width: 30%;
}

.text-span {
    display: block;
    font-weight: 500;
}

.paragraph-3 {
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 300;
}

.paragraph-3.margin {
    margin-bottom: 30px;
}

.paragraph-3.white {
    color: #fff;
}

.link-2 {
    color: #000;
    font-weight: 500;
}

.link-2:hover {
    text-decoration: none;
}

.image-2 {
    position: absolute;
    top: 18%;
    right: -7%;
    z-index: -1;
}

.image-3 {
    position: absolute;
    top: 11%;
    z-index: -1;
}

.paragraph-4 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-buttons {
    width: 360px;
    height: 60px;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cta-buttons.green {
    background-color: #08b26a;
}

.cta-buttons.ghost {
    border: 2px solid #08b26a;
    background-color: #fff;
    color: #08b26a;
}

.list-item-2 {
    margin-right: 1%;
    margin-left: 1%;
}

.list-item-3 {
    padding-left: 40px;
}

.list-item-3.margin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-3 {
    margin-bottom: 35px;
    padding-left: 0px;
}

.companies {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f6f6f6;
}

.paragraph-5 {
    margin-bottom: 50px;
    color: #0f3273;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.sub-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #8898b9;
}

.image-4 {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}

.contact-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rated {
    width: 15%;
}

.paragraph-6 {
    color: #fff;
}

.form-holder {
    padding-top: 195px;
    padding-bottom: 195px;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
}

.image-5 {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.paragraph-7 {
    margin-bottom: 5px;
    color: #acb7ce;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0px;
}

.list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-3 {
    color: #576b89;
    font-size: 12px;
    line-height: 22px;
}

.link-3:hover {
    text-decoration: none;
}

.list-item-4 {
    margin-right: 1%;
    margin-left: 1%;
}

.testimonial {
    padding-right: 20px;
    padding-left: 20px;
}

.image-9 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.text-span-2 {
    font-weight: 300;
}

.big-container-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 55px;
    line-height: 70px;
    font-weight: 300;
    text-align: center;
}

.register {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #8898b9;
}

.questions {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f6f6f6;
}

.paragraph-8 {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.paragraph-9 {
    margin-bottom: 50px;
    color: #0f3273;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    text-align: center;
}

.link-4 {
    display: inline-block;
    padding: 8px;
    border-radius: 30px;
    background-color: #fdfdfd;
    color: #0f3273;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-4:hover {
    background-color: transparent;
}

.sub-banner {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f6f6f6;
}

.banner-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/banner-bg.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paragraph-10 {
    margin-bottom: 0px;
    color: #acb7ce;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f3273;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
}

.heading-5.testimonial-heading {
    margin-bottom: 130px;
    text-align: center;
}

.heading-5.questions-header {
    margin-bottom: 40px;
    text-align: center;
}

.paragraph-11 {
    margin-bottom: 50px;
    color: #0f3273;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.paragraph-12 {
    margin-bottom: 55px;
    color: #cdd4e2;
    font-size: 23px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0px;
}

.paragraph-12.paragraph-thanks {
    margin-bottom: 30px;
}

.link-5 {
    padding-left: 32px;
    background-image: url('../images/phone_2phone.png');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
}

.banner-left {
    width: 52%;
}

.text-span-3 {
    display: block;
    color: #ffcb58;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading-6 {
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 49px;
}

.paragraph-13 {
    margin-bottom: 50px;
    color: #fff;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
}

.image-11 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.paragraph-14 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.banner-right {
    width: 43%;
    padding: 3%;
    background-color: #f7f5f8;
}

.banner-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-7 {
    margin-bottom: 20px;
}

/*----- Start Form -----*/


#hs-form-iframe-0 {
    width: 100% !important;
}

.hs-form .field {
    padding: 0.5em 0 0;
}

.hs-form label {
    margin: 0 !important;
    padding: 0 !important;
}

.hs-form-required {
    color: #fff !important;
}

.hs-form-field .input {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(222, 222, 222, 0.5);
}

.legal-consent-container .hs-form-field .input {
    box-shadow: none !important;
}

.hs-form-field {
    float: none !important;
    width: 100% !important;
}

.hbspt-form .hs-form .legal-consent-container ul li.hs-form-booleancheckbox .hs-form-booleancheckbox-display p,
.hbspt-form .hs-form .legal-consent-container ul li.hs-form-booleancheckbox .hs-form-booleancheckbox-display span {
    color: #000 !important;
}

.hbspt-form .hs-form .hs-submit input.hs-button {
    width: 100% !important;
    height: 56px;
    padding: 0;
    font-size: 16px;
    line-height: 56px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.hbspt-form .hs-form .hs-submit input.hs-button:hover {
    background-color: transparent;
    color: #08b26a;
    border-color: #08b26a;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span a {
    color: #000 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span a:hover {
    text-decoration: none;
}

.hbspt-form .hs-form .legal-consent-container ul li.hs-form-booleancheckbox .hs-form-booleancheckbox-display input.hs-input {
    margin-top: 8px !important;
}

.hbspt-form .hs-form .hs-error-msgs {
    margin-left: 0 !important;
}

.hbspt-form .hs-form .hs-error-msgs label {
    font-size: 12px;
    color: #ff0000a3 !important
}

.hs_error_rollup {
    display: none !important;
}

/*----- End Form -----*/

.royalSlider {
    max-width: 960px;
    margin: 0 auto;
}

.royalSlider p {
    font-size: 22px;
    line-height: 35px;
    font-family: "Work sans";
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0 0 35px 0;
}

.royalSlider img.testimonial-logo {
    display: block;
    margin: 0 auto 35px;
}

.rsArrowLeft {
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 30%;
    left: -15%;
}

.rsArrowRight {
    background: url(../images/arrow-right.png) no-repeat center;
    background-size: contain;
    width: 26px;
    height: 51px;
    position: absolute;
    top: 30%;
    right: -15%;
}

.rsNav.rsBullets {
    float: none;
}

.rsBullet {
    width: 9px;
    height: 9px;
}

.rsNavSelected {
    background: #0f3273 !important;
}

.rsBullet {
    background: #bcc5d5;
}

.paragraph-15 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}

.list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.list-item-5 {
    margin-right: 25px;
    color: #b1b0b2;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.expert {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/bg2.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.paragraph-16 {
    color: #f26f67;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.heading-bold {
    font-weight: 600;
    text-align: center;
}

.paragraph-17 {
    margin-bottom: 5px;
    color: #576b89;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 1024px) {

    .rsArrowLeft {
        left: 0;
        top: 60%;
    }

    .rsArrowRight {
        right: 0;
        top: 60%;
    }

    .content-wide.testimonials-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media (max-width: 991px) {

    br {
        display: none;
    }

    .content-wide.header-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-wide.testimonials-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-wide.case-study-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-wide.companies-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-wide.contact-content {
        padding-top: 60px;
    }

    .content-wide.sub-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-wide.header-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-wide.expert-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.banner-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.banner-content.banner-thanks {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content-small.questions-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.testimonial-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .heading {
        font-size: 45px;
        line-height: 55px;
    }

    .paragraph {
        margin-bottom: 30px;
    }

    .list-item {
        margin-right: 1%;
        margin-left: 1%;
    }

    .heading-center {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }

    .case-holder-left {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .img-holder {
        width: 100%;
        margin-bottom: 40px;
    }

    .img-holder.wide {
        width: 100%;
        margin-right: 0px;
    }

    .text-holder {
        width: 100%;
    }

    .paragraph-2 {
        margin-bottom: 30px;
    }

    .case-holder-right {
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .italic-text {
        padding-left: 30px;
    }

    .italic-text.italic-contact {
        width: 100%;
    }

    .image-2 {
        display: none;
    }

    .image-3 {
        display: none;
    }

    .paragraph-5 {
        margin-bottom: 30px;
    }

    .sub-holder {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .contact-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rated {
        width: 100%;
        text-align: center;
    }

    .image-6 {
        width: 200px;
    }

    .image-7 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .heading-2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 50px;
    }

    .heading-3 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-4 {
        font-size: 50px;
        line-height: 60px;
    }

    .paragraph-8 {
        font-size: 20px;
        line-height: 30px;
    }

    .paragraph-9 {
        margin-bottom: 40px;
    }

    .image-10 {
        width: 200px;
    }

    .sub-holder-2 {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .heading-5.testimonial-heading {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }

    .heading-5.questions-header {
        font-size: 40px;
        line-height: 50px;
    }

    .paragraph-11 {
        margin-bottom: 30px;
    }

    .paragraph-12 {
        margin-bottom: 40px;
    }

    .banner-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .heading-6 {
        margin-bottom: 40px;
    }

    .paragraph-13 {
        margin-bottom: 40px;
    }

    .banner-right {
        width: 100%;
    }

    .banner-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .heading-bold {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .content-wide.testimonials-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-wide.companies-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-wide.contact-content {
        padding-top: 40px;
    }

    .content-wide.expert-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .link {
        padding-left: 0px;
        background-image: none;
        font-size: 20px;
        line-height: 30px;
    }

    .content-small.banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.register-content {
        padding-top: 40px;
    }

    .content-small.banner-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.banner-content.banner-thanks {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content-small.questions-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.testimonial-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.content-banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content-small.footer-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .heading {
        font-size: 40px;
        line-height: 50px;
    }

    .paragraph {
        font-size: 20px;
        line-height: 30px;
    }

    .heading-center {
        font-size: 35px;
        line-height: 45px;
    }

    .list-item-2 {
        margin-right: 0%;
        margin-left: 0%;
    }

    .list-item-2.margin {
        margin-bottom: 15px;
    }

    .sub-holder {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .image-4 {
        margin-bottom: 40px;
    }

    .image-6 {
        width: 170px;
    }

    .heading-2 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-3 {
        font-size: 30px;
        line-height: 40px;
    }

    .image-8 {
        margin: 2%;
    }

    .heading-4 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 50px;
    }

    .paragraph-9 {
        margin-bottom: 30px;
    }

    .image-10 {
        width: 180px;
    }

    .heading-5.testimonial-heading {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-5.questions-header {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 45px;
    }

    .paragraph-12 {
        font-size: 20px;
        line-height: 30px;
    }

    .link-5 {
        padding-left: 0px;
        background-image: none;
        font-size: 20px;
        line-height: 25px;
    }

    .text-span-3 {
        font-size: 45px;
        line-height: 45px;
    }

    .heading-6 {
        font-size: 40px;
    }

    .heading-7 {
        letter-spacing: 0.5px;
    }

    .paragraph-16 {
        letter-spacing: 5px;
    }

    .heading-bold {
        font-size: 35px;
        line-height: 45px;
    }

    .royalSlider p {
        font-size: 20px;
        line-height: 30px;
    }

    .rsArrowLeft {
        left: 0;
        top: 90%;
        width: 20px;
    }

    .rsArrowRight {
        right: 0;
        top: 90%;
        width: 20px;
    }

}

@media (max-width: 479px) {
    .content-wide.header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-wide.header-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-small.banner-content.banner-thanks {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heading {
        font-size: 35px;
        line-height: 45px;
    }

    .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta {
        width: 100%;
    }

    .list-item {
        margin: 0% 0% 15px;
    }

    .list-item.last {
        margin-bottom: 0px;
    }

    .heading-center {
        font-size: 30px;
        line-height: 40px;
    }

    .paragraph-4 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .list-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta-buttons.green {
        width: 100%;
        font-size: 14px;
    }

    .cta-buttons.ghost {
        width: 100%;
        font-size: 14px;
    }

    .paragraph-5 {
        letter-spacing: 2px;
    }

    .list-item-4 {
        margin-right: 3%;
        margin-left: 3%;
    }

    .heading-2 {
        font-size: 30px;
        line-height: 40px;
    }

    .image-8 {
        margin: 3%;
    }

    .link-block {
        margin-bottom: 15px;
    }

    .heading-4 {
        font-size: 35px;
        line-height: 45px;
    }

    .link-block-2 {
        margin-bottom: 15px;
    }

    .paragraph-9 {
        font-size: 20px;
        line-height: 30px;
    }

    .heading-5.testimonial-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-5.questions-header {
        font-size: 30px;
        line-height: 40px;
    }

    .paragraph-11 {
        letter-spacing: 2px;
    }

    .text-span-3 {
        font-size: 40px;
        line-height: 40px;
    }

    .heading-6 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-7 {
        font-size: 20px;
        line-height: 30px;
    }

    .paragraph-16 {
        letter-spacing: 2px;
    }

    .heading-bold {
        font-size: 30px;
        line-height: 40px;
    }
}
