body{
	font-family: 'Roboto', sans-serif;
}

body, h1, h2, h3, h4, h5, h6, a, span, font{
	font-family: 'Roboto', sans-serif !important;
}

.bg-img{
	background:url(https://kathirmandapam.com/assets/img/bg-image.jpg) top no-repeat;
	background-size: auto 100vh;
}

.login-container{
	display:table;
	min-height:100vh;
	position:relative;
	
}

.login-container div{
	display:table-cell;
	vertical-align:middle;
}

.login-container img{
	width:240px;
	position:relative;
	left:50%;
	margin-left:-120px;
	margin-bottom:25px;
}

.login-container span{
	width:100%;
	float:left;
	position:relative;
}

.login-container button{
	width:100%;
	float:left;
}

.login-container i{
	position:absolute;
	left:10px;
	color:#2f2f2f;
	font-size:18px;
	top:12px;
}

.login-container div p{
	width:100%;
	padding:0px;
	margin:15px 0px 0px 0px;
	text-align:center;
	color:#b7cbe2;
	float:left;
	line-height:28px;
}

.login-container div p a{
	color:#b7cbe2;
	text-decoration:none;
	font-size:15px;
}

.login-container div p a:hover{
	color:#FFFFFF;
}

.user-input-wrp {
	position: relative;
	width: 100%;
	float:left;
	margin:15px auto;
	padding:0px;
}


.user-input-wrp .inputText,
.user-input-wrp .floating-select{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 2px solid #2f2f2f;
 	box-shadow: none !important;
	height:48px;
	background:none;
	font-size:16px;
	color:#2f2f2f;
	padding-left:38px;
}

.user-input-wrp .inputText:focus,
.user-input-wrp .floating-select:focus{
	border-color: #dd8c0c;
	
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	top: 12px;
	left: 38px;
	transition: 0.2s ease all;
	font-size:15px;
	color:#2f2f2f;
}



.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -10px;
	font-size: 13px;
	opacity: 1;
}

.floating-select:focus ~ .floating-label,
.floating-select:not([value=""]):valid ~ .floating-label {
    top: -10px !important;
	font-size: 13px;
	opacity: 1;
}

.register-btn{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	float:left;
	padding:10px 0px;
	margin:0px;
	box-shadow:none;
	background-color:#dd8c0c;
	font-size:16px;
	color:#1a0200;
	text-transform:uppercase;
	font-weight:900;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index:995;
}

.register-btn:hover{
	background-color:#ca7e05;
}

.no-scroll{
	overflow:hidden;
}

.btn{
	box-shadow:none !important;
}

.login-button{
	width:100%;
	padding:10px 0px; 
	margin:0px;
	background-color:#ffcc48;
	
	font-size:16px;
	color:#1a0200;
	text-transform:uppercase;
	font-weight:900;
	border-radius: 25px;
	-moz-border-radius: 25px;
}

.login-button:hover{
	background-color:#efba30;
}

.password-con{
	width:100%;
	text-align:center;
	float:left;
	margin-top:25px;
}

.password-con a{
	width:100%;
	text-align:center;
}

.password-con hr{
	padding:0px;
	margin:15px 0px;
	position:relative;
	background-color:#cdcccd;
}

.password-con hr:before{
	content:'or';
	position:absolute;
	left:50%;
	top:-12px;
	margin-left:-7px;
	z-index:990;
}
.password-con hr:after{
	width:30px;
	margin-left:-15px;
	height:1px;
	position:absolute;
	left:50%;
	top:-1px;
	content:'';
	background-color:#fff;
}

.password-con a{
	text-decoration:none;
	color:#2f2f2f;
	font-size:14px;
	font-weight:500;
}

.password-con a:hover{
	color:#dd8c0c;
}

.footer-wrapper{
	text-align:center;
	background-color:#ffcc48;
	min-height:38px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);

}

.footer-wrapper a{
	width:100%;
	text-align:center;
	padding:0px 0px;
	margin:0px;
	border-right:1px solid #cda038;
	text-decoration:none;
	color:#1a0200;
	font-size:16px;
	display:block;
	position:relative;
}

.footer-wrapper a:hover,
.footer-wrapper a:focus{
	color:#1a0200;
	background-color:#f3c03b;
}

.footer-wrapper a i{
	margin:8px 0px 0px 0px;
}

.footer-wrapper a span{
	width:100%;
	text-align:center;
	float:left;
	font-size:11px;
	padding:0px;
	margin:-3px 0px 2px 0px;
	font-weight:500;
}

.footer-wrapper a:last-child{
	border-right:none;
}

.footer-wrapper .col-3{
	position:relative;
}

.footer-wrapper .col-3 font{
	position:absolute;
	top:3px;
	left:53%;
	width:16px;
	height:16px;
	background-color:#f1e3bf;
	display:block;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight:900;
	color:#382609;
	padding-top:1px;
	font-size:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}



.footer-wrapper .col-3,
.footer-wrapper .row,
.footer-wrapper .col-lg-5{
	padding:0px;
	margin:0px;
}

.footer-wrapper .container{
	padding-left:0px;
	padding-right:0px;
}

.bg-light{
	background-color:#fdf5ea !important;
}

.header-wrapper{
	min-height:45px;
	width:100%;
	background-color:#ffcc48;
	padding-left:45px;
	padding-right:45px;
}

.header-wrapper .headbtn{
	padding:0px;
	margin:0px;
	border:none;
	background:none;
	outline:none;
	cursor:pointer;
	height:45px;
	width:45px;
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#1a0200;
	position:absolute;
}

.header-wrapper .leftbtn{
	left:0px;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	position:absolute;
	width:45px;
	height:45px;
	background:none;
	font-size:20px;
	cursor:pointer;
	color:#1a0200;
}

.header-wrapper .rightbtns{
	right:0px;
	background-color:#dd8c0c;
	padding:0px;
	margin:0px;
	border:none;
	outline:none;
	position:absolute;
	width:45px;
	height:45px;
	font-size:20px;
	cursor:pointer;
	color:#1a0200;
	float:right;
}


.header-wrapper h4{
	width:100%;
	padding:0px;
	margin:12px 0px 0px 0px;
	position:absolute;
	text-align:left;
	font-size:18px;
	color:#1a0200;
	text-transform:uppercase;
	font-weight:700;
	left:45px;
	top:0px;
}

.circle {
	display: inline-block;
}

.circles-decimals {
	font-size: 15px;
	font-weight:bold;
}

.circles-integer{
	font-weight:bold;
	color:#595959;
}

.profile-con{
	width:100%;
	border:1px solid #f0e6d8;
	background-color:#FFFFFF;
	float:left;
	position:relative;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:5px;
}

.profile-page-con{
	padding-top:60px;
	padding-bottom:60px;
}

.profile-con .circle{
	position:absolute;
	right:25px;
	top:10px;
}

.profile-con h4{
	padding:0px;
	margin:20px 0px 8px 0px;
	font-size:18px;
	color:#282828;
	font-weight:700;
}

.profile-con h6{
	padding:0px;
	margin:8px 0px 0px 0px;
	font-size:14px;
	color:#595959;
	font-weight:500;
}

.profile-con h6:last-child{
	margin-bottom:20px;
}

.profile-con .profile-pic{
	width:100px;
	height:100px;
	background:url(https://kathirmandapam.com/assets/img/profile-pic-placeholder.png) no-repeat #ffcc48;
	text-align:center;
	background-position: 25px 25px; 
	float:left;
	position:relative;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
	left:10px;
	top:14px;
}

.profile-con .profile-pic img{
	width:100px;
	object-fit:cover;
	height:100px;
}

.profile-btn{
	width:100%;
	border:none;
	float:left;
	background-color:#FFFFFF;
	border: 1px solid #f0e6d8;
	-moz-border-radius: 4px;
    border-radius: 4px;
	cursor:pointer;
	margin:5px 0px;
	padding:12px;
	outline:none !important;
}

.profile-btn:hover, .profile-btn:focus{
	border: 1px solid #dd8c0c;
}

.profile-btn h5{
	padding:0px;
	margin:15px 0px 0px 0px;
	text-align:left;
	font-size:18px;
	color:#282828;
	font-weight:bold;
	width:100%;
	float:left;
}

.profile-btn h5 i{
	float:right;
	position:relative;
}

.probtns-con .col-6{
	padding-left:5px;
	padding-right:5px;
}

.probtns-con .row{
	margin-left:-5px;
	margin-right:-5px;
}

.profile-btn .circle{
	position:absolute;
	right:15px;
	top:15px;
}

.profile-btn img{
	height:40px;
	float:left;
}


.page-padding{
	padding-top:55px;
	padding-bottom:55px;
}

.home-footer-wrapper{
	width:100%;
	background-color:#1a0200;
	min-height:75px;
	color:#b1a9a8;
	font-size:15px;
	padding:25px 0px 0px 0px;
}

.home-footer-wrapper font{
	float:right;
}

.home-footer-wrapper font a{
	color:#b1a9a8;
}

.home-footer-wrapper font a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

.featured-profile-con{
	width:100%;
	background-color:#f8e6ca;
	padding:60px 0px;
}

.featured-profile-con h2{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-size:42px;
	font-weight:bold;
	color:#190301;
}

@media(min-width: 768px){
  .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.featured-profile-con button{
	width:100%;
	background:none;
	outline:none;
	border:1px solid #c3b09a;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px 0px;
	cursor:pointer;
}

.featured-profile-con button:hover{
	border:1px solid #795f40;
}

.featured-profile-con button h5{
	padding:0px;
	margin:0px 0px 6px 0px;
	font-size:16px;
	color:#190301;
	font-weight:bold;
	width:100%;
	float:left;
}

.featured-profile-con button h6{
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ac9985;
	font-weight:normal;
	width:100%;
	float:left;
}

.featured-profile-con button span{
	width:130px;
	height:130px;
	float:left;
	background: url(https://kathirmandapam.com/assets/img/profile-pic-placeholder.png) no-repeat #c3b09a;
    background-position: 40px 40px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:relative;
	left:50%;
	margin-left:-65px;
	margin-bottom:10px;
	overflow:hidden;
}

.featured-profile-con button span img{
	width:100%;
	height:130px;
	object-fit:cover;
}

.whychoose-wrap{
	margin-top:60px;
	margin-bottom:60px;
}

.whychoose-wrap h2{
	width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    font-size: 42px;
    font-weight: bold;
    color: #190301;
}

.whychoose-wrap  ul{
	padding:0px;
	margin:0px;
}

.whychoose-wrap  ul li{
	list-style:none;
	padding:0px 0px 0px 30px;
	margin:12px 0px 0px 0px;
	position:relative;
	font-weight:500;
	font-size:16px;
	position:relative;
}

.whychoose-wrap  ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#dd8c0c;
}

.whychoose-wrap .col-lg-5 span{
	width:94%;
	background-color:#333333;
	height:283px;
	float:left;
	margin-top:5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow:hidden;
}

.whychoose-wrap .col-lg-5 span img{
	width:100%;
	height:283px;
	object-fit:cover;
}

.home-header-con .col-lg-4,
.home-header-con .col-lg-8{
	padding:0px;
	min-height:100vh;
	position:relative;
	display:table;
}

.home-header-con .col-lg-4{
	background:url(https://kathirmandapam.com/assets/img/bg-image.jpg) top no-repeat;
	background-size: auto 100vh;
	background-position:2px 0px;
}

.home-three-col{
	width:100%;
	background-color:#dd8c0c;
	position:absolute;
	left:0px;
	bottom:0px;
}

.home-three-col .row{
	margin:0px;
}

.home-three-col .row .col-4{
	padding:0px;
}

.home-three-col .row .col-4 h6{
	width:100%;
	padding:0px;
	margin:10px 0px 0px 0px;
	text-align:center;
	font-size:18px;
	color:#f5dcb6;
	float:left;
}

.home-three-col .row .col-4 img{
	position:relative;
	left:50%;
	margin-left:-40px;
}

.home-three-col .row .col-4 span{
	border-right:1px solid #e8af57;
	width:100%;
	float:left;
	margin:15px 0px;
}

.home-three-col .row .col-4:last-child span{
	border:none;
}

.home-header-con .carousel-item img{
	width:100%;
	height:100vh;
	object-fit:cover;
}

.home-header-menu{
	width:100%;
	height:45px;
	float:left;
	position:fixed;
	left:0px;
	top:0px;
	z-index:995;
}

.home-header-menu .rightbtn{
	padding: 0px;
    margin: 0px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #1a0200;
	float:right;
	background-color:#dd8c0c;
}

.home-header-menu .rightlogin{
	float:right;
	background-color:#ffcc48;
	padding:0px 34px;
	margin:0px;
	border:none;
	outline:none;
	color:#1a0200;
	font-size:18px;
	cursor:pointer;
	font-weight:bold;
	min-height:45px;
}

.register-container{
	display:table-cell;
	vertical-align:middle;
	padding:0px 60px;
}

.register-container .btn{
	width:100%;
	float:left;
	text-transform:uppercase;
	padding:10px 0px;
	margin:0px;
	color:#1a0200;
	font-size:18px;
	font-weight:bold;
	background-color:#ffcc48;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.register-container .btn:hover{
	background-color:#dd8c0c;
}

.register-container p{
	width:100%;
	text-align:center;
	padding:0px;
	margin:20px 0px 0px 0px;
	color:#2f2f2f;
	float:left;
	font-size:14px;
}

.register-container p a{
	color:#2f2f2f;
	text-decoration:none;
	font-weight:bold;
}

.register-container p a:hover{
	color:#dd8c0c;
}

.register-container .user-input-wrp{
	margin: 15px auto;
}

.register-container input,
.register-container select{
	height:35px !important;
	padding-left:10px !important;
}

.register-container .user-input-wrp .floating-label{
	top:7px;
	left:10px;
}

.register-container .user-input-wrp input:focus ~ .floating-label,
.register-container .user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -14px;
}

.registerlogo{
	margin-bottom:20px;
}

.forms-wrp {
	position: relative;
	width: 100%;
	float:left;
	margin:10px auto;
	padding:0px;
	/* z-index: 999; */
}
/* .ionic-selectable
{
	width: 97%;
} */

/* ionic-selectable
{
	width: 99%;
} */
.forms-wrp .inputText,
.forms-wrp .floating-select{
	/* width: 100%; */
	width: 98%;
	outline: none;
	border:none;
	border-bottom: 2px solid #2f2f2f;
 	box-shadow: none !important;
	height:40px;
	background:none;
	font-size:16px;
	color:#2f2f2f;
	padding-left:5px;
}

.forms-wrp .inputTextarea{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 2px solid #2f2f2f;
 	box-shadow: none !important;
	height:80px;
	background:none;
	font-size:16px;
	color:#2f2f2f;
	padding-top:10px;
	padding-left:5px;
}

.forms-wrp .inputText:focus,
.forms-wrp .floating-select:focus,
.forms-wrp .inputTextarea:focus{
	border-color: #dd8c0c;
}

.forms-wrp .floating-lbl {
	position: absolute;
	pointer-events: none;
	top: 8px;
	left: 5px;
	transition: 0.2s ease all;
	font-size:15px;
	color:#2f2f2f;
}

.forms-wrp .select-lbl {
	position: absolute;
	pointer-events: none;
	top: -10px;
	font-size: 13px !important;
	opacity: 1;
	transition: 0.2s ease all;
	font-size:15px;
	color:#2f2f2f;
}

/*.forms-wrp input:focus ~ .floating-lbl,
.forms-wrp input:not(:focus):valid ~ .floating-lbl{
	top: -10px;
	font-size: 13px;
	opacity: 1;
}*/

.forms-wrp input:focus~.floating-lbl,
.forms-wrp input:not(:placeholder-shown)~.floating-lbl {
 	top: -10px;
	font-size: 13px;
	opacity: 1;
}

.forms-wrp textarea:focus~.floating-lbl,
.forms-wrp textarea:not(:placeholder-shown)~.floating-lbl {
 	top: -10px;
	font-size: 13px;
	opacity: 1;
}

.floating-select:focus ~ .floating-lbl,
.floating-select:not([value=""]):valid ~ .floating-lbl {
    top: -10px !important;
	font-size: 13px;
	opacity: 1;
}

.ionic-selectable:focus ~ .floating-lbl,
.ionic-selectable:not([value=""]):valid ~ .floating-lbl{
	top: -10px !important;
	font-size: 13px;
	opacity: 1;
}



.form-btn{
	width:100%;
	border:none;
	font-size:16px;
	font-weight:bold;
	outline:none !important;
	color:#1a0200;
	margin-top:10px;
	cursor:pointer;
	padding:10px 0px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background:none;
}

.btn-yellow{
	background-color:#ffcc48 !important;
} 

.btn-yellow:hover{
	background-color:#ebb62d !important; 
}

.btn-brown{
	background-color:#dd8c0c !important;
}

.btn-brown:hover{
	background-color:#bf7704;
}

.btn-darks{
	background-color:#1a0200;
	color:#fdf5ea;
}

.btn-darks:hover{
	background-color:#000000;
	color:#fdf5ea;
}

.btn-green{
	background-color:#008000;
	color:#fdf5ea;
}

.btn-green:hover{
	background-color:#006100;
	color:#fdf5ea;
}

.form-row input[type='radio'],
.form-row input[type='checkbox']{
	margin-right:15px;
	outline:none !important;
	background:none;
}

.form-row input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #fdf5ea;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #2f2f2f;
}

.form-row input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #dd8d1e;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #dd8d1e;
}

.form-row input[type='checkbox']:after {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #fdf5ea;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #2f2f2f;
}

.form-row input[type='checkbox']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #dd8d1e;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #dd8d1e;
}

.user-list{
	width: 100%;
    border: none;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #f0e6d8;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px 0px;
    padding: 10px 10px 10px 55px;
	position:relative;
}

.user-list i{
	position:absolute;
	left:10px;
	color:#db8d30;
	font-size:28px;
	top:24px;
}

.user-list .btn{
	position:absolute;
	right:10px;
	top:23px;
	cursor:pointer;
	float:right;
	padding:4px 20px;
	background-color:#db8d30;
	font-weight:500;
	font-size:15px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}	

.user-list .btn:hover{
	background-color:#c3771c;
}

.user-list h6{
	padding:0px;
	margin:3px 0px 0px 0px;
	font-size:15px;
	font-weight:normal;
}

.user-list h5{
	padding:0px;
	margin:0px;
	font-size:15px;
	font-weight:bold;
}

.menu-contain{
	position:fixed;
	width:300px;
	background: rgba(219, 141, 48, 0.95);
	z-index:1200;
	height:100vh;
	right:0%;
	overflow:hidden;
	top:0px;

	-webkit-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: -4px 0px 10px 0px rgba(0,0,0,0.4);
}

.menu-contain h6{
	padding:0px;
	margin:20px 0px 0px 0px;
	font-size:14px;
	color:#FFFFFF;
	opacity:0.75;
}

.menu-contain h4{
	width:100%;
	text-align:center;
	float:left;
	text-transform:uppercase;
	padding:10px 0px;
	margin:0px;
	font-weight:bold;
	background-color:#f1c25a;
	color:#dc1d25;
	font-size:20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.menu-contain .close-btn{
	position:relative;
	float:right;
	margin:10px 10px 2px 0px;
	border:none;
	outline:none;
	background:none;
	padding:0px;
	font-size:20px;
	color:#FFFFFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	z-index:998;
}

/****accordian style***/

.menu-contain .innerdiv{
	width:90%;
	margin-left:5%;
}

.menu-contain .card{
	background:none;
	border:none;
	width:100%;
	margin:2px 0px;
}

.menu-contain .btn-link-main{
	font-weight: bold;
    background-color: #ffcd53 !important;
    color: #1a0200 !important;
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
	outline:none  !important;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0)  !important;
}

.menu-contain .card button{
	padding:10px 10px 10px 40px
}

.menu-contain .section-one .btn-link-main:before,
.menu-contain .section-two .btn-link-main:before{
	display:none;
	visibility:hidden;
}

.menu-contain .section-one .btn-link-main,
.menu-contain .section-two .btn-link-main{
	padding-left:10px;
}

.menu-contain .section-one button:before,
.menu-contain .section-two button:before{
	width:16px;
	height:16px;
	background-color:#333333;
	position:absolute;
	left:10px;
	top:12px;
	content:'';
	background:url(https://kathirmandapam.com/assets/img/menu-icons.png) no-repeat;
}

.menu-contain .section-one .profile:before{
	background-position:-11px 0px;
}

.menu-contain .section-one .message:before{
	/* background-position:-32px 0px; */
	background-position:-156px 0px;
}

.menu-contain .section-one .preference:before{
	background-position:-48px 0px;
}

.menu-contain .section-one .package:before{
	background-position:-64px 0px;
}

.menu-contain .section-one .best-match:before{
	/* background-position:-87px 0px; */
	background-position:-87px 0px;
}

.menu-contain .section-one .viewedme:before{
	background-position:-96px 0px;
}

.menu-contain .section-one .shortlisted:before{
	background-position:-112px 0px;
}

.menu-contain .section-one .interest-received:before{
	background-position:-128px 0px;
}

.menu-contain .section-one .interest-send:before{
	background-position:-20px 0px;
}

.menu-contain .section-one .notification-settings:before{
	/* background-position:-192px 0px; */
	background-position:-98px 0px;
}

.menu-contain .section-one .contact-us:before{
	/* background-position:-208px 0px; */
	background-position:-75px 0px;
}

.menu-contain .section-one .feedback:before{
	/* background-position:-224px 0px; */
	background-position:-142px 0px;
}

.menu-contain .section-one .resetpassword:before{
	background-position:-144px 0px;
}
.menu-contain .section-two .resetpassword:before{
	background-position:-144px 0px;
}

.menu-contain .section-one .logout:before{
	/* background-position:-160px 0px; */
	background-position:-112px 0px;
}

.menu-contain .section-two .logout:before{
	background-position:-160px 0px;
}
.menu-contain .section-two .help:before{
	background-position:-107px 0px;
}

/* .menu-contain .section-two .logout:before{
	background-position:-160px 0px;
} */


.menu-contain img{

}

.sidebar-btmcon{
	width:100%;
	position:relative !important;
	bottom:0px;
	left:0px;
}

.sidebar-btmcon a{
	width:25% !important;
	float:left !important;
	border:none !important;
	padding:10px 0px !important;
	margin:0px !important;
	text-align:center !important;
	cursor:pointer;
	color:#1a0200;
	
	
}

.sidebar-btmcon a i{
	font-size:18px;
}

/****accordian style end***/

.menu-contain div button{
	width:100%;
	float:left;
	padding:10px 10px;
	margin:0px;
	border:none;
	outline:none;
	background:none;
	text-transform:none;
	font-weight:500;
	color:#1a0200;
	font-size:14px !important;
	text-align:left;
	border-bottom:1px dashed #fbdbae;
	position:relative;
}

.menu-contain div button:hover{
	background-color:#c4780f;
	color:#fff;
}

.menu-contain div button:last-child{
	border-bottom:none;
}

.menu-right-hide{
	right:-100%;
}

.menu-right{
	right:-100%;
	-webkit-animation-name: menuright-close;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-close{
    0% {
		right:0%;
	}

    100%{
		right:-100%;
	}
}



.menu-right-open{
	right:0%;
	-webkit-animation-name: menuright-open;
	-webkit-animation-duration: 0.3s;
	animation-timing-function: ease-out;
}

@-webkit-keyframes menuright-open{
    0% {
		right:-100%;
	}

    100%{
		right:00%;
	}
}

.add-btn-con{
	margin-bottom:10px; 
}

.package-item{
	width: 100%;
    border: none;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #f0e6d8;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0px;
    padding: 0px;
}

.pack-price{
	width:100%;
	text-align:center;
	background-color:#ffcd53;
	padding:0px 20px;
}

.pack-price .col-6:nth-child(1) h4{
	padding:0px;
	margin:5px 0px 0px 0px;
	font-size:24px;
	font-weight:bold;
	position:relative;
	color:#a87908;
}

.pack-price .col-6:nth-child(1) h4:before{
	width:60%;
	height:2px;
	background-color:#a87908;
	position:absolute;
	left:20%;
	top:13px;
	content:'';
	opacity:0.5;
}

.pack-price .col-6:nth-child(2) h4{
	padding:0px;
	margin:0px;
	font-weight:900;
	font-size:24px;
}

.package-item h6{
	padding:10px 10px;
	margin:0px;
	color:#000000;
	width:96%;
	margin-left:2%;
	border-bottom:1px dashed #e2cdaf;
	font-size:15px;
}

.package-item button{
	width:90%;
	margin:20px 5%;
	border:none;
	font-weight:900;
	color:#1a0200;
	font-size:18px;
	padding:8px 0px;
	cursor:pointer;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.package-item button:hover,
.package-item button:focus{
	outline:none;
	border:none;
}

.package-item .title{
	width:100%;
	padding:0px;
	margin:15px 0px 10px 0px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.package-item img{
	width:100px;
	position:relative;
	left:50%;
	margin-left:-50px;
	margin-top:20px;
}

.pack-price .col-6:nth-child(1){
	padding-right:0px;
	min-height:50px;
	padding-top:12px;
}

.pack-price .col-6:nth-child(2){
	padding-left:0px;
	background: rgba(232,180,49,1);
background: -moz-linear-gradient(left, rgba(232,180,49,1) 0%, rgba(255,206,83,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,180,49,1)), color-stop(100%, rgba(255,206,83,1)));
background: -webkit-linear-gradient(left, rgba(232,180,49,1) 0%, rgba(255,206,83,1) 100%);
background: -o-linear-gradient(left, rgba(232,180,49,1) 0%, rgba(255,206,83,1) 100%);
background: -ms-linear-gradient(left, rgba(232,180,49,1) 0%, rgba(255,206,83,1) 100%);
background: linear-gradient(to right, rgba(232,180,49,1) 0%, rgba(255,206,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b431', endColorstr='#ffce53', GradientType=1 );
	min-height:50px;
	padding-top:12px;
}

.search-wrapper{
	width:100%;
	height:45px;
	background-color:rgba(219,142,55,0.90);
	position:absolute;
	left:0px;
	top:45px;
	z-index:999;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}

.search-wrapper input{
	width:100%;
	background:none;
	border:none;
	height:45px;
	border:none;
	outline:none;
}

.search-wrapper .col-lg-5{
	position:relative;
}

.search-wrappe .col-lg-5 .closebtn{
	position:absolute;
	top:0px;
	right:0px;
}

.header-top-bg{
	width:100%;
	min-height:45px;
	width:100%;
	background-color:#ffcc48;
	background-size: auto 300px; 
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}

.header-top-bg h5{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	color:#000;
	font-weight:700;
	font-size:18px;
	min-height:45px;
	display:table;
	padding-top:0px;
}

.header-top-bg h5 font{
	display:table-cell;
	vertical-align:middle;
}

.header-top-bg .col-1 button{
	background:none;
	padding:0px;
	margin:0px;
	border:none;
	color:#1a0200;
	font-size:20px;
	position:absolute;
	cursor:pointer;
	border:none;
	outline:none;
	top:7px;
}

.back-arrow{
	left:10px;
}	

.right-search{
	right:0px;
	background-color:#db8e37 !important;
	width:45px;
	height:45px;
	top:0px !important;
	float:right;
}	

.header-top-bg  input{
	width:100%;
	position:relative;
	border:none;
	outline:none;
	background-color:#eab42f;
	height:45px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#000;
	padding-right:44px;
	padding-left:44px;
}

.header-top-bg span{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.header-top-bg span i{
	position:absolute;
	left:12px;
	top:12px;
	z-index:995;
	font-size:20px;
	color:#000;
	opacity:0.3;
}

.header-top-bg #searchbar{
	width:92%;
	margin-left:4%;
	z-index:990;
	
}

.hidesearch{
	display:none;
	visibility:hidden;
}

.header-wrapper span{
	position:relative;
	width:100% !important;
	z-index:990;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#333333;
}

.header-wrapper span input{
	border:none;
	height:45px;
	width:100%;
	padding:0px 0px 0px 20px;
	margin:0px;
	width:100%;
	background-color:#edb82f;
	font-size:16px;
	outline:none !important;
}

.header-wrapper span input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #482a0e;
}
.header-wrapper span input::-moz-placeholder { /* Firefox 19+ */
  color: #482a0e;
}
.header-wrapper span input:-ms-input-placeholder { /* IE 10+ */
  color: #482a0e;
}
.header-wrapper span input:-moz-placeholder { /* Firefox 18- */
  color: #482a0e;
}	

.header-top-bg .seachicon{
	position:absolute;
	right:30px;
	top:10px;
	z-index:992;
	border:none;
	padding:0px;
	margin:0px;
	outline:none;
	background:none;
	color:#1a0200;
	cursor:pointer;
	font-size:18px;
}

.header-top-bg .col-10 img{
	position:absolute;
	top:14px;
	left:50%;
	margin-left:-60px;
}

.addsearch{
	display:block !important;
	visibility:visible !important
}

.seachicon{
	position:absolute;
	top:0px;
	right:45px;
	width:45px;
	height:45px;
	background:none;
	border:none;
	outline:none !important;
	cursor:pointer;
	font-size:18px;
	z-index:999;
}

.horizontalscroll-bg{
	width:100%;
	background:#dd8c0c;
	min-height:45px;
	position:relative;
	float:left;
	position:fixed;
	left:0px;
	top:45px;
	z-index:998;
}

.horizontalscroll-bg .container{
	overflow-y: auto;
    /* white-space: nowrap; commented by maria to solve alignment issue */
    display: block;
	padding:0px;
}

.horizontalscroll-bg .container button{
	display: inline-block;
	height:45px;
	border:none !important;
	outline:none !important;
	/* padding:0px 16px !important; */
	padding:0px 7px !important;
	margin:0px;
	background:none;
	text-transform:uppercase;
	font-size:14px;
	color:#fdf5ea;
	font-weight:700;
	cursor:pointer;
	position:relative;
}

.horizontalscroll-bg .active{
	background-color:#c57b05 !important;
}

.horizontalscroll-bg .container button:last-child{
	border:none;
}

::-webkit-scrollbar {
    width: 9px;
	height:0px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(47, 40, 107, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(47, 40, 107, 1);
}

.search-profile{
	margin-top:90px;
	padding-bottom:95px;
}

.search-profile button{
	width:100%;
	float:left;
	padding:12px 12px;
	margin:0px;
	border:none;
	outline:none;
	background:none;
	font-size:15px;
	color:#1a0200;
	text-align:left;
	cursor:pointer;
	border-bottom:1px solid #dd8c0c;
}

.search-profile button:hover{
	background-color:#edd9bd;
}

.search-profile .col-lg-4{
	
}



.search-button{
	width:100%;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	text-align:center;
	border:none;
	outline:none !important;
	background-color:#dd8c0c;
	font-size:15px;
	font-weight:700;
	color:#1a0200;
	min-height:50px;
	cursor:pointer;
	position:fixed;
	bottom:44px;
	overflow:hidden;
}

.search-button:hover{
	background-color:#b87204;
	color:#1a0200;
}

.search-button .fa-users{
	position:absolute;
	right:20px;
	opacity:0.15;
	top:-30px;
	font-size:100px;
	transform: rotate(-20deg);
}

.position-relative{
	position:relative;
	top:0px;
}

.preference-match{
	width:100%;
	text-align:center;
	background-color:#fee9b9;
	margin-top:45px;
	padding:18px 0px;
}

.preference-match h3{
	padding:0px;
	margin:0px;
	color:#280c01;
	font-weight:900;
	font-size:32px;
}

.preference-match h5{
	padding:0px;
	margin:6px 0px 8px 0px;
	color:#280c01;
	font-weight:500;
	font-size:16px;
}

.preference-match h6{
	padding:0px;
	margin:0px;
}

.preference-match h6 button{
	padding:0px 20px;
	margin:0px;
	border:none;
	outline:none;
	background:none;
	color:#7e644b;
	font-size:15px;
	cursor:pointer;
	border-right:1px solid #b8a07d;
}

.preference-match h6 button:last-child{
	border-right:none;
}

.preference-match h6 button:hover{
	color:#c57b05;
}

.profile-item-con{
	width:100%;
	background-color:#fff;
	border:1px solid #efe4d6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:4px;
	margin-bottom:4px;
}

.more-interest-btn .btns{
	width:100%;
	padding:4px 0px;
	margin:0px;
	border:0px;
	outline:none;
	background:none;
	font-size:14px;
	font-weight:500;
	cursor:pointer;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.profile-item-con .col-6:nth-child(1){
	padding-right:4px;
}

.profile-item-con .col-6:nth-child(2){
	padding-left:4px;
}

.more-interest-btn .col-6:nth-child(1) .btns{
	border:2px solid #dd8c0c;
	color:#dd8c0c;
}

.more-interest-btn .col-6:nth-child(1) .btns:hover{
	background-color: #dd8c0c;
	color:#FFFFFF;
}

.more-interest-btn .col-6:nth-child(2) .btns{
	border:2px solid #dd8c0c;
	color:#fff;
	background-color:#dd8c0c;

}

.more-interest-btn .col-6:nth-child(2) .btns:hover{
	background-color:#c57b05;
	border:2px solid #c57b05;
}

.more-interest-btn{
	margin-bottom:8px;
}

.profile-item-con h4{
	font-size:17px;
	padding:0px;
	font-weight:500;
	margin:0px 0px 6px 0px;
	color:#000000;
}

.profile-item-con h6{
	font-size:12px;
	padding:0px;
	margin:0px 0px 6px 0px;
	color:#595959;
}

.profile-item-con .col-6 span{
	width:100%;
	height:125px;
	background:url(https://kathirmandapam.com/assets/img/profile-pic.svg) no-repeat center #fee9b9;
	float:left;
	margin-bottom:8px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-size: 80px auto;
	overflow:hidden;
}

.profile-item-con .col-6 span img{
	width:100px;
	min-height:125px;
	object-fit:cover;
}

.profile-item-con p{
	font-size:13px;
	color:#595959;
	padding:0px;
	margin:0px;
	/* overflow: hidden;        //======commented by suchitra-3-Aug-2021=====
    display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.myprofile-wrap{
	padding-left:5px;
	padding-right:5px;
}

.myprofile-row{
	margin-top:50px !important;
	margin-bottom:50px;
}

.myprofile-wrap .col-lg-4{
	padding-left:5px;
	padding-right:5px;
}

.myprofile-wrap .row{
	margin-left:-5px;
	margin-right:-5px;
}

.profile-top{
	margin-bottom:6px;
	margin-top:4px;
	position:relative;
}

.profile-top font{
	color:#595959;
	font-size:12px;
}

.profile-top font img{
	width:12px;
	float:left;
	margin-top:5px;
	margin-right:6px;
}

.profile-top .active{
	color:#dd8c0c;
}

.profile-top .closebtn{
	position:absolute;
	top:4px;
	right:15px;
}

.profile-top .chat-btn{
	padding:2px 5px; 
	color: rgb(2 175 37);
    font-size: 24px;
}

.profile-top button{
	cursor:pointer;
	border:none;
	background:none;
	outline:none;
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:500;
	color:#595959;
}

.profile-top button:hover{
	color:#dd8c0c;
}

.profile-top .shortlist{
	border-left:1px solid #b6b6b6;
	padding-left:10px;
	margin-left:4px;
}

.scroll-propic{
	overflow-y: hidden;
	overflow-x: auto;
	/* overflow:hidden; */
    white-space: nowrap;
    display: block;
    padding: 0px;
	height:125px;
	margin:0px 0px 8px 0px;
}

.scroll-propic span{ 
	display: inline-block !important;
	width:auto !important;
	float:none !important;
	clear:both !important;
}


.mailbox-item p{	
	-webkit-line-clamp: 2;
	margin-bottom:6px;
}

.mailbox-item h5{
	padding:0px 10px;
	margin:0px 0px 10px 0px;
	font-size:14px;
}

.mailbox-item h6 b{
	color:#dd8c0c;
	line-height:20px;
}

.mailbox-container{
	margin-top:100px !important;
	padding-bottom:50px;
}

.kathir-message{
	background:url(https://kathirmandapam.com/assets/img/yellow-bg.jpg) no-repeat right bottom #ffcc48;
	border:none;
	position:relative;
	padding-bottom:2px;
	padding-top:10px;
}

.kathir-message .closebtn{
	position: absolute;
    top: 4px;
    right: 8px;
	padding:0px;
	margin:0px;
	background:none;
	outline:none;
	border:none;
	font-size:12px;
	cursor:pointer;
}

.mathir-message-content{
	padding-left:10px;
	margin-bottom:10px;
}

.mathir-message-content h4{
	color:#1a0200;
}

.mathir-message-content p{
	color:#1a0200;
}

.mathir-message-content h6{
	color:#1a0200;
}

.f-nav{
	
}

.f-nav .horizontalscroll-bg{
	position:fixed !important;
	top:45px;
}

.profice-cover{
	width:100%;
	height:260px;
	background-color:#1a0200;
	margin-top:45px;
	position:relative;
}

.profice-cover .carousel-item img{
	width:100%;
	height:260px;
	object-fit:cover;
}

.cover-btm{
	width:100%;
	text-align:center;
	background-color:#fee9b9;
	padding-bottom:1px;
}

.cover-navigation{
	width:45px;
	background-color:rgba(0,0,0,0.85);
	height:260px;
	position:absolute;
	right:0px;
	z-index:990;
	top:0px;
}

.cover-navigation button{
	width:100%;
	background:none;
	padding:0px;
	margin:0px;
	border:none;
	outline:none !important;
	cursor:pointer;
	color:#9d8d86;
	height:25%;
}

.cover-navigation button:hover{
	color:#ffcc48;
}

.cover-navigation .circle{
	margin-top:15px;
	margin-left:10px;
}

.cover-navigation .circles-integer{
	color:#9c8d86;
}

.cover-btm span{
	width:126px;
	height:126px;
	background:url(https://kathirmandapam.com/assets/img/profile-pic-placeholder.png) no-repeat center #cfb16e;
	display:block;
	position:relative;
	left:50%;
	margin-left:-63px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:10px solid #fee9b9;
	margin-top:-63px;
	overflow: hidden;
}

.cover-btm span img{
	width: 100%;
	height: 126px;
	object-fit:cover;
}


.cover-btm h4{
	font-size:20px;
	color:#1a0200;
	font-weight:700;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.register-wrap{
	width:100%;
	background:url(https://kathirmandapam.com/assets/img/brown-img.jpg) no-repeat right bottom #1a0200;
	float:left;
	margin-bottom:30px;
}

.register-wrap .col-lg-8 img{
	width:100%;
	height:260px;
	object-fit:cover;
}

.register-wrap .col-lg-4 h5{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#ffcc48;
	font-weight:500;
}

.register-wrap .col-lg-4 h3{
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
	font-size:32px;
	color:#ffcc48;
	font-weight:900;
}

.register-wrap .col-lg-4{
	padding-right:45px;
	padding-top:60px;
}

.register-wrap .col-lg-4  button{
	width:100%;
	text-align:center;
	border:none;
	outline:none;
	border:2px solid #dd8c0c;
	color:#dd8c0c;
	font-size:16px;
	font-weight:900;
	background:none;
	cursor:pointer;
	padding:10px 0px;
}

.register-wrap .col-lg-4  button:hover{
	background-color:#dd8c0c;
	color:#1a0200;
}

.horiz-scroll-wrap .col-8 h4{
	padding:0px;
	margin:0px;
	font-size:20px;
	color:#1a0200;
	font-weight:700;
	text-transform:uppercase;
}

.horiz-scroll-wrap .col-4 button{
	float:right;
	padding:0px;
	margin:5px 0px 0px 0px;
	text-transform:uppercase;
	border:none;
	outline:none;
	background:none;
	font-size:14px;
	color:#533f3b;
	font-weight:700;
	cursor:pointer;
}

.horiz-scroll-wrap .col-4 button:hover{
	color:#1a0200;
}

.horiz-scroll-wrap .horiz-scroll .proitem{
	border:none;
	background:none;
	outline:none;
	width:160px;
	padding:0px;
	margin:8px 15px 0px 0px;
	cursor:pointer;
	display: inline-block;
}

.horiz-scroll-wrap .horiz-scroll .proitem:last-child{
	margin-right:0px;
}

.horiz-scroll-wrap .horiz-scroll .proitem span{
	width:100%;
	height:160px;
	background: url(https://kathirmandapam.com/assets/img/profile-pic.svg) no-repeat center #cfb16e;
	background-size: 80px auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:5px;
	overflow:hidden;
	float:left;
}

.horiz-scroll-wrap .horiz-scroll .proitem span img{
	width:100%;
	height:160px;
	object-fit:cover;
}

.horiz-scroll-wrap .horiz-scroll .proitem h5{
	padding:0px;
	margin:0px 0px 0px 0px;
	color:#1a0200;
	font-weight:700;
	font-size:16px;
	float:left;
	width:100%;
	text-align:center;
}

.horiz-scroll-wrap .horiz-scroll .proitem h6{
	padding:0px;
	margin:0px;
	color:#7e644b;
	font-size:13px;
	display:block;
	float:left;
	width:100%;
	text-align:center;
}

.horiz-scroll-wrap .horiz-scroll{
	overflow-y: auto;
    white-space: nowrap;
    display: block;
	position:relative;
}

.horiz-scroll-wrap{
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}

.horiz-scroll-wrap .btnnavigation{
	background:none;
	padding:30px 10px;
	margin:0px;
	border:none;
	outline:none !important;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	z-index:900;
	top:70px;
	color:#cfb16e;
	display:none;
	visibility:hidden;
}

.horiz-scroll-wrap:hover .btnnavigation{
	display:block;
	visibility:visible;
}

.horiz-scroll-wrap .btnnavigation:hover{
	color:#1a0200;
}

.horiz-scroll-wrap .leftnav{
	left:-20px;
}

.horiz-scroll-wrap .rightnav{
	right:-20px;
}

.discover-match-con{
	width:100%;
	background-color:#ffcc48;
	text-align:center;
	padding:30px 0px;
}

.discover-match-con .btnnavigation{
	background:none;
	padding:30px 10px;
	margin:0px;
	border:none;
	outline:none !important;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	z-index:900;
	top:45px;
	color:#fee9b9;
	display:none;
	visibility:hidden;
}

.discover-match-con:hover .btnnavigation{
	display:block;
	visibility:visible;
}

.discover-match-con .btnnavigation:hover{
	color:#1a0200;
}

.discover-match-con .leftnav{
	left:-20px;
}

.discover-match-con .rightnav{
	right:-20px;
}

.discover-match-con .container{
	position:relative;
}

.discover-match-con .col-8 h4 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #1a0200;
    font-weight: 700;
    text-transform: uppercase;
	text-align:left;
}

.discover-match-con .col-4 button {
    float: right;
    padding: 0px;
    margin: 3px 0px 0px 0px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #533f3b;
    font-weight: 700;
    cursor: pointer;
}

.discover-match-scroll{
	overflow-y: auto;
    white-space: nowrap;
    display: block;
}

.discover-match-scroll .discover-item{
	border: none;
    background: none;
    outline: none;
    width: 160px;
    padding: 15px 0px;
    margin: 8px 15px 0px 0px;
    cursor: pointer;
    display: inline-block;
	background-color:#fee9b9;
	-moz-border-radius: 4px;
    border-radius: 4px;
}

.discover-match-scroll .discover-item:last-child{
	margin-right:0px;
}

.discover-match-scroll .discover-item h5{
	padding: 0px;
    margin: 0px 0px 1px 0px;
    color: #1a0200;
    font-weight: 700;
    font-size: 16px;
    float: left;
    width: 100%;
    text-align: center;
}

.discover-match-scroll .discover-item h6{
	padding: 0px;
    margin: 0px;
    color: #7e644b;
    font-size: 13px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.discover-match-scroll .discover-item font{
	width:100%;
	height:40px;
	float:left;
	margin-bottom:10px;
}

.discover-match-scroll .discover-item font img{
	height:40px;
}

.discover-match-scroll .discover-item font i{
	font-size:38px;
	color:#1a0200;
}

.home-footer-banner img{
	width:100%;
	height:250px;
	object-fit:cover;
}

.testimonial-wrap{
	width:100%;
	margin-bottom:44px;
	text-align:center;
	padding:30px 0px;
	min-height:305px;
}

.testimonial-wrap .container{
	position:relative;
	background:url(https://kathirmandapam.com/assets/img/quotes.svg) no-repeat top right;
	background-size: 150px auto;
	background-position: 940px 40px;
}

.testimonial-wrap p{
	color:#452c15;
	padding:0px;
	margin:15px 0px 0px 0px;
	font-style:italic;
	width:100%;
	display:block;
}

.testimonial-wrap h6{
	color:#452c15;
	font-size:16px;
	font-weight:700;
	padding:0px;
	margin:0px;
	margin-top:12px;
	width:100%;
	display:block;
}

.testimonial-wrap span{
	width:100px;
	height:100px;
	display:block;
	position:relative;
	left:50%;
	margin-left:-50px;
	-moz-border-radius: 50%;
    border-radius: 50%;
	overflow:hidden;
	background: url(https://kathirmandapam.com/assets/img/profile-pic.svg) no-repeat center #cfb16e;
    background-size: 50px auto;
}

.testimonial-wrap span img{
	width:100%;
	height:100px;
	object-fit:cover;
}

.testimonial-wrap .col-8 h4{
	    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #1a0200;
    font-weight: 700;
    text-transform: uppercase;
	text-align:left;

}

.testimonial-wrap .col-4 button {
    float: right;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #533f3b;
    font-weight: 700;
    cursor: pointer;
}

.premium-profile{
	margin-bottom:30px;
}

.premium-profile .col-8 h4{
	    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #1a0200;
    font-weight: 700;
    text-transform: uppercase;
	text-align:left;

}

.premium-profile .col-4 button {
    float: right;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #533f3b;
    font-weight: 700;
    cursor: pointer;
}

.premium-profile .col-lg-4{
	padding-left:5px;
	padding-right:5px;
}

.premium-profiles{
	margin-left:-5px;
	margin-right:-5px;
}

.premium-profiles .row{
	padding-left:8px;
	padding-right:8px;
}

.prostatus-scroll{
	position:relative;
	overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
    display: block;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	height:0px;
}

.show-statusbar{
	height:90px;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.prostatus-scroll .stat-btn{
    border: none;
    background: none;
    outline: none;
    width: 160px;
    padding: 15px 0px;
    margin: 8px 15px 0px 0px;
    cursor: pointer;
    display: inline-block;
    background-color: #fdf5ea;
    -moz-border-radius: 4px;
	display: inline-block;
	cursor:pointer;
    border-radius: 4px;
}

.prostatus-scroll button:hover{
	background-color:#dd8c0c;
}

.prostatus-scroll .stat-btn:hover h6,
.prostatus-scroll .stat-btn:hover h3{
	color:#fee9b9;
}

.prostatus-scroll .stat-btn:last-child{
	margin-right:0px;
}

.prostatus-scroll .stat-btn h6{
	width:100%;
	padding:0px;
	margin:0px;
	color:#7e644b;
	font-size:13px;
}

.prostatus-scroll .stat-btn h3{
	width:100%;
	padding:0px;
	margin:0px;
	color:#dd8c0c;
	font-size:32px;
	font-weight:900;
}

.prostatus-scroll .btnnavigation{
	background:none;
	padding:30px 10px;
	margin:0px;
	border:none;
	outline:none !important;
	cursor:pointer;
	font-size:20px;
	position:absolute;
	z-index:900;
	top:70px;
	color:#333333;
	display:none;
	visibility:hidden;
}

.prostatus-scroll:hover .btnnavigation{
	display:block;
	visibility:visible;
}

.prostatus-scroll .btnnavigation:hover{
	color:#1a0200;
}

.prostatus-scroll .leftnav{
	left:-20px;
}

.prostatus-scroll .rightnav{
	right:-20px;
}


.downarrow{
	padding:0px;
	margin:0px;
	outline:none !important;
	border:none;
	background:none;
	line-height:normal;
	color:#cfb16e;
	width:50px;
	height:50px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:relative;
	bottom:0px;
	background-color:#fee9b9;
	cursor:pointer;
	font-size:28px;
}

.downarrow:hover{
	color:#dd8c0c;
}

.downarrow .fa-sort-up{
	top:10px;
	position:relative;
}

.down-arrowcon{
	height:20px;
}

.fileupload-con{
	margin-top:45px;
}

.fileupload-con h4{
	padding: 0px;
    margin: 22px 0px 0px 0px;
    font-size: 20px;
    color: #1a0200;
    font-weight: 700;
    text-transform: uppercase;
	width:100%;
	text-align:center;
}

.filediv-wrap{
	width:100%;
	height:140px;
	float:left;
	width: 100%;
    height: 125px;
    background: #cfb16e;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
	position:relative;
	margin-top:10px;
	margin-bottom:5px;
}

.filediv-wrap img{
	width:100%;
	height:140px;
	object-fit:cover;
}

.filediv-wrap .closebtn{
	position:absolute;
	top:5px;
	right:5px;
	border:none;
	padding:0px;
	margin:0px;
	outline:none;
	background-color:#ffcc48;
	width:20px;
	cursor:pointer;
	height:20px;
	font-size:12px;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.filediv-wrap  h6{
	text-transform:uppercase;
	padding:0px;
	margin:25px 0px 10px 0px;
	width:100%;
	text-align:center;
	font-weight:900;
	color:#fdf5ea;
}

.filediv-wrap  span{
	width:100%;
	float:left;
	text-align:center
}

.filediv-wrap .upbtns{
	border:none;
	padding:0px;
	margin:0px 0px;
	background:none;
	outline:none !important;
	width:50%;
	text-align:center;
	cursor:pointer;
	font-size:24px;
	width:40px;
	height:40px;
	font-size:16px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #fdf5ea;
	color:#fdf5ea;
	position:relative;
	float:left;
}

.filediv-wrap .upbtns:nth-child(1){
	margin-left:30px;
	margin-right:20px;
}

.filediv-wrap .upbtns:hover{
	border:2px solid #1a0200;
	background-color:#1a0200;
	color:#ffcc48;
}

.fileupload-con h3{
	padding: 0px 0px 0px 20px;
    margin: 22px 0px 0px 0px;
    font-size: 18px;
    color: #1a0200;
    font-weight: 700;
    text-transform: uppercase;
	width:100%;
	text-align:center;
	background-color:#cfb16e;
	text-align:left;
	min-height:35px;
	line-height:35px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	overflow:hidden;
}

.fileupload-con h3 button{
	padding:0px 15px 0px 15px;
	margin:0px 0px 0px 0px;
	line-height:normal;
	float:right;
	cursor:pointer;
	border:none;
	outline:none !important;
	background:none;
	border-left:1px solid #ebd5a3;
	min-height:35px;
	color:#1a0200;
}

.fileupload-con h3 button:hover{
	background-color:#ffcc48;
}
.contact-header{
	width:100%;
	background-color:#feeabb;
	text-align:center;
	min-height:145px;
	padding-top:80px;
	margin-bottom:60px;
}	

.contact-header h3{
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	font-weight:900;
	font-size:28px;
	color:#1a0200;
}

.contact-left{
	width:100%;
	float:left;
	background-color:#ffcd53;
	color:#1a0200;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	padding-top:30px;
}

.contact-left .contact-item{
	position:relative;
	width:100%;
	padding-left:95px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #cda140;
	float:left;
}

.contact-left .contact-email{
	border-bottom:none;
	padding-bottom:0px;
}

.contact-left .contact-item h4{
	width:100%;
	text-align:left;
	font-weight:900;
	font-size:20px;
	padding-top:6px;
}

.contact-left .contact-item h4 font{
	width:100%;
	float:left;
	font-size:15px;
	font-weight:900;
}

.contact-left .contact-email h4{
	font-weight:500;
	font-size:16px;
}

.contact-left .contact-item span{
	width:50px;
	height:50px;
	border:2px solid #1a0200;
	position:absolute;
	left:30px;
	top:0px;
	float:left;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	padding-top:12px;
}

.contact-left .contact-item span i{
	font-size:22px;
}

.sendusmessage{
	padding-left:50px;
}	

.sendusmessage h5{
	font-size:24px;
	font-weight:700;
	color:#1a0200;
	margin-bottom:16px;
}

.sendusmessage input{
	width:100%;
	background:none;
	outline:none;
	border:2px solid #978780;
	min-height:45px;
	margin-bottom:15px;
	padding-left:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sendusmessage textarea{
	width:100%;
	background:none;
	outline:none;
	border:2px solid #978780;
	min-height:135px;
	margin-bottom:6px;
	padding-left:15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sendusmessage input:focus,
.sendusmessage textarea:focus{
	border:2px solid #1a0200;
}

.sendusmessage button{
	width:100%;
	text-align:center;
	border:none;
	padding:10px 0px;
	background-color:#dd8d1e;
	font-size:14px;
	font-weight:700;
	-moz-border-radius: 25px;
	border-radius: 25px;
	outline:none;
	cursor:pointer;
}

.sendusmessage button:hover{
	background-color:#c8790c;
}

.chatwith-us{
	width:100%;
	text-align:center;
	background-color:#dd8d1e;
	text-transform:uppercase;
	padding:20px 0px;
	margin:0px;
	font-size:18px;
	font-weight:900;
	float:left;
	color:#1a0200;
	margin-top:15px;
}

.chatwith-us:hover{
	color:#1a0200;
	text-decoration:none;
	background-color:#ca7c10;
}

.chatwith-us i{
	font-size:24px;
	position:relative;
	margin-right:15px;
}

.alert-box{
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	overflow:hidden;
	border:none;
}

.alert-box .modal-body{
	padding:0px;
	text-align:center;
}

.alert-box .alert-top{
	background-color:#333333;
	position:relative;
	padding:30px 0px;
}

.alert-box .alert-top h4{
	text-transform:uppercase;
	padding:0px;
	margin:20px 0px 10px 0px;
	font-weight:900;
	color:#FFFFFF;
	font-size:17px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20); 
}

.alert-box .alert-top p{
	padding:0px;
	margin:0px;
	font-weight:600; 
	/* color:#FFFFFF; */
	font-size:20px;
	/* font-style:italic; */
	line-height:20px;
	opacity:0.75;
}

.alert-box .alert-top .close{
	position:absolute;
	top:15px;
	right:15px;
	opacity:0.7;
	color:#FFFFFF;
	text-shadow: 0 0px 0 #fff;
	outline:none;
}

.alert-box .alert-top .close:hover{
	opacity:1;
	color:#FFFFFF;
}

.alert-box .alert-top .alert-icon{
	color:#FFFFFF;
	font-size:60px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20); 
}

.alert-box .row{
	margin:30px 0px;
}

.alert-box .row button{
	text-transform:uppercase;
	padding:8px 40px;
	margin:0px 10px;
	font-weight:500;
	background:none;
	outline:none;
	border:none;
	font-size:14px;
	font-weight:700;
	background-color:#fff;
	cursor:pointer;
	border:3px solid #d1d2d4;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alert-box .row button:hover{
	background-color:#d1d2d4;
}

.warning-alert .alert-top{
	background: rgba(244,128,19,1);
background: -moz-linear-gradient(-45deg, rgba(244,128,19,1) 0%, rgba(244,128,19,1) 49%, rgba(234,117,15,1) 49%, rgba(234,117,15,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244,128,19,1)), color-stop(49%, rgba(244,128,19,1)), color-stop(49%, rgba(234,117,15,1)), color-stop(100%, rgba(234,117,15,1)));
background: -webkit-linear-gradient(-45deg, rgba(244,128,19,1) 0%, rgba(244,128,19,1) 49%, rgba(234,117,15,1) 49%, rgba(234,117,15,1) 100%);
background: -o-linear-gradient(-45deg, rgba(244,128,19,1) 0%, rgba(244,128,19,1) 49%, rgba(234,117,15,1) 49%, rgba(234,117,15,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(244,128,19,1) 0%, rgba(244,128,19,1) 49%, rgba(234,117,15,1) 49%, rgba(234,117,15,1) 100%);
background: linear-gradient(135deg, rgba(244,128,19,1) 0%, rgba(244,128,19,1) 49%, rgba(234,117,15,1) 49%, rgba(234,117,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48013', endColorstr='#ea750f', GradientType=1 );
}

.warning-alert .row .submitbtn{
	border:3px solid #f47e13;
	color:#f47e13;
}

.warning-alert .row .submitbtn:hover{
	background-color: #f47e13;
	color:#FFFFFF;
}

.success-alert .alert-top{
	background: rgba(0,187,41,1);
background: -moz-linear-gradient(-45deg, rgba(0,187,41,1) 0%, rgba(0,187,41,1) 50%, rgba(2,175,37,1) 50%, rgba(2,175,37,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,187,41,1)), color-stop(50%, rgba(0,187,41,1)), color-stop(50%, rgba(2,175,37,1)), color-stop(100%, rgba(2,175,37,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,187,41,1) 0%, rgba(0,187,41,1) 50%, rgba(2,175,37,1) 50%, rgba(2,175,37,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,187,41,1) 0%, rgba(0,187,41,1) 50%, rgba(2,175,37,1) 50%, rgba(2,175,37,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,187,41,1) 0%, rgba(0,187,41,1) 50%, rgba(2,175,37,1) 50%, rgba(2,175,37,1) 100%);
background: linear-gradient(135deg, rgba(0,187,41,1) 0%, rgba(0,187,41,1) 50%, rgba(2,175,37,1) 50%, rgba(2,175,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bb29', endColorstr='#02af25', GradientType=1 );
}

.success-alert .row .submitbtn{
	border:3px solid #00bb27;
	color:#00bb27;
}

.success-alert .row .submitbtn:hover{
	background-color: #00bb27;
	color:#FFFFFF;
}

.error-alert .alert-top{
	background: rgba(240,86,86,1);
background: -moz-linear-gradient(-45deg, rgba(240,86,86,1) 0%, rgba(240,86,86,1) 50%, rgba(231,75,75,1) 50%, rgba(231,75,75,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(240,86,86,1)), color-stop(50%, rgba(240,86,86,1)), color-stop(50%, rgba(231,75,75,1)), color-stop(100%, rgba(231,75,75,1)));
background: -webkit-linear-gradient(-45deg, rgba(240,86,86,1) 0%, rgba(240,86,86,1) 50%, rgba(231,75,75,1) 50%, rgba(231,75,75,1) 100%);
background: -o-linear-gradient(-45deg, rgba(240,86,86,1) 0%, rgba(240,86,86,1) 50%, rgba(231,75,75,1) 50%, rgba(231,75,75,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(240,86,86,1) 0%, rgba(240,86,86,1) 50%, rgba(231,75,75,1) 50%, rgba(231,75,75,1) 100%);
background: linear-gradient(135deg, rgba(240,86,86,1) 0%, rgba(240,86,86,1) 50%, rgba(231,75,75,1) 50%, rgba(231,75,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05656', endColorstr='#e74b4b', GradientType=1 );
}

.error-alert .row .submitbtn{
	border:3px solid #f05656;
	color:#f05656;
}

.error-alert .row .submitbtn:hover{
	background-color: #f05656;
	color:#FFFFFF;
}

.confirm-alert .alert-top{
	background: rgba(42,157,244,1);
background: -moz-linear-gradient(-45deg, rgba(42,157,244,1) 0%, rgba(42,157,244,1) 50%, rgba(38,151,238,1) 50%, rgba(38,151,238,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(42,157,244,1)), color-stop(50%, rgba(42,157,244,1)), color-stop(50%, rgba(38,151,238,1)), color-stop(100%, rgba(38,151,238,1)));
background: -webkit-linear-gradient(-45deg, rgba(42,157,244,1) 0%, rgba(42,157,244,1) 50%, rgba(38,151,238,1) 50%, rgba(38,151,238,1) 100%);
background: -o-linear-gradient(-45deg, rgba(42,157,244,1) 0%, rgba(42,157,244,1) 50%, rgba(38,151,238,1) 50%, rgba(38,151,238,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(42,157,244,1) 0%, rgba(42,157,244,1) 50%, rgba(38,151,238,1) 50%, rgba(38,151,238,1) 100%);
background: linear-gradient(135deg, rgba(42,157,244,1) 0%, rgba(42,157,244,1) 50%, rgba(38,151,238,1) 50%, rgba(38,151,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9df4', endColorstr='#2697ee', GradientType=1 );
}

.confirm-alert .row .submitbtn{
	border:3px solid #2a9df4;
	color:#2a9df4;
}

.confirm-alert .row .submitbtn:hover{
	background-color: #2a9df4;
	color:#FFFFFF;
}
.kathirmandapam-alert .alert-top{
	background:  #fbb910;
background: -moz-linear-gradient(-45deg, #fbb910 0%, #ffcc48 50%, #ffc107 50%, #ffcc48 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%,  #fbb910), color-stop(50%, #ffcc48), color-stop(50%, #ffc107), color-stop(100%,  #ffcc48));
background: -webkit-linear-gradient(-45deg, #fbb910 0%, #ffcc48 50%, #ffc107 50%, #ffcc48 100%);
background: -o-linear-gradient(-45deg,#fbb910 0%, #ffcc48 50%, #ffc107 50%, #ffcc48 100%);
background: -ms-linear-gradient(-45deg, #fbb910 0%, #ffcc48 50%, #ffc107 50%, #ffcc48 100%);
background: linear-gradient(135deg, #fbb910 0%, #ffcc48 50%, #ffc107 50%, #ffcc48 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9df4', endColorstr='#2697ee', GradientType=1 );
}

.kathirmandapam-alert .row .submitbtn{
	border:3px solid #ffc107;
	color:#ffc107;
}

.kathirmandapam-alert .row .submitbtn:hover{
	background-color: #ffc107;
	color:#FFFFFF;
}
.showpassword{ 
    right: 10px !important;
    left: auto !important;
    cursor: pointer; 
	z-index: 9999;
	position: absolute;
	top: 30%; 
}
@media screen and (max-width: 1024px) {
	.home-header-con .row{
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 980px) {
	.register-btn{
		position:relative;
		margin-top:30px;
	}
	
	.login-container img{
		margin-top:25px;
	}
	
	.home-header-con .row{
		flex-wrap: wrap;
	}
	
	.carousel{
		display:none;
		visibility:hidden;
	}
	
	.home-header-con .col-lg-8{
		min-height:inherit;
	}
	
	.whychoose-wrap .col-lg-5 span{
		margin-bottom:25px;
		width:100%;
	}
	
	.featured-profile-con .col-1-5{
		width:33%;
		padding-top:15px;
		margin-bottom:15px;
	}
	
	.home-three-col{
		position:relative;
		margin-top:25px;
	}
	
	.profice-cover .carousel,
	.testimonial-wrap .carousel{
		display:block;
		visibility:visible;
	}
	
	.btnnavigation{
		display:none !important;
		visibility:hidden !important;
	}
	.sendusmessage{
		padding-left:15px;
		margin-top:45px;
		margin-bottom:75px;
	}
}

@media screen and (max-width: 650px) {
	::-webkit-scrollbar {
		width: 0px;
		height:0px;
	}
}
@media screen and (max-width: 450px) {
	.horizontalscroll-bg .container button{
		display: inline-block;
		height:45px;
		border:none !important;
		outline:none !important;
		/* padding:0px 16px !important; */
		padding:0px 8px !important;
		margin:0px;
		background:none;
		text-transform:uppercase;
		font-size:14px;
		color:#fdf5ea;
		font-weight:700;
		cursor:pointer;
		position:relative;
	}
}
/* @media screen and (max-width: 450px) {

	
	.register-btn{
		position:fixed;
		margin-top:0px;
	}
	
} */
@media screen and (max-width: 480px) {
	
	
	.register-btn{
		position:fixed;
		margin-top:0px;
	}
	
	.login-container img{
		margin-top:0px;
	}
	
	.home-three-col{
		margin-top:0px;
	}
	
	.register-container{
		padding:0px 25px;
	}
	
	.registerlogo{
		position:relative;
		left:50%;
		margin-left:-112px;
	}
	
	.home-three-col .row .col-4 h6{
		font-size:16px;
	}
	
	.home-three-col .row .col-4 img{
		width:50px;
		margin-left:-25px;
	}
	
	.featured-profile-con .col-1-5{
		width:50%;
		padding-left:10px;
		padding-right:10px;
		padding-top:0px;
		padding-bottom:0px;
	}
	
	.home-footer-wrapper{
		text-align:center;
		padding-bottom:25px;
		float:left;
	}
	
	.home-footer-wrapper font{
		width:100%;
		text-align:center;
	}
	
	.menu-contain{
		/* width:100%; */
	}
	
	.search-profile button{
		border:none;
	}
	
	.search-profile .col-lg-4:nth-child(even){
		background-color:#faead3;
	}
	
	.profice-cover,
	.profice-cover .carousel-item img,
	.cover-navigation{
		height:150px;
	}
	
	.cover-navigation .circle{
		margin-top:0px;
	}
	
	.prostatus-scroll .stat-btn h6,
	.horiz-scroll-wrap .horiz-scroll .proitem h6,
	.discover-match-scroll .discover-item h6{
		font-size:11px;  
	}
	
	.prostatus-scroll .stat-btn{
		width:90px;
		margin-right:5px;
	}
	
	.discover-match-scroll .discover-item h5{
		font-size:13px;
	}
	  
	.horiz-scroll-wrap .horiz-scroll .proitem h5{
		font-size:12.5px;
	}
	
	.discover-match-scroll .discover-item font,
	.discover-match-scroll .discover-item font img{
		height:25px;
	}
	
	.discover-match-scroll .discover-item font i{
		font-size:26px;
	}
	
	.horiz-scroll-wrap .horiz-scroll .proitem,
	.discover-match-scroll .discover-item{
		width:100px;
		margin-right:5px;
	}
	
	.horiz-scroll-wrap .horiz-scroll .proitem span,
	.horiz-scroll-wrap .horiz-scroll .proitem span img{
		height:100px;
		background-size: 50px auto;
	}
	
	.horiz-scroll-wrap .col-8 h4,
	.discover-match-con .col-8 h4,
	.premium-profile .col-8 h4,
	.testimonial-wrap .col-8 h4{
		font-size:16px;
	}
	
	.horiz-scroll-wrap .col-4 button,
	.discover-match-con .col-4 button,
	.premium-profile .col-4 button,
	.testimonial-wrap .col-4 button{
		font-size:12px;
		margin-top:0px;
	}
	
	.testimonial-wrap span{
		margin-top:15px;
	}
	
	.register-wrap .col-lg-4 h5{
		font-size:16px;
	}
	
	.register-wrap .col-lg-4 h3{
		font-size:18px;
	}
	
	.register-wrap .col-lg-4{
		padding-right:15px;
	}
	
	.rightpartner-con{
		width:100%;
		background-color:#1a0200;
		float:left;
		margin-bottom:30px;
	}
	
	.register-wrap{
		margin-bottom:0px;
	}
	
	.register-wrap .col-lg-8 img{
		height:160px;
	}
	
	.register-wrap .col-lg-4{
		padding-top:30px;
	}
	
	.register-wrap .col-lg-8{
		padding-left:0px;
		padding-right:0px;
	}
	
	.home-footer-banner img{
		height:150px;
	}
}

@media screen and (max-width: 320px) {
	
}

@media screen and (max-width: 240px) {
	
}


/*responsive table style start  added by clinse on oct 22*/ 

.table-condensed tr td{
	font-size:15px;
	padding:8px 10px;
}

.table-bordered{
	background-color:#c57b05;
	border:none;
	padding:0px;
}

#no-more-tables{
	color:white;
	border:none;
}

.table-bordered td, .table-bordered th{
	border:none;
}

#no-more-tables tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.3);
}

.table-header{
	text-transform:uppercase;
	background-color: rgba(0,0,0,0.5);
}

#no-more-tables thead td, 
#no-more-tables thead th{
	padding:14px 10px;
	font-weight:700;
}




  

@media only screen and (max-width: 800px) {
    
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
		padding:12px;
	}
 
	#no-more-tables td { 
		border: none;
		border-bottom: 1px solid #000000; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		color:white;
		min-height:38px;
	}
	
 
	#no-more-tables td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	#no-more-tables td:before { content: attr(data-title); }
	
	#no-more-tables tbody tr:nth-of-type(odd) {
		background-color: rgba(0,0,0,0.3);
	}
}


/*responsive table style end*/
