
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');


body {
    /* background-color:#ffffff; */
	color: #000 !important;
	font-family: 'Montserrat', sans-serif !important;
    }
	
.navbar-default .navbar-brand {
    color: #231f20 !important;
}	

.login{ background:#fff;
	 background-size:cover;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block !important;
        height: 550px !important;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        line-height: 1 !important;
    }
	
/* .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}	 */

.colo_body{
	background-color: #e0e0e0;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #231f20;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #231f20;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
	color: #fff;
    background-color: #2877d7;
    border-color: #231f20;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #231f20;
}

header {
	opacity:0.8;
	z-index:99999;
}

.lower-opacity {
    opacity:1;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #231f20 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.errorMessage{
	color:#F00 !important;
	padding:5px !important;
	list-style-type:none !important;
}	

.actionMessage{
	color:#F00 !important;
	list-style-type:none !important;
	text-align:center;
}	

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #fff !important;
    border-color: #fff !important;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'gotham_lightregular' !important;
    font-weight: bold;
    padding-top:20px;
}

.panel-danger {
     border-color: #fff !important; 
}

.container
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	color: #000 !important;
	background-color: #fff;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);*/
	margin-top: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
}

.slider{
	border:5px solid #231f20;
	-webkit-box-shadow: 0 25px 18px -18px #000;
     -moz-box-shadow: 0 25px 18px -18px #000;
          box-shadow: 0 25px 18px -18px #000;
}


.box1{
	background-color: #0380fc;
	color:#fff;
	
}

.box2{
	background-color: #605ca8;
	color:#fff;

}

.box3{
	background-color: #00a65a;
	color:#fff;
	
}
.box4{
	background-color: #3170ce;
	color:#fff;
	
}
.box5{
	background-color: #dd4b39;
	color:#fff;
}
.box6{
	background-color: #0000FF;
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	
}

.txt-input{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}

.box7{
	border:2px solid #3832a8;
	background-color:#e9e9f4;
	
	color:#000;
}

.box8{
	border:2px solid #0380fc;
	background-color:#ffecec;

	color:#000;
}

.box9{
	border:2px solid #0073b7;
	background-color:#eaf7ff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	color:#000;
}



.well {
    min-height: 20px;
    padding: 13px !important;
    margin-bottom: 15px !important;
    border-radius: 4px;
}


.carousel-caption {
	background-color:#000;
	 opacity: 0.8;
	     padding-top: 6px !important;
	 left:0% !important;
	padding-bottom: 5px !important;
    width: 100%;
    bottom: 54px !important;
	font-size:14px;
	font-weight:bold;
}


a:link {
	color: #0159fe;
	text-decoration:none;
}
a:visited {
	color: #0159fe;
	text-decoration:none;
}
a:hover {
	color: #0380fc;
	text-decoration:none;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
a:active {
	color: #0159fe;
	text-decoration:none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #231f20;
}

.mr0
{
margin-right:0px;	
}

.m5{
	margin-top:5px;
}

.m8{
	margin-top:8px;
}

.m10{
	margin-top:10px;
}

.m15{
	margin-top:15px;
}

.m20{
	margin-top:20px;
}

.m23{
	margin-top:23px;
}

.m30{
	margin-top: 15px;
}

.m32{
	margin-top:32px;
}

.m44{
	margin-top:44px;
}

.m50{
	margin-top:50px;
}

.m75{
	margin-top:75px;
}

.pl15{
	padding-left:15px;
}

.pr15{
	padding-right:15px;
}

.ml15{
	margin-left:15px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.bordb{
padding:15px;	
border-bottom: 1px solid #a7a7a7;

}

.bordb_box{
padding:5px;	
border-bottom: 1px solid #a7a7a7;
}

.bordb1{
padding-bottom:15px;	
border-bottom: 1px solid #ccc;
}


.bordb_header{
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
       -moz-box-shadow: 0 8px 6px -6px #ccc;
            box-shadow: 0 8px 6px -6px #ccc;
}

.bord{
padding:10px;
border: 2px solid #231f20;
}

.bord_img{
border: 2px solid #231f20;
}

.bordbl{
padding:10px;
border-bottom: 2px solid #3171b1;
margin-bottom:20px;
}

.bord_img{
border: 1px solid #ccc;
}

.pro_img{
border: 1px solid #ccc;
padding:10px;
}


h4{
	font-size:16px !important;
	font-weight:bold;
	color:#023f6a;
	font-family: 'gotham_lightregular' !important;
}

.menu_title{
	font-size:25px !important;
	font-weight:bold;
	color:#e61b24;
	font-family: 'gotham_lightregular' !important;
	margin-top:30px;
}

h5{
	font-size:16px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
}

.comingsoon{
	font-size:30px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
	}

.error{
	font-size:70px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
	}
	
.error1{
	font-size:40px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
	}	

.logback{
	background: url(../images/home_screen.jpg) no-repeat center top;
    background-size: cover;
}

.logback1{
	background: url(../images/home_screen_marathi.jpg) no-repeat center top;
    background-size: cover;
}

.header{
	background-color: #fff !important;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.log_title{
	padding: 15px;
	height: auto;
	font-size: 20px !important;
	background-color: #FFF !important;
	color: #012a4a;
	font-family: 'gotham_lightregular' !important;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	border-bottom-width: 100%;
	border-bottom-style: double;
	border-bottom-color: #028dc1;
}

.button {
	background-color: #0000FF;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 20px;
	padding: 9px 18px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.btn-success {
  background-color: #ffffff !important;
  border: 2px solid #4cae4c !important;
  border-radius: 5px !important;
  color: #3171b1 !important;
  cursor: pointer !important;
  font-size: 10px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left:20px !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight:bold !important;
}

.btn-danger {
  background-color: #ffffff !important;
  border: 2px solid red !important;
  border-radius: 5px !important;
  color: #3171b1 !important;
  cursor: pointer !important;
  font-size: 10px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left:20px !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight:bold !important;
}

.button_noting {
  background-color: #ffffff;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #3171b1;
  cursor: pointer;
  font-size: 14px;
  margin-top: -8px;
  margin-right: 15px;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:bold;
}

.button_logs {
	background-color: #0000FF;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.button_login {
  background-color: #ffffff;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #3171b1;
  cursor: pointer;
  font-size: 14px;
  margin-top: 0px;
  margin-left:20px;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:bold;
}

.button_trans {
 background-color: #231f20;
  border: 2px solid #231f20;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer;
  font-size: 12px;
  margin-top: -8px;
  margin-right: 15px;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
}

.close{
 background-color: #231f20 !important;
  border: 2px solid #231f20 !important;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  margin-top: -8px !important;
  margin-right: 15px !important;
  padding: 9px 18px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight:400 !important;
  opacity:1 !important;
}

.bredcrumb{
	font-size: 14px !important;
    font-weight: bold;
    color: #231f20;
    font-family: 'gotham_lightregular' !important;
}

.button:hover, .button:focus {
  outline: 0;
}

.button1:hover, .button1:focus {
  outline: 0;
}

.button_noting:hover, .button_noting:focus {
  outline: 0;
}


.tablayout{
width:35%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}

.tablayout_cp{
width:80%;
border:1px solid #014878;
border-radius:0px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#014878;
border:1px solid #014878;
}

.tablayout_comingsoon{
width:40%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7;
	color:#000 !important;
}

.margint1{
	margin-top:10px;
}

.menu15{
	margin-left:-30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2877d7;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: #2877d7;
}

.tabletitle{
color:#2877d7;
text-align: center !important; 
}

.table-bordered {
    border: 1px solid #231f20;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #231f20;
}

 .table-bordered1 {
    border: 1px solid #231f20;
    border-collapse: separate;
    border-spacing: 0;
}
.table-bordered1 td, .table-bordered1 th {
    border: 1px solid #ccc;
}

.table-bordered1 tr td {
    border-right: 0;
}
.table-bordered1 tr:last-child td {
    border-bottom: 0;
}
.table-bordered1 tr td:first-child,
.table-bordered1 tr th:first-child {
    border-left: 0;
}
.table-bordered1 tr td{
    border-top: 0;
}
  
  
.noting_header{
	background-color:#231f20;
	color:#fff;
	padding:10px;
	width:50%;
	margin-bottom:0px;
	text-align:left;
}

.panel-heading {
    padding: 5px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 5px;
    background-color: #231f20;
	font-weight:bold;
}

.site-footer
{   padding: 5px;
    background-color: #333333;
    font-size:14px;
	color:#fff;
}

.panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important; 
     box-shadow: none !important;
}


.dash-tab{}

.dash-tab .nav-tabs>li.active>a, .dash-tab .nav-tabs>li.active>a:focus, .dash-tab .nav-tabs>li.active>a:hover {
    color:#fff;
    cursor: default;
    background-color: #231f20;
    border: 1px solid #231f20;


}	
.dash-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;  
	font-style: normal;
    font-size: 14px;
	background-color: #ececec;
    border: 1px solid #231f20;
    border-bottom-color: #231f20;
		text-transform:uppercase;
}
.dash-tab .nav-tabs {
    border-bottom: 1px solid #231f20; width: 100%;
}
.dash-tab .nav-tabs> li {
    float: left;
    display: inline-block;
    zoom: 1;
	 
}	
.dash-tab .nav { padding-top: 5px;}
a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #231f20 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color:#2877d7 !important;
}

.panel-default {
     border-color: #fff; 
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff !important;
	
}

.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
}

.modal-dialog1 {
    width: 63% !important;
    margin: 30px auto;
}

.colo{
	color: #009;
}

.colo1{
	color:#231f20;
}

.colo2{
	font-size:22px;
	font-weight:bold;
	color:#231f20;
}

.colo_foot{
	font-size:30px !important;
	font-weight:bold;
	color:#c3c3c3;
}

.colo_menu{
	background-color:#231f20;
	color:#fff !important;
}

.colo_ol{
	background-color:#d8d9d9;
	font-size:16px !important; 
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	padding:15px;
	margin-right:20px !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
}

.navbar {
    min-height: 49px;
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border-color: #231f20;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.trans_srch{
	color: #333;
	padding: 15px;
	
}

.v-key{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#054a7e;
}


.navbar-default .navbar-nav > li > a {
    color: #231f20;
	font-weight:400;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #231f20;
    white-space: nowrap;
}

.navbar-form {
  padding: 0px !important;
}

@media screen and (min-width:768px) and (max-width:991px)
{
.mob{
	display:none;
}
}



@media screen and (min-width:768px) and (max-width:1191px)
{

.tablayout{
width:52%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
border:2px solid #231f20;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
}

.tablayout_cp{
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	color: #000;
	border: 1px solid #7f0218;
}

.tablayout_comingsoon{
width:45%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;

}

}

@media screen and (min-width:451px) and (max-width:767px)
{
.tablayout{
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}


}

@media screen and (min-width:320px) and (max-width:450px)
{
	
.tablayout{
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}

.button_logs {
	background-color: #0000a0;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.logo_marg{
	margin-top:10px;
}



}

@media screen and (min-width:320px) and (max-width:767px)
{
	
 .button_trans {
  background-color: #231f20;
  border: 2px solid #231f20;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer;
  font-size: 10px;
  margin-top: 8px;
  margin-right: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
}

	.log_title{
	padding: 5px;
	width:auto;
	height:auto;
	font-size: 16px !important;
	background-color: #155cdf!important;
	color: #012a4a;
	font-family: 'gotham_lightregular' !important;
	background-color: #e0e0e0;
	
}



.logo_dive {
	alignment-adjust:auto;
	alignment-adjust:auto;
	width: auto;
	padding: 0px;
	margin-left: auto;
	height:auto;
}

	h4{
		font-size:13px !important;
		font-weight:bold !important;
	}
	
.m10{
	margin-top:0px;
}
	
.pulr{
	float:right;
	margin-right:9px;
}

.mr5{
	 float:right;
     margin-right:18px !important;
     width: 261px;
     border-radius: 15px;
     -webkit-transition: width 0.30s linear 0s;
     -moz-transition: width 0.30s linear 0s;
	 -ms-transition: width 0.30s linear 0s;
	 -o-transition: width 0.30s linear 0s;
     transition: width 0.30s linear 0s;		
}

.mr10{
	float:right;
    margin-right:10px !important;		
}		
	
.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
}	
	
.colo2{
	font-size:14px;
	font-weight:bold;
	color:#231f20;
}



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 5px !important;
}


.drop_head
{
	margin-top:15px;
}

.hdtxt{
	text-transform:capitalize;
}
	
.error{
	font-size:30px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
	}
	
.error1{
	font-size:20px !important;
	font-weight:bold;
	color:#231f20;
	font-family: 'gotham_lightregular' !important;
	}

.noting_header{
	background-color:#231f20;
	color:#fff;
	padding:10px;
	width:100%;
	margin-bottom:0px;
	text-align:left;
}	
	
.tabletitle{
color:#2877d7;
font-size:12px !important;
}

.tabl{}
.tabl .form-control {
  width: auto !important;
}	
	
.menu15{
	margin-left:0px;
}	

.tablayout{
width:55%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
border:2px solid #231f20;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
}

.tablayout_comingsoon{
width:85%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;
}

.searchBox {
 float:right;
 margin-right:4px !important;
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.searchBox1{
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.searchBox2 {
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.navbar-nav .open .dropdown-menu {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #231f20;
    white-space: nowrap;
	border:1px solid #cccccc;
}

/*.navbar-nav .open .dropdown-menu {
   	position: absolute !important;
	background-color: #fff !important;	
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    float: left !important;
    min-width: 180px !important;
    padding: 5px 12px !important;
    margin: 2px -15px 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;    
}*/

.mob{
	display:none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px; 

}


.log_cont1 {
	font-family: Arial, Gadget, sans-serif;
	font-size: 12px;
	float: left;
	width: 50%;
	padding-left:140px;
	text-align:justify
}
.log_cont2 {
	font-family: Arial, Gadget, sans-serif;
	font-size: 12px;
	float: left;
	width: 35%;
	padding-left:15px;
	margin-left: 15px;
	text-align:justify
}

}

@media screen and (min-width:446px) and (max-width:510px)
{
	.box_space{
		margin-bottom:30px;
	}
}


@media screen and (min-width:768px) and (max-width:10000px)
{
.device{
	display:none;
}

.burgerm{
	display:none;
}

}

@media screen and (min-width:446px) and (max-width:510px)
{
.v-key{
	display:none;
}
}

@media screen and (min-width:320px) and (max-width:767px)
{.v-key{
	display:none;
}
}

@media screen and (min-width:320px) and (max-width:767px)
{.h5{
	display:none;
}
}


@media screen and (min-width:446px) and (max-width:510px)
{
.FP_form {

	margin-left: auto;
}

}

@media screen and (min-width:320px) and (max-width:767px)
{.FP_form {

	margin-left: auto;
}

.form {
  max-width: auto;
 }
}

@media screen and (min-width:320px) and (max-width:767px)
{.FP_form {

	margin-left: auto;
}

.form {
  max-width: auto;
 }
}

.inn_footer {
	background-color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
}


/*css aded by sajid*/

.login-banner{
    margin-left: -15px;
    background: rgb(0 181 238 / 3%);
    padding: 40px 40px 0 40px;
    height: 100%;
    position: fixed;
    width: inherit;
}
.login-banner aside{
    display: flex;
    height: 100%;
    align-items: center;
    place-content: center;
}
.login-banner aside img{
    max-width: 100%;
}
/* .login-banner img{
	height: 100vh;
    max-width: 100%;
} */

.login_a h1{
    color: var(--Primary, #093096);
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}
.login_a p{
	color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 7px 0 30px 0;
}
.login_a h2{
	color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 30px 0;
}

.login_b{
	padding: 40px 20px 20px 20px;
    margin-bottom: 60px;
}

.login_c{
	position: relative;
	width: 300px;
	max-width: 100%;
}
.login_c label {
	position: absolute;
    font-size: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 0.3rem;
    margin: 0 0 0 12px;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
  }
.login_c input {
	font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 300px;
	border-radius: 4px;
	padding: 0 12px 0 12px;
  }
/* .login_c input:focus {
	border-color: #6200EE;  
  } */
.login_c input:focus + label {
	color: rgba(0, 0, 0, 0.60);
	top: 0;
	transform: translateY(-50%) scale(.9);
  }
.login_c input:not(:placeholder-shown) + label {
	top: 0;
	transform: translateY(-50%) scale(.9);
  }
.login_c a{
	float: right;
    color: #333 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-top: 10px;
}

.login_d{
	width: 300px;
	display: flex;
}
.login_d input{
	border: 1px solid rgba(0, 0, 0, 0.30);
    border-radius: 4px;
    height: 50px;
    width: 100%;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	outline: none;
    padding: 0 12px 0 12px;
    font-size: 14px;
}
.login_d input:focus {
	border-color: rgba(0, 0, 0, 0.30);  
}
.login_d aside{
	background: #F2F2F2;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.30);
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
    padding: 0 10px 0 10px;
}

.login_e{
	border-radius: 4px;
    background: var(--secondary, #00B5EE);
    width: 300px;
    display: flex;
    height: 45px;
    align-items: center;
    place-content: center;
    color: #fff !important;
    margin-top: 30px;
	font-size: 16px;
}
.login_f{
	color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin: 10px 0 0 0;
    text-align: center;
    max-width: 300px;
}
.login_f a{
	color: #333 !important;
    font-weight: 700;
    text-decoration: underline;
}

.login_g{
    background: rgb(0 181 238 / 10%);
    font-size: 12px;
    line-height: 19.6px;
    color: #333;
    font-weight: 500;
    margin: 0px -15px 0 0px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: -webkit-fill-available;
    min-height: 66px;
    display: flex;
    align-items: center;
    place-content: center;
}

.mt50{
	margin-top: 50px;
}
.mt30{
	margin-top: 30px;
}
.errorMessage{
	position: absolute;
}


.top_header{
    box-shadow: 8px 4px 24px 0px rgba(0, 0, 0, 0.03);
    height: 78px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 30px 0 30px;
}
.change_bg{
    background: #F9F9F9;
}
.title_header{
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 0 30px 0 30px;
    margin: 30px 0 30px 0;
    color: #093096;
}
.main_box{
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 0;
    padding: 30px;
    min-height: 350px;
}

.login_cd{
	position: relative;
    margin: 0 10px 30px 10px;
}
.login_cd label {
	position: absolute;
    font-size: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 0.3rem;
    margin: 0 0 0 12px;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
  }
.login_cd input {
	font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
	border-radius: 4px;
	padding: 0 12px 0 12px;
  }
/* .login_c input:focus {
	border-color: #6200EE;  
  } */
.login_cd input:focus + label {
	color: rgba(0, 0, 0, 0.60);
	top: 0;
	transform: translateY(-50%) scale(.9);
  }
.login_cd input:not(:placeholder-shown) + label {
	top: 0;
	transform: translateY(-50%) scale(.9);
  }

.side_space{
    padding: 0 15px 0 15px;
}
  
.button_field{
    display: flex;
    place-content: center;
    margin-top: 30px;
}
.button_field input{
    border-radius: 5px;
    border: 1px solid var(--secondary, #00B5EE);
    background: #FFF;
    min-width: 147px;
    height: 45px;
    color: #00B5EE;
    font-size: 14px;
    font-weight: 600;
    margin: 0 7px 0 7px;
}
.button_field input:last-of-type{
    background: #00B5EE;
    color: #fff;
}

.expiry_dateBlock{
    display: flex;
    margin-bottom: 30px;
}
.expiry_dateBlock select{
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 12px 0 12px;
    margin: 0 10px 0 10px;
}
.expiry_dateBlock label{
    position: absolute;
    font-size: 12px;
    left: 10px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 0.3rem;
    margin: 0 0 0 12px;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
}

.select_boxx{
    /* width: 300px; */
    display: flex;
    margin: 30px 0 30px 0;
    /* flex-direction: column; */
}
.select_boxx select{
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 12px 0 12px;
    margin: 0 10px 0 10px;
}
.select_boxx input{
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 12px 0 12px;
    margin: 0 10px 0px 10px;
}
.select_boxx label{
    position: absolute;
    font-size: 12px;
    left: 10px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 0.3rem;
    margin: 0 0 0 12px;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
}
.select_boxx1{
    width: 300px;
    display: flex;
    margin: 30px 0 30px 0;
}
.select_boxx1 select{
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 12px 0 12px;
    margin: 0 10px 0 10px;
}
.select_boxx1 input{
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.30);
    height: 50px;
    width: 100%;
    border-radius: 4px;
    padding: 0 12px 0 12px;
    margin: 0 10px 0 10px;
}
.select_boxx1 label{
    position: absolute;
    font-size: 12px;
    left: 30px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 0.3rem;
    margin: 0 0 0 12px;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.60);
    font-weight: 400;
}

.inner_header{
    box-shadow: 8px 4px 24px 0px rgba(0, 0, 0, 0.03);
    background: #fff;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    place-content: center;
    padding: 0 30px 0 30px;
}
.inner_header p{
    color: #333;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 40px;
    place-content: flex-end;
}
.inner_header button{
    border-radius: 31px;
    border: 1px solid #EBEDF9;
    background: #FFF;
    box-shadow: 0px 18px 54px 0px rgba(0, 0, 0, 0.02);
    min-width: 100px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: block;
    margin: 0 0 0 auto;
}
.inner_header .dropdown-menu{
    float: right;
    right: 0;
    left: initial;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
}

.side_navigation{
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 2px 0 0 0;
    /* height: 100vh; */
}
.side_navigation section li a{
    padding-left: 45px !important;
    font-size: 13px !important;
}
.side_navigation ul{
    padding: 0;
    margin: 0;
    font-family: inherit;
}
.side_navigation ul li{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    list-style: none;
    border-top: 1px solid rgb(0 0 0 / 5%);
}
.side_navigation ul li a{
    color: #000 !important;
    padding: 12px 15px 12px 30px;
    display: block;
    border-left: 4px solid transparent;
}
.side_navigation ul h4{
    color: var(--primary, #093096);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Montserrat !important;
    padding: 15px 15px 15px 30px;
    margin: 0;
    cursor: pointer;
}
.side_navigation ul h4 img{
    float: right;
    margin-top: 5px;
}
.side_navigation aside{
    border-top: 1px solid rgb(0 0 0 / 5%);
    text-align: center;
    padding: 25px;
}
.side_navigation aside span{
    display: block;
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
}

.heading_innerPage{
    border-radius: 5px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    height: 45px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px 0 20px;
    color: #093096;
    margin: 5px 5px 25px 5px;
    display: flex;
    align-items: center;
}

.inner_page11{
    padding: 15px;
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 5px;
    min-height: 300px;
}

table.inner_page11{
    display: none;
}

.inner_page12 td{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 0 10px 0;
    width: 33.33%;
}
.inner_page12 td b{
    color: var(--dark-grey, #3D495F);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inner_page13 tr th{
    color: var(--primary, #093096);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    background: #F9F9F9;
    height: 50px;
    text-align: left;
    padding: 0 15px 0 15px;
}
.inner_page13 tr th:first-of-type{
    border-top-left-radius: 10px;
}
.inner_page13 tr th:last-of-type{
    border-top-right-radius: 10px;
}
.inner_page13 tr td{
    color: var(--dark-grey, #3D495F);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #21212114;
    padding: 10px 15px 10px 15px;
    text-align: left;
}

.inner_page14{
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    margin: 5px;
    min-height: 300px;
}
.inner_page14 aside{
    color: var(--primary, #093096);
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 15px 0 15px 15px;
    text-align: left;
}

.inner_page15{
    margin-top: 15px;
    display: table;
}
.inner_page15 input{
    border-radius: 5px;
    border: 1px solid var(--secondary, #00B5EE);
    background: #FFF;
    color: #00B5EE;
    height: 50px;
    font-weight: 500;
    font-size: 15px;
    min-width: 130px;
}
.inner_page15 input:last-of-type{
    color: #fff !important;
    background: #00B5EE;
    margin-left: 10px;
}

.inner_page16 tr td{
    color: var(--dark-grey, #3D495F);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 15px;
    text-align: left;
}
.inner_page16 tr td b{
    color: #093096;
    white-space: nowrap;
}

.sub_headingInner{
    color: var(--primary, #093096);
    font-family: Montserrat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #21212114;
    padding-bottom: 15px;
    margin: 15px 0 15px 0;
}

table{
    font-family: 'Montserrat', sans-serif !important;
}
table td{
    font-family: 'Montserrat', sans-serif !important;
}
.checked_menu{
    background: rgb(0 181 238 / 7%);
    border-left: 4px solid #00B5EE !important;
}

.manage_trx{
    width: 100%;
    border: 1px solid #E4EEFA;
    border-radius: 14px;
    margin: 15px 0 15px 0;
    padding: 10px 10px 0px 10px;
}
.manage_trx td{
    color: #04070F;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
.manage_trx td b{
    background-color: rgb(0 181 238 / 20%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    place-content: center;
    align-items: center;
    border-radius: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
.manage_trx td .ip{
    border: 1px solid rgb(9 48 150 / 10%);
    border-radius: 14px;
    height: 35px;
    min-width: 112px;
    color: #04070F;
    font-weight: 500;
    padding: 0 5px 0 15px;
}
.manage_trx td .ip:first-of-type{
    margin-right: 15px;
}

.slider {
    height: 4px !important;
}
.slider {
    border: 3px solid #093096 !important;
    box-shadow: 0 25px 18px -18px #093096 !important;
}

.otp_boxx p{
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.otp_boxx a{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    display: block;
    margin-top: 20px;
    cursor: pointer;
margin-bottom: 10px;
}

.password_view{
    position: absolute;
    right: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px;
}


.mmyy:before {
    position: absolute;
    top: 15px;
	left: 15px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

.mmyy::-webkit-datetime-edit, .mmyy::-webkit-inner-spin-button, .mmyy::-webkit-clear-button {
    display: none;
}

.mmyy::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    color: black;
    opacity: 1;
}

/* @media only screen and (min-width: 1024px) and (max-width: 1280px)  {
    .inner_page15 input {
        font-size: 14px;
        min-width: 120px;
    }  
} */

.md-table{
    border-bottom: 1px solid #eee;
}
.md-table td{
    color: #3D495F;
    font-size: 14px;
    height: 48px;
    border-top: 1px solid #eee;
}
.md-table td input{
    background: #00B5EE;
    color: #fff;
    width: 74px;
    height: 24px;
    font-size: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}
.md-table td select{
    border: 1px solid #ccc;
    font-size: 13px;
    min-width: 156px;
    height: 26px;
    border-radius: 5px;
}




@media only screen and (max-width: 992px){
    .login-banner {
        position: relative;
        width: 100%;
    }
    .login_g {
        margin: 0px -15px 0 -15px;
        position: relative;
        padding: 10px 15px 10px 15px;
        min-height: 66px;
    }
}