@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.eot');
    src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont-webfont.eot');
    src: url('../fonts/opensans-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont-webfont.eot');
    src: url('../fonts/opensans-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	background-size:100%;
	font-family: 'open_sansregular';
}
a{
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	color:#3c96b8;
}
a:focus,
input:focus,
button:focus{
	outline:none;
	border:none;
}
#headercolor{
    background:#12587d;
}
#navbarHeader ul{
	margin:0;
	padding:20px 0;
	list-style-type:none;
	text-align:center;
}
#navbarHeader ul li{
	margin:0;
	padding:0 25px;
	list-style-type:none;
	display:inline;
}
#navbarHeader ul li a{
	font-size:14px;
	color:#fff;
	padding:0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
#navbarHeader ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #3c96b8;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#navbarHeader ul li a:hover:before, 
#navbarHeader ul li a:focus:before, 
#navbarHeader ul li a:active:before {
    right: 0;
}
header .text-muted{
    margin-top: 1rem;
    margin-bottom: 1rem;
	color:#fff !important;
}
	
header .navbar-dark .navbar-toggler:focus{
	outline:none;
	border:none;
}
header .navbar-dark .navbar-toggler{
	border-color:transparent;
}
.navbar-dark .navbar-toggler-icon{
    background-image: none;
    display: block;
    background-color: #fff;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
	border-radius:4px;
}
.highlightCon{
    padding-top:100px;
    background:url(../images/mainbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 725px;
    
}
.highlightCon .highlightConBox{
	border:1px solid #fff;
	border-radius:4px;
	padding:4px 8px;
	margin-bottom:50px;
}
.highlightCon .highlightConBox h1{
	font-size:56px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
	font-family: 'quicksandregular';
}
.highlightCon .highlightConBox p{
	font-size:23px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:0;
	padding:4px 0 0;
	font-family: 'quicksandregular';
}
.highlightConTxt span{
	font-size:18px;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	font-family: 'quicksandregular';
}
.highlightConTxt span:after{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    margin: 0 7px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.highlightConTxt span:last-child:after{
	display:none;
}
.highlightCon .bookinSection{
	margin-top:0;
	margin-bottom:150px;
}
.highlightCon .bookinSection a.bookBtn{
	background:#e75a49;
	padding:8px 15px;
	color:#fff;
	font-size:22px;
	text-transform:uppercase;
}
.highlightCon .bookinSection #slidemainBox{
	display:none;
}
.highlightCon .bookinSection .card-header{
    padding: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    background-color: transparent;
	position:relative;
	top:20px;
}
.highlightCon .bookinSection .card-header .btn {
    background: #e75a49;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    padding: 13px 18px 11px;
    opacity: 1;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    line-height: 18px;
    position: relative;
    z-index: 1;
	font-family: 'quicksandregular';
}
.highlightCon .bookinSection .card-header .btn:hover{
	background:#c02c1a;
}
.highlightCon .bookinSection .card-header .btn .fa{
	margin-left:10px;
	font-size:21px;
}
.highlightCon .bookinSection .collapseAccordion{
	background:url(../images/booksection_bg.png) repeat;
	border-radius:4px;
	padding:35px 35px 30px;
}
.highlightCon .bookinSection .collapseAccordion .card-body{
	padding:0;
}
.highlightCon .bookinSection .collapseAccordion .card-body .nav-tabs .nav-link.active, 
.highlightCon .bookinSection .collapseAccordion .card-body .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #007ba7;
    border-color: #007ba7 #007ba7 #007ba7;
}
.highlightCon .bookinSection .collapseAccordion .card-body .nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #3e9bbc;
    border-color: #3e9bbc #3e9bbc #3e9bbc;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10px;
    line-height: 13px;
    font-family: 'open_sansbold';
}
.highlightCon .bookinSection .collapseAccordion .card-body .nav-tabs .nav-link:hover{
	background-color: #007ba7;
    border-color: #007ba7 #007ba7 #007ba7;
}
.highlightCon .bookinSection .collapseAccordion .card-body .nav-tabs{
    border-bottom: 0px solid #dee2e6;
}
.highlightCon .bookinSection .collapseAccordion .card-body form{
	margin-top:10px;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .form-control{
    border-radius: 0;
    border: 2px solid #007ba7;
    color: #000;
    font-size: 14px;
    width: 450px;
    margin-right: 10px;
    padding: 15px 10px;
    height: 46px;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .btn {
    border-radius: 0;
    color: #fff;
    background-image: none;
    border-color: #007ba7;
    font-size: 14px;
    background: #007ba7;
    padding: 15px 10px;
    line-height: 14px;
    font-family: 'open_sansbold';
}
.highlightCon .bookinSection .collapseAccordion .card-body form .btn:focus{
	border:none;
	outline:none;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .btn:hover{
	background:#3e9bbc;
	border-color: #3e9bbc;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .checkBoxgroup{
    text-align: center;
    display: inherit;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .checkBoxgroup span{
    display: inline-block;
} 
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt{
    margin-top:5px;
}
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt span:nth-child(1){
	color:#e75a48;
	font-size:14px;
	margin:0;
    padding:0 10px 0 0;
    font-family: 'open_sansbold';
}
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt span:nth-child(2) a{
	color:#007ba7;
	font-size:15px;
	margin:0;
	padding:0;
	text-decoration:underline;
	cursor:pointer;
    text-align:center;
}
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt span:nth-child(2) a:hover{
	color:#000;
	text-decoration:none;
}
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt span:nth-child(2) a:after{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    margin: 0 7px;
    display: inline-block;
    position: relative;
    top: -3px;
}
.highlightCon .bookinSection .collapseAccordion .card-body form #helpTxt span:nth-child(2) a:last-child:after{
	display:none;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .custom-control{
	margin-right:20px;
	font-size:14px;
	color:#000;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .custom-control-label::before {
    border: 1px solid #007ba7;
    top: 4px;
    background-image: none;
}
.highlightCon .bookinSection .collapseAccordion .card-body form .mr-b{
	margin-bottom: 7px !important;
}
.tabularSection{
	background:url(../images/tbl_bg.jpg);
	background-repeat:repeat;
    padding-top:100px;
    padding-bottom:100px;
}
.tabularSection .col-md-12{
	padding:0;
}
.tabularSection a{
	color:#3a97b8;
}
.tabularSection a:hover{
	font-weight:bold;
}
.tabularSection a:hover .fa-question {
    font-size: 60px;
    background: #2385ac;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #2385ac;
}
.tabularSection a:hover .fa-question:before {
    content: "\f128";
    top: 17px;
    position: relative;
	color:#fff;
}
.tabularSection .nav-pills .nav-link{
	padding:0 20px;
}
.tabularSection .nav-pills .nav-link.active, 
.tabularSection .nav-pills .show > .nav-link {
    color: #3a97b8;
    background-color:transparent;
	padding:0 20px;
}
.tabularSection .nav-pills .nav-link.active:after{
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #3a97b8;
  content:"";
}
.tabularSection .nav-pills .active p:last-child{
	font-weight:bold;
}
.tabularSection .nav-pills p:last-child{
	padding-top:15px;
	font-family: 'open_sansbold';
}
.tabularSection .nav-pills .fa-question {
    font-size: 60px;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #2385ac;
}
.tabularSection .nav-pills .fa-question:before {
    content: "\f128";
    top: 17px;
    position: relative;
}
.tabularSection h4{
	font-size:20px;
	text-align:center;
	padding:15px 0 10px;
	margin:0;
	line-height:24px;
	min-height:73px;
	font-family: 'open_sansbold';
}
.tabularSection p{
    font-size: 15px;
    text-align: center;
    padding:0;
    margin: 0;
    line-height: 20px;
	font-family: 'open_sansregular';
}
.tabularSection a.link{
	font-size:15px;
	text-align:center;
	padding:0;
	margin:0;
}
.tabularSection .chart-tbl{
	background:#3c96b8;
	padding:30px 48px;
    border-radius:4px;
    color:#fff;
}
.tabularSection .chart-tbl p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.tabularSection .chart-tbl ul{
    margin:16px 0 0; 
}
.tabularSection .chart-tbl ul li{
    padding: 0 0 3px 16px;
    margin: 0;
    position: relative;
}
.tabularSection .chart-tbl ul li:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    /* margin: 0 7px; */
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}
.tabularSection .chart-tbl .table{
	margin-top:25px;
	font-size:15px;
	color:#000;
	border: none;
	margin-bottom:0;
}
.tabularSection .chart-tbl .table th{
	background:#434156;
	color:#fff;
	text-align:center;
	border: none;
}
.tabularSection .chart-tbl tr td{
	border:none;
    font-family: 'open_sansregular';
    text-align: left;
    vertical-align: middle;
}
.tabularSection .chart-tbl tr td:nth-child(2),
.tabularSection .chart-tbl tr td:nth-child(3){
	text-align:center;
}
.tabularSection .chart-tbl tr:nth-child(even) {
  background-color: #fff;
}
.tabularSection .chart-tbl tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.tabularSection .chart-tbl .fa-check{
	color:#637833;
	font-size:22px;
}
.tabularSection .chart-tbl .fa-times{
	color:#c00;
	font-size:22px;
}
.testimonialCon{
	background:#ffffff;
	padding:40px 0 80px;
}
.testimonialCon h1 {
    font-size: 56px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px;
	font-family: 'quicksandregular';
}
.testimonialCon #myCarousel .carousel-item p {
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 26px;
    color: #000;
	font-family: 'open_sansregular';
}
.testimonialCon #myCarousel .carousel-item p:last-child {
    font-size: 18px;
    text-align: center;
    padding: 20px 0 0;
    margin: 0;
    line-height: 26px;
    color: #000;
	font-family: 'open_sansbold';
}
.testimonialCon #myCarousel .carousel-indicators{
	bottom: -73px;
    z-index: 0;
}
.testimonialCon #myCarousel .carousel-indicators li{
	background-color:#fff;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid #007ba7;
}
.testimonialCon #myCarousel .carousel-indicators li.active{
	background-color:#007ba7;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid #007ba7;
}
.testimonialCon #myCarousel .carousel-control-prev{
	left: -25%;
	opacity: 1;
}
.testimonialCon #myCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../images/testimonial_prev_arrow.png);
    width: 26px;
    height: 52px;
    opacity: 1;
}
.testimonialCon #myCarousel .carousel-control-next{
	right:-25%;
	opacity: 1;
}
.testimonialCon #myCarousel .carousel-control-next .carousel-control-next-icon{
	background-image:url(../images/testimonial_next_arrow.png);
	width:26px;
	height:52px;
	opacity: 1;
}
.testimonialCon #myCarousel .carousel-control-prev, 
.testimonialCon #myCarousel .carousel-control-next{
	width:26px;
}
.bottomBookingsection .btn {
    background: #e75a49;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    padding: 13px 18px 11px;
    opacity: 1;
    border: none;
    -webkit-appearance: none;
    border-radius: 4px;
    line-height: 18px;
	font-family: 'quicksandregular';
}
.bottomBookingsection{
    padding-bottom: 60px;
    padding-top: 40px;
    background: #fff;
}
.bottomBookingsection .btn .fa {
    margin-left: 10px;
    font-size: 21px;
}
.bottomBookingsection .btn:hover {
    background: #c02c1a;
}
.partnersCon{
	background:#f2f2f2;
	padding:50px 0 30px;
}
.partnersCon h1 {
    font-size: 56px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 20px;
	font-family: 'quicksandregular';
}
.partnersCon .slick-dots li{
	margin: 0;
}
.partnersCon .slick-dots li button{
	border-radius:50%;
	width: 15px;
    height: 15px;
}
.partnersCon .slick-dots li.slick-active button:before {
    opacity:1;
	background:#007ba7;
	border-radius:50%;
	color:#007ba7;
	border: 2px solid #007ba7;
}
.partnersCon .slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color:inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background:#f2f2f2;
	border: 2px solid #007ba7;
	border-radius:50%;
}
.partnersCon .slick-dots {
    bottom: -60px;
}
.partnersCon .slick-prev::before,
.partnersCon .slick-next::before {
    content: "";
}
.partnersCon .slick-prev{
    content: "";
	background:url(../images/testimonial_prev_arrow.png);
	width:26px;
	height:52px;
}
.partnersCon .slick-next{
    content: "";
	background:url(../images/testimonial_next_arrow.png);
	width:26px;
	height:52px;
}
.partnersCon .slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    float: none;
    vertical-align: middle;
}
.partnersCon .slick-slide img {
    display: inline-block;
	width:238px;
}
footer{
	padding:30px 0 30px;
}
footer ul{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
footer ul li{
	display:inline;
	padding:0 35px;
}
footer ul li a{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
	font-family: 'quicksandregular';
}
footer ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height:2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
footer ul li a:hover:before, footer ul li a:focus:before, footer ul li a:active:before {
    right: 0;
}
footer .bottom_footer_links{
	margin-top:12px;
}
footer .bottom_footer_links ul{
	float:left;
}
footer .bottom_footer_links ul li a{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:16px;
	color:#808080;
	text-transform:capitalize;
	font-family: 'quicksandregular';
}
footer .bottom_footer_links ul li a:hover{
	color: #3c96b8;
}
footer .bottom_footer_links ul + ul{
	float:right;
}
footer .bottom_footer_links ul + ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	font-family: 'quicksandregular';
}

.modal {
    position: inherit;
    display: block;
    opacity: 1;
}
.modal-dialog {
    pointer-events: visible;
    z-index: 11;
}
.input-wrapper select:focus, .input-wrapper textarea:focus, .input-wrapper input:focus{
    border: 1px solid #cdcdcd;
}

.tab-content > .active {
    opacity: 1;
}

.input-checkbox:not(checked) + label {
    position: relative;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
    margin: 0px;
    display: inline-block;
}
.input-checkbox:not(checked) + label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.modal:before {
    content: '';
    display: inherit;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#overlay {
    z-index: 3;
}
.wrapper.search_provider #content{
    background: #f3f3f3;
}

footer {
    height: auto;
}

.skill-block {
    width: 88px;
}

#sp-availability-calendar{
    background: #ccc;
    border-radius: 4px;
    padding: 10px;
    background: linear-gradient(to bottom, #598dc6 0%, #24549e 100%);
}
#sp-availability-calendar .fc-view-container{
    border-radius: 10px;
    border: none;
}
#sp-availability-calendar .fc-view-container .fc-body{
    background: #fff;
}
#sp-availability-calendar .fc-header-toolbar{
    position: relative;
    margin:0;
    top: 6px;
}
#sp-availability-calendar .fc-header-toolbar .fc-left{
    float: none;
    text-align: center;
}
#sp-availability-calendar  .fc-header-toolbar .fc-left h2{
    float: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding: 5px 0 0;
    text-shadow: 1px 1px #666;
    -webkit-text-shadow:1px 1px #666;
}
#sp-availability-calendar  .fc-right .fc-today-button{
    display: none;
}
#sp-availability-calendar  .fc-header-toolbar .fc-right .fc-button-group .fc-prev-button{
    position: absolute;
    float: none;
    margin: 0;
    left: 0;
    top: 0px;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #24549e 0%, #598dc6 100%);
    border: none;
}
#sp-availability-calendar  .fc-header-toolbar .fc-right .fc-button-group .fc-next-button{
    position: absolute;
    float: none;
    margin: 0;
    right: 0;
    top: 0px;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom, #24549e 0%, #598dc6 100%);
    border: none;
}
#sp-availability-calendar  .fc-header-toolbar .fc-right .fc-button-group .fc-icon{
    color:#fff;
}
#sp-availability-calendar  .fc-widget-header{
    background: #cdcbcc;
    color: #000;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
}
#sp-availability-calendar  .fc-day-top{
    color:#000;
    text-align: center;
}
#sp-availability-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}

#sp-availability-calendar .fc-basic-view .fc-body .fc-row{
    min-height: 0 !important;
}

#sp-availability-calendar .fc-scroller .fc-day-grid-container{
    overflow: scroll;
    overflow-y: hidden !important;
}
#sp-availability-calendar td.fc-today{
    background: #ffa200 !important;
    color: #fff;
    border-color: #ffa200;
}
tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
    color: #fff !important; 
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}
.selectedColor{
    padding:0 14px;
}
.selectedColor ul{
    margin:0;
    padding: 0;
}
.selectedColor ul li{
    margin:0;
    padding: 0 0 0 21px;
    list-style-type:none;
    color: #24549e;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: bold;
}
.selectedColor ul li:nth-child(1):before{
    width: 10px;
    height: 10px;
    content: "";
    background-color: #ffa200;
    color: black;
    top: 6px;
    left: 0;
    position: absolute;
}
.selectedColor ul li:nth-child(2):before{
    width:10px;
    height:10px;
    content:"";
    background-color: #016b23;
    
    color: black;
    top: 6px;
    left: 0;
    position: absolute;
}
.selectedColor ul li:nth-child(3):before{
    width:10px;
    height:10px;
    content:"";
    background-color: #d20001;
    
    color: black;
    top: 6px;
    left: 0;
    position: absolute;
}
#content .advancedsearch .sort-ctn{
    float: left;
    margin:15px 15px 25px 0;
}
#content .advancedsearch .sort-ctn_text{
    float: left;
    line-height: 19px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 6px 10px;
    font-size: 12px;
    background: #c8ddf0;
    /* border: 1px solid #ccc; */
    width: 100%;
}   

.button-red {
    width: auto !important;
}
.open_modal:hover {
    text-decoration: none;
    color: #fff;
}
.dop-button{
    width: 100% !important;
}

/* #filter .input-wrapper input,
#filter .input-wrapper select{
    border: 1px solid #cdcdcd;
    font-size: 12px;
    color: #000;
    padding: 9px 8px;
    line-height: 17px;
    margin: 0;
}
#filter .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid transparent !important;  
    border-radius: 4px;
    cursor: text;
}
.select2-container--open .select2-dropdown--below{
    border-top: 1px solid #ccc !important;
    top: -9px;
}
.select2box{
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 36px !important;
} */
.advancedsearch h6{
    margin-top: 10px;
    margin-bottom: 16px;
}

#modal-message{
    top:50% !important;
}
#client-terms_and_conditions{
    position: relative;
    left: 0;
}
#modal-reg{
    position: absolute !important;
}
#spr-terms_and_conditions{
    position: relative;
    left: 0;
}
.search-autocomplete:focus{
    font-size: 14px !important;
}
#search-form #filter .into{
    padding-top: 15px;
}
#search-form #filter .input-wrapper, #filter .check-ctn, .sort-ctn {
    margin: 0 15px 0 0;
}
#filter {
    padding-bottom: 15px;
}
#filter .into .input-wrapper input.search-autocomplete{
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding: 7px 10px;
    min-height: 41px;

}
#filter .into .input-wrapper .select2-container--default .select2-selection--multiple {
    border: 1px solid#cdcdcd;
    line-height:10px;
}
#filter .into .input-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid#cdcdcd !important;
}
#search-form #filter .availability-filter {
    margin:0;
    width: 250px;
}
#search-form #filter .availability-filter .lw ,
#search-form #filter .availability-filter .rw{

    width: auto;
    float: left;
    margin: 0;

}
#search-form  #filter .availability-filter .lw input[type="text"] ,
#search-form  #filter .availability-filter .rw input[type="text"]{
    width: 100px;
    border-radius: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 7px 10px;
    min-height: 41px;
}
#search-form  #filter .availability-filter .lw input[type="text"] {
    margin-right: 15px;
}
#search-form-by-name #filter .into .input-wrapper input.search{
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding: 7px 10px;
    min-height: 41px;
    width: 250px;
}
#search-form-by-name #filter .into .input-wrapper  .button-red{
    line-height: 21px;
}

#filter .into .select2-container--default .select2-search--inline .select2-search__field{ 
    min-height:38px;
    margin-top: 0;
    width:100% !important;
    line-height: 14px;
}
#filter .into .select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 18px;
}

.carousel-inner{
    height: 170px;
}

.collapsing {
    transition: height 0s !important;
}

#modal-login {
    position: absolute !important;
}
#search-form #filter .into .input-wrapper {
    margin-bottom: 15px;
}

#filter .into .input-wrapper .select2-container {
    min-width: 180px !important;
}
.advancedsearch .sort-ctn .select2-container {
    min-width: 180px !important;
}
#content{
    padding: 0 0 90px 0 !important;
}
#content .into .right{
    margin-bottom: 50px;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: #ddd !important;
}

.newpriceblock .qp-col{
    min-height: 84px;
}
.qp-ctn{
    line-height: 22px;
    vertical-align: middle;
}
.coacher-list-info .flag{
    float: right;
    position: relative;
    right: 0;
    top: -23px;
}

#send textarea {
    width: 420px;
}
#content .into #send .right{
    float: left;
    margin: 0 15px;
}
.dialog-box #send .message-ctn{
    padding: 7px 0 0 10px;
    display: inline-block;
    width: 145px;
    border: 0;
    background: transparent;
}
#dialog-page #content{
	padding-bottom: 62px !important;
}
.highlightCon .locationprofile{
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 10px;
    line-height: 2;
    padding: 10px;
}
#comments .message-ctn .row-title {
    margin-bottom: 0;
}
.button-back{
    background-color: #fff;
}

.coacher-list-info {
    vertical-align:top;
}

.highlightConSearch {
    background: url(../images/mainbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 725px;
}
.static p strong{
   font-weight:bold;
}
.contact-bg{
    background: linear-gradient(to right, rgba(255,255,255,0) -4%, rgba(255,255,255,1));
    padding: 15px 0;
    margin: 0 0 100px;
}
.labelwhite{
    color:white;
}
#additional-login-form-text{
    text-align:center;
}
@media not all and (min-resolution:.001dpcm) { @media
{
	.contact-bg p {
	    font-size:12px !important;
	}
}}
#headercolor .navbar-dark .container{
    position: relative;
}
#headercolor .navbar-dark .container .sort-ctn-header{
    position: absolute;
    right: 70px;
} 
#headercolor .navbar-dark .container .sort-ctn-header select{
    padding: 5px 0;
    font-size: 12px;
    line-height: 12px;
} 
