@font-face {font-family: "OpenSans"; src: url("../fonts/OpenSans-Regular.ttf"); }
@font-face {font-family: "OpenSans-Bold"; src: url("../fonts/OpenSans-Bold.ttf"); }
@font-face {font-family: "OpenSans-Medium"; src: url("../fonts/OpenSans-Medium.ttf"); }
@font-face {font-family: "OpenSans-SemiBold"; src: url("../fonts/OpenSans-SemiBold.ttf"); }
@font-face {font-family: "OpenSans-ExtraBold"; src: url("../fonts/OpenSans-ExtraBold.ttf"); }


html, body{height:100%;margin:0;padding:0;}

body{
    font-family:OpenSans, Sans-serif;
    font-size: 15px;
    color: #494949;
}

img {max-width:100%;}


.lognfrm {
	background:none;
    margin:1rem auto 1rem;
    border-radius:1px;
    padding:1rem 1rem 2rem;
	border:none;
	box-shadow:none;
	margin:0 auto;
}

.lognfrm .form-control {
    height:38px;
	color:#000;
    font-size: 15px;
	background:#fff;
	border-radius:10px;
	border:none;
	letter-spacing: 0.5px;
}

.lognfrm .form-group {margin-bottom:2.5rem;}

.lognfrm .form-control::-webkit-input-placeholder{color:#000;}
.lognfrm .form-control:-ms-input-placeholder{color:#000;}
.lognfrm .form-control::-moz-placeholder{color:#000;}

.lognfrm .form-control:focus{box-shadow:none;}

.lgnstxt{	
	margin:0.2rem auto 1rem;
    display: table;
    position: relative;
    padding: 2px 15px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
}
.entrtxt{color:#fff;font-size:11px;text-align:center;margin:5px 0 5px;}

.lgnbtn{
	background: #513995;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius:8px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 4px 30px 5px 20px;
    position: relative;
    display: table;
	
}
.lgnbtn:hover, .lgnbtn:focus{color:#fff;outline:none;box-shadow:none;}

/*.lgnbtn::after {
    content: "";
    display: block;
    margin: 0px auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: relative;
    left:0.8rem;
    top: 10px;
    float: right;
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 15%), 0 8px 20px 0 rgb(0 0 0 / 15%);
}*/


.mblgo{display:none;}
.emoji{position: fixed;bottom: 4%;left: 2%;z-index:90;}
.like, .heart, .clap, .love {width: 13%;}
.count{font-size: 13px;color: #fff;padding-left:1%;padding-right:2%;}
.count:hover{cursor:no-drop;}

.mbrt .d-flex {width: 100vw;height: 100vh;justify-content: center;align-items: center;flex-direction: column;}

/* chat window */
.chtbtn{
	position: absolute;
    z-index: 999;
    right: 15px;
    bottom: 23px;
	border:1px solid #fff;
    background: #102d5e;
    display: inline-block;
    color: #fff;
    padding: 2px 20px;
    font-size: 16px;
    border-radius:5px;
}

.chtbtn:hover, .chtbtn:focus{outline:none;text-decoration:none;color:#fff;}

.modal.chtright .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	right: 0px!important;
}

.modal.chtright .modal-content {height: 100%;overflow-y: auto;}
.modal.chtright .modal-body {padding:0px!important;}
  
/*Right*/
.modal.chtright.fade .modal-dialog {
	right: -470px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
	
.modal.chtright.fade.in .modal-dialog {right: 0;}
.modal.chtright .modal-content{border-radius: 0px;}
.modal.chtright.bottom .modal-dialog{height: 400px;bottom: 0px!important;}
.modal.chtright.bottom .modal-content{overflow: hidden;border-color: #174992;}
.modal.chtright.bottom .modal-header{background-color: #174992;color: #fff;border-radius: 0px;padding: 10px 15px;}
.modal.chtright.bottom .modal-header img{color: #fff;}
.modal.chtright .page-header {
	background: #006A4E;
	margin: 0;
	padding: 20px 0 10px;
	color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 1
}

.modal.chtright .dvchatwndw {
	position:absolute;
	left:0px;
	right:0px;
	overflow-y:auto;
	top:0px;
	max-height:400px;
	bottom:3em;
	padding:15px 10px 15px 15px;
}

.modal.chtright .chatwndw {
	background: #eee;
	padding: 10px;
	margin: 0 auto 10px;
	max-width: 100%;
	float: left;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	clear: both;
	font-family:Arial, sans-serif;
}
.modal.chtright .chatwndw.chatwndw-item {float: right;background: #DCF8C6;text-align: right;}

.modal.chtright .chat-form {
	background: #DDDDDD;
    padding: 5px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
}
.modal.chtright .chat-form .form-control{
    border: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 12px;
    font-size: 12px;
    margin-top: 3px;
}
.modal.chtright .modal-title {
    margin: 0;
    line-height: 0px;
    font-size: 16px;
    padding: 12px 0px
}

.modal.chtright .chat-log__author {margin: 0 auto .2em;font-size: 12px;color: #194380;}
.modal.chtright .chat-log__message{font-size: 13px;color: #484848;text-align: justify;}
.modal.chtright .btn-primary.sndbtn{
    height: 30px;
    font-size: 15px;
	color:#fff;
    line-height: 17px;
    margin-top: 4px;
    max-width:80px;
    background: #174992;
    border-color: #174992;
    border-radius: 4px;

}

.modal.chtright .close:hover, .modal.chtright .close:focus {outline:none;}

/* end chat window */

@media (max-width:767px){
.hdrlgo {
	position: relative;
	top: 1rem;
	right: 1rem;
	float: right;
	text-align: right;
	display: table;
	width: 100%;
}
.hdrlgo img {width: 100px;}	

.lognfrm {margin:5px auto 15px;}
.lognfrm .form-group {margin-bottom:1.2rem;}
.bplgnbnrbg .row.h-100{height:auto !important;}	
.lognfrm .form-control {height:34px;font-size:15px;}
.lgnbtn{font-size:15px;}
.lgntxthd{font-size: 15px;line-height: 22px;}
.lgntxthd span {font-size: 16px;}

.lgnshd img{width:130px;}
.mblgo{display:block;}
.hmhdrtxt img{width:280px;}
.hmtxt{font-size:16px;margin-bottom: 0.2rem;margin-top: 5vh;}
.hmhdtme img{width:150px;}
.dvmtp {margin-top: 5vh;z-index: 15;}
.hmhdrftr{bottom:1rem;left:4%;}
.hmhdrftr img {width: 140px;}
}

@media (min-width:768px) and (max-width:991px){
.lognfrm{padding: 1.5rem 1rem;margin-top: 1vh;}
.lgntxthd {font-size: 15px;margin-top: 8vh;line-height: 22px;}

}

@media only screen and (min-device-width:320px) and (max-device-width:824px) and (orientation:landscape) {
.modal.chtright.bottom .modal-dialog{height: 350px;bottom: 0px!important;}
lognfrm .form-group {margin-bottom:1.5rem;}
.lognfrm .form-control {height:34px;font-size: 14px;}
.lgnbnrbg .row.h-100{height:100% !important;}
.hdrlgo {position: absolute;top: 1.5rem;right: 1rem;}
.hdrlgo img {width: 100px;}
.lgntxthd {font-size: 15px;margin-top: 8vh;line-height: 22px;}
.lgntxthd span {font-size: 16px;}
.dvmtp {margin-top: 15vh;}
.dvyscrlr {max-height: 200px;}
.ldrhdtxt {padding: 0.2rem 1rem;font-size: 16px;}
.hmhdrftr{bottom:1rem;}
.hmhdrftr img {width: 120px;}
.ldrbrdbnrbg .hdrlgo {top: 1rem;}

}

@media only screen and (min-device-width:768px) and (max-device-width:915px) and (orientation: landscape) {
.lgntxthd span {font-weight: 700;font-size: 16px;display: inline;}
.hdrlgo {position: absolute;top: 1.5rem;right: 1.5rem;}
.hdrlgo img {width: 150px;}
.hmhdrtxt img{width:260px;}
.hmtxt{font-size:20px;margin-bottom: 0.5rem;margin-top: 4vh;}
.hmhdtme img{width:165px;}
.dvmtp {margin-top: 15vh;}
.dvyscrlr {max-height: 220px;}
.ldrhdtxt {padding: 0.2rem 1rem;font-size: 16px;}
}


@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {


.lognfrm  .form-group {margin-bottom: 1.5rem;}
.lgnshd img{width:100px;}
.lognfrm {margin: 1vh auto 15px;}
.rgstrbnrbg .ml-auto {margin-top: 0;}
.lgnshd {top: -1.2rem;}
.lgntxthd {font-size: 15px;margin-top:8vh;line-height: 20px;margin-bottom: 0;}
.lgntxthd span {font-size: 16px;}
.hmtxt {font-size: 16px;margin-bottom: 0.2rem;margin-top: 2vh;}
}


@media only screen and (min-width:825px) and (max-width:915px) and (orientation: landscape) {}

@media only screen and (min-width:991px) and (max-width:1024px) and (orientation: landscape) {}


@media only screen and (min-width:1199px){
.lgnshd {margin: 0 auto 0px;display: table;position: relative;top: -1.5rem;}
.lgntxthd{white-space:nowrap;	}
}


@media only screen and (orientation: landscape){
.mbrt {display:none;}
.webcntnt {display: block;}
}
  
@media only screen and (orientation:portrait){
.mbrt{display:block;} 
.webcntnt{display: none;}
}