/*HOME PAGE css start*/
.home-bg{
    background-color: #fff;
    border-top: 2px solid #edf6fb;
    box-shadow: inset 1px 5px 0px 0 #edf6fb;
}
.staticContainerView {
    width: 100%;
    /* float: left; */
}
.staticCommonView {
    background: #FFF;
    width: 100%;
    float: left;
}

.new-float {
    float: left!important;
    width: 100%;
}
 .home-wrap{
    margin-bottom: 35px;
 }
/*
 .home-banner,.home_main {
    background-color: #f1f6f9!important;
}
*/
 .home-banner{
        /* background:url(../images/home-banner-new.jpg) no-repeat bottom center; vax*/
        min-height: 452px;
    }
    .static-image-alignment {
    padding-left: 0px;
    }
    .home-banner-left{
        padding-top: 129px;
        width: 391px;
        text-align: left;
    }
    .home-banner-left h2{
        font-size: 40px;
        color: #2a343f;
        line-height: 44px;
        margin: 0;
	font-weight: 500;
	font-family: 'Poppins-Medium';
    }
    .home-banner-right {
        margin-top: 32px;
        width: 391px;
        min-height: 381px;
        background: #fff;
        float: right;
        margin-right: 20px;
    }
    .login {
    margin-bottom: 31px;
    }
    .new-customer h6 {
    margin-top: 0px;
    }
    .home-banner-right h5{
        font-size: 12px;
        font-family: "NotoSansBold";
        color: #fff;
       /*  background: #73aed3; vax*/
        text-align: center;
        letter-spacing: 1.9px;
        padding: 2px 0;
        margin: 0;
    }
    .customer_login {
        padding: 0 32px 16px;
    }
    .customer_login label {
        font-size: 12px;
        color: #5b646e;
        margin-bottom: 0px;
        margin-top: 14px;
        font-family: "NotoSansBold";
        width: 100%;
        display: inline-block;
		padding-left:0!important;
        padding-bottom: 8px;
    }
    .customer_login input {
        width: 100%;
        height: 44px;
        border-radius: 4px;
        box-shadow: inset 0 1px 5px 0 #d4d9de;
        border: solid 1px #d4d9de;
        background-color: #ffffff;
        display: inline-block;
        padding: 10px 12px;
        font-size: 14px;
    }
    .customer_login .Register-btn-group {
        margin: 17px 0 32px 0;
    }
    .customer_login .Fields-btn-group {
        display: inline-block;
        margin: 20px 0 20px 0;
        width: 100%;
    }
    #homePageModalLoginForm .customer_login div:nth-child(2){
    	margin-top:20px;
    }
    .customer_login .Fields-btn-group .blue-button,.customer_login .Fields-btn-group .white-button {
        max-width: 128px;
        height: 44px;
        margin-bottom: 0;
        margin-right: 14px;
    }
    .customer_login .Register-btn-group span{
        font-size: 12px;
    }
    .new-customer{
		border-top: 1px solid #e5e9ec;
		padding-top:0px;
		display:inline-block;
    }
    .new-customer h6, .new-customer h2{
        color: #5b646e;
        font-family: "NotoSansBold";
        margin-bottom: 7px;
    }
	.new-customer h2{
        font-size: 12px;
    }
    .new-customer p {
	    margin: 0px!important;
	    padding-left: 0!important;
	    padding-right: 0!important;
	}
    .new-customer a{
        font-family: "NotoSansBold";
        color: #0057a6;
    }
    .why-shoppe h2 {
        font-size: 24px;
        color: #73aed3;
        text-align: center;
        font-family: "Poppins-Medium";
        margin: 42px 0;
    }
    .shoppe-benifits {
        text-align: center;
        padding-left: 46px;
    }
    .shoppe-benifits h3{
        color: #2a343f;
        font-size: 16px;
        letter-spacing: 0.5px;
        font-family: "Poppins-Medium";
        margin: 16px 0 12px 0;
        line-height: 21px;
    }
   .shoppe-benifits p {
        line-height: 20px;
        font-size: 14px !important;
        font-family: "Poppins-Medium";
    }
    .content .shoppe-benifits p,.quick-link p{
    	text-align:center!important;
    }
    .quick-link-title{
        border-top: 2px solid #edf6fb;
    }
    .quick-link-title h3{
        color: #73aed3;
        font-size: 12px;
        text-align: center;
        font-family: "NotoSansBold";
        letter-spacing: 1.85px;
        margin-bottom: 25px;
    }
    .quick-link{
        text-align: center;
        padding-left:60px;
    }
    .quick-link a{
        color: #0057a6;
    font-family: "Poppins-Medium";
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-size: 12px;
    display: block;
    line-height: 16px;
    }
    .quick-link p{
        font-family: "Poppins-Medium";
        font-size: 12px;
        padding-top: 0!important;
        margin-top: 0!important;
        line-height: 20px;
        text-align: center;
	margin-bottom: 0;
    }
    .home-bg .acc-warning-box{
        margin-top: 4px;
    }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .home-banner-right{
            display: none;
        }
        .home-banner-left{
            padding-top: 0px;
            width:100%;
        }
        .home-banner-left h2{
            font-size: 32px;
            line-height: 36px;
        }
        .shoppe-benifits p{
            margin-bottom:38px;
        }
        .why-shoppe h2{
            margin-top: 36px;
        }
        .quick-link{
            margin-bottom: 24px;
        }
        .quick-link-title h3{
            margin-top: 18px;
        }
        .home-wrap{
            margin-bottom: 0;
        }
        
        .popup-comp .panel-heading .firstLevel-loc .customer_login label{
            padding-left: 0;
            margin-bottom: 7px;
        }
        .popup-comp .panel-heading .firstLevel-loc .customer_login div{
            margin-top:15px; 
        }
        .customer_login .Register-btn-group{ 
    		margin-bottom: 0px;
        }
        .customer_login .Register-btn-group span{
            float: left;
        }
        .customer_login {
        padding: 0 0 20px;
        }
        #mob-Modal .panel-heading{
            padding-bottom: 0;
            border-top:none;
            border-bottom: 0;
        }
        
    }
     @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .home-banner-left,.home-banner-right{
            width: 100%;
        }
        .home-banner-left{
            padding-top:0;
        }
        .home-banner-left h2{
            font-size: 29px;
            line-height: 36px;
        }
     }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
    	#loginContinueBtn + span{
    		width:100%;
    		display:block;
    		margin-top:10px;
    		margin-bottom:18px;
    	}
	} 
     
 .mob-login {
    background: #fff;
    padding: 12px;
    position: fixed;
    bottom: 0;
    z-index: 1;
    left:0;
    margin:0;
}

.Fields-btn-group.mob-login button {
    height: 44px;
    margin-bottom: 9px;
    max-width:100%;
}

.viewUserName,.viewPassword,.viewSubmitBtn{
	position:relative;	
}

.viewUserName > input,.viewPassword > input{
	margin-bottom:20px;
}

.viewPassword > label{
	margin-top:0;
}

.viewSubmitBtn .loginBtn{
	margin-top:0;
}

.viewUserName .has-error,.viewPassword .has-error{
	position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.viewSubmitBtn #loginContinueBtn + span {
    margin-top: 12px;
}

.viewPassword + button{
	margin-top:0;
}

.viewPassword + button + .common-login-span{
	margin-top:12px;
}

.viewWrongCred{
	position: relative;
    bottom: 12px;
    width: 100%;
    left: 0;
    line-height: 14px;
}

@keyframes spinner-border{
	to{
		transform:rotate(360deg);
	}
}

.spinner-border{
	display:none;
	width:2rem;
	height:2rem;
	vertical-align:
	text-bottom;
	border:.25em solid currentColor;
	border-right-color:transparent;
	border-radius:50%;
	-webkit-animation:spinner-border .75s linear infinite;
	animation:spinner-border .75s linear infinite;
}

@media only screen and (min-width: 1025px){
	.bannerInfoHome{
	    margin-left: -40px;
	}
	
	.bannerInfoHome .bdr-blue{
		border-bottom: 4px solid transparent;
	}
}



/*HOME PAGE css end*/
