.light-grey-clr{
    color: #8D879F;
}
.sign-up-inner{
	border-radius:5px;
	overflow: hidden;
}
.social-media-account{
    display: flex;
    padding: 10px 15px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #ECEEFA;
    font-size: 14px;
    color: #151122;
    cursor: pointer;
    height: 40px;
}
.social-media-account:hover{
    color: #151122;
    text-decoration: none;
}
.headine-line{
    position: relative;
    display:flex;
}

.name-text{
    position: relative;
    padding: 10px 15px 10px 40px !important;
}
.mail-icon{
    position: absolute;
    z-index: 9;
    left: 15px;
}
.mail-icon i{
	color: #5c6ac4;
}
.grey-clr{
    color: #8D879F;
}

.modal-bottom-strip{
	margin-top:auto;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
}
@media(max-width:768px){
	.modal-bottom-strip{
		margin-top:10px;
	}
}


@media(min-width:768px){
    .headine-line::after{
        color:white;
        content:'';
        flex:1;
        border-bottom:1px solid #D6D9E7;
        margin: auto 0.25rem;
        box-shadow: 0 -2px ;
        position: absolute;
        top: 8px;
        width:62%;
        left:150px;
    }
}
.time-place{
    position: absolute;
    right: 15px;
    color: #8D879F;
    font-size: 14px;
    font-weight: 400;
}
.smart-form input[type="text"], .smart-form input[type="text"]:hover, .smart-form input[type="email"], .smart-form input[type="email"]:hover, .smart-form input[type="url"], .smart-form input[type="url"]:hover, .smart-form input[type="password"], .smart-form input[type="password"]:hover, .smart-form input[type="number"], .smart-form input[type="number"]:hover, .smart-form input[type="file"], .smart-form input[type="file"]:hover, .smart-form input[type="tel"], .smart-form input[type="tel"]:hover{
    height: 40px !important;
}
 
.modal .modal-left{
	padding:100px 30px 30px;
}
.modal .modal-right{
	padding:118px 30px;
}
.signup-modal .modal-right{
	padding:35px 30px;
}
@media(max-width:768px){
	.modal .modal-left{
		padding:30px 30px;
	}
	.signup-modal .modal-right,
	.modal .modal-right{
		padding:30px 30px;
	}
}

a.login-btn, 
.login-btn, 
a.login-btn:focus, 
.login-btn:focus{
		font-size: 17px !important;
		padding: 10px 20px !important;
}
/* signup page checkbox label CSS  */
.signup-checkbox-btn label p{    
  line-height: 160%;
  font-size: 13px;
  font-weight:400;
  color:#7f7c88;
}
.signup-checkbox-btn label::before ,
.signup-checkbox-btn label::after { top: 2px;}
.signup-checkbox-btn input[type="checkbox"]:checked + label::before {
    background-color: #5c6ac4;
    border-color: #5c6ac4;
}
.login-checkbox-btn input[type="checkbox"]:checked + label::before {
    background-color: #5c6ac4;
    border-color: #5c6ac4;
}
@media(min-width: 768px){
	a.login-btn, 
	.login-btn, 
	a.login-btn:focus, 
	.login-btn:focus{
		font-size: 14px !important;
		padding: 10px 19px !important;
		font-weight: 600;
	}
}
/* Features Lisiting */
ul.feature-listing{margin: 0; padding: 0; position: relative;}
ul.feature-listing li{list-style: none; margin-bottom: 15px; }
ul.feature-listing li:last-child{margin-bottom: 0px;}

/* Features Lisiting for password conbination */
.password-cases ul.feature-listing li{list-style: none; margin-bottom: 12px;}
.password-cases ul.feature-listing li:last-child{margin-bottom: 0px;}

/* Password Tootltip Design */
.password-tooltip {background: #34303f; padding: 20px; border-radius: 5px; position: absolute; top: 100; left: 0%; z-index: 9; margin-top: 10px;}
.password-tooltip::before{
	content: '';
	display: block;  
	position: absolute;
	left: 15px;
	top: -13px;
	width: 0;
	height: 0;
	border-bottom: 7px solid #34303f;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}
@media (min-width:768px){
.password-tooltip {left: 103%; top: 0; margin-top: 0px;}
.password-tooltip::before{
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 16px;
	left: -13px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #34303f;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.login-right-wrapper h4{
	padding-right: 10px;
}
}

.password-tooltip ul.feature-listing li{list-style: none; margin-bottom: 16px; white-space: nowrap; }
.password-tooltip ul.feature-listing li:last-child{margin-bottom: 0px;}
.white-check-arrow{background: #ffffff; border-radius: 50%; display: inline-block}

.field-white-bg
{
	position:relative;
	background-color:#ffffff;
}
/* New Login page */
.coloum-white-bg{
	background:#ffffff;
}
a.video-poster-play{
    position: relative;
    text-align: center;
    display: block;
	border:solid 1px #ced4d8;
}
a.video-poster-play .poster-width{width:100%; max-height:180px;}
a.video-poster-play .hover-items{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	display: flex;
	justify-content: center;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
a.video-poster-play .hover-items .play-icon{
	width:61px;
	height:41px;
	border-radius:5px;
	background:rgba(0,0,0,0.5);
	display:flex;
	align-items:center;
	justify-content:center;
	color:#ffffff;
	font-size:17px;
}
.login-left-wrapper .container-padding{
	padding:60px 30px;
	position:relative;
	width:100%;
}
.login-left-wrapper1 .container-padding{
	padding:60px 30px;
	position:relative;
	width:100%;
}

.login-right-wrapper .container-padding{
	padding:0px 30px 30px 30px;
	position:relative;
	width:100%;
}

.login-separate-border{
	border-bottom:solid 1px #ced4d8;
	margin-top:30px;
}
.logo-wrapper{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	justify-content: space-between;
	align-items:center;
	padding:15px;
	background:#eff3f6;
	width:100%;
}
.footer-wrapper{
	padding:0px 30px 30px 30px;
	width:100%;
	background:#ffffff;
}

@media (max-width:768px){
	.login-left-wrapper .container-padding{
		padding:30px 25px;
	}
	.signup-testimonials .carousel-item{
		margin-bottom:20px;
	}
}

@media (min-width:768px){
.right-wrapper-bg{background: #eff3f6;}	
.login-right-wrapper .container-padding{
	padding:30px;
	position:relative;
	width:100%;
}
.right-wrapper-bg {
    background: #eceefa;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}	
a.video-poster-play .poster-width{max-height:243px;}	
.login-left-wrapper .container-padding,
.login-left-wrapper1 .container-padding{
	border:none;
}	
.logo-wrapper{
	padding:30px 30px 0px 30px;
	background:#ffffff;
}
.login-left-wrapper{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-ms-flex-line-pack: center!important;
}
.modal-body .login-left-wrapper{
	height: unset;
}
.login-left-wrapper1{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-ms-flex-line-pack: center!important;
}
.login-right-wrapper{
	background:#ECEEFA;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-ms-flex-line-pack: center!important;
	/* align-content: center!important; */
}
.login-left-wrapper .container-padding{
	padding:30px;
}
}
@media (min-width:992px){
.login-right-wrapper .container-padding,
.login-left-wrapper .container-padding,
.login-left-wrapper1 .container-padding{
	padding:60px 30px;
}
}
@media (min-width:1200px){
	
	.login-right-wrapper .container-padding.login-space{
		padding:130px 30px;
		padding-top:180px;
	}
	.login-left-wrapper .container-padding,
	.login-left-wrapper1 .container-padding{
		padding:132px 165px;
		padding-top: 140px;
	}
	}
	
ul.sell-more-listing {margin:0px; padding:0px;}
ul.sell-more-listing li {
    list-style: none;
    background: url(../../../images/login/step-tick-m.png) no-repeat;
    background-position: 0 0px;
    padding:0px 0 10px 35px;
	min-height:24px;
	line-height:160%;
	color:#151122;
}
@media (min-width:768px){
ul.sell-more-listing li {
    background: url('https://cdn.dotcompaltest.com/apps/website/assets/images/step-tick.png') no-repeat;
    background-position: 0 0px;
    padding:0px 0 0px 35px;
	min-height:25px;
}
}
ul.sell-more-listing li:last-child{padding-bottom:0px;}
.down-comma-clr{color:#d7dfe4;}

/* Testimonials Slider */
.signup-testimonials .carousel-item{
	background:#fff;
	padding:20px;
	border-radius:5px;
}
.signup-testimonials .testimonials-pic{
	max-height:86px;
	max-width:86px;
	margin-right:10px;
}
.signup-testimonials .testimonials-md-pic{
	max-height:50px;
	max-width:50px;
	margin-right:10px;
}
.signup-testimonials .testimonials-description{
	font-size:12px;
	color:#7f7c88;
	line-height:160%;
}
.signup-testimonials .testimonials-name
{
	color:#34303f;
	font-weight:500;
	margin-top:10px;
	display: flex;
	align-items: center;	
}
.signup-testimonials .testimonials-name h4{
	font-size: 14px;
	font-weight:500;
	margin-right:4px;
}
.signup-testimonials .testimonials-name span{
	font-size:12px;
	color:#7f7c88;
	font-weight:400;	
}
.tag-line{
	font-size:14px;
	font-weight:500;
	text-align:center;
}
@media (min-width:992px){
.signup-testimonials .carousel-item{
	padding:30px;
}	
.signup-testimonials .testimonials-pic{
	max-height:86px;
	max-width:86px;
	margin-right:10px;
}
.signup-testimonials .testimonials-md-pic{
	margin-right:10px;
	max-height:50px;
	max-width:50px;
}
}
.signup-testimonials .carousel-indicators {
    position: relative;
	bottom: auto;
}
.signup-testimonials ol.carousel-indicators{margin-bottom:0px;}
.signup-testimonials .carousel-indicators li {
    width: 8px;
    height: 8px;
	border-radius:100%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color:#d7dfe4;
}
.signup-testimonials .carousel-indicators .active {
    background-color: #5c6ac4;
}
/* Help Video Modal Preview css*/
.help-video-modal {
    width: 95%;
    max-width: 100%;
}
a.bg-transparent, .bg-transparent {
    background: transparent;
}
a.help-video-cross-icon {
    border-radius: 50%;
    background: #34303f;
    position: absolute;
    right: 0px;
    top: -30px;
    padding: 8px;
    z-index: 99;
    color: #ffffff;
    text-decoration: none;
    font-size: 9px;
    opacity: 1;
    display: inline-block;
}
@media (min-width: 992px){
	.help-video-modal {
		width: 850px;
		max-width: 100%;
	}	
	a.help-video-cross-icon {
		right: -26px;
		padding: 8px;
		top: -15px;
		bottom: auto;
	}
}
.help-modal-border {
    border: solid 1px #7f7c88;
}

@media (min-width:992px){
	.signup-modal .signup-testimonials .carousel-item{
		padding:20px;
		min-height:165px;
	}
}


