
 @font-face {font-family: "FuturaBT-Book";src: url("../fonts/FuturaBT-Book.otf"); } 

body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    /* content:url(../images/outer-cover.png) url(../images/outer-inside-cover.png) url(../images/lobby-cover.png) ; */
}

html, body{height:100%;margin:0;padding:0;}

body{
    font-family:FuturaBT-Book, Sans-serif;
    font-size: 15px;
    color: #494949;
}

#loader{
    position: fixed;
    z-index: 99999;
    background: #f4f7fc;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#loader figure{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: #f4f7fc;
} 

#loader img{max-width:250px}

/*::-webkit-scrollbar-track{
box-shadow: inset 0 0 6px rgba(11, 28, 72,0.3);
-webkit-box-shadow: inset 0 0 6px rgba(11, 28, 72,0.3);
background-color: #21409a;
}
::-webkit-scrollbar{
	width: 10px;
	background-color: #21409a;
}

::-webkit-scrollbar-thumb{
	box-shadow: inset 0 0 6px #ffd3e6;
	-webkit-box-shadow: inset 0 0 6px #ffd3e6;
	background-color: #ffd3e6;
}*/

body{
    background-color: #fff;   
    font-family: Mostardesign-UniviaProRegular, sans-serif;
    font-size: 15px;
    color: #494949;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}

.npd{
	padding:0px;
}

button:hover, button:focus{outline:none;}

.mbrt .d-flex {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.message {
    color: black;
    font-size: 1.3em;
    margin-top: 40px;
}

.wlcmcntnt{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
	width:100%;

}

.ldrbrdbnrbg{
    background-image:url("../images/ldrbrdbnrbg.jpg");
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position:relative;
}

.gsklbnrbg{
    background-image:url("../images/Gamificationbnrbg.jpg");
	width: 100%;
	height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position:relative;
	min-height:100vh;
}

.gmeonbg{
    background-image:url("../images/gameonbnrbg.jpg");
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position:relative;
}

.wallfmebg{
    background-image:url("../images/wallfamebnrbg.jpg");
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position:relative;
}

.hmhdrftr{
	position:absolute;
	bottom:1.5rem;
	left:10%;	
}

.hmhdrftr img{
	width:200px;
}

.table-dark.ldrbrd {
	color: #07247d;
	background-color: rgba(145,216,247,.8);
	font-weight: bolder;
	color: #07247d;
	background-color: rgba(145,216,247,.8);
	border: 2px solid #fff;
	margin-bottom:0px;
}

.table-dark.ldrbrd td, .table-dark.ldrbrd th, .table-dark.ldrbrd thead th {
	border-color: #ffffff;
	border-right: 1px solid #ffffff;
	border:2px solid #fff;
	padding:.4rem .4rem;

}

.table-dark.ldrbrd thead th{
	background:#00A1FB;
	text-align: center;
	font-size:16px;
	border-right:1px solid #fff;
	color: #fff;
	font-weight: bold;
}

.table-dark.ldrbrd tbody td{
	background:#D1D3D4;
	color:#000;
	font-size: 12.5px;
}
.table-dark.ldrbrd tbody{
	font-size: 13px;
	text-align:center;
}

.ldrhdtxt{
	background: #F68A1E;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 18px;
	text-align:left;
}

.dvyscrlr{
	max-height:60vh;
	overflow-y:auto;	
	box-shadow: 0 8px 17px 0 rgb(0 0 0 / 15%), 0 8px 20px 0 rgb(0 0 0 / 15%);
}
.dvmtp{
	margin-top:13vh;
	z-index:15;
}

.wlcmcntnt .video, .videofit {
    -o-object-fit: cover;
    object-fit: cover;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.arwbx {
    position: absolute;
    left: 50%;
    z-index: 99;
    bottom: 13vh;
    width: 25px;
    display: inline-block;
    margin-left:20px;
    text-align: center;
}
.arw-container {
    width: 25px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
    display: inline-block;
}
.arw-down {
    height: 5px;
    background: rgba(255,255,255,0.9);
    transform: rotate(225deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}
.arw-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: rgba(255,255,255,0.9);
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.entry-btn {
    position: absolute;
    z-index: 99;
    background: #fff;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
    font-size: 1.2rem;
    padding: 2px 20px;
    left: 50%;
    margin-left: -60px;
    bottom: 7vh;
    border:2px inset #fff;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
	border-radius:30px;
    transition: all 0.2s ease-in-out;
	background-color:#cfa41f;
	font-weight:600;
	background-image:linear-gradient(180deg, #ffaead, #730100, #ae7170);
}

.entry-btn:hover {text-decoration:none;background-image:linear-gradient(180deg, #ffaead, #730100, #ae7170);}


.animated-circle{
    position: absolute;
    top: 50%;
    left: 50%;
}
.pulse-circle, .pulse-circle2{
	border-radius:50%;
	width:90px;
	height:90px;
	position:absolute;
	opacity:0;
	transition: all 3s ease;
}
.pulse-circle{
	-webkit-animation: pulseline 1s ease-out infinite;
	-moz-animation: pulseline 1s ease-out infinite;
	animation: pulseline 1s ease-out infinite;
}
.pulse-circle2{
	-webkit-animation: pulseline 1s ease-out infinite .5s ;
	-moz-animation: pulseline 1s ease-out infinite .5s ;
	-ms-animation: pulseline 1s ease-out infinite .5s ;
	-o-animation: pulseline 1s ease-out infinite .5s ;
	animation: pulseline 1s ease-out infinite .5s ;
}
@-webkit-keyframes pulseline {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
}
@-moz-keyframes pulseline {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
}
@-ms-keyframes pulseline {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
}
@-o-keyframes pulseline {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
}
@keyframes pulseline {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
}

.circle-center{
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px inset #fff;
}

.lbtn{
    margin-bottom: 5vh;
    max-width: 10vw;
    width: 118px;
    margin-left: 3px;
    margin-right: 3px;
}

img{max-width:100%;}

.btn-box3{
	position: relative;
	z-index: 9;
	width: 100%;
}
.btn-box3 > .row {
	width: 100%;
	margin:20vh auto 0px auto;
}

.btn-box3 .link1, .btn-box3 .linkad1, .btn-box3 .link2, .btn-box3 .link3, .btn-box3 .link4, .btn-box3 .link5 {
	width: 6vw;
	height: 13vh;
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5vw;
	text-align: center;
	position: relative;
}

.btn-box3 .linkad1 {
	position: relative;
    bottom: 12vh;
    right: 1vw;
    height: 6vh;
}


.btn-box3 .link1 {position: relative;top: 7.5vh;right: 0.5vw;height: 6vh;}
.btn-box3 .link2 {position: relative;top:6.5vh;left: 0;height: 6vh;}
.btn-box3 .link3 {position: relative;top: 7.5vh;right: 0;left: auto;}

.btn-box3 .link4 {
	position: relative;
    right: auto;
    left: 1vw;
    top: 13.5vh;
}

.btn-box3 .link5 {
	position: relative;
    top: 6vh;
    right: 6vw;
    height: 6vh;
}

.btn-box3 .link6 {
	position: relative;
    top: 7.5vh;
    left: 8vw;
    height: 6vh;
}

.btn-box3 > .row.rwcr {
	width: 20vw;
    margin: 25vh ​auto 0px aut;
}

.btn-box3 > .row.rwcr .link7 {position: relative;bottom:6vh;right: auto;height: 3vh;left: 6.5vw;}


.btn-box3 > .row.rwcr .link8 {
	position: relative;
    top: 2vh;
    height: 3vh;
    left: 0.5vw;
}

.btn-box3 > .row.rwcr .link9 {
	position: relative;
    bottom: 0vh;
    left: 0vw;
    height: 3vh;
}


.btn-box4{
	position: relative;
	z-index: 9;
	width: 100%;
}
.btn-box4 > .row {
	width: 100%;
	padding:35vh 0 0;
}

.btn-box4 .inlink1, .btn-box4 .inlink2, .btn-box4 .inlink3{
	width: 10vw;
	height: 13vh;
	display: inline-block;
	cursor: pointer;
	margin-right: 0.5vw;
	text-align: center;
	position: relative;
}

.btn-box4 .inlink1 {
   position: relative;
    right: auto;
    left: 3vw;
    top: 10vh;
}
.btn-box4 .inlink2 {
   position: relative;
    right: 0vw;
    left: auto;
    top: 10vh;
}
.btn-box4 .inlink3 {
   position: relative;
    right: 3vw;
    left: auto;
    top: 10vh;
}

/*.dwnldappbg{
	background-image: url(../images/appbnrbg.jpg);
	height:100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
}

.slfmscbg{
	background-image: url(../images/appbnrbg.jpg);
	height:100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
}*/


/*.walloffme-bg{
	background-image: url(../images/wall-of-famebg.jpg);
	height:100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
}

.wallofcare-bg{
	background-image: url(../images/wallofcarebg.jpg);
	height:100vh;
	max-height: 100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
}*/


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .1s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.ftrbtm{
	position:fixed;
	bottom:25px;	
	left:15px;	
	z-index:25;
}

.ftrbtm .bkbtn{
	display: table;
    margin-bottom: 1rem;
	background: #fff;
    color:#342d1c;
    padding: 5px 10px 5px;
    border-radius:5px;
	border:1px solid #fff;
    font-size: 14px;
    font-weight:600;
	position:relative;
	left:-2px;
	text-transform:uppercase;
}

.ftrbtm .bkbtn:hover{text-decoration:none;}


.wclkply{
	color: #fff;
    position: relative;
    top: -15px;
    font-weight: bold;
	font-size:12px;
	white-space:nowrap;
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}


.btmlinkbg {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom:2px;
    z-index: 9;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0) 2.95%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.98) 95%);
    padding-top: 5px;
    max-width: 100%;
}

.btmlinkbg .btmlst {
    margin: 0px;
    padding: 0px;
}

.btmlinkbg .btmlst li {
    list-style-type: none;
    display: inline-block;
}

.btmlinkbg .btmlst li a {
    display: flex;
    flex-direction: column;
    color: #552d0f;
    margin: 5px 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size:10.5px;
	font-weight:600;
	text-transform:uppercase;
}

.btmlinkbg .btmlst li a img {
    max-width:25px;
    margin-bottom:4px;
}

.btmlinkbg .btmlst li a:hover {
    text-decoration: none;
    color: #552d0f;
}

.cmtbtnbtm{
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.splogo img{
	width:600px;
	margin-top:25px;
}

.mbtminblk {
    margin-top:35px;
    display: inline-block;
}

.mbtminblk img{
    max-width:100%;
}

.ftrtext {
	padding-top:25px;
    color: #f7cf18;
	font-size:20px;
}
.ftrtext span {
    font-weight: 800;
}

.emoji{position: fixed;bottom: 2%;left: 10%;z-index: 99;}
.like, .heart, .clap, .love {width: 15%;}
.count{font-size: 13px;color: #fff;margin-right: 2%;}
.count:hover{cursor:no-drop;}

.audifrmbg{
	position:absolute;
	margin:0 auto;
	top:15%;
	left:0%;
	right:0px;
	width:100%;
	max-width:100vh;
}

.cmntbx{
	text-align: center;
	border: 1px solid #1f4c9c;
	position: fixed;
	bottom: 9%;
	max-width:300px;
	right: 1.2%;
	background: rgba(255,255,255,0.8);
	border-radius: 6px;
	padding: 10px;
  }
.question{display: none;}
  
.clktoply{
	color: #fff;
    position: relative;
    top: -15px;
	right:35px;
	text-align:center;
	display:inline;
    font-weight: bold;
	font-size:12px;
	white-space:nowrap;
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
}

.spnanimate .pulse-circle, .spnanimate .pulse-circle2{
	border-radius:50%;
	width:90px;
	height:90px;
	position:absolute;
	opacity:0;
	transition: all 3s ease;
}
.spnanimate .pulse-circle{
	-webkit-animation: pulselinesp 1s ease-out infinite;
	-moz-animation: pulselinesp 1s ease-out infinite;
	animation: pulselinesp 1s ease-out infinite;
}
.spnanimate .pulse-circle2{
	-webkit-animation: pulselinesp 1s ease-out infinite .5s ;
	-moz-animation: pulselinesp 1s ease-out infinite .5s ;
	-ms-animation: pulselinesp 1s ease-out infinite .5s ;
	-o-animation: pulselinesp 1s ease-out infinite .5s ;
	animation: pulselinesp 1s ease-out infinite .5s ;
}
@-webkit-keyframes pulselinesp {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 2px rgba(255, 0, 0,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255, 0, 0,1);  }
}
@-moz-keyframes pulselinesp {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 2px rgba(255, 0, 0,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255, 0, 0,1);  }
}
@-ms-keyframes pulselinesp {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 2px rgba(255, 0, 0,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255, 0, 0,1);  }
}
@-o-keyframes pulselinesp {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 2px rgba(255, 0, 0,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255, 0, 0,1);  }
}
@keyframes pulselinesp {
0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 2px rgba(255, 0, 0,1);    }
100% {  width:40px;height:40px;opacity:0;left:-20px;top:-20px;box-shadow:0 0 0 6px rgba(255, 0, 0,1);  }
}

.spnanimate .circle-center{
    position:absolute;
    left:-7px;
    top:-7px;
    border-radius:50%;
	width: 15px;
    height: 15px;
    background: #fff;
    border: 2px inset #fff;
}

.spnanimate .animated-circle{margin-top: 15px;}
.mtanmate .animated-circle{margin-top: 15px;}

/* Feedback modal   */

.quiz-headerq {padding: 1rem 1rem;}


.quiz-headerq h4{
	text-indent:-25px;
	margin-left:25px;
	font-size:22px;
}

.lstans ul {list-style-type: none;padding: 0;}
.lstans ul li {font-size: 1.1rem;margin: 1rem 0;}
.lstans ul li label {cursor: pointer;margin-bottom: 0;}

.lstans ul li input[type=radio]{
	display: flex;
    float: left;
    vertical-align: middle;
    position: relative;
    top: 8px;
}
.lstans ul li label{
	display: flex;
    vertical-align: middle;
    padding-left: 5px;
}
  
.btnstrt {
  background-color: #0b4389;
  color: #fff;
  border: none;
  display: block;
  border-radius:2px;
  cursor: pointer;
  font-size: 1.1rem;
  padding: .2rem 1rem;
  margin: auto;
}

.btnstrt:hover {background-color: #0b4389;}
.btnstrt:focus {outline: none;background-color: #5e3370;}
.correct{
 color: rgba(14, 82, 170,.8);
 border-radius:4px;
}

/*End Feedback modal   */


/* Image Slider */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select: none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position: relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor:pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before, .slick-track:after{display:table;content:'';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display: none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;text-align:center;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}

/* Slick Arrows */
.slick-prev, .slick-next{font-size:0;line-height:0;position:absolute;top: 50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity:.25;}
.slick-prev{left:-25px;z-index:1;}
.slick-next{right:-25px;}
.slick-prev{background:url('../images/left.png') no-repeat scroll center center;padding:10px 20px;background-size:40px;}
.slick-next{ background:url('../images/right.png') no-repeat scroll center center;padding:10px 20px;background-size:40px;}
/*end slider*/
.exclslder {margin: 3rem 0px 0.5rem;}
.exclslder img{max-width:100%;background:#edab08;padding:2px;cursor: pointer;}
.sldpd{padding:0px 15px;}


/* 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: #2eb7dd;
}
 
.modal.chtright.bottom .modal-header{
    background-color: #2eb7dd;
    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;
}

.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: 13px;
	color:#fff;
    line-height: 17px;
    margin-top: 4px;
    max-width:80px;
    background: #d17627;
    border-color: #d17627;

}

.modal.chtright .close:hover, .modal.chtright .close:focus {
	outline:none;
}

/* end chat window */

@media (max-width: 767px) {

.ftrtext {
    padding-top: 15px;
    color: #f7cf18;
    font-size: 20px;
}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
    .mncntnt{display:block;}    
	
}


@media only screen and (max-device-width: 824px) {

    .pulse-circle, .pulse-circle2{
      border-radius:50%;
      width:40px;
      height:40px;
      position:absolute;
      opacity:0;
      transition: all 3s ease;
    }
    @-webkit-keyframes pulseline {
      0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
      100% {  width:20px;height:20px;opacity:0;left:-10px;top:-10px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
    }
    @-moz-keyframes pulseline {
      0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
      100% {  width:20px;height:20px;opacity:0;left:-10px;top:-10px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
    }
    @-ms-keyframes pulseline {
      0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
      100% {  width:20px;height:20px;opacity:0;left:-10px;top:-10px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
    }
    @-o-keyframes pulseline {
      0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
      100% {  width:20px;height:20px;opacity:0;left:-10px;top:-10px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
    }
    @keyframes pulseline {
      0%   {   width:2px;height:2px;opacity:1;left:0;top:0;box-shadow:0 0 0 0px rgba(255,255,255,1);    }
      100% {  width:20px;height:20px;opacity:0;left:-10px;top:-10px;box-shadow:0 0 0 6px rgba(255,255,255,1);  }
    }
    
    .circle-center{
      position:absolute;
      left:-5px;
      top:-5px;
      border-radius:50%;
      width: 10px;
    height: 10px;
    background: #fff;
    border: 2px inset #fff;
  }



.btmlinkbg .btmlst li a {
    display: flex;
    flex-direction: column;
    margin: 7px 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 10px;
}
.btmlinkbg .btmlst li a img {
   max-width: 22px;
    margin-bottom:2.5px;
}

.wclkply{
	white-space: nowrap;
	font-size:12px;
}

.clktoply{
	white-space: nowrap;
	font-size:12px;
}

.btn.btn-primary.cmntbtn{
	    padding: 5px;
}

.splogo img{
	width:400px;
	margin-top:15px;
}

.mbtminblk {
    margin-top:15px;
    display: inline-block;
}
.mbtminblk img {
    width: 190px;
}
.ftrtext {
    padding-top: 15px;
    color: #f7cf18;
    font-size:16px;
}

.hlplnk .link5 {
    position: relative;
    bottom: -2vh;
    right: 10vh;
    height: 6vh;
}
.hlplnk .link7 {
    position: relative;
    left: 10px;
    bottom: -2vh;
}

}



@media only screen and (min-device-width:320px) and (max-device-width: 824px) and (orientation: landscape){
.mncntnt{display:block;} 


.btn-box3 > .row.rwcr {
	width: 20vw;
    margin: 20vh auto 0px auto;
}

.btn-box3 .link1 {position: relative;top: 7.5vh;right: 2.5vw;height: 6vh;}
.btn-box3 .link2 {position: relative;top: 5.5vh;left: 0;height: 6vh;}
.btn-box3 .link3 {position: relative;top: 7.5vh;right:auto;left:2vw;}
.btn-box3 > .row.rwcr .link7 {position: relative;bottom:auto;right: 0;height: 3vh;top:4vh;left: 7vw;}


.btn-box3 > .row.rwcr .link8 {
	position: relative;
    top: 0vh;
    height: 3vh;
    left: 2vw;
}

.btn-box3 > .row.rwcr .link9 {
	position: relative;
    bottom: 1.5vh;
    left: 1.5vw;
    height: 3vh;
}


.mbtminblk {
    margin-top:10px;
    display: inline-block;
}
.splogo img {
    width: 330px;
    margin-top: 25px;
    margin-bottom: 6px;
}
.ftrtext {
    padding-top: 13px;
    color: #f7cf18;
    font-size: 16px;
}
.btmlinkbg .btmlst li a {
    display: flex;
    flex-direction: column;
    margin: 5px 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
}

.btn-box3 .linkad1 {
    position: relative;
    bottom: 10vh;
    right: 3vw;
    height: 6vh;
}
.ftrbtm .bkbtn{
    font-size: 12px;
}
.dvyscrlr{max-height:50vh;}
.hmhdrftr{bottom:1rem;}
.hmhdrftr img {width: 125px;}
}


@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation: landscape){
.like, .heart, .clap, .love {width: 12%;}

.btn-box3 .link1 {position: relative;top: 7.5vh;right: 2.5vw;height: 6vh;}
.btn-box3 .link2 {position: relative;top: 5.5vh;left: 0;height: 6vh;}
.btn-box3 .link3 {position: relative;top: 7.5vh;right:auto;left:2vw;}
.btn-box3 > .row.rwcr .link7 {position: relative;bottom:auto;right: 0;height: 3vh;top:4vh;left: 7vw;}


.btn-box3 .link4 {
    position: relative;
    right: auto;
    left: 1vw;
    top: 14.5vh;
}

.btn-box3 .link5 {
    position: relative;
    top: 8vh;
    right: 5vw;
    height: 6vh;
}

.btn-box3 .link6 {
    position: relative;
    top: 9.5vh;
    left: 9vw;
    height: 6vh;
}
}

@media only screen and (min-device-width:825px) and (max-device-width:915px) and (orientation: landscape) {

.btn-box3 .link1 {position: relative;top: 6vh;right: 2vw;height: 6vh;}
.btn-box3 .link2 {position: relative;top: 6vh;left: 0;height: 6vh;}
.btn-box3 .link3 {position: relative;top: 6vh;right:auto;left:1vw;}
.btn-box3 > .row.rwcr .link7 {position: relative;bottom:6vh;right: 0;height: 3vh;top:auto;left: 7vw;}

.btn-box3 > .row.rwcr .link8 {
    position: relative;
    top: 2vh;
    height: 3vh;
    left: 1vw;
}
.btn-box3 > .row.rwcr .link9 {
    position: relative;
    bottom: 0.5vh;
    left: 0.6vw;
    height: 3vh;
}
.dvyscrlr{max-height:50vh;}
.hmhdrftr{bottom:1rem;}
.hmhdrftr img {width: 125px;}
}

@media only screen and (min-device-width:991px) and (max-device-width: 1024px) and (orientation: landscape){

.wlcmcntnt .video, .videofit {
    -o-object-fit: fill;
    object-fit: fill;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}	

.btn-box3 .link1 {position: relative;top:6.5vh;right:1.5vw;height: 6vh;}
.btn-box3 .link2 {position: relative;top:6.5vh;left: 0;height: 6vh;}
.btn-box3 .link3 {position: relative;top: 7.5vh;right:auto;left:1vw;}
.btn-box3 > .row.rwcr .link7 {position: relative;bottom:9.5vh;right: 0;height: 3vh;top:auto;left: 7vw;}


.btn-box3 .link4 {
    position: relative;
    right: auto;
    left: 1vw;
    top: 14.5vh;
}
.btn-box3 .link5 {
    position: relative;
    top: 8vh;
    right: 6vw;
    height: 6vh;
}
.btn-box3 .link6 {
    position: relative;
    top: 8.5vh;
    left: 8vw;
    height: 6vh;
}

}



@media only screen and (min-width:1199px){
.btmlinkbg .btmlst li a img {
	max-width:30px;
	margin-bottom:4px;
}
}
@media only screen and (orientation: landscape){
.mbrt {display:none;}
.mncntnt {display: block;}
}

  
@media only screen and (orientation:portrait){
.mbrt{display:block;} 
.mncntnt{display: none;}
}

@media only screen and (max-device-width: 812px) and (orientation: landscape) {
  .phone, .message {display: block;}
}