
body {
    margin: 0;
    padding: 0;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: normal;
    font-family: 'OpenSansRegular', sans-serif;
    background: #fff;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 20px;
}

.img_banner {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.text_box {
    text-align: left;
    max-width: 760px;
    margin: 0 auto;
}

.pad_zero {
    padding: 25px 0px;
}

.img_right {
    /*max-width:300px;*/
    width: 100%;
}

.g-recaptcha div {
    margin: 0 auto;
}

#main_wrapper {
}

a {
    color: #70b93d;
    text-decoration: none;
}

    a:hover {
        color: #ef3e42;
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

h3 {
    color: #666;
    font-size: 24px;
    font-weight: 500;
    font-family: 'RobotoMedium_3', sans-serif;
}

/*================================================= Header Starts ======================================================*/
.header_top span {
    margin-top: 45px;
}

header {
    width: 100%;
    padding: 25px 0;
    margin: 0;
    background-color: #70b93d;
    position: relative;
    z-index: 50;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.dn_hdr_container {
    max-width: 940px;
    margin: 0 auto;
}

.logo {
    max-width: 80px;
    float: left;
}

.logo-result {
    float: left;
}

.dn_logo_sr {
    float: left;
    width: 1px;
    border-left: 1px solid #e0e0e0;
    height: 64px;
    margin: 13px 25px 0;
}

.dn_slogan {
    float: left;
    color: #333;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    font-family: 'RobotoLight_3', sans-serif;
    margin-top: 28px;
}


/*================================================ Header Ends =========================================================*/

/*========================================== Homepage slider Starts ====================================================*/
.header_top {
    background: #70b93d;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.button_outer_top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: table;
}

.button_inner_top {
    display: table-cell;
    vertical-align: middle;
}

.home_btn {
    background: #fff;
    padding: 5px 10px;
    background-color: white;
    color: #70b93d;
    font-weight: 600;
}

#dn_slider {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    min-height: 285px;
    background: url(../images/dn-slider-desktop.jpg);
    background-size: cover;
}

/*=========================================== Homepage slider ends =====================================================*/

/*========================================== Content section Starts ====================================================*/

#dn_content {
    max-width: 760px;
    margin: 25px auto 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.strip_bg {
    width: 100%;
    /*background: url(../images/strip-bg.jpg) repeat-x;*/
    margin-bottom: 12px;
}

.inner_area {
    width: 100%;
    padding: 0 30px;
}

.hdng_sec {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

    .hdng_sec .num {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        text-align: center;
        padding-top: 2px;
        background-color: #70b93d;
        border-radius: 100%;
        color: white;
        font-size: 15px;
        font-weight: 600;
    }

    .hdng_sec h4 {
        padding-left: 36px;
        font-size: 16px;
        font-weight: 700;
        color: #666;
        padding-top: 3px;
    }

.spacer {
    border-top: 2px dashed #b0b0b0;
    height: 2px;
    width: 100%;
    margin: 30px 0;
}

.sa_dn_form {
    width: 100%;
}

    .sa_dn_form label.dn_label {
        color: #444444;
        font-size: 14px;
        font-weight: normal;
        width: 100%;
    }

    .sa_dn_form input.inp, .sa_dn_form textarea.txtarea, .sa_dn_form select.inp, .sa_dn_form input.txt_inp {
        height: 38px;
        border: none;
        background: #ededed;
        color: #878787;
        font-size: 14px;
        font-weight: normal;
        box-shadow: none;
        padding: 5px 8px;
        border-radius: 3px;
        font-family: 'OpenSansRegular', sans-serif;
    }

    .sa_dn_form textarea.txtarea {
        height: auto;
        resize: vertical;
    }

    .sa_dn_form .form-group {
        margin-bottom: 18px;
    }

    .sa_dn_form .submit {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        font-family: 'OpenSansBold', sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border-radius: 5px;
        border: none;
        text-align: center;
        padding: 6px 30px;
        margin: 0 auto;
        cursor: pointer;
        background: #70b93d;
        max-width: 190px;
        box-shadow: 0 4px 0 #70b93d;
        height: 42px;
    }

    .sa_dn_form button.dn_btn {
        float: left;
        display: inline-block;
        color: #575757;
        font-family: 'OpenSansRegular', sans-serif;
        font-weight: normal;
        font-size: 14px;
        background: #c7c7c7;
        border-radius: 3px;
        border: none;
        width: 80px;
        height: 38px;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }

        .sa_dn_form button.dn_btn:hover, .sa_dn_form button.dn_btn_act {
            color: #fff;
            text-decoration: none;
            background: #ef3e42;
            padding: 0;
        }

    .sa_dn_form .sm_width {
        max-width: 102px;
    }

    .sa_dn_form .csc_width {
        max-width: 162px;
        float: left;
    }

    .sa_dn_form input.txt_inp {
        float: left;
        display: inline-block;
        width: 200px;
        margin-bottom: 10px;
    }

    .sa_dn_form input.wd_col1 {
        float: left;
        width: 13%;
        margin-right: 2%;
    }

    .sa_dn_form input.wd_col2 {
        float: left;
        width: 23%;
        margin-right: 2%;
    }

    .sa_dn_form input.wd_col3 {
        float: left;
        width: 33%;
        margin-right: 2%;
    }

    .sa_dn_form input.wd_col4 {
        float: left;
        width: 25%;
    }

.csc_info {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ededed;
    border-radius: 100%;
    margin: 7px 0 0 6px;
    color: #929292;
    text-align: center;
    padding-top: 2px;
}

.dn_padd {
    padding-left: 20px;
    padding-right: 20px;
}

.cptcha {
    margin-bottom: 15px;
}

.frm_btn_padd {
    margin-right: 12px;
}

/*=========================================== Content section ends =====================================================*/

/*============================================== Extra Classes =========================================================*/

.clearfix {
    clear: both;
    height: 0;
    content: '';
}

.marginBtm18 {
    margin-bottom: 18px;
}

.margin_btm20 {
    margin-bottom: 20px;
}

.required {
    color: #70b93d;
}

.nav-tabs {
    border-color: #fff;
}

    .nav-tabs > li > a {
        border-radius: 0;
        color: #444444;
        font-size: 18px;
    }

.dn_tab_cnt {
    background: #fff;
    padding: 20px;
}

.dn_tab_cnt_border {
    border-top: 4px solid #70b93d;
}

.dn_tab_cnt h3 {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: #fff #fff transparent;
    color: #70b93d;
}

#top_tab.nav-tabs > li > a {
    background: #c7c7c7;
    color: #575757;
    border-top: 0;
}

    #top_tab.nav-tabs > li > a:hover {
        border-color: #c7c7c7 #c7c7c7 #c7c7c7;
    }

#top_tab.nav-tabs > li.active > a, #top_tab.nav-tabs > li.active > a:focus, #top_tab.nav-tabs > li.active > a:hover {
    background: #70b93d;
    color: #fff;
    border-color: #70b93d #70b93d transparent;
}

.dn_tab_cnt .tooltip-inner {
    color: #fff;
    background-color: #70b93d;
    font-family: 'OpenSansRegular', sans-serif;
    line-height: 14px;
    padding: 6px 8px 8px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #70b93d;
}

#top_dn_form label {
    width: 100%;
    display: inline-block;
}

#top_dn_form .form-group:last-child {
    margin: 0;
}

#top_dn_form .btn-group {
    width: 100%;
    padding: 0;
}

    #top_dn_form .btn-group .btn {
        margin: 0 10px 10px 0;
        border-radius: 3px;
        background: #c7c7c7;
        border-width: 0;
        padding: 0;
        width: 80px;
        color: #444444;
        font-family: 'OpenSansRegular', sans-serif;
        font-weight: normal;
        font-size: 14px;
        vertical-align: middle;
        padding: 9px 0;
    }

        #top_dn_form .btn-group .btn:first-child {
            margin-left: 0;
        }

        #top_dn_form .btn-group .btn.active {
            background: #70b93d;
            color: #ffffff;
            box-shadow: none;
        }

        #top_dn_form .btn-group .btn label {
            margin: 0;
        }


[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
    position: absolute;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
}

#form_val legend {
    padding-top: 0;
    line-height: 50px;
}

#form_val .divErrorListContainer ul {
    padding-left: 15px;
}

    #form_val .divErrorListContainer ul li {
        color: #ef3e42;
    }

footer {
    width: 100%;
    padding: 25px 0px 0px 0px;
    margin: 0;
    background-color: #f7f7f7;
    z-index: 50;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
}

/*============================================== Thank you page starts =============================================*/

#dn_innr_container {
    max-width: 940px;
    margin: 25px auto 30px;
    background-color: #f7f7f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.inner_area2 {
    padding: 40px 30px 30px;
}

h1.thanku_txt {
    font-size: 28px;
    color: #70b93d;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
}

.thanku_maintxt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #666;
    font-family: 'Roboto', sans-serif;
}

.thanku_txt2 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 30px;
    padding-right: 40px;
}

.thanku_sec_dp {
    float: right;
    width: 220px;
    height: 210px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
}

.thanku_dr {
    height: 2px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    margin: 82px 0 35px;
}

#thanku_footer {
    width: 100%;
}

.thanku_footer_sec {
    margin-bottom: 0;
}

#thanku_footer h3 {
    color: #666;
    font-family: 'RobotoMedium_3', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

span.call {
    display: block;
    background: url(../images/icon-call.png) no-repeat 0 2px;
    padding-left: 24px;
    margin-bottom: 5px;
}

span.mail {
    display: block;
    background: url(../images/icon-mail.png) no-repeat 0 4px;
    padding-left: 24px;
    color: #e96568;
}

    span.mail a {
        color: #70b93d;
        text-decoration: none;
    }

        span.mail a:hover, span.mail a:focus {
            text-decoration: underline;
        }

.location_sec {
    margin-left: 40px;
}

.social_icons {
    display: block;
    margin: 0;
    padding: 0;
}

    .social_icons a {
        display: inline-block;
        float: left;
        width: 70px;
        height: 40px;
        margin-right: 8px;
        text-decoration: none;
    }

.inp-title-other {
    margin-top: 10px;
}


/*=============================================== Thank you page ends =============================================*/



@media screen and (max-width: 1200px) { /* lg */
}

@media screen and (max-width: 992px) { /* md */

}

@media screen and (max-width: 979px) {
    .dn_hdr_container, .dn_innr_container {
        width: 94%;
        margin: 0 3%;
    }

    #dn_content, #dn_innr_container {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 769px) and (min-width: 576px) {
    #dn_slider {
        min-height: 305px;
        background: url(../images/dn-slider-tablet.png) no-repeat top center;
    }
}

@media screen and (max-width: 768px) { /* sm  */

}

@media screen and (max-width: 767px) {
    #dn_content, #dn_innr_container {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .inner_area {
        padding: 0 15px;
    }

    .no_padd {
        padding: 0;
    }

    .paddLt {
        padding-left: 15px;
    }

    .xs_col_wd {
        max-width: 112px;
    }


    #ThankYou .pull-right {
        float: none !important;
    }

    #ThankYou .col-sm-4 {
        width: 100%;
    }

    .thanku_sec_dp {
        float: none;
        margin: 0 auto;
    }

    .thanku_txt2 {
        padding-right: 0;
    }

    .thanku_footer_sec {
        margin-bottom: 30px;
    }

    .location_sec {
        margin-left: 0;
    }
}

@media screen and (max-width: 639px) {
    .logo {
        width: 11%;
    }

    .dn_logo_sr {
        height: 60px;
        margin: 6px 18px 0;
    }

    .dn_slogan {
        font-size: 27px;
        line-height: 32px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    #dn_slider {
        min-height: 80px;
        background: url(../images/dn-slider-mobile.png) no-repeat top center;
        background-size: 100%;
    }
}

@media screen and (max-width: 559px) {
    .logo {
        width: 10%;
    }

    .dn_slogan {
        font-size: 22px;
        line-height: 28px;
        margin-top: 14px;
    }

    .dn_logo_sr {
        height: 48px;
        margin: 3px 12px 0;
    }
}

@media screen and (max-width: 480px) {

    .inner_area {
        padding: 0 4px;
    }

    .dn_padd {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        padding: 0px 5px;
    }

        .container [class*=' col-'] {
            padding: 0px 5px;
        }

    #dn_content, #dn_innr_container {
        width: 99%;
        margin: 0 auto;
    }

    .g-recaptcha div {
        margin: 0 auto;
        width: 179px !important;
    }


    .logo {
        width: 100%;
        max-width: 100%;
        text-align: center;
        float: none;
    }

    .dn_slogan {
        font-size: 22px;
        line-height: 28px;
        margin-top: 14px;
        float: none;
        text-align: center;
    }

    .dn_logo_sr {
        display: none;
    }

    .sa_dn_form input.wd_col1 {
        min-width: 49px;
        margin-bottom: 10px;
    }

    .sa_dn_form input.wd_col2 {
        min-width: 85px;
        margin-bottom: 10px;
    }

    .sa_dn_form input.wd_col3 {
        min-width: 122px;
        margin-bottom: 10px;
    }

    .sa_dn_form input.wd_col4 {
        min-width: 93px;
        margin-bottom: 10px;
    }

    .sa_dn_form input.inp, .sa_dn_form textarea.txtarea, .sa_dn_form select.inp, .sa_dn_form input.txt_inp {
        font-size: 12px;
    }

    #top_tab.nav-tabs > li > a {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 373px) {

    #divCaptcha .col-md-4, #divCaptcha .col-md-6 {
        padding-left: 0px;
    }
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 479px) {
    #top_tab.nav-tabs > li > a {
        font-size: 13px;
        font-weight: 600;
        padding: 7px 7px;
    }

    .nav-tabs > li > a {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 15px;
    }

    .dn_tab_cnt h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 419px) {
}

@media (max-width:740px) {
    .header_top span {
        margin-top: 42px;
    }

    .header_top img {
        min-width: 280px;
    }
}

.error {
    color: red;
}

@media (max-width:440px) {
    .header_top span {
        margin-top: 22px;
        margin-right: -20px;
    }

    .header_top img {
        min-width: 168px;
    }

    .home_btn {
        padding: 2px 3px;
    }
}

.grecaptcha-badge.hover {
    right: 4px !important;
}

@media (max-width: 480px) {
    #googleRecaptchadiv {
        width: 182px;
        margin: 20px auto 0;
    }

        #googleRecaptchadiv .grecaptcha-badge {
            position: static !important;
        }

    input#txtCardExpiryMonth {
        margin-left: -15px;
    }

    select#ddlDOBDay {
        margin: 0px 0px 0 -18px;
        width: 58px;
    }

    select#ddlDOBMonth {
        width: 68px;
        margin: 0px 0 0 -22px;
    }

    select#ddlDOBYear {
        width: 64px;
        margin: 0 0 0 -12px;
    }
}
