.dropdown-menu {
	white-space: nowrap !important;
}
.navbar-default .navbar-nav > .open > a {
	color: #fff;
	background-color: #23527c;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #23527c;
}
.navbar-nav > li > .dropdown-menu {
	color: #fff;
	background: #23527c;
}
.dropdown-menu > li > a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
.dropdown-menu > li:last-child > a {
	border-bottom: none !important;
}
.dropdown-menu > li > a {
	color: #fff;
	opacity: 0.8;
	padding: 8px 15px !important;
}
.dropdown-menu > li {
	padding-left: 5px;
	padding-right: 5px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-color: #23527c !important;
}
.dropdown-submenu .dropdown-menu {
	background-color: #23527c !important;
}
/* .dropdown-submenu:hover>.dropdown-menu {
    background: #23527c;
} */
.dropdown-menu li a {
	/* min-width:300px !important; */
	padding-top: 8px;
	padding-bottom: 8px;
}
.dropdown-menu li .border-btm {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */
a,
a:hover,
a:focus,
a:active {
	outline: none;
}
/************************
alert
************************/
#alert-section {
	margin-top: 0px;
}
.alert-btm {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
}
.alert .close {
	color: #fff !important;
	opacity: 1 !important;
}
#alert-section #alert-content {
	background-color: #23527c !important;
	color: #fff !important;
	text-align: center !important;
}

/***************************************
banner
***************************************/
.top {
	padding-top: 10px;
	color: #000;
}
.login-btn {
	display: inline-block;
	margin: 5px 5px 0px 0px !important;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 0px !important;
	white-space: nowrap;
	padding: 11px 12px;
	font-size: 15px;
	line-height: 20px !important;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #686f7a;
	background-color: #23527c;
	border: 1px solid #686f7a;
	height: 50px;
}
.sign-up-btn {
	display: inline-block;
	margin: 5px 5px 0px 0px !important;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 11px 12px;
	font-size: 15px;
	line-height: 20px !important;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #ec5252;
	border: 1px solid transparent;
	height: 50px;
}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.navbar-form {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	/*.navbar .dropdown-menu{
        height: 400px;
    }
     .dropdown-submenu {
        position: inherit !important;
    } */
	.dropdown-submenu > .dropdown-menu {
		margin-top: 0px !important;
	}
	.navbar .dropdown-submenu {
		position: relative;
	}
}
@media (min-width: 1024px) {
	.navbar-form {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: 480px;
	}
}
@media (min-width: 1500px) {
	.navbar-form {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		width: 780px;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		height: inherit !important;
	}
	.navbar-toggle {
		margin-top: 15px !important;
	}
	.login-btn,
	.sign-up-btn {
		margin: 5px !important;
		line-height: 32px !important;
	}
	.navbar-default .navbar-toggle {
		background-color: transparent !important;
		border-color: transparent !important;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-nav {
		margin: 0px !important;
	}
	.nav > li > a {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.navbar-form .input-group {
		margin: 0px !important;
	}
	.deshboard-menu > li > a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.deshboard-menu{
		border: 1px solid #23527c;
	}
}
.navbar-form .btn-default {
	border-radius: 0px !important;
	background-color: #fff;
	border-color: #fff;
}
.navbar-form .btn-default .fa {
	color: #1360d4 !important;
}
.navbar-form input {
	border-radius: 0px !important;
}
.social-icon {
	float: left !important;
}
.social-icon a {
	padding-right: 25px;
}
/* menu css start here */
/* .dropdown-submenu {
    position: relative;
  } */

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	border-radius: 0px;
	/* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px; */
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	width: 0;
	height: 0;
	/* border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc; */
	margin-top: 0px;
	margin-right: -7px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* menu css end here */

.navbar {
	margin-bottom: 0px;
	border: 0px;
}
.navbar {
	position: sticky;
	background: rgb(19, 96, 212) !important;
	border-radius: 0px;
}
.navbar-default {
	background-color: #fff;
	padding: 0px 0;
	transition: all 0.3s;
}
.navbar-default {
	border: 0px;
}
.navbar {
	border-radius: 0px;
}

.navbar-brand {
	font-family: "Chewy", cursive;
	font-size: 32px;
}

.navbar-brand img {
	padding-top: 2px;
	width: 120px !important;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #ea6045;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(28, 74, 90, 0.9);
	}
}

.top-nav-collapse {
	padding: 0;
	background: rgba(28, 74, 90, 0.9);
}

.white,
.white:hover,
.white:focus {
	color: #fff;
	width: 100% !important;
}
.block {
	display: block;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	text-transform: uppercase;
	background-color: #23527c !important;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	margin: 5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	text-transform: uppercase;
	background-color: #23527c;
}
.affix {
	background-color: #ffffff !important;
}
.affix .navbar-nav > li > a:hover,
.affix .navbar-nav > li > a:focus {
	background-color: rgba(12, 184, 182) !important;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	color: black;
}
/* #banner{
	background: url('../img/bg-banner.jpg') no-repeat fixed;
	background-size: cover;
	min-height: 650px;
	position: relative;
} */
@media (max-width: 1024px) {
	#banner {
		background-attachment: scroll;
	}
}
.bg-color {
	background-color: RGBA(13, 70, 83, 0.78);
	min-height: 650px;
}
.banner-info {
	padding-top: 190px;
}
.banner-logo img {
	display: inline-block;
}
.banner-text {
	color: #fff;
}
.banner-text h1 {
	font-family: "Candal", sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.btn-appoint,
.btn-appoint:hover,
.btn-appoint:focus {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 12px;
	background-color: rgba(12, 184, 182, 0.91);
	border-radius: 3px;
	color: #fff;
}
.overlay-detail a i {
	text-align: center;
	position: absolute;
	bottom: 25px;
	font-size: 38px;
	color: #fff;
	margin: 0 auto;
}
.text-primary i {
	padding-top: 8px;
	display: inline-block;
}
/***************************************
services
***************************************/
.icon i {
	color: #0f2b51;
	font-size: 45px;
	margin-bottom: 25px;
}
.service-info {
	margin-bottom: 20px;
}
.icon-info h4 {
	padding-bottom: 15px;
}
.icon-info p {
	font-size: 15px !important;
}
/***************************************
cta-1
***************************************/
.schedule-tab {
	background-color: #0cb8b6;
	float: left;
}
.medi-info {
	border-right: 1px solid #fff;
}
.medi-info,
.time-info {
	padding: 20px;
	color: #fff;
}
.medi-info h3,
.time-info h3 {
	padding-bottom: 16px;
	color: #fff;
	font-weight: 600;
}
.medi-info-btn,
.medi-info-btn:hover,
.medi-info-btn:focus {
	margin: 15px 0px 5px;
	display: inline-block;
	border: solid white 2px;
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	font-weight: 400 !important;
	cursor: pointer;
}
.medi-info,
.time-info {
	font-size: 14px;
}
/***************************************
about
***************************************/
#about {
	background-color: rgba(238, 238, 238, 0.15);
}
.lg-line {
	line-height: 1.4;
	font-size: 28px;
}
.more-features-box-text-icon {
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background: #0cb8b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.more-features-box-text-description h3 {
	padding-bottom: 15px;
}
.more-features-box-text-icon i {
	font-size: 18px;
	line-height: 26px;
}
.more-features-box-text-description {
	margin-left: 80px;
	margin-bottom: 35px;
}
.sec-para {
	padding-bottom: 10px;
}
/***************************************
doctor team
***************************************/
.thumbnail {
	border-radius: 0px;
}
.caption h3 {
	padding-bottom: 5px;
}
.caption p {
	padding-bottom: 10px;
}
/***************************************
testimonial
***************************************/
#testimonial {
	background-color: #eee;
}
.testi-details {
	background: #fff;
	padding: 14px 24px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.18);
	position: relative;
}
.testi-info a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.testi-info a img {
	border-radius: 50%;
}
.testi-info h3 {
	display: inline-block;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	margin-top: 8px;
}
.testi-info h3 > span {
	display: block;
	line-height: 16px;
	font-weight: 400;
}
.testi-details::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-left: 0;
	bottom: -40px;
	left: 56px;
	border-top-color: #fff;
	border-width: 20px;
}
.testi-details::before {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	width: 0px;
	height: 0px;
	bottom: -30px;
	left: 45px;
	border-style: solid;
	border-width: 15px;
	border-color: transparent;
	z-index: -1;
	box-shadow: 3px -13px 5px 0px rgba(0, 0, 0, 0.18);
	border-left: 0;
}
/***************************************
cta -2
***************************************/
#cta-2 {
	background-color: rgb(41, 48, 46);
}
.white {
	color: #fff;
}
.icon-play,
.icon-play:hover,
.icon-play:focus {
	background-color: #0cb8b6;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	padding: 5px 17px;
	margin-top: 26px;
	display: block;
}
.text-primary {
	color: #0cb8b6;
}
.icon-mar {
	margin-right: 7px;
}
/***************************************
contact us
***************************************/
.space {
	margin-top: 40px;
}
.btn-form,
.btn-form:hover,
.btn-form:focus {
	background-color: #0cb8b6;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
}
.br-radius-zero {
	border-radius: 0px;
}
.form-control {
	height: 40px;
}

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
	display: block;
}

/***************************************
footer
***************************************/
#footer {
	background-color: #325c6a;
}
.ftr-tle {
	height: 50px;
}
.info-sec {
	color: #fff;
}
.quick-info li i {
	font-size: 8px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: left;
}
.social-icon li {
	float: left;
	width: 50px;
	height: 50px;
	/* line-height: 50px; */
	text-align: center;
	margin-right: 5px;
}
.social-icon li a {
	line-height: 50px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-right: 0px !important;
}
.bglight-blue {
	background-color: #3498db;
}
.bgred {
	background-color: #e74c3c;
}
.bgdark-blue {
	background-color: #23527c;
}
.bglight-blue {
	background-color: #3498db;
}
.top-footer {
	padding: 40px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
	padding: 30px 0px;
	color: #fff;
}

.footer-line a {
	color: #0cb8b6;
}

.quick-info li a {
	color: #fff;
}
.site-link,
.site-link:hover,
.site-link:focus {
	color: #0cb8b6;
	text-transform: none;
}



@media (min-width: 551px) and (max-width: 980px) {
}
@media (min-width: 220px) and (max-width: 551px) {
	.testi-info {
		margin-bottom: 20px;
	}
	.marb20 {
		margin-top: 30px;
	}
	h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.medi-info {
		border: 0px;
		border-bottom: 1px solid #fff;
	}
	.service-info {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.caption h3 {
		font-size: 14px;
	}
	.caption p {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.caption ul li a i {
		font-size: 14px;
	}
	.banner-text h1 {
		font-size: 24px;
	}
}
/*<custom home page csss start here>*/
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-transform: uppercase;
	background-color: #23527c !important;
}
.top-nav-collapse {
	padding: 0;
	background: rgba(43, 108, 206, 0.9) !important;
}
.btn-appoint,
.btn-appoint:hover,
.btn-appoint:focus {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 12px;
	background-color: #0f2b51 !important;
	border-radius: 3px;
	color: #fff;
}
.btn-appoint:hover {
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 12px;
	background-color: #0f2b51 !important;
	border-radius: 3px;
	color: #fff;
}
.schedule-tab {
	background-color: #1379d6 !important;
}
.more-features-box-text-icon {
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	background: #0f2b51;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.section-title a {
	color: #1379d6 !important;
	text-decoration: none;
}
.text-primary {
	color: #337ab7 !important;
}
.btn-form {
	background-color: #0f2b51;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
}
.btn-form:hover {
	background-color: #0f2b51;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
}
.top-footer {
	background: rgba(43, 108, 206, 0.9) !important;
}
#footer {
	background-color: #23527c;
}
.dr {
	border: 1px solid #f7f7f7;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.dr:hover {
	border: solid transparent 1px;
	box-shadow: 0 0 40px rgba(63, 122, 210, 0.55);
	-webkit-box-shadow: 0 0 40px rgba(63, 122, 210, 0.55);
}
.custom_footer_section {
	font-family: "Open Sans", sans-serif;
	list-style: none;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}
.custom_footer_section li {
	padding-bottom: 5px !important;
}
.custom_footer_section a {
	text-decoration: none;
	color: #fff;
}
@media (min-width: 960px) {
	.social-icon {
		margin-left: -40px !important;
	}
}
/* .heading_title{
    text-align: center;
} */
.heading_title h1 {
	padding-bottom: 20px;
	font-family: "Roboto", Arial, sans-serif;
}
.left_side {
	background: #2f466c;
	height: 320px;
}
.left_side h2 {
	font-family: "Guardian-EgypTT", serif;
	color: #fff;
}
.right_side img {
	width: 100%;
	height: 220px;
}
.right_side {
	height: 320px;
	/* background-image: url("../img/banner_img_2.jpg"); */
	background-size: cover;
	background-position: center;
}
.left_title {
	text-align: center;
	line-height: normal;
}
.left_title h2 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 15px;
}
@media (min-width: 992px) {
	.left_title h2 {
		margin-top: 150px;
	}
	.navbar-form .input-group .input-group-btn {
		width: 1% !important;
	}
}
@media (max-width: 991px) {
	.left_title {
		margin-top: 13px;
	}
}
#banner .heading_title h1,
#banner .left_title span,
#banner .right_side .position-relative h3 span {
	font-family: "Raleway", sans-serif;
	/* font-family: Georgia, serif; */
}

#banner .left-side {
	background: #23527c;
	margin: auto;
	height: 400px;
}
#banner .left-side .img-col {
	/* background-image: url("../img/banner_img.jpg"); */
	background-size: cover !important;
	height: 400px;
}
#banner .left-side .strong a {
	color: #ccc;
}
#banner .left-side .strong a:hover {
	color: #fff;
	text-decoration: none;
}
#banner .left-side .strong a span .fas {
	color: #fff;
	font-size: 18px;
}
#banner .right_side p a {
	color: #ccc;
}
#banner .right_side p a:hover {
	color: #fff;
	text-decoration: none;
}

.right_button a {
	padding: 10px;
	border-radius: 5px;
	background: #23527c;
	color: #fff;
	padding: 18px 30px 20px 30px;
	display: block;
	text-align: center;
}
.right_button a:hover,
.right_button a:focus,
.right_button a:active {
	background: #23527c;
	color: #fff !important;
}

#image_box {
	margin-top: 80px;
	background: #fafafa;
}
#image_box .image img {
	margin-right: 10px;
}
.first_image {
	padding: 0 0 0px 0px !important;
}

#image-box img {
	width: 100%;
}
#popular {
	padding-top: 40px;
}
#popular img {
	width: 100%;
	/*height: 145px;*/
}
#popular img:hover {
	transition: box-shadow 0.2s ease-in-out;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
#popular .title {
	font-family: "Raleway", sans-serif;
	text-align: center;
	padding-bottom: 40px;
}

.rating-icon .fa,
.fas {
	color: #000;
	font-size: 13px;
}

.desc h2 {
	font-size: 11px;
}
.desc .text-size {
	font-size: 13px;
}
@media (min-width: 992px) {
	.desc h2 {
		font-size: 15px;
	}
}
#shop {
	margin-top: 50px;
}
#shop h2 {
	font-size: 18px;
	padding-bottom: 20px;
}
#shop img {
	width: 100%;

	padding-bottom: 20px;
}
#shop .img-box {
	/* box-shadow: 1px 1px 1px 1px grey;    */
	border: 1px solid #ccc;
}

#shop.shop-title {
	padding-bottom: 15px !important;
	text-align: center !important;
}

/* This is for imagebox */
#image-box .fig_contain {
	position: relative;
	list-style: none;
	text-align: center;
}

#image-box .fig_contain .effects,
#image-box .fig_contain .effects-new {
	background: #374d75;
}

#image-box .fig_contain figure {
	position: relative;
	overflow: hidden;
	margin: 10px 0px;
	height: auto;
	cursor: pointer;
}
figure {
	margin: 0 0 1rem;
}

#image-box .fig_contain .effects img,
#image-box .fig_contain .effects-new img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	backface-visibility: hidden;
	transition: transform 0.35s;
}
#image-box .fig_contain .effects:hover img {
	transform: translate3d(0, -150px, 0);
}
#image-box img {
	vertical-align: middle;
	border-style: none;
}
#image-box .fig_contain .effects figcaption,
#image-box .fig_contain .effects-new figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

#image-box .fig_contain .effects h2 {
	transition: transform 0.35s;
	position: absolute;
	padding: unset;
	left: 10%;
	bottom: 10%;
	font-weight: 600;
}

#image-box .fig_contain .effects h2,
#image-box .fig_contain .effects-new h2 {
	padding: 8px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	color: #fff;
	font-size: 1em;
}

#image-box .fig_contain .effects:hover h2,
#image-box .fig_contain .effects:hover img {
	transform: translate3d(0, -125px, 0);
}

#image-box .fig_contain .effects ul {
	position: absolute;
	padding: unset;
	left: 10%;
	bottom: 5%;
	text-transform: none;
	list-style: none;
	margin: 0;
	font-size: 90%;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0, 50px, 0);
}

#image-box .fig_contain .effects-new:hover ul,
#image-box .fig_contain .effects:hover ul {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

#image-box .fig_contain .effects ul li p,
#image-box .fig_contain .effects-new ul li p {
	margin: 0.2rem;
	text-align: left;
}

#image-box .fig_contain .effects ul li p a,
#image-box .fig_contain .effects-new ul li p a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
/* client section css start here */
#client .title h2 {
	font-family: "Raleway", sans-serif;
	text-align: center !important;
	padding-bottom: 40px;
	padding-top: 40px;
}
#client img {
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 70px !important ;
	height: 70px;
}
#client .review-text p {
	padding-top: 3px;
	text-align: center;
}
#client .review-text p strong {
	color: #000;
}
#client .review-text .reting-icon {
	color: #000;
	padding-bottom: 4px;
}
#client .client-review {
	text-align: justify;
	/* height: 175px !important;
	overflow-y: scroll;
	overflow-x: hidden; */
}
@media (min-width: 1024px) {
	.navbar-nav li:hover > ul.dropdown-menu {
		display: block;
		padding: 0px 0px;
	}
	/* .dropdown-submenu {
        position:relative;
    } */
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}

	/* rotate caret on hover */
	/* .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }  */
}
/* client section css end here */

/*<custom home page csss end here>*/
/* nav search */
.es-autocomplete--primary .input-group {
	background-color: #f2f3f5;
	border-radius: 2px;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	margin: 10px;
	width: 100% !important;
}

* {
	box-sizing: border-box;
}

.input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.es-autocomplete--primary .form-control {
	background-color: transparent;
	border-color: transparent;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	font-size: 13px;
}
.es-autocomplete .form-control {
	-webkit-appearance: none;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control {
	display: table-cell;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: 0px;
	padding: 9px 14px;
}

.message-success {
	color: green;
}
.message-error {
	color: red;
}

#course_page .single-course {
	background: #222;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-top: 34px;
	padding-bottom: 60px;
}
#breadcrumbs {
	background-color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
}
#breadcrumbs span {
	color: #267fde;
}

#course_page .single-course .course_title {
	font-size: 36px;
	line-height: 41px;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 10.5px;
}

#course_page .single-course .course_headline {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

#course_page .course_details .course__box {
	background-color: #f9f9f9;
	border: 1px solid #dedfe0;
	padding: 10px 15px;
	margin-top: 10px;
}

#course_page .course_details .course__info {
	margin-bottom: 5px;
	font-family: "Lato", sans-serif;
}

#course_page .course_details .course_listing {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#course_page .course_details .course_listing .listing {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	width: 45%;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item
	.item-details
	a,
.main-content-education .single_events .contentof_events a {
	color: #000;
}

#course_page .single-course .right-col__inner .action_btns .btns a:hover,
.main-content-education .single_events .contentof_events a:hover {
	text-decoration: none;
}

.main-content-education .single_events .contentof_events span {
	margin-right: 10px;
}

.main-content-education .single_events .contentof_events span .greenicon {
	color: #8ad014;
}

.custom-course-post {
	padding: 10px 0;
}

#application-format h3,
#contacts h3,
#faculty h3,
.custom-course-post h3 {
	color: #ed200b;
	text-transform: capitalize;
}

.custom-course-post h6 {
	color: #644e81;
}

.custom-course-post .accordion {
	padding: 10px;
}

.custom-course-post .accordion table td:first-child {
	border-right: 0.2px solid #eeeded;
}

#application-format,
#faculty {
	display: none;
	padding: 10px 0;
}

#faculty .faculty .faculty-member {
	border: 2px solid #eeeded;
	padding: 10px;
	text-align: center;
}

#faculty .faculty .faculty-member img {
	width: 50%;
}

#course_page .single-course .right-col__inner .course_fee,
#faculty .faculty .faculty-member h3 {
	padding: 5px 0;
}

#faculty .faculty .faculty-member p {
	margin: 1px 0;
}

#faculty .faculty .faculty-member ul li {
	list-style: none;
	text-align: left;
}

#application-format table {
	margin: 0 20px;
	border: 1px solid #765b5b;
}

#application-format table td {
	padding-left: 10px;
	border-top: 1px solid #765b5b;
}

#contacts,
input.hidden {
	display: none;
}

#contacts .contact-center address {
	border: 1px solid #765b5b;
	padding: 15px;
}

#contacts .contact-center address ul {
	margin-bottom: 0;
}

#workshop-header {
	position: absolute;
	width: 100%;
	padding: 30px 0;
}

#workshop-header #workshop-menu .menu-item {
	flex: auto;
	list-style: none;
	display: inline-block;
}

#workshop-header #workshop-menu .menu-item a:hover {
	color: #644e81;
	padding: 10px 15px;
	background-color: #fff;
	font-weight: 700;
}

#main-banner {
	position: relative;
	background-image: url(../img/workshop-banner.jpg);
	background-size: cover;
	height: 100vh;
}

#main-banner .workshop-details {
	background-color: #000;
	padding: 20px;
	opacity: 0.7;
	width: 60%;
	position: absolute;
	top: 50%;
	left: 5%;
}

#main-banner .workshop-details p {
	color: #fff;
	line-height: 30px;
}

#cfaculty .text-heading,
#overview .text-heading {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}

#cfaculty .faculty-list {
	position: relative;
	background-image: url(../img/faculty.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
}

#cfaculty .faculty-list .faculty-details {
	background-color: #044d4c;
	opacity: 0.9;
	padding: 10px;
}

#cfaculty .faculty-list .faculty-details p {
	padding-top: 5px;
	margin: 0;
	padding-bottom: 0;
	color: #fff;
}

#application,
#brochure {
	height: 50vh;
}

#application .text-heading,
#brochure .text-heading {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}

#brochure .downlode-bro,
#contact button {
	padding: 10px;
	background-color: #055051;
	color: #fff;
}

#contact .text-heading {
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
}

#contact button {
	cursor: pointer;
	border-radius: none;
	padding: 10px 20px;
}

.workshop_footer {
	margin-top: 30px;
	background-color: #1b1b1b;
}

.workshop_footer h6 {
	text-align: center;
	padding: 50px 0;
	color: #fff;
}

.workshop_footer .scrolltop {
	padding: 15px;
	background-color: #0ff;
	position: fixed;
	bottom: 10%;
	right: 0;
	display: block;
}

.workshop_footer .scrolltop .fa-arrow-up {
	color: #fff;
	font-size: 20px;
}

#course_page .single-course {
	background-image: url("../../frontend/img/banner1.jpg");
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-top: 34px;
	padding-bottom: 34px;
}

#course_page .single-course .course_title {
	font-size: 36px;
	line-height: 41px;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 10.5px;
}

#course_page .single-course .course_headline {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

#course_page .single-course .right-col__content {
	background: #fff;
	position: absolute;
	width: calc(100% - 30px);
}

#course_page .single-course .right-col__scroll {
	background: #fff;
	position: fixed !important;
	width: 350px;
}

#course_page .single-course .right-col__module {
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
		0 3px 1px 0 rgba(20, 23, 28, 0.1);
	border-radius: 4px;
	color: #505763;
	padding: 3px;
}

#course_page .single-course .right-col__inner {
	padding: 15px 30px;
}

#course_page .single-course .right-col__inner .course_fee .current__fee span {
	font-size: 36px;
	white-space: nowrap;
	color: #505763;
	font-weight: 700;
}

#course_page .single-course .right-col__inner .duration-container {
	margin-top: 3px;
}

#course_page .single-course .right-col__inner .duration-container .duration {
	display: flex;
	font-size: 14px;
}

#course_page
	.single-course
	.right-col__inner
	.duration-container
	.duration__left {
	color: #505763;
	margin-right: 5px;
}

#course_page
	.single-course
	.right-col__inner
	.duration-container
	.duration__right {
	display: flex;
	align-items: flex-start;
	width: 60%;
}

#course_page .single-course .right-col__inner .action_btns .btns {
	margin-top: 12px;
	margin-bottom: 12px;
}

#course_page .single-course .right-col__inner .action_btns .btns .btn {
	border-radius: 0 !important;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.35135;
}

#course_page .single-course .right-col__inner .action_btns .btns .btn:focus {
	box-shadow: none;
}

#course_page .single-course .right-col__inner .action_btns .btns .btn span {
	float: left;
}

#course_page .single-course .right-col__inner .target_group .group__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#course_page
	.single-course
	.right-col__inner
	.target_group
	.group__list
	.group__item {
	padding: 3px;
}

#course_page
	.single-course
	.right-col__inner
	.target_group
	.group__list
	.group__item
	.group__text {
	font-size: 13px;
}

#course_page .course_details {
	margin-bottom: 10px;
}

#course_page .course_details .course__box {
	background-color: #23527c;
	color: #fff;
	border: 1px solid #23527c;
	padding: 25px;
	margin-top: 10px;
}

#course_page .course_details .course__info {
	margin-bottom: 5px;
	font-family: "Lato", sans-serif;
}

#course_page .course_details .course__info h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 15px;
	color: #fff;
}

#course_page .course_details .course_listing {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#course_page .course_details .course_listing .listing {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	width: 45%;
}

#course_page .course_details .course_listing .listing_icon {
	align-self: flex-start;
	color: #a1a7b3;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 2px;
}

#course_page .course_details .course__description,
#course_page .course_details .course__locations,
#course_page .course_details .course__requirments {
	margin-top: 40px;
}

#course_page
	.course_details
	.course__locations
	.location_details
	.heading_title {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
	font-family: "Lato", sans-serif;
}

#course_page .course_details .course__locations .accordion .card {
	border-radius: 0;
	margin-top: 3px;
	cursor: pointer;
	background: #f9f9f9;
	border: 1px solid #e8e9eb;
}

#course_page .course_details .course__locations .accordion .card-header {
	color: #505763;
	background: 0 0;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card-header
	.acc_icon {
	color: #007791;
	margin-right: 10px;
}

#course_page .course_details .course__locations .accordion .card .card-body,
.aravind-milestone .milestone-wrap .one-mile .text-block ul {
	padding: 0;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item {
	display: flex;
	padding: 12px 30px 12px 30px;
	background-color: #fff;
	border: 1px solid #e8e9eb;
	border-top: none;
	color: #686f7a;
	letter-spacing: 0.3px;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 1.33;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item
	.left-content {
	display: flex;
	align-items: flex-start;
	align-self: center;
	width: 50%;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item
	.item-details {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	font-size: 14px;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item
	.item-details
	.cover_item {
	display: flex;
	width: 100%;
	margin-bottom: 3px;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body_item
	.item-details
	.cover_item
	.icon {
	display: flex;
	align-items: flex-start;
	width: 30px;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body
	.branch {
	background: #23527c;
	color: #fff;
}

#course_page
	.course_details
	.course__locations
	.accordion
	.card
	.card-body
	.branch_text {
	text-align: center;
	font-weight: 600;
}

#course_page .course_details .course__requirments .requirments__title {
	font-size: 22px;
	font-weight: 600;
	font-family: "Lato", sans-serif;
	margin: 0 0 10px;
}

#course_page .course_details .course__requirments .requirments__list {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 10px;
}
.custom-hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #007791;
}
#course_page .course_details .course__requirments .requirments__item {
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
	font-size: 15px;
}
#course_page .course_details .course__requirments .requirments__item:before {
	content: "\f0a4";
	font-family: FontAwesome;
	margin-left: -20px;
	margin-right: 6px;
}
#course_page .course_details .course__description .description__title {
	font-size: 22px;
	font-weight: 600;
	font-family: "Lato", sans-serif;
	margin: 0 0 10px;
}

#course_page .course_details .course__description .description p {
	word-break: break-word;
	margin: 0 0 10.5px;
}

#course_page .course_details .course__description .description ul {
	list-style-type: none;
	font-family: "Lato", sans-serif;
	padding-left: 10px;
	margin-left: 10px;
}

#course_page .course_details .course__description .description li {
	margin-bottom: 10px;
	font-size: 15px;
}
#course_page .course_details .course__description .description li:before {
	content: "\f0a4";
	font-family: FontAwesome;
	margin-left: -20px;
	margin-right: 6px;
}
.main-content-get-involved-donate .margin-left-20px {
	margin-left: 20px;
}

.main-content-get-involved-donate .form-check-input {
	margin-left: 0;
}

.main-content-get-involved-donate .alert-primary,
.main-content-get-involved-donate .oamt {
	margin-top: 1rem;
}

.main-content-get-involved-donate .oamt p {
	margin: 0;
}

.main-content-get-involved-donate #donate-drop {
	margin-left: 2rem;
}

.main-content-get-involved-donate .divider {
	border-top: 1px solid #364d75;
}

.main-content-get-involved-donate .form-control {
	margin-bottom: 1rem;
}

.main-content-get-involved-donate .action-btn {
	margin: 1rem 0 0;
	text-align: center;
}

.main-content-get-involved-donate .down {
	width: 100%;
	position: fixed;
	height: 80px;
	bottom: 0;
	background-color: #fff;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0 -6px 9px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 -6px 9px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 -6px 9px -5px rgba(0, 0, 0, 0.55);
	padding-top: 10px;
}

.main-content-get-involved-donate .mail-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.main-content-get-involved-donate .mail-container input {
	width: 40%;
}

.vopps {
	cursor: pointer;
}

.vopps span {
	color: #364d75;
}
.pg_courses .col-lg-4 {
	margin-bottom: 25px;
}
.pg_courses .col-lg-4 {
	margin-bottom: 25px;
}
.pg_courses .item-post {
	background: #fff;
	box-shadow: 0 4px 8px rgba(19, 96, 212, 0.35);
	border: 1px solid #1360d4;
	margin-bottom: 25px;
}
.pg_courses .item-post .item-pic {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 270px;
	background-position: center;
	background-color: #eee;
}
.pg_courses .item-post .item-body {
	padding: 20px 15px;
}
a,
a:hover,
a:focus,
a:active {
	outline: none;
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.pg_courses .item-post .item-body .item-title a h3 {
	color: #262626 !important;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 25px;
	transition: all 0.5s ease;
	font-family: Roboto;
}
.pg_courses .item-post:hover .item-title > a > h3 {
	color: #53c3f0 !important;
}
#breadcrumbs .breadcrumb_last {
	color: #8a8888;
}

/* Candidate Dashboard */

/****** Searchable container */

.title {
	margin-left: 20px;
}

.fa-user {
	font-size: 80px;
}

.searchable-container {
	margin-top: 40px;
}

.glyphicon-lg {
	font-size: 4em;
}
.info-block {
	border-right: 5px solid #e6e6e6;
	margin-bottom: 25px;
}
.info-block .square-box {
	width: 120px;
	min-height: 120px;
	margin-right: 22px;
	text-align: center !important;
	background-color: #676767;
	padding: 20px 0;
}
.info-block:hover .info-block.block-info {
	border-color: #20819e;
}

.info-block.block-info .square-box {
	background-color: #5bc0de;
	color: #fff;
}

.btn-compose-email {
	padding: 10px 0px;
	margin-bottom: 20px;
}

.btn-danger {
	background-color: #e9573f;
	border-color: #e9573f;
	color: white;
}

.panel-teal .panel-heading {
	background-color: #23527c;
	border: 1px solid #23527c;
	color: white;
}

.panel .panel-heading {
	padding: 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.panel .panel-heading .panel-title {
	padding: 10px;
	font-size: 17px;
}

/* form .form-group {
	position: relative;
	margin-left: 0px !important;
	margin-right: 0px !important;
} */

.inner-all {
	padding: 10px;
}

/* ========================================================================
  * MAIL
  * ======================================================================== */
.nav-email > li:first-child + li:active {
	margin-top: 0px;
}
.nav-email > li + li {
	margin-top: 1px;
}
.nav-email li {
	background-color: white;
}
.nav-email li.active {
	background-color: transparent;
}
.nav-email li.active .label {
	background-color: white;
	color: black;
}
.nav-email li a {
	color: black;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.nav-email li a:hover {
	/* background-color: #eeeeee; */
}
.nav-email li a i {
	margin-right: 5px;
}
.nav-email li a .label {
	margin-top: -1px;
}

.table-email tr:first-child td {
	border-top: none;
}
.table-email tr td {
	vertical-align: top !important;
}
.table-email tr td:first-child,
.table-email tr td:nth-child(2) {
	text-align: center;
	width: 35px;
}
.table-email tr.unread,
.table-email tr.selected {
	background-color: #eeeeee;
}
.table-email .media {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.table-email .media h4 {
	margin: 0px;
	font-size: 14px;
	line-height: normal;
}
.table-email .media-object {
	width: 35px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.table-email .media-meta,
.table-email .media-attach {
	font-size: 11px;
	color: #999;
	position: absolute;
	right: 10px;
}
.table-email .media-meta {
	top: 0px;
}
.table-email .media-attach {
	bottom: 0px;
}
.table-email .media-attach i {
	margin-right: 10px;
}
.table-email .media-attach i:last-child {
	margin-right: 0px;
}
.table-email .email-summary {
	margin: 0px 110px 0px 0px;
}
.table-email .email-summary strong {
	color: #333;
}
.table-email .email-summary span {
	line-height: 1;
}
.table-email .email-summary span.label {
	padding: 1px 5px 2px;
}
.table-email .ckbox {
	line-height: 0px;
	margin-left: 8px;
}
.table-email .star {
	margin-left: 6px;
}
.table-email .star.star-checked i {
	color: goldenrod;
}

.nav-email-subtitle {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
	margin-top: 30px;
}

.compose-mail {
	position: relative;
	padding: 15px;
}
.compose-mail textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}

.view-mail {
	padding: 10px;
	font-weight: 300;
}

.attachment-mail {
	padding: 10px;
	width: 100%;
	display: inline-block;
	margin: 20px 0px;
	border-top: 1px solid #eff2f7;
}
.attachment-mail p {
	margin-bottom: 0px;
}
.attachment-mail a {
	color: #32323a;
}
.attachment-mail ul {
	padding: 0px;
}
.attachment-mail ul li {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-top: 15px;
	list-style: none;
}
.attachment-mail ul li a.atch-thumb img {
	width: 200px;
	margin-bottom: 10px;
}
.attachment-mail ul li a.name span {
	float: right;
	color: #767676;
}

@media (max-width: 640px) {
	.compose-mail-wrapper .compose-mail {
		padding: 0px;
	}
}
@media (max-width: 360px) {
	.mail-wrapper .panel-sub-heading {
		text-align: center;
	}
	.mail-wrapper .panel-sub-heading .pull-left,
	.mail-wrapper .panel-sub-heading .pull-right {
		float: none !important;
		display: block;
	}
	.mail-wrapper .panel-sub-heading .pull-right {
		margin-top: 10px;
	}
	.mail-wrapper .panel-sub-heading img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.mail-wrapper .panel-footer {
		text-align: center;
	}
	.mail-wrapper .panel-footer .pull-right {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
	.mail-wrapper .attachment-mail ul {
		padding: 0px;
	}
	.mail-wrapper .attachment-mail ul li {
		width: 100%;
	}
	.mail-wrapper .attachment-mail ul li a.atch-thumb img {
		width: 100% !important;
	}
	.mail-wrapper .attachment-mail ul li .links {
		margin-bottom: 20px;
	}

	.compose-mail-wrapper .search-mail input {
		width: 130px;
	}
	.compose-mail-wrapper .panel-sub-heading {
		padding: 10px 7px;
	}
}

/*Comment List styles*/
.comment-list .row {
	margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
	padding: 4px 15px;
	position: absolute;
	border: none;
	/*Panel-heading border radius*/
	border-top-right-radius: 0px;
	top: 1px;
}
.comment-list .panel .panel-heading.right {
	border-right-width: 0px;
	/*Panel-heading border radius*/
	border-top-left-radius: 0px;
	right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
	padding-top: 6px;
}
.comment-list figcaption {
	/*For wrapping text in thumbnail*/
	word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
	.comment-list .arrow:after,
	.comment-list .arrow:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.comment-list .panel.arrow.left:after,
	.comment-list .panel.arrow.left:before {
		border-left: 0;
	}
	/*****Left Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow.left:before {
		left: 0px;
		top: 30px;
		/*Use boarder color of panel*/
		border-right-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow.left:after {
		left: 1px;
		top: 31px;
		/*Change for different outline color*/
		border-right-color: #ffffff;
		border-width: 15px;
	}
	/*****Right Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow.right:before {
		right: -16px;
		top: 30px;
		/*Use boarder color of panel*/
		border-left-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow.right:after {
		right: -14px;
		top: 31px;
		/*Change for different outline color*/
		border-left-color: #ffffff;
		border-width: 15px;
	}
}
.comment-list .comment-post {
	margin-top: 6px;
}

label.error {
	color: red;
}
.location-padding {
	padding-left: 15px;
	padding-right: 15px;
}
.course-height {
	max-width: 100%;
	border: 10px solid #fff;
}
.course-size {
	display: table-cell;
	vertical-align: middle;
	height: 185px;
}
.active-status {
	background-color: #23527c !important;
}
.form-shadow {
	border: 1px solid #ccc;
	box-shadow: 5px 10px 18px #888888;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.start-class-border {
	border: 1px solid #ccc;
}
.form-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.form-title {
	margin: 0;
	line-height: 1.42857143;
}
.form-body {
	position: relative;
	padding: 15px;
}
@media (min-width: 1024px) {
	.dataTables_length {
		width: 20% !important;
		float: left;
	}
	.dataTables_info {
		width: 40% !important;
		float: left;
	}
	.dataTables_paginate,
	.dataTables_page {
		display: inline-block;
	}
	.dataTables_paginate .pagination {
		float: inherit !important;
	}
	.dataTables_page {
		/* width: 20%;
     float: left; */
		right: 6px;
		position: relative;
	}
}
#sticky {
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}
#sticky.stick {
	position: fixed;
	top: 10px;
	z-index: 10000;
}
#stickybar {
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 10px;
}
@media (min-width: 1024px) {
	#stickybar.sticky {
		float: none;
		position: fixed;
		top: 20px;
		z-index: 6;
		right: 20%;
		width: 270px;
	}
}

.apply-now-button {
	margin-bottom: 10px;
	border-radius: 0px;
}
.case-padding {
	padding: 6px;
}
.case-pointer {
	cursor: pointer;
}
.add-button-right {
	float: right;
}
.add-button-margin {
	margin-bottom: 10px;
}
.td-center {
	text-align: center;
}
.td-action {
	text-align: right;
}
.card-block {
	margin-top: 5px;
}
.panel-order {
	color: #fff !important;
	background-color: #317c44 !important;
	border-color: #faebcc;
	border-bottom: 0px !important;
}
.f-text-order {
	color: #317c44 !important;
}
.p-f-order {
	border: 1px solid #317c44;
}
.panel-messages {
	color: #fff !important;
	background-color: #2f8ab7 !important;
	border-color: #bce8f1;
	border-bottom: 0px !important;
}
.p-f-messages {
	border: 1px solid #2f8ab7;
}
.f-text-messages {
	color: #2f8ab7 !important;
}
.panel-interest {
	color: #fff !important;
	background-color: #8a6d3b !important;
	border-color: #faebcc;
	border-bottom: 0px !important;
}
.p-f-interests {
	border: 1px solid #8a6d3b;
}
.f-text-interest {
	color: #8a6d3b !important;
}
.panel-request {
	color: #fff !important;
	background-color: #a94442 !important;
	border-color: #ebccd1;
	border-bottom: 0px !important;
}
.p-f-request {
	border: 1px solid #a94442;
}
.f-text-request {
	color: #a94442 !important;
}
/* Clear icon GridView */
.clearable {
	position: relative;
	display: inline-block;
}
.clearable input[type="text"] {
	padding-right: 24px;
	width: 100%;
	box-sizing: border-box;
}
.clearable__clear {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 8px;
	font-style: normal;
	font-size: 1.2em;
	user-select: none;
	cursor: pointer;
}
.clearable input::-ms-clear {
	/* Remove IE default X */
	display: none;
}
.mb-10 {
	margin-bottom: 10px;
}
.reset-button {
	background-color: #00388c !important;
	color: white;
	cursor: pointer;
	border: 0px !important;
	padding: 7px 15px !important;
	border-radius: 3px;
}
.modal-header {
	background-color: #00388c !important;
	color: #fff !important;
	padding: 10px 15px !important;
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 80%;
	}
}
/* @media (min-width: 768px) {
	.navbar-right {
		margin-right: 30px !important;
	}
} */
.textupcase {
	text-transform: uppercase;
}
/* Special Navtop */
@media (min-width: 768px) {
	.topnav .dropdown-submenu {
		position: relative;
	}
}
.second-header {
	background: #23527c;
	margin-bottom: 1px;
}
.topnav-a {
	background-color: #23527c !important;
	color: #fff !important;
}
.topnav-a:hover,
.topnav-a:focus,
.topnav-a:active {
	background-color: #1360d4 !important;
	color: #fff !important;
}
.popular-course,
.popular-course:hover,
.popular-course:focus,
.popular-course:active {
	color: #000 !important;
}
.cd-a,
.cd-a:hover,
.cd-a:focus,
.cd-a:active {
	outline: none;
	color: #007bff !important;
	text-decoration: none;
	background-color: transparent !important;
	-webkit-text-decoration-skip: objects;
}
.course-image {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	height: 128px;
	border: 1px solid #1360d4;
	background-position: center;
	background-color: #eee;
}
/* Mobile View */
.pen body {
	padding-top: 50px;
}

/* Social Buttons - Twitter, Facebook, Google Plus */
.btn-twitter {
	background: #00acee;
	color: #fff;
}
.btn-twitter:link,
.btn-twitter:visited {
	color: #fff;
}
.btn-twitter:active,
.btn-twitter:hover {
	background: #0087bd;
	color: #fff;
}

.btn-instagram {
	color: #fff;
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:focus,
.btn-instagram.focus {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover {
	color: #fff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github {
	color: #fff;
	background-color: #444;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:focus,
.btn-github.focus {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover {
	color: #fff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, 0.2);
}

/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.modal.left .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.modal.left .modal-dialog.modal-sm {
	max-width: 300px;
}

.modal.left .modal-content,
.modal.right .modal-content {
	min-height: 100vh;
	border: 0;
}
.modal-cat {
	width: 80% !important;
}
.pan-head {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #1360d4 !important;
	color: #fff !important;
}
.mod-title {
	margin-top: 0px;
}
.cat-mod-close {
	margin-top: 0px !important;
}
.pan-group {
	margin-bottom: 0px !important;
}
.sec-rev-mar {
	margin-bottom: 50px;
}
.course-mat-mod-header {
	padding: 15px 10px 0px 0px !important;
	border-bottom: none !important;
}
.course-mat-mod-body {
	background-color: rgb(177, 177, 177);
}
.field-icon {
	float: right;
	margin-top: -32px;
	position: relative;
	z-index: 2;
	font-size: x-large;
	color: #00388c;
}
.p-policy {
	color: #00388c;
}

.p-policy-h {
	color: #00388c;
	text-decoration: underline;
}
.videowrapper {
	position: relative;
	padding-bottom: 46.25%;
	/* padding-top: 25px; */
	height: 0px;
}
.videowrapper iframe,
.videowrapper video {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
.wrapper {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 25px;
}
.video-js-responsive-container.vjs-hd {
	padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
	padding-top: 75%;
}
.video-js-responsive-container {
	width: 100%;
	position: relative;
}
.video-js-responsive-container .video-js {
	height: 100% !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.course-material-video-container {
	padding-bottom: 25px;
}
a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
}
/* Loader */
.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255, 255, 255, 0.5);
	display: none;
	z-index: 999999999999;
}

.overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 75px;
	height: 75px;
	display: inline-block;
	border-width: 2px;
	border-color: rgba(0, 56, 140, 1);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
/* Loader */
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
	box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}
.card .card-header {
	padding: 5px 0px;
	background-color: transparent;
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card .card-header + .card-block,
.card .card-header + .card-block-big {
	padding-top: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
	float: right;
}
/* Calender CSS*/
#all-travel-calendar {
	max-width: 100%;
	margin: 0 auto;
}

#all-food-calendar {
	max-width: 100%;
	margin: 0 auto;
}

.dataTables_wrapper {
	overflow-x: hidden;
}

.dataTables_filter {
	width: auto !important;
}

.fc-toolbar {
	display: block !important;
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0px;
	background: #2a3f54;
	padding: 20px 7px 16px 7px;
	color: #fff;
}

.fc-button-group > .fc-button {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #9cdaec;
	border: 1px solid transparent;
	padding: 1.4em 1.65em;
	font-size: 1em;
	line-height: 0;
}

.fc-button-group > .fc-state-hover {
	background-position: unset;
}

.fc button .fc-icon {
	top: -0.5em !important;
}

.fc-state-default.fc-corner-right {
	-ms-flex: 1 1 auto;
	font-weight: 400;
	color: #000;
	-moz-user-select: none;
	-ms-user-select: none;
	background-color: #9cdaec;
	padding: 1.4em 1.65em;
	line-height: 0;
}

.fc-header-toolbar h2 {
	position: relative;
	top: 10px;
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.fc-state-active {
	outline: 5px auto -webkit-focus-ring-color;
}
.fc-state-default.fc-corner-left {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.previous-event,
.previous-event:hover,
.previous-event:focus {
	background-color: #f1f1f1;
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}

.next-event,
.next-event:hover,
.next-event:focus {
	background-color: #4caf50;
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}

.fc-today {
	background: #e2ddb1 !important;
	border-top: 1px solid #ccc !important;
	font-weight: bold;
}

.fc-title {
	font-size: 1em;
	/* top: -7px; */
	position: relative;
	text-align: center;
}

.fc-event {
	height: 15px !important;
	padding: 2px;
}

.table.table-bordered.dataTable td:last-child {
	padding-right: 45px;
}

#HotelBookingDatatable tbody tr td {
	text-transform: uppercase;
	font-size: 14px;
	font-family: sans-serif;
}

#BlockDatatable tbody tr td {
	text-transform: uppercase;
	font-size: 14px;
	font-family: sans-serif;
}

@media only screen and (max-width: 1026px) {
	.fc-title-text {
		display: none;
	}
}
@media (max-width: 767px) {
	.user-profile {
		display: none !important;
	}
	.user-profile-mobile {
		display: block !important;
	}
	.mobile-container {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.clearable{
		display: block !important;
	}
	.category-close{
		position: absolute;
		right: 10px;
		top: 40px;
	}
	.category-title{
		margin-bottom: 0px;
	}
}
@media (min-width: 768px) {
	.user-profile {
		display: block !important;
	}
	.user-profile-mobile {
		display: none !important;
	}
}
.collapse-panel .panel-heading .panel-title {
	padding: 0px !important;
	font-size: 17px;
}
#accordion1 .panel-heading {
	border: 1px solid #ddd !important;
}
.all-class > li > a {
	position: relative !important;
	display: block !important;
	padding: 10px 15px !important;
}



