body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #656565;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background-color: #e2e5ee;
}
a {
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
a {
	text-decoration: none;
	color: #24b8ac;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
	border-top: 1px solid #d9d9d9;
	border-bottom: none;
	margin: 20px 0;
}
h1, .h1 {
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 1px;
}
h2, .h2 {
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	letter-spacing: 1px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
}
.color-white, .color-white a {
	color: #ffffff;
}
.color-black, .color-black a {
	color: #727272;
}
.color-dark, .color-dark a {
	color: #333333;
}
.color-main {
	color: #7404dc;
}
.color-green {
	color: #24b8ac;
}
.color-orange{
	color: #ffb100;
}
.light {
	font-weight: 300;
}
.bg-black {
	background-color: #2c2c2c;
}
.bg-main {
	background-color: #7404dc;
}
.bg-white {
	background-color: #ffffff;
}
.bg-gray {
	background-color: #d8ddec;
}
.bg-green {
	background-color: #24b8ac;
}
.bg-light-gray {
	background-color: #e2e5ee;
}
.bg-light-green {
	background-color: #ddf4df;
}
.bg-bisque{
	background-color: #fcf1d7;
}
.p-t-5 {
	padding-top: 5px;
}
.p-b-5 {
	padding-bottom: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-t-70 {
	padding-top: 70px;
}
.p-b-70 {
	padding-bottom: 70px;
}
.clearfix {
	clear: both;
}
.no-margin {
	margin: 0;
}
a:hover, a:active {
	color: #24b8ac;
	text-decoration: none;
}
.theme-btn {
	display: inline-block;
	background-color: #24b8ac;
	color: #ffffff!important;
	padding: 8px 40px;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	border: none;
	text-transform: uppercase;
}
.theme-btn:hover {
	background-color: #7404dc;
}
.theme-btn.btn-purple {
	background-color: #7404dc;
}
.theme-btn.btn-purple:hover {
	background-color: #24b8ac;
}
.width-full {
	width: 100%;
}
.header .logo {
    float: left;
    max-width: 230px;
    padding: 10px 0;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu-area .menu {
	margin: 22px auto 0;
	float: left;
}
.user-details {
	float: right;
	width: 200px;
	margin-left: 20px;
	position: relative;
	background-color: #5d03b0;
	padding: 10px 50px 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}
.menu-area .menu li a {
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	padding-bottom: 35px;
}
.menu-area .menu li a:hover, .menu-area .menu li.active a {
	color: #1f013a;
	text-decoration: none;
}
.menu li .sub-menu {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	overflow: hidden;
	position: absolute;
	top: 73px;
	left: 0;
	-webkit-transition: 0.4s all ease-out;
	-moz-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	z-index: 9999;
	width: 180px;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}
.menu li .sub-menu li {
	background-color: #ea121a;
	display: block;
}
.menu li .sub-menu li a {
	color: #ffffff;
	display: block;
	margin: 0;
	border-bottom: 1px solid #f13138;
	padding: 7px 15px;
}
.menu li .sub-menu li:last-child a {
	border: none;
}
.menu li .sub-menu li a:hover {
	color: #ffffff;
	opacity: 0.8;
}
.menu li:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.menu-container {
	float: right;
}
.profile-picture {
	width: 50px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 50px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.user-more {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
}
.user-details .welcome {
	font-size: 14px;
	line-height: 24px;
}
.menu-area {
	padding: 10px 0;
}
.header-area {
	position: relative;
}
.header-area .user-menu {
	background-color: #5d03b0;
	position: absolute;
	right: 0px;
	width: 200px;
	border-radius: 5px;
	top: 80px;
	padding: 15px 20px;
	display: none;
	z-index: 99;
}
.header-area .user-menu ul {
	margin: 0;
	padding: 0;
}
.header-area .user-menu ul li {
	list-style-type: none;
	text-align: center;
}
.header-area .user-menu ul li a {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #7404dc;
	margin-bottom: 5px;
}
.header-area .user-menu ul li:last-child a {
	padding: 0;
	border: none;
	margin: 0;
}
.header-area .user-menu ul li a:hover {
	color: #1f013a;
	text-decoration: none;
}
.header-area .user-menu:before {
	content: "\A";
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent #5d03b0 transparent;
	position: absolute;
	right: 15px;
	top: -18px;
}
.content {
	min-height: 600px;
}
.content-box {
	background-color: #ffffff;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 12%);
}
.content-box-inner {
	padding: 60px;
}
.content-box-sm {
	max-width: 540px;
	margin: 0 auto;
}
.content-box-sm .content-box-inner {
	padding: 40px;
}
.uppercase {
	text-transform: uppercase;
}
.content-box-header {
	padding: 20px;
}
.header-user-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 70px;
}
.menu-area .container{
	margin-top:0;
}
.table-traingular.table-bordered td {
    max-width: 200px;
    overflow: hidden;
}
.slider{
	background-image: url("../img/slider.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:360px;
}
.slider .slider-inner{
	max-width:550px;
	float:right;
	text-align:center;
}

.process-box-number {
    position: absolute;
    color: #ffffff;
    background-color: #24b8ac;
    padding: 14px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 26px;
    font-weight: 800;
    top: -20px;
    left: 0;
}
.process-box-title-heading{
	position:relative;
}
.process-box-title-heading:before{
	content:'';
	width:50px;
	height:3px; 
	background-color:#24b8ac;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
}
.process-box-4 .process-box-number {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 50%;
    margin-left: -27px;
}
.process-box {
    position: relative;
    padding-top: 20px;
    max-width: 400px;
    margin: 0 auto;
}
.features{
	background-image: url("../img/features.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:360px;
}
.feature-box{
	background-color:rgba(255,255,255,0.8);
	padding:30px;
}
.list{
	padding-left:10px;
}
.list li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}
.list li:before{
	content:url("../img/icon.png"); 
	position:absolute;
	left:0;
	top:0;
}
.list li.disable {
    color: #aeaeae;
    text-decoration: line-through;
    text-decoration-style: double;
}
.list li.disable:before{
	content:url("../img/icon-disable.png");  
}
.m-b-30{
	margin-bottom:30px;
}

.menu-widget{
	padding-left:50px;
}
.footer-widgets ul{
	margin:0;
	padding:0;
}
.footer-widgets ul li {
    list-style-type: none;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.footer-widgets{
	background-color: #303030;
	color: #fff;
}
.mobile-menu-toggle{
	display:none;
}
.mobile-only{
		display:none!important;
	}
.trangular-title{
	font-weight:500;
	font-size:18px;
}
.traingular-image{
	max-width: 300px;
    margin: 0 auto;
}
.traingular-left, .traingular-right{
	max-width:250px;
	width:100%;
	padding-top:10px;
}
.traingular{
	max-width:750px;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
	padding-bottom:30px;
	margin-bottom:50px;
}
.traingulars .traingular:last-child{
	border-bottom:none;
	margin-bottom:0;
}
.matching-table{
	background-color: #c6c6c6;
}
.matching-table th{
	background-color:#2c2c2c;
	color:#ffffff;
}
.matching-table .td-otd{
	background-color:#393b41;
	color:#ffffff; 
}
.match-1 {
    background-color: #dca045!important;
    color: rgb(128 83 0)!important;
}
.match-2{
	background-color: #007e5b!important;
    color: rgb(80 214 80 / 71%)!important;
}
.match-3{
	background-color: #0ba57a!important;
    color: rgb(80 214 80 / 71%)!important;
}
.match-4 {
    background-color: #dcc945!important;
    color: rgb(128 83 0)!important;
}
.menu ul li.top-border {
    border-top: 1px solid rgb(255 255 255 / 30%);
}
.header-login{
	background: #440480;
    display: inline-block;
    padding: 3px 30px;
    border: 1px solid #0677b9;
    margin-top: 17px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #6cc9ff;
}
.verify-message{
	background-color: #28dfa4;
    color: #086b4b;
    text-align: center;
    padding: 10px 0px;
    font-weight: 700;
}
.verify-message a{
	color: #041514;
}
.verify-message a:hover{
	color: #7404dc;
}
.intro-box{
	padding:30px;
	background-color: #dcecff;
}
.intro-box.total-records{ 
	background-color: #5733ad;
}
.intro-box.intro-total-matching{ 
	background-color: #072a55;
}
.intro-box .intro-box-number{
	color: #fff;
    font-size: 34px;
    font-weight: 900;
/*    padding: 10px 30px;
    border: 1px solid rgb(255 255 255 / 30%);*/
    display: inline-block;
}
.pricing-box{
	box-shadow: 1px 1px 17px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    text-align: center;
}
.pricing-box .h1{
	font-size: 30px;
}
.bank-data{
	background-color: #bcd4ff;
    padding: 20px 30px;
    border: 1px solid #78a5f5;
    border-radius: 5px;
}
.bank-data h4{
	font-weight: 700;
    font-size: 19px;
}
.verified-row{
	background-color: #b6f8ff;
}
.verified-row td img{
	margin-right:10px;
}
.traingular-option{
	background-color: #c2c2c2;;
    padding: 30px;
	margin-bottom:20px;
	font-weight:600;
}
.traingular-option img{
	margin-top:20px;
}
.landing{
	width:100%;
	height:100vh;
	background-image: url("../img/Landing-bg.jpg");
	background-position:left center;
	background-size:cover;
}
.section-box{
	border:10px solid rgba(255,255,255,0.6);
	min-height:310px;
	background-position:left top;
	background-size:cover;
	width:100%;
	    margin-bottom: 30px;
	position:relative;
}
.section-box.teacher-section{
	background-image: url("../img/teacher-section.jpg");
}
.section-box.nurse-section{
	background-image: url("../img/nurse-section.jpg");
}
.section-box.officers-section{
	background-image: url("../img/officers-section.png");
}
.section-box-inner {
    float: none;
    max-width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    position: absolute;
    background-color: rgb(50 50 50 / 80%);
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}
.section-box-inner h2{
	font-size: 20px;
    color: #ffffff;margin:0;
}
.landing-logo{
	max-width: 300px;
    margin: 0 auto;
}
.best-web{
	display: inline-block;
    position: fixed;
    top: 0;
    left: 0; 
}
.rectangle-item{
	position:absolute;
}
.rectangle {
    display: table;
    margin: 20px auto;
    position: relative;
}
.rectangle .rectangle-1{
	left: -90%;
}
.rectangle .rectangle-2{
	right: -90%;
}
.rectangle .rectangle-3{
	right: -90%;
    margin-top: -40px;
}
.rectangle .rectangle-4{
	left: -90%;
    margin-top: -40px;
}
.menu-area .menu li .sub-menu {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  overflow: hidden;
  position: absolute;
  top: 59px;
  left: -6px;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  z-index: 9999;
  width: 260px;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.menu-area .menu li .sub-menu li {
    background-color: rgb(93 3 176);
    display: block;
    margin-left: 6px;
}
.menu-area .menu li  .sub-menu li a::after {
  display: none;
}

.menu-area .menu li .sub-menu li a {
    color: #ffffff;
    display: block;
    margin: 0;
    border-bottom: 1px solid rgb(111 5 208);
    padding: 10px 25px;
    text-align: left;
}

.menu-area .menu li  .sub-menu li a:hover {
  color: #ffffff;
  background-color: rgb(7 26 72 / 87%);
  opacity: 0.8;
}

.menu-area .menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.verified-hightlights{
	color: #004085;
    background-color: #24b8ac;
    padding: 0.75rem 1.25rem;
    text-align: center;
}
.verified-hightlights h4 {
    margin-bottom: 12px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.section-box:hover .section-box-inner{
	background-color: #7404DC;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
@media only screen and (max-width:1199px){
	.slider{
		position:relative;
		background-image: url("../img/slider-dark.jpg"); 
	}
	.slider .slider-inner {
    color: #ffffff;
    max-width: 100%;
    float: none;
}
}
@media only screen and (max-width:992px){
	table.table-trans, .table-trans thead, .table-trans tbody, .table-trans th, .table-trans td, .table-trans tr { 
		display: block; 
	}
	.table-trans thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-trans tr {
    margin-bottom: 20px;
    background-color: #f7f7f7;
}
.table-trans td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px;
    padding-left: 200px;
    vertical-align: middle;
}
.table-trans td:before {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 180px;
    padding-right: 20px;
    white-space: nowrap;
    padding: 5px 10px 5px 20px;
    background-color: #ededed;
	    bottom: 1px;
	font-weight:700;
}
	.table-trans tr.verified-row{
		background-color: #b6f8ff;
	}
	.table-trans tr.verified-row td:before{
		background-color: #85e7f1;
	}
	.table-trans tr.verified-row td {
    border-bottom: 1px solid #fff;
	}
	
	.table-trans td:nth-of-type(1):before { content: "Name"; }
	.table-trans td:nth-of-type(2):before { content: "Subject"; }
	.table-trans td:nth-of-type(3):before { content: "Medium"; }
	.table-trans td:nth-of-type(4):before { content: "From Zone"; }
	.table-trans td:nth-of-type(5):before { content: "To Zone(s)"; }
	.table-trans td:nth-of-type(6):before { content: "View"; }
	
	/*.table-trans td:nth-of-type(1):before { content: "Name"; }
	.table-trans td:nth-of-type(2):before { content: "Mobile"; }
	.table-trans td:nth-of-type(3):before { content: "Subject"; }
	.table-trans td:nth-of-type(4):before { content: "Medium"; }
	.table-trans td:nth-of-type(5):before { content: "From Zone"; }
	.table-trans td:nth-of-type(6):before { content: "To Zone(s)"; }
	.table-trans td:nth-of-type(7):before { content: "View"; }*/

	.table-trans {
    border:none;
}
	table.filter-table, .filter-table thead, .filter-table tbody, .filter-table th, .filter-table td, .filter-table tr { 
		display: block; 
	}
	.filter-table tr {
    margin-bottom: 20px;
}
	.filter-table #subject{
		max-width: 100%!important;
	}	
.mobile-menu-toggle {
    display: block;
    float: right;
    background-color: #5e08ad;
    padding: 10px 15px;
    font-size: 20px;
    margin-top: 13px;
    cursor: pointer;
	margin-left: 20px;
}
	.menu-area .menu {
		display:none;
    margin: 0;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    z-index: 99;
    background-color: #510e8e;
}
	.menu ul li {
    display: block;
}
.menu-area .menu li a {
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
    text-align: center;
}
	
	
}
@media only screen and (max-width:767px){
	.table-trans td {
    padding-left: 140px;
}
.table-trans td:before {
    width: 120px;
}
.process-box {
    padding-bottom: 60px;
}
.content-box-inner {
    padding: 30px;
}	
.menu-widget {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}	
.traingular-left, .traingular-right {
    max-width: 210px;
	width:50%;
}	
	
	
}
@media only screen and (max-width:601px){
	.user-details{
		display:none!important;
	}
	.mobile-only{
		display:block!important;
	}
	.traingular-left{
		padding-right:15px;
	}
	.traingular-right{
		padding-left:15px; 
	}
.section-box-inner {
    max-width: 190px; 
    padding-top: 110px;
}
	.section-box-inner h2 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
    line-height: 28px;
}
.best-web {
    max-width: 100px;
}
}
@media only screen and (max-width:415px){
	.header .logo {
    max-width: 100px;
}
.mobile-menu-toggle {
    margin-top: 1px;
}
.header-login {
    margin-top: 3px;
}
	
	
}


.bank-data form .pay-btn{
width: 100%;
max-width: 500px;
border-radius: 70px;
border: none;
font-size: 18px;
color: #fff;
font-weight: 600;
background-color: #202020;
}
