* {
    box-sizing: border-box;
}

@media(min-width: 1366px) {
    .container {
        width: 100% !important;
        max-width: 1322px !important;
    }
}

::-moz-selection {
    color: #fff;
    background: #0092C9;
}

::selection {
    color: #fff;
    background: #0092C9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    color: #00547F;
    font-weight: 700;
}

p {
    margin-top: 0 !important;
}

p:nth-last-child(1) {
    margin-bottom: 0 !important;
}

body {
    font-size: 22px;
    line-height: 34px;
    color: #101820;
    font-family: Myriad Pro, sans-serif;
    margin: 0 !important;
}

a {
    text-decoration: none;
    color: #0092C9;
}

a:hover {
    color: #00547F;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0 0 0 15px;
}

li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-top: 12px;
}

li:before {
    position: absolute;
    color: #0092C9;
    content: "\2022";
    font-weight: bold;
    left: 0;
}

.mktoImg {
    max-width: 100% !important;
}

img {
    border: 1px solid #D8D8D8;
}

section {
    position: relative;
    padding: 87px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1 {
    font-size: 57px;
    line-height: 68px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    line-height: 49px
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

.cta {
    width: 100%;
}

.cta a {
    font-family: Myriad Pro, sans-serif;
    display: inline-block;
    color: #ffffff;
    background-color: #0092C9;
    padding: 14px 15px;
    pointer-events: auto;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none !important;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    min-width: 453px;
    transition: all 0.1s;
    margin-top: 30px;
    border-radius: 15px;
}

.cta a:hover {
    transform: translate3d(0, -3px, 0) !important;
    background-color: #00547F !important;
}

/*Header*/
header {
    padding: 20px 0;
}

header img,
footer img {
    max-width: 158px;
    border: none !important;
}

.sec1 .formContainer {
    padding: 25px 26px 50px;
    border-radius: 15px;
}

.sec1RightImg {
    margin-top: 104px;
}

.sec1 .secWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec1 .secLeft {
    width: 52.9%;
    padding-right: 23px;
}

.sec1 .secRight {
    width: 47.1%;
}

.secRightWrap {
    float: right;
    max-width: 511px;
    width: 100%;
}

.sec1ImgWrap {
    padding: 46px 0 10px;
}
.sec1 .content{
    margin-top: 36px;
}
.sec1 .content h3{
    font-weight: 600 !important;
    margin-bottom: 25px;
}

.formContainer h2 {
    font-size: 42px;
    line-height: 52px;
    color: #0092C9;
}

/*footer*/
footer {
    padding: 33px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

.footerWrap {
    align-items: flex-end;
    justify-content: space-between;
}

.footerLogo {
    padding-right: 40px;
}

.footerWrap,
.footerLinksWrap {
    display: flex;
    flex-wrap: wrap;
}

.formLinks {
    padding: 0 40px 0 0;
}

footer a {
    color: #ffffff !important;
}

footer a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

@media(max-width: 1199px) {
    .sec1 .secLeft {
        width: 65%;
        padding-right: 50px;
    }

    .sec1 .secRight {
        width: 35%;
    }

    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    h2,
    .formContainer h2{
        font-size: 28px;
        line-height: 36px;
    }
    h3{
        font-size: 24px;
        line-height: 34px;
    }
    body{
        font-size: 18px;
        line-height: 26px;
    }
    .cta a{
        min-width: 300px;
        padding: 12px ​15px;
        font-size: 20px;
        line-height: 26px;

    }
    .sec1RightImg {
        margin-top: 60px;
    }
}
@media(max-width: 991px){
        .footerLogo, .footerWrap, .footerLinksWrap,
        .formLinks,.copyright{
        padding: 0 !important;
        width: 100%;
        text-align: center;
    }
    .formLinks{
        padding: 20px 0  10px !important;
    }
}

@media(max-width: 767px){
    section{
        padding: 50px 0;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2,
    .formContainer h2{
        font-size: 28px;
        line-height: 34px;
    }
    h3{
        font-size: 24px;
        line-height: 34px;
    }
    .sec1 .secLeft,
    .sec1 .secRight {
        width: 100% !important;
        padding: 0 !important;
    }
    .sec1 .secRight{
        margin-top: 60px !important;
    }
    .secRightWrap{
        float: none;
        margin: 0 auto;
    }
    header img, footer img{
        max-width: 110px; 
    }
}