/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

#wizard_container {
    width: 100% !important;
    border: none !important;
    padding: 0px 1.83vw 1.83vw 1.83vw !important;
    box-shadow: unset !important;
}

.content-right{
	overflow-y:hidden !important;  
}

h3.main_question {
    font-size: 1.5vw !important;
    font-family: 'Montserrat', 'sans-serif' !important;
    color: #777 !important;
    font-weight: 500 !important;
    margin-bottom: 0.5vw !important;
}


.content-left{
    background-color:transparent !important;
    background-repeat: no-repeat;
    background-position: left;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    background-size: cover;

}

.content-left-wrapper h2 {
    color: #fff !important;
    font-weight: 500 !important;
}

img#left_icons {
    float: left;
}

.content-left-wrapper p {
    /* font-size: 20px; */
    text-align: left !important;
    opacity: unset !important;
    color: #fff !important;
    /*padding-top: 0.5vw;*/
    font-family: 'Montserrat'!important;
    /*margin-bottom: 1.5vw !important;*/
}

.content-bottom {
    padding-top: 3vw;
}

.content-bottom p{
    font-family: 'Montserrat' !important;
    font-weight: 500;
}

.content-right{
	background-color:transparent !important;
}

.signUp-section {
    margin-top: 3.73vw;
    height: auto !important;
    border: 0px solid #fff !important;
    /*border-radius: 25px !important;*/
    background-color: #fff;
}


.content-left-wrapper{
    background: transparent !important;
    align-items: normal !important;
}

.control-label {
    /*font-size: 1.1vw!important;*/
    text-transform: uppercase;
    color: #777 !important;
    font-weight: 500 !important;
    text-align: left !important;
    font-family: 'Montserrat' !important;
}

/*.form-group {
    margin-bottom: 1.2vw !important;
}*/

.form-item-country-code {
    /*position: absolute !important;*/
    left: 0;
    z-index: 1;
}

/*#edit-mobile-no::-webkit-input-placeholder {padding-left: 4vw;}
#edit-mobile-no:-moz-placeholder {padding-left: 8vw;}
#edit-mobile-no::-moz-placeholder {padding-left: 8vw;}
#edit-mobile-no:-ms-input-placeholder {padding-left: 8vw;}*/

#edit-mobile-no{
	/*padding-left: 2vw !important;*/
    /*margin-left: 0.6vw;*/
}

#edit_country_code_chosen {
    padding: 6px 0px !important;
}

.wizard-body {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

.captchaPaddingbottm{
    padding-bottom: 15px !important;
}

#btnSubmit {
    text-transform: uppercase;
    border-color: #139cd7 !important;
    background: #139cd7 !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

div#edit_country_code_chosen {
    padding: 6px 0px !important;
}

.steps{
    display: table;
}
.steps img, .steps p{
    display: table-cell;
    vertical-align: middle;
}
.terms_a{
    color: #139cd7 !important;
}
.noMargin, .signUp-section, .content-right{
    padding: 0px !important;
}
.form-control{
    height: calc(2.55rem + 2px);
    /*font-size: 14px;*/
    border-radius: 5px !important;
    font-family: 'Montserrat' !important;
    /*height: 38px;*/
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.full-height{
    padding-bottom: 20px !important;
}
@media only screen and (min-width: 992px){
     img#left_icons {
        width: 3vw;
        height: 3vw;
        margin-right: 1vw;
    }
    .steps{
        height: 3vw;
        margin-top: 2vw;
    }
    .content-bottom p{
        font-size: 1.9vw !important;
    }
    .privacy_notice{
        font-size: 1vw;
    }
    .content-left-wrapper{
        padding: 1.83vw 6.53vw !important;
    }
    .content-left-wrapper p {
        font-size: 2rem !important;
    }
    .control-label{
        font-size: 1.1vw !important;
    }
    .signUp-section,.content-left-wrapper{
        height: 592px !important;
    }
    .logo_img{
        margin-top: 50px !important;
    }

}
@media only screen and (min-width: 768px){
    .content-left-wrapper h2 {
        font-size: 2.2vw  !important;
        padding: 3vw 0px 1vw !important;
    }  
    .form-control{
        font-size: 14px !important;
        height: 38px !important;
        padding: 6px 12px !important;
    }
    .signUp-section {
        border-radius: 25px !important;
    }
    .logo_img{
        width: 10vw;
    }
}
@media only screen and (max-width: 991px){
    .logo_img{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px){
    .content-left{
        display: none;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    .full-height{
        width: 95% !important;
        max-width: 100% !important;
    }
    img#left_icons {
        width: 4vw;
        height: 4vw;
        margin-right: 1.5vw;
    }
    .content-left-wrapper{
        padding: 1.83vw 2.53vw !important;
    }
    .content-left-wrapper p {
        font-size: 2vw !important;
    }
    h3.main_question{
        font-size: 2.2vw !important;
    }
    .privacy_notice{
        font-size: 1.5vw;
    }
    .content-middle{
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .signUp-section {
        border-radius: 25px !important;
    }
    .content-right{
        min-height: 0% !important;
    }
    .signUp-section,.content-left-wrapper{
        height: 575px !important;
    }
    .content-bottom p{
        font-size: 3.8vw !important;
    }
    .control-label{
        font-size: 1.4vw !important;
    }
    .fontSize14 {
    	font-size: 2vw !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 576px){
    .full-height{
        width: 90% !important;
        max-width: 100% !important;
    }
    .control-label {
    	font-size: 2vw !important;
    }
    .privacy_notice{
        font-size: 2vw;
    }
    .form-control{
        padding: 0px 12px !important;
    }
    .signUp-section {
        border-radius: 6px !important;
    }
    .logo_img{
        width: 12vw;
    }
    .content-bottom p {
    	font-size: 2.9vw !important;
    }
    h3.main_question {
    	font-size: 2.8vw !important;
    }
    .fontSize14 {
    	font-size: 2vw !important;
    }
}
@media only screen and (max-width: 575px){
    .signUp-section {
        border-radius: 6px !important;
    }
    .control-label {
    	font-size: 2.3vw !important;
    	padding-bottom: 1vw;
    }
    .form-control{
        padding: 0px 12px !important;
        font-size: 2vw !important;
    }
    .privacy_notice{
        font-size: 2.5vw;
    }
    .col-xs-4{
        max-width: 33.3333%; 
    }
    .col-xs-8{
        max-width: 66.6667%; 
    }
    .col-xs-6{
        max-width: 50%; 
    }
    #btnSubmit{
        font-size: 2.5vw !important;
    }
    h3.main_question strong{
        font-size: 2.5vw !important;
    }
    .logo_img{
        width: 16vw;
    }
    h3.main_question{
        font-size: 3.8vw !important;
    }
    .form-group {
    	margin-bottom: 3.2vw !important;
    }
    .wizard-body {
    	padding-top: 3.5vw;
    	padding-bottom: 3.5vw;
    }
}