/**************** HOME BUYING GUIDE CSS **********/
/*body.loaded .footer, .footer{
    display: none;
}*/

a.top-scroll.active-top-scroll {
    display: none !important;
}
#main_container {
    max-width: 1200px;
    width: 100%;
    margin: 102px auto 0;
    position: relative;
}
/*.bulb_img {
    position: fixed;
    right: 4%;
    top: 11%;
}*/

/*.homebuy_chat {
    position: fixed;
    top: 77%;
    right: -46px;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(90deg);
    background-color: #388fe3;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    z-index: 4;
}
.homebuy_chat:hover {
    background-color: #383838;
}*/

.steps_main_header {
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.page_head {
    color: #383838;
    text-align: center;
    font-size: 2.8vw;
    /* line-height: 52.1px; */
    padding: 10px 0 0px;
    text-transform: uppercase;
}
h3.page_subhead {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
h3.page_subhead span {
    display: inline-block;
    background-color: #388fe3;
    padding: 5px 10px;
}
/*h3.page_subhead:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 16px solid #388fe3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}*/

.steps_main_cta_btn {
    /* border: 1px solid #e1e1e1; */
    /*max-width: 550px;*/
    width: 480px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    position: fixed;
    right: -245px;
    top: 50%;
    transform: rotate(-90deg) translate(0, -50%);
    z-index: 1;
}
.steps_main_cta_btn div {
    padding: 5px 10px;
}

.steps_main_cta_btn a {
display: inline-block;
    background-color: #78b24c;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
}

.steps_main_cta_btn p {
    font-size: 14px;
    line-height: 18px;
    color: #6b6b6b;
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    margin-top: 10px;
}

/*.download_pdf {
    border-right: 1px solid #e1e1e1;
}*/
.bulb{
    /*opacity: 0.1;*/
    transition: all 1s ease;
    width: 120px;
}

.steps_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 30px;
    width: 100%;
    max-width: 1200px;
    display: none;
}

.steps_links.active{
    position: fixed;
    top: 74px;
    background: #fff;
    z-index: 9;
    padding: 20px 0;
}

.steps_links a {
    background-color: #e0e0e0;
    color: #5d5d5d;
    font-size: 16px;
    line-height: 18px;
    border-radius: 50%;
    padding: 14px;
    position: relative;
    pointer-events: none;
}

.steps_links a.active{
    pointer-events: auto;
}

.steps_links a:before, .steps_links a:after {
    content:""; 
    position: absolute;
    top: 50%;
    width: 201%;
    height: 10px;
    transform: translateY(-50%);
    background-color: #e0e0e0;
    right: 100%;
    z-index: -1;
}
/*.steps_links a:before {
    left: 100%;
}
.steps_links a:after {
    right: 100%;
}*/

.steps_links a:hover, .steps_links a.active {
    background-color: #383838;
    color: #ffffff;
}

.steps_links a:hover:before, .steps_links a:hover:after,
.steps_links a.active:before, .steps_links a.active:after {
    background-color: #383838;
}

.steps_links a:first-child:after,.steps_links a:first-child:before, 
.steps_links a:first-child:hover:after,.steps_links a:first-child:hover:before, 
.steps_links a.active:first-child:after,.steps_links a.active:first-child:before {
    display: none;
}

.steps_wrap_container {
    position: relative;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    padding: 35px 100px 68px;
    display: flex;
    flex-wrap: wrap;
}
.steps_wrap_container.inner_steps_wrap_container{
    display: block;
}
.steps_wrap {
    max-width: 220px;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-left: 30px;
    margin-bottom: 20px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    position: relative;
}
.steps_wrap.steps_wrap_01, .steps_wrap.steps_wrap_08, .steps_wrap.steps_wrap_09 {    
    margin-left: 0; 
}

.steps_wrap.active{
    height: auto;
    overflow: visible;
}
.steps_wrap a {
    display: inline-block;
}


.step_path {
    /* background-color: #c5c5c5; */
    height: 260px;
    width: 15px;
    position: absolute;
    /* display: none; */
    transform: rotate(-90deg) translate(0, -50%);
    top: -55%;
    right: -80%;
}
.steps_wrap_04 .step_path {
    height: 136px;
    top: -6%;
    right: -29%;
    transform: rotate(-90deg) translate(0, -50%) skew(0deg, 35deg);
}
.steps_wrap_04 .step_path.step_path_02 {
    transform: rotate(0deg) translate(0, -50%) skew(0deg, -40deg);
    top: 99%;
    right: -28%;
    z-index: 1;
}
.steps_wrap_04 .step_path.step_path_03 {
    transform: rotate(180deg) translate(0, -50%) skew(0deg, 40deg);
    top: -1%;
    right: -28%;
    height: 138px;
    z-index: 1;
}
.steps_wrap_05 .step_path {
    height: 165px;
    top: -20%;
    right: -29%;
    transform: rotate(-90deg) translate(0, -50%) skew(0deg, -40deg);
}

.steps_wrap_08 .step_path.step_path_02 {
    height: 136px;
    top: -8%;
    right: 40%;
    transform: rotate(-90deg) translate(0, -50%) skew(0deg, -35deg);
}
.steps_wrap_08 .step_path.step_path_03 {
    transform: rotate(0deg) translate(0, -50%) skew(0deg, 40deg);
    top: 99%;
    right: 100%;
    z-index: 1;
    height: 138px;
}
.steps_wrap_08 .step_path.step_path_04 {
    transform: rotate(180deg) translate(0, -50%) skew(0deg, -40deg);
    top: 0%;
    right: 100%;
    height: 138px;
    z-index: 1;
}
.steps_wrap_09 .step_path.step_path_02 {
    height: 125px;
    top: -3%;
    right: 44%;
    transform: rotate(-90deg) translate(0, -50%) skew(0deg, 40deg);
}

.step_path:before,
.step_path:after{
    content: '';
    height: 0%;
    transition: all 2s ease;
}

.step_path:before{
    background-color: #c5c5c5;
    width: 100%;
    display: block;
    z-index: 9999;
}

.step_path:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 2px dashed #8b8b8b;
    z-index: 1;
    top: 0;
    width: 2px;
}

.steps_wrap.active .step_path:before,
.steps_wrap.active .step_path:after{
    content: '';
    height: 100%;
}
    

.steps_head {
    display: flex;
    justify-content:center;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(-20px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  /*min-height: 110px;*/
}
.steps_head.active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);    
}
/*.steps_head:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #af3264;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
}*/
.steps_head.active:after {
    display: block;
}
.steps_head_num {
    font-size: 16px;
    /* line-height: 42.08px; */
    background-color: #78b24c;
    color: #fff;
    padding: 3px 5px 4px 5px;
    display: none;
}
.steps_head_txt {
    font-size: 12px;
    /* line-height: 15.78px; */
    text-transform: uppercase;
    /*background-color: #af3264;*/
    color: #000;
    vertical-align: top;
    padding: 7px 15px 7px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.steps_head_txt a {
    color: #000;
    text-decoration: none;
}
.steps_head_maintxt i {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 2px 4px;
    line-height: 12px;
    position: absolute;
    left: 7px;
    top: 7px;
    display: none;
}
/*.steps_head_maintxt {
    position: relative;
}
.steps_head_maintxt:after {
    content: "+";
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0px 5px;
    font-size: 20px;
    position: relative;
    top: -9px;
    right: -11px; 

}*/
.steps_head_subtxt {
    font-size: 11px;
    font-weight: normal;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 5px;
    padding: 5px 0;
    display: none;
    position: relative;
}
.steps_head_subtxt i {
    font-weight: normal;
    position: absolute;
    left: -27px;
    top: 12px;
    font-size: 22px;
}
.steps_head_subtxt.active {
    display: block;
}

.steps_head, .steps01_img {
    position: relative;
    z-index: 1;
}
.steps01_img {
    opacity: 0;
    transform: scale(.7);
    transition: all .5s ease .8s;
}
.steps01_img video {
    width: 100%;
    height: 100%;
}
/*.steps_wrap:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 21%;
    background-color: #6d6d6d;
    width: 38%;
    height: 14%;
    transform: skew(-60deg, 25deg);
    z-index: 0;
}
.steps_wrap:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 16%;
    border-top: 1px dashed #ccc;
    width: 35%;
    height: 10%;
    transform: skew(-60deg, 25deg);
    z-index: 1;
}*/



.steps_wrap.active .steps_head{
    transform: translateY(0);
    opacity: 1;
    cursor: pointer;
}

.steps_wrap.active .steps01_img{
    transform: scale(0.5);
    opacity: 1;
    margin: -20% auto -25% auto;
    min-height: 188px;
}
.steps_wrap.steps_wrap_03.active .steps01_img {
    margin: -13% auto -25% auto;
    min-height: 173px;
}
.steps_wrap.steps_wrap_06.active .steps01_img {
    margin: -13% auto -25% auto;
    min-height: 173px;
}
.steps_wrap.steps_wrap_10.active .steps01_img {
    margin: -13% auto -25% auto;
    min-height: 173px;
}

.inner_page_content {
    padding: 0 10px;
}
h2.inner_page_head {
    color: #78b24c;
    text-align: center;
    font-size: 28px;
    line-height: 31px;
    padding: 10px 0;
    text-transform: uppercase;
}
.inner_page_img {
    display: block;
    margin: 0px auto;
    max-width: 300px;
    width: 100%;
}
.inner_page_img img {
    display: block;
    margin: 0 auto;
}
h3.inner_content_head {
    font-size: 18px;
    color: #2c2c2b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 40px 0 20px;
    cursor: pointer;
}
.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}
.article-title{
position: relative;
font-size: 20px;
}
.article-title:before {
content: '+';
color: #3296ce;
display: inline-block;
font-size: 28px;
padding: 0 10px 0 0;
font-weight: bold;
}
.open .article-title:before {
content: '-';
color: #3296ce;
display: inline-block;
font-size: 28px;
padding: 0 10px 0 0;
font-weight: bold;
}
.list_item  {
    padding-left: 20px;
}
.list_item li {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin: 5px 0;
    list-style: disc;
}
.inner_page_content li p {    
    font-size: 1em;
}
.inner_page_content p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0 5px;
}
.backtomain {
    text-align: center;
}
.backtomain a {
    display: inline-block;
    border: 2px solid #5d5d5d;
    color: #5d5d5d;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 20px;
}
.backtomain a:hover {
    text-decoration: underline;
}
.download_pdf_form_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.download_pdf_form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    padding: 0 20px 20px;
}
.close_btn {
    text-align: right;
    color: #2c2c2b;
    display: block;
    font-size: 30px;
}
.close_btn i {
    cursor: pointer;
}
.form_heading {
    font-size: 21px;
    color: #2c2c2b;
    text-transform: none;
    font-weight: bold;
    padding: 10px 0 10px;
    text-align: center;   
}
.from_row {
    padding: 5px 0;
}

.from_row input {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-family: 'Arimo';
    padding: 10px;
    display: block;
    width: 100%;
    margin: 5px auto;
    border: 1px solid #000;
    outline: none; 
}

.from_row.submit_btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.from_row.submit_btn button {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'Arimo';
    padding: 5px 10px;
    display: block;
    margin: 5px 10px;
    background-color: #0077b9;
    text-transform: uppercase;
    border: none;
    outline: none;
}
.from_row.submit_btn button:hover {
    background-color: #27aaf3;
}

#download_checklist_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.download_checklist_popup_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
}
.download_checklist_popup_wrap .close_btn {
    font-size: 30px;
    display: block;
    text-align: right;
    padding: 0 5px 5px 5px;
    color: #388fe3;
}
.dowld_checklist_content {
    text-align: center;
    padding: 30px 30px 50px;
}
.checklist_icon {
    /*background-color: #388fe3;*/
    padding: 0 20px;
    display: block;
    /*margin: -26% auto 20px;
    height: 90px;*/
    width: 110px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.checklist-wrp{
    bottom: 10px;
    right: 0;
    position: fixed;
    z-index: 100;
}
.checklist-wrp img{
    width: 100%;
}
.checklist-wrp small{ 
    color: #0077b9;    
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-left: -5px;
}
.checklist-wrp span{
    position: absolute;
    right: 40px;
    top: -50px;
    /*max-width: 250px;*/
    width: 250px;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateX(50%);
    padding: 0 10px;
    font-size: 13px;
}
.checklist-wrp:hover span{
    transform: translateX(0);
    opacity: 1;
    display: inline-block;
    background-color: #388fe3;
    padding: 5px 10px;
    color: #fff;
}



.dowld_checklist_content h2 {
    font-size: 24px;
    line-height: 32px;
    color: #388fe3;
    text-transform: uppercase;
}
.dowld_checklist_content p {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding: 0 0 20px;
}
.download_now {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    background-color: #388fe3;
    border: none;
    border-radius: 10px;
    padding: 10px 40px;
}
.download_now:hover {
    background-color: #0a67bf;
}
.download_now a, .download_now a:hover {
    color: #fff;
    display: block;
    white-space: nowrap;
}

/************EMI Calculator*************/
.emi_calculator_wrap {
    position: fixed;
    top: 37%;
    right: 0;
    max-width: 254px;
    width: 100%;
    background-color: #f4f4f4;
    z-index: 1;
}
.emi_calc_btn {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #6faf47;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg) translate(-80%,280%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.emi_calc_btn.active {
    transform: rotate(-90deg) translate(-80%,160%);
}
.emi_calc_btn img {
    margin: 0 0 0 10px;
}
.emi_calculator {
    /* display: none; */
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: #f4f4f4;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.emi_calculator.active {
    right: 0;
}

.emi_calculator .close_btn {
    position: absolute;
    right: 5px;
    top: 0;
    color: #fff;
}
.emi_calculator h2.form_heading {
    background-color: #6faf47;
    border: 1px solid #688f50;
    color: #fff;
    border-radius: 5px 0 0 0;
    padding: 5px 0;
}
#emi_calc_form {
    border: 1px solid #d0d0d0;
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 0 0 0 5px;
}
.emi_calculator .from_row {
    padding: 0;
}
.emi_calculator .from_row > div {
display: flex;
}
.emi_calculator .from_row input {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    background-color: #f4f4f4;
    margin: 0 auto 10px;
    padding: 0 10px;
}
.emi_calculator .from_row input:before {
    content: "";
    background-color: red;
}
.emi_calculator .from_row input#loan_tenure:before {
    content: "";
}
.emi_calculator label {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: normal;
}
.emi_calculator .from_row.submit_btn button {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 5px;
    padding: 5px 0;
    background-color: #46a8dc;
    margin: 5px auto 10px;
}
.loan_ruppe {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding-right: 5px;
}
.const_tech {
    overflow-x: auto; 
}
.const_tech table {

}
.const_tech table th {
    font-weight: bold;
}
.const_tech table th, .const_tech table td {
    border: 1px solid #000;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 5px;
}
.icon_image {
    width: 400px;
}
.bulb_img {
    position: absolute;
    right: 0;
    top: 0;
}
.bulb_img.inner_bulb {
    position: absolute;
    /* left: 0; */
    right: 5%;
    top: 0;
}
#pdfdownload_form .intl-tel-input {
    display: block;
}

#pdfdownload_form .input_number::-webkit-inner-spin-button, 
#pdfdownload_form .input_number::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.error_pop {
    border: 1px solid #ff0000 !important;
}

.step_quiz_wrap {
    text-align: center;
    position: absolute;
    top: 210%;
    left: 0;
    display: none;
    margin-bottom: 50px;
}
.step_quiz_wrap.active {
    display: block;
}
.step_quiz_img {
    display: block;
    margin: 0 auto;
}
.step_quiz_txt {
    font-size: 24px;
    line-height: 36px;
    color: #5d5d5d;
    padding: 20px 0;
}
.step_quiz_btn {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #388fe3;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 0px #054cb6;
}
.step_quiz_btn a {
    color: #fff;
}

/*********** Quiz Style **********/
.quiz_main_container {
    background-image: url(../images/quiz_mainpage_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding: 80px 0 30%;
    position: relative;
}
.quiz_main_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/quiz_bg_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
h1.quiz_page_head {
    text-align: center;
    color: #388fe3;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 30px;
    text-transform: none;
}
p.quiz_page_content {
    color: #3d3d3d;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 10px 20%;
}
h2.quiz_page_subhead {
    text-align: center;
    color: #3d3d3d;
    font-size: 30px;
    line-height: 35px;
    padding: 50px 0 30px;
    text-transform: none;
}
.quiz_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.quiz_category button {
    outline: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 55px;
    color: #fff;
    /*color: #828282;
    border: 1px solid #d6d6d6;
    background-color: #fff;*/
    border: 1px solid #388fe3;
    background-color: #388fe3;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    /*pointer-events: none;*/
}
/*.quiz_category button.active {
    color: #fff;
    pointer-events: auto;
    opacity: 1;
    border: 1px solid #388fe3;
    background-color: #388fe3;
}*/
.quiz_category button.completed {
    color: #fff;
    pointer-events: none;
    opacity: 1;
    border: 1px solid #77c92b;
    background-color: #77c92b;
}
.quiz_content_wrap {
    display: none;
    background-color: #fff;
    background-image: url(../images/quiz_popup_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.quiz_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    text-align: center;
}
span.quiz_close_btn {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 40px;
    z-index: 1;
}
.quiz_question_wrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.15);
    padding: 30px 40px 0;
    position: relative;
}
.quiz_question_wrap:before {
    content: "";
    background-color: #f6f6f6;
    border-radius: 10px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.15);
    position: absolute;
    top: 50%;
    width: 120%;
    height: 80%;
    transform: translateY(-50%);
    left: -10%;
    z-index: -1;
}
.quiz_question_wrap:after {
    content: "";
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.15);
    position: absolute;
    top: 50%;
    width: 140%;
    height: 60%;
    transform: translateY(-50%);
    left: -20%;
    z-index: -2;
}
h2.quiz_head {
    color: #388fe3;
    font-size: 22px;
    line-height: 27px;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 30px;
}
h3.quiz_question {
    color: #3d3d3d;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding: 30px 0 10px 0px;
}
.quiz_ans_wrap {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.quiz_ans {
    width: 47%;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    /*padding: 20px 0;*/
    margin: 3% 0%;
    position: relative;
}
.quiz_ans label {
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    display: block;
    font-weight: normal;
    margin: 0;
}
.quiz_ans input {
    outline: none;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-appearance: none; 
    border: none;
    background:none; 
    cursor: pointer;
    }
.quiz_ans input[type=radio] + label {
    padding: 15px 5px;
    border: none;
    background:none; 
}
.quiz_ans input[type=radio]:focus {
    outline: none;
}
.quiz_ans input[type=radio]:checked + label {
    outline: none;
    background-color: #388fe3;
    color: #fff;
    /*padding: 15px 0;*/
    border-radius: 10px;
    }

.quiz_content_btn {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quiz_content_btn .seekhelp_link {
    display: block;
    max-width: 170px;
    width: 100%;
    margin: 0 5px 0 10px
}
.quiz_content_btn button#seekhelp {
    outline: none;
    background-color: #b7386a;
    border: 1px solid #b7386a;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 170px;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    cursor: help;
}
.quiz_content_btn button#next_quiz {
    outline: none;
    background-color: #77c92b;
    border: 1px solid #77c92b;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 170px;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    margin: 0 10px 0 5px
}
.quiz_content_btn button#skip_quiz {
    outline: none;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #828282;
    text-transform: uppercase;
    max-width: 170px;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
}
.quiz_content_btn button#close_conpleted_quiz {
    outline: none;
    background-color: #388fe3;
    border: 1px solid #388fe3;
    border-radius: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    max-width: 170px;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
}
.quizMessage {
    color: #ff0000;
    font-size: 12px;
}
.res_table {
    text-align: center;
    text-transform: uppercase;
}
.res_table p{
    color: #388fe3;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}
.res_table p span {
    color: #2c2c2b;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a.left_slide, .pagination a.right_slide {
    color: #000;
    text-align: center;
    max-width: 220px;
    font-size: 14px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 40px;
    margin: 0 10%;
}
.pagination a.left_slide img, .pagination a.right_slide img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
}
.pagination p {
    font-size: 1em;
    padding: 0;
}
.left_slide {
    background-image: url(../images/home_buy_left_arrow.png);
}

.right_slide{
    background-image: url(../images/home_buy_right_arrow.png);
}

@media only screen and (max-width : 1400px){
.steps_wrap_container {
    padding: 10px 100px 68px;
}

}

@media only screen and (max-width : 1300px) {
.steps_main_header {
    padding: 0 30px;
}
.steps_wrap_container {
    padding: 10px 50px 68px;
}    
.steps_wrap {
    margin-left: 5px;
}    
}

@media only screen and (max-width : 1023px) {
/******************** Home Buying Guide Style *****************/
#main_container {
    margin: 50px auto 0;
}
.steps_main_header {
    padding: 0 10px;
}
/*.homebuy_chat {
    font-size: 14px;
    padding: 0px 5px;
    right: -33px;
    line-height: 32px;
}*/

h1.page_head {
    font-size: 26px;
}
h3.page_subhead {
    font-size: 12px;
    margin-bottom: 15px;
}
h3.page_subhead:after {
    bottom: -10px;
    border-top: 10px solid #388fe3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
h2.inner_page_head {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 15%;
}
h3.inner_content_head {
    font-size: 16px;
    padding: 20px 0 10px;
}
.inner_page_img {
    margin: 0 auto;
}
.inner_page_content p, .inner_page_content li p, .list_item li {
    font-size: 13px;
    line-height: 17px;
}
.steps_main_header {
    flex-direction: column;
    padding-bottom: 10px;
}

.bulb_img {
    /*margin: 10px 0;*/
    order: 2;
    width: 40px;
}

.steps_wrap_container {
    padding: 0 0 68px 0;
    width: 50%;
}
.inner_steps_wrap_container, .quiz_wrap_container {
    padding: 0 10px 68px;
    width: 100%;
}
.steps_wrap {
    margin: 0 auto;
}
.steps_wrap.steps_wrap_01, .steps_wrap.steps_wrap_08, .steps_wrap.steps_wrap_09 {
    margin-left:  auto;
}
.steps_wrap.steps_wrap_01 {
    margin-top: -50px;
}
.steps_wrap.steps_wrap_05 {order: 5}
.steps_wrap.steps_wrap_06 {order: 6}
.steps_wrap.steps_wrap_07 {order: 7}
.steps_wrap.steps_wrap_08 {order: 8}
.steps_wrap.steps_wrap_09 {order: 9}
.steps_wrap.steps_wrap_10  {order: 10}
.steps_wrap.active .steps01_img{
    transform: scale(0.5);
    opacity: 1;
    margin: 0 0 -18%;
}
.steps_wrap.steps_wrap_03.active .steps01_img{
    margin: 0 0 -18%;
}
.steps_wrap.steps_wrap_06.active .steps01_img{
    margin: 0 0 -18%;
}
.steps_wrap.steps_wrap_10.active .steps01_img{
    margin: 0 0 -18%;
}

.step_path {
    transform: rotate(0deg) translate(-50%, 0%);
    top: 50%;
    right: 40%;
    height: 180px;
}
.steps_wrap_04 .step_path {
    height: 180px;
    top: 50%;
    right: 40%;
    transform: rotate(0deg) translate(-50%, 0%) skew(0deg, 0deg);
}
.steps_wrap_04 .step_path.step_path_02, 
.steps_wrap_04 .step_path.step_path_03,
.steps_wrap_08 .step_path.step_path_02, 
.steps_wrap_08 .step_path.step_path_03, 
.steps_wrap_08 .step_path.step_path_04, 
.steps_wrap_09 .step_path.step_path_02  {
    display: none;
}
.steps_wrap_05 .step_path {
    height: 180px;
    top: 50%;
    right: 40%;
    transform: rotate(0deg) translate(-50%, 0%) skew(0deg, 0deg);
}

/********* Quiz Style **********/
.quiz_main_container:before {
    display: none;
}
.quiz_main_container {
    background-size: 130%;
    padding: 25px 0 35%;
}
h1.quiz_page_head {
    text-align: center;
    color: #388fe3;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 30px;
    text-transform: none;
}
p.quiz_page_content {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 0;
}
h2.quiz_page_subhead {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0 20px;
}
.quiz_category button {
    font-size: 14px;
    padding: 10px 20px;
}
.quiz_category {
    flex-direction: column;
    flex-flow: row wrap;
}
.quiz_category button {
    font-size: 14px;
    padding: 10px 20px;
    width: 46%;
    margin: 5px auto;
}
span.quiz_close_btn {
    top: -5px;
    right: 5px;
}
.quiz_question_wrap {
    padding: 30px 20px 0;    
}
h2.quiz_head {
    padding: 0 0 15px;
}
h3.quiz_question {
    padding: 20px 0 10px 0px;
}


}
@media only screen and (max-width : 767px) {
    .steps_wrap_container {
        width: 100%;
    }
.quiz_category {
    flex-flow: column wrap;
}
.quiz_category button {
    width: 100%;
} 
.quiz_content_btn {
    padding: 20px 10px;
}
.quiz_content_btn button {
    margin: 10px 0;
} 
.quiz_content_btn .seekhelp_link {
    max-width: none;
    width: auto;
}
.quiz_content_btn button#seekhelp {
    max-width: none;
    width: auto;
    padding: 10px 10px;
}
.quiz_content_btn button#next_quiz {
    max-width: none;
    width: auto;
    padding: 10px 10px;
}
.quiz_content_btn button#skip_quiz {
    max-width: none;
    width: auto;
    padding: 10px 15px;
}
.quiz_ans_wrap {
    padding: 10px 0;
    flex-flow: column wrap;
}
.quiz_ans {
    width: 100%;
    margin: 2% 0%;
}
.quiz_ans input[type=radio] + label {
    padding: 5px 0;
}

/************EMI Calculator*************/
/*.emi_calculator_wrap {
    top: auto;
    left: 0;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.emi_calc_btn {
    transform: inherit;
    top: auto;
    bottom: 0;
    width: 100%;
    }
.emi_calc_btn.active {
transform: inherit;
}
.emi_calculator {
    right: 0;
    top: auto;
    left: 0;
    bottom: -100%;
    margin: 0 auto;
    position: fixed;
}
.emi_calculator.active {
    bottom: 0;
}
*/
.emi_calculator_wrap {
    top: 20%;
}
.emi_calc_btn.active {
    transform: rotate(-90deg) translate(-80%,10%);
    padding: 10px 10px 20px 0px;
}
.emi_calc_btn span {
    display: none;
}

.pagination a.left_slide, .pagination a.right_slide {
    margin: 0;
}

.checklist_icon {
    margin: -55% auto 20px;
}

.dowld_checklist_content h2 {
    font-size: 19px;
    line-height: 24px;
}
.dowld_checklist_content p {
    font-size: 15px;
    line-height: 19px;
}
.download_now {
    font-size: 15px;
    line-height: 19px;
}

.checklist-wrp span{
    top: -110px;
}
    }


@media only screen and (max-height : 300px) {
.emi_calculator_wrap {
    position: absolute;
    top: 0;
}
.emi_calculator {

}
}    