html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, label {
	font-family: 'Inter';
}
/* Start Fonts */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Inter-SemiBold';
	src: url('../fonts/Inter-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/Inter-Bold.ttf');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Inter-Black';
	src: url('../fonts/Inter-Black.ttf');
	font-weight: 900;
	font-style: normal;
}

/* End Fonts */
/* Start Common Css */
html,
body{
	width: 100%;
	height: 100%;
}

body{
	font-family: "Inter";
	color:#031842;
	background: #fff;
	margin: 0;
	padding: 0;
}
a{text-decoration: none;}

*,
:after, :before{
	outline: none;
	offset: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	scrollbar-color: rgba(0, 0, 0, .25) transparent;
	scrollbar-width: thin;
}

.btn {
	min-width: 150px;
	position: relative;
    display:flex;
	align-items: center;
	justify-content: center;
    height:32px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Inter-Bold';
	font-size: 12px;
    text-transform: capitalize;
	border-radius:6px;
    text-align: center;
    white-space: nowrap;
	border:0;
    cursor: pointer;
	margin: auto;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background: #031842;
	border-color: #031842;
}

/* End Common Css */

main,.main{
	width: 100%;
	height: 100%;
}

/* start header css */
header,
.header{
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
    height: 52px;
	display: flex;
	align-items: center;
	height: 52px;
	background: #fff;
    border-bottom:1px solid #C7C9D9;
	padding: 0 42px;
	z-index: 1040;
}
.brand-logo{ 
    max-width: 125px;
    max-height: 48px;
    overflow: hidden;
}
.brand-logo img{ 
	width: 100%;
	border: 0;
	vertical-align: middle;
}
.default-theme{
	display: block;
}
.dark-theme{
	display: none;
}
/* end header css */

/* start page contaner css */
.session-page-container {
	padding-top: 52px;
    display: inline-block;
    width: 100%;
	height: 100%;
	background-image: url(../images/session-expired-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    height: 100%;
}
.session-content{
    position: relative;
    text-align: center;
    padding: 0 30px;
}
.session-content h3{
	font-family: 'Inter-Bold';
	font-size: 24px;
	line-height: 29px;
	color:  #E53535;
	letter-spacing: 0.05em;
	margin:0;
}
.session-content p{
	 color:  #555770;
	font-size: 16px;
	line-height: 19px;
	font-family: 'Inter-Medium';
	margin: 5px 0 30px;
}

  .semi-circle-wrap{
	margin: 50px auto 30px;
    width: 100%;
    max-width: 442px;
    height: 216px;
    background-color: #F8F8F8;
    border-radius: 235px 235px 0 0;
    display: inline-block;
    text-align: center;
  }
  .semi-circle-wrap img{
	width:100%;
	max-width: 325px;
	vertical-align: bottom;
	margin: auto;
  }
  @media screen and (max-width:767px) {
	header, .header{
		padding: 0 36px;
		border: 0px;
	}
	.brand-logo {
		max-width: 170px;
	}

	.session-content p{
		margin: 10px 0 60px;
	}
	.session-content h3 {
		font-size: 18px;
		line-height: 20px;
	}
	.session-content p {
		font-size: 14px;
		line-height: 17px;
	}
}
  @media screen and (max-width:500px) {
	.semi-circle-wrap {
		height: 180px;
	}
	.semi-circle-wrap img {
		max-width: 275px;
	}

  }
  @media screen and (max-width:412px) {
  .semi-circle-wrap {
    margin: 110px auto 35px;
	}
  }

  @media screen and (max-width:375px) {
  .semi-circle-wrap {
    margin: 120px auto 35px;
	}

  }
  @media screen and (max-width:360px) {
  .semi-circle-wrap {
    margin: 70px auto 35px;
	}
}

  @media screen and (max-width:320px) {
	.semi-circle-wrap {
	  margin: 15px auto 35px;
	  }
	  .session-content p {
		margin: 10px 0 40px;
	}
  
	}
