.timepicker[readonly] {
   background: transparent !important;
}

.header-wrap .navbar-default .navbar-nav.top-head a {
	color: #000000;
	font-size: 13px;
}

.header-wrap .navbar-default .navbar-nav a {
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	transition: 0.4s;
}

.header-wrap .navbar-default .navbar-nav a:hover {
	color: rgba(0, 0, 0, 0.6);
	transition: 0.4s;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
}

.section-one {
	padding: 80px 0px 60px;
}

.section-one h2 {
	margin-top: 0;
	font-size: 26px;
}


.section-one ul {
	margin-left: 15px;
}

.read-more {
	color: #ffffff !important;
	background: #ff9016;
	border-width: 1px !important;
	border-color: #ff9016;
	border-radius: 2px;
	letter-spacing: 0px;
	font-size: 20px;
	position: relative;
	top: 20px;
	padding: 10px 20px;
}

.read-more:hover {
	text-decoration: none;
}

.read-more .fas {
	display: none;
}

.section-one a.read-more:hover {
	text-decoration: none;
	color: #000000 !important;
	transition: 0.4s;
}

.section-two {
	background-image: url(../img/treatement-process-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(255, 144, 22) !important;
}

.section-two.section-two-one {
	background-color: transparent !important;
}

.white {
	padding: 0px 0 30px;


}

.count-content {
	display: none;
	text-align: center;
}

.count-wrap {
	position: relative;
	display: inline-block;
}

.count-content {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	width: 200px;
	margin: 0;
	background: #ff9521;
	color: #fff;
	padding: 20px;
}

.count-content h3 {
	color: #fff;
}

.search-section .card .read-more {
	margin: 0;
	display: block;
	top: 0;
}

.search-section {
	padding-bottom: 10px;
}

.filter {
	border: 1px solid #FF900D;
	padding: 20px 20px 40px;
}

.filter .label {
	vertical-align: middle;
	margin-bottom: 20px;
}

.filter-price {
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.price-title {
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	background: #d58e32;
	padding: 10px;
}

.price-container {
	display: flex;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 5px;
	margin-left: 57px;
}

.price-field {
	position: relative;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 0px;
}

.price-field input[type=range] {
	position: absolute;
}

/* Reset style for input range */

.price-field input[type=range] {
	width: 100%;
	border: 1px solid #eee;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	-webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
	outline: 0;
}

.price-field input[type=range]::-ms-track {
	width: 188px;
	height: 2px;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	border-radius: 5px;
	pointer-events: none;
	background: transparent;
	border-color: transparent;
	color: red;
	border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
	/* WebKit/Blink */
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 13px;
	width: 13px;
	margin-top: -6px;
	background-color: #ff9016;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
	/* Firefox */
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #fff;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
	/* IE */
	position: relative;
	appearance: none;
	margin: 0;
	border: 0;
	outline: 0;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin-top: -5px;
	background-color: #242424;
	cursor: pointer;
	cursor: pointer;
	pointer-events: all;
	z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
	/* WebKit/Blink */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #555;
	border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
	/* Firefox */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #242424;
	border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
	/* IE */
	width: 188px;
	height: 2px;
	cursor: pointer;
	background: #242424;
	border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
	display: flex;
	color: #242424;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 0px;
}

.price-wrap-1,
.price-wrap-2 {
	display: flex;
	margin-left: 0px;
}

.price-title {
	margin-right: 5px;
}

.price-wrap_line {
	margin: 6px 0px 5px 5px;
}

.price-wrap #one,
.price-wrap #two {
	width: 30px;
	text-align: right;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	background: 0;
	border: 0;
	outline: 0;
	color: #242424;
	font-family: 'Karla', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
}

.price-wrap label {
	text-align: right;
	margin-top: 6px;
	padding-left: 5px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
	box-shadow: 0 0 0 0.5px #242424;
	transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
	box-shadow: 0 0 0 0.5px #242424;
	transition-duration: 0.3s;
}

.filter td {
	vertical-align: super;
}

.filter label {
	font-weight: 600;
}

.filter .read-more {
	font-size: 14px;
	padding: 5px 20px;
	margin: auto 10px;
}

.card .read-more {
	font-size: 12px;
	width: 100px;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}

.section-two h2 {
	padding: 27px 0;
	color: #444444;
	text-align: center;
}

.section-two h4 {
	text-align: center;
	color: #014a86;
	font-size: 22px;
	padding: 20px;
}

.section-three {
	padding: 54px 0;
	text-align: center;
}

.section-three h2 {
	padding: 27px 0;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.section-three img {
	border-radius: 100%;
	padding: 0 20px;
	margin-bottom: 13.174%;
}

.section-three h4 {
	font-size: 22px;
	color: #014a86;
	padding: 0 20px 20px;
	min-height: 66px;
}

.section-three p {
	padding: 0 16px 60px;
}

.section-four {
	padding: 54px 0;
	text-align: center;
}


.section-four h2 {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 0;
}

.section-four h3 {
	font-size: 26px;
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}

.footer-wrap {
	background-color: #edf5ef;
	padding: 60px 0;
}

.footer-wrap img {
	width: 40px;
}

.footer-wrap h4 {
	color: #000000;
	font-size: 18px;
}

.footer-wrap a {
	color: #000000;
}

.footer-wrap a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	transition: 0.4s;
}

.footer-wrap li {
	margin: 10px 0;
}

.footer-wrap p {
	color: #000000;
}

.footer-wrap i {
	background: #333333;
	color: #fff;
	padding: 5px 6px 4px 6px;
	border-radius: 4px;
	font-size: 12px;
}

.header-wrap .navbar-brand {
	height: auto;
}

.header-wrap .navbar-default .navbar-toggle .icon-bar {
	background-color: #ff9016;
}

.header-wrap .navbar-default .navbar-nav a.active {
	color: #ff9016;
}

.banner-section {
	position: relative;
	min-height: 300px;
}


.banner-section img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.banner-section .container {
	position: relative;
	z-index: 9;
	padding-top: 200px;


}

.banner-section h2 {
	color: #ff9016;
	font-size: 32px;
	margin-bottom: 0;
}

.banner-section h3 {
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.contact-sec span {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.contact-sec p {
	width: 80%;
	vertical-align: middle;
	display: inline-block;
}

.contact-sec ul {
	margin-bottom: 30px;
}

.contact-sec li {
	margin-bottom: 5px;
}

.section-two.sec-two h2 {
	padding: 10px 0;
	color: #444;
	margin-bottom: 30px;
	font-weight: bold;
}

.section-two.sec-two h4 {
	text-align: center;
	color: #014a86;
	padding: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}

.section-two.sec-two .bx:hover {
	text-decoration: none;
	background: #014a86;
	color: #fff;
	transition: 0.2s;
}

.section-two.sec-two .bx {
	border: 1px solid #ff9016;
	min-height: 160px;
	margin: 0 10px;
	padding: 0 !important;
	display: inline-block;
	vertical-align: top;
	width: 170px;
}

.section-two.sec-two .bx:hover h2 {
	color: #fff;
	transition: 0.2s;

}

.section-two.sec-two .bx:hover h4 {
	color: #fff;
	transition: 0.2s;
}

.section-two.sec-two .bx h2 {
	color: #000;
	margin-bottom: 0;
	font-family: sans-serif;
}

.section-two.sec-two .bx .show_dollar {
	position: relative;
}

.section-two.sec-two .bx .show_dollar:before {
	content: '$';
	position: absolute;
	left: 0;
	top: 0;
}

.section-two.services-section .nav-tabs>li>a {}

.nav-tabs>li>a {
	color: #333 !important;
	border-radius: 0;
	border: 0;

}

.services-section h3 {
	margin: 0;
}

.section-one.services-section .nav-tabs>li {
	float: none;
	border: 1px solid #d9d9d9;
}

.section-one.services-section .nav-tabs {
	background: #f4f4f4;

}

.modal h5 {
	font-size: 24px;
	display: inline-block;
}

.modal .read-more {
	position: static;
}

.searc-wrap {
	padding: 40px 0;
}

.searc-wrap .read-more {
	position: static;
	padding: 5px 10px;
	font-size: 16px;
}

.search-tab .card {
	padding: 20px;
	margin: 20px 0;
	-webkit-box-shadow: 0px 0px 23px -7px rgba(110, 110, 110, 1);
	-moz-box-shadow: 0px 0px 23px -7px rgba(110, 110, 110, 1);
	box-shadow: 0px 0px 23px -7px rgba(110, 110, 110, 1);

}

.checkbox {
	margin-left: 20px;
}

.checkbox .form-control {
	width: auto;
	display: inline-block;
}

.btn-primary {
	background: #ff9016;
	border: #ff9016;
}

.search-tab .tab-content {
	padding-top: 20px;
}

.search-tab .card h3 {
	margin: 0;
	color: #ff9016;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
}

.search-tab .nav-tabs>li.active>a,
.search-tab .nav-tabs>li.active>a:focus,
.search-tab .nav-tabs>li.active>a:hover {
	border: 1px solid #ff9016;
	border-bottom: 0;
}

.nav-tabs {
	border-bottom: 1px solid #ff9016;

}

.searc-wrap .search-tab {
	margin-top: 40px;
}

@media(min-width: 767px) {

	.header-wrap .navbar-nav.top-head {
		display: block;
		float: none;
		border-bottom: 1px solid #ff9016;
		padding-left: 35px;
	}

	.navbar-collapse {
		float: left;
		width: 100%;
		padding: 0;
	}

	.navbar-default {
		border-top: 1px solid #ff9016;
	}

	.header-wrap .col-md-3 {
		border-right: 1px solid #ff9016;
	}

	.header-wrap .col-md-9 {
		padding-left: 10px;
		padding-right: 0;
	}

	.header-wrap img {
		height: 120px;
	}

	.header-wrap .navbar-nav {
		padding: 14px 20px;
	}

	.header-wrap .navbar-brand {
		float: none;
	}

	.header-wrap .navbar-header {
		float: none;
	}

	.slider-section img {
		width: 100%;
	}

	.appointment-filter-container {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media(max-width: 768px) {


	.section-one img {
		padding: 0px;
	}


	.filter {
		margin-bottom: 40px;
	}

	.count-wrap {
		margin-bottom: 70px;
	}

	.count-content {
		width: auto;
	}

	.section-two.sec-two .bx {
		border: 1px solid #ff9016;
		min-height: 172px;
		padding: 0 !important;
		display: inline-block;
		vertical-align: top;
		width: 170px;
		margin: auto;
		margin-bottom: 20px;
	}

	.white {
		text-align: center
	}

	.slider-section,
	.banner-section {
		margin-top: 150px;
	}

	.section-one ul {
		margin-left: 0;
	}

	.section-one {
		padding: 20px 0;
	}

	.slider-section,
	.banner-section {
		min-height: 0;
	}

	.banner-section h2 {
		font-size: 22px;
	}

	.banner-section h3 {
		font-size: 18px;
	}

	.banner-section .container {
		padding-top: 0px;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.section-one.services-section .nav-tabs {
		margin-bottom: 20px;
	}

	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background: transparent;
	}

	.navbar-default .navbar-toggle {
		border-color: #ff9016;
	}

	.header-wrap .navbar-brand {
		float: none;
	}

	.header-wrap .navbar-brand>img {
		width: 150px;
	}

	.header-wrap .navbar-toggle {
		bottom: -80px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 20px 0;
	}

	.read-more {
		margin-bottom: 20px;
	}

	.section-one h2 {
		font-size: 22px;
		margin-top: 40px;
	}

	.section-three img {
		margin-bottom: 30px;
	}
}

.header-wrap {
	position: fixed;
	z-index: 101;
	top: 0;
	width: 100%;
	background: #fff;
}

.slider-section,
.banner-section {
	margin-top: 180px;
}

.d-none {
	display: none;
}

/*@media(max-height: 500px){
	.header-wrap .navbar-nav{
		    margin-top: 16px;
	}
	.header-wrap img {
    padding: 0;
    width: 100px;
    height:auto;
}
.header-wrap .navbar-nav.top-head{
	display: none;
}
.header-wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
}
}
*/

@media(max-width: 480px) {
	.section-two.sec-two .bx {
		width: 250px;
		padding: 0px 20px !important;
	}
}



.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.was-validated .invalid-feedback {
	display: inline;
}

.gpt-datepicker {
	width: 90%;
	display: inline-block;
}

.ui-datepicker-title {
	color: #000000;
}

.alternate-grid .row:nth-child(even),
ul.alternate-grid>li:nth-child(even) {
	background-color: #eeeeee;
}

.card-body.contacts-list .single-contact {
	border-bottom: 1px #444 solid;
}

.card-header {
	padding-bottom: 10px;
}

.contact-form img.ui-datepicker-trigger {
	padding: 0;
	margin: auto;
}

.contact-form.profile-form .form-control {
	margin-bottom: 0;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	opacity: 0.3;
	background-color: #000;
	z-index: 200;
}

#account-loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	opacity: 0.3;
	background-color: #000;
	z-index: 200;
}

#loading-image {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 48%;
	z-index: 201;
	display: block;
}

.btn-primary-close {
	background: #ff9016;
	border: #ff9016;
}

.btn-primary-close:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

form small,
form p.gpt_form_error,
p#error_term_of_use {
	color: #ff0000;
}

.primary-btn {
	color: #fff;
	background: #ff9016;
	border: #ff9016;
}

.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.full-width {
	width: 100% !important;
}

.header-btn {
	padding: 1rem 1.5625rem !important;
	line-height: 1px !important;
	font-size: 15px !important;
	margin: 4px;
	margin-top: 5px;
}
.header-search {
	background-color: #ffffff;
	background-clip: border-box;
	color: #232323;
	min-height: 37px;
	padding: 0 10px !important;
	transition: border-color 0.25s ease 0s;
	border: 1px solid #FF9016 !important;
	border-bottom-left-radius: 4.25px !important;
	border-top-left-radius: 4.25px !important;
	box-shadow: none !important;
}

.header-search-view {
	width: auto !important;
}

.header-search-btn {
	height: 37px;
	padding: 7px 13px !important;
	display: inline-block;
	margin: 0;
	background: #FF9016;
	border: 1px solid #FF9016 !important;
	border-bottom-right-radius: 4.25px !important;
	border-top-right-radius: 4.25px !important;
	transform-style: none !important;
	transition: none !important;
	box-shadow: none !important;
	font-size: 17px;
	font-weight: normal;
	color: #323232;
}

.header-search-btn:hover {
	height: 37px;
	padding: 7px 13px !important;
	display: inline-block;
	margin: 0;
	background: #FF9016;
	border: 1px solid #FF9016 !important;
	border-bottom-right-radius: 4.25px !important;
	border-top-right-radius: 4.25px !important;
	transform-style: none !important;
	transition: none !important;
	box-shadow: none !important;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
}

.header-search-btn:focus {
	height: 37px;
	padding: 7px 13px !important;
	display: inline-block;
	margin: 0;
	background: #FF9016;
	border: 1px solid #FF9016 !important;
	border-bottom-right-radius: 4.25px !important;
	border-top-right-radius: 4.25px !important;
	transform-style: none !important;
	transition: none !important;
	box-shadow: none !important;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
}

.header-search-btn:active {
	height: 37px;
	padding: 7px 13px !important;
	display: inline-block;
	margin: 0;
	background: #cc7311;
	border: 1px solid #cc7311 !important;
	border-bottom-right-radius: 4.25px !important;
	border-top-right-radius: 4.25px !important;
	transform-style: none !important;
	transition: none !important;
	box-shadow: none !important;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
}

.cid-tUWOfJGY5C .navbar-dropdown {
	padding: 8px 6px;
}

.web-body {
	overflow: hidden;
}

.full-height {
	min-height: 150vh;
	height: 100%;
}

.login-info-view {
	background: #014A86;
	color: #ffffff;
}

.login-info-heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.login-info-details {
	font-size: 20px;
	line-height: 30px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.primary-blue-text {
	color: #014A86;
}
.input-label {
	color:black;
	margin-top:10px;
	font-family: Arial,
	Helvetica,
	sans-serif;
	margin-bottom:5px;
}
.primary-font {
	font-family: Arial, Helvetica, sans-serif;
}

.search-field {
	margin-top: 10px;
	padding: 10px;
	max-height: 40px !important;
	min-height: 40px !important;
	border-radius: 4px !important;
	border: 2px solid #ff9016 !important;
	font-size: 17px !important;
	line-height: unset !important;
	background-color: #ffffff;
	transition: border-color 0.25s ease 0s !important;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px !important;
}

.input-field {
	border-radius: 5px !important;
	border: 1px solid #9F9F9F !important;
	font-size: 17px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	line-height: unset !important;
	background-color: #ffffff;
	transition: border-color 0.25s ease 0s !important;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px !important;
}

.input-textarea {
	border-radius: 5px !important;
	border: 1px solid #9F9F9F !important;
	font-size: 17px !important;
	min-height: 48px !important;
	background-color: #ffffff;
	transition: border-color 0.25s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px 0px, rgba(0, 0, 0, 0.01) 0px 0px 0px 1px;
}

.font-bold {
	font-weight: bold;
}

.float-right {
	float: right !important;
	position:relative;
	z-index:5;
}

.float-end {
	float: right !important;
}

.cursor-pointer {
	cursor: pointer;
}

.submit-btn {
	font-size: 17px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	background-color: #FF9016;
	border: 1px solid #FF9016;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.primary-btn-inactive {
	border: 2px solid #ff9016 !important;
	background-color: #ffffff !important;
	color: #ff9016 !important;
}
.submit-btn:hover {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.submit-btn:focus {
	background-color: #ff9016 !important;
	color: #ffffff !important;
}

.submit-btn:active {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.submit-btn-small {
	font-size: 16px;
	height: 36px;
	border-radius: 5px;
	color: #fff;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background-color: #FF9016;
	border: 1px solid #FF9016;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.submit-btn-small:hover {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.submit-btn-small:focus {
	background-color: #ff9016 !important;
	color: #ffffff !important;
}

.submit-btn-small:active {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.modal-btn {
	font-size: 17px !important;
	height: 42px !important;
	border-radius: 4px !important;
	color: #fff !important;
	padding-left: 18px !important;
	padding-right: 18px !important;
	background-color: #FF9016 !important;
	border: 1px solid #FF9016 !important;
	box-shadow: none !important;
	text-align: center !important;
	vertical-align: middle !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	text-decoration: none !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
	font-weight: normal !important;
	font-style: normal !important;
	margin: 0 !important;
	margin-right: 5px !important;
	background: #FF9016 !important;
}
.modal-btn:hover {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.modal-btn:focus {
	background-color: #ff9016 !important;
	color: #ffffff !important;
}

.modal-btn:active {
	background-color: #e58113 !important;
	color: #ffffff !important;
}

.model-primary-btn {
	min-height: 42px !important;
	margin-right: 10px !important;
}

.modal-outline-btn {
	font-size: 17px;
	height: 42px;
	border-radius: 4px;
	color: #FF9016;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffffff;
	border: 1px solid #FF9016;
	margin-right: 10px !important;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-outline-btn:hover {
	background-color: #ffffff !important;
	color: #e58113 !important;
	border-color: #e58113;
}

.modal-outline-btn:focus {
	background-color: #ffffff !important;
	color: #FF9016 !important;
	border-color: #FF9016;
}

.modal-outline-btn:active {
	background-color: #ffffff !important;
	color: #e58113 !important;
	border-color: #e58113;
}
.primary-modal-footer {
	padding: 10px;
}

.contact-form img.ui-datepicker-trigger {
	padding: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	position: fixed;
}

.top-buttons-icons {
	margin-right: 8px !important;
}
.cid-uoVVPF8SqT .btn {
	padding: 20px 34px 20px 32px !important;
	margin: 0.2rem 0.2rem !important;
}
.cid-uoW1yV8Qyo .btn {
	padding: 20px 34px 20px 32px !important;
	margin: 0.2rem 0.2rem !important;
}
.top-buttons {
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.top-inactive-buttons {
	background-color:#f4f6f9 !important;
	border:none !important;
	font-weight:normal !important;
}
.top-inactive-buttons:hover,
.top-inactive-buttons:focus,
.top-inactive-buttons:active {
	background-color:#e5e7e9 !important;
	border:none !important;
	font-weight:normal !important;
}

.cid-tT9t2ycooc .contact-list .link a:hover {
	color: #ff9016 !important;
}

.filters-section {
	padding-top: 10px !important;
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.data-section {
	margin-left: 16px !important;
	margin-right: 16px !important;
	padding-top: 20px !important;
}
.cid-tVvM0GuozE {
	 padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sub-header-view {
	background: #014A86;
	padding-top: 14px;
	padding-bottom: 14px;
}

.sub-header-btn {
	font-size: 16px;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #014A86;
	border: none;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sub-header-btn-active {
	background-color: #FF9016 !important;
}

.sub-header-btn:hover {
	background-color: #FF9016;
}

.sub-header-btn:focus {
	background-color: #FF9016;
}

.sub-header-btn:active {
	background-color: #FF9016;
}

.google-map {
	border: 1px solid #9F9F9F !important;
}

.cid-tVdQNlOnic .row {
	margin: 0;
	padding: 50px;
}

.cid-tTewhBbriy .nav-tabs .nav-link {
	padding: 11px 22px;
	min-height: 50px;
}

.cid-tTewhBbriy .nav-tabs .nav-item {
	margin: 2px;
}

.cid-tTewhBbriy .nav-tabs .nav-link.active {
	color: #ffffff !important;
}

.cid-tTewhBbriy .nav-tabs .nav-link:hover {
	color: #ff9016 !important;
}
.cid-tTewhBbriy .nav-tabs .nav-link.active:hover {
	color: #ffffff !important;
}
.cid-tT3heW5gVy {
	padding-top: 60px;
}
.cid-tTfHkFeji4 {
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
}
.top-header-link {
	color: #000000 !important;
}
.top-header-link:hover {
	color: #ff9016 !important;
}
.mbr-arrow-up {
	bottom: 12px;
	right: 119px;
}
.cid-tVMDY6z84C .card-wrapper .card-box .meta .item-date::after {
	content: "";
	margin-left: 5px;
	margin-right: 3px;
	color: #47b5ed;
}

.primary-modal-header {
	padding-top: 2px;
	padding-bottom: 0;
	border-bottom: 0;
	height: 52px;
	background: #014A86;
	border-bottom: 1px solid #000000;
}
.model-header-without-radius {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.primary-modal {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #000000;
}
.primary-modal-title {
	font-size: 19px;
	line-height: 36px;
	letter-spacing: 0.2px;
	color: #ffffff;
	margin: 0 auto;
	width: 100%;
	margin-left:0.5rem;
}
.primary-modal-close {
	margin: -1.1rem -0.4rem -1rem auto !important;
	opacity: 1;
	font-weight: bold;
}
.primary-modal-close:hover {
	opacity: .9;
}
.primary-modal-close:active {
	opacity: .9;
}
.primary-modal-close-icon {
	display: block;
	color: #014A86;
	background-color: #ffffff;
	border-radius: 12px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 20px;
}
.primary-model-dialog {
	max-height: 96% !important;
}
.cid-tV7vQOEMTf .form-control {
	min-height: 49px;
	padding: 12px;
}
.list-group-item+.list-group-item {
	border-top-width: 1px;
}
.list-group {
	 border-radius: 0;
}
.panel-icons {
	line-height: 60px;
	margin-right: 16px;
	font-size: 18px;
	color: #4F4F4F;
	border: none !important;
	cursor: pointer;
}
.sub-panel-icons {
	margin-right: 4px;
	font-size: 17px;
	margin-top: 0;
	color: #4F4F4F;
	border: none !important;
	cursor: pointer;
}
.panel-card {
	border-radius: 5px;
	border: 1px solid #787878;
	margin-top: 15px !important;
	margin-bottom: 15px;
}
.panel-card-header {
	background: #F7F7F7;
	border-top-right-radius: 5px !important;
	border-top-left-radius:5px !important;
	border-bottom: 1px solid #787878;
	padding: 8px !important;
}
.panel-head-view {
	line-height: 60px;
	border-bottom: 1px solid #8F8F8F;
	background: #fff1e3;
}
.list-group-item {
	border: 1px solid #8F8F8F;
}
.panel-head-title {
	padding-left: 36px;
	font-weight: 500;
}
.panel-title {
	position: relative;
	color: #4F4F4F;
	font-size: 20px;
}
.panel-sub-title-heading {
	line-height: 40px;
	margin-left: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #4F4F4F;
}
.panel-title::after {
	content: "\f107";
	color: #4F4F4F;
	font-size: 28px;
	top: -2px;
	left: 18px;
	position: absolute;
	font-family: "FontAwesome";
}
.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}
.no-padding {
	padding: 0 !important;
}
.default-btn-padding {
	padding: 9px 14px !important;
}
.cid-tVvM0GuozE .btn {
	padding: 9px 14px !important;
}
.cid-tX6e34Ik2V .navbar {
	min-height: 80px;
}
.cid-tX6e34Ik2V {
	min-height: 80px;
}
.yellow-border {
	border-color: #FF9016;
}
.home-card-header {
	padding: 3px !important;
	background: #FF9016;
	border-color: #FF9016;
}
.home-card-title {
	line-height: 42px;
	margin-left: 13px;
	color: #014A86;
}
.home-card-header-view-all {
	line-height: 42px;
	margin-right: 13px;
	font-size: 12px;
	color: #014A86;
	cursor: pointer;
}
.home-card-header-view-all:hover {
	color: #ffffff;
}
.home-card-header-view-all:active {
	color: #ffffff;
}
.home-card-sub-box {
	border: 1px solid #014A86;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
	color: #707579;
	cursor: pointer;
}
.home-card-sub-box:hover {
	background: #f7f7f7;
	color: #FF9016;
}
.home-card-sub-box:active {
	background: #f2f2f2;
	color: #FF9016 !important;
}
.home-card-sub-box-colored-1 {
	background: #f9ffc6;
	color: #383a3c;
}
.home-card-sub-box-colored-2 {
	background: #E8F5E9;
	color: #383a3c;
}
.home-card-sub-box-colored-3 {
	background: #ffeefa;
	color: #383a3c;
}
.home-card-sub-box-colored-4 {
	background: #f7fcff;
	color: #383a3c;
}
.home-card-sub-box-colored-5 {
	background: #f9ffc6;
	color: #383a3c;
}
.home-card-sub-box-colored-6 {
	background: #E8F5E9;
	color: #383a3c;
}
.home-card-sub-box-colored-7 {
	background: #ffeefa;
	color: #383a3c;
}
.home-card-sub-box-colored-8 {
	background: #f7fcff;
	color: #383a3c;
}
.home-card-sub-box-colored-1:hover, .home-card-sub-box-colored-2:hover, .home-card-sub-box-colored-3:hover, .home-card-sub-box-colored-4:hover,
.home-card-sub-box-colored-5:hover, .home-card-sub-box-colored-6:hover, .home-card-sub-box-colored-7:hover, .home-card-sub-box-colored-8:hover {
	background: #014a86 !important;
	color: #ffffff !important;
}
.home-card-sub-box-colored-1:active, .home-card-sub-box-colored-2:active, .home-card-sub-box-colored-3:active, .home-card-sub-box-colored-4:active,
.home-card-sub-box-colored-5:active, .home-card-sub-box-colored-6:active, .home-card-sub-box-colored-7:active, .home-card-sub-box-colored-8:active {
	background: #014a86 !important;
	color: #FF9016 !important;
}

.home-card-sub-box-img {
	height:40px;
	width: 40px;
}
.home-card-header-img {
	height:18px;
	width: 18px;
	margin-top: -5px;
	margin-right: 8px;
}
.home-card-sub-box-title {
	font-size: 15px;
	font-weight: 500;
	margin-left: 8px;
}
.black-text {
	color: #323232 !important;
}
.country-letter-box {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight:bold;
	background: #014A86;
	font-size:25px;
	color:#ffffff;
	border-radius: 2px;
	text-align: center;
}
.country-letter-box-footer {
	border-bottom: 2px solid #D9D9D9;
}
.country-box {
	background: #FFD5C1;
	border-radius: 3px;
	font-weight: 600;
	font-size: 18px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.country-box:hover {
	background: #014A86;
}
.country-box:active {
	background: #014A86;
}
.country-box-link {
	line-height: 31px;
	color: #323232 !important;
	transition: color 0s !important;
}
.country-box-link:hover {
	color: #ffffff !important;
}
.country-box-link:active {
	color: #ff9016 !important;
}
.link-hover:hover {
	color: #ff9016 !important;
}
.link-hover:active {
	color: #ff9016 !important;
}
.hidden {
	display: none !important;
}
.doc-live-cards {
	border: 1px solid #fafafa;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	background: #fafafa;
	cursor: pointer;
}
.doc-live-cards:hover {
	border: 1px solid #014A86;
	background: #fff3e7;
}
.doc-live-cards:active {
	border: 1px solid #014A86;
	background: #ffe8d0;
}
.journey-title {
	color: #014A86;
	font-weight: 700;
	font-size: 18px;
}
.journey-sub-title {
	color: #014A86;
	font-weight: 600;
	font-size: 17px;
}
.journey-sub-title-gray-color {
	color: #4F4E4E;
}
.journey-details {
	color: #4F4E4E;
	font-weight: 500;
	font-size: 16px;
}
.nav-tabs-icon {
	border-radius: 50px;
	color: #ffffff;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 18px !important;
	line-height: 28px;
}
.primary-blue-bg {
	background: #014A86;
}
.primary-yellow-bg {
	background: #FF9016;
}
.my-account-menu-btns {
	padding-top: 24px;
	padding-bottom: 24px;
}
.my-account-img {
	width: 82%;
}
.screen-top-img {
	width: 245px;
	height: 245px;
	object-fit: cover;
}
.cid-tV7vQOEMTf {
	padding-top: 17px;
	padding-bottom: 0px;
	background-color: #014a86;
}

.header-animation {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header-animation li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: #f9ebd6;
	animation: animate 25s linear infinite;
	bottom: -150px;
}
.header-animation li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	border-radius: 20%;
	animation-delay: 0s;
}
.header-animation li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	animation-delay: 2s;
	animation-duration: 12s;
}
.header-animation li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	border-radius: 20%;
	animation-delay: 4s;
}
.header-animation li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	animation-delay: 0s;
	animation-duration: 18s;
}
.header-animation li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	border-radius: 20%;
	animation-delay: 0s;
}
.header-animation li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	animation-delay: 3s;
}
.header-animation li:nth-child(7) {
	left: 35%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	animation-delay: 7s;
}
.header-animation li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	border-radius: 20%;
	animation-delay: 15s;
	animation-duration: 45s;
}
.header-animation li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	border-radius: 20%;
	animation-delay: 2s;
	animation-duration: 35s;
}
.header-animation li:nth-child(10) {
	left: 85%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
	animation-duration: 11s;
	border-radius: 20%;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
	}
}

.card-view {
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
	color: #323232;
}
.card-view::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: radial-gradient( circle farthest-corner at 10% 20%,  rgb(255 176 192) 0%, rgb(255 198 139) 90%) !important;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}
.card-view:hover::before {
	height: 100%;
}
.card-view:hover {
	box-shadow: none;
}
.item-content {
	z-index: 2;
}
.item-footer {
	z-index: 2;
}
.btn-primary-outline {
	padding: 0.52rem 1.2rem !important;
}
.card-view:hover .btn-primary-outline {
	border-color: #014a86 !important;
	color: #014a86 !important;
}
.card-view:hover .primary-btn {
	background: #014a86 !important;
	color: #ffffff !important;
}
.card-view .btn-primary-outline:hover {
	border-color: #03243f !important;
	color: #03243f !important;
}
.card-view .primary-btn:hover {
	background: #03243f !important;
	color: #ffffff !important;
}
.card-view .btn-primary-outline:active {
	color: #ff9016 !important;
}
.card-view .primary-btn:active {
	color: #ff9016 !important;
}

.text-start {
	text-align: start !important;
}
.default-text-color {
	color: #616060 !important;
}
.insight-add-btn {
	margin: 0;
	font-size: 13px;
	height: 32px;
	border-radius: 3px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	font-weight: bold;
	background-color: #014a86 !important;
	border-color: #003b6b !important;
	margin-right: 4px;
}
.insight-add-btn:hover, .insight-add-btn:focus, .insight-add-btn.focus, .insight-add-btn.active {
	background-color: #00335d !important;
	border-color: #002543 !important;
}
.insight-delete-btn {
	margin: 0;
	font-size: 13px;
	height: 32px;
	border-radius: 3px;
	padding-left: 16px !important;
	padding-right: 16px !important;
	font-weight: bold;
}
.insight-apply-btn {
	border-radius: 4px !important;
}
.insight-image-icon {
	height:30px;width:30px;background-color: #ffe4d8;border-radius: 20px;padding: 6px;
}
.insight-msg-txt {
	margin-left: 10px;font-weight: 400;line-height: 30px;font-size: 16px;color:#000000;
}
.insight-read-icon {
	height:30px;width:30px;padding: 4px;margin-right: 4px;cursor: pointer;
}
.filters-btns {
	padding: 0.4rem 1.2rem;
	background-color: #014a86 !important;
	border-color: #014a86 !important;
	color: #ffffff !important;
}
.filters-active_btns {
	padding: 0.4rem 1.2rem;
	background-color: #e3f2fe !important;
	border-color: #014a86 !important;
	color: #014a86 !important;
}
.filters-active_btns:hover,
.filters-active_btns:focus,
.filters-active_btns:active {
	padding: 0.4rem 1.2rem;
	background-color: #ccd9e4 !important;
	border-color: #004278 !important;
	color: #004278 !important;
}
.filters-sort-check {
	font-size: 20px;
	color:#014a86;
	padding-right: 10px;
}
.fiters-count {
	font-size: 22px;color:#014a86;
}
.font-normal {
	font-weight: normal !important;
}
.font-bold {
	font-weight: bold !important;
}
.line-height-13px {
	line-height: 13px !important;
}

@media (max-width: 768px) {
	.header-search-view {
		margin-top: 5px;
		width: auto !important;
	}
	.full-height {
		min-height: auto;
		height: auto;
	}
	.my-account-img {
		width: 100%;
	}
	.screen-top-img {
		width: 100% !important;
		height: auto !important;
		object-fit: fill !important;
	}
	.sm-full-width {
		width: 100% !important;
	}
	.sm-margin-top-10px {
		margin-top: 8px !important;
	}
	.sm-margin-left-0 {
		margin-left: 0 !important;
	}
}