/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script|Playball|Tangerine);
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('./fonts/opensans300.woff2') format('woff2'), url('./fonts/opensans300.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('./fonts/opensans400.woff2') format('woff2'), url('./fonts/opensans400.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('./fonts/opensans600.woff2') format('woff2'), url('./fonts/opensans600.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('./fonts/opensans700.woff2') format('woff2'), url('./fonts/opensans700.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('./fonts/opensans800.woff2') format('woff2'), url('./fonts/opensans800.woff') format('woff');
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: local('Dancing Script'), local('DancingScript'), url('./fonts/dancingscript.woff2') format('woff2'), url('./fonts/dancingscript.woff') format('woff');
}

@font-face {
    font-family: 'Playball';
    font-style: normal;
    font-weight: 400;
    src: local('Playball'), local('Playball-Regular'), url('./fonts/playball.woff2') format('woff2'), url('./fonts/playball.woff') format('woff');
}

@font-face {
    font-family: 'Tangerine';
    font-style: normal;
    font-weight: 400;
    src: local('Tangerine'), url('./fonts/tangerine.woff2') format('woff2'), url('./fonts/tangerine.woff') format('woff');
}

/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: local('Calibri'), url('./fonts/Calibri.woff2') format('woff2');
}

/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: local('Calibri Bold'), local('Calibri-Bold'), url('./fonts/Calibri700.woff2') format('woff2');
}

/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: local('Calibri Italic'), local('Calibri-Italic'), url('./fonts/Calibri400Italic.woff2') format('woff2');
}

/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 700;
    src: local('Calibri Bold Italic'), local('Calibri-BoldItalic'), url('./fonts/Calibri700Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Cookie';
    font-style: normal;
    font-weight: 400;
    src: local('Cookie-Regular'), url('./fonts/Cookie.woff2') format('woff2');
}


@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Sans'), local('DroidSans'), url('./fonts/DroidSans.woff2') format('woff2');
}

/* latin */
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('./fonts/DroidSans700.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* COMMON */
body {
    background-color: #F5F5F5;
    font-size: 10px;
    /*font-family: calibri, 'Open Sans', sans-serif;\*/
    font-family: 'Roboto', sans-serif !important;
}

#main-wrap {
    width: 998px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 998px;
    height: 57px;
    background-color: #004388;
    box-shadow: 0px -0px 0px 0px #000;
    border-bottom: 2px solid #e20d0d;
}

.logo {
    float: left;
    height: 50px;
    width: 120px;
    margin-left: 13px;
    background-image: url('../images/hdfc-logo-new.svg');
    background-repeat: no-repeat;
    background-position: center !important;
    margin-top: 8px;
    background-size: auto 24px;
}

.login-area {
    float: right;
    width: 500px;
    color: #FFFFFF;
    padding-top: 20px;
    margin-right: 10px;
    font-size: 14px;
}

.login-area a {
    text-decoration: none;
    color: #fff;
}

.login-name {
    float: right;
    color: #fff;
    letter-spacing: 0.5px;
    /* margin-top: -12px; */
}

.login-sep {
    float: right;
    width: 1px;
    background-color: #fff;
    height: 18px;
    margin: 0px 10px;
}

.login-link {
    float: right;
}

#page-wrap {
    float: left;
    width: 998px;
    background-color: #f3f3f3;
}

.page-heading-wrap {
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
}

.page-heading {
    float: left;
    margin-left: 200px;
    padding-top: 15px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.content-wrap {
    width: 998px;
    margin: 0 auto;
}

.error {
    color: #ff0000;
    font-size: 14px;
    background-color: transparent;
    /*padding: 9px;*/
    border: 1px solid transparent; /*width: 100%;*/
}

    /*.error {   color: #ff0000;
      font-size: 15px;
      background-color: #FDDDDD;
      padding: 3px 0 3px 3px;
      border: 1px solid rgba(203, 121, 121, 0);
      width: 99%;
      margin: 10px 20px 5px -10px;
    }*/
.errortxt {
    color: #ff0000 !important;
    border-color: #004A8E !important;
    background-color: #fdeded;
}

.content-wrap2 {
    width: 998px;
    margin: 0 auto;
}

.intro-left {
    float: left;
    width: 180px;
    background-color: #FFFFFF;
}

.left-intro-steps {
    float: left;
    width: 180px;
}

.left-intro-steps-num {
    float: left;
    width: 40px;
    height: 50px;
    background-color: #BAAEAE;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    cursor: pointer;
}

.left-intro-steps-num-active {
    background-color: #e60000 !important;
}

.left-intro-steps-text {
    float: left;
    width: 130px;
    height: 54px;
    margin-bottom: 1px;
    padding-left: 10px;
    background-color: #e2e2e2;
    color: #575757;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 600;
    cursor: pointer;
}

.left-intro-steps-text-active {
    background-color: #FFFFFF;
    color: #e50000;
}

/*.intro-right{float:left;width: 808px;height:490px;border-right: 1px solid #e3e3e3;background-color: #FFFFFF;}
*/
.intro-right {
    float: left;
    width: 808px;
    height: 490px;
    border-right: 1px solid #e3e3e3;
    background-color: #FFFFFF;
}

.inner-right {
    width: 811px;
}

.intro-slider-wrap {
    float: left;
}

.panel-wrapper {
    padding: 0px 10px;
}

.panel-wrapper img {
    margin-left: -10px !important
}

.right-intro-heading {
    font-size: 20px;
    padding-top: 10px;
}

/*.panel-wrapper{padding: 0px;}
.right-intro-heading{font-size:20px;padding: 10px 0 0 10px;} */
.head-red {
    color: #e50000;
    font-weight: normal;
}

.head-black {
    color: #000000;
    font-weight: normal;
}

.right-intro-text {
    font-size: 14px;
    color: #555454;
    padding-top: 13px;
    height: 220px;
    margin-bottom: 15px;
}

/*.right-intro-text{font-size:13px;color: #555454;padding: 10px;height:220px;margin-bottom: 15px;}*/
.right-intro-text-steps {
    font-size: 14px;
    color: #555454;
    padding-top: 13px;
    height: 200px;
    margin-bottom: 15px;
    overflow: auto !important;
}

/*.right-intro-btn{text-decoration: none;float: right;width: 95px;height: 30px;background-color: #000000 !important;border:1px solid #d7d7d7 !important;text-align: center;color: #FFFFFF;margin-right: 15px !important;cursor: pointer;font-size: 14px;padding-top: 0px; letter-spacing:1px;}*/
/*.right-intro-btn{text-decoration: none;float: right;width: 95px;height: 30px;background-color: #419ED7 !important;border:1px solid #d7d7d7 !important;text-align: center;color: #FFFFFF;margin-right: 15px !important;cursor: pointer;font-size: 14px;padding-top: 0px; letter-spacing:1px;}*/
.right-intro-btn {
    text-decoration: none;
    float: right;
    width: 120px;
    height: 35px;
    background-color: #d24040 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 162px !important;
    cursor: pointer;
    font-size: 19px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}

.right-intro-btn:hover {
    background-color: #002144 !important;
    color: #FFFFFF !important;
}

.right-intro-btn a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btn a:hover {
    background-color: #002144 !important;
    color: #FFFFFF !important;
}

.height25 {
    height: 25px !important;
    padding-top: 5px !important;
}

.right-intro-btnnew {
    text-decoration: none;
    float: right;
    width: 120px;
    height: 35px;
    background-color: #002144 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 15px !important;
    cursor: pointer;
    font-size: 16px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 8px;
}

.right-intro-btnnew:hover {
    background-color: #002144 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew a:hover {
    background-color: #004A8E !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew01 {
    text-decoration: none;
    float: right;
    /*width: 180px;*/
    height: 35px;
    background-color: #d24040 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF !important;
    margin-right: 15px !important;
    cursor: pointer;
    font-size: 19px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 8px;
}

.right-intro-btnnew01:hover {
    background-color: #004388 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew01 a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew01 a:hover {
    background-color: #e50000 !important;
    color: #FFFFFF !important;
}


.right-intro-btnnew02 {
    text-decoration: none;
    /* float: right;
  width: 160px;*/
    /* height: 35px; */
    background-color: #002144 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 0px !important;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}
.address-text{
    content: #000000;
    font-size: 12px;
    color: #4B5563;
    letter-spacing: 1px;
    /* margin: 0px 4px 12px 10px; */
}
.right-intro-btnnew02:hover {
    background-color: #004388 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew02 a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew02 a:hover {
    background-color: #e50000 !important;
    color: #FFFFFF !important;
}


.right-intro-btnnew03 {
    text-decoration: none;
    float: right;
    width: 120px;
    height: 35px;
    background-color: #d24040 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px !important;
    cursor: pointer;
    font-size: 19px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}

.right-intro-btnnew03:hover {
    background-color: #e60000 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew03 a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew03 a:hover {
    background-color: #e50000 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew04 {
    text-decoration: none;
    float: right;
    width: 180px !important;
    height: 35px;
    background-color: #d24040 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 5px !important;
    cursor: pointer;
    font-size: 19px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}

.right-intro-btnnew04:hover {
    background-color: #e60000 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew04 a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew04 a:hover {
    background-color: #e50000 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew05 {
    text-decoration: none;
    float: right;
    width: 120px;
    height: 35px;
    background-color: #d24040 !important;
    border: 1px solid #d7d7d7 !important;
    text-align: center;
    color: #FFFFFF;
    margin-right: 30px !important;
    cursor: pointer;
    font-size: 19px;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}

.right-intro-btnnew05:hover {
    background-color: #e60000 !important;
    color: #FFFFFF !important;
}

.right-intro-btnnew05 a {
    text-decoration: none;
    color: #676767;
}

.right-intro-btnnew05 a:hover {
    background-color: #e50000 !important;
    color: #FFFFFF !important;
}

.left {
    float: left;
    width: 40px;
    background-color: #FFFFFF;
}

/*.right{float:left;width: 790px;min-height:490px;border-right: 1px solid #e3e3e3;background-color: #FFFFFF;}*/
.right {
    float: left;
    width: 825px;
    border-right: 1px solid #e3e3e3;
    background-color: #FFFFFF;
}

.ad-space {
    float: left;
    width: 155px;
    padding: 0% 0% 0% 1%;
    /* margin-top: 20px; */
    float: left;
}

.right-step-name {
    font-size: 20px;
    padding-top: 10px;
    float: right;
    padding-right: 10px;
    width: 780px;
}

/*.step-bar-active{float: left;width:760px;height: 32px;margin-left:10px;margin-top:13px;padding-left:10px;background-color: #D24040; /*box-shadow: 0px 4px 5px -3px #888;color: #FFFFFF;*ont-size: 17px;font-weight: 400; text-transform: uppercase;padding-top: 8px; color: #ffffff;}*/
/*.step-bar-active{float: left;width:794px;height: 32px;margin-left:10px;margin-top:5px;padding-left:10px;background-color: #D24040; box-shadow: 0px 4px 5px -3px #888;color: #FFFFFF;font-size: 17px;font-weight: 400; text-transform: uppercase;padding-top: 8px; color: #ffffff;}*/

.step-bar-active {
    float: left;
    width: 794px;
    height: 32px;
    margin-left: 10px;
    margin-top: 13px;
    margin-bottom: 4px;
    /*padding-left: 10px;*/
    background-color: #FFFFFF;
    font-size: 20px;
    /*font-weight: 400;*/
    text-transform: uppercase;
    padding-top: 8px;
    color: #FF0000;
}

.step-bar-active01 {
    /* height: 32px; */
    /*margin-left: 10px;*/
    /* margin-top: 13px; */
    /*padding-left: 10px;*/ 
    /*font-weight: 400;*/
    float: left;
    width: 794px;
    font-size: 20px;
    color: #000000;
    padding-top: 8px;
    padding-top: 10px;
    margin-bottom: 4px;
    text-transform: uppercase;
    background-color: #FFFFFF;
}

.step-bar-active02 {
    float: left;
    width: 794px;
    height: 32px;
    margin-left: 17px;
    margin-top: 8px;
    margin-bottom: 0px;
    /*padding-left: 10px;*/
    background-color: #FFFFFF;
    font-size: 20px;
    /*font-weight: 400;*/
    text-transform: uppercase;
    padding-top: 8px;
    /* color: ; */
}

/*.step-bar{float: left;width:760px;height: 32px;margin-left:10px;margin-top:2px;padding-left:10px;background-color: #eae9e9; color: #bdbcbc;font-size: 17px;font-weight: 400; text-transform: uppercase;padding-top: 8px;cursor: pointer;background-repeat: no-repeat;}
*/
/*.step-bar{float: left;width:740px;height: 32px;margin-top:3px; margin-bottom:3px; padding-left:10px;background-color: #e1e1e1; color: #898989;font-size: 17px;font-weight: 400; text-transform: uppercase;padding-top: 8px;cursor: pointer;background-repeat: no-repeat;}*/
.step-bar {
    float: left;
    width: 794px;
    height: 32px;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-left: 10px;
    background-color: #e1e1e1;
    color: #898989;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/*.step-bar-completed{float: left;width:710px;height: 30px;margin-left:10px;margin-top:10px;padding-left:60px;background-color: #E5F1F9; color: #232323;font-size: 15px; text-transform: uppercase;padding-top: 10px;cursor: pointer;position: relative;}*/
/*.step-bar-completed{float: left;width:745px;height: 30px; margin:10px;padding-left:60px;background-color: transparent; color: #232323;font-size: 15px; text-transform: uppercase;padding-top: 10px;cursor: pointer;position: relative; margin-bottom:5px;}*/


.step-bar-completed {
    float: left;
    width: 745px;
    height: 30px;
    margin: 10px;
    padding-left: 60px;
    background-color: transparent;
    color: #ff0000;
    font-size: 15px;
    padding-top: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    border: none;
    border-bottom: 2px dashed #999;
    /*color: #fff;*/
    background-color: #fff;
    /*height: 2px;*/
    /*width: 100%;*/
}

#spnApp {
    color: #419ed7;
    font-size: 22px;
    margin-left: -35px;
}

#spnName {
    float: right;
    right: 100px;
    position: absolute;
    color: #419ED7;
}

.spnName {
    float: right;
    right: 100px;
    position: absolute;
    color: #419ED7;
}


/*.step-bar-completed-check{position: absolute;top: 8px;left: -5px;background-image: url('../images/checkmark.png');width: 49px;height: 24px; background-position: 0 -24px;}*/
.step-bar-completed-check {
    position: absolute;
    top: 8px;
    right: 6px;
    background-image: url('../images/new_btn/edit.png');
    width: 64px;
    height: 41px;
    /* background-position: 0 -24px; */
    background-repeat: no-repeat;
}


.step-icon {
    float: left;
    background-image: url('../images/ico-chooseloan-inactive.png'); /*padding-right: 10px;*/
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

/*.step-content-wrap{float: left;width: 755px;margin-left: 25px;margin-top: 0px;}*/
.step-content-wrap {
    float: left;
    width: 785px;
    margin-left: 33px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.step-content-info {
    color: #747474;
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 18px;
    padding-top: 15px;
}

.step-content-form-field-set {
    float: left;
    padding-bottom: 7px;
    margin-right: 5px;
}

.step-content-form-field-set-full {
    float: left;
    padding-bottom: 10px;
    width: 100%; /*font-size: 12px;*/
}

.step-content-form-label {
    float: left;
    content: #000000;
    font-size: 12px;
    color: #4B5563; /*#2E5C84; 5787B0;*/
    letter-spacing: 1px;
    margin: 0px 4px 12px 0px;
}
.notice-message{
    background-image: url("../images/select_drop_arrow.png");
    font-size: 10px;
    letter-spacing: 1px;
    margin: 4px 0px;
    padding: 10px;
    width: 90%;
    background: #FBF6DB;
    border-radius: 8px;
    float: left;
}

.step-content-form-field {
    float: left;
    font-size: 14px;
    letter-spacing: 1px;
}

.step-content-form-input {
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    padding-left: 0px;
    color: #000000;
    margin-right: 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.step-content-formnew-input01 {
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    margin-right: 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.step-content-form-field-label {
    float: left;
    width: 100%;
}

.select-style {
    float: left;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    height: 20px;
    width: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #FFFFFF url("../images/select_drop_arrow.png") no-repeat 98% 50%;
    font-size: 14px;
    margin-right: 10px;
}

.select-style select {
    font-size: 14px;
    padding: 0px 8px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 4px;
    width: 130% !important;
}

.select-style select:focus {
    outline: none;
}

.select-style select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select-style-big {
    float: left;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    height: 27px;
    width: 250px;
    overflow-y: visible;
    overflow-x: hidden;
    background: #FFFFFF url("../images/select_drop_arrow.png") no-repeat 98% 50%;
    font-size: 14px;
    border-right: 1px solid rgb(169, 169, 169) !important;
    border-radius: 4px;
}

.select-style-big select {
    font-size: 14px;
    padding: 0px 8px;
    border: none;
    width: 100%;
    height: 27px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
}

.select-style-big select:focus {
    outline: none;
}

.select-style-big select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.select-style-small {
    float: left;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    height: 20px;
    width: 138px;
    overflow-y: visible;
    overflow-x: hidden;
    background: #FFFFFF url("../images/select_drop_arrow.png") no-repeat 98% 50%;
    font-size: 14px;
    border-right: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
    /*margin-top:10px;*/
}

.select-style-small select {
    padding: 0px 8px;
    border: none;
    width: 130%;
    /*height: 20px;*/
    font-size: 12px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
}

.select-style-small select:focus {
    outline: none;
}

.select-style-small select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.ico-details-active {
    background-image: url('../images/ico-details.png');
}

.ico-contact-active {
    background-image: url('../images/ico-contact.png');
}

.ico-contact-inactive {
    background-image: url('../images/ico-contact-inactive.png');
}

.ico-check-active {
    background-image: url('../images/ico-check.png');
}

.ico-check-inactive {
    background-image: url('../images/ico-chooseloan-inactive.png');
}


/* STEP 1 */
.step1-2-wrap {
    width: 70%;
    margin: auto;
}

.step1-3-loan-info {
    color: #d41111;
    font-size: 17px;
    font-weight: normal;
    line-height: 19px;
}

.login-pop-wrap {
    width: 100%;
}

.login-pop-div {
    width: 95%;
    margin: 0 auto;
}
.ui-dialog-titlebar
{
    background-color: #002144 !important;
}
.login-pop-head {
    width: 100%;
    background-color: #474546;
    height: 30px;
    /*border-bottom: solid 3px #acacac;*/
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 2%;
}

.login-pop-div-row-wrap {
    width: 100%;
    margin-top: 15px;
    float: left
}

.login-pop-div-row {
    width: 70%;
    margin: 0 auto;
}

.login-pop-div-row-docs {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.login-pop-div-label {
    width: 20%;
    text-align: right;
}

.login-pop-div-half {
    width: 15%;
    text-align: right;
}

.login-pop-div-input {
    width: 80%;
    text-align: left;
}

.login-pop-div-input a {
    text-decoration: none;
    color: #000000;
}

.login-pop-div-input-half {
    width: 20%;
    text-align: left;
}

.login-pop-div-input-half a {
    text-decoration: none;
    color: #000000;
}

.new-user-link {
    text-decoration: none;
    color: #c60808;
}

.eapproval-cert-wrap {
    width: 695px;
    height: 468px;
    background-image: url('../images/eapproval_cert_bg.png');
    margin: auto;
}

.eapproval-congrats {
    float: left;
    width: 695px;
    text-align: center;
    text-valign: middle;
    padding-top: 30px;
}

.eapproval-congrats span {
    font-size: 30px;
}

.eapproval-name {
    float: left;
    width: 695px;
    text-align: center;
    text-valign: middle;
    padding-top: 30px;
}

.eapproval-name span {
    font-size: 30px;
    font-family: 'Roboto', sans-serif !important;
    color: #990707;
}

.eapproval-id {
    float: left;
    width: 695px;
    text-align: center;
    text-valign: middle;
    padding-top: 15px;
}

.eapproval-id span {
    font-size: 16px;
    color: #990707;
}

.eapproval-details {
    float: left;
    width: 695px;
    text-align: center;
    text-valign: middle;
    padding-top: 30px;
}

.eapproval-details-row {
    width: 350px;
    margin: auto;
    height: 25px;
}

.eapproval-details-label {
    float: left;
    width: 180px;
    text-align: left;
}

.eapproval-details-field {
    float: left;
    width: 170px;
    color: #990707;
    text-align: left;
}

.eapproval-offer-wrap {
    width: 670px;
    margin: auto;
}

.eapproval-offer {
    float: left;
    width: 650px;
    text-align: center;
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.eapproval-offer span {
    font-size: 13px;
}

.eapproval-offer span b {
    font-size: 15px;
    color: #990707;
}

.popup-link, .popup-link-doc {
    text-decoration: none;
    color: #000000;
}

#footer {
    float: left;
    height: 20px;
    width: 998px;
    text-align: center;
    display: inline-table;
}

#div_res_cities_select {
    position: relative;
}

.city-loader {
    display: none;
    position: absolute;
    left: 10px;
}


.input-width-130-e {
    width: 115px;
}

.input-width-180 {
    width: 210px;
}


.loan-offer-left {
    width: 20%;
    float: left;
    padding-left: 40px !important;
    background-image: url('../images/loan-offer-amt.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0px 10px !important;
    margin-right: 20px;
}

.loan-offer-middle {
    width: 47%;
    float: left;
    padding-top: 15px !important;
}

.loan-offer-right {
    width: 20%;
    float: right;
    text-align: right;
}

.loan-offer-right input {
    text-align: right;
    width: 100%;
    border: 0px;
    background: transparent;
}

.loan-offer-bold {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 5px;
}

.loan-offer-tenure-left {
    width: 20%;
    float: left;
    padding-left: 40px !important;
    background-image: url('../images/loan-offer-tenure.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0px 10px !important;
    margin-right: 20px;
}

.loan-offer-tenure-middle {
    width: 47%;
    float: left;
    padding-top: 15px !important;
}

.loan-offer-tenure-right {
    width: 23%;
    float: right;
    text-align: right;
    font-size: 22px;
    margin-top: 5px;
}

.loan-offer-tenure-right input {
    text-align: right;
    width: 100%;
    border: 0px;
}

.user-welcome {
    color: #cdc8c8;
    font-weight: normal;

    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}

.typography {
    font-size: 17px;
    margin-top: 10px;
}

#loanOffer {
    padding-top: 2px !important;
    padding-left: 10px !important;
}

/*#loanOffer h3{margin-bottom: 0px;line-height: 15px;margin-top: 15px;color: #91070c;}*/
#loanOffer h3 {
    margin-bottom: 0px;
    line-height: 14px;
    margin-top: 15px;
    color: #9B1D1D;
    font-size: 14px;
    font-weight: normal;
}

.loan-offer-value {
    font-weight: normal;
}

.loan-offer-rplr {
    font-size: 9px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif !important;
}

.label40per {
    width: 30%;
}

.field60per {
    width: 70%;
}

.input100per {
    width: 100%;
}

.input-city {
    width: 175px;
}

/*.input-dob{width:150px;}*/
.input-dob {
    width: 250px;
}

.input-gross-income {
    width: 97%;
}

.input-step2email {
    width: 180px;
}

.input-step2genral {
    width: 135px;
}

.input-width-275 {
    width: 275px;
}

.input-width-230 {
    width: 214px;
}

.input-width-225 {
    width: 225px;
}

.input-width-220 {
    width: 220px;
}

.input-width-215 {
    width: 215px;
}

.input-width-200 {
    width: 220px;
}

.input-width-185 {
    width: 185px;
}

.input-width-175 {
    width: 175px;
}

.input-width-170 {
    width: 170px;
}

.input-width-150 {
    width: 150px;
}

.input-width-130 {
    width: 135px;
}

.input-width-120 {
    width: 120px;
}

.input-width-110 {
    width: 115px;
}

.input-width-100 {
    width: 100px;
}

.input-width-90 {
    width: 95px;
}

.input-width-80 {
    width: 80px;
}

.input-width-75 {
    width: 75px;
}

.input-width-70 {
    width: 70px;
}

.input-width-60 {
    width: 60px;
}

.input-width-55 {
    width: 55px;
}

.input-width-50 {
    width: 50px;
}

.input-width-45 {
    width: 45px;
}

.input-width-40 {
    width: 40px;
}
.country{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.mr-22{
    margin-right: 22px;
}

.step3-3-label {
    width: 71%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
}

.step3-3-field {
    width: 24%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    font-size: 15px;
}

.big-btn:hover {
    background-color: #004388 !important;
    color: #FFFFFF !important;
}

.cancel-image {
    position: absolute;
    right: 0px;
    top: -5px;
    cursor: pointer;
}

.add-image {
    cursor: pointer;
}

.step-content img {
    cursor: pointer;
}

.declaration-text {
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.maroon {
    color: #91070c;
}

.cur_point {
    cursor: pointer;
}

.step3-2-estimate-wrap {
    width: 337px;
}

.step3-2-estimate-label {
    width: 180px !important;
}

.step3-2-estimate-field {
    width: 140px !important;
}

.step3-2-estimate-field input {
    margin-right: 0px !important;
    text-align: right;
}

#address {
    width: 710px;
}

.b-applicant-ques {
    font-size: 13px;
    font-weight: bold;
    color: #2E459A;
    letter-spacing: 1px;
}

#applicant_please_wait {
    margin: auto;
    text-align: center;
    width: 200px;
    font-weight: bold;
}

.btn_offer_matter {
    float: left;
    background-color: red;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.sidebar-approved-link {
    float: left;
    background-image: url('../images/eapproved.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 21px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    color: #CB151B !important;
    text-decoration: none !important;
}

.sidebar-approved-link a {
    color: #CB151B !important;
    text-decoration: none !important;
}

.sidebar-approved-link:hover {
    background-position: 0 -70px;
}

.sidebar-view-app-link {
    float: left;
    background-image: url('../images/view_application_form.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 5%;
}

.sidebar-view-app-link:hover {
    background-position: 0 -70px;
}

.sidebar-pending-docs {
    float: left;
    background-image: url('../images/view-pending-documents.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-pending-docs:hover {
    background-position: 0 -70px;
}

.sidebar-submitted-docs {
    float: left;
    background-image: url('../images/view-submitted-documents.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-submitted-docs:hover {
    background-position: 0 -70px;
}

.sidebar-uploaded-docs {
    float: left;
    background-image: url('../images/view-uploaded-documents.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-uploaded-docs:hover {
    background-position: 0 -70px;
}

.sidebar-brochure {
    float: left;
    background-image: url('../images/view-brochure.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-brochure:hover {
    background-position: 0 -70px;
}

.sidebar-mitc {
    float: left;
    background-image: url('../images/view-mitc.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-mitc:hover {
    background-position: 0 -70px;
}

.sidebar-referee {
    float: left;
    background-image: url('../images/referee.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-referee:hover {
    background-position: 0 -70px;
}

.sidebar-preview {
    float: left;
    background-image: url('../images/preview_form.png');
    width: 76px;
    height: 33px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-preview:hover {
    background-position: 0 -72px;
}

.sidebar-instructions {
    float: left;
    background-image: url('../images/instructions.png');
    width: 76px;
    height: 33px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-instructions:hover {
    background-position: 0 -72px;
}

.sidebar-fee-receipt {
    float: left;
    background-image: url('../images/view_fee_receipt.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-fee-receipt:hover {
    background-position: 0 -70px;
}


.sidebar-special-offer {
    float: left;
    width: 150px;
    height: 70px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sidebar-special-offer:hover {
    background-position: 0 -70px;
}

.sidebar-special-offer-off {
    color: #dd0101;
    font-size: 18px;
    padding-top: 7px;
    padding-left: 64px;
}

.sidebar-special-offer-valid {
    color: #737373;
    font-size: 13px;
    padding-top: 14px;
    padding-left: 12px;
    font-weight: normal;
}

.sidebar-post-query {
    float: left;
    background-image: url('../images/post_query.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 74px;
    margin-bottom: 10px;
}

.sidebar-post-query:hover {
    background-position: 0 -70px;
}

.sidebar-talktome {
    float: left;
    background-image: url('../images/talk_to_me.png');
    width: 144px;
    height: 42px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 29px;
    padding-left: 6px;
    margin-bottom: 10px;
}

.sidebar-talktome:hover {
    background-position: 0 -70px;
}

.sidebar-talktome-name {
    float: left;
    padding-top: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.sidebar-talktome-number {
    float: left;
    padding-top: 0px;
    color: #e24141;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.sidebar-faqs {
    float: left;
    background-image: url('../images/faq.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 73px;
    margin-bottom: 10px;
    cursor: pointer;
    border: thin 1px transparent;
    margin-top: 0px;
}

.sidebar-faqs:hover {
    background-position: 0 -70px;
}

.sidebar-myfiles {
    float: left;
    background-image: url('../images/myloanaccounts.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 74px;
    margin-bottom: 10px;
    cursor: pointer;
    border: thin 1px transparent;
}

.sidebar-myfiles:hover {
    background-position: 0 -70px;
}

.sidebar-new-loan {
    float: left;
    background-image: url('../images/new_loan.png');
    width: 76px;
    height: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-top: 39px;
    padding-left: 74px;
    margin-bottom: 10px;
    cursor: pointer;
    border: thin 1px transparent;
}

.sidebar-new-loan:hover {
    background-position: 0 -70px;
}

.div-tabs {
    margin: 10px;
    width: 100%;
}

.inner-intro-slider-footer {
    width: 998px;
    text-align: center;
    background-color: #f3f3f3;
    float: left;
    height: 20px;
    padding: 10px 0;
    margin-left: -0.6%;
}

/* POPUP CSS */
.popup-class-login {
    max-width: 640px !important;
    width: 540px !important;
    height: 300px !important;
}

.popup-class-approved-link {
    max-width: 900px !important;
    width: 850px !important;
    height: 400px !important;
    padding-top: 10.25% !important;
}

.popup-class-refree-link {
    max-width: 900px !important;
    width: 850px !important;
    height: 600px !important;
    padding-top: 10.25% !important;
}

.popup-class-submitted-docs {
    max-width: 740px !important;
    width: 700px !important;
    height: 400px !important;
    padding-top: 10.25% !important;
}

.popup-class-myfiles {
    max-width: 640px !important;
    width: 700px !important;
    height: 300px !important;
    max-height: 600px !important;
    padding-top: 10.25% !important;
}

.popup-class-post-query {
    max-width: 640px !important;
    width: 500px !important;
    height: 320px !important;
    padding-top: 1.25% !important;
}

.popup-class-preview-link {
    width: 990px !important;
    height: 900px !important;
    padding-top: 1.25% !important;
    padding-bottom: 1.25% !important;
}

.popup-class-preview-link iframe {
    min-height: 500px;
}

.mfp-iframe-holder .mfp-content {
    max-width: 100% !important;
    width: auto !important;
}
.lh-2{
    line-height: 2;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cbh {
    clear: both;
    height: 10px;
}
.pl15{
    padding-left: 15px !important;
}
.m0{
    margin: 0 0 !important;
}
.ml0 {
    margin-left: 0px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt15 {
    margin-top: 15px;
}

.mt12 {
    margin-top: 12px;
}

.mt7 {
    margin-top: 7px;
}

.mt30 {
    margin-top: 30px;
}

.ml20 {
    margin-left: 20px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.bld {
    font-weight: bold;
}

.tac {
    text-align: center;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}
.w-27{
    width: 27%;
}
.width100perc {
    width: 100% !important;
}

.width98perc {
    width: 98% !important;
}

.width90perc {
    width: 90% !important;
}

.width80perc {
    width: 80% !important;
}

.width60perc {
    width: 60% !important;
}

.width30perc {
    width: 30% !important;
}

.nav-divs {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-family: Franklin Gothic Medium Cond, Futura BdCn BT, helvitica, arial, sans-serif;
    color: white;
    vertical-align: top;
    position: relative;
}

.drop-down {
    height: 90px;
    width: 150px;
    background-color: #ebebeb;
    display: none;
    position: absolute;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 10000000;
    top: 24px;
    left: -145px;

    box-shadow: 0px 4px 5px -3px #888;
}

.product-list {
    margin-bottom: 0px 5px;
}

.drop-down ul {
    padding: 0px;
}

.drop-down ul li {
    list-style-type: none;
    color: #000000;
}

.span-acc-drop {
    float: right;
    background-image: url('../images/acc_drop_arrow.png');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 6px;
}


.coapp_bg {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBF7FC), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #EBF7FC 0%, #FFFFFF 100%);
    padding: 1%;
}


.transprentbg {
    background: url("../images/select_drop_arrow.png") no-repeat scroll 98% 50% transparent !important;
}

.paddingtop10 {
    padding-top: 10px;
}

.padding1 {
    padding: 1%;
}

.marginbottom2 {
    margin-bottom: 2%;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 260px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif !important;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    background-color: #ffffff;
    /*border-bottom: 1px solid #fee687;*/
    border: 1px solid #3F94AE;
}


.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    /* background-image: url('../images/tab_bg.png');
    background-repeat: repeat-x;*/
    background-color: #ffffff;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
    .os{
        overflow: scroll;
    }
    .step-content-form-field {
        width: 100%;
        margin: 1px 0 !important;
    }
}

/* Tabs container */
.r-tabs {
    position: relative;
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #f3f3f3;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #616161;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #ffffff;
    text-shadow: none;

    background-color: #004388 !important;

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-weight: 600;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: white;

    border-bottom: 4px solid white;

    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;

    background-color: #f3f3f3;
    color: #616161;
    font-weight: 600;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;

    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #e4e4e4;
    color: #ee0800;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}


.placeholder {
    color: #aaa;
}

.ui-tooltip {
    border: 0px;
    padding: 10px 10px;
    color: #ffffff !important;
    font: 11px "Open sans", Sans-Serif bold;
    letter-spacing: 0.5px;
    background: #000000 !important;
    border: 0px !important;
}

.arrow {
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    background-image: url('../images/down_arrow.png');
    background-position: -64px -16px;
}

.marginLeft10 {
    margin-left: 10%;
}

.marginLeft1 {
    margin-left: 1%;
}

#intro-slider-wrapper {

}

.ad-space a img {
    width: 100%;
}

.popup-class-post-query2 {
    max-width: 640px !important;
    width: 550px !important;
    height: 510px !important;
    padding-top: 1.25% !important;
}


/* This css used in input field text and placeholder text style */
input {
    text-transform: uppercase;
}

.placeholder { /* Internet Explorer jquery placeholder class */
    text-transform: none;
    color: darkgrey;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
    color: darkgrey;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
    color: darkgrey;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
    color: darkgrey;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
    color: darkgrey;
}

/* This css used in input field text and placeholder text style END */
.coolored_back {
    background-color: #F9FAFF;
    padding: 20px;
    margin-bottom: 20px;
    width: 720px !important;
    padding-top: 10px;
    border-radius: 5px;
}

.coolored_back input[type=text] {
    height: 23px !important;
}

.coolored_back input {
    color: #000000;
}

.coolored_back input:-ms-input-placeholder {
    color: darkgrey;
}

.sameasRes {
    margin-top: 1%;
    font-size: 12px;
    color: #5769AE;
}

.boxHeader {
    color: #000000;
    display: flex;
    flex-wrap: wrap;
}
.click-here{
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.amountValues {
    text-align: right;
}

/*select option[value=""]{ color:#eee !important;}*/
.asterick {
    color: #ff0000;
    font-size: 95%;
}

.loan-offer-bold-th {
    padding: 4px;
    font-size: 20px;
    color: #676767;
}

.loan-offer-bold01-th01 {
    padding-top: 7px !important;
    font-size: 20px;
    color: #676767;
}

/*.coolored_back input{  border:1px solid #e2e2e2;}*/
.coolored_back .select-style {
    height: 25px !important;
    border-bottom: 0px !important;
}

.coolored_back .select-style select {
    font-size: 14px;
    padding: 0px 5px;
    width: 130%;
    height: 25px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; 
    border-bottom:1px solid #e2e2e2;
    border-radius: 4px;
}

.input-border-box {
    border-bottom: 1px solid #E2E2E2;
}

.coolored_back .select-style-small {
    height: 25px !important;
    border-bottom: 0px !important;
}

.coolored_back .select-style-small select {
    font-size: 14px;
    padding: 0px 8px;
    width: 130%;
    height: 25px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; /*border:1px solid transparent;*/
    border-radius: 4px;
}

.input-border-box {
    border-bottom: 1px solid #E2E2E2;
}

.input-width {
    width: 320px;
}

.transparent-input {
    background: transparent !important;
}

.back_div {
    /* margin: 15px 20px 10px 10px;
float: right;
  padding: 5px 20px 0px 22px;
  border: 1.8px solid #343434;
  font-family: 'Lato-Regular';
  font-size: 16px;
  letter-spacing: 1px;
  height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f1f1f1;*/

    float: right;
    /* margin: 15px 20px 10px 10px; */
    padding: 5px 20px 0px 22px;
    /* border: 1.8px solid #343434; */
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    letter-spacing: 1px;
    height: 25px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #419ED7 !important;
    color: #fff;
    border-radius: 5px;
}

.resultDiv {
    color: #3F94AE;
    display: block !important;
}

.declaration_style {
    color: #5C5C5C;
    font-size: 12px;
    letter-spacing: 1px;
    font-family:  'Roboto', sans-serif !important;
    text-align: justify;
    width: 760px !important;
    line-height: 19px;
}

.page-name-wrap {
    float: left;
    width: 825px;
    height: 85px;
    background-image: url("../images/steps_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.page-name-left {
    float: left;
    width: 250px;
    padding-left: 20px;
    padding-top: 20px;
}

.page-name-progress-block-wrap {
    float: left;
}

.page-name-progress-block {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-color: #dbdbdb;
}

.page-name-progress-block-active {
    background-color: #eb0b0b;
}

.steps-progress-bar-wrap {
    float: left;
    width: 804px;
    height: 7px;
    background-color: #EEEEEE;
    margin: 2px 0 5px 10px;
}

.steps-progress-bar-wrap span {
    background-color: #02d04d;
    height: 7px;
    float: left;
    font-size: 1px;
    color: #02d04d;
}

.right-progress-wrap {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
}

.right-progress-num {
    float: left;
    width: 150px;
    text-align: right;
    color: #29AE09;
    font-size: 30px;
}

.right-progress-bar {
    float: left;
    width: 150px;
    border-radius: 5px;
    height: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.right-progress-bar span {
    float: left;
    height: 8px;
    background-color: #29AE09;
    border: 1px solid #29AE09;
    border-radius: 3px 0px 0px 3px;
}

.right-progress-text {
    float: left;
    width: 150px;
    text-align: right;
    color: #9c9d9d;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 5px;
}


/*
.ico-step-info{float: left;width: 75px;height: 68px;margin-left: 10px;}
.ico-step-info-app{background-image: url('../images/ico_step_app.png');}
.ico-step-info-coapp{background-image: url('../images/ico_step_co_app.png');}
.ico-step-info-loan{background-image: url('../images/ico_step_loan_info.png');}
.ico-step-info-general{background-image: url('../images/ico_step_gen_info.png');}
.ico-step-info-app-active{background-image: url('../images/ico_step_app_active.png');}
.ico-step-info-coapp-active{background-image: url('../images/ico_step_co_app_active.png');}
.ico-step-info-loan-active{background-image: url('../images/ico_step_loan_info_active.png');}
.ico-step-info-general-active{background-image: url('../images/ico_step_gen_info_active.png');}*/


.ico-step-info {
    float: left;
    width: 80px;
    height: 60px;
    margin-left: 0px;
}

.ico-step-info-app {
    background-image: url('../images/1.png');
}

.ico-step-info-coapp {
    background-image: url('../images/2.png');
}

.ico-step-info-loan {
    background-image: url('../images/loan-info.png');
}

.ico-step-info-general {
    background-image: url('../images/general.png');
}

.ico-step-info-app-active {
    background-image: url('../images/applicant.png');
}

.ico-step-info-coapp-active {
    background-image: url('../images/2e.png');
}

.ico-step-info-loan-active {
    background-image: url('../images/blue-loan-info.png');
}

.ico-step-info-general-active {
    background-image: url('../images/4a.png');
}

.ico-step-info-app-edit {
    background-image: url('../images/1e.png');
}

.ico-step-info-coapp-edit {
    background-image: url('../images/2e.png');
}

.ico-step-info-loan-edit {
    background-image: url('../images/3e.png');
}

.ico-step-info-general-edit {
    background-image: url('../images/4e.png');
}

.ico-step-info-app-edit:hover {
    background-image: url('../images/applicant-edit.png');
}

.ico-step-info-coapp-edit:hover {
    background-image: url('../images/co-applicant-edit-blue.png');
}

.ico-step-info-loan-edit:hover {
    background-image: url('../images/loaninfo-edit.png');
}

.ico-step-info-general-edit:hover {
    background-image: url('../images/edit-blue-genral-info.png');
}


.accordian {
    background-color: #F2F6FA;
    float: left;
    width: 100%;
    padding: 7px 10px 5px 0px;
    margin-left: -10px
}

/*.accordian{background-color:#E1F3FC;float:left;width:100%;  padding:7px 10px 5px 0px;  margin-left: -10px}*/
.accordian-bar {
    background-color: #F2F6FA;
    float: left;
    width: 768px;
    padding: 7px 10px 7px 0px;
    margin: 3px;
    margin-left: -10px;
    border: 1px solid #dedede;
}

.acrdn_div {
    border: 1px solid #dedede;
    float: left;
    width: 768px;
    padding-left: 10px;
    margin: 7px 0 7px -10px;
}

.acrdn_label {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: 0.5px;
}

.acrdn_label01 {
    color: #464646 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: 0.5px;
}

.edit_arcdn_text {
    color: #484849;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.edit_arcdn_icon {
    background-image: url('../images/edit_arcdn_icon.png');
    background-repeat: no-repeat;
    background-position: 0% 90%;
    width: 100px;
}

.next_btn {
    background-color: transparent;
    width: 65px;
    padding: 5px 15px;
    color: #A9A9A9;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    border: 1px solid #004A8E;
    margin: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.show_acrdn {
    cursor: pointer;
}

.apply-complete-text {
    margin-top: 10%;
    text-align: center;
    text-valign: middle;
    padding: 2%;
    padding-bottom: 0;
    /* border-top: 1px solid #ff0000; */
    font-size: 22px;
    font-weight: normal;

    /*margin-top:12%;text-align:center;text-valign:middle;padding:2%; padding-bottom:0;border-top:1px solid #ff0000;*/
}

.apply-complete-btn {
    float: none;
    height: 65px;
    width: 255px;
    margin: 50px;
}

.apply_header_block {
    background: url('../images/apply-applicant.png');
    background-repeat: no-repeat;
    margin: 10px 15px;
}

.apply_header_co_block {
    background: url('../images/apply-co-applicant.png');
    background-repeat: no-repeat;
    margin: 10px 2px;

}

.apply_header_span {
    font-size: 18px;
    text-transform: uppercase;
    color: #d80f06;
    font-weight: 590;
    letter-spacing: 1.3px;
    margin-left: 30px;
}

.apply_add_co_bg {
    background-image: -ms-linear-gradient(left, #E1F1FA 0%, #FFFFFF 70%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #E1F1FA 0%, #FFFFFF 70%);
    /* Opera */
    background-image: -o-linear-gradient(left, #E1F1FA 0%, #FFFFFF 70%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1F1FA), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #E1F1FA 0%, #FFFFFF 70%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #E1F1FA 0%, #FFFFFF 70%);
    padding: 1%;
    margin-left: 20px;
    width: 92%;
    float: left;
}

.apply_coapp_bg {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EBF7FC), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #EBF7FC 0%, #FFFFFF 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #EBF7FC 0%, #FFFFFF 100%);
    padding: 1%;
    width: 91%;

}

.apply-b-applicant-ques {
    font-size: 14px;
    font-weight: normal;
    color: #2E459A;
    letter-spacing: 1px;
    margin-left: 10px;
}

.img_hover {
    cursor: pointer;
}


.instructions-box-wrapper {
    margin: auto;
    margin: 10px;
    width: 800px;
    float: left;
}

.instructions-box-wrap {
    float: left;
    width: 750px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    background-color: #feffd3;
    padding: 15px;
}

.instructions-box-head {
    float: left;
    width: 780px;
    color: #090909;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.instructions-box-text {
    float: left;
    width: 630px;
    color: #585757;
    font-size: 14px; /*padding-left: 15px;*/
    background-image: url('../images/ico_hdfc.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.fill_horizontal_line {
    margin: 1% 1% 0 7%;
    /*border-bottom:1px solid #4e4e4e;*/
    text-align: left;
    padding-top: 0px !important;
}

.check-b-applicant-ques {
    font-size: 14px;
    font-weight: normal;
    color: #2E459A;
    letter-spacing: 1px;
    margin-left: 10px;
}

.check_header_co_block {
    background: url('../images/apply-co-applicant.png');
    background-repeat: no-repeat;
    margin: 10px 2px;
    /* float: left; */
    width: 99%;
    float: left;
}

.other_income_det {
    padding-top: 7px;

}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml10 {
    margin-left: 10px;
}
.width-100{
    width:100%;
}
.ms-drop ul {
    margin: 10px;
}

.loans-availed {
    width: 99%;
    background-color: #ECF3FC;
    padding-top: 10px;
}

.estimate-header {
    float: left;
    width: 100%;
    color: #4B5563;
}

.estimate-loan-requested-value {
    margin-right: 0px;
    text-align: right;
    width: 134px !important;
    font-size: 14px;
}

.edit-ico-sec img {
    width: 16px;
    margin-top: 1px;
}

.edit-ico-sec {
    width: 24px;
    text-align: right;
    float: right;
}

.declaration-input-box {
    height: 20px;
    width: 20px;
}

.declaration-tnc-text {
    cursor: pointer;
    font-size: 16px;
}

.back_eligility {
    float: left;
    /* margin: 15px 23px 10px 10px; */
    padding: 5px 6px 0px 16px;
    /* border: 1.8px solid #343434; */
    font-family: 'Lato-Regular';
    font-size: 12px;
    letter-spacing: 1px;
    /* height: 25px; */
    text-transform: uppercase;
    cursor: pointer;
    background-color: #419ED7 !important;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    width: 104px;
    line-height: 20px;
    padding-bottom: 7px;
    margin: 20px 54px 0 0px;
}

.hoverLook {
    cursor: pointer;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.divotherLoanAjx {
    border: solid 1px #cccccc;
    padding: 2%;
    margin-bottom: 5px;
    box-shadow: 0px 2px 2px -3px #888;
}

.otherLoanName {
    overflow-x: visible;
    overflow-y: visible;
}

.rmOtherLoanAjx {
    right: -20px;
    top: -39px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.taLeft {
    text-align: left !important;
}

.taCenter {
    text-align: center !important;
}

.fnt18 {
    font-size: 18px !important;
}


/* SWITCH RADIO */
.switch-radio {
    float: left;
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    border: 1px solid rgb(169, 169, 169);
    /*border-radius: 2px;*/
    border-radius: 5px;
    height: 27px;
}

.switch-radio li {
    float: left;
    margin: 0px;
    /*width:162px;*/
    width: 88px;
    height: 27px;
    position: relative;
    text-align: center;
    padding: 0px;
}

.switch-radio label, .switch-radio input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.switch-radio input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.switch-radio input[type="radio"]:checked + label {
    /*background-color: #7EBEE6;*/
    background-color: #004388;
    border: 1px solid #004388;
    /*border-left: 0px !important;*/
    margin: 0px;
    /*border-radius: 2px 0px 0px 2px;*/
    /*border-radius: 5px;*/
    color: #FFFFFF;

}


.switch-radio label {
    padding: 0px;
    /*border-right:1px solid #CCC; */
    border-right: 1px solid rgb(169, 169, 169);
    cursor: pointer;
    z-index: 90;
    padding: 5px 0px;
    color: #7b7b7b;
    margin: 0px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.switch-radio label:hover {
    background: #002144;
    color: #FFFFFF;
    margin: 0px;
    /*border-radius: 2px 0px 0px 2px;*/
    /*border-radius: 5px;*/

}

.switch-radio input[type="radio"]:focus + label {
    background: #002144;
    color: #FFFFFF;
    margin: 0px;
    /*border-radius: 2px 0px 0px 2px;*/
    /*border-radius: 5px;*/

}

.switch-radio-no-border {
    border-right: 0px !important;
    border-radius: 5px;
}

.switch-error {
    border: 1px solid #FF0000;
}

.switch-error label {
    border-right: 1px solid #FF0000;
    color: #FF0000;
    font-size: 14px;
    letter-spacing: 0.5px;
}


@media screen and (min-width: 0) and (min-resolution: .001dpcm) {
 /* IE9 CSS */
.switch-radio label {
    /* width: 155px; */
}
}

#hdfc-map {
    float: left;
    margin-right: 10px;
    background-image: url('../images/map_icon.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 30px;
    cursor: pointer;
}

.wrap-content-125-80 {
    height: 30px;
    width: 120px;
    margin-top: 5px;
    max-height: 80px;
    overflow-y: auto;
    word-wrap: break-word;
}

.ui-widget-header {
    background-color: #004388 !important;
    background-image: none !important;
}

.map-address {
    float: left;
    margin-top: 3%;
    /*width: 35%;*/
    background-color: #F2F6FA;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 14px;
}

.preview_btn {
    background-color: transparent;
    width: 108px;
    padding: 7px 15px;
    color: #A9A9A9;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    border: 1px solid #cecece;
    margin-right: 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 8px;
    /* float: left; */
}

.full-border {
    border: 1px solid rgb(169, 169, 169) !important;
}

.full-border:focus {
    border: 1px solid #3F94AE !important;
}

.reference_div input {
    margin-right: 10px;
}

.resp-loan-offer-wrap {
    width: 744px;
}

.check-eli-instructions-bx {
    margin-left: 20px;
}


/*.customDatepicker{ position: relative !important; margin-left: -10px !important;}*/
.btn-red, .next_btn {
    background-color: #004A8E !important;
    color: #FFF !important;
}

.btn-white {
    background-color: transparent !important;
    color: #A9A9A9 !important;
}


/* Slideout Css */
.slide-out-div {
    padding: 3px 20px 32px 22px;
    width: 250px;
    height: 297px !important;
    background: #ECF6FD;
    border: 1px solid #B8D7EF;
    z-index: 99;
    box-shadow: -2px 2px 2px #CCC9C9;
    display: none;
}

.slide-out-div .handle {
    top: 65px !important;
    width: 45px !important;
    left: -46px !important;
}

/*.slide-out-div01 {
  padding: 20px;
  width: 250px;
  /*height: 305px;*/
/* background: #ECF6FD;
  border: 1px solid #B8D7EF;
  z-index: 2;
}
.slide-out-div01 .handle{
  top:90px !important;
}*/
.rh-need-msg, .rh-success, .rh-error {
    font-size: 16px;
}

.rh-back {
    left: 0px;
    height: 28px;
    width: 28px;
    position: absolute;
    border-left: 1px solid #D7D8D8;
    background: url("../images/rh-sprite.png") no-repeat scroll 7px -227px transparent;
    cursor: pointer;
}

.rh-close {
    top: 1px;
    right: 8px;
    height: 28px;
    width: 28px;
    position: absolute;
    /* border-left: 1px solid #D7D8D8;*/
    background: url("../images/rh-sprite.png") no-repeat scroll 7px -181px transparent;
    cursor: pointer;
}

.rh-post-wrap, .rh-need-wrap {
    height: 150px;
}

.rh-right-intro-btn {
    text-decoration: none;
    float: right;
    width: 108px !important;
    height: 30px !important;
    background-color: #002144 !important;
    border: 1px solid #002144 !important;
    text-align: center;
    color: #FFFFFF;
    /*margin-right: 162px !important;*/
    cursor: pointer;
    font-size: 16px !important;
    padding-top: 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 12px;
}

.rh-right-intro-btn:hover {
    background-color: #002144 !important;
    color: #FFFFFF !important;
}

.rh-post-wrap, .rh-need-wrap {
    height: 150px;
}

.rh-post-wrap {
    border-top: 1px solid #d0e5f4;
}

.dec-justify {
    text-align: justify;
}

.regenerate-otp-icon {
    width: 32px;
    vertical-align: middle;
    cursor: pointer;
}

.otp-txtbox {
    width: 150px !important;
}

.re-generate-otp-btn {
    margin-top: 1%;
    font-size: 16px;
    cursor: pointer;
}

.image-sec {
    width: 54%;
}

select::-ms-expand {
    display: none;
}


#header {
    float: left;
    width: 100% !important;
    height: 60px !important;
    background-color: #004388;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .25);
    border-bottom: 1px solid #dfdfdf !important;
    z-index: 1000;
    position: fixed;
}

.logo {
    float: left;
    height: 48px !important;
    width: 146px !important;
    margin-left: 13px;
    background-image: url('../images/hdfc-new.jpg');
    background-repeat: no-repeat;
    margin-top: 8px !important;
    background-size: auto 24px;
}

#page-wrap {
    /*float: left;
    width: 998px;  */
    margin-top: 65px;
    background-color: #fff;

}

.login-area {
    float: right;
    width: 500px;
    color: #FFFFFF;
    padding-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    margin-top: 6px ;
}

#container {
    width: 998px;
    margin: 0 auto;
}

/*#page-wrap-new{
  width: 998px;
    background-color: #fbfbfb !important;
  margin:0 auto;

}*/


/*head css start*/
/*head 1 css start*/
.head-main {
    width: 98%;
    height: 72px;
    background-color: #004388;
    margin: 20px auto 15px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .25);
}

.head-main ul {
    margin: 0;
    position: relative;
    z-index: 99;
}

.head-main ul li {
    float: left;
}

.app-sec {
    width: 666px;
    background-color: #004A8E;
}

.sub-sec {
    width: 135px;
    background-color: #004A8E;
}

.pay-sec {
    width: 71px;
}

.loan-sec {
    width: 106px;
    background-color: #004A8E;
}

.head-left {
    width: 30px;
    height: 72px;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 66px;
    text-align: center;
    background-color: #255b95;
    font-family: 'Roboto', sans-serif !important;
}

.app-sec .head-left {
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

/*.head-left:nth-child(1){
    background-color: #e11723;
  }*/
.app-sec .head-right {
    width: auto;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    margin: 3px 6px 3px 6px;
    padding: 0px 37px;
    border-radius: 3px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .06) inset;
}

.head-right {
    color: #fff;
    background-color: #5078a1;
    font-size: 13px;
    padding: 21px 9px 21px 39px;
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
}

.head-right li {
    width: 37px;
    height: 38px;
    margin-right: 54px;
    background-color: #d8d7d7;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #b4b4b4;
}

.head-right li:hover {

}

.head-right li:last-child {
    margin-right: 0;
}

.head-right li a {
    margin-top: 43px;
    float: left;
    font-size: 10px;
    color: #3c3c3c;
    text-decoration: none;
    width: 75px;
    margin-left: -8px;
}

.head-right .co-app-sec a, .head-right .gen-info a {
    margin-left: -16px;
}

.head-right .app-icon, .head-right .co-app-sec, .head-right .loan-icon, .head-right .gen-info, .head-bottom .app-i-s, .head-bottom .co-i-s, .head-bottom .loan-i-s, .head-bottom .gen-i-s {
    background-repeat: no-repeat;
    background-position: center;
}

.head-right .app-icon, .head-bottom .app-i-s {
    background-image: url(../images/app.png);
}

.head-right .app-icon:hover, .head-bottom .app-i-s:hover {
    background-image: url(../images/app-h-icon.png);
    transition: 0.5s ease;
    background-color: #e72120;
}

.head-right .co-app-sec, .head-bottom .co-i-s {
    background-image: url(../images/co-app.png);
}

.head-right .co-app-sec:hover, .head-bottom .co-i-s:hover {
    background-image: url(../images/co-h-icon.png);
    transition: 0.5s ease;
    background-color: #e72120;
}

.head-right .loan-icon, .head-bottom .loan-i-s {
    background-image: url(../images/loan.png);
}

.head-right .loan-icon:hover, .head-bottom .loan-i-s:hover {
    background-image: url(../images/loan-h-icon.png);
    transition: 0.5s ease;
    background-color: #e72120;
}

.head-right .gen-info, .head-bottom .gen-i-s {
    background-image: url(../images/gen-info.png);
}

.head-right .gen-info:hover, .head-bottom .gen-i-s:hover {
    background-image: url(../images/gen-h-icon.png);
    transition: 0.5s ease;
    background-color: #e72120;
}

.head-right ul:before {
    min-width: auto;
    border-bottom: 1px solid #d8d7d7;
    content: "";
    display: block;
    padding-left: 5px;
    margin: 0 35px 0 24px;
    position: relative;
    top: 22px;
    z-index: -99;
}

.app-info {
    padding: 18px 9px 17px 9px;
    margin-left: 0;
    width: 10%;
    float: left;
    color: #fefefe;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}
.d-flex{
    display: flex;
}
.items-baseline{
    align-items: baseline;
}
.justify-center{
    justify-content: center;
}
.m-5{
    margin:0 5px;
}

.edit-sec {
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    float: left;
    width: 35px;
    height: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    margin: -43px 0 0 31px;
    line-height: 12.5px;
    letter-spacing: 0.8px;
}

.head-right li .edit-sec a {
    margin: 0 0 0 -19px;
    color: #fff;
}

.app-sec .head-left {
    background-color: #002144;
}

/*head 1 css end*/
/*head 2 css start*/
.head-main2 {
    width: 98%;
    height: 120px;
    margin: 20px auto 15px;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .25);
}

.head-top {
    width: 100%;
    height: 41px;
    float: left;
    background-color: #004388;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .25);
}

.head-bottom {
    width: auto;
    height: auto;
    padding: 13px 27px;
    box-sizing: border-box;
    float: left;
    background-image: url(../images/blue-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 100px 0px;
}

.head-top li {
    float: left;
    height: 40px;
}

.head-top .app-form-s {
    background-color: #004388;
}

.head-top .sub-sec2, .head-top .pay-sec2, .head-top .loan-sec2, .head-top .app-form-s {
    width: 244px;
    float: left;
}

.head-top ul {
    margin: 0;
}

.head-top .head-left {
    height: 41px;
    line-height: 38px;
}

.head-top .head-right {
    padding: 13px 9px 13px 39px;
}

.app-form-s .head-right {
    font-size: 13px;
    color: #fefefe;
    font-family: 'Roboto', sans-serif !important;
}

.head-top .app-form-s .head-left {
    /* background-color: #002144; */
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.head-bottom li {
    width: 37px;
    height: 38px;
    margin-right: 49px;
    background-color: #d8d7d7;
    border-radius: 100%;
    cursor: pointer;
    float: left;
    border: 1px solid #b4b4b4;
}

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

.head-bottom li a {
    margin-top: 44px;
    float: left;
    font-size: 10px;
    color: #3c3c3c;
    text-decoration: none;
    width: 75px;
    margin-left: -17px;
    font-size: 10px;
    font-family: 'Roboto', sans-serif !important;
}

.head-bottom ul {
    margin: 0;
}

.head-bottom ul:after {
    min-width: auto;
    border-bottom: 1px solid #d8d7d7;
    content: "";
    display: block;
    padding-top: 18px;
    padding-left: 5px;
    margin: 0 25px 0 25px;
}

.head-bottom li .edit-sec a {
    margin: 0 0 0 -19px;
    color: #fff;
}

.head-main2 {
    display: block;
}

.head-bottom .app-i-s a {
    margin-left: -10px;
}

.head-bottom .loan-i-s a {
    margin-left: -9px;
}

/*head 2 css end*/
/*.sub-sec .app-form-s{
  background-color: #980b0b;
}
.sub-sec .app-form-s .head-left{
  background-color: #600404;
}
.sub-sec .sub-sec2 .head-left{
  background-color: #e11723;
  font-size: 15px;
  color: #fefefe;
  font-family: 'Lato-Bold';
}
.sub-sec .sub-sec2 {
  background-color: #bf1313;
  color: #fff;
  font-family: 'Lato-Bold';
}*/
.sub-sec3, .sub-sec4 {
    width: 230px;
}

.pay-sec3, .loan-sec4 {
    width: 300px;
    background-color: #bf1313;
}

.pay-sec4 {
    width: 200px;
}

.pay-sec3 .head-left, .loan-sec4 .head-left {
    background-color: #e11723;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
}

.pay-sec3 .head-right, .loan-sec4 .head-right {
    font-size: 14px;
    color: #fefefe;
    font-family: 'Roboto', sans-serif !important;
}

.head-main3, .head-main4, .head-main5 {
    width: 98%;
    margin: 20px auto 15px;
    float: left;
}

.app-icon-active, .co-app-active, .loan-icon-active, .gen-icon-active {
    background-color: #e72120;
}

.app-icon-active {
    background-image: url(../images/app-h-icon.png);
}

.co-app-active {
    background-image: url(../images/co-app.png);
}

.loan-icon-active {
    background-image: url(../images/loan.png);
}

.gen-icon-active {
    background-image: url(../images/gen-info.png);
}

.new-btn-arr {
    background-image: url(../images/btn-arr.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.choose-appl-btn {
    height: 31px;
    float: right;
    font-size: 14px;
    padding: 3px 32px 5px 14px;
    border-radius: 4px;
    color: #DB241C;
    background-color: #fff;
    font-family: 'Roboto', sans-serif !important;
    border: 2px solid #DB241C;

}

.choose-appl-btn:hover {
    background-color: #DB241C;
    color: #fff;
    background-image: url(../images/btn-arr2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#choose-appl-popup .popuptable {
    border: medium none;
    display: block;
    height: auto;
    min-height: 250px;
    overflow: auto;
    padding: 20px;
}

/*head css end*/

div#choose-appl-popup {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    height: auto !important;
    overflow: auto;
    position: fixed;
    text-align: center;
    width: 30%;
    /*top: 185.5px !important;*/
}

.appl-select {
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
    background-color: #E40A00;
    color: #FFF;
    border: 0px none;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* helptext css */
.tptxt {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 6px;
    padding: 1px 10px 1px 10px;
    position: absolute;
    max-width: 450px;
    line-height: 30px;
    text-align: center;
}

.tptxttop:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tptxtbottom:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

#tptxt {
    font-family: Ubuntu, sans-serif;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tptxt:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba(0, 0, 0, .7);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tptxt.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba(0, 0, 0, .6);
    top: -20px;
    bottom: auto;
}

#tptxt.left:after {
    left: 10px;
    margin: 0;
}

#tptxt.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

/* end helptext css */

/* start noscript css */
#noscript-padding {
    padding-top: 1.9em;
}

#noscript-warning {
    font-family: 'Roboto', sans-serif !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0px;
    position: fixed;
}

/* end noscript css */

/*side bar css start 20/04/2016*/
.side-container {
    width: 100%;
    float: left;
}

.side-container li {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.side-container li:hover a {
    background-color: #6B7280;
    color: #fff;
}

.side-container li a {
    width: 150px;
    padding: 17px 0 17px 0;
    text-decoration: none;
    display: block;
    color: #858484;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-family: 'Roboto', sans-serif !important;
    border-top: 1px solid #DEE0DE;
}

.side-container .acc-icon {
    width: 100%;
    float: left;
    color: #2c2c2c;
    font-size: 16px;
    letter-spacing: 2px;
    background-image: url(../images/h-loan01.png);
    background-repeat: no-repeat;
    background-position: top;
    border-bottom: 1px solid #D0CECE;
    background-position-y: 6px;
}

.side-container .acc-icon:hover {
    padding-top: 5px;
    width: 100%;
    float: left;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 2px;
    background-image: url(../images/h-loan02.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #4d4b4b;
    background-position-y: 6px;
}

.side-container .acc-icon p {
    margin: 7px 0px 0px 0px;
    padding: 58px 0 9px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.25px;
    line-height: 15.4px;
    font-size: 14px;
}

.reach_us {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 10px;
}

.time {
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    background-color: #6B7280;
    color: #FFF;
    line-height: 17px;
    cursor: pointer;
}

.time {
    display: none;
}
.float-none{
    float: none !important;
}
.mt-16{
    margin-top: 16px;
}
.main_div {
    float: left;
    width: 100%;
}

.main_div:hover .time {
    display: block;
}

.main_div:hover .reach_us {
    display: none;
}

.cu_code {
    background-color: #D1EEEB;
    box-sizing: border-box;
    height: auto;
    padding: 7px;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

/* coupon code start */
.cu_code {
    background-color: #D7EDF1;
    /*letter-spacing: 1px;*/
    box-sizing: border-box;
    min-height: 130px;
    padding: 7px;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .25);
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 100%;
}

.cu_code_error {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bolder;
    color: #F00;
    width: 100%;
    float: left;
    letter-spacing: 1px;
}

.cu-btn {
    width: 76px;
    padding: 6px;
    background-color: #228A85;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    letter-spacing: 1px;
    border: none;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif !important;
}

.cu-btn:hover {
    background-color: #004A8E;
}

/* coupon code end */
/*side bar css end 20/04/2016*/

/*Preview popup height fix */
.preview-popup-height {
    height: 800px !important;
}

/*Preview popup height fix */
#livechat-full-view {
    height: 100% !important;
}

#address .step-content-form-input:-ms-input-placeholder {
    color: darkgrey;
}

.btn-dashboard {
    margin: 0px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    font-style: normal;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
}

.product-link {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
}
.product-link a {
    color: #002144;
}
.product-link a:hover {
    color: #004388;
}
.call_box{
    border: 1px dashed #4ba3de;
    margin-bottom: 15px;
    padding: 2px;
    background: #d7edf1;
}

.call_text {
    font-weight: 600;
    font-style: italic;
    color: #e11723;
}

.call_name {
    font-weight: 500;
    color: #08334e;
}

.call_name, .call_text {
    font-size: 14px;
    display: block;
}

.sticky-agent-btn{
    position: fixed;
    /*max-width: 998px;*/
    width: 100%;
    z-index: 99;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    /*padding-right: 100px;*/
}

a.next_btn{
    text-decoration: none;
    /*margin: 0;*/
}

.head-main .active,.head-main3 .active .head-right, .head-main2 .active .head-right{
    background-color: #004A8E;
}
.head-main .active .head-left, .head-main3 .active .head-left, .head-main2 .active .head-left{
    background-color: #002144;
}

input[disabled]{
    cursor:not-allowed !important;
    color: #878787 !important;
}

 /* .head-main3 .done .head-right{
    background-color: ;
} 
this is for previous step color highlighting */

@media screen and (max-width: 800px){
    .login-name{
        margin-top: 0;
    }
    .head-top{
        height: 100px;
    }
    .step3-2-estimate-label{
        width: 50% !important;
    }
    .sm-lh0{
        line-height: normal !important;
    }
}

@media screen and (max-width: 700px) {

    /* .logo{
        width: 0 !important;
    } */
    #container {
        width: 100%;
    }
    .sm-hide{
        display: none;
    }
    .sm-name{
        width: 25px;
        height: 60px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/blank-profile.png);
    }
    .sm-logout{
        width: 25px;
        height: 60px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/power.png);
    }
    .btn-dashboard{
        border: none;
        height: 16px;
        width: 1%;
        background-size: contain;
        margin-left: 18px !important;
        margin-top: 18px;
        background-repeat: no-repeat;
        background-image: url(../images/home-white.png);
    }
    .login-area{
        float: right !important;
        width: 70px !important;
        display: flex;
        flex-direction: row-reverse;
        margin-right: 15px !important;
        margin-top: 8px !important;
    }
    .login-name, .login-link{
        float: left !important;
    }
    .login-sep{
        height: 25px;
    }
    .head-bottom{
        margin-top: 64px;
    }
    
    .app-form-s, 
    .sub-sec2, 
    .pay-sec2,
    .loan-sec2 {
        width:100% !important;
    }

    .acc-form-s{
        width: 100% !important;
    }

    .btn-dashboard{
        margin-left: 250px;
    }

    /* .head-bottom{
        margin-top: 122px;
    }  temporary removed for testing*/

    .ad-space{
        display: none;
    }

    .slide-out-div {
        display: none;
    }

    .sidebar-special-offer {
        float: left;
        width: 25%;
        height: 70px;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 10px;
        cursor: pointer;
        margin-top: 12px;
    }

    .side-container li a {
        width: 100%;
        padding: 10px 0 10px 0;
        text-decoration: none;
        display: block;
        color: #858484;
        font-size: 12px;
        letter-spacing: 0.6px;
        font-family: 'Roboto', sans-serif !important;
        border-left: 1px solid #DEE0DE;
        height: 70px;
        box-sizing: border-box;
        border-top: none !important;
    }

    .step3-3-field{
        margin-bottom: 10px;
    }

    .side-container li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
    }

    .hide {
        display: none !important;
    }
    
    .mtb-10{
        margin: 8px 0 8px 0;
    }
    .boxHeader{
        width: 5%;
    }
    .sm-w25{
        width: 25% !important;
    }
    .sm-w-97{
        width: 97% !important;
    }
    .sm-w-50{
        width: 100% !important;
    }
    .sm-w-100{
        width: 100% !important;
    }
    .step-content-wrap{
        margin-bottom: 0;
    }
    .declaration-tnc-text{
        font-size: 14px;
    }
    .step-icon{
        display: none;
    }
    .acrdn_label{
         margin-left: 10px;
    }
    .step-bar-active01{
        margin-left: 3px !important;
    }
    .step-content-form-label{
        margin: 0 0 8px 0;
    }
    .coolored_back .select-style select{
        height: 29px;
    }
}




/* Typography */
.wbreak{
    word-break: break-word;
}
.f-heading{
	font-size: 20px !important;
}

.f-sub-heading{
	font-size: 16px !important;
}

.f-label{
	font-size: 12px !important;
}

.f-content{
	font-size: 14px !important;
}

.pr20{
    padding-right:20px!important;
}