.advertisingFormContent {
    width: 100%;
    float: left;
}

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

.adFormHeader {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 25px;
}

.adFormHeader h1 {
    text-align: center;
    font-size: 54px;
    line-height: 1.3em;
    margin-top: 0px;
    color: rgb(57, 76, 96);
}
.adFormHeader h3 {
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    color: rgb(57, 76, 96);
}

.advertisingFormBox {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 720px;
    width: 100%;
    border: 1px solid rgb(219, 219, 219);
    margin: 0 auto;
    display: table;
}

.formProgress {
    background: rgba(0, 0, 0, 0.8);
    border: 3px solid transparent;
    height: 45px;
    line-height: 45px;
    font-size: 19px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

.progressInside {
    height: 46px;
    line-height: 40px;
    -webkit-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -moz-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -ms-transition: width .25s ease, height .25s ease, font-size .25s ease;
    -o-transition: width .25s ease, height .25s ease, font-size .25s ease;
    transition: width .25s ease, height .25s ease, font-size .25s ease;
    width: 66%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.formContentInsdie {
    text-align: center;
}

.formContentInsdie h1 {
    text-align: center;
    font-size: 44px;
    line-height: 1.3em;
    color: rgb(57, 76, 96);
    font-weight: 600;
    margin-top: 0;
}

.formContentInsdie p {
    text-align: center;
    font-size: 23px;
    line-height: 1.3em;
    color: rgb(57, 76, 96);
    font-weight: 600;
}

.formfieldBorder {
    padding: 0px 20px;
}

.formfield {
    margin-top: 40px;
    border: 3px solid rgba(57, 76, 96, 0.2);
    border-radius: 5px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.formfield h2 {
    text-align: center;
    font-size: 37px;
    line-height: 1.3em;
    color: #394c60;
    margin: 0;
}

.formfield p {
    text-align: center;
    font-size: 16px;
    line-height: 1.3em;
    color: #394c60;
    margin-top: 0;
}

.advertisingInput {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 5px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}

.advertisingInput:focus {
    border-color: #42B0E2;
}

.formButton .formButtonSubmit {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(49, 181, 119);
    font-size: 21px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    padding: 15px 36px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.Step1BottomDescription {
    width: 100%;
    float: left;
}

.Step1BottomContent {
    width: 30%;
    float: left;
}

.Step1BottomContent img {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.15);
    padding: 5px !important;
    border-radius: 200px;
    background: rgba(0, 0, 0, 0.15);
    max-width: 75%;
}

.Step1BottomContent1 {
    width: 70%;
    float: left;
}

.Step1BottomContent1 p {
    text-align: left;
    font-size: 16px;
    line-height: 1.3em;
}

.formContentInsdie img {
    height: 65px;
}

.formFieldInside {
    margin-top: 10px;
}

.dividerform {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.paddingFormRight {
    padding-right: 10px;
}

.paddingFormLeft {
    padding-left: 10px;
}

.border0 {
    border-radius: 0;
}

.helpBlock {
    margin-bottom: 0px;
    margin-top: 10px;
}

.helpBlock {
    font-size: 14px !important;
    line-height: 27px !important;
    color: #737373 !important;
    margin-top: 10px !important;
}

.selectBottmNew p {
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.oneTimeOfferMain {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-color: #7FC2F7;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    background: #F1F4F4;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.oneTimeOfferMainBoreder {
    border: 3px dashed rgb(213, 229, 240);
    padding: 10px;
    background-color: rgb(237, 248, 255);
}

.offerContent {
    padding: 1px 10px;
    margin-bottom: 10px;
    background-color: rgb(213, 229, 240);
    text-align: center;
    color: rgb(41, 116, 168);
    font-size: 22px;
    font-weight: 600;
    padding: 5px 0px;
}

.FormCard {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxTitleForm {
    width: 100%;
    float: left;
}

.boxTitleForm p {
    margin: 0px;
    text-align: center;
    font-size: 34px;
    color: #394c60;
    line-height: 1.3em;
}

.weekTitleNew {
    margin-top: 10px;
    padding: 0px 30px;
}

.weekResultNew {
    width: 100%;
    float: left;
    text-align: center;
}

.weekTitleNew p {
    font-size: 32px;
    color: #394c60;
    margin: 0px;
    margin-top: 10px;
    line-height: 32px;
}

.resultDividerNew {
    width: 90%;
    border-top-style: dashed !important;
    border-top-width: 1px;
    margin: 15px auto;
}

@media only screen and (max-width: 768px) {
    .adFormHeader h1 {
        font-size: 22px;
    }
    .adFormHeader h3 {
        font-size: 16px;
    }
    .advertisingFormBox {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        margin: 0 auto;
       padding-bottom: 10px;
    }
    .formContentInsdie img {
        width: 100%;
        height: auto;
    }
    .formContentInsdie h1 {
        font-size: 22px;
    }
    .formfieldBorder {
        padding: 0px 0px;
    }
    .formfield {
        padding: 20px 10px;
    }
    .formButton .formButtonSubmit {
        padding: 10px 15px;
        font-size: 16px;
    }
    .Step1BottomContent {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .Step1BottomContent1 {
        width: 100%;
        float: left;
    }
    .paddingFormRight {
        padding-right: 0px;
    }
    .paddingFormLeft {
        padding-left: 0px;
    }
    .mobilepadding0 {
        padding-left: 10px;
    }
    .resultimagesNew img {
        width: 100%;
    }
    .boxTitleForm p {
        font-size: 22px;
    }
    .weekTitleNew {
        padding: 0px 10px;
    }
    .weekTitleNew p {
        font-size: 18px;
    }

    .formProgress {
        font-size: 16px;
    }

    .formContentInsdie p {
        font-size: 15px;
    }

    .formfield h2 {
        font-size: 19px;
    }

    .adFormHeader {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .formfield {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .advertisingForm1 {
        margin-bottom: 0px;
    }
}

/*affiliatesignup css start*/
.dividerAdvertisingForm{
    width: 100%;
    float: left;
    border: 2px solid rgba(0, 0, 0, 0.2);
    margin: 10px 0px;
}

/*affiliatesignup css End*/

/*security css start*/
.securitySection{
    width: 100%;
    float: left;
}
.securitySectionInside{
    width: 100%;
    float: left;
    background: #0b4da3;
}
.rivals{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 30px 0px;
}
.rivals img{
    max-width: 100%; 
}

.rivals h1{
    font-size: 55px;
    font-style: italic;
    margin: 0px;
}
.rivalsCom{
    font-size: 60px;
    font-weight: 700;
}
.rivals h1 sub{
    font-size: 11px;
    font-style: normal;
    margin-left: -10px;
}

.rivalsClose{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: -35px;
}
.rivalsClose img{
    max-width: 100%;
}
.errorDescription{
    width: 100%;
    float: left;
    text-align: center;
    padding: 50px 15px 30px 15px;
}
.errorDescriptionInside{
    max-width: 900px;
    margin: 0 auto;
}
.errorDescriptionInside h3{
    color: #7e7c7d;
    font-size: 40px;
    font-weight: 600;
}
.errorDescriptionInside p{
    font-size: 20px;
    color: rgba(126, 124, 125, 0.81);
}


@media only screen and (max-width: 768px) {
    .errorDescriptionInside h3 {
        font-size: 30px;
    }
    .errorDescriptionInside p {
        font-size: 18px;
    }
    .rivals img {
        width: 85%;
    }
    .rivalsClose img{
        width: 30%;
    }
}
/*security css end*/