.main-wrap {
    min-height: calc(100vh - 187px);
}

.fw-3{
	font-weight: 300;
}

.fw-6{
	font-weight: 600;
}

.fw-5{
	font-weight: 500;
}

.fw-7{
	font-weight: 700;
}

.cc-d-none{
    display: none;
}

.card-1{
    box-shadow: -2px 2px 32px 0 rgba(0,0,0,0.04);
}

.cc-display-none{
	display: none;
}

.cc-cursor-pointer{
    cursor: pointer;
}

button:focus{
    outline: 0 !important;
}

.cc-mandatary-field:after{
    content: "*";
    color: #E1271E;
    margin-left: 1px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number]{
  -moz-appearance: textfield;
}

.digit-group input{
    width: 30px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
}

.digit-group input:focus{
    outline: 0;
}

.hm-banner-back{
    background-image: url(../img/projectimage/property-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.screenviewban{
    height: 100vh;
}

.hm-banner-back:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}

.ban-container{
    height: 88%;
}

@media screen and (max-width:767px){
    .brand-name{
        font-size: 15px;
    }
}

.navigation ul > li > a{
	display: inline-block;
	color: #fff;
}

.prop-type-icon{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    line-height: 100px;
    cursor: pointer;
    transition: 1s;
}

.prop-type-icon:hover{
    transform: scale(1.2);
    background: #ff800a;
    z-index: 2;
    box-shadow: 2px 2px 2px #000;
}

.sec-card-head{
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-head-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.vieddet-otp-modal{
    max-width: 380px;
}

.modal.show{
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    align-items: flex-start;
}

.frauddetotp .form-control{
    height: 45px;
}

/*USER ACCOUNT*/
.user-account-pic{
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.accnt-sideba-nav ul li a{
	color: inherit;
	padding: 11px 15px;
	display: block;
}

.accnt-sideba-nav ul li a .fa{
	width: 22px;
}

.accnt-sideba-nav ul li a:hover{
	color: #007bff;
	background-color: #f6f7f9;
}

.accnt-sideba-nav ul li a.active{
	color: #007bff;
	background-color: #f6f7f9;
}

.order-item-spec li{
	display: inline-block;
}

.order-last-price{
	font-size: 18px;
}

.invalid-tooltip{
	top: inherit;
}

.edit-address-modal{
	max-width: 550px;
}

.pro-list-thumb{
	width: 85px;
	max-width: 100%;
	height: 105px;
	max-height: 105px;
}

.pro-list-thumb img{
	max-height: 100%;
	max-width: 100%;
}

.ac-review-col:last-child,
.user-del-address:last-child{
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.user-del-address:last-child{
	margin-bottom: 0 !important;
}

@media screen and (min-width:768px){
	.tot-amt-tab table{
		float: right;
	}
	.ord-prt-invoice{
		text-align: right;
	}
}
/*Custom Switch Button*/
.switch{
	position: relative;
	display: inline-block;
	width: 85px;
	height: 28px;
	margin: 0;
}

.switch input{
	display: none;
}

.slider{
	position: absolute;
	cursor: pointer;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.slider:before{
	position: absolute;
	content: "";
	height: 24px;
	width: 10px;
	left: 1px;
	bottom: 1px;
	border-radius: 1px;
	background-color: white;
	-webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
	transition: -webkit-transform 0.25s ease-out 0.1s;
	transition: transform 0.25s ease-out 0.1s;
	transition: transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
}

input:checked+.slider{
	background-color: #2ab934;
	border: 1px solid #2ab934;
}

input:disabled+.slider{
	background-color: transparent;
	border: 1px solid transparent;
}

input:focus+.slider{
	box-shadow: 0 0 1px #2196F3;
	transition: background 4s, transform 1s;
}

input:checked+.slider:before{
	right: 1px;
	left: auto;
}

input:disabled+.slider:before{
	left: 1px;
}

.on{
	display: none;
}

.on, .off{
	color: white;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 12px;
}

input:checked+.slider .on{
	display: block;
}

input:disabled+.slider .on{
	display: none;
}

input:checked+.slider .off{
	display: none;
}

input:disabled+.slider .off{
	display: block;
}
/*USER ACCOUNT*/
/*MEMBER LOGIN*/
.memlogreg-body{
	background-color: #eff6fd;
}

.mem-log-form{
	max-width: 400px;
	margin: auto;
}

.new-user-log{
	padding: 30px;
	border-radius: 7px;
	box-shadow: 0 -1px 25px rgb(216 216 216 / 30%), 0 7px 12px rgb(218 218 218 / 22%);
}

.mem-log-form .input-group-text{
	background-color: transparent;
	width: 40px;
	position: absolute;
	padding: 15px 14px;
	z-index: 1;
	font-size: 15px;
}

.mem-log-form input, .mem-log-form .btn{
	height: 45px;
}

.mem-log-form input{
	padding-left: 45px;
}

.user-soc-login .btn{
	width: 48%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.user-soc-login .btn:last-child{
	margin-right: 0px;
}

.active-user-count{
	width: 60px;
	height: 60px;
	line-height: 50px;
	border-width: 5px !important;
}
/*MEMBER LOGIN*/
/*STATIC PAGES*/
.static-page-section li{
	margin-bottom: 3px;
}

@media screen and (max-width:767px){
	.page-not-found{
		text-align: center;
	}
}
/*STATIC PAGES*/
/*CONTACT US*/
.contactInfo .conn-col{
	padding-left: 30px;
}

.contactInfo .conn-col .fa{
	left: 0;
	top: 4px;
	font-size: 18px;
}

.map iframe{
	width: 100%;
	height: 250px;
	display: block;
}

.enquiry-pop-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 0;
	bottom: 280px;
	font-size: 15px;
	z-index: 10;
}

.sentEnquiry{
	position: fixed;
	right: 15px;
	bottom: 120px;
	width: 300px;
	display: none;
	z-index: 10;
}

.sentEnquiry .clos-enq-form{
	position: absolute;
	top: 5px;
	right: 8px;
}
/*CONTACT US*/
/*PAGE SCROLL TO TOP*/
.go-top-btn{
	bottom: 350px;
	height: 40px;
	width: 40px;
	line-height: 35px;
	position: fixed;
	right: 30px;
	z-index: 2;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.go-top-btn.not-visible{
	bottom: 300px;
	visibility: hidden;
	opacity: 0;
}
/*PAGE SCROLL TO TOP*/
/*FOOTER*/
footer{
	color: #000;
    font-size: 0.875rem;
    padding: 35px 0 20px 0;
}

footer a{
    color: #000;
}

.footer-contact .fa{
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border-radius: 50px;
    margin-bottom: 10px;
}

.foot-bottom{
    border-top: 1px solid rgba(123,123,123,0.4); 
}

.foot-site-name{
	color: inherit;
}

footer .footer-menu li a{
	padding: 6px 0;
	display: inline-block;
	position: relative;
}

@media screen and (min-width:768px){
	footer .footer-menu li:first-child a{
		padding-top: 0;
	}
}

footer .footer-menu li a:hover{
	margin-left: 3px;
}

.footer-menu li a:before{
	content: '\f105';
	font-family: FontAwesome;
	margin-right: 9px;
}

.socialLink ul li{
	display: inline-block;
	margin-right: 2px;
}

.footer-contact li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}

.footer-contact .fa{
	left: 0;
	top: 4px;
}

.email-cont-number{
	word-break: break-all;
}

.socialLink ul li .soc-view-link{
	height: 30px;
	width: 30px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
    background-color: #443eb6;
    color: #fff;
}

.bottm-footer{
	border-top: 1px solid rgba(225, 225, 225, 0.1);
}

.web-intelligence a{
	color: #00b8ff;
}

@media screen and (min-width:577px){
	.web-intelligence{
		text-align: right;
	}
}

@media screen and (max-width:767px){
	footer .fot-col-head{
		margin-bottom: 5px !important;
	}
	.footer-menu li,
	.footer-contact ul li{
		float: left;
		margin-right: 20px;
	}
}
/*FOOTER*/

.alert_msgs{
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 30px;
    margin: auto;
    right: 0;
    z-index: 51;
    border-radius: 3px;
    color: #fff;
    max-width: 300px;
    display: none;
    background-color: #ff5722;
    text-align: center;
    box-shadow: 0 3px 8px rgba(9,32,77,0.12), 0 0 2px rgba(29,17,51,0.2);
    transform: translateY(90%);
    animation: alertmsganim 3s 1;
    -webkit-animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes alertmsganim{
    0% { transform: translateY(100%);bottom: 30px;opacity: 0; }
    10% { transform: translateY(0);bottom: 30px;opacity: 1; }
    90% { transform: translateY(0);bottom: 30px;opacity: 1; }
    99% { transform: translateY(100%);bottom: 30px;opacity: 0; }
}