/*CSS Document for web layout*/

/*css added by Ajay Kumar on 061221*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* You can add global styles to this file, and also import other style files */
html {
	font-size: 14px
}
html, body { height: 100%; }
body {
    margin: 0; 
    /* font-family: 'Lato', sans-serif; */
    font-family: Roboto, "Helvetica Neue", sans-serif;
 }
 .bg-grey {
    background: #eaeaea;
}
a:hover {
	text-decoration: none
}
.bg-light-grey {
    background: #fafbff;
}
/* width */
.sidebar_menus::-webkit-scrollbar {
  width: 5px;
  display: none
}
.text-light-grey {
    color: #b7b7b7;
}
/* Track */
.sidebar_menus::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.sidebar_menus::-webkit-scrollbar-thumb {
  background: #fff;
}

/* Handle on hover */
.sidebar_menus::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.btn_primary {
    text-align: center;
    display: block;
   /* width: 100%;*/
    background: #000131;
    color: #fff;
    padding: 10px;
}
.btn_primary:hover {
    color: #fff;
}
.border-light-grey {
	border-color: #c8c8c8 !important
}
.bg-dark-grey {
	background: #e1e1e1
}
.primary_link {
    color: #007bff;
}
.br-14 {
    border-radius: 14px;
}
.border-1 {
    border: 1px solid #000;
}

.btn_primary {
	background: #000131
}
.bg-primary {
    background-color: #000131!important;
}
.modal-content {
	border: none !important
}
.font-sm {
	font-size: 13px
}
/*Header css*/
.home_header {
    background: #ffffff;
    box-shadow: 0 0 10px 0px #00000038;
}
.main_header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000032+0,113885+100 */
    background: #000032; /* Old browsers */
    background: -moz-linear-gradient(top,  #000032 0%, #113885 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000032 0%,#113885 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000032 0%,#113885 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000032', endColorstr='#113885',GradientType=0 ); /* IE6-9 */
}
.home_banner {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#103e8b+0,000032+60 */
background: #103e8b; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #103e8b 0%, #000032 60%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #103e8b 0%,#000032 60%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #103e8b 0%,#000032 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103e8b', endColorstr='#000032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.header_logo {
    max-width: 140px;
}
.main_navs {
	padding: 0;
	margin: 0;
}
.main_navs li {
	align-items: center;
	display: inline-flex
}
.main_navs li a {
    color: #000 !important;
    padding: 7px 15px !important;
    border-right: 1px solid #ddd;
}
.main_navs li:last-child a {
	border: none
}
.main_navs li a.router-link-active {
    font-weight: 500;
}
.navbar_toggler {
    max-width: 50px;
}
.navbar_toggler:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
@media screen and (max-width:992px) {
   .top_navs {
		
	}
	.downloadApp_content {
		background: rgba(15,11,113,.77);
	}
}
@media screen and (max-width:767px) {
    .header_logo {
        max-width: 100px;
    }
}



/*Homepage css*/


.signUp_btn {
    display: inline-block;
    background: #ed1c24;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 200px;
}
.about {
    background:  url(../images/bg_about.png) no-repeat bottom center;
    background-size: contain;
}
.benefits{
    background: url(../images/benefits_bg1.png) no-repeat 10% 0%, url(../images/benefits_bg.png) no-repeat bottom center, url(../images/benefits_bg3.png) no-repeat bottom right, url(../images/benefits_bg2.png) no-repeat 90% 0% #023f8833;
    background-size: 50px, 100% auto, auto, 50px ;
}
.banefit_block {
    background: #fff;
    height: 100%;
    box-shadow: 0 0 5px 0px #0000003b;
    min-height: 300px;
}
.banefit_block p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.benefit_heading {
    color: #023f88;
}
.btn_contact {
    background: #ff0000;
    color: #fff !important;
    padding: 10px 20px;
    width: 150px;
    border-radius: 30px;
}
.contact_bg {
    background: url(../images/sunburst.png) no-repeat left center #E9E9E9;
    background-size: cover;
}
.contact_right {
    background: url(../images/contact_right_bg.png) no-repeat center right;
}

.question {
    background-color: #ffffff;
    color: #000;
    position: relative;
    margin-top: 20px;
    padding: 9px 0;
    border-bottom: 1px solid #000;
}
.question h4 {
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}
.answer {
    margin: 0px;
    width: 100%;
	display: none
}
.answer p {
    margin: 0;
    padding: 10px 0;
    color: #000;
}
.arrow_faq {
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
}
.arrow-active{
	transform:rotate(90deg);
}
@media screen and (max-width:767px) {
    .about_text {
        font-size: 18px;
    }
}


/*Footer Css*/


.footer_wrapper {
    background: #000032; /* Old browsers */
    background: -moz-linear-gradient(top,  #000032 0%, #113885 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000032 0%,#113885 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000032 0%,#113885 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000032', endColorstr='#113885',GradientType=0 ); /* IE6-9 */   
    padding: 20px 25px;
}
.logo {
    display: block;
}
.logo a {
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.logo img {
    max-width: 59px;
    margin-right: 12px;
}
.downloadApp_img img {
    max-width: 125px;
}
.downloadApp_img {
    padding: 0 7px;
}
.footer_nav {
    padding: 0;
}
.footer_nav ul {
    margin: 0;
    padding: 10px 0;
	list-style: none
}
.footer_nav ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer_nav ul li a {
    display: block;
    padding: 8px 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}
.footer_nav ul li.active a {
    position: relative;
}
.footer_nav ul li a:hover {
    text-decoration: none;
}
.footer_nav ul li a:before, .footer_nav ul li a:after {
    transition: all .2s;
    width: 0;
    position: relative;
}
.footer_nav ul li a:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    top: 0;
    left: 0;
}
.footer_nav ul li a:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    bottom: 0;
    right: 0;
}
.footer_nav ul li a:hover:before, .footer_nav ul li a:hover:after, .footer_nav ul li.active a:before, .footer_nav ul li.active a:after {
    width: 100%;
}
.footer_text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
.footer_logos a {
   display: block;
   padding:0 20px 0 0;
}
.footer_logos img {
    max-height: 75px;
}

@media screen and (max-width:767px) {
    .header_wrapper {
        padding: 20px 0;
    }
    .footer_nav {
        text-align: center;
    }
    .footer_download {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .bottom_logo {
        justify-content: center !important;
        width: 100%;
    }
    .footer_logos img {
        max-height: 55px;
    }
    .footer_nav ul li a {
        font-size: 12px;
    }
}


/*Program Details CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #f2f5f7;
}
.program_heading1 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    background-color: #f3f3f3;

    padding: 20px 15px;
    border-radius: 1px;
}
.program_heading2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 27px;
    position: relative;
    background-color: #f3f3f3;
    padding:  15px;
    border-radius: 1px;
}
.program_heading2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background-color: #2b4b8c;
}
.program_content p {
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 0 22px;
}
.p_text {
    padding-left: 22px;
    line-height: 1.8;
}
.disclaimer-pageheading {
    background: #2b4b8c;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}
.w_75 {
    width: 75%;
}
.download_app {
	background: url(../images/phone-in-hand-bg.jpg) no-repeat;
	background-size: cover;
}
@media screen and (max-width:767px) {
    .program_heading1:before {
        border-right-width: 50px;
        border-left-width: 50px;
    }
    .w_75 {
        width: 100%;
    }
}

/*Registration CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #f2f5f7;
    padding: 30px 0;
}
.main_heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    background-color: #f3f3f3;
    padding: 20px 15px;
    border-radius: 1px;
    /* border: 1px solid #dcdcdc; */
}
.instant_enrollment_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-size: contain;
}
.enrollment_block {
    box-sizing: border-box;
}
.enrollment_block > div {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box !important;    
    flex: auto !important;
}
/* .enrollment_block > div + div {
    margin-left: 15px;
} */
.form_label {
    width: 100%;
}
.form_control {
    width: 100%;
    padding: 6px 13px;
    height: 40px;
    border: 1px solid #e6e7e8;
    background: none;
}
.form_select select {
    appearance: none;
}
.form_select, .form_select_form {
    position: relative;
}
.form_select:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 34px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #000 #000 transparent;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    pointer-events: none;
}
.form_select_form:after {
    top: 15px;
}
.form_label sup {
    font-size: 14px;
    color: #f00;
    top: -5px;
    font-weight: 600;
}
.submit_btn {
    background-color: #007ad9;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #007ad9;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 5px 22px;
}
.submit_btn_sty {
    background-color: #000131;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000131;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 6px 22px;
    border-radius: 4px;
    margin-right: 10px;
}
.box-shadow-sty{box-shadow: 0px 0px 5px #ccc;}

@media screen and (max-width:768px) {
    
    .enrollment_block {
        flex-wrap: wrap;
    }
    .enrollment_block  > div {
        margin-bottom: 20px;
        margin-left: 0  !important;
    }
    .mat-checkbox-layout .mat-checkbox-label {
        line-height: 1;
        white-space: pre-wrap;
    }
}


/*Recharge CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #f2f5f7;
    padding: 30px 0;
}
.main_heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    margin-top: 17px;
    position: relative;
    background-color: #f3f3f3;
    padding: 13px 15px;
    border-radius: 1px;
    border: 1px solid #dcdcdc;
}
/*.instant_enrollment_wrapper {
     box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); 
}*/
.enrollment_block {
    box-sizing: border-box;
}
.enrollment_block > div {
    padding: 0;
    width: 100%;
    box-sizing: border-box !important;    
    flex: auto !important;
}
.enrollment_block > div + div {
    margin-left: 15px;
}
.form_label {
    width: 100%;
    margin-bottom: 10px;
}
.form_label sup {
    font-size: 12px;
    color: #f00;
    top: -5px;
    font-weight: 700;
}
.submit_btn {
    background-color: #000131;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;


    border: none;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 7px 22px;
    width: 200px;
    border-radius: 4px;
}
.submit_btn:hover {
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 7px 22px;
}
.recharge_heading {
    position: relative;
    font-size: 24px;
    font-weight: 400;
}
.form_control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 10px 0 5px 5px;
}
.form_control:focus {
    outline: none;
}
.example-margin {
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .program_heading1:before {
        border-right-width: 50px;
        border-left-width: 50px;
    }
}

/*Login CSS */

.login_input {
    padding: 8px 12px
}
.login_btn {
    font-weight: 700;
}


/*Sidebar CSS*/

.sidebar_wrapper {	
    background: #223167;
	padding: 0;
	z-index: 10;
	width: 280px;
	position: relative;
	transition: all .3s;
	min-height: 100%
}
.sidebar_menus {
    position: relative;
    overflow: auto;
    height: 100%;
    padding-bottom: 80px;
}
.sidebar_menus ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_menus ul li {
    display: block;
    border-top: 1px solid #3a3f79;
}
.sidebar_menus li a {
    display: block;
    padding: 13px 10px;
    background: #223167;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
	letter-spacing: .5px;
}
.sidebar_menus li a img {
   /* max-width: 30px;
    filter: brightness(1000);*/
    margin-right: 10px;
}
.has_sub > a:after {
  position:absolute;
  content:'';
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent  #ffffff #ffffff transparent;
  right: 20px;
  transform: rotate(-45deg);
  transition: all .2s;
  top: 21px;
}
.has_sub > a:hover:after {
  position:absolute;
  content:'';
  width: 8px;
  height: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent  #223167  #223167  transparent;
  right: 20px;
  transform: rotate(-45deg);
  transition: all .2s;
  top: 21px;
}
.has_sub > a.open:after {
    transform: rotate(45deg);
}

.sub_menu li a img {
    max-width: 30px;
    filter: brightness(1000);
    margin-right: 10px;
    /* display: block; */
}
.collapsed_nav span {
    display: none;
}
.collapsed_nav .sidebar_menus li a img {
    margin: 0 auto;
    display: block;
}
.collapsed_nav {
    width: 50px;
	transition: all .3s
}
.sub_menu {
    display: none;
    /* position: absolute; */
    z-index: 100;
    background: #fff;
    top: 0;
    padding: 60px 25px 20px;
}
.sidebar_wrapper:not(.collapsed_nav) .sub_menu > li > a {
    padding-left: 35px !important;
}
.trigger {
    position: absolute;
    right: -26px;
    width: 25px;
    height: 50px;
    background: #fff;
    box-shadow: 4px 0 5px 0px #0000002e;
    top: 1px;
}
.trigger:after {
    position: absolute;
    content: ">";
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 24px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sidebar_menus li a.active, .sidebar_menus li a:hover {
	background: #fff;
	color: #223167
}
.sidebar_menus li a.active img, .sidebar_menus li a:hover img {
    filter: brightness(0) hue-rotate(67deg) grayscale(1);
}
/*Add Money css*/

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:  #00000066;
	background-size: 95px;
	z-index: 100;
	display:flex;
	align-items:center;
	justify-content:center;
    z-index: 999999;
}
.loading:after {
    position: absolute;
    content: "";
    background: url(../images/loader.gif) no-repeat center #fff;
    background-size: 70px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.error {
    position: absolute;
    left: 0;
    top: 102%;
    color: #ff5858;
    font-size: 12px;
}

.br-0 {
	border-radius: 0
} 
.wallet_bal {
    box-shadow: 0 0 10px 0 #97969647;
    min-height: 130px;
}
.table_heading {
    font-size: 18px;
}
.download_file_btns {
	padding: 10px 0
}
.download_file_btns button, .download_file_btns button:hover {
    padding: 6px;
    border-radius: 50% !important;
    background: #000131 !important;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
	float: left;
    align-items: center;
    justify-content: center;
	margin-bottom: 0
}
.download_file_btns button:focus {
	outline: none
}
.download_file_btns button img {
    width: 100%;
	max-width: 20px
}
.text_primary {
    color: #223064;
}
table.dashboardTable thead th {
    white-space: nowrap;
    padding: 10px;
    border-bottom: 1px solid #ccc;
} 
table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
	text-align:center;
}
div#dataTable_filter {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
    padding-top: 1.25em;
    margin: 0 auto;
}

.dataTables_wrapper .dataTables_paginate span a.paginate_button, .dataTables_wrapper .dataTables_paginate span a.current.paginate_button, .dataTables_wrapper .dataTables_paginate span a.paginate_button, .dataTables_wrapper .dataTables_paginate span a.current.paginate_button:hover, .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover {
    padding: 10px;
    background: transparent !important;
    border: 1px solid #000131;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 50% !important;
    color: #000 !important;
	margin-left: 5px;
}
 .dataTables_wrapper .dataTables_paginate span a.current.paginate_button {
    padding: 10px;
    background: #000131 !important;
    border: none;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: 50% !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.next:hover, .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:hover {
	background: none !important ;
	color: #000000 !important;
	border-color:transparent
}
@media screen and (max-width:767px) {
	.table_heading {
		font-size: 16px
	}
	.main_navs li a {
		padding: 5px 10px !important
	}
	.notification_link img, .message_link img {
		max-width: 20px
	}
	.user_profile img {
		max-width: 35px
	}
	.download_file_btns ul li button {
		width: 30px;
		height: 30px;
	}
	.download_file_btns ul li button img {
    /* max-width: 15px; */
	}
	.border-sm-none {
		border: none !important
	}
}

/*Dashboard Css*/

.dashboard_header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0078f8+0,2989d8+60,2989d8+60,2989d8+62,ffffff+62,ffffff+63,ffffff+100 */
	background: #0078f8; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0078f8 0%, #2989d8 60%, #2989d8 60%, #2989d8 62%, #ffffff 62%, #ffffff 63%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #0078f8 0%,#2989d8 60%,#2989d8 60%,#2989d8 62%,#ffffff 62%,#ffffff 63%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #0078f8 0%,#2989d8 60%,#2989d8 60%,#2989d8 62%,#ffffff 62%,#ffffff 63%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078f8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.money_input {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    width: 150px;
    text-align: center;
}
.money_input:focus {
    outline: none;
}
.add_money_btn {
    background: #223167;
    border: none;
    color: #fff;
    border-radius: 50%;
    font-family: monospace;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 0;
}
.add_money_btn img {
    max-width: 15px;
    margin-right: 5px;
    vertical-align: middle;
}
.paybackBlock h5 {
    color: #0073f8;
}
.payBtn {
    border-radius: 4px;
    display: block;
    color: #fff;
}
.payBtn:hover {
	color: #fff
}
.payBtn img {
    max-width: 60px;
}
.payBtn1 {
    background: #3ea0ec;
}
.payBtn2 {
    background: #f5c767;
}
#g_map {
  height: 300px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.primary_thumb {
    background: #fff;
    padding: 20px;
    border: 1px solid #dddcdc;
    box-shadow: 0 0 5px 2px #00000014;
}
.redeem_thumb {
    min-height: 170px;
}
.redeem_icon img {
    max-width: 60px;
    margin-right: 30px;
}
.redeem_slider {
    margin-bottom: 30px;
}
.redeem_btn {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f7cc1+0,1faed3+100 */
    background: #1f7cc1; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #1f7cc1 0%, #1faed3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #1f7cc1 0%,#1faed3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #1f7cc1 0%,#1faed3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f7cc1', endColorstr='#1faed3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.copy_btn {
    background: #0078f8;
    color: #fff;
    padding: 6px 20px;
}
.copy_btn:hover {
    color:#fff
}
.or_divider {
    position: relative;
}
.or_divider span {
    background:#e1e1e1;
    z-index:10;
	position: relative;
    line-height: 1.4;
    font-weight: 600;
}
.or_divider:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    background: #e1e1e1;
    left: 0;
    top: 50%;
    z-index:1    
}

.user_profile1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.user_profile1 img {
    max-width: 100%;
    display: block
}
.searchBtn {
    background: #ea2327;
    color: #fff;
    padding: 7px 10px;
}
.searchBtn img {
    width: 15px;
    margin-right: 10px;
}
.date_input {
    background: url(../images/datePicker.png) no-repeat 97% center;
    background-size: 20px;
    padding-right: 40px;
}
.addBtn span {
    width: 15px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(310deg);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
.btn_close {
    font-size: 24px;
    transform: rotate(45deg);
    border: none;
    background: no-repeat;
    color: #fff;
    line-height: 1;
}
.btn_close:focus {
	outline: none
}
.plane {
	width: 16px;
}
.white {	
    filter: contrast(0) brightness(100);
}
.modal-dialog {
	min-height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px;
}

#g_map_ div.poi-info-window .view-link {
       display:none;
}
textarea:disabled, input:disabled {
    background-color: #e9ecef !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.actionbtn {
    display: none;
}

.pro_txt_label{
	padding-top: 32px;
    font-size: 18px;
}
.ProfileImg {
    margin-left: 15px;
    max-width: 40px;
}
.total_amt_txt {
    position: absolute;
    top: auto;
    left: 50%;
    z-index: 1000;
    bottom: 167px;
    font-size: 18px;
    font-weight: 500;
    transform: translateX(-50px);
    /* transform: translateY(10px); */
}
canvas#chDonut1 {
    position: relative;
}
.bootstrap-select{
	border: 1px solid #ced4da !important;
}

#scrolltop {
  display: inline-block;
  background-color: #ea2327;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrolltop::after {
    content: "↑";
    font-family: FontAwesome;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5em;
    line-height: 45px;
    color: #fff;
}
#scrolltop:hover {
  cursor: pointer;
  background-color: #d6161a;
}
#scrolltop:active {
  background-color: #ea2327;
}
#scrolltop.show {
  opacity: 1;
  visibility: visible;
}
.text-black-50 {
    color: rgba(0,0,0,.7)!important;
}
img.blanceico {
    max-width: 70px;
}
.bigwidth {
    max-width: 70%;
}
.bigwidth .modal-body {
    height: 400px;
    overflow: scroll;
}
.bigwidth .modal-body table tr td {
    padding: 10px 15px;
}
.pbeq {
    padding-top: 15px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
}
.amount_feild_sty{
	max-width: 180px;
    float: left;
}

.send_btn_sty {
    max-width: 100px;
    float: left;
    margin-left: 15px; 
    padding: 6px 20px;
}

@media(min-width: 768px){
  .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media(max-width: 768px){
  .col-xs-12{
    width: 100%;
	padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/******Tooltip CSS********/

/*== start of code for tooltips ==*/
.cust_tooltip .tool {
    cursor: pointer;
    position: relative;
}


/*== common styles for both parts of tool tip ==*/
.cust_tooltip .tool::before,
.cust_tooltip .tool::after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
}

.cust_tooltip .tool:hover::before,
.cust_tooltip .tool:focus::before,
.cust_tooltip .tool:hover::after,
.cust_tooltip .tool:focus::after {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 100; 
}

.viewfamily .dt-buttons, .myfamily .dt-buttons, .viewreq .dt-buttons, .aprrvedreq .dt-buttons, .fttrans .dt-buttons {
    display: none;
}

/*== pointer tip ==*/
.cust_tooltip .tool::before {
    border-style: solid;
    border-width: .75em 0.5em 0 0.5em;
    border-color: #223167 transparent transparent transparent;
    bottom: 100%;
    content: "";
    margin-left: -0.5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
    transform: scale(.6) translateY(-90%);
}

.cust_tooltip .tool:hover::before,
.cust_tooltip.tool:focus::before {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.cust_tooltip .tool::after {
    background: rgba(0, 1, 49,0.9);
    border-radius: 7px;
    bottom: 150%;
    color: #EDEFF0;
    content: attr(data-tip);
    margin-left: -4.5em;
    padding: .5em;
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
    transform: scale(.6) translateY(50%);
    width: 100px;
    font-size: 11px;
    text-align: center;
}

.cust_tooltip .tool:hover::after,
.cust_tooltip .tool:focus::after  {
    transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
  .cust_tooltip .tool::after { 
        font-size: .75em;
        margin-left: -5em;
        width: 10em; 
  }
}

.cust_tooltip img {
    max-width: 18px;
    margin: 0 5px;
}
.star-inserted {
    text-align : center;
}

.mainsec {
    background: #f2f5f7
}
.pbkimg{width: 120px;}
.form_select lable {margin-bottom: 5px;}
.imgw140{width: 140px}
.imgw50{width: 50px;margin-top: 5px;}
.smsimg{width: 35px;}
.imgw33{width: 33px;margin-top: 0px;}
.kycimg{background: #000131;}
.adduicon{max-width: 58px;}
.pointer {cursor: pointer;}
.borderr{border-right: 1px solid #e3e0e0;}
.hideimp{display: none !important;}
#childregistrationbulkup{display:none;}
.margint30 {margin-top:30px}
#childregistrationbulkup, #childFundTrbulkup{display: none;}
#bulkFdTrup{margin-top:30px;}
/***Date CSS*
input[type="date"]::-webkit-datetime-edit, 
input[type="date"]::-webkit-inner-spin-button, 
input[type="date"]::-webkit-clear-button {
  color: #fff;
  position: relative;
}
input[type="date"]::-webkit-datetime-edit-year-field{
  position: absolute !important;
  color:#000;
  left: 50px;
} 

input[type="date"]::-webkit-datetime-edit-month-field{
  position: absolute !important;
  color:#000;
  left: 26px;
}

input[type="date"]::-webkit-datetime-edit-day-field{
  position: absolute !important;
  color:#000;
  left: 4px;
}**/
.disperror {color: red;}
.toast{top: 2px;    position: absolute;    height: 100%;    right: 9px;    cursor: pointer;}