@font-face {
    font-family: 'geometosregular';
    src: url("../Fonts/geometos-webfont.eot");
    src: url("../Fonts/geometos-webfont.eot?#iefix") format("embedded-opentype"),url("../Fonts/geometos-webfont.woff2") format("woff2"),url("../Fonts/geometos-webfont.woff") format("woff"),url("../Fonts/geometos-webfont.svg#geometosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.section_wrapper {
    margin: 0 auto;
    width: 952px;
    position: relative;
    padding-top: 21px;
    margin-top: -119px;
}

.ulip-section {
    position: relative;
}

.content-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
    height: 680px;
    width: 100%;
}

.clear {
    clear: both;
}

.ulip-sec-left, .ulip-sec-right {
    width: calc(50% - 15px);
    float: left;
    box-sizing: border-box;
    margin: 30px 0;
}

.ulip-sec-left {
    margin-right: 15px;
}

.ulip-sec-right {
    margin-left: 15px;
    border: 1px solid #97262A;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
}

    .ulip-sec-right .form-sec {
        padding: 20px 40px;
    }

.page-heading {
    /*color: #97262A;*/
    font-size: 30px;
    position: relative;
    /*margin-top: 20px;*/
}

    .page-heading::after {
        content: "";
        position: absolute;
        left: -15px;
        top: 0;
        /*background: #97262A;*/
        width: 5px;
        height: 100%;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
    }

.page-subheading {
    font-size: 20px;
    margin-top: 20px;
}

.details-txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 2rem 0;
}

.list-insurence {
    margin-top: 10px;
}

    .list-insurence li {
        margin-bottom: 10px;
        font-size: 16px;
    }

        .list-insurence li img {
            width: 50px;
            height: 50px;
            display: inline-block;
            vertical-align: middle;
        }

        .list-insurence li span {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 60px);
        }

.downloads-links {
    margin-top: 60px;
}

    .downloads-links li {
        margin-right: 15px;
        display: inline-block;
    }

        .downloads-links li a {
            font-size: 16px;
            color: #97262A;
            text-decoration: underline;
        }

        .downloads-links li img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

.form-field {
    position: relative;
}

.error-msg {
    position: relative;
    top: 74%;
    color: #db0303;
    font-size: 11px;
    margin-bottom: 0;
}

.form-field label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.ulip-form {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    width: 100%;
    margin-bottom: 20px;
    height: 36px;
}

    .ulip-form:focus {
        outline: 0;
    }


.checkbox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

    .checkbox-container .checkmark {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 7px;
        background: url("../images/checkbox.svg");
    }

    .checkbox-container input:checked ~ .checkmark {
        background: url("../images/checkbox-selected.svg");
    }

    .checkbox-container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 100%;
        width: 100%;
        left: 0;
        top: 3px;
    }

.lbl {
    color: #999;
    font-size: 12px;
}


.submit-btn {
    margin-top: 20px;
    background-color: #97262A;
    color: #ffffff;
    border: 1px solid #97262A;
    text-transform: uppercase;
    min-width: 158px;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #fff;
        color: #97262A;
    }

.captcha {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 10px;
    display: flex;
    align-items: flex-start;
}

    .captcha .img {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

.captcha-reload {
    position: absolute;
    top: -2px;
    right: 12px;
    cursor: pointer;
}

.captcha .input {
    margin-left: 5%;
    margin-bottom: 0;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.captcha input {
    border: 0;
    box-shadow: none !important;
}

.text-center {
    text-align: center;
}

.ulip-sec-right .banner {
    height: 180px;
}

    .ulip-sec-right .banner img {
        width: 100%;
        height: 100%;
    }

.header_wrapper {
    position: relative;
}

.small-txt {
    font-size: 12px;
    margin-top: 20px;
    color: #999;
}


/**/

.ulipWrap_AD12 {
    width: 100%;
    float: left;
    margin: 92px 0 0;
}

    .ulipWrap_AD12 .downloads-links {
        width: 100%;
        float: left;
    }

    .ulipWrap_AD12 .small-txt {
        width: 100%;
        float: left;
    }

.content-section::before {
    height: 650px;
}

.checkbox-container .checkmark {
    border-radius: 0;
    top: 10px;
}

.captcha input {
    background-color: #fff;
    padding: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .ulipWrap_AD12 {
        margin: 0;
    }

    .ulip-sec-right .form-sec {
        padding: 20px !important;
    }

    .captcha .input {
        margin-left: 12% !important;
    }

    .captcha-reload {
        right: -25px !important;
    }
}

@media (min-width: 768px) {
    .section_wrapper {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .section_wrapper {
        width: 970px;
    }
}


@media (min-width: 1200px) {
    .section_wrapper {
        width: 952px;
    }
}

.section_wrapper:after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    visibility: hidden;
}

.ulip-section {
    position: relative;
}

    .ulip-section:after {
        content: '';
        display: table;
        clear: both;
        height: 0;
        visibility: hidden;
    }

.content-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: -91px;
    background: #f8f8f8;
    height: 540px;
    width: 100%;
}

.clear {
    clear: both;
}

.ulip-sec-left, .ulip-sec-right {
    width: calc(50% - 15px);
    float: left;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .ulip-sec-left, .ulip-sec-right {
        width: 100%;
    }

    .ulipWrap_AD12 {
        margin: 0;
    }

    .section_wrapper {
        width: auto;
        max-width: 100%;
        margin: 0 15px;
         
    }

    h3.page-heading {
        font-size: 18px;
    }

    .page-subheading {
        font-size: 16px;
    }

    .section_wrapper {
        padding: 0;
    }

    h3.page-heading {
        font-size: 20px;
    }

    .page-subheading {
        font-size: 14px;
    }

    .ulip-sec-right .form-sec {
        padding: 20px 15px !important;
    }
}

.ulip-sec-left {
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .ulip-sec-left {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.ulip-sec-right {
    margin-left: 15px;
    border: 1px solid #97262A;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #dedede;
}

@media screen and (max-width: 767px) {
    .ulip-sec-right {
        margin-left: 0;
    }
}

.ulip-sec-right .form-sec {
    padding: 20px 40px;
}

h3.page-heading {
    color: #97262A;
    font-size: 30px;
    position: relative;
    margin-top: 20px;
}

@media screen and (max-width:991px) {
    h3.page-heading {
        font-size: 26px;
    }
}

h3.page-heading::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    background: #97262A;
    width: 5px;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    h3.page-heading::after {
        left: -10px;
    }
}

.page-subheading {
    font-size: 20px;
    margin-top: 30px;
}

@media screen and (max-width:991px) {
    .page-subheading {
        font-size: 18px;
    }
}

.details-txt {
    font-size: 14px;
    margin-top: 30px;
}

.list-insurence {
    margin-top: 10px;
}

    .list-insurence li {
        margin-bottom: 10px;
        font-size: 16px;
    }

@media screen and (max-width:991px) {
    .list-insurence li {
        font-size: 14px;
    }
}

.list-insurence li img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.list-insurence li span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}

.downloads-links {
    margin-top: 60px;
}

@media screen and (max-width: 480px) {
    .downloads-links {
        margin-top: 30px;
    }

    .list-insurence li img {
        width: 40px;
        height: 40px;
    }

    .downloads-links li {
        display: block !important;
    }

    .captcha .img {
        width: 42% !important;
    }

    .captcha .input {
        width: 46% !important;
        margin-left: 40px !important;
    }

    .captcha-reload {
        top: 0px !important;
        right: -25px !important;
        width: 18px;
    }
}

.downloads-links li {
    margin-right: 15px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .downloads-links li {
        /*display:block;*/
        margin: 10px 0;
    }
}

@media screen and (max-width:991px) {
    .downloads-links li {
        margin-right: 5px;
    }
}

.downloads-links li a {
    font-size: 16px;
    color: #97262A;
    text-decoration: underline;
}

@media screen and (max-width:991px) {
    .downloads-links li a {
        font-size: 14px;
    }
}

.downloads-links li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.form-field {
    position: relative;
}

.error-msg {
    position: relative;
    top: 74%;
    color: #db0303;
    font-size: 11px;
    margin-bottom: 0;
}

.form-field label {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.ulip-form {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    color: #242424;
    width: 100%;
    margin-bottom: 20px;
    height: 36px;
}

    .ulip-form:focus {
        outline: 0;
    }


.checkbox-container {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

    .checkbox-container .checkmark {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 7px;
        background: url("../images/checkbox.svg");
    }

    .checkbox-container input:checked ~ .checkmark {
        background: url("../images/checkbox-selected.svg");
    }

    .checkbox-container input[type="checkbox"] {
        position: absolute;
        opacity: 1;
        cursor: pointer;
        height: 35%;
        width: 9%;
        left: 0;
        top: 3px;
    }

.lbl {
    color: #999;
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
}


.submit-btn {
    margin-top: 20px;
    background-color: #97262A;
    color: #ffffff;
    border: 1px solid #97262A;
    text-transform: uppercase;
    min-width: 158px;
    border-radius: 0;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #fff;
        color: #97262A;
    }

.captcha {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 10px;
}

    .captcha .img {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

.captcha-reload {
    position: absolute;
    top: -3px;
    right: -25px;
    cursor: pointer;
}

.captcha .input {
    margin-left: 9%;
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
}

.captcha input {
    border: 0;
    box-shadow: none !important;
}

.text-center {
    text-align: center;
}

.ulip-sec-right .banner {
    height: 180px;
}

@media screen and (max-width:640px) {
    .ulip-sec-right .banner {
        height: auto;
    }
}

.ulip-sec-right .banner img {
    width: 100%;
    height: 100%;
}

.small-txt {
    font-size: 12px;
    margin-top: 20px;
    color: #999;
}



.page-heading {
    position: relative;
    padding-left: 15px;
}


.h1, h1 {
    font-family: "geometosregular";
    font-size: 30px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.h2, h2 {
    font-family: "geometosregular";
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.h3, h3 {
    font-family: "geometosregular";
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.h4, h4 {
    font-family: "geometosregular";
    font-size: 18px;
    font-weight: normal;
    color: #f9a60c;
}

.h5, h5 {
    font-family: "vagroundedthinregular";
    font-size: 18px;
    font-weight: normal;
    color: #014ca9;
    font-weight: 500;
}

.body-text, .typography p {
    font-family: "vagroundedstdlightlight";
    font-size: 14px;
    line-height: 21px;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}


body {
    background-color: #ffffff;
    font-family: "vagroundedstdlightlight";
    overflow-x: hidden;
    min-height: 100%;
    margin: 0;
    position: relative;
}

.Pl p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 2rem 0;
}

p:last-child {
    margin-bottom: 0;
}


ul, ol {
    list-style: none;
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list li {
    margin-bottom: 5px;
    line-height: 2rem;
}

.list {
    list-style-type: disc;
    padding-left: 30px;
}


@media screen and (max-width:767px) {
    .ulip-section {
        display: flex;
        flex-wrap: wrap;
    }

    .mobFirstContent {
        position: absolute;
        top: 10px;
        left: 0;
    }

    .ulip-sec-right {
        order: -2;
        margin-top: 30%;
    }

    .ulip-sec-left {
        margin-top: 0;
    }

    #CaptchaImage{
        max-width:135px !important;
    }
}


.page-heading {
    /*color: #97262A;*/
    font-size: 30px;
    position: relative;
    /*margin-top: 20px;*/
}
