/*-- Form Wizard Css --*/

@font-face {
    font-family: "SegoeUI-s";
    src: url('../font/semi-bold/seguisb.eot');
    src: url('../font/semi-bold/seguisb-.eot#iefix') format('embedded-opentype'), url('../font/semi-bold/seguisb.woff') format('woff'), url('../font/semi-bold/seguisb.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

a:focus {
    outline: none;
}

.wizard-form {
    background: #5cc0fb;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #2B32B2, #5cc0fb);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #2B32B2, #5cc0fb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */        
    /* background:#50b6ff none repeat scroll 0 0; */
    padding: 100px 0 0;
    overflow: hidden;
    height: 100vh;
    margin-bottom: -30px;
}

.wizard-form ul[role="tablist"] {
    display: none;
}

.wizard-form .top-list {
    text-align: center;
    background: url("../img/short-form/top-list-shadow.jpg") no-repeat scroll center bottom;
    margin: 0;
    padding: 0px 0 25px;
}

.wizard-form .top-list li {
    float: left;
    background: url("../img/short-form/divider-line.png") no-repeat scroll right center;
    padding: 0;
}

.wizard-form .top-list li p {
    color: #0b2028;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-family: "SegoeUI" !important;
    min-width: 188px;
    padding: 0 25px;
}

.wizard-form .top-list li:last-child {
    background: none;
}

.wizard-form .top-list li p strong {
    color: #fff;
    display: block;
}

.wizard-form .top-list li p img {
    max-width: 45px;
}


/*-- Step Form Css --*/

.wizard-form .wizard .content {
    background: none;
    min-height: 400px;
}

.wizard-content {
    min-height: 68vh;
    padding: 0;
    position: relative;
}

.wizard-step {
    position: absolute;
    width: 100%;
    left: 100%;
    opacity: 0;
    min-height: 100%;
    -webkit-transition: left 0.5s ease-in-out, opacity 0.5s ease;
    transition: left 0.5s ease-in-out, opacity 0.5s ease;
    padding: 0 40px;
    text-align: center;
}

.wizard-step.wizard-done {
    left: -100%;
    z-index: -1;
    opacity: 0;
}

.wizard-step.wizard-current {
    left: 0;
    z-index: 1;
    opacity: 1;
}

.wizard-step.wizard-current+.wizard-step {
    left: 100%;
    z-index: 0;
}

#step-1 .form-group {
    padding-top: 60px;
}


/*-- Custom Styling --*/

.wizard-form p.cstm-wf-btn a.sbmt-btn img {
    display: inline-flex;
}

.wizard-form p.cstm-wf-btn a.sbmt-btn {
    position: relative;
    text-transform: inherit;
    padding: 8px 40px;
}

.wizard-form p.cstm-wf-btn a.sbmt-btn span {
    background: #b47417;
    border-radius: 0 20px 20px 0;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height:39px;
}

.wizard-form p.cstm-wf-btn a.wizard-next.sbmt-btn {
    max-width: 310px;
    padding-right: 60px;
    position: relative;
}

.wf-btn {
    opacity: 0.7;
    position: absolute;
    top: 45%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 2;
}

.wf-btn:hover {
    opacity: 1;
}

.wizard-form form {
    position: relative;
}

.wf-btn.wizard-next {
    right: 0;
}

.wf-btn img {
    max-width: 35px;
}

.wizard-content h3 {
    color: #0b2028;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 115%;
    margin: 15px auto;
    font-family: "SegoeUI-s" !important;
    max-width: 481px;
    padding: 12px 0;
    position: relative;
    text-align: center;
}

.wizard-content h3 strong {
    position: relative;
    z-index: 1;
}

.wizard-content h3 span.hd-bg {
   background: #fff none repeat scroll 0 0;
border-radius: 28px;
box-shadow: 7px 5px 7px -2px rgba(0, 0, 0, 0.5);
display: inline-block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.cst-feild {
    display: inline-block;
    margin: 0 20px 30px;
    min-width: 220px;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
}

.wizard-form form input.form-control {
    background: none;
    border: 0 none;
    font-family: "SegoeUI-s" !important;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    box-shadow: none;
    padding: 0 15px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    max-width: 264px;
}

.wizard-form form input.form-control:focus {
    border-color: #0b2028 !important;
    outline: 0;
}

.cst-feild label.error {
    bottom: -30px;
    font-size: 14px;
    font-weight: normal!important;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

.wizard-form form label {
    color: #0b2028;
    font-size: 17px;
    font-family: "SegoeUI-s" !important;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.wizard-form .form-group {
    margin: 0 0 20px;
    max-height: 100%;
}

.wizard-form p.cstm-wf-btn {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

.wizard-form p.cstm-wf-btn a {
    background: #f9a120;
    border: none;
    border-radius: 30px;
    box-shadow: 2px 3px 0 0 #1c634c;
    color: #000;
    cursor: pointer;
    padding: 6px 40px;
    font-family: "SegoeUI-s" !important;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.wizard-form p.cstm-wf-btn a:hover {
    box-shadow: 2px 3px 0 0 #63471c;
    color: #fff;
}

.wizard-header {
    display: none;
}


/*-- Radio btn styling --*/

[type="radio"]:checked,
 [type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute;
}

[type="radio"]:checked~label,
[type="radio"]:not(:checked)~label {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    min-width: 143px;
    padding: 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

ul.radio-btn {
    padding: 10px 0 0;
}

.radio-btn li {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.radio-btn li:first-child {
    margin-right: 30px;
}

.radio-btn li:last-child {
    margin-left: 30px;
}

.radio-btn li label img {
    display: block;
    max-width: 65px;
    margin: 0 auto 5px;
    position: relative;
    z-index: 10;
}

.radio-btn.gender li label img {
    max-width: 70%;
}

.radio-btn li .top {
    color: #5b5b5b;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    min-height: 100px;
}

.radio-btn li .text {
    color: #fff;
    display: block;
    font-family: "SegoeUI-s" !important;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin: 0 0 10px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    text-transform: capitalize;
}

.radio-btn li .text::after {
    background: #fff;
    bottom: -8px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    margin: 0 auto;
    width: 0;
}

.radio-btn li.active .text::after,
.radio-btn li:hover .text::after {
    width: 80%;
}

.radio-btn li.active .text,
.radio-btn li:hover .text {
    color: #fff;
}

.radio-btn li.active label,
.radio-btn li:hover label {
   background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
box-shadow: 1px 0 6px 0 #eee;
}

.radio-btn li .right-tick {
    display: inline-block;
    max-width: 45px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    z-index: 99;
}

.radio-btn li:hover .right-tick,
.radio-btn li.active .right-tick {
    opacity: 1;
}

.radio-btn li.no-margin {
    margin: 0;
}


/*-- Step 4 --*/

ul.radio-btn.multi-icons {
    padding: 4% 0 0;
}

.radio-btn.multi-icons li {
    margin: 0 10px;
}

.radio-btn.multi-icons li img {
    max-width: 100%;
/*     box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.3);*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.radio-btn.multi-icons li .text {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin: 10px auto;
}

.radio-btn.multi-icons li .text::after {
    bottom: -6px;
}

.radio-btn li:hover .text,
.radio-btn li.active .text {
    color: #fff;
}

.radio-btn.multi-icons li.active .text::after,
.radio-btn.multi-icons li:hover .text::after {
    width: 100%;
}


/*.radio-btn.multi-icons [type="radio"]:checked~label,
.radio-btn.multi-icons [type="radio"]:not(:checked)~label {
    min-width: 195px;   
}*/

.radio-btn.multi-icons li .text::after {
    background: #95c0b2;
}


/*-- Slider --*/

.wizard-step .vertical {
    padding: 20px 0 0;
}

.custom-slider.ui-slider {
    border-radius: 13px;
    height: 11px;
    background: #fff;
    margin: 100px auto 0;
    max-width: 69%;
    position: relative;
}

.custom-slider.ui-slider::after {
    background: url("../img/short-form/range-slide-bg.png") repeat-x scroll left top;
    content: "";
    display: block;
    height: 25px;
    left: 5px;
    position: absolute;
    top: -25px;
    width: 99%;
    z-index: 100;
}

.custom-slider .ui-slider-range {
    background: #0b583f;
    border: 2px solid #fff;
    border-radius: 5px;
}

.custom-slider .ui-slider-handle {
    background: #fac01b;
    border: 2px solid #010403;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 999;
}

.vertical .form-group.cst-range label {
    color: #fac01b;
    display: block;
    font-size: 12px;
    font-family: "SegoeUI-s" !important;
    line-height: 20px;
    margin: 10px auto 0;
    max-width: 264px;
    text-align: left;
    min-height:35px;
}

.vertical .form-group.cst-range input {
    background: url("../img/short-form/rupee-icon.png") no-repeat scroll 6px center / 11px auto;
    font-size: 17px;
    line-height: 26px;
    padding: 5px 25px 5px;
    color: #010403;
}

.vertical .ui-slider-tip {
    left: -42px;
    min-width: 135px;
	font-family: "SegoeUI-s" !important;
    font-size: 17px;
    font-weight: normal;
    height: auto;
    padding: 10px 13px;
    top: -56px !important;
    background: rgba(23, 80, 62, 0.8);
    border: 1px solid #b2ead8;
    color: #fff;
    width: auto;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.6);
}

.vertical .ui-slider-tip::before {
    border-color: #b2ead8 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.vertical .ui-slider-tip::after {
    border-color: rgba(23, 80, 62, 0.8) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}

.lft-img {
    left: 50px;
    position: absolute;
    top: 50px;
}

.lft-img img {
    max-width: 90%;
}

.lft-img.input {
    left: 160px;
    top: 0;
}

.lft-img.input img {
    max-width: 75%;
}

.wizard-content h3.long-text {
    max-width: 340px;
}


/*-- Step 11 --*/

.wizard-form form .cst-feild.mob-num label {
    display: block;
}

.wizard-form form .cst-feild.mob-num::after {
    bottom: 6px;
    color: #000;
    content: "+91";
    font-size: 17px;
    left: 5px;
    line-height: 25px;
    position: absolute;
    width: 20px;
}
.wizard-form form .cst-feild.mob-num input {
  color: #000;
  padding:0 15px 2px 40px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*-- Checkbox styling --*/


/*-- Base for label styling --*/ 

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)~label,
[type="checkbox"]:checked~label {
    color: #fff;
    cursor: pointer;
    font-weight: normal !important;
    max-width: 1000px;
    padding: 0 0 0 25px;
    position: relative;
    text-align: left;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)~label::before,
[type="checkbox"]:checked~label::before {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 15px;
}


/* checked mark aspect */

.wizard-form form .agree-txt>label {
    font-family: "SegoeUI" !important;
    font-size: 15px;
    line-height: 22px;
}

[type="checkbox"]:not(:checked)~label::after,
[type="checkbox"]:checked~label::after {
    color: #000;
    content: "\2713";
    font-size: 18px;
    font-weight: bold;
    left: 3px;
    line-height: 20px;
    font-family: "Arial";
    position: absolute;
    top: -1px;
    transition: all 0.2s ease 0s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)~label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked~label:after {
    opacity: 1;
    transform: scale(1);
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

.agree-txt {
    padding: 20px 0 0;
}


/*-- Popup --*/

.cstm-popup {
    display: none;
    background: #eaf4f1;
    border: 3px solid #227d60;
    border-radius: 7px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    max-width: 600px;
    min-height: 265px;
    position: absolute;
    left: 0;
    right: -90px;
    top: 18%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1000;
}

.cstm-popup h3 {
    background: url("../img/short-form/popup-hd-bg.png") no-repeat scroll 80px bottom;
    color: #0b2028;
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
}

.cstm-popup .btn-list>li>button {
    background: none;
    border: 1px solid #7c8180;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    margin: 0 0 20px;
    min-width: 230px;
    padding: 8px 15px;
    transition: all 0.5s ease 0s;
}

.cstm-popup .btn-list>li:last-child button {
    margin: 0;
}

.cstm-popup .btn-list>li>button:hover {
    background: #217b5e;
    color: #fff;
}

.cstm-popup::after {
    border-color: transparent transparent transparent #eaf4f1;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -14px;
    top: 43.7%;
    width: 0;
}

.cstm-popup::before {
    border-color: transparent transparent transparent #227e60;
    border-style: solid;
    border-width: 16px 0 16px 19px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -19px;
    top: 42.8%;
    width: 0;
}

.wizard-content .backdrop {
    background: rgba(36, 131, 101, 0.8);
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 99;
    display: none;
}

.popup-open .radio-btn li.active label {
    background: none;
    box-shadow: none;
    z-index: 100;
}

.popup-open .radio-btn li.active label span {
    color: rgb(0, 0, 0);
}

.popup-open .radio-btn li.active label span::after {
    display: none;
}

.wizard-content .cls-btn {
    background: #040d0a;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    position: absolute;
    text-decoration: none;
    display: block;
    right: -10px;
    text-align: center;
    top: -10px;
    display: block;
    width: 29px;
    z-index: 100;
}

.city.cstm-popup {
  max-width: 64%;
  min-height: 370px;
  padding: 10px 0 0 5px;
  right: 210px;
  top: -40px;
}

.custom-scroll {
  max-height: 380px;
  overflow-y: auto;
}
.city.cstm-popup .btn-list li {
    display: block;
}

.city.cstm-popup .btn-list li .state {
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
  display: block;
  height: auto;
  list-style: outside none none;
  margin: 0 0 10px;
  min-width: 154px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

#popup-div .list-inline.btn-list {
    text-align: center;
}

.list-inline.btn-list li {
    vertical-align: top;
}

.wizard-form .list-inline.btn-list li.visible-mob {
    display: none;
}

.list-inline.btn-list {
    margin: 0 0 10px;
    text-align: left;
    vertical-align: top;
}

.list-inline.btn-list:last-child {
    margin: 0;
}

.city.cstm-popup .btn-list .state button {
  background:none;
  border: none;
  color: #6a6567;
  display: block;
  line-height: 23px;
  padding: 0 5px;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  width: 100%;
}

.city.cstm-popup .btn-list .state li:hover button {
  background: #217b5e;
  color: #fff;
}


.city.cstm-popup .btn-list .state li {
	font-size: 12px;
}
.city.cstm-popup .btn-list .state li.head {
    background: #eaecec;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    min-height: 28px;
    min-width: 100px;
    padding: 5px;
    text-transform: uppercase;
}

.city.cstm-popup .btn-list .state li {
    text-transform: capitalize;
}

.city.cstm-popup .btn-list .state {
    margin: 0 0 10px;
}

.city.cstm-popup .input-icon {
    background: #217b5e;
    border-radius: 8px 0 0 8px;
    max-width: 50px;
    min-height: 40px;
    min-width: 40px;
    padding: 6px 12px;
    position: absolute;
    text-align: center;
}

.city.cstm-popup input {
    background: none;
    border: 1px solid #999;
    border-radius: 0 8px 8px 0;
    color: #444;
    min-height: 40px;
    padding: 5px 10px 5px 50px;
    width: 98%;
}

.city.cstm-popup input:focus {
  box-shadow: none;
}

.wizard-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0b2028 !important;
    opacity: 0;
}

.wizard-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0b2028 !important;
    opacity: 0;
}

.wizard-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #0b2028 !important;
    opacity: 0;
}

.wizard-form :-moz-placeholder {
    /* Firefox 18- */
   color: #0b2028 !important;
    opacity: 0;
}

.visible-mob {
    display: none;
}

.hidden-mob {
    display: block;
}

.wizard.last-step .wf-btn.wizard-next {
    display: none;
}

.radio-btn li.city-btn label input {
  max-width: 150px;
  padding: 2px 7px;
}


/*-- Validation error --*/

.wizard-form form div.error::after {
    /* background: url("../img/short-form/icon-error.png") no-repeat scroll left center; */
    content: "";
    display: none;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 3px;
    width: 40px;
}

.wizard-form form div.error::before {
    border-color: transparent #f1c40f;
    border-style: solid;
    border-width: 13px 22px 13px 0;
    bottom: 8px;
    content: "";
    display: none;
    height: 0;
    left: -12px;
    margin: 0 auto;
    position: absolute;
    width: 0;
}

.wizard-form form div.error {
	z-index: 99;
    background: #f1c40f none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    font-family: "SegoeUI-s";
    color:#000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin: 0 auto;
    min-width: 180px;
    padding: 15px 10px; 
    position: fixed;
    right: 0;
    top: 216px;
}


/*.errow-sec {
    background: #f1c40f;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    min-width: 180px;
    padding: 8px 20px;
    position: absolute;
    right: -210px;
    top: 0;
}

.errow-sec::before {
    border-color: transparent #f1c40f;
    border-style: solid;
    border-width: 13px 22px 13px 0;
    bottom: 8px;
    content: "";
    display: block;
    height: 0;
    left: -12px;
    margin: 0 auto;
    position: absolute;
    width: 0;
}

.errow-sec img {
    left: -10px;
    position: relative;
    top: -1px;
}

.errow-sec span.error-text {
    position: relative;
    top: 2px;
}*/


.wizard-form .vertical .ui-slider-label {
    color: #fff;
    font-family: "SegoeUI-s";
    font-size: 15px;
    font-weight: normal;
}

.wizard-form .vertical .ui-slider-pip-last .ui-slider-label::after {
    content: "+";
    font-size: 20px;
    position: absolute;
    right: -43px;
    top: -2px;
}

.wizard-form .vertical .ui-slider-pip .ui-slider-label::before {
  content: "Rs.";
  left: -22px;
  position: absolute;
}

.wizard-form .vertical .ui-slider-line {
    display: none;
}

.wizard-form .vertical .cst-range label {
  position: relative;
}

.wizard-form .vertical .cst-range .cstm-tool-tip {
  background: rgba(23, 80, 62, 0.8);
  border-radius: 3px;
  color: #fff;
  font-family: "SegoeUI-s";
  font-size: 12px;
  max-width: 250px;
  min-height: 46px;
  padding: 10px;
  position: absolute;
  right: -120%;
  text-align: left;
  top: -60px;
}

.wizard-form .vertical .cst-range .cstm-tool-tip::after {
    border-color: transparent rgba(23, 80, 62, 0.8);
    border-style: solid;
    border-width: 10px 14px 10px 0;
    content: "";
    left: -14px;
    position: absolute;
    top: 30%;
}


@media (max-width:1350px) {
    .city.cstm-popup {
        max-width: 75%;
        right: 150px;
    }
    .lft-img.input {
        top: 20px;
    }
    .radio-btn li .text {
        font-size: 16px;
        line-height: 18px;
    }
    .radio-btn.gender label {
        padding: 10px;
    }
}

@media(max-width: 1200px) {
    .radio-btn.multi-icons li {
        margin: 0;
    }
    .wizard-form .top-list li {
        padding: 0;
    }
    .wizard-form .top-list li p {
        padding: 0 27px;
        min-width: auto;
    }
    ul.radio-btn.multi-icons {
        left: 0;
        padding: 3% 0 0;
        position: absolute;
        right: 0;
        top: 20%;
    }
    .wizard-form p.cstm-wf-btn {
        bottom: 35px;
    }
    .radio-btn.multi-icons li .text {
        font-size: 14px;
        line-height: 18px;
    }
    .radio-btn.multi-icons li img {
        max-width: 85%;
    }
    .radio-btn li .text {
        font-size: 13px;
        display: block;
        font-weight: bold;
        line-height: 17px;
        max-width: 128px;
    }
    .wizard-content h3 {
        margin: 10px auto;
    }
    .wizard-content h3 span.hd-bg {
        margin: 0 auto;
        right: 0;
        width: 90%;
    }
    .lft-img {
        left: 10px;
        position: absolute;
        top: 60px;
    }
    .lft-img img {
        max-width: 90%;
    }
    .city.cstm-popup .btn-list li .state {
        padding: 0;
    }
    .city.cstm-popup .btn-list .state li.head {
        font-size: 11px;
        line-height: 18px;
        min-width: 90px;
    }
    .city.cstm-popup .btn-list .state button {
        font-size: 12px;
        line-height: 15px;
    }
    city.cstm-popup .form-group {
        margin: 0 0 10px;
    }
    .lft-img.input {
        left: 20px;
        top: 20px;
    }
    .gender.radio-btn li .text {
        font-size: 15px;
        line-height: 20px;
        max-width: 100%;
    }
}

@media(max-width: 1199px) and (min-width: 768px) {
	.wizard-content{
		height:500px;
		min-height: auto !important;
	}
}

@media(max-width: 991px) {
	.wizard-form .vertical .cst-range .cstm-tool-tip {
	  font-size: 12px;
	  max-width: 200px;
	  right: -84%;
	  top: -100px;
	}
	
	.wizard-form .vertical .cst-range .cstm-tool-tip::after {
	  top: 36px;
	}
	.radio-btn li.city-btn label input {
	  max-width: 100px;
	}

	.wizard-form .top-list li {
	  display: inline-block;
	  float: none;
	}
		
    .wizard-form .top-list li p {
        padding: 0 15px;
        font-size: 12px;
    }
    .wizard-form form input.form-control {
        font-size: 15px;
        max-width: 240px;
    }
    .wizard-form form label {
        font-size: 15px;
        line-height: 20px;
    }
    .cst-feild {
        margin: 0 5px;
        min-width: 150px;
        padding: 20px 0 0;
    }
    .lft-img {
        left: -20px;
        top: 120px;
    }
    .lft-img img {
        max-width: 85%;
    }
    .radio-btn li .text {
        font-size: 10px;
        line-height: 13px;
        max-width: 100px;
    }
    .cstm-popup .btn-list>li>button {
        font-size: 12px;
        min-width: 200px;
        padding: 8px 15px;
    }
    .cstm-popup {
        max-width: 500px;
        right: 0;
        top: 0;
    }
    .cstm-popup::before,
    .cstm-popup::after {
        display: none;
    }
    .city.cstm-popup {
        max-width: 93%;
        right: 0;
        top: -30px;
    }
    .vertical .form-group.cst-range label {
        max-width: 245px;
    }
    .lft-img.input {
        left: 0px;
        text-align: left;
        top: 30px;
    }
    .wizard-step .vertical {
        padding: 70px 0 0;
    }
    [type="radio"]:checked~label,
    [type="radio"]:not(:checked)~label {
        padding: 10px 5px;
    }
    .radio-btn.multi-icons li {
        margin: 0;
        max-width: 130px;
    }
    .radio-btn.multi-icons li .text {
        font-size: 13px;
    }
    .radio-btn.multi-icons li img {
        max-width: 80%;
    }
    .lft-img.input img {
        max-width: 70%;
    }
    .wizard-form form .agree-txt {
        padding: 50px 10px 0;
    }
    .wizard-form form .agree-txt>label {
        max-width: 650px;
    }
   /* .wizard-content {
        min-height: 52vh;
    } */
    .form-group.form-controlVarify input {
    width:22%;
    }
}

@media(max-width: 767px) {

	.wizard-form .form-group.cst-range {
	    position: relative;
	    max-width: 300px;
	    margin: 80px auto 0 !important;
	}
	
	.bounce {
	    animation: bounce 1.5s infinite;
	    -webkit-animation: bounce 1.5s infinite;
	    -moz-animation: bounce 1.5s infinite;
	    -o-animation: bounce 1.5s infinite;
	}
	
	@-webkit-keyframes bounce {
	    0%,
	    20%,
	    50%,
	    80%,
	    100% {
	        -webkit-transform: translateX(0);
	    }
	    40% {
	        -webkit-transform: translateX(3px);
	    }
	    60% {
	        -webkit-transform: translateX(7px);
	    }
	}
	
	@-moz-keyframes bounce {
	    0%,
	    20%,
	    50%,
	    80%,
	    100% {
	        -moz-transform: translateX(0);
	    }
	    40% {
	        -moz-transform: translateX(3px);
	    }
	    60% {
	        -moz-transform: translateX(7px);
	    }
	}
	
	@-o-keyframes bounce {
	    0%,
	    20%,
	    50%,
	    80%,
	    100% {
	        -o-transform: translateX(0);
	    }
	    40% {
	        -o-transform: translateX(3px);
	    }
	    60% {
	        -o-transform: translateX(7px);
	    }
	}
	
	@keyframes bounce {
	    0%,
	    20%,
	    50%,
	    80%,
	    100% {
	        transform: translateX(0);
	    }
	    40% {
	        transform: translateX(3px);
	    }
	    60% {
	        transform: translateX(7px);
	    }
	}
	
	.cstm-nxt-btn {
	    position: absolute;
	    right: 0;
	    background: #f9a120;
	    border: 0;
	    background;:
	    box-shadow: 0 0
	    black;
	    top: 0;
	    padding: 12px 15px 13px;
	    border-radius: 0 3px 3px 0;
	}
	
	.cstm-nxt-btn img {
	    max-width: 21px;
	}
	
	.form-group .cst-feild .cstm-nxt-btn img {
	    max-width: 16px;
	}
	
	.form-group .cst-feild .cstm-nxt-btn {
	    top: auto;
	    bottom: 2px; 
	    padding: 10px 12px 10px;
	    right:2px;
	}
	

	/*-- Landscape Custom Styling --*/
	
	.landscape .top-headerbox-v3 {
	    display: none;
	}
	.landscape .wizard-form #step-1 .form-group {
	    padding-top: 0;
	}
	
	.landscape .cst-feild {
	    margin: 0px auto 10px;
	    padding: 20px 0 0;
	}
	
	.landscape .lft-img.input img {
	    max-width: 180px;
	}
	
	.landscape .wizard-step .vertical {
	    padding: 0;
	}
	
	.landscape div#step-11 .vertical {
	    overflow-y: scroll;
	    max-height: 173px;
	    padding-bottom: 36px;
	}
	
	.landscape div#step-11 .form-group {
	    max-height: inherit;
	    overflow: inherit;
	}
		
	.landscape .radio-btn.multi-icons li img {
	  max-width: 90px;
	}
	
	.landscape  .radio-btn.multi-icons li {
	  width: 32%;
	}
	.landscape #callingFeature img {
	  max-width: 25px;
	  padding: 6px;
	}
	
	.landscape .navbar-toggle .text {
	  font-size: 11px;
	}
	
	.landscape .navbar-toggle .icon-bar + .icon-bar {
	  margin: 3px auto -1px;
	}
	
	.landscape .customTrigger .white-bg {
	  height: 25px;
	  padding: 8px 0 0;
	  width: 25px;
	}
	
	.landscape .navbar-toggle .white-bg .icon-bar:nth-child(3) {
	  margin: 2.2px auto 3px;
	}
	
	
	.landscape .navbar-header .navbar-toggle, .landscape .navbar-header #callingFeature {
	    margin: 0 !important;
	    padding: 0 10px;
	}
	.landscape .navbar-brand {
	    margin: 0 !important;
	}
	.landscape .navbar-brand img {
	    max-width: 150px;
	}
	.landscape .m3-header {
	    padding: 4px 0 0;
	}
	
	
	.landscape .navbar-brand {
	  margin: 7px 0 0 !important;
	}
	
	.landscape .radio-btn.gender li label img {
	  max-width: 35%;
	}
	/*-- Blog Heading --*/
	.blog-box .media-heading {
	    font-size: 14px;
	    padding: 10px;
	    text-align: center;
	    line-height: 20px;
	}
	/*-- Faq Styling --*/
	
	.container-main-left .pl-panel .panel-title a {
	    display: block;
	}
	
	.container-main-left .pl-panel .panel-title a span {
	    width: auto !important;
	    padding-left: 25px !important;
	}
	
	.container-main-left .pl-panel .panel-title a span:first-child {
	    font-size: 10px !important;
	    position: absolute;
	    left: 10px;
	    padding: 0 !important;
	    top: 8px;
	}
	
	.container-main-left .pl-panel .panel-heading {
	    position: relative;
	}
	/*-- Landscape css here --*/
	.landscape .vertical .form-group.cst-range label span#propValueText {
	    display: none;
	}
	.landscape .city.cstm-popup {
	    max-height: inherit;
	    top: -20px;
	    min-height: 300px;
	}
	.landscape .wizard-form .cstm-popup .form-group {
	    padding-bottom: 0;
	}
	.landscape .wizard-content .backdrop {
	    z-index: 1000;
	    background: rgba(36, 131, 101, 1);
	}
		
	.landscape .wizard-form {
	    padding: 0;
	    overflow: visible;
	}
	
	.landscape #callingFeature .num {
	    display:  none;
	}
		
	.landscape .vertical .form-group.cst-range label {
		max-width: 350px;
		min-height: auto;
	}
	/*.landscape .wizard-form .form-group {
	    max-height: 28vh 54vh;
	    overflow-y: scroll;
	    padding-bottom: 36px;
	}*/

	.landscape .wizard-form .form-group {
	    max-height: 40vh /*54vh*/;
	    overflow-y: scroll;
	    padding-bottom: 15px;
	}

	.landscape .wizard-form .form-group.cst-range {      
		margin-top: 40px !important;
	}

	.landscape .wizard-form p.cstm-wf-btn {
	    z-index: 100;
	    bottom: 0;
	}
	.landscape .wizard-content.popup-open {
	    min-height: 100vh !important;
	}
	
	
	
	.landscape .custom-scroll {
	    max-height: 230px;
	    overflow-y: scroll;
	}
 
	/*-- Landscape css ends here --*/
	.wizard-form .vertical .cst-range .cstm-tool-tip { 
		display:none;
	}
	.cstm-span {
	    font-size: 11px;
	    line-height: 13px;
	}
	
	/*.wizard-form .form-group.cst-range {
	   margin-top: 50px !important;
	}*/
	
	 .wizard-form form div.error {
        padding: 15px 10px;
        top: 90px;
    }
     .landscape .wizard-form form div.error {
        padding: 15px 10px;
        top: 50px;
    }
	.errow-sec span.error-text {
	    top: 1px;
	}
	
	.errow-sec {
	    left: 0;
	    max-width: 100%;
	    padding: 7px 20px;
	    right: 0;
	    top: -1px;
	    color: #000;
	    z-index: 1;
	    border-radius: 0;
	}
.errow-sec {
	display:none;
}
	.wizard-form ::-webkit-input-placeholder {
	    /* Chrome/Opera/Safari */
	    opacity: 1;
	}
	
	.wizard-form ::-moz-placeholder {
	    /* Firefox 19+ */
	    opacity: 1;
	}
	
	.wizard-form :-ms-input-placeholder {
	    /* IE 10+ */
	    opacity:1;
	}
	
	.wizard-form :-moz-placeholder {
	    /* Firefox 18- */
	    opacity: 1;
	}
		
	
    .radio-btn.multi-icons li .text {
        color: #fff;
        font-size: 13px;
        line-height: 15px;
        margin: 7px auto 5px;
    }
    .wizard-form p.cstm-wf-btn {
        bottom: 2px;
    }
    .wizard-form .form-group {
	  margin: 0 0 10px !important;
	  max-height: inherit;
	 /* min-height: 63vh;*/
	}
    .wizard-form form .cst-feild.mob-num input {
        /* padding-left: 5px; */
        color: #000;
        font-size: 16px;
	    padding: 5px 15px 2px 40px;
	}
	.wizard-form form .cst-feild.mob-num::after {
		font-size: 15px;
	}

/* .wizard-form form .cst-feild.mob-num::after {
        display: none;
    } */
    .wizard-form .list-inline.btn-list li.visible-mob {
        display: block;
    }
/*     .wizard-step {
        min-height: 94.5vh;
    }
 */    .wizard-form p.cstm-wf-btn a.sbmt-btn {
        max-width: 100%;
        padding-right: 20px;
    }
    .wizard-form p.cstm-wf-btn a.sbmt-btn span {
        display: none;
    }
    .visible-mob {
        display: block;
    }
    .hidden-mob {
        display: none !important;
    }
    .wizard-form .container {
        display: none;
    }
    .wizard-form {
        padding: 40px 0 0;
    }
    .wizard-step,
    .wizard-form .container-fluid {
        padding: 0;
    }
    .wizard-form form,
    .wizard-content {
        min-height: auto;
        padding: 0;
    }
    .wizard-content .wizard-step .cstm-top-sec>h3 {
        background: #f9a120;
        color: #fff;
        font-size: 14px;
        margin: 0;
        max-width: 100%;
        position: relative;
        padding: 12px 0;
        z-index: 0;
    }
    .wizard-content .wizard-step .cstm-top-sec>h3::after {
        border-color: #f9a120 transparent transparent;
        border-style: solid;
        border-width: 23px 22px 0;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 0;
    }
    .wizard-content h3 span.hd-bg {
        display: none;
    }
    .wizard-form p.cstm-wf-btn {
        background: #f9a120;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
    }
    .wizard-form p.cstm-wf-btn a img {
        display: inline-block;
        margin: 0;
        max-width: 12px;
        position: relative;
        top: 0;
    }
    .wizard-form p.cstm-wf-btn a.wizard-prev img {
        margin: 0 6px 0 0;
        top: -1px;
    }
    .wizard-form p.cstm-wf-btn a.wizard-prev {
        background: url("../img/short-form/mob-border-img.png") no-repeat scroll right center / 1px auto;
    }
    .wizard-form p.cstm-wf-btn a {
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #0b2028;
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin: 0 auto;
        padding: 10px;
        min-width: 49%;
        text-align: center;
        text-transform: capitalize;
    }
    .wizard-form p.cstm-wf-btn a:hover {
        box-shadow: none;
    }
    .cst-feild {
        display: block;
        margin: 30px auto 10px;
        max-width: 245px;
        min-width: 150px;
        padding: 30px 0 0;
    }
    .wizard-form form label {
        display: block;
        text-align: left;
    }
    .wizard-form form input.form-control {
        font-size: 15px;
        font-weight: bold;
        max-width: 240px;
        padding: 0;
    }
    .radio-btn.gender li label img {
        max-width: 65%;
    }
    .gender.radio-btn li .text {
        font-size: 17px;
        line-height: 25px;
        text-align: center;
    }
    .radio-btn li.active label,
    .radio-btn li:hover label {
        background: none;
        box-shadow: none;
    }
    .vertical .form-group.cst-range input {
        background: #fff url("../img/short-form/rupee-icon-mob.png") no-repeat scroll left center / 49px auto;
        border: medium none;
        border-radius: 3px;
        font-size: 18px;
        letter-spacing: 1px;
        max-width: 300px;
        min-height: 45px;
        padding: 0 0 0 55px;
    }
    .vertical .form-group.cst-range label {
        border-top: 2px solid #abdbc6;
        font-size: 15px;
        line-height: 20px;
        margin: 10px auto 0;
        max-width: 100%;
        padding: 10px 0 0;
    }
    .radio-btn.multi-icons [type="radio"]:checked~label,
    .radio-btn.multi-icons [type="radio"]:not(:checked)~label {
        margin: 0 0 15px;
        min-height: auto;
        min-width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .radio-btn.multi-icons li {
        margin: 0;
        text-align: center;
        width: 45%;
        max-width: 100%;
    }
    .radio-btn li .text {
        display: block;
        font-size: 14px;
        line-height: 16px;
        margin: 0 auto;
        max-width: 50%;
    }
    [type="radio"]:checked~label,
    [type="radio"]:not(:checked)~label {
        text-align: center;
    }
    .radio-btn li.active .text::after,
    .radio-btn li:hover .text::after {
        width: 100%;
    }
    .radio-btn.multi-icons li .text::after {
        background: #fff;
    }
    .cstm-popup {
        background: #fff;
        border: medium none;
        max-width: 80%;
        right: 0;
        top: 15%;
        min-height: auto;
        padding: 0 0 15px;
    }
    .wizard-content .cstm-popup h3 {
        background: none;
        border-bottom: 1px solid #010101;
        border-top: 1px solid #010101;
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0 20px;
    }
    .cstm-popup .list-inline.btn-list li {
        display: block;
    }
    .cstm-popup .btn-list>li>button {
        margin: 0 0 15px;
    }
    .radio-btn.multi-icons li img {
        max-width: 32%;
    }
    .city.cstm-popup {
	    max-height: 70vh;
	    max-width: 90%;
	    right: 0;
	    top: 20px;
	}

	.city.cstm-popup .list-inline.btn-list>li {
        float:none;
        width: 100%;
    }
    .city.cstm-popup ul.btn-list {
        max-height: 390px;
        overflow-y: scroll;
    }
    .wizard-step .vertical {
        padding: 20px 0 0;
        min-height: 40px;
    }
    .lft-img.input {
        left: 0;
        margin: 0 auto;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
    }
    .lft-img.input img {
        max-width: 200px;
    }
    .agree-txt {
        margin: 0 auto;
        max-width: 90%;
    }
    .city.cstm-popup .input-icon {
        border-radius: 3px 0 0 3px;
    }
    .city.cstm-popup input {
        border-radius: 0 3px 3px 0;
    }
    ul.radio-btn.multi-icons {
        top: 0;
        padding: 18px 0 0;
        position: relative;
        margin: 0;
    }
    .cstm-wf-btn.last a.wizard-prev.back.visible-mob {
        position: absolute;
        z-index: 1;
        min-width: auto;
        text-align: center;
        line-height: 11px;
        font-size: 0;
        left: 0;
        padding: 10px 15px;
    }
    .wizard-form p.cstm-wf-btn.last a.wizard-prev img {
        margin: 0 auto;
        top: 5px;
        display: block;
    }
    
    
}

@media(max-width: 640px) {
    .radio-btn.multi-icons li img {
        max-width: 38%;
    }
    .city.cstm-popup ul.btn-list {
        max-height: 379px;
    }
    .radio-btn li .text {
        font-size: 12px;
        line-height: 15px;
    }
    .wizard-form form .agree-txt {
        padding: 30px 10px 0;
    }
    
    .city.cstm-popup .btn-list li .state {
	  columns: 3 auto;
	  -webkit-columns: 3 auto;
	  -moz-columns: 3 auto;
	  min-width: auto;
	}
	
	.wizard-form {
        padding:73px 0 0;
    }
}

@media (max-width: 479px) {
	
    
	.city.cstm-popup .btn-list li .state {
	  columns: 2 auto;
	  -webkit-columns: 2 auto;
	  -moz-columns: 2 auto;
	
	}
	
	.custom-scroll {
	  max-height: 370px;
	}
    .radio-btn.multi-icons [type="radio"]:checked~label,
    .radio-btn.multi-icons [type="radio"]:not(:checked)~label {
        margin: 0 0 5px;
    }
    .radio-btn.multi-icons li img {
        max-width: 55%;
    }
    /*.radio-btn li:first-child,
    .radio-btn li:last-child {
        margin-left: 10px;
    }*/
    ul.radio-btn {
        padding: 40px 0 0;
    }
    .radio-btn.gender li label img {
        max-width: 80%;
    }
    .wizard-form p.cstm-wf-btn a {
        font-size: 15px;
        line-height: 25px;
    }
    .radio-btn li {
        margin: 0 20px 15px;
    }
    [type="radio"]:checked~label,
    [type="radio"]:not(:checked)~label {
        min-width: 120px;
    }
    .radio-btn li .text {
        max-width: 90%;
    }
    .wizard-step .vertical {
        padding: 10px 10px 0;
    }
    .city.cstm-popup {
        padding: 5px;
    }
    .city.cstm-popup .btn-list .state li.head {
        font-size: 10px;
    }
    .city.cstm-popup .btn-list .state button {
        font-size: 12px;
        padding: 3px 5px;
    }
    .wizard-form form label {
        font-size: 12px;
        line-height: 18px;
    }
    .lft-img.input img {
        max-width: 60%;
    }
    .agree-txt {
        margin: 0 auto;
        max-width: 100%;
        padding: 10px 0;
    }
    .vertical .form-group input {
        max-width: 100%;
        min-height: 40px;
    }
    .vertical .form-group.cst-range label {
        font-size: 17px;
    }
    .wizard-form form .agree-txt>label {
        font-size: 13px;
        line-height: 20px;
    }
    .wizard-form form .agree-txt {
        padding: 0px 10px 0;
    }
}
/* Added BY Anuj
#deskTopEmailId-error{
	left: 14%;
    top: -5px;
}
#deskTopFName-error{
	left:0%;
	top:-10px;
}
#deskTopLName-error{
	left:0%;
	top:-10px;
} */

.cstm-span {
  background: none;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 17px;
  margin: 0 auto;
  max-width: 150px;
  min-width: 138px;
  padding: 5px 10px;
}
.two-column-view{
	background-color: white;
}
.wizard-form p.cstm-wf-btn a.sbmt-btn img{
	width:100%;
}
.blog-box .media-body p {font-size: 15px;}
.blog-box .media-heading {font-size: 20px;border-bottom: none;}
.marginHeading {margin-top: 10px;margin-left: 10px;}.blog-box .media-body {padding-top: 0px;}
 @media (max-width: 479px){

	.radio-btn li {
		margin: 0 10px 15px;
	}
	.radio-btn li:first-child {
		margin-right: 10px;
	}
	ul.radio-btn.multi-icons{
		padding-top: 35px;
	}
	.radio-btn.multi-icons [type="radio"]:checked~label, .radio-btn.multi-icons [type="radio"]:not(:checked)~label {
		margin: 0 0 20px;
	}
}
.flexbox {
    display: block !important;
}

.wizard-form{
    padding: 130px 0 0 ;
}

@media (max-width: 767px){
.main-headerbox-v3 {
    min-height: 68px;
}
.wizard-form {
    padding: 80px 0 0;
}
.head-phone {
    padding: 4px 6px 4px 20px;
}
.landscape .wizard-form {
    padding-top: 68px;
}
}

@media (max-width: 640px){
.wizard-form {
    padding: 90px 0 0;
}
}

