/* Vinay's place  for awesome CSS */

/* --
-----  Header
------------------------------- */
#masthead .menu-main-menu-container ul {
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
#masthead .menu-main-menu-container ul li {
	border-left: 1px solid #13b0d9;
	margin:0 !important;
	padding: 10px 15px;
	color: #13b0d9;
	font-size: 14px;
	transition: all .5s;
}

#masthead .menu-main-menu-container ul li a{
	color: #13b0d9;
	transition: all .5s;
}
#masthead .menu-main-menu-container ul li:hover,
#masthead .menu-main-menu-container ul li.current-menu-item {
	background-color: #13b0d9;
}
#masthead .menu-main-menu-container ul li:hover a,
#masthead .menu-main-menu-container ul li.current-menu-item a {
	color: #fff;
	text-decoration: none;
}

ul.wp-megamenu-sub-menu {
    margin-top: -1px !important;
}
#wp-megamenu-menu-patients ul li:hover>a {
	text-decoration: none;
}
#wp-megamenu-menu-patients ul li.current-menu-item>a {
	color: #13b0d9 !important;
}
.about-scoliosis { color: #13b0d9; }
/*
#wp-megamenu-menu-patients .about-scoliosis-megamenu ul.wp-megamenu-sub-menu li {
      align-self: center;
}
#wp-megamenu-menu-patients>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li {
      align-self: center;
}
*/
#wp-megamenu-menu-professionals ul.wp-megamenu-sub-menu li a,
#wp-megamenu-menu-patients ul.wp-megamenu-sub-menu li a {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}
/*#wp-megamenu-menu-patients .about-scoliosis-megamenu ul.wp-megamenu-sub-menu li a:after {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 20px;
    background-image: url(assets/images/greenarrow.svg);
}*/
#wp-megamenu-menu-professionals .about-scoliosis-megamenu ul.wp-megamenu-sub-menu li.menu-item.menu-item:hover a,
#wp-megamenu-menu-patients .about-scoliosis-megamenu ul.wp-megamenu-sub-menu li.menu-item.menu-item:hover a{
/* color: #005994 !important; */
}
#wp-megamenu-menu-professionals .wpmm_mega_menu>div>ul>li>ul.wp-megamenu-sub-menu> li:last-child,
#wp-megamenu-menu-professionals .wpmm_mega_menu>div>ul>li>ul.wp-megamenu-sub-menu> li:nth-child(3),
#wp-megamenu-menu-patients .wpmm_mega_menu>div>ul>li>ul.wp-megamenu-sub-menu> li:nth-child(3),
#wp-megamenu-menu-patients .wpmm_mega_menu>div>ul>li>ul.wp-megamenu-sub-menu> li:last-child {
    border-left: 2px solid #d5e2e6;
}
.borderless-column .wp-megamenu-sub-menu>li{
	border-left: none !important;
}
.singleborder-column .wp-megamenu-sub-menu>li:last-child{
	border-left: none !important;
}
#wp-megamenu-menu-professionals .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu,
#wp-megamenu-menu-patients .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu{
    padding-top: 5px;
}
#wp-megamenu-menu-professionals .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li a,
#wp-megamenu-menu-patients .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li a{
    line-height: 20px !important;
	color: #005994 !important;
}
#wp-megamenu-menu-professionals .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li,
#wp-megamenu-menu-patients .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li{
	display: none;
}
#wp-megamenu-menu-professionals .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li:hover a,
#wp-megamenu-menu-patients .wpmm-row .wpmm-col-3:nth-child(4) .wp-megamenu-sub-menu>li:hover a{
	color: #13b0d9 !important;
}
.wpmm-strees-row-container > .wp-megamenu-sub-menu {
    min-height: 200px;
}

@media screen and (max-width: 460px){
	.scoli-top-bar {display: none;}
}

.wp-megamenu-item-108 a,
.wp-megamenu-item-109 a,
.wp-megamenu-item-110 a,
.wp-megamenu-item-111 a,
.wp-megamenu-item-112 a,
.wp-megamenu-item-115 a,
.wp-megamenu-item-116 a{
	/*color: #005994 !important;*/
}

.wp-megamenu-item-108:hover a,
.wp-megamenu-item-109:hover a,
.wp-megamenu-item-110:hover a,
.wp-megamenu-item-111:hover a,
.wp-megamenu-item-112:hover a,
.wp-megamenu-item-115:hover a,
.wp-megamenu-item-116:hover a{
	/*color: #13b0d9 !important;*/
}
.main-navigation .wpmm-nav-wrap ul ul li.wp-megamenu-item-116,
.main-navigation .wpmm-nav-wrap ul ul li.wp-megamenu-item-115 {
	display: none;
}

/* --
-----  Footer
------------------------------- */
#footer {
	color: #fff;
	background: #005893;
	position: relative;
	/*margin-top: 160px;*/
}
#footer .top {
	padding-bottom: 40px;
}
#footer .top:before {
	/*content: '';*/
	/*background-image: url(assets/images/footerbg.svg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: top;*/
	/*background-size: cover;*/
	/*width: 100%;*/
    /*top: -160px;*/
	/*left: 0;*/
    /*height: 200px;*/
    /*position: absolute;*/
}
#footer p {
	color: #fff;
}
.footer-logo{
	padding-top: 0px;
	padding-bottom: 20px;
}

.footer-logo img {
	max-width: 180px;
}

#footer .bottom {
	border-top: 1px solid #addbe8;
	padding: 20px 0;
	background: #005893;
}
#footer-nav.menu,
.footer-social {
	padding-left: 0;
}

#footer-nav.menu,
#footer-nav.menu li,
.footer-social,
.footer-social li {
    display: inline-block;
    margin-bottom: 0;
}
#footer-nav.menu li {
	padding: 0 15px 0 0;
}
#footer-nav.menu li a{
	color: #fff;
	transition: all .5s;
}
#footer-nav.menu li:hover a{
	color: #13b0d9;
	text-decoration: none;
}
.footer-social li a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
	background: #addbe8;
	border-radius: 50%;
	transition: all .5s;
}
.footer-social li a:hover{
	color: #fff;
	background-color: #13b0d9;
	text-decoration: none;
}

/*Forms Common overwrites*/
input::placeholder,
textarea::placeholder {
	color: #eaeaea;
	opacity: 1;
}
input:not([type=button]),
select,
textarea {
	color: #fff !important;
	background: #003a76 !important;
	border: none !important;
}

.inputWrapper input:not([type="button"]),
.inputWrapper select,
.inputWrapper textarea {
	background-color: unset !important;
	border: 1px solid #ddd !important;
}


.nf-form-content .list-select-wrap>div.nf-field-element div:after,
.nf-form-content .listcountry-wrap>div.nf-field-element div:after{
	content: ' ' !important;
    width: 13px;
    right: 40px !important;
    background-image: url(assets/images/arrow.svg);
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.nf-form-content .list-select-wrap>div.nf-field-element div,
.nf-form-content .listcountry-wrap>div.nf-field-element div{
	background-color: transparent !important;
	z-index: 999 !important;
	border: none !important;
	left: unset;
}
.nf-form-fields-required {
	display: none;
}
.nf-form-content {
    padding: 0px !important;
    margin-left: -5px;
}
.nf-field-container {
    margin-bottom: 15px !important;
}
.aggrement-text p, .disclaimer-text p{
    font-size: 14px;
}
.submit-wrap .nf-field-element:after {
	content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 18px;
    right: 20px;
    background-image: url(assets/images/arrow.svg);
}
.submit-wrap .nf-field-element input:hover,
.submit-wrap .nf-field-element input:focus {
	color: #fff;
	background-color: #003a76 !important;
	outline: none;
}
.submit-wrap .nf-field-element{
	max-width: 150px;
}

/*light Form*/
#form-1.light input::placeholder{
	color: #003a76 !important;
}
#form-1.light input:not([type=button]),
#form-1.light select,
#form-1.light textarea{
	background: #fff !important;
	color: #003a76 !important;
}
#form-1.light select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
#form-1.light select::-ms-expand {
  display: none;
}
#form-1.light .nf-form-content .listcountry-wrap>div.nf-field-element div::after {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
}
#form-1.light .nf-form-content .list-select-wrap>div.nf-field-element div:after,
#form-1.light .nf-form-content .listcountry-wrap>div.nf-field-element div:after{
    background-image: url(assets/images/greenarrow.svg);
    /*transform: rotate(180deg);*/
}
#form-1.light .submit-wrap .nf-field-element input{
	background-color: #003a76 !important;
}
#form-1.light .submit-wrap .nf-field-element input:hover,
#form-1.light .submit-wrap .nf-field-element input:focus{
	color: #fff;
	background-color: #169cbf !important;
}
#form-1.light .nf-field-container {
    margin-bottom: 25px !important;
}

/*dark form*/
section#form-1.dark .nf-error .nf-error-msg,
section#form-1.dark input:not([type=button]),
section#form-1.dark select,
section#form-1.dark textarea,
section#form-1.dark input::placeholder{
	 color: #fff;
}
section#form-1.dark input[type=button]{
	background-color: #13b0d9;
}

/* --
----- Basics styles
------------------------------- */
.content-block-1 ul{
	list-style-type: none;
	padding-left: 0;
}
.content-block-1 ul > li::before {
    content: "-";
    padding-right: 5px;
    display: block;
    float: left;
    font-weight: 600;
}

.content-block-1 ul{
	list-style-type: none;
	padding-left: 0;
}

.content-block-1 ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 60px;
}
.content-block-1 ol li {
	margin: 1.2rem 0 1rem 0;
	padding-top: 12px;
	counter-increment: my-awesome-counter;
	position: relative;
	color: #005880;
	font-size: 18px;
}
.content-block-1 ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 50px;
  left: calc(-1 * var(--size) - 15px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #139bc4;
  border-radius: 50%;
  text-align: center;
}

.green-tick-list {
  padding-left: 60px !important;
}
.green-tick-list li{
	position: relative;
	margin: 1.5rem 0 1rem 0;
    font-size: 18px;
}
.green-tick-list li:before{
	content: '' !important;
    background-image: url(assets/images/tick.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    --size: 50px;
    left: calc(-1 * var(--size) - 15px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background-color: #65b791;
    border-radius: 50%;
    text-align: center;
    z-index: 99999;
}

.content-block-2 li,
.heading-small,
p {
	color: #005994;
}
.title-lg{
    font-size: 33px;
	margin-bottom: 20px;
}
.title-sm {
    font-size: 18px;
    font-weight: bold;
}
.scoli-mission-text{
    color: #005994;
    font-size: 33px;
    letter-spacing: -1px;
    line-height: 38px;
    max-width: 80%;
}

/* --
----- Blocks styles
------------------------------- */

/*Common our mission/quick links Block*/
.block-our-mission,
#quick-links-1 {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	padding: 20px 0;
	margin: 20px 0;
}

/*Quick links Block*/
.quicklinks .btn-wrap {
	width: 100%;
}
.quicklinks .scoli-primary-btn {
	background-color: transparent !important;
	min-width: 100%;
	padding-bottom: 40px !important;
    font-size: 20px;
}
/*.quicklinks .scoli-primary-btn:after {*/
/*	background-image: url('assets/images/greenarrow.svg');*/
/*}*/
/*.quicklinks .scoli-primary-btn:hover:after {*/
/*	background-image: url('assets/images/arrow.svg');*/
/*}*/
.quicklinks .scoli-primary-btn:hover {
    background-color: #10AFD8 !important;
    border-color: #10AFD8 !important;
}
.outline-darkgreen:after {
	color: #187D70;
}
.outline-darkgreen {
	color: #187D70;
	border: 1px solid #187D70 !important;
}
.outline-orange {
	color: #DE6633;
	border: 1px solid #DE6633 !important;
}
.outline-green {
	color: #6EC4A2;
	border: 1px solid #6EC4A2 !important;
}


/*Find clinic Block*/
#find-clinic {
	background: #10AFD8;
	color: #fff;
	padding: 0;
}
.info-clinic  {
	padding: 40px 0;
}
.bg-clinic {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-size: 70%;
    background-position: top;
	opacity: 0.3;
}
.btn-white-bg {
	background-color: #fff !important;
	color: #10AFD8;
}

.case-studies {
	padding-bottom: 45px;
}
.case-studies .text{
	padding: 10px 15px;
}
.readmorearrow {
	color: #15B0DA;
}
.readmorearrow:hover {
	text-decoration: none;
}


/*scolio-circle*/
.scolio-circle {
	width: 100%;
	height: 100%;
	min-width: 600px;
	min-height: 600px;
	border-radius: 50%;
	background-color: #6DC5A3;
	padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.scolio-circle-content {
	padding: 30px;
}

.scolio-circle-content .scoli-primary-btn:hover{
	background-color: #66b596 !important;
}
.scolio-circle img{
	max-width: 80px;
	margin-bottom: 25px;
}
.scolio-circle h2{
	color: #fff;
}

/*Professional section circle*/
.professionals .scolio-circle {
	background-color: #faa334;;
}
.professionals .scolio-circle img {
    max-width: 120px;
}

/*Pro Banners*/
section#banner div.text {
    font-size: 1.1rem;
}

/*blog/news*/
#news-latest .btn-wrap{
    margin-right: 20px;
}
#news-latest .btn-wrap a:hover{
	text-decoration: none;
}
.news-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f5a98;
}
.news-title a{
    color: #0f5a98;
}
.news-title a:hover{
	text-decoration: none;
	color: #08365c;
}
.f14 {
	font-size: 14px;
}

/*services*/
.block-service {
    padding: 20px 45px;
}

/*FAQ*/
.accordion .card {
	border: 1px solid #13b0d9 !important;
	cursor: pointer;
}
.accordion .card-header{
    border: none;
	background-color: transparent;
	padding: 0px !important;
}
.accordion .card h2{
	color: #005893;
	font-weight: 600;
    font-size: 22px;
    padding: 1rem 1.25rem 2rem 1.25rem;
}
.accordion .card-body {
	padding-top: 0;
}
.accordion .card-header h2.collapsed:after {
    content: "";
    transform: rotate(0deg);
}
.accordion .card-header h2:after {
    background-image: url(assets/images/greenarrow.svg);
    background-repeat: no-repeat;
    float: right;
    width: 15px;
    height: 15px;
    content: "";
    transition: all 0.5s;
    transform: rotate(90deg);
}

/*Tabs*/

section.tabs .nav-tabs .nav-link {
    color: #139bc4;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    border-bottom: 2px solid #8f959b;
    max-width: 98%;
    text-align: left;
    font-size: 1.2rem;
}
section.tabs .nav-tabs .nav-link.active {
    color: #139bc4;
    background-color: transparent;
    border-bottom: 2px solid #1380a5;
}
section.tabs .tab-content>.tab-pane {
    padding: 4rem 5rem;
}
section.tabs .content {
    color: #005880;
    padding-top: 0;
}

/*Downloadable forms*/
.downloadable_forms h2{
	color: #005893;
}
.downloadable_forms .inner {
	padding-bottom: 50px;
}
.downloadable_forms img{
	max-width: 80px;
	margin-bottom: 15px;
}
.downloadable_forms .title,
.downloadable_forms .link a,
.link.btn-wrap a,
.rp4wp_component_readmore a{
	color: #13b0d9;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.5s ease;
}
.downloadable_forms .link a.download-btn:hover,
.link.btn-wrap a:hover{
	color: #005893;
}
.downloadable_forms .link a.download-btn:after,
.link.btn-wrap a:after,
.rp4wp_component_readmore a:after{
	content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 8px;
    right: -25px;
    background-image: url(assets/images/greenarrow.svg);
}

/*Forms*/
section#form-1 {
	color: #fff;
    background-color: #005893;
}
section#form-1 .nf-form-content {
	max-width: 100%;
}
section#form-1 .submit-wrap .nf-field-element{
	max-width: 100%;
}
section#form-1 .submit-wrap .nf-field-element input{
	width: 100%;
}
section#form-1 .disclaimer {
	font-size: 14px;
}

section#publications div.research-menu ul li.active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-color: #fff;
}
section#publications div.research-menu ul li.active a{border-color: #9DDAE5;}

/*Spotlight*/
.spotlight-title {
    font-size: 32px;
    padding-bottom: 15px;
}
#spotlight .text {

}

/*Responsive*/
@media screen and (max-width: 460px){
	.block-our-mission .scoli-mission-text,
	#quick-links-1 .scoli-mission-text{
		font-size: 22px;
	}
	#find-clinic .info-clinic { text-align: center; }
	.scolio-circle {
		width: 100%;
		height: 100%;
		min-width: 300px;
		min-height: 300px;
		padding: 15px;
	}
	#badges-1 .badges-info {
		padding-bottom: 15px;
	}
	.case-studies {
		padding-bottom: 20px;
	}
	.scolio-circle-content h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.scolio-circle img {
		max-width: 50px;
	}
	.col-form{
		padding-top: 60px;
	}
	#footer {
		margin-top: 70px;
	}
	#footer .top:before {
		top: -70px;
	}
	#footer-nav.menu { padding: 20px 0; }
}
@media screen and (min-width: 992px){
	.col-form {
		margin-top: -60px;
	}
}
@media (max-width: 767px){
	.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu {
		background-color: #fff;
		    top: 70px;
	}
}


/* --
----- Page styles
------------------------------- */

/*News page*/
.news-posts{
	background: #ebf6fa;
}
.news-posts .thumb img{
    width: 100%;
    height: auto;
}
.news-info {
	background-color: #fff;
    min-height: 279px;
    padding: 35px 60px 25px 60px;
}
.news-info h3,
.news-info p{
	color: #005893;
}
.alm-load-more-btn {
	background-color: transparent !important;
	color: #13b0d9 !important;
	line-height: 26px !important;
	height: auto !important;
}
.alm-load-more-btn:hover,
.alm-load-more-btn:focus {
	color: #005893;
	outline: none;
}

.single-news-content time{
	color: #0f5a98;
	font-size: 15px;
}
.singlenews-spacer {
	min-height: 60px;
}

.single-news-content h1.single-news-title {
	color: #13b0d9;
    padding-bottom: 40px;
}

.single-news-content .entry-featured img {
	width: 100%;
	margin: 0 auto;
}

.single-news-content .entry-featured {
	padding-bottom: 35px;
}

.single-news-content #related h3 {
	font-size: 33px;
    margin-bottom: 50px;
    color: #005994;
}
section.feature.professionals-feature{padding-bottom: 50px;}
section.feature.professionals-feature div.lower{background: none;}
section.feature.professionals-feature div.box-3{padding-top: 70px;}
section.feature.professionals-feature div.box-4.img-block-2{padding-top: 30px;}

.single-news-content .entry-content li,
.rp4wp_component_date,
.rp4wp_component_title a,
.rp4wp_component_excerpt,
.rp4wp_component_readmore {
	color: #0f5a98;
}

.rp4wp_component_date,
.rp4wp_component_title,
.rp4wp_component_excerpt,
.rp4wp_component_readmore {
	background: #fff;
    padding: 5px 40px !important;
}
.rp4wp_component_image {
	padding-bottom: 0 !important;
}
.rp4wp_component_date {
	text-transform: uppercase;
	padding-top: 25px !important;
	padding-bottom: 15px !important;
	padding-bottom: 15px !important;
	margin-bottom: 0;
}
.rp4wp_component_title{
	padding-bottom: 0px !important;
	font-size: 20px;
}
.rp4wp_component_excerpt p{
	margin-bottom: 0;
}
.rp4wp_component_readmore {
	padding-bottom: 20px !important;
}
.rp4wp_component_readmore a {
	font-size: 16px;
}

.rp4wp_component_image {}


/*Team page*/
/*.page-id-71 section#banner {*/
/*    background: #ee057a;*/
/*    background-image: none !important;*/
/*}*/

.team .thumb {
    width: 100%;
    max-height: 333px;
    overflow: hidden;
    margin-bottom: 30px;
}
#teamModal .modal-content {
    background: #005995;
    border-radius: 0;
    color: #fff;
}
#teamModal .modal-header{
	border: none;
}
#teamModal .modal-body {
    padding: 1.5rem 3rem 3rem 1rem;
}
#teamModal .member-designation{
    color: #fff;
}
#teamModal button.close {
    top: unset;
    right: unset;
    bottom: 5px;
    left: 3px;
    float: none !important;
    padding: 0;
    margin: 0;
    z-index: 99;
    text-shadow: none;
    outline: none;
    color: white;
    opacity: 1;
}
#teamModal .modal-title {
    margin-bottom: 20px;
	color: #fff !important;
}
#teamModal .about-member,
#teamModal .member-designation{
    font-size: 14px;
}

/*Contact page*/
#contact h1 {
    color: #13b0d9;
    font-weight: 600;
    font-size: 3rem;
}

/*Tools & accesories page*/
#accessories .thumb {
    overflow: hidden;
}
.toolsacs-buynow {
	position: relative;
    display: block;
    color: #ffff;
    padding: 10px 20px;
    background: #005994;
    font-size: 15px;
	margin-bottom: 1px;
}
.toolsacs-buynow:hover {
    color: #ffff;
    text-decoration: none;
}
#accessories .thumb .toolsacs-buynow{
	opacity: 1;
	transition: all .5s linear;
}
#accessories .thumb:hover .toolsacs-buynow{
	opacity: 1;
}
.toolsacs-title {
    color: #005994;
    font-size: 16px;
    font-weight: 600;
}
.toolsacs-title:hover{
	text-decoration: none;
}
.toolsacs-info {
	padding: 25px 0;
}
.toolsacs-details p {
    color: #005994;
    font-size: 15px;
}

section.testimonials .testimonial-content {
    max-width: 500px;
    padding-top: 100px;
    color: #005893;
    font-size: 18px;
}
section.testimonials .testimonial-content p{
    color: #005893;
}

.testimonial-name, .testimonial-company {
    color: #005994;
	font-weight: bold;
    font-size: 18px;
}
.testi-client {
	background-image: url(assets/images/quote.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 65px;
    min-height: 370px;
    max-width: 400px;
    margin: 0 auto;
}

.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    -webkit-mask: url(assets/images/prevarrow.svg) center center no-repeat;
    mask: url(assets/images/prevarrow.svg) center center no-repeat;
    width: 30px;
    height: 30px;
	background: #005893;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	transform: rotate(180deg);
}

/*Events block*/
section.events h3.title {
    font-size: 20px;
    padding: 0;
}

section.events .text p,
section.events .date p {
	font-size: 14px;
	color: #fff;
}
section.events .date p {
	text-transform: uppercase;
}
section.events .inner {
	padding: 0px !important;
	margin-bottom: 0 !important;
}
section.events .inner .inner-details {
	padding: 25px;
	/*opacity: 0;*/
	transition: all .3s ease-in-out;
}
/*section.events .inner:hover .inner-details {
	opacity: 1;
}*/
section.events .text {
	padding-bottom: 20px;
}
.event-card > .title {
	padding-bottom: 25px !important;
	color: #005994;
    font-size: 16px !important;
    font-weight: 600;
}
.event-card {
    margin-bottom: 50px;
}
.booknow-events {
	transition: all 0.3s linear;
}
.booknow-events:hover,
.booknow-events:focus {
	text-decoration: none;
}
.booknow-events:after {
    top: 7px;
    right: -35px;
	transition: all 0.2s ease;
}
.booknow-events:hover:after {
    right: -40px;
}


