
body{font-family: 'Roboto', sans-serif; color:#000; background-color:#fff;}
h1,h2,h3,h4,h5,h6,p{margin: 0; color:#000;}
img{max-width:100%}
/** popup section **/
.stepPopup-container {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; transition: all 0.3s ease; opacity: 0; visibility: hidden; margin: 0 0 0 18px; }
.openPopup .stepPopup-container {opacity: 1; visibility: visible; overflow-y: scroll; }
.scrollOverlay .stepPopup-container {opacity: 1; visibility: visible; overflow-y: scroll; }
.openPopup .partialscroll-area {transform: translateY(0px) !important;}
body.openPopup {overflow: hidden;}
.successPop .stepPopup-container {opacity: 1; visibility: visible;}
.stepPopup-container:before {position: fixed; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: rgba(0,0,0,0.6); transition: all 0.3s ease;  }
.stepPopup-body {max-width: 780px; width: 100%; height: auto; background: #fff; position: absolute; left: 0; top: 30px; transform: scale(0); border-radius: 8px; transition: all 0.3s ease; right: 0; margin: 0 auto 26px; padding: 0 0 30px; }
.openPopup .stepPopup-body {transform: scale(1);}
.successPop .stepPopup-body {transform: scale(1); height: 525px !important; padding: 0;}
.stepPopup-body .closePopup { position: absolute; border-radius: 3px; top: -18px; right: -13px; background: #097054; width: 35px; height: 35px;  z-index: 9;}
.stepPopup-body .insd-stepPopup-cntr .popup-title {text-align: center; position: relative; margin-top: 60px;}
.stepPopup-body .insd-stepPopup-cntr .popup-title h1 {    font-size: 40px; font-weight: 300;}
.stepPopup-body .insd-stepPopup-cntr .popup-title h1 span {display: inline-block;  font-weight: 600;}
.stepPopup-body .insd-stepPopup-cntr .popup-title:before {position: absolute; bottom: -13px; right: 0; left: 0; margin: 0 auto; background: #f6c531; height: 3px; width: 40px; content: "";}
.insd-stepPopup-cntr .pop-contntCntr {overflow: hidden; padding: 70px 0 0 0}
.insd-stepPopup-cntr .pop-contntCntr .userBlock {text-align: center; margin: 40px 0 0 0;}
.pop-contntCntr .userBlock .check-block {display: inline-block; text-align: center; width: 200px; }
.pop-contntCntr .userBlock .check-block .imgBox {width: 160px; height: 160px; border: 1px solid #e3e3e3; background: url('../images/user-smile-hover.png') no-repeat center bottom; cursor: pointer; position: relative; margin: 0 auto;}
.pop-contntCntr .userBlock .check-block .imgBox.active {background: url('../images/user-smile.png') no-repeat center bottom;}
.pop-contntCntr .userBlock .check-block .imgBox.no {background: url('../images/useri-ico.png') no-repeat center bottom;}
.pop-contntCntr .userBlock .check-block .imgBox.no.active {background: url('../images/useri-ico-hover.png') no-repeat center bottom;}
.pop-contntCntr .userBlock .check-block .imgBox .tick {position: absolute; right: -16px; top: -14px; width: 32px; height: 32px; background: #dcdcdc url('../images/tick-right-gry.png') no-repeat center center;; border: 1px solid #c3c3c3; border-radius: 50%; transition: all 0.4s ease; }
.pop-contntCntr .userBlock .check-block .imgBox:hover .tick, .pop-contntCntr .userBlock .check-block .imgBox.active .tick {background: #6ac259 url('../images/tick-right.png') no-repeat center center;}
.pop-contntCntr .userBlock .check-block h3 {font-size: 18px; font-weight: 400; padding: 15px 0 0 0; }
.insd-stepPopup-cntr .popupBlock .popupButn {text-align: center;     margin: 30px 0 0;}
.insd-stepPopup-cntr .popupBlock .popupButn a {display: inline-block; width: 140px; height: 52px; background: #f99301; line-height: 48px;
text-align: center; font-size: 21px; font-weight: 600; color: #fff; text-shadow: 0 0px 1px #000; border-radius: 6px;
box-shadow: 0 4px 11px 4px #C6C6C6; margin: 0 12px; border-bottom: 5px solid #ce7900; }
.insd-stepPopup-cntr .popupBlock .popupButn a:hover {text-decoration: none;  background: #ce7900;}
.insd-stepPopup-cntr .popupBlock .popupButn a:focus {text-decoration: none; outline: none;} 
.stepPopup-body .closePopup:before {position: absolute; left: 0; right: 0; margin: 0 auto; top: 11px; content: ""; background: url('../images/cross-ico.png') no-repeat; width: 13px; height: 13px; transition: all 0.5s ease;}
.stepPopup-body .closePopup:hover:before {transform: rotate(90deg);}
.stepPopup-body .setpBar-color {position: absolute; left: 0; top: 0; width: 100%; z-index: 9;}
.stepPopup-body .setpBar-color .stepColr {float: left; width: 14.22%; height: 8px; background: #1db9d7; transition: all 0.9s ease;}
.stepPopup-body .setpBar-color .stepColr:first-child {    border-radius: 7px 0 0 0;}
.pop-contntCntr .userBlock .check-block .imgBox:before {position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 3px solid transparent; content: "";  transition: all 0.4s ease;}
.pop-contntCntr .userBlock .check-block .imgBox:hover:before, .pop-contntCntr .userBlock .check-block .imgBox.active:before {border: 3px solid #1db9d7; }
.pop-contntCntr .userBlock .check-block .imgBox:hover, .pop-contntCntr .userBlock .check-block .imgBox.active { border: 1px solid #fff;}
.stepOverLay-cntr {float: left; overflow: hidden; height: auto !important;}
.stepOverLay-cntr .insd-stepPopup-cntr {float: left; transition: transform .7s cubic-bezier(0.43, 0.04, 0.2, 0.98); height: auto !important; max-width:none; background:none;}
.pop-contntCntr .fieldBox-cntr {position: relative; width: 100%; margin: 24px 0 60px; }
.pop-contntCntr .fieldBox-cntr .formField {position: relative;    width: 60%;    margin: 0 auto;}
.pop-contntCntr .fieldBox-cntr .formField .fld { border: 1px solid #c0e1d8; height: 75px; border-radius: 3px; width: 100%; box-shadow: 0 0 10px 0px #ddd; font-size: 18px; color: #000; font-weight: 300; padding: 0 0 0 28px; transition: all 0.5s ease; outline: 0; touch-action: manipulation; background: none; }
.pop-contntCntr .fieldBox-cntr .formField .placeHolderCntrl {    position: absolute; left: 24px; top: 25px; padding: 0; transition: all 300ms;
width: auto; font-size: 18px; color: #9aa2a7; font-weight: 300; z-index: -1;}
.pop-contntCntr .fieldBox-cntr .formField .fld:focus {border: 1px solid #94c3b6;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #b4bdc3;}
::-moz-placeholder { /* Firefox 19+ */ color: #b4bdc3;}
:-ms-input-placeholder { /* IE 10+ */ color: #b4bdc3;}
:-moz-placeholder { /* Firefox 18- */color: #b4bdc3;}
.formField .fld:focus + .placeHolderCntrl, 
.formField .fld:valid + .placeHolderCntrl {transform: translate3d(32px, -36px, 0); width: auto; background: #fff; padding: 0 4px; z-index: 1;}
.pop-contntCntr .fieldBox-cntr span.fildIcon {    position: absolute; left: 24px; top: -24px; z-index: 9;     background: #fff;
padding: 0 3px; width: 35px;} 
.step3 .pop-contntCntr .fieldBox-cntr span.fildIcon {top: -18px;}
.step6 .pop-contntCntr .fieldBox-cntr span.fildIcon {top: -20px;}
.step7 .pop-contntCntr .fieldBox-cntr span.fildIcon {top: -15px;}
.step5 .pop-contntCntr .fieldBox-cntr span.fildIcon {    top: -34px;    width: 40px;}
.step7 .pop-contntCntr .fieldBox-cntr.usradd .formField:last-child span.fildIcon {top: -10px;}

/** select box **/
.variation2 {position:relative;width:100%;} 
.variation2 select.select{position:relative;z-index:10;width:100%;color:#b4bdc3;margin:0;padding:0;  transition: none; -webkit-transition: none;height:75px;}
.variation2 span.select {position: absolute;float: left;left: 0;width: 100%;line-height: 75px;cursor: pointer;z-index: 1;  border: 1px solid #9aa2a7; height: 75px; border-radius: 3px; width: 100%; box-shadow: 0 0 10px 0px #ddd; font-size: 18px; color: #b4bdc3; font-weight: 300; padding: 0 0 0 28px; transition: all 0.5s ease; outline: 0; }
.variation2 select.select option{padding:4px 6px;background:#fff;color:#000;}
.variation2 span.select:before {position: absolute; right: 20px; top: 28px; content: ""; background: url('../images/select-arrow.png') no-repeat center center; width: 16px; height: 18px; background-size: 75%;}
/** select box end **/

.pop-contntCntr .fieldBox-cntr.usradd .formField {margin: 0 auto 40px;}
.pop-contntCntr .fieldBox-cntr.usradd .formField:last-child {margin: 0 auto 0;}
.pop-contntCntr .fieldBox-cntr.usradd {margin: 6px 0 20px;}
.insd-stepPopup-cntr .pop-contntCntr .rangeslider {height: 130px;  padding: 8% 0 0 0;   text-align: center; width: 70%; position: relative;  margin: 0 auto;}
.insd-stepPopup-cntr .pop-contntCntr .rangeslider .leftNumber {    position: absolute; left: -42px; font-size: 16px; color: #333; margin: -9px 0 0 0;}
.insd-stepPopup-cntr .pop-contntCntr .rangeslider .rightNumber {    position: absolute; right: -72px; font-size: 16px; color: #333; margin: -13px 0 0 0;}
.pop-contntCntr .rangeslider .asRange {width: 100%; margin: 0 auto;}
.pop-contntCntr .rangeslider .asRange {height: 4px; background-color: #C0E1D9;}
.pop-contntCntr .rangeslider .asRange .asRange-selected {height: 4px; background: #20d0eb;}
.pop-contntCntr .asRange .asRange-pointer:before {    background: #18afcb;     top: -10px; right: -10px; bottom: -10px; left: -10px;}
.pop-contntCntr .asRange .asRange-pointer {    width: 12px;   cursor: pointer;  height: 12px; border-radius: 50%; margin-top: -4px;}
.pop-contntCntr .asRange .asRange-pointer:focus {outline: none;}
.pop-contntCntr .asRange .asRange-pointer .asRange-tip {background: none; color: #e18707; border: 0;  width: 50px; font-family: 'Roboto', sans-serif; text-align: left; font-size: 17px; font-weight: 600; left: 2px; top: -38px;} 
.pop-contntCntr .asRange .asRange-pointer .asRange-tip:before {background: none; content: "$"; float: left; position: static; margin: 0 2px 0 0;
transform: none; height: auto; width: auto;}
.insd-stepPopup-cntr .popupBlock.steps {float: left; transition: all 300ms; height: auto !important; }
.successCntr {background: #0dbde2 url('../images/finish-overlay.png') no-repeat center center; background-size: cover; height: 100%; width: 100%;     border-radius: 7px; text-align: center; }
.successCntr .thumbIcon {padding:9% 0 0 0;}
.successCntr .cntnt h1 {    font-size: 50px; color: #fff; font-weight: 400; margin: 13px 0 23px; } 
.successCntr .cntnt p {font-size: 17px; color: #fff; font-weight: 300;}
.successCntr .cntnt {margin: 0 auto; max-width: 92%;}
.stepPopup-body .popup-text-bottom {    text-align: center; position: relative;padding: 38px 0 0 0; width: 86%; margin: 40px auto 0;}
.stepPopup-body .popup-text-bottom button {color: #e18707; font-size: 24px;border: 0; background: none; margin: 0 0 24px;}
.stepPopup-body .popup-text-bottom:before {position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 80%; height: 1px; background: #ddd; content: "";}
.stepPopup-body .popup-text-bottom:before { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 80%; height: 1px;
background: #ddd; content: ""; }
.stepPopup-body .popup-text-bottom .listBox li {display: inline-block; margin: 0 8px;}
.stepPopup-body .popup-text-bottom .listBox {padding: 0 0 35px;}
.stepPopup-body .popup-text-bottom .leadid-disclosure p {    font-size: 11px;}
.stepPopup-body .popup-text-bottom .secureBox h4 {font-weight: 300; font-size: 22px; display: inline-block; position: relative;}
.stepPopup-body .popup-text-bottom .secureBox span {font-weight: 500; color: #e18707;}
.stepPopup-body .popup-text-bottom .secureBox h4:before {position: absolute; left: -52px; top: -11px; content: ""; background: url('../images/secure-icon.png') no-repeat center center; background-size: 100%; width: 40px; height: 50px; }
.stepPopup-body .popup-text-bottom .secureBox {padding: 0 0 0 48px;}
.insd-stepPopup-cntr .pop-contntCntr .moveSlider {    text-align: center; font-weight: 300; font-size: 22px; margin: -28px 0 23px 0;}
.stepPopup-body .popup-text-bottom .leadid-disclosure {padding: 29px 0 0;}
.insd-stepPopup-cntr .popupBlock.step7 .popupButn a {    width: 200px;}


.stepPopup-body .insd-stepPopup-cntr .popup-title h1 cite {    display: block;
font-style: normal;
font-size: 19px;
width: 60%;
margin: 5px auto 0;}
.stepPopup-body .insd-stepPopup-cntr .popup-title.green h1 {color: #097054;}
.stepPopup-body .insd-stepPopup-cntr .popup-title.green h1 cite {color:#000;}

/** popup section **/


.insd-stepPopup-cntr .popupBlock.butnDisable .popupButn a.next {    background: #999;    pointer-events: none;    border-bottom: 5px solid #777;}
.insd-stepPopup-cntr .popupBlock .popupButn a.checkZip {
    background: #097054;
    border-bottom: 5px solid #05523d;
}

.successZipCode {
    width: 59%;
    margin: 0 auto 0;
    padding: 23px 0 0 0; display:none;
}


.successZipCode h3 {font-size: 18px;
    color: #097054; text-align: center;}

.successZipCode h3 span {    display: block;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 0 0 0;}

.zipCodeSuccess .successZipCode {display:block;}
.zipCodeSuccess .pop-contntCntr .fieldBox-cntr {margin: 24px 0 0;}
.popupBlock .popupButn a.green.next {background: #097054;
    border-bottom: 5px solid #05523d; display:none;}

.zipCodeSuccess.popupBlock .popupButn a.green.next {display:inline-block}
.zipCodeSuccess.popupBlock .popupButn a.checkZip {display:none;}

.inputZipCodeErrorIn {color: rgb(255, 0, 0); font-size: 11px;display: none;font-size: 15px;padding: 6px 0 0 2px;}


.step5 .variation2 {overflow: hidden;}


.pop-contntCntr .fieldBox-cntr .formField .phonBox .preNmbr {
display: inline-block;
width: 65px;
border: 1px solid #c0e1d8;
height: 75px;
text-align: center;
line-height: 75px;
box-shadow: 0 0 10px 0px #ddd;
margin: 0 16px 0 0;
border-radius: 3px;
font-weight: 300;
font-size: 18px;
vertical-align: top;
}
.pop-contntCntr .fieldBox-cntr .formField .phonBox .preNmbr:after {    content: "-";
    float: right;
    font-weight: 300;
    font-size: 20px;
    margin: 0 -12px 0 0;}

.pop-contntCntr .fieldBox-cntr .formField .phonBox .phnFld {    position: relative;
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: top;}


@media (min-width:1025px) and (max-width:5000px) { 

/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .step3 .variation2 span.select {

	display:none;
}

_::-webkit-full-page-media, _:future, :root .step3 .variation2 select.select {    -webkit-appearance: none;
    border-radius: 5px; padding: 0 0 0 26px; opacity:1 !important;     background: url(../images/select-arrow.png) no-repeat 95% center; 
	background-size:14px;
}

_::-webkit-full-page-media, _:future, :root .step3 .pop-contntCntr .fieldBox-cntr span.fildIcon {z-index: 99;}


_::-webkit-full-page-media, _:future, :root .step5 .variation2 span.select {

	display:none;
}

_::-webkit-full-page-media, _:future, :root .step5 .variation2 select.select {    -webkit-appearance: none;
    border-radius: 5px; padding: 0 0 0 26px; opacity:1 !important;     background: url(../images/select-arrow.png) no-repeat 95% center; 
	background-size:14px;
}

_::-webkit-full-page-media, _:future, :root .step5 .pop-contntCntr .fieldBox-cntr span.fildIcon {z-index: 99;}




}


@media (min-width:768px) and (max-width:5000px) { 

}








@media screen and (max-width: 1300px) , screen and (max-height: 600px) {


}


@media screen and (max-width: 1100px) , screen and (max-height: 530px) {

}






/* added css for small devices */
@media (min-width:768px) and (max-width:1024px) { 

.stepPopup-body {max-width: 680px;}
.stepPopup-body .insd-stepPopup-cntr .popup-title h1 {font-size: 34px;}
.stepPopup-container {margin: 0 0 0 0; }
.stepPopup-body {top: 80px;}


}



@media (min-width:320px) and (max-width:767px) { 


.stepPopup-body {max-width: 94%; height: auto; min-height:0; }
.stepPopup-body .closePopup {    top: -16px; right: -6px; width: 28px; height: 28px;}
.stepPopup-body .closePopup:before {top: 8px;}
.stepPopup-body .insd-stepPopup-cntr .popup-title {    margin-top: 30px; padding: 0 16px;}
.stepPopup-body .insd-stepPopup-cntr .popup-title h1 {font-size: 26px;}
.insd-stepPopup-cntr .pop-contntCntr {padding: 20px 0 0 0; margin: 15px 0 0 0; overflow:visible; }
.insd-stepPopup-cntr .step4 .pop-contntCntr {margin: 0 15px 0 0; padding: 35px 0 0 0;}
.insd-stepPopup-cntr  .pop-contntCntr .userBlock { margin: 13px 0 0 0 }
.pop-contntCntr .userBlock .check-block {width: 46%;}
.pop-contntCntr .userBlock .check-block .imgBox {    width: 87%;
    background-size: 86%;
    height: 145px;}
.pop-contntCntr .userBlock .check-block .imgBox.no {    width: 87%;
    background-size: 86%;
    height: 145px;}
.pop-contntCntr .fieldBox-cntr .formField {width: 85%;}
.insd-stepPopup-cntr .popupBlock .popupButn a {margin: 0 5px; font-size: 18px;     width: 124px;}
.insd-stepPopup-cntr .pop-contntCntr .rangeslider {padding: 36px 0 0 0;    height: 77px;     width: 80%;}
.pop-contntCntr .rangeslider .asRange {width: 100%;}
.pop-contntCntr .fieldBox-cntr.usradd .formField {margin: 0 auto 23px;}
.insd-stepPopup-cntr .popupBlock.step6 .popupButn {margin: 7px 0 0;}
.successCntr .cntnt h1 {font-size: 33px; margin: 14px 0 13px;}
.successCntr .thumbIcon {padding: 9% 0 0 0;     width: 56px;    margin: 0 auto;}
.step5 .pop-contntCntr .fieldBox-cntr .formField {margin-top: 53px;}
.insd-stepPopup-cntr .popupBlock.step7 .popupButn {margin: 0;}
.successCntr .cntnt p {font-size: 16px;}
.successPop .stepPopup-body {height: auto !important;}
.successCntr {padding: 0 0 30px;}

.stepPopup-container {margin: 0 0 0 0; }
.stepPopup-body .popup-text-bottom {    padding: 18px 0 0 0; width: 93%; margin: 30px auto 0;}
.stepPopup-body .popup-text-bottom .listBox li {    width: 26.333%;}
.stepPopup-container .leadid-disclosure { margin: 0; }
.stepPopup-container .step2 .leadid-disclosure { margin: 0; }
.pop-contntCntr .fieldBox-cntr {margin: 22px 0 11px;}
.insd-stepPopup-cntr .pop-contntCntr .rangeslider .rightNumber {     right: -29px;    margin: 15px 0 0 0;}
.stepPopup-container .step4 .leadid-disclosure { margin: 0; }
.insd-stepPopup-cntr .pop-contntCntr .rangeslider .leftNumber {left: -12px;    margin: 18px 0 0 0;}
.insd-stepPopup-cntr .step5 .pop-contntCntr {padding: 10px 0 0 0}
.stepPopup-container .step6 .leadid-disclosure { margin: 0; }
.stepPopup-container .step7 .leadid-disclosure { margin: 0 0 0; }
.stepPopup-container .step8 .leadid-disclosure { margin: 0 0 0; }
.pop-contntCntr .fieldBox-cntr .formField .fld {height: 57px;}
.pop-contntCntr .fieldBox-cntr .formField .placeHolderCntrl {top: 23px;}
.pop-contntCntr .fieldBox-cntr span.fildIcon {top: -26px;
width: 31px;
left: 18px;}
.variation2 select.select {height: 57px;}
.variation2 span.select {line-height: 57px; height: 57px;    padding: 0 0 0 28px;}
body.successPop {overflow: hidden;}
.variation2 span.select:before {  right: 13px;  top: 18px;}
.pop-contntCntr .fieldBox-cntr .formField .placeHolderCntrl {font-size: 16px;}
.stepPopup-body .popup-text-bottom .secureBox h4 {font-size: 18px;     text-align: left;    padding: 11px 0 0 13px;}
.stepPopup-body .popup-text-bottom .secureBox h4:before {left: -35px; top: -3px;     width: 35px; height: 50px}
.insd-stepPopup-cntr .pop-contntCntr .moveSlider {    font-size: 16px; margin: -7px 0 23px 0;}
.stepPopup-body.lastSlideActive {    height: auto !important;} 
.stepPopup-body .insd-stepPopup-cntr .popup-title.green h1 cite {    line-height: 23px; font-size: 18px;}
.successZipCode { width: 100%; padding:2px 9px 0;     position: absolute; top: 70px;}
.successZipCode h3 {font-size: 16px;}
.successZipCode h3 span { font-size: 14px; padding: 4px 0 0 0;}
.stepPopup-body .zipCodeSuccess .popup-text-bottom {   padding: 18px 0 27px 0; width: 100%;     margin: 30px auto 0; background: #fff; border-radius: 0 0 7px 7px; }

.insd-stepPopup-cntr .popupBlock.zipCodeSuccess .popupButn {margin:83px 0 0;}
.zipCodeSuccess .formField:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.qualify-btn:after {display:none;}
.home-conts .findBox .qualify-btn {    padding: 9px 16px; font-size: 12px!important;}
.home-conts .findBox .findInout {    width: 270px;}
.home-conts .findBox.last .findInout .qualify-btn {    padding: 9px 16px;}
.home-conts .findBox.last h6 {font-size: 16px;    text-align: center; margin: 0 0 8px;}
.home-conts .solar-rebate img {max-width: 100% !important;}

.pop-contntCntr .fieldBox-cntr .formField .phonBox .preNmbr { width: 55px;   height: 57px; line-height: 57px; }
.pop-contntCntr .fieldBox-cntr .formField .phonBox .phnFld { width: calc(100% - 75px); }



}



@media (min-width:500px) and (max-width:767px) { 

.stepPopup-body .insd-stepPopup-cntr .popup-title h1 {font-size: 30px;}
.pop-contntCntr .fieldBox-cntr {margin: 24px 0 24px;}
.stepPopup-body .insd-stepPopup-cntr .step6 .popup-title {margin-top: 54px;}


}

@media (min-width:400px) and (max-width:767px) { 
.pop-contntCntr .userBlock .check-block .imgBox {width: 89%;
background-size: auto;
height: 171px;}

.pop-contntCntr .userBlock .check-block .imgBox.no {width: 89%;
background-size: auto;
height: 171px;}

}


@media (min-width:375px) and (max-width:767px) { 


}



@media (min-width:500px) and (max-width:767px) {  

.pop-contntCntr .userBlock .check-block .imgBox.no {width: 190px;}
.pop-contntCntr .userBlock .check-block .imgBox {width: 190px;}



}














