@import url("../css/style-variables.css");
/*custom font*/
/*Proxima Nova Font Family*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-RegularIt.woff') format('woff');
    font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*Raleway Font Family*/
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
        url('../fonts/Raleway-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Black.woff2') format('woff2'),
        url('../fonts/Raleway-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {margin: 0; padding: 0;}

body {
    font-family: 'Raleway', sans-serif;
}
ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
/*form styles*/
.site-content img {
    width: 120px;
    margin: 0 auto;
}
.chevron_down {
    text-align: center;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0 
}
@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0) 
   }
    50% {
        -webkit-transform: translateY(17px);
        transform: translateY(17px) 
   }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0) 
   }
}
.chevron_down img {
    -webkit-animation: jump 2s infinite;
    animation: jump 2s infinite;
    -webkit-filter: none;
    filter: none;
    padding: 7px;
    width: 49px;
    height: 49px;
    background: linear-gradient(#ee2d2d 0%, #c73636 100%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50% 
}
.custome-form-style h2 { 
    margin-top: 55px;
    margin-bottom: 20px; 
font-weight: bold;
font-size: 23px;
line-height: 25px;
text-align: center;
color: #123c4a;

}
.site-content h3{    margin: 0;
    font-size: 60px;
    color: black;}
.site-content {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;

}
.form-content.upform{
    padding-top: 135px;
}
.form-section {
    /* background-image: url(../img/bg.png); */
    padding-bottom: 50px;
}
.custome-form-style {
    max-width: 550px;
    margin: 40px auto;
}
.repopulate_with_new .custome-form-style{
    margin: 80px auto 40px auto;        
}
.custome-form-style fieldset { 
    border: 2px solid white;
    /* border-radius: 0; */
    /* -webkit-box-shadow: none; */
    /* box-shadow: none; */
    padding: 45px 15px 20px 15px;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    width: 100%;
    margin-top: 62px;
    position: relative;
    background: white;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%); */
    /* position: relative; */
    border-radius: 22px;
   position: relative;
}

.custome-form-style input, .custome-form-style textarea, select {
    padding: 8px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #d0d0d0;
    color: #2C3E50;
    font-size: 14px;
    outline: none
}
.custome-form-style input[type="number"]{
    -webkit-appearance: none;
    -moz-appearance:textfield;
}
.custome-form-style .action-button svg{
    margin-left: 6px;
}
.custome-form-style .action-button { 
    color: #fff; 
    border-radius: 50px;
    padding: 18px 30px;
    margin: 10px 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    cursor: pointer;
    font-size: 26px !important;
    font-family: 'Proxima Nova';
    font-weight: 600;
    width: calc(100% - 60px);
    border-radius: 8px;
    background: linear-gradient(#15de7a 0%, #15aa65 100%);
    border: 2px solid #084819;
     box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.39); 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px !important;

}
.custome-form-style .action-button:hover, .custome-form-style .action-button:focus {
    background: linear-gradient(#15de7a 0%, #15aa65 100%);;
    border: 2px solid #084819;
    color: white;
    -webkit-transition: all  0.3s ease-in-out 0s;
    -o-transition: all  0.3s ease-in-out 0s;
    transition: all  0.3s ease-in-out 0s;
}
.form-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #3D195B;
    margin-bottom: 10px;
    text-align: left;
    padding: 0px 15px;
}

.form-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    padding: 0px 15px;
}
.progressbar {
	margin-bottom: 30px;
    overflow: hidden;
    border: none;
    text-align: center;
}
.progressbar li   {
	list-style-type: none;
	color: #454649;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
    position: relative;
    margin: 0 auto
}
.progressbar li a {
    color: #454649;
    font-size: 14px;
    padding: 11px;
    background: #fff;
    border-radius: 54px;
    border: none;
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 35px;
    text-transform: none;
    font-weight: 500;
    position: relative;
}
.progressbar li a:before {
    position: absolute;
    content: '';
    border: 9px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -18px;
    left: 50%;
    margin-left: -9px;
}
.progressbar li:before {
    content: '1';
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    z-index: 22222;
    position: relative;
}
.progressbar li:nth-child(2n):before {
    content: '2';
}
.progressbar li:nth-child(3n):before {
    content: '3';
}
.progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 18px;
}
.progressbar li:first-child:after {
	content: none; 
}

.progressbar li.active:before,  .progressbar li.active:after, .progressbar li.active a  {
	background: #E62A32 !important;
	color: white !important;
}
.progressbar li.active a:before {
    border-bottom-color: #E62A32 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: transparent;
    border-color: transparent;
    outline: none;
}
.custome-form-style .fieldset-inputs-parent.step-1 input {
    width: calc(50% - 30px);
    float: left;
    margin: 10px 15px;
}
.custome-form-style .fieldset-inputs-parent.step-1 input:nth-child(3n) {
    width: calc(100% - 30px);
    float: none;
}
.custome-form-style .fieldset-inputs-parent.step-1 input:last-child {
    width: 100px;
    float: none;
}
.form-check.active{
    opacity: 1;
}
.form-check{
    opacity: 0.3;
}
.form-check .title-span {
    font-size: 21px;
    /* color: #747474; */
    color: #747474;
    display: block;
    font-family: 'Proxima Nova';
    font-weight: normal;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; 
}
.form-check .title-span small{
    font-size: 12px;
}
.ppiq-form-main h3 {
    font-family: 'Proxima Nova';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0px 4px 13px rgb(0 26 52 / 34%);
}
.form-check {
    text-align: left;
    display:inline-block;
    width: 100%;
    clear: both;
    margin-top: 20px;
    padding-left: 0;
}
.radio-styling .form-check label {
    padding: 0px 10px;
    color: #747474;
    font-size: 21px;
    font-family: 'Proxima Nova';
    font-weight: 600;
}
.radio-styling .form-check input {
    width: auto;
}
.radio-styling .form-check input.width-100 {
    width: 100%;
}
.radio-styling .form-check p {
    display: inline-block;
    /* float: left; */
    margin-right: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative
}
.radio-styling .form-check.full-form-check p{
    display: block;
    margin-right: 0;
}
.radio-styling .form-check [type="radio"]:checked,
.radio-styling .form-check [type="radio"]:not(:checked) {
    position: absolute;
    left: 3px;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
}
.radio-styling .form-check [type="checkbox"]:checked,
.radio-styling .form-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 3px;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
}
.radio-styling .form-check [type="radio"]:checked + label,
.radio-styling .form-check [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 55px;
    line-height: 30px;
    /* color: #5A5A5A; */
    color: #747474;
    font-weight: 500;
    font-size: 19px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
}
.radio-styling .form-check [type="checkbox"]:checked + label,
.radio-styling .form-check [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 55px;
    line-height: 30px;
    font-weight: 500;
    font-size: 19px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.radio-styling .form-check [type="radio"]:checked + label:before,
.radio-styling .form-check [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    border:  2px solid #888;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.radio-styling .form-check [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    border:  2px solid #888;
}
.radio-styling .form-check [type="radio"] + label:after {
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/ppq-tick);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-styling .form-check [type="radio"]:checked + label:after{
    opacity: 1;
}
#rotationModal .modal-header{
    background:none !important;
}
/* .form-check.pad15.active {
    padding: 10px 35px;
    margin-top: 0;
} */
.radio-styling .form-check [type="checkbox"]:checked + label:after,
.radio-styling .form-check [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 34px;
    height: 34px;
    background: #15de7a url(../images/tick_white.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 30px;
}
.radio-styling .form-check [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}
.radio-styling .form-check [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.radio-styling .form-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}
.radio-styling .form-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.radio-styling .form-check [type="checkbox"]:checked + label:before {
    border: 1px solid #44b319;
}
.fieldset-inputs-parent.step-2 {
    margin-top: 0;
    padding-bottom: 20px;

}
.fieldset-inputs-parent.step-2 p{
    font-family: 'Proxima Nova';
}
.form-inner-field {
    display: inline-block;
    padding: 0px 15px;

}
.form-inner-field input {
    width: 100% !important;
    margin-top: 16px;
}
.form-inner-field.field_group.max-width.mrg_0.pad_0 input{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.33333%;
            flex: 0 0 31.33333%;
    width: 31.33333% !important;
    max-width: 31.33333%;
    border: 1px solid #A5A5A5;
    border-radius: 7px;
    background: none;
    min-height: 30px;
    padding: 0 10px;
    margin-top: 4px;
}
.form-inner-field.field_group.max-width.mrg_0.pad_0 input.custom_style{
    margin-left: 2%;
    margin-right: 2%;
}
.form-inner-field .form-control {
    outline: none;
    margin-top: 16px;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border:1px solid #ccc;
}
.form-inner-field .form-check {
margin-top: 0;
}
/* .form-check.pad15 {
    padding: 30px 35px;
} */
.control-button-styling {
    margin-top: 20px;
    text-align: center;
}
.title-headings-style {
    position: relative;
    padding-bottom: 4px;
}
.title-headings-style::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #4f91cd;
    border-radius: 10px;
    left: 15px;
    bottom: 0;
}
.nav > li > a:hover:before {
    border-bottom-color: #eee;
}

.form-description{
    position: absolute;
    z-index: 9;
    left: 0;
    width: 73%;
}
.form-description .head{
    color: #fff;
    padding: 20px 20px;
    text-align: left;
    display: none;
    /* background: -webkit-gradient(linear, left top, right top, from(rgba(15,149,85,1)),to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left, rgba(15,149,85,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(15,149,85,1) 0%,rgba(255,255,255,0) 100%);
    background-color: #004223; */
    background: #15de7a;
    background: -moz-linear-gradient(top, #15de7a 0%, #15aa65 100%);
    background: -webkit-linear-gradient(top, #15de7a 0%,#15aa65 100%);
    background: linear-gradient(to bottom, #15de7a 0%,#15aa65 100%);
    border-radius: 0 50px 50px 0;
    padding-left: 32%;
    -webkit-box-shadow: 4px 7px 49px rgba(0, 0, 0, 0.1607843137254902);
            box-shadow: 4px 7px 49px rgba(0, 0, 0, 0.1607843137254902);
}
.form-description .head h1{
    margin: 0;
    font-size: 41px;
    font-family: 'Proxima Nova Rg';
    font-weight: 600;
}
.form-description .head h1 span{
    font-weight: 500;
}
.body-content{
    padding: 40px 20px 15px 20px;
    background: rgba(224, 224, 224, 0.58);
    color: #000;
    border-radius: 0px 0 0px 0px;
    margin-top: -20px;
    text-align: left;
    font-weight: 500;
}
.tab-content {
    background: #f8f8f8;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
    border-radius: 22px;
    position: relative;
}
.heading-holder{
    background: #203267;
    padding-top: 31px;
    padding-bottom: 20px;
    margin: 0 -15px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.heading-holder-des{margin-bottom:15px;}
h3{font-size:22px;}
.heading-holder h3{margin:0;color: #fff;font-size: 37px;font-family: 'Proxima Nova Rg';font-weight: 600;}
.body-content p{
    margin-bottom: 20px;
}
.field_group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.field_group.max-width{
    max-width: 400px;
}
.field_group.mt-15{
    margin-top: 15px;
}
.field_group.max-width{
    max-width: 400px;
}
.field_group .custom_style{
    /* border-right: none;
    border-left: none; */
    border-radius: 20px;
}
.field_group .border-radius-rt-none{
    border-radius: 20px;
}
.field_group .border-radius-lt-none{
    border-radius:20px;
}
.flex-parent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pad-0{
    padding: 0;
}
.bank-account-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.detail-holder-des{margin-bottom:20px;}
.bank-account-holder.mt-20{margin-top: 20px;}
.bank-account-holder .label-wrap{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    text-align: right;
}
.ppiq-form-main .ppiq-text {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 21px !important;
    text-align: center;
    color: #fff;
    max-width: 401px;
    margin: auto;
}
.bank-account-holder .fields-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} 
.bank-account-holder .fields-wrap .input-wrap{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}
.bank-account-holder .left-column .form-control,.bank-account-holder .right-column .form-control{
    margin-top: 0;
    margin-bottom: 0;
}
.bank-account-holder .title-field-wrap .title-field-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bank-account-holder label{
    margin-bottom: 0;
}
.bank-account-holder .left-column{
    padding-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.bank-account-holder .right-column{
    padding-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.form-control{
    padding: 6px 7px;
}
.form-tbl tr th{
    text-align: center;
    font-size: 21px;
    color: white;
    font-family: 'Proxima Nova Th';
    border-bottom: 1px solid white !important;
}
.form-tbl tr th:last-child{
    width: 150px;
}
 
.form-tbl tr td{
    font-size: 21px;
    color: #747474;
    font-family: 'Proxima Nova Th';
    font-weight: 600;
    border-top: 1px solid white !important;

}
.form-tbl .check_wrap{
    margin: 0;
}
.form-tbl .form-check p{
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
}
.form-tbl .check_wrap p{
    margin: 0;
    float: none;
    text-align: center;
    width: 100%;
}
.radio-styling .form-tbl .form-check [type="radio"]:checked, .radio-styling .form-tbl .form-check [type="radio"]:not(:checked){
    margin: 0;
    top: 2px;
    left: 2px;
}
.radio-styling .form-tbl .check_wrap [type="radio"]:checked, .radio-styling .form-tbl .check_wrap [type="radio"]:not(:checked){
    margin: 0;
    top: 2px;
    left: 2px;
}
.radio-styling .form-tbl .form-check [type="radio"]:checked + label, .radio-styling .form-tbl .form-check [type="radio"]:not(:checked) + label{
    position: relative;
    margin: 0;
    height: 12px;
    padding-left: 0;
    padding-right: 15px;
}
.radio-styling .form-tbl .check_wrap [type="radio"]:checked + label, .radio-styling .form-tbl .check_wrap [type="radio"]:not(:checked) + label{
    position: relative;
    margin: 0;
    height: 18px;
    padding-left: 0;
    padding-right: 15px;
}
.text-center.important-information {color: white;position: relative;font-weight: normal;max-width: 546px;margin: auto;} 
.radio-styling .form-tbl .check_wrap [type="radio"]:checked + label{
    height: 18px;
}
.sub-heading{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sectionG-inner{
    margin-bottom: 40px;
}
.sectionG-inner .sub-heading{
    position: relative;
    padding: 0 0 0 30px;
}
.sectionG-inner .sub-heading span{
    position: absolute;
    font-size: 50px;
    left: 0;
    top: -10px;
}
.sectionG-inner .sub-heading+.sub-heading span{
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    line-height: 0;
    margin-left: 10px;
}
.row.flex-parent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}
.sectionG-name-signature .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.sectionG-block label{
    font-weight: 600;
    display: block;
    border-top: 1px solid #000;
    color: #e52e2d;
    margin-bottom: 0;
}
.field_group.mt-0 .form-control{
    margin: 0;
}
.important-note{
    background: rgba(0, 0, 0, 0.04) !important;
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 10px;
    margin-bottom: 40px;
    font-weight: 500;
    border-radius: 5px;
}
.form-check .title-span strong{
    margin: 0 5px;
}
.form-inner-field.block-parent p{
    display: block;
    float: none;
    margin-right: 0;
}
.form-inner-field.block-parent input{
    width: auto !important;
}
.complaining-box{
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Proxima Nova';
    font-weight: 500;
    color: #747474;
    text-align: center;
    font-size: 21px;
    clear: both;
    border-radius: 20px;
    display:none;
}
.complaining-box p{
    max-width: 660px;
    margin: 0 auto;
}
.radio-styling .form-check .complaining-box p{
    float: none;
    margin-right: 0;
    margin-top: 0;
}
.radio-styling label.error{
    padding: 0;
    font-size: 12px;
    margin-top: 4px;
}
.bank-account-holder .label-wrap label{
    margin-top: 7px;
}
.title-field-inner label{
    margin-top: 7px;
}
.move-next {
    border-width: 2px;
    border-style: solid;
    border-color:#15de7a;
    color: #15de7a;
    padding: 11px 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
    background: none;
    -webkit-transition: background 600ms ease, color 600ms ease;
    -o-transition: background 600ms ease, color 600ms ease;
    transition: background 600ms ease, color 600ms ease;
    position: relative;
    z-index: 99;
    float: right;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
}
.move-next:hover{
    background: rgb(11, 54, 84);
    background: linear-gradient(321deg, #5798AF 0%, #192D5A 100%);
    color: #fff;
}
.display_block{
    display: block;
}
.packagedBankAccount-postcode{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.packagedBankAccount-postcode .field_group.max-width {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.packagedBankAccount-postcode .field_group.max-width span{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 12px;
    color: #747474;
    font-family: 'Proxima Nova';
    font-weight: 500;
}
.packagedBankAccount-postcode .field_group.max-width .input_wrap{
    position: relative;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.packagedBankAccount-postcode .field_group.max-width .input_wrap img{
    width: 20px;
    position: absolute;
    right: 0;
    top: 7px;
}
.packagedBankAccount-postcode .field_group.max-width .input_wrap ~ p{
    margin: 0;
}
.flex-layout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.form-check.flex-layout .title-span{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 670px;
            flex: 0 0 670px;
    padding-right: 30px;
    font-size: 17px;
    color: #747474;
    font-family: 'Proxima Nova';
}
.radio-styling .form-check.flex-layout p{
    margin-right: 50px;
    margin-top: 4px;
    margin-bottom: 0;
}
.radio-styling .form-check.flex-layout p+p{
    margin-right: 0;
}
.heading-holder-inner{
    padding: 0 45px;
}
.heading-holder-inner h3{
    font-size: 21px;
    color: #747474;
    display: block;
    font-family: 'Proxima Nova';
    font-weight: 600;
}
.modal-dialog{
    margin: 10px auto !important;
}
.the-advisor.form-check p{width: 49%;margin-right: 0;float: left;}
.form-check.four_check p{width: 25%;float: left;margin-right: 0;}
.form-check.three_check p{width: 33.33333%;float: left;margin-right: 0;}
.form-check.two_check p{width: 50%;float: left;margin-right: 0;}
.form-check.full_width_check p{width:100%;float: none;margin-right:0;}

.form-check.active .wrapper 
{/* background: #e8e8e8; */
    /* background: rgb(11, 54, 84);
    background: linear-gradient(321deg, #5798AF 0%, #192D5A 100%); */
    padding: 0px 0px;
    width: 100%;}
.form-check.active:before, .form-check.active:after {z-index: -1;position: absolute;content: "";bottom: 12px;left: 10px;width: 50%;top: 80%;max-width: 300px;background: #777;-webkit-box-shadow: 0 15px 10px #777;box-shadow: 0 15px 10px #777;-webkit-transform: rotate(-3deg);-ms-transform: rotate(-3deg);transform: rotate(-3deg);display: none;}
.form-check.active:after {-webkit-transform: rotate(3deg);-ms-transform: rotate(3deg);transform: rotate(3deg);right: 10px;left: auto;}
.form-check.active .wrapper .clearfix {margin: 5px 0;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;}
.form-check.active {position: relative;z-index: 9;background: no-repeat;padding: 0;-webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000px;perspective: 1000px;}
/* .form-check.pad15.active {padding: 10px 35px;} */
.back_btn{background: none;border: none;border-bottom: 4px double #000;color: #000;padding: 10px 20px 5px 5px;font-size: 20px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;float: left;}
.back_btn:hover{background: none;color: #b0b0b0;}
.form-check.active .wrapper:after {content: "";display: table;clear: both;}

#rotationModal.modal.fade .modal-dialog{-webkit-transform: translate(0);-ms-transform: translate(0);transform: translate(0);height: 100vh;width: 100%;margin: 0 !important;max-width: 100%;}
#rotationModal .modal-content {height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
#rotationModal .modal-header{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: baseline;-ms-flex-align: baseline;align-items: baseline;}
#rotationModal .modal-body{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.text-center.important-information h1 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 40px;
}
span.text-rd {
    font-size: 26px;
}
.form-section.repopulateWith_new{
    padding-bottom: 0;
}
.repopulateWith_new .important-information{
    color: #000;
}
.repopulateWith_new .submit_current_form_data{
    color: #fff;
    border-radius: 50px;
    padding: 18px 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    cursor: pointer;
    font-size: 26px !important;
    font-family: 'Proxima Nova';
    font-weight: 600;
    width: calc(100% - 60px);
    border-radius: 8px;
    background: linear-gradient(#15de7a 0%, #15aa65 100%);
    border: 2px solid #084819;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 39%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.repopulateWith_new .submit_current_form_data svg {
    margin-left: 6px;
    margin-top: 10px;
}
.pba_form_wrapper{
    max-width: 990px;
}
.pba_form_wrapper .fieldset-inputs-parent.step-2{
    padding-top: 0;
}
.pba_form_wrapper .heading-holder h3{
    font-size: 33px;
}
.sub-bank-modal ul li {position: relative;padding: 0px 5px;margin-bottom: 15px;}
.lender-with-cross li .custom-checkbox+label {border: 1px solid #dedede;height: 39px;position: relative;cursor: pointer;outline: 0;margin: 0;padding: 0 34px 0 45px;line-height: 20px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;color: #203267;font-size: 14px;background: transparent linear-gradient(180deg,#fff 0,#fff 46%,#ededed 49%,#eaeaea 100%);font-weight: 700;display: flex;align-items: center;}
.dont-go .modal-content{border: 4px solid #007D42;}
.dont-go .modal-header{padding: 0;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;border: none;background: none;}
.dont-go h4 {background: #007D42;color: #fff;padding: 0 10px 7px 10px;border-radius: 0 0 4px 4px;width: 200px;font-size: 20px;font-weight: bold;text-align: center;margin: 0 auto;}
.dont-go button.close{position: absolute;right: 0;top: 0;padding: 0;background: #007D42;color: #fff;height: 25px;width: 25px;text-align: center;line-height: normal;border-radius: 50%;opacity: 1;border: 2px solid #fff;font-size: 13px;font-weight: normal;outline: none!important;}
.dont-go button.close span{font-size: 18px;line-height: 12px;}
.dont-go .modal-body p{text-align: center;font-size: 20px;margin: 10px 0;}
.dont-go .modal-footer{padding: 0 15px 15px 0;border: none;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; text-align: center;}
.dont-go .modal-footer button{background: #eb9316;border-color: #eb9316;font-size: 18px;}
.dont-go{z-index:999999999}

#thankyou_form .text-center.important-information{color:#000;}

/* footer{display: none;}   */

@-webkit-keyframes shake {
	10%, 90% {
	  -webkit-transform: translate3d(-1px, 0, 0);
	          transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
	  -webkit-transform: translate3d(2px, 0, 0);
	          transform: translate3d(2px, 0, 0);
	}
  
	30%, 50%, 70% {
	  -webkit-transform: translate3d(-4px, 0, 0);
	          transform: translate3d(-4px, 0, 0);
	}
  
	40%, 60% {
	  -webkit-transform: translate3d(4px, 0, 0);
	          transform: translate3d(4px, 0, 0);
	}
  }

@keyframes shake {
	10%, 90% {
	  -webkit-transform: translate3d(-1px, 0, 0);
	          transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
	  -webkit-transform: translate3d(2px, 0, 0);
	          transform: translate3d(2px, 0, 0);
	}
  
	30%, 50%, 70% {
	  -webkit-transform: translate3d(-4px, 0, 0);
	          transform: translate3d(-4px, 0, 0);
	}
  
	40%, 60% {
	  -webkit-transform: translate3d(4px, 0, 0);
	          transform: translate3d(4px, 0, 0);
	}
  }

/*====responsive===*/
@media (max-width: 1760px){
    .form-description .head{padding-left: 27%;}
}
@media (max-width: 1680px){
    .form-description .head{padding-left: 28%;}
    .form-description .head h1 {font-size: 34px}   
    .heading-holder h3{font-size: 28px;}    
    .form-check .title-span {font-size: 18px;}
    .form-tbl tr td,.form-tbl tr th {font-size: 18px;}
    .custome-form-style .action-button{font-size: 15px;padding: 6px 20px}
    .form-check { 
        margin-top: 11px;
    }
}
@media (max-width: 1366px){
   
    #healthIssue textarea.title-span{font-size: 14px;}
    .form-tbl tr td, .form-tbl tr th{font-size: 16px;}
    .heading-holder-inner h3{font-size: 16px;}
    .radio-styling .form-check label{font-size: 16px;}
    .form-description{width: 70%;}
    .form-description .head {padding-left: 17%;}
    .form-description .head h1 {font-size: 26px;}
    .custome-form-style {margin: 30px auto 50px auto;}
    .form-description .head{padding: 10px 20px;padding-left: 17%;}
    .heading-holder {padding-bottom: 15px;padding-top: 15px;}
    .heading-holder h3 {font-size: 24px;}
    .form-check .title-span {font-size: 16px;}
    .form-check.pad15 {padding: 6px 25px;}    
    .complaining-box{font-size: 18px;}
    .complaining-box p {max-width: 570px;}
    .form-check.flex-layout .title-span{font-size: 16px;}
    .radio-styling .form-check [type="radio"]:checked + label, .radio-styling .form-check [type="radio"]:not(:checked) + label {padding-left: 55px;line-height: 30px;font-size: 18px;min-height: 40px;}
    .radio-styling .form-check [type="radio"]:checked + label:before, .radio-styling .form-check [type="radio"]:not(:checked) + label:before {width: 40px;height: 40px;}
    .radio-styling .form-check [type="radio"]:checked + label:after, .radio-styling .form-check [type="radio"]:not(:checked) + label:after {width: 40px;height: 40px;}
    /* .form-check.active .wrapper {padding: 60px 35px;} */
    .form-check .title-span {font-size: 16px;}
    .radio-styling .form-check p {margin-top: 0px;margin-bottom: 10px;}
    .back_btn {padding: 7px 20px;font-size: 16px;}
    .move-next {padding: 8px 30px;font-size: 16px;}
}

@media (max-width: 1199px){
    .custome-form-style {width: 88%;}
}
@media (max-width: 991px){
    .repopulate_with_new .custome-form-style {margin: 60px auto 40px auto;}
    .form-check.flex-layout .title-span {-webkit-box-flex: 0;-ms-flex: 0 0 70%;flex: 0 0 70%;}
    .heading-holder-inner {padding: 0 0;}
    .form-description{width: 95%;}
    .form-description .head{padding-left: 20px;}
    .heading-holder{padding-left: 20px;}
    .form-inner-field {display: block;padding: 0px 15px;width: 100%;float: none;}
    .custome-form-style {width: 95%;}
    .progressbar li a {width: 85%;border-radius: 100px;}
    .first-four-fiedls span.title-span {text-align: left;display: block;}
    .form-title{padding: 0;}
    .title-headings-style::after{left: 0;}
    .form-description .head h1{font-size: 26px;}
    .section-heading{font-size: 20px;}
    .field_group.max-width{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .form-check.pad15 {padding: 0px 0;}
    .bank-account-holder .left-column {padding-right: 5px;}
    .bank-account-holder .right-column {padding-right: 5px;}
    .sectionG-name-signature .row{-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
    
}
@media (max-width: 767px){
    .radio-styling .form-check [type="radio"]:checked + label:after {opacity: 1;} 
    .form-check.pad15.active {padding: 0; }
    .form-check.flex-layout .title-span {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;padding-right: 0;}
    .radio-styling .form-check label{font-size: 14px;}
    .dont-go .modal-body p{font-size: 16px;}
    .dont-go .modal-footer button{font-size: 14px;}
    .form-check .title-span small {font-size: 10px;}
    .flex-layout{display: block;}
    .radio-styling .form-check.flex-layout p {margin-right: 20px;margin-top: 10px;}
    .complaining-box {font-size: 16px;}
    .complaining-box p {max-width: 500px;}
    .radio-styling .form-check .form-tbl p{margin-top: 0;}
    .form-check.flex-layout .title-span{font-size: 16px;}
    .heading-holder-inner h3 {font-size: 16px;}
    .form-description .head h1 {font-size: 24px;}
    .heading-holder h3 {font-size: 20px;}
    .repopulate_with_new .custome-form-style {margin: 20px auto 40px auto;}
    .repopulate_with_new .custome-form-style.pba_form_wrapper {margin: 0 auto 40px auto;}
    .progressbar li {float: none;margin: 0 auto;display: none;width: auto}
    .heading-holder{padding-left: 10px; padding-right: 10px;}
    .progressbar li::after {display: none;}
    .progressbar li a {width: auto !important;display: inline-block;padding: 11px 22px;min-width: 225px;}
    .form-content {padding: 0 9px;}
    .form-section.repopulateWith_new .form-content {padding: 0;}
    .site-content {padding-top: 50px;}
    .bank-account-holder{display: block;}
    .bank-account-holder .left-column {padding-right: 0;margin-bottom: 4px;}
    .bank-account-holder .right-column {padding-right: 0;padding-left: 0;}
    .bank-account-holder .label-wrap {text-align: left;}    
    .bank-account-holder .label-wrap label{padding: 0;margin-bottom: 4px;} 
    .bank-account-holder .title-field-wrap{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
    .bank-account-holder .title-field-wrap .title-field-inner input{width: calc(100% - 50px) !important;} 
    .bank-account-holder .fields-wrap .input-wrap {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;} 
    .section-heading {font-size: 18px;}
    .form-check .title-span{font-size: 16px;}
    .sub-heading {font-size: 14px;}
    .row.flex-parent {display: block;margin-bottom: 30px;}
    .sectionG-name-signature .row {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
    .sectionG-name-signature .row [class*="col-"]{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;}
    .sectionG-name-signature{margin-bottom: 10px;}
    .important-note {font-size: 14px;padding: 10px 10px;margin-bottom: 20px;}
    .the-advisor.form-check p{width:100%;}
    .control-button-styling {margin-top: 20px;}
    .form-tbl tr td,.form-tbl tr th{padding: 4px !important;}
    .form-tbl tr td:first-child {width: 40%;white-space: normal !important;font-size: 13px;}
    .form-tbl tr th{white-space: normal !important;font-size: 13px;}
    .form-tbl tr th:nth-child(3) {width: 28%;}
    .form-tbl tr th:last-child {width: 30%;}
    .radio-styling .form-tbl .check_wrap [type="radio"]:checked + label, .radio-styling .form-tbl .check_wrap [type="radio"]:not(:checked) + label{display: inline-block;padding-left: 0;padding-right: 30px;}
    .form-check.four_check p {width: 50%}
    .form-check.three_check p {width: 50%;}
    .form-section {padding-bottom: 30px;}
    .form-check .title-span {font-size: 15px;margin-bottom: 10px;}
}
@media (max-width: 580px){
    .form-content.upform {padding-top: 112px;}
    .text-center.important-information { font-size: 16px;} 
    .packagedBankAccount-postcode{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .packagedBankAccount-postcode .field_group.max-width {max-width: 100%;-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;}
    .site-content img {width: 221px;margin: 0 auto;}
    .sectionG-name-signature .row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
    .sectionG-name-signature .row [class*="col-"] {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;}
    .sectionG-block{margin-top: 20px;}
    .form-check .title-span strong{margin: 0 2px;}
    .form-description .head h1 {font-size: 20px;}
    .radio-styling .form-check.life-event p{margin-right: 0;width: 100%;float: none;}
    .radio-styling .form-check.life-event label{padding-right: 0;}
    .modal-dialog {margin: 10px !important;}
    .custome-form-style {width: 100%;}
    .form-check.three_check p {width: 100%;}
    .form-check.two_check p{width: 100%;}
    .account_sold.form-check p {width: 100%;margin-right: 0;}
    .radio-styling .form-check [type="radio"]:checked + label, .radio-styling .form-check [type="radio"]:not(:checked) + label {padding-left: 40px;line-height: 20px;font-size: 16px;min-height: 30px;margin-bottom: 0;}
    .form-check.active .wrapper {padding: 15px 15px;}
    .radio-styling .form-check [type="radio"]:checked + label, .radio-styling .form-check [type="radio"]:not(:checked) + label {padding-left: 40px;line-height: 20px;font-size: 16px;min-height: 30px;margin-bottom: 0;}
    .radio-styling .form-check [type="radio"]:checked + label:before, .radio-styling .form-check [type="radio"]:not(:checked) + label:before {width: 34px;height: 34px;}
    .radio-styling .form-check [type="radio"]:checked + label:after, .radio-styling .form-check [type="radio"]:not(:checked) + label:after {width: 34px;height: 34px;}  
    .radio-styling .form-check [type="checkbox"]:checked + label, .radio-styling .form-check [type="checkbox"]:not(:checked) + label {padding-left: 40px;line-height: 20px;font-size: 16px;min-height: 30px;margin-bottom: 0;} 
    .radio-styling .form-check [type="checkbox"]:checked + label:before, .radio-styling .form-check [type="checkbox"]:not(:checked) + label:before {width: 34px;height: 34px;}
    .radio-styling .form-check [type="checkbox"]:checked + label:after, .radio-styling .form-check [type="checkbox"]:not(:checked) + label:after {width: 24px;height: 24px;line-height: 25px;font-size: 20px;} 
    .back_btn {padding: 5px 20px;font-size: 15px;}
    .form-tbl tr th {font-size: 14px;}
    .form-tbl tr td:first-child {font-size: 14px;}
    .radio-styling .form-check p{margin-bottom: 8px;}
    .radio-styling .form-check.following-statement p{margin-right: 0;}
}
@media (max-width: 480px){
    
    .ppiq-form-main h3 {font-size: 25px;margin-top: 20px;}
    .ppiq-form-main .ppiq-text {max-width: 299px;font-size: 16px !important;}
    .chevron_down img { width: 34px;height: 34px; }
    .form-content.upform {padding-top: 98px;}
    .radio-styling .form-check p { margin-right: 24px;margin-top: 7px;margin-bottom: 0;}    
    .radio-styling .form-check [type="radio"] + label:after {top: -7px;left: 5px;}
    form#pba_form {padding-bottom: 0;}
    .custome-form-style {margin: 41px auto 50px auto;}
    .custome-form-style .fieldset-inputs-parent.step-1 input {width: calc(100% - 30px);float: none;margin: 10px 15px;}
    .custome-form-style {width: 100%;}
    .form-check.active .wrapper {padding: 6px 0px;}
    .form-check .title-span {font-size: 16px;margin-bottom: 5px;font-weight: normal;font-family: 'Proxima Nova';}
    .custome-form-style h2 {margin-top: 33px;font-size: 23px;line-height: 25px;margin-bottom: 30px; }
    .radio-styling .form-check [type="radio"]:checked + label, .radio-styling .form-check [type="radio"]:not(:checked) + label {padding-left: 35px;line-height: 20px;font-size: 15px;min-height: 25px;}
    .radio-styling .form-check [type="radio"]:checked + label:before, .radio-styling .form-check [type="radio"]:not(:checked) + label:before {width: 25px;height:25px;border-radius: 4px;}
    .radio-styling .form-check [type="radio"]:checked + label:after, .radio-styling .form-check [type="radio"]:not(:checked) + label:after {width: 25px;height:25px;background-size: 25px;}
    .back_btn {padding: 4px 15px;font-size: 14px;}
    .move-next {padding: 5px 20px;font-size: 14px;}
    .radio-styling .form-check [type="checkbox"]:checked + label, .radio-styling .form-check [type="checkbox"]:not(:checked) + label {padding-left: 35px;line-height: 20px;font-size: 15px;min-height: 25px;}
    .radio-styling .form-check [type="checkbox"]:checked + label:before, .radio-styling .form-check [type="checkbox"]:not(:checked) + label:before {width: 25px;height: 25px;border-radius: 4px;}
    .radio-styling .form-check [type="checkbox"]:checked + label:after, .radio-styling .form-check [type="checkbox"]:not(:checked) + label:after {width: 19px;height: 19px;line-height: 20px;font-size: 17px;background-size: 15px;}
    .custome-form-style .action-button { width: 295px;height: 71px;font-size: 19px !important;}
    .pba_form_wrapper .heading-holder h3 {font-size: 21px;}
    .sub-bank-modal ul li {margin-bottom: 10px;}
    .lender-with-cross li .custom-checkbox + label {line-height: 15px;}
    .dont-go .modal-body p {font-size: 16px;}
}


.action-button svg{margin-top: 10px;}
.current_active{display: block !important}


.pad_0{padding: 0;}
.mrg_0{margin: 0;}
.mrg_b10{margin-bottom: 10px;}
.mrg_b15{margin-bottom: 15px;}
.mrg_b20{margin-bottom: 20px;}

.mrg_t10{margin-top: 10px;}
.mrg_t15{margin-top: 15px;}
.mrg_t20{margin-top: 20px;}

.first-four-fiedls span.title-span{color: #595d64;font-size: 16px;}
.first-four-fiedls .form-inner-field  input{margin-top: 10px;}
.mb-15{margin-bottom: 15px;}
.important_information{margin-top: 30px;}
.important_information h3{background: #203267;padding: 10px 15px;color: #fff;}

.date_picker {
    position: relative;
}
.calendar-hd {
    height: auto !important;
}
.calendar-modal {
    left: 0 !important;
    top: 54px !important;
}
.calendar.calendar-m .month-items li {
    width: 33.33333% !important;
}
.click-here-tosign-after {
    width: 162px;
}
img.canvas-image {
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.error{color:red !important;}
.loading-prepare{
min-height: 100vh;
position: fixed;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
z-index: 99;
background: rgba(255, 255, 255, 0.73);
flex-direction: column;
}
.loading-prepare div{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #1d3f71;
}

input.is-valid{
	border-color: #28a745 !important;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url(../assets/img/tick.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right calc(0.375em + 0.1875rem) center !important;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
input.is-invalid{
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url(../assets/img/invalid.svg) !important;
	background-repeat: no-repeat !important;
	background-position: right calc(0.375em + 0.1875rem) center !important;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
select.is-valid{
	border-color: #28a745 !important;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url('../img/angle-down.svg') no-repeat right 0.75rem center/8px 10px, url(../assets/img/tick.svg) #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
select.is-invalid{
	border-color: #dc3545 !important;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url('../img/angle-down.svg') no-repeat right 0.75rem center/8px 10px, url(../assets/img/invalid.svg) #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}



.custom-radio{
    display: inline-block;
    width: 45%;
    margin: 10px 10px;
    background: #007D42;
    border: 1px solid #007D42;
    border-radius: 3px;
    padding: 6px 8px;
    color: #FFF;
}
.custom-radio .label-text{
    font-size: 16px;
    color: #ffffff;
    padding-left: 6px;
    margin: 0;
    line-height: 16px;
}
.heading-holder.inner-heading {
    padding-top: 20px !important;
}
@media (max-width: 375px){
    .radio-styling .form-check [type="radio"]:checked + label, .radio-styling .form-check [type="radio"]:not(:checked) + label {
        padding-left: 35px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 2px; 
        min-height: 25px;
    }
    .custome-form-style fieldset {
        padding: 45px 16px 20px 16px;
    } 
    .text-center.important-information h1 {
        font-size: 18px;
    }
    .radio-styling .form-check.flex-layout p+p {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .radio-styling .form-check.addSpecificStyle [type="radio"]:checked + label, .radio-styling .form-check.addSpecificStyle [type="radio"]:not(:checked) + label{
        font-size: 13px;
        line-height: 17px;
    }
    .radio-styling .form-check.addSpecificStyle p{
        margin-top: 5px;
    }
  
}
