body {
    min-height: 100%;
    overflow-x: hidden;
    text-size-adjust: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
}

img {
    max-width: 100%
}

* {
    box-sizing: border-box
}

p {
    color: #333333;
    margin: 0 0 26px 0;
    line-height: 1.6;
    font-size: 22px;
}

p a {
    color: #333333;
    text-decoration: underline;
}

.learnBtn,
.startBtn,
.stepCol strong {
    line-height: 1;
    text-transform: uppercase
}

p:last-child {
    margin-bottom: 0
}

a,
button,
input[type=submit] {
    text-decoration: none;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

a:focus,
a:hover {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none
}

::-webkit-input-placeholder {
    color: #ababab!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: #ababab!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: #ababab!important;
    opacity: 1!important
}

:-moz-placeholder {
    color: #ababab!important;
    opacity: 1!important
}


/*header*/

.headerWrapper {
    padding: 8px 0;
    background-color: #fff;
}

.signBtn {
    float: right;
    padding: 10px 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #ffa800;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 24px;
}

.signBtn:hover,
.signBtn:focus {
    color: #fff;
    background-color: #ffca3b;
}

.signBtn-mid {
    width: 40%;
    padding: 25px 32px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background-color: #ffa800;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
}

.signBtn-mid:hover,
.signBtn-mid:focus {
    color: #fff;
    background-color: #ffca3b;
}

.headerLeft {
    float: left;
}

.headerLeft a {
    display: inline-block;
    vertical-align: middle;
}

.resourceText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    border-left: 1px solid #d2d2d2;
    color: #151515;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-left: 28px;
}


/*header*/


/*banner-panel*/

.bannerPanel {
    padding: 32px 0;
    background-color: #f0f0f0;
}

.banner_container {
    padding: 0 0 0 205px;
    position: relative;
}

.factImg {
    margin-bottom: 4px;
}

.banner_container ul li p {
    color: #151515;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 7px;
}

.banner_container ul li p strong {
    color: #ee2525;
}

.banner_container ul li {
    padding: 21px 10px 21px 85px;
}

.banner_container ul li:nth-child(2n) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+90 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.approveNtn {
    background-color: #fff;
    border: 1px solid #3cb878;
    border-radius: 3px;
    display: inline-block;
}

.approveNtn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #3cb878;
    border-radius: 0 2px 2px 0;
    padding: 7px 10px;
    transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s
}

.approveNtn img {
    margin: 0 4px;
}

.approveNtn:hover {
    background-color: #dfffee;
    border-color: #49dd91;
}

.approveNtn:hover span {
    background-color: #49dd91;
}

.banner_product {
    position: absolute;
    left: -305px;
    top: -32px;
    bottom: -32px;
}

.banner_product img {
    display: block;
    width: 695px;
}

.banner_container ul li:first-child {
    padding-top: 0;
}

.banner_container ul li:last-child {
    padding-bottom: 0;
}

.section-2 {
    padding: 35px 0 0 0;
}

.section-2 p {
    font-size: 20px;
    text-align: center;
}

.contestPanel {
    margin: 60px auto 0 auto;
    width: 870px;
    border: 1px solid #0dbcae;
    border-radius: 4px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.contestPanelLeft {
    float: left;
    width: 50%;
    padding: 30px 22px 39px 24px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    display: none;
}

.contestPanelRight {
    /* float: right; */
    width: 100%;
    padding: 20px 80px 0 80px;
    background-color: #0dbcae;
    border-radius: 0 4px 4px 0;
    min-height: 720px;
}


/*banner-panel*/

.signBtn {
    float: right;
}

.accordianNav {
    display: block;
    padding: 20px 305px 20px 90px;
    background-color: #f3f7f7;
    font-size: 24px;
    font-weight: 600;
    color: #e30613;
    position: relative;
}

.accordian_panel {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.accordianSection {
    padding: 80px 0;
}

.accordianNav:hover,
.accordianNav:focus {
    color: #e30613;
}

.accordianNav span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 16px;
    top: 50%;
    margin-top: -30px;
    background-color: #e30613;
    color: #fff;
    border-radius: 50px 50px 0 50px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    background-image: url(../images/numberArrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.accordianNav:after {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    content: '';
    right: 35px;
    top: 50%;
    margin-top: -23px;
    background-image: url(../images/arrow-top.png);
    background-repeat: no-repeat;
    background-position: center;
}

.accordianNav.collapsed:after {
    background-image: url(../images/arrow-bottom.png);
}

.whiteCell {
    padding: 23px 20px;
    position: relative;
}

.panel-group .accordian_panel+.accordian_panel {
    margin-top: 17px;
}

.orangeCell {
    padding: 23px 20px;
    background-color: #fbf7ec;
    position: relative;
}

.orangeCell:after {
    top: 0;
    left: 220px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px 20px 0 0;
}

.contestPanelLeft h2,
.accordianSection .contestPanelLeft h2 {
    font-size: 32px;
    margin: 0 0 23px 0;
    font-weight: 600;
}

.contestPanelLeft ul li {
    color: #292929;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    padding-left: 33px;
    background-image: url(../images/blueTick.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.contestPanelLeft ul li+li {
    margin-top: 14px;
}

.contestPanelLeft ul {
    margin-bottom: 51px;
}

.contestPanelRight h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-shadow: 1px 1px #7a7a7a !important;
}

.contestPanelRight h3:before {
    display: block;
    content: '';
    width: 49px;
    height: 6px;
    background-color: #fff;
    margin-bottom: 15px;
}

.addressFild {
    height: 46px;
    width: 100%;
    padding: 0 18px;
    border: none;
    border: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #ababab;
    margin-bottom: 22px;
    border-radius: 3px;
}

.addressSubmit {
    display: block;
    width: 100%;
    border-radius: 3px;
    padding: 17px 5px;
    border: 1px solid #e09400;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc500+0,ffa800+100 */
    background: rgb(255, 197, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc500', endColorstr='#ffa800', GradientType=0);
    /* IE6-9 */
}

.addressSubmit:focus,
.addressSubmit:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa800+0,ffc500+100 */
    background: rgb(255, 168, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#ffc500', GradientType=0);
    /* IE6-9 */
}

.contestPanelRight form {
    margin-bottom: 30px;
}

.promoteHead {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.promoteHead span {
    display: inline-block;
    background-color: #fff;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 1;
}

.promoteHead:before {
    position: absolute;
    height: 4px;
    left: 0;
    right: 0;
    content: '';
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    top: 50%;
    margin-top: -2px;
}

.accordianSection h2 {
    margin: 0 0 18px 0;
    color: #252525;
    font-size: 52px;
    font-weight: bold;
    padding-right: 7%;
}

.bnr-h3 {
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
    text-shadow: 1px 1px black !important;
    font-size: 42px !important;
    font-weight: bold;
    padding-right: 0% !important;
}

.accordianSection h2 span {
    color: #e30613;
}

.rightPadding {
    padding-right: 365px;
}

.whiteCell+.whiteCell {
    border-top: 1px solid #e1e1e1;
}

.image-1 {
    position: absolute;
    bottom: 24px;
    right: -25px;
}

.image-1 img {
    display: block;
}

.reasonPanel {
    padding: 0 120px 0 140px;
}

.reasonPanel ul {
    margin-bottom: 47px;
}

.image-2 {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.image-2 img {
    display: block;
}

.reasonPanel {
    margin-bottom: 60px;
}

.reasonPanel ul li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 25px;
}

.redIcon {
    position: absolute;
    left: 3px;
    top: 6px;
    z-index: 1;
}

.reasonPanel ul li:first-child {
    padding-top: 20px;
}

.reasonPanel ul li:first-child .redIcon {
    top: 25px;
}

.reasonPanel ul li:after {
    width: 6px;
    top: 32px;
    bottom: -27px;
    content: '';
    background-image: url(../images/line-3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 13px;
}

.reasonPanel ul li:last-child {
    margin-bottom: 0;
}

.reasonPanel ul li:first-child:after {
    top: 51px;
}

.reasonPanel ul li:last-child:after {
    bottom: 0;
    background-position: top center;
}

.reasonPanel ul li:first-child:before {
    width: 5px;
    top: 0;
    height: 23px;
    content: '';
    background-image: url(../images/line-3.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 13px;
}

.accordText {
    float: left;
    width: 60%;
}

.image-3 {
    float: right;
    width: 40%;
    text-align: center;
}

.topPadding {
    padding-top: 35%;
}

.topPadding-2 {
    padding-top: 7%;
}

.morePadding {
    padding: 0 250px 0 80px;
    margin-bottom: 30px;
    position: relative;
}

.halfList {
    float: left;
    width: 50%;
}

.reasonPanel ul.halfList li {
    padding-left: 35px;
}

.reasonPanel ul.halfList {
    margin-bottom: 35px;
}

.reasonPanel ul.halfList li:last-child:after {
    bottom: -20px;
}

.moreText {
    padding-top: 6px;
    border-top: 1px solid #c8c8c8;
}

.image-6 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.qustionPanel {
    padding: 52px 55px;
    width: 870px;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+64&0.11+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(255, 255, 255, 0.04) 64%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 0%, rgba(255, 255, 255, 0.04) 64%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(255, 255, 255, 0.04) 64%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1c000000', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
}

.qustionPanel h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.contactColum {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.orCell {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 1px solid #b4b4b4;
    text-align: center;
    background-color: #ffffff;
    color: #929292;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50px;
    left: -18px;
    top: 50%;
    margin-top: -18px;
}

.contactColum+.contactColum {
    border-left: 1px solid #b4b4b4;
}

.contactColum i {
    display: block;
    margin-bottom: 3px;
}

.contactColum span {
    display: block;
    margin-bottom: 20px;
    color: #c8c8c8;
    font-size: 24px;
    line-height: 1;
}

.contactColum a {
    color: #ff9000;
    font-size: 24px;
    display: inline-block;
}

.contactColum a:hover {
    color: #000;
}

.profile_pic {
    margin-bottom: 15px;
}

.signCell strong {
    display: block;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.lavelCont {
    padding: 0 300px 0 75px;
    margin-bottom: 40px;
    position: relative;
}

.greatCell {
    padding: 25px 0;
    position: relative;
}

.greatCell:before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    height: 12px;
    background-image: url(../images/dash.png);
    top: 0;
}

.greatCell:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    height: 12px;
    background-image: url(../images/dash.png);
    bottom: 0;
}

.image-8 {
    position: absolute;
    right: 40px;
    top: 10px;
}

.topPadding-3 {
    padding-top: 18%;
}

.bars {
    margin: 40px 0;
    text-align: center;
}

.bottomContest_panel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bottomContest_panel .contestPanelRight {
    border-bottom-right-radius: 0;
}


/*footer*/

.footerWrapper {
    padding: 65px 0 100px 0;
    background-color: #efefef;
    text-align: center;
    border-top: 1px solid #dddddd;
}

.footerWrapper p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 22px;
    line-height: 1;
}

.footerWrapper ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    font-size: 18px;
    color: #333333;
}

.footerWrapper ul li a {
    color: #333333;
}

.footerWrapper ul li:hover a {
    color: #000;
}

.mobileBanner-pro,
.listMobile,
.bar_Mobile {
    display: none;
}

.contestPanel .moonray-form-p2c86470f125 .moonray-form {
    width: auto;
    border: 0;
    background-color: transparent;
}

.contestPanel .moonray-form-p2c86470f125 .moonray-form-element-wrapper {
    padding: 0;
}

html body .moonray-form-label-pos-stacked .moonray-form-input-type-email .moonray-form-input,
html body .moonray-form-label-pos-stacked .moonray-form-input-type-text .moonray-form-input,
html body .moonray-form-label-pos-stacked .moonray-form-input-type-select .moonray-form-input {
    height: 42px;
    width: 100%;
    padding: 0 15px;
    border: none;
    border: none;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
    font-size: 17px;
    color: #ababab;
    margin-bottom: 20px !important;
    border-radius: 3px;
}

html body .moonray-form .moonray-form-input-type-submit #mr-field-element-327348872123.moonray-form-input {
    display: block;
    width: 100% !important;
    border-radius: 3px;
    padding: 17px 5px;
    border: 1px solid #e09400;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    font-family: 'IBM Plex Sans', sans-serif !important;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc500+0,ffa800+100 */
    background: rgb(255, 197, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 197, 0, 1) 0%, rgba(255, 168, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc500', endColorstr='#ffa800', GradientType=0);
    /* IE6-9 */
}

html body .moonray-form .moonray-form-input-type-submit #mr-field-element-222315809959.moonray-form-input:focus,
html body .moonray-form .moonray-form-input-type-submit #mr-field-element-222315809959.moonray-form-input:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa800+0,ffc500+100 */
    background: rgb(255, 168, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 168, 0, 1) 0%, rgba(255, 197, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#ffc500', GradientType=0);
    /* IE6-9 */
}

@media (max-width:1199px) {
    .section-2 p,
    p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .bannerPanel {
        padding: 20px 0;
    }
    .banner_container ul li p {
        font-size: 18px;
    }
    .banner_container ul li {
        padding: 13px 0 13px 65px;
    }
    .approveNtn span {
        font-size: 13px;
    }
    .banner_container {
        padding: 0 0 0 340px;
    }
    .banner_product {
        left: -50px;
        top: -20px;
        bottom: -20px;
    }
    .factImg img {
        width: 50px;
    }
    .section-2 {
        padding: 30px 0 0 0;
    }
    .contestPanel {
        margin: 30px auto 0 auto;
        width: 800px;
    }
    .contestPanelLeft h2,
    .accordianSection .contestPanelLeft h2 {
        font-size: 25px;
        margin: 0 0 15px 0;
    }
    .contestPanelLeft ul li {
        font-size: 18px;
    }
    .contestPanelLeft ul {
        margin-bottom: 25px;
    }
    .contestPanelRight {
        padding: 44px 20px 0 20px;
    }
    .addressFild {
        margin-bottom: 12px;
    }
    .contestPanelRight h3:before {
        margin-bottom: 10px;
    }
    .addressSubmit {
        font-size: 18px;
    }
    .line-img-cell img {
        height: 27px;
    }
    .contestPanelRight {
        min-height: inherit;
        padding-bottom: 30px;
    }
    .contestPanelLeft {
        padding: 22px;
    }
    .accordianSection {
        padding: 40px 0;
    }
    .accordianSection h2 {
        margin: 0 0 10px 0;
        font-size: 32px;
        padding-right: 0;
    }
    .bnr-h3 {
        margin: 0 0 10px 0;
        font-size: 32px !important;
        padding-right: 0;
    }
    .promoteHead {
        font-size: 18px;
    }
    .image-1 {
        bottom: 20px;
        right: 0;
        width: 330px;
    }
    .whiteCell {
        padding: 15px;
    }
    .rightPadding {
        padding-right: 300px;
    }
    .accordianNav span {
        width: 40px;
        height: 40px;
        left: 6px;
        margin-top: -20px;
        font-size: 22px;
        line-height: 40px;
        background-size: 20px;
    }
    .accordianNav {
        padding: 12px 56px;
        background-color: #f3f7f7;
        font-size: 20px;
    }
    .accordianNav:after {
        width: 36px;
        height: 36px;
        background-size: 15px;
        right: 7px;
        margin-top: -18px;
    }
    .reasonPanel {
        padding: 0 50px;
        margin-bottom: 30px;
    }
    .reasonPanel ul,
    reasonPanel {
        margin-bottom: 30px;
    }
    .reasonPanel ul li {
        padding-left: 50px;
    }
    .topPadding,
    .topPadding-2,
    .topPadding-3 {
        padding-top: 0;
    }
    .whiteCell p br {
        display: none;
    }
    .morePadding {
        padding-right: 250px;
    }
    .lavelCont {
        padding: 0 170px 0 20px;
        margin-bottom: 20px;
    }
    .image-8 {
        right: 0;
        top: 0;
        width: 170px;
    }
    .image-3 {
        width: 30%;
    }
    .accordText {
        width: 70%;
    }
    .bars {
        margin: 20px 0;
    }
    .qustionPanel {
        padding: 30px;
        width: 800px;
    }
    .qustionPanel h3 {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    .contactColum span {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contactColum a {
        font-size: 20px;
    }
    .footerWrapper {
        padding: 50px 0;
    }
    .banner_product img {
        display: block;
        height: 100%;
        width: 100%;
    }
}

@media (max-width:991px) {
    .banner_container ul li p {
        font-size: 14px;
    }
    .banner_container ul li {
        padding: 10px 0 10px 20px;
    }
    .banner_product {
        left: -60px;
    }
    .contestPanel {
        width: 100%;
    }
    .contestPanelLeft h2,
    .accordianSection .contestPanelLeft h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contestPanelRight form {
        margin-bottom: 37px;
    }
    .qustionPanel {
        width: 100%;
        padding: 20px;
    }
    .section-2 p,
    p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .rightPadding {
        padding-right: 20px;
    }
    .image-1 {
        position: static;
        margin: 10px auto 0 auto;
    }
    .reasonPanel {
        padding: 0;
        margin-bottom: 20px;
    }
    .reasonPanel ul li {
        padding-left: 40px;
    }
    .image-6 {
        width: 150px;
        bottom: 40px;
    }
    .image-8 {
        display: none;
    }
    .lavelCont {
        padding: 0;
    }
    .footerWrapper p,
    .footerWrapper ul li {
        font-size: 16px;
    }
    .footerWrapper {
        padding: 35px 0;
    }
}

@media (max-width:767px) {
    .approveNtn img {
        width: 80px;
    }
    .approveNtn span {
        font-size: 11px;
        padding: 7px;
    }
    .factImg img {
        width: 35px;
    }
    .banner_product {
        left: -140px;
    }
    .banner_container {
        padding: 0 0 0 274px;
    }
    .resourceText {
        padding-left: 12px;
        font-size: 16px;
        margin-left: 10px;
    }
    .contestPanelRight h3 {
        font-size: 18px;
    }
    .contestPanelLeft h2,
    .accordianSection .contestPanelLeft h2 {
        font-size: 20px;
    }
    .contestPanelLeft h2 br {
        display: none;
    }
    .tickMark img {
        width: 70px;
    }
    .addressFild {
        font-size: 16px;
        height: 40px;
    }
    .addressSubmit {
        font-size: 14px;
    }
    .contestPanelRight {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordianSection h2 {
        font-size: 25px;
    }
    .bnr-h3 {
        font-size: 28px !important;
        text-shadow: none !important;
    }
    .accordianSection {
        padding: 30px 0;
    }
    .image-6 {
        width: 100px;
    }
    .orangeCell {
        padding: 23px 15px 15px 15px;
    }
}

@media (max-width:640px) {
    .signBtn-mid {
        width: 70%;
        padding: 20px 26px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        background-color: #ffa800;
        border-radius: 3px;
        font-weight: bold;
        margin-top: 50px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        margin-top: 40px;
    }
    .headerLeft a {
        width: 65px;
    }
    .resourceText {
        font-size: 20px;
    }
    .signBtn {
        margin-top: 17px;
    }
    .banner_product {
        display: none;
    }
    .banner_container ul li:nth-child(2n) {
        background: none;
    }
    .banner_container {
        padding: 0;
    }
    .banner_container ul li p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .factImg {
        margin-bottom: 10px;
    }
    .factImg img {
        width: auto;
    }
    .banner_container ul li {
        padding-left: 0;
    }
    .mobileBanner-pro {
        display: block;
        margin-top: 30px;
        margin-bottom: -20px;
    }
    .contestPanel {
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }
    .contestPanelRight {
        border-radius: 0;
    }
    .contestPanelLeft,
    .contestPanelRight {
        float: none;
        width: 100%;
    }
    .line-img-cell img {
        width: auto;
    }
    .contestPanelLeft h2,
    .accordianSection .contestPanelLeft h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .contestPanelLeft ul li,
    .contestPanelRight h3 {
        font-size: 22px;
    }
    .contestPanelRight form {
        margin-bottom: 20px;
    }
    .section-2 p,
    p,
    .footerWrapper p,
    .footerWrapper ul li {
        font-size: 20px;
    }
    .image-3 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .accordText {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .listDesk,
    .bars {
        display: none;
    }
    .listMobile {
        display: block;
    }
    .listMobile ul {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .image-6 {
        width: 170px;
    }
    .bar_Mobile {
        display: block;
        text-align: center;
        margin: 15px 0;
    }
    .contestPanelRight form {
        width: 400px;
    }
    .contactColum {
        float: none;
        width: 100%;
        padding: 35px 20px;
    }
    .contactColum+.contactColum {
        border-top: 1px solid #b4b4b4;
        border-left: none;
    }
    .orCell {
        top: -18px;
        left: 50%;
        margin-left: -18px;
        margin-top: 0;
    }
    .orangeCell:after {
        left: 100px;
    }
    .line-img-cell img {
        height: inherit;
    }
    .qustionPanel h3 {
        margin-bottom: 25px;
    }
    .contactColum:last-child {
        padding-bottom: 0;
    }
    .contactColum:first-child {
        padding-top: 0;
    }
}

@media (max-width:568px) {
    .section-2 p,
    p,
    .footerWrapper p,
    .footerWrapper ul li {
        font-size: 16px;
    }
    .accordianNav {
        padding-right: 40px;
        padding-left: 43px;
        font-size: 18px;
    }
    .accordianNav span {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 17px;
        line-height: 30px;
        background-size: 15px;
    }
    .accordianNav:after {
        width: 30px;
        height: 30px;
        background-size: 12px;
        margin-top: -15px;
    }
    .contestPanelLeft h2,
    .accordianSection .contestPanelLeft h2 {
        font-size: 22px;
    }
    .contestPanelLeft ul li,
    .contestPanelRight h3,
    .banner_container ul li p {
        font-size: 16px;
        text-shadow: none !important;
    }
    .contestPanelRight form {
        width: 100%;
    }
    .contestPanelLeft,
    .contestPanelRight {
        padding: 15px;
    }
    .resourceText {
        font-size: 14px;
    }
    .image-1 {
        width: 100%;
    }
    .contactColum a,
    .contactColum span {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .signBtn-mid {
        width: 80%;
        padding: 15px 22px;
        line-height: 1;
        text-transform: uppercase;
        color: #fff;
        background-color: #ffa800;
        border-radius: 3px;
        font-weight: bold;
        margin-top: 50px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 21px;
        margin-top: 30px;
    }
    .headerLeft a {
        font-size: 40px;
    }
    .resourceText {
        display: block;
        padding: 0;
        margin: 7px 0 0 0;
        border: none;
    }
    .resourceText {
        font-size: 12px;
    }
    .signBtn {
        margin-top: 27px;
    }
    .accordianSection h2 {
        font-size: 22px;
    }
    .bnr-h3 {
        font-size: 26px !important;
    }
    .rightPadding {
        padding: 10px;
    }
    .orangeCell {
        padding: 23px 10px 10px 10px;
    }
    .orangeCell:after {
        left: 50px;
    }
    .signBtn {
        padding: 10px;
    }
    .panel-group .accordian_panel+.accordian_panel {
        margin-top: 10px;
    }
    .mobileBanner-pro {
        margin-top: 15px;
    }
}


/*======================= start faq ===================*/

.dsplay {
    width: 100%;
    display: table;
}

.faqsec {
    padding: 10px 0 0 0;
}

.accordion-container {
    width: 100%;
    margin: 0px auto 0px auto;
}

.accordion {
    box-sizing: border-box;
    font-weight: 600;
    color: #e30613;
    cursor: pointer;
    float: left;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #f3f7f7;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin: 15px 0 5px 0;
    padding: 30px 305px 30px 90px;
    width: 100%;
    background: #f3f7f7;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    position: relative;
}

.accordion .number,
.answer {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 16px;
    top: 50%;
    margin-top: -30px;
    background-color: #e30613;
    color: #fff;
    border-radius: 50px 50px 0 50px;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    background-image: url(../images/numberArrow.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.answer {
    background: #b2dabd;
}

.accordion-open {
    background: #f3f7f7 url(../images/up.png) 97% 32px no-repeat;
    border: 1px solid #cccccc;
}

.accordion-close {
    background: #f3f7f7 url(../images/down.png) 97% 30px no-repeat;
    border: 1px solid #cccccc;
    background-color: #f3f7f7;
}

.acdn-content {
    position: relative;
    box-sizing: border-box;
    color: #333;
    float: left;
    padding: 15px 10px 20px 10px;
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    margin: 0 0 5px 0;
}

ul.faqlist {
    padding: 0 0 0 22px;
}

ul.faqlist li {
    background: url(../images/bullet4.jpg) left 12px no-repeat;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 12px;
}

.faqtxt {
    padding: 20px 0 0 0;
}

.envelop {
    margin: 10px auto 0 auto;
    display: block;
}

@media only screen and (max-width: 1023px) {
    .accordion-container {
        margin: 16px auto 20px auto;
    }
    .accordion {
        font-size: 19px;
        line-height: 26px;
        margin: 10px 0 2px 0;
        padding: 15px 6.5% 15px 60px;
    }
    .accordion-open {
        background: #f3f7f7 url(../images/up.png) 97% 25px no-repeat;
        background-size: 15px;
    }
    .accordion-close {
        background: #f3f7f7 url(../images/down.png) 97% 22px no-repeat;
        background-size: 15px;
    }
    .accordion .number,
    .answer {
        top: 10px;
        width: 36px;
        height: 36px;
        font-size: 19px;
        line-height: 35px;
        left: 6px;
        margin-top: 0px;
    }
    .acdn-content {
        padding: 14px 10px 20px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion {
        padding: 15px 6.5% 15px 56px;
    }
    .acdn-content {
        padding: 14px 10px 20px 15px;
    }
}