@media (min-width: 768px) {
	.float-md-right {
		float: right !important;
	}
	.float-md-left {
		float: left !important;
	}
}

/**/

.toshav-center-container {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons {
	/*max-width: 1000px;*/
	margin: 0 auto;
}

.icons > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.icons > ul > li {
	display: inline-block;
	padding: 1rem;
}


@media (max-width: 768px) {
	.icons > ul > li {
		display: inline-block;
		padding: .5rem;
	}
}

/*
@media (min-width: 992px) {
	.icons > ul > li {
		float: right;
		width: 33.33%;
	}
}
*/

.icons > ul > li > a {
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	position: relative;
	background: #111;
	width: 100%;
	/*padding-bottom: 75%;*/
	color: #fff;
	
	width: 300px;
	height: 250px;
	border-radius: .25rem;
}

.icons > ul > li:nth-child(8n+1) > a {
	background: #10688a;
}
.icons > ul > li:nth-child(8n+2) > a {
	background: #118a5d;
}
.icons > ul > li:nth-child(8n+3) > a {
	background: #b17a00;
}
.icons > ul > li:nth-child(8n+4) > a {
	background: #bb3030;
}
.icons > ul > li:nth-child(8n+5) > a {
	background: #bb3077;
}
.icons > ul > li:nth-child(8n+6) > a {
	background: #7c41a0;
}
.icons > ul > li:nth-child(8n+7) > a {
	background: #39959e;
}
.icons > ul > li:nth-child(8n+8) > a {
	background: #333;
}

.icons > ul > li > a > div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.icons > ul > li > a > div > .icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: -40px;
}

.icons > ul > li > a > div > .icon > img {
	height: 100px;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.icons > ul > li > a > div > .text {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	margin-top: 60px;
	width: 100%;
	padding: 1rem;
}

.icons > ul > li > a > div > .text > h3 {
	color: inherit;
	margin: 0;
	background: none;
	padding: 0;
	font-weight: bold;
}

.icons > ul > li > a:hover {
	transform: scale(1.05);
}
.icons > ul > li > a:hover > div > .icon > img {
	transform: scale(1.2);
}

@media (max-width: 768px) {
	.icons > ul > li > a {
		width: 150px;
		height: 150px;
	}
	
	.icons > ul > li > a > div > .icon {
		margin-top: -30px;
	}
	
	.icons > ul > li > a > div > .icon > img {
		height: 50px;
	}
	
	.icons > ul > li > a > div > .text {
		padding: .5rem;
		font-size: .85rem;
		line-height: .85rem;
		margin-top: 38px;
	}
	
	.icons > ul > li > a > div > .text > h3 {
		font-size: 1rem;
	}
}



/**/

.ticket {
	
	position: relative;
}
.ticket .card-body {
	cursor: pointer;
}
/*
.ticket:hover:after {
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	content: 'הצג מידע מורחב';
	background: #007bff;
	color: #fff;
	padding: .25rem .75rem;
}
.ticket.active:hover:after {
	content: 'סגור מידע מורחב';
}*/
.ticket:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	border: 1px solid #007bff;
}
.ticket .full-info {
	display: none;
}
.ticket.active .short-info {
	display: none;
}
.ticket.active .full-info {
	display: block;
}
.ticket .short-description {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ticket.ticket-process-1 {
	border-right: 5px solid #8071f2;
}
.ticket.ticket-process-2 {
	border-right: 5px solid #e4a55a;
}
.ticket.ticket-process-3 {
	border-right: 5px solid #2fa152;
}

.ticket .history {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.ticket .history:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #007bff;
    position: absolute;
    top: 0;
    right: 11px;
}
.ticket .history > li {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-right: 30px;
}
.ticket .history > li:before {
    content: '\f111';
	font-family: 'FontAwesome';
	position: absolute;
    right: 5px;
	margin-top: -2px;
	color: #007bff;
}
.ticket .date-time {
	color: #007bff;
}

/**/

.subjects-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	
}
.subjects-list > ul  {
	column-count: 2;
}

.subjects-list ul li {
	-webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.subjects-list > ul > li > div {

}
.subjects-list > ul > li {
	margin-bottom: 1.5rem;
	
	
}
.subjects-list > ul > li > ul {
	
}

/**/

details.msg {
	display: block;
    background: #ebf2f3;
    padding: 1rem;
    border: 1px solid #0cb3c6;
	border-radius: .25rem;
	margin-bottom: 1.5rem;
}
details.msg summary {
	font-size: 1.3rem;
}
details.msg.read-0 summary {
	font-weight: bold;
}
details.msg summary .date {
	float: left;
}
details.msg summary .subject {
	display: inline;
}
details.msg .msg-body {
	display: block;
	background: #fff;
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #ddd;
}

/**/

details.idx-msg {
	display: block;
}
details.idx-msg summary {
	font-size: 1rem;
}
details.idx-msg summary .date {
	float: left;
}
details.idx-msg summary .subject {
	display: inline;
	cursor: pointer;
}
details.idx-msg.read-0 summary .subject {
	font-weight: bold;
}
details.idx-msg .msg-body {
	display: block;
	margin-top: 1rem;
}

/**/

.toshav-center-news h2 {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem;
	font-weight: bold;
	color: #1e99d9;
}
.toshav-center-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	padding-right: 220px;
}
.toshav-center-news .buttons {
	position: absolute;
    top: 0;
    left: 0;
    padding: .4rem .75rem;
}
.toshav-center-news .buttons button {
	background: none;
	padding: 0;
    margin: 0;
	border: 0;
	font-size: 24px;
	color: #1e99d9;
}
.toshav-center-news a {
	color: inherit;
}

@media (max-width: 991px) {
	.toshav-center-news .content {
		margin-top: 50px;
	}
	.toshav-center-news ul {
		padding: 0;
	}
}


@media (max-width: 991px) {
	.tohshav-center-user-bar .btn {
		display: block;
		width: 100%;
		margin-top: .5rem;
		position: relative;
	}
}

.tohshav-center-user-bar .btn {
	position: relative;
}

.tohshav-center-user-bar .badge {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.desktop-element .h1 {
		font-size: 6rem;
	}
}

/**/

.subjects-list label {
	display: inline;
}

/**/

.more-forms-btn {
	font-size: 1.8rem;
	position: relative;
	text-align: center;
}

@media (max-width: 991px) {
	.more-forms-btn {
		font-size: 1.4rem;
		text-align: right;
	}
	
	.more-forms-btn span {
		display: block;
	}
	
	.more-forms-btn span em {
		font-size: 2rem;
		position: absolute;
		top: 50%;
		left: .5rem;
		margin-top: -1rem;
	}
}

.attr-item-inner-type2-obj {
    background: #ebf2f3;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-right: 2px solid #197cb0;
}



/**/

.street-info .table {
	background: #fff;
}

.street-info .table th {
	background: #cfcfcf;
	color: #000;
}

.street-info .table-bordered td, .street-info .table-bordered th {
    border: 1px solid #ababab;
}

@media (max-width: 991px) {
	.street-info .table th {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.street-info .table tr > td:nth-child(1) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	/*.street-info table,
	.street-info thead,
	.street-info tbody,
	.street-info caption,
	.street-info tr,
	.street-info th,
	.street-info td	{
		display: block;
		width: 100%;
	}*/
}

/**/

.custom-icons a {
	display: block;
}

.custom-icons a:hover, .custom-icons a:focus {
	transform: scale(1.1);
}

/**/

.toshav-center-login-options {
	padding-top: 100px;
	width: fit-content;
		margin: 0 auto;
}

@media (min-width: 1200px) {
	.toshav-center-login-options {
		display: flex;
		
		gap: 60px;
	}
	
	.toshav-center-login-options > div {
		width: 300px;
	}
}

@media (max-width: 1199px) {
	.toshav-center-login-options > div {
		margin-bottom: 100px;
		width: 300px;
	}
}

.toshav-center-login-options a {
	width: 300px;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
}

.toshav-center-login-options a:hover, .toshav-center-login-options a:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.toshav-center-login-options a .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.toshav-center-login-options a .icon svg {
	transition: .5s;
}
.toshav-center-login-options a:hover .icon svg {
	transform: translateY(-10px);
}

.toshav-center-new-login {
	border-radius: 2rem;
	box-shadow: 0 0 80px rgba(0,0,0,0.1);
	padding: 2rem;
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
}

@media (max-width: 991px) {
	.toshav-center-new-login {
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.toshav-center-new-login.start-login-page {
		margin: 0;
		margin-right: -265px;
	}
}

@media (min-width: 1200px) {
	.space-before-login {
		margin-top: 80px;
	}
}

.toshav-center-new-login fieldset {
	display: flex;
}

.toshav-center-new-login fieldset legend {
	display: inline-block;
    width: auto;
    margin: 0;
    padding: 0.25rem 0;
    margin-left: 1rem;
}

@media (min-width: 992px) {
	.toshav-center-new-login fieldset legend {
		float: right;
	}
}

.toshav-center-new-login h2 {
	border-bottom: 1px solid #ddd;
    font-weight: bold;
    color: #0353B5;
    padding-bottom: 0;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.toshav-center-new-login h2 {
		font-size: 1.7rem;
	}
}

.toshav-center-new-login input {
	font-size: 1.5rem;
    border-radius: 50px;
    padding: .5rem 1rem;
    border: 1px solid #707070;
    width: 100%;
	direction: ltr;
	text-align: right;
	
}

.toshav-center-new-login input::-webkit-outer-spin-button,
.toshav-center-new-login input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width: 991px) {
	.toshav-center-new-login input {
		font-size: 1.2rem;
		border-radius: 50px;
	}
}

.toshav-center-new-login button {
	font-size: 1.3rem;
	border-radius: 50px;
	padding: .75rem 3rem;
	background: #618EF4;
	font-weight: bold;
	border: 0;
}

.toshav-center-new-login-email button {
	background: #EAA14E;
}

@media (min-width: 1200px) {
	.toshav-center-login-pre-text {
		background-color: #0034a7;
		color: #fff;
		padding: 2rem;
		display: flex;
		min-height: 500px;
		border-radius: 2rem;
		padding-left: 300px;
	}
}

.toshav-center-login-pre-text h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.login-side-bg {
		background-image: url(https://binaa.co.il/content/images/toshav_center_login_01.png);
		background-repeat: no-repeat;
		background-position: -200px 0;
		background-size: 80% auto;
	}
}

/**/

body {
	background-color: #e8e8e7;
}
.toshav-center-header-bg {
	background-color: #F1F1F1;
	height: 300px;
}

@media (min-width: 1200px) {
	.toshav-center-grid {
		display: flex;
		width: 100%;
	}
	.toshav-center-grid > div {
		flex-grow: 1;
	}

	.toshav-center-grid > div.toshav-center-side {
		width: 250px;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.toshav-center-container {
	background-color: #fff;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	width: 90%;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: -80px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.toshav-center-container {
		width: 100%;
	}
}

.toshav-center-header-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.5rem 1rem 0.9rem 1rem;
    color: #0353B5;
    position: relative;
	min-height: 80px;
}
.toshav-center-header-title a {
    color: inherit;
}
.toshav-center-logo {
	position: absolute;
    top: 8px;
    right: 25px;
}
.toshav-center-logo img {
    height: 60px;
}
.toshav-center-body {
	padding: 2rem;
}

@media (max-width: 991px) {
	.toshav-center-body {
		padding: 1rem;
	}
	.toshav-center-header-title {
		font-size: 1.5rem;
	}
}

/**/

@media (min-width: 1200px) {
	.toshav-center-content-with-side {
		background-color: #F8F8F8;
		border-radius: 30px;
		padding: 30px;
		margin: 0 -15px;
		margin-top: -100px;
		border: 1px solid #e9e9e9;
		position: relative;
		min-height: 900px;
	}
}

/**/

.toshav-center-nav-toggle {
	display: none;
}

.toshav-center-side nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 1199px) {
	.toshav-center-nav-toggle {
		display: block;
		border-radius: 30px 30px 30px 0;
		border: 0;
		background-color: #0353B5;
		color: #fff;
		padding: .5rem 1rem;
		position: absolute;
		top: 17px;
		left: 17px;
		font-size: 1.2rem;
	}

	.toshav-center-side nav {
		display: none;
	}
}

.toshav-center-side a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 30px;
	color: #000;
}

.toshav-center-side a.selected {
	font-weight: bold;
}

.toshav-center-side a .icon {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-side a .icon svg {
	max-height: 20px;
	max-width: 20px;
}
.toshav-center-side a .icon img {
	max-height: 20px;
	max-width: 20px;
}

.toshav-center-side nav ul ul {
	padding: 0 20px;
    border-radius: 1rem 0 1rem 1rem;
}

.toshav-center-side nav ul ul .icon {
	display: none;
}

.toshav-center-side nav ul ul a {
	padding: 10px !important;
}

/**/

.toshav-center-card {
	background-color: #fff;
	border-radius: 30px 0 30px 30px;
	box-shadow: 2px 5px 20px rgba(0,0,0,0.1);
	padding: 1.5rem;
	border-right: 3px solid #0F4CB5;
	display: block;
	color: inherit;
}

a.toshav-center-card:hover {
	color: inherit;
	transform: scale(1.05);
	text-decoration: none;
}

.toshav-center-card .number {
	font-size: 2rem;
	font-weight: bold;
}

/**/

.waiting-for-you [class*='col-']:nth-child(5n+1) .toshav-center-card {
	border-right: 3px solid #BA0606;
}
.waiting-for-you [class*='col-']:nth-child(5n+1) .toshav-center-card .number {
	color: #BA0606;
}

.waiting-for-you [class*='col-']:nth-child(5n+2) .toshav-center-card {
	border-right: 3px solid #0F4CB5;
}
.waiting-for-you [class*='col-']:nth-child(5n+2) .toshav-center-card .number {
	color: #0F4CB5;
}

.waiting-for-you [class*='col-']:nth-child(5n+3) .toshav-center-card {
	border-right: 3px solid #08872A;
}
.waiting-for-you [class*='col-']:nth-child(5n+3) .toshav-center-card .number {
	color: #08872A;
}

.waiting-for-you [class*='col-']:nth-child(5n+4) .toshav-center-card {
	border-right: 3px solid #500887;
}
.waiting-for-you [class*='col-']:nth-child(5n+4) .toshav-center-card .number {
	color: #500887;
}

/**/

.toshav-center-main-page-grid-primary {
	padding: 15px;
}

@media (min-width: 992px) {
	.toshav-center-main-page-grid {
		margin: -30px;
		overflow: hidden;
		border-radius: 30px;
	}

	.toshav-center-main-page-grid > .row > [class*='col-'] {
		min-height: 900px;
	}

	.toshav-center-main-page-grid-primary {
		padding: 30px;
	}

}

.main-pic {
	border-radius: 30px 0 0 30px;
    background-size: cover;
    background-position: center;

}

/**/

.toshav-center-main-mobile-nav {
	display: none;
}

@media (max-width: 1199px) {
	.toshav-center-main-mobile-nav {
		display: block;
		padding: 30px;
	}
}

.toshav-center-main-mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toshav-center-main-mobile-nav ul ul {
	padding-right: 1rem;
}

.toshav-center-main-mobile-nav a {
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 45px;
	color: #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 30px 0 30px 30px;
	margin-bottom: 15px;
}

.toshav-center-main-mobile-nav a .icon {
	position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
}

.toshav-center-main-mobile-nav a .icon img {
	max-height: 18px;
}

.toshav-center-main-mobile-nav a .icon svg {
	max-height: 18px;
    max-width: 24px;
}

/**/

.toshav-center-page-title {
	box-shadow: 0 20px 20px rgb(0 0 0 / 4%);
    padding: 1rem;
    position: relative;
    margin: -30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
	.toshav-center-page-title {
		margin: -15px;
		margin-bottom: 30px;
	}
}

.toshav-center-page-title h1 {
    font-size: 1.8rem;
    font-weight: bold;
	margin: 0;
}

/**/

.toshav-center-container .btn {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.toshav-center-container .btn-secondary {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}
.toshav-center-container .btn-secondary:hover,
.toshav-center-container .btn-secondary:focus {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #000;
}

.toshav-center-container .btn-primary {
	background-color: #0353B5;
	border: 1px solid #0353B5;
	color: #fff;
	white-space: initial;
}

.toshav-center-container .btn-primary:hover,
.toshav-center-container .btn-primary:focus {
	background-color: #003d88;
	border: 1px solid #003d88;
	color: #fff;
}

/**/

.toshav-center-container .h1 {
	text-align: center;
	margin-bottom: 30px;
}

/**/

.toshav-center-container .card {
	border-radius: 30px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	overflow: hidden;
	background-color: #fff;
	border: 5px solid #fff;
	cursor: pointer;
}

.toshav-center-container input:checked + .card {
	background: #EEF0FE;
    border: 5px solid #618EF4;
}

.toshav-center-container .card-header {
	background-color: #0353B5;
	color: #fff;
}

.toshav-center-container .card-body {
	background-color: #fff;
}

/**/

.select-info-to-update .grid {
	display: flex;
}

.select-info-to-update .grid > div {
	flex-grow: 1;
    flex-basis: 0;
}

.select-info-to-update .info-card {
	width: 100%;
	background: #F8F8F8;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	display: block;
	border-radius: 50px;
	text-align: center;
	padding: 1rem;
	font-size: 1.2rem;
	color: #000;
}

@media (max-width: 991px) {
	.select-info-to-update .info-card {
		margin: 0 auto;
		margin-bottom: 100px;
	}
}

.select-info-to-update .info-card:hover, .select-info-to-update .info-card:focus {
	background: #EEF0FE;
	border: 5px solid #618EF4;
	text-decoration: none;
}

.select-info-to-update .info-card .icon {
	margin-bottom: 15px;
	margin-top: -80px;
}

.select-info-to-update .info-card .icon img {
	transition: .5s;
	max-width: 140px;
}
.select-info-to-update .info-card .icon svg {
	transition: .5s;
}
.select-info-to-update .ininfo-cardfo:hover .icon svg {
	transform: translateY(-10px);
}
.select-info-to-update .info-card:hover .icon img {
	transform: translateY(-10px);
}

/**/

.flex-grid {
	display: flex;
}

/**/

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

/**/

/**/

.form-category-group {
	background: #f1f1f1;
    border-right: 3px solid #4592a8;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
    border-radius: 2rem;
}

.sub-category .form-category-group {
	background: #fff;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.form-category-group a {
	color: inherit;
}

.form-category-group .tofes-link {
	display: inline-block;
	padding: .1rem .6rem;
	border-radius: 2rem;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: .5rem;
	margin-bottom: .8rem;
}

/**/

.toshav-center-toggle-input {
	display: flex;
	border: 1px solid #707070;
	border-radius: 50px;
	overflow: hidden;
}

.toshav-center-toggle-input > span {
	position: relative;
	flex-grow: 1;
}

.toshav-center-toggle-input > div {
	display: block;
}

.toshav-center-toggle-input label {
	display: block;
    font-size: 1rem;
    padding: 0.25rem 1rem;
	padding-right: 30px;
    margin: 0;
}

@media (max-width: 991px) {
	.toshav-center-toggle-input label {
		font-size: 1rem;
	}
}

.toshav-center-toggle-input input {
	position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
}

.toshav-center-toggle-input input:checked + label {
	background-color: #0353B5;
	color: #fff;
}

/**/

.login-with-govil-btn {
	display: flex;
    align-items: center;
    width: 100%;
    background: #f2f9ff;
    border-radius: 2rem;
	margin-bottom: 1rem;
}

.login-with-govil-btn:hover, .login-with-govil-btn:focus {
	background: #ffffff;
    text-decoration: none;
    box-shadow: inset 0px 0px 0px 4px #baddfe;
    border-radius: 4rem;
}

.login-with-govil-btn svg {
    height: 100px;
    transform: scale(1.12) translateX(25px);
}

.login-with-govil-btn .text {
	padding: 1rem;
	padding-right: 0;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

@media (max-width: 991px) {
	.login-with-govil-btn svg {
		height: 60px;
		width: 60px;
		transform: scale(1.12) translateX(15px);
	}
	.login-with-govil-btn .text {
		font-size: 1.2rem;
	}
}

.terms-checkbox {
	width: auto !important;
	display: inline-block;
}

/**/

.toshav-center-links-list a {
    display: block;
    padding: 15px;
    font-size: 1.3rem;
    color: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #fff;
    border-right: 5px solid #0a36a5;
	border-radius: 2rem;
}

.toshav-center-links-list a em {
    color: #0a36a5;
}

/**/


/**/

.express-nav {
	margin: 0 -1.5rem;
	padding: 0 1.5rem;
}

/*
@media (min-width: 992px) {
	.express-nav {
		max-height: 50vh;
		overflow: auto;
	}
}
*/

.express-nav::-webkit-scrollbar {
	width: 1em;
	border-radius: 1rem;
}
 
.express-nav::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
}
 
.express-nav::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,0.5);
	border-radius: 1rem;
}

.express-btn {
	display: block;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	opacity: 1;
	margin-bottom: 15px;
	position: relative;
	padding-right: 85px;
	color: inherit;
}

.express-btn:hover {
	background: rgba(255,255,255,0.7);
}

.express-btn:after {
	font-family: 'FontAwesome';
    content: '\f104';
    position: absolute;
    left: 1.2rem;
    top: 1.7rem;
    font-size: 1.2rem;
}

.express-btn .icon {
	display: flex;
	align-items: center;
    justify-content: center;
	
	width: 60px;
	height: 60px;
	border-radius: 16px;
	
	position: absolute;
	top: 10px;
	right: 10px;
}

.sub .express-btn {
	padding-right: 1.5rem;
}
.sub .express-btn .icon {
	display: none;
}

.express-btn .icon img {
	max-width: 30px;
	max-height: 30px;
}

.express-btn h3 {
	font-size: 1.2rem;
	padding: 1.8rem 0;
}


/**/

.search-subject {
	margin-bottom: 2rem;
}

.search-subject input {
	padding: .75rem;
	font-size: 1.2rem;
	border-radius: 2rem;
	background: #fff;
	border: 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
}

.search-subject button {
	position: absolute;
    top: 2px;
    left: 2px;
    width: 48px;
    height: 48px;
    background: #BCC0C4;
    border-radius: 50%;
    padding: 0 1rem;
    border: 0;
	color: #fff;
	box-shadow: 0px 3px 6px #00000029;
}



/**/

.ticket_description_summary {
	position: relative;
	padding-right: 40px;
}
.ticket_description_summary:before {
	content: '';
    display: block;
    position: absolute;
    top: 15%;
    right: 10px;
    width: 1px;
    height: 80%;
	border-left: 2px dashed #333;
}
.ticket_description_summary > span {
	display: block;
	margin-bottom: .75rem;
	position: relative;
}
.ticket_description_summary > span:before {
	position: absolute;
    bottom: 8px;
    right: -39px;
    font-family: 'FontAwesome';
    content: '\f058';
    color: #4e9f57;
    font-size: 22px;
    background: #fff;
    border-radius: 50%;
    line-height: 18px;
}
.ticket_description_summary > span > span {
	display: block;
}
.ticket_description_summary > span > strong {
	display: inline-block;
	background: #fff;
	border-radius: 1rem;
	padding: .25rem .75rem;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1)
}

.btn-continue {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 20px;
}


/**/

.child-option-card:hover {
	background-color: #f2f9ff;
}

.child-option-card {
	background-color: #f2f9ff;
}

.child-option-wrap input {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
}

.child-option-wrap input:checked + label {
	background: #f2f9ff;
    border: 5px solid #6190f4;
}