/*!
Theme Name: ClinIQ - Systems
Theme URI: https://them.es/starter
Author: appedology
Author URI: https://appedology.pk/
Description: ClinIQ Systems Inc is a leading healthcare management service organization specializing in providing comprehensive back-end operations support tailored specifically for medical practices operating within California\'s Workers Compensation system.
Version: 3.5.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: healthcare-excellence
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
    font-family: "Inter", sans-serif;
    color: #1E1E1E;
}
#home .navfixed .navigationown li:last-child a {
    color: #000 !important;
}
img.topimg {
    z-index: -1;
    width: 60%;
}
@font-face {
    font-family: 'Whyte';
    src: url('./Whyte-Bold.eot');
    src: local('Whyte Bold'), local('Whyte-Bold'),
        url('./Whyte-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/Whyte-Bold.woff2') format('woff2'),
        url('./Whyte-Bold.woff') format('woff'),
        url('./Whyte-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Whyte';
    src: url('./Whyte-Regular.eot');
    src: local('Whyte Regular'), local('Whyte-Regular'),
        url('./Whyte-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/Whyte-Regular.woff2') format('woff2'),
        url('./Whyte-Regular.woff') format('woff'),
        url('./Whyte-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Whyte';
    color: #000 !important;
}
p{
    color: rgba(0, 0, 0, 0.77);
}
.aboutcontent h3{
    font-weight: bold;
}
.contentarea h1{
    font-weight: 700;
    font-size: 36px;
}
.herosection {
    padding: 10% 0% 0% 0%;
}
#aboutus {
    padding-top: 8%;
}
.navigationown li:last-child a {
	background: #EA2628;
    color: #fff;
    padding: 16px 28px !important;
    font-weight: 700;
    transition: all .5s ease;
	border-radius: 2rem;
	font-size: 18px;
	text-decoration:none;
}
.navigationown li:last-child{
	padding-left:1.5rem !important;
	display:none;
}
#navbar .navigationown li:last-child a:hover{
	color: #fff !important;
}
.navigationown li:last-child a:hover, .navigationown li:last-child a:focus, .navigationown li:last-child a:active {
    background: #c31c1e !important;
    color: #fff !important;
    border-color: #c31c1e !important;
}
.navigationown li a {
    color: #fff !important;
}
span.line {
    width: 100px;
    height: 4px;
    background: #4396D2;
    display: block;
    border-radius: 30px;
}
.border-about {
    border-left: 4px solid #EA2628;
    padding: 0 20px;
}
#ourservices {
    background: #E7F5FF;
    padding: 8% 0;
    margin: 13% 0%;
}

.ourservices h3{
    font-weight: bold;
    color: #000;
}
.serviceimg {
    background: #fff;
    border-radius: 145px;
    padding: 10% 8%;
}
.serviceimg img {
    width: 270px;
    height: 260px;
}
.activeservices img.img-fluid{
    filter: drop-shadow(0px 6px 0px #EA2628);
}
.serviceimg h4 {
    font-size: 18px;
    font-weight: bold;
}
.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 14px;
}
.down {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
span.clickmore {
    width: 50px;
    height: 50px;
    background: #4396D2;
    display: block;
    border-radius: 100px;
    position: absolute;
    left: 43%;
    bottom: -4%;
    border: 5px solid #ffffffd9;
    box-sizing: border-box;
}
.imgservicestop {
    position: absolute;
    background: url(./images/servicestop-bg.png) no-repeat;
    top: -144px;
    z-index: 22;
    width: 100%;
    height: 144px;
    background-size: cover;
}
.imgservicesbottom{
    position: absolute;
    background: url(./images/servicesbottom-bg.png) no-repeat;
    bottom: -144px;
    z-index: 22;
    width: 100%;
    height: 144px;
    background-size: cover;
}
.ourservices, .service {
    position: relative;
}
.serviceimg p {
    padding-bottom: 6%;
}
span.clickmore:hover {
    background: #EA2628;
}
#button {
    display: inline-block;
    background-color: #39b2ea;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
  }
  #button::after {
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
}
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
#home .navfixed {
    position: fixed;
    z-index: 999999999999999999999;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #fff !important;
    padding: 5px 50px 5px 50px !important;
    box-shadow: -1px 8px 15px 1px rgba(189,189,189,0.63);
-webkit-box-shadow: -1px 8px 15px 1px rgba(189,189,189,0.63);
-moz-box-shadow: -1px 8px 15px 1px rgba(189,189,189,0.63);
}
   /*  top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #eeeeee;
    background: #fff;*/
 
.navfixed ul.navbar-nav li.nav-item a.nav-link {
    color: #000 !important;
}
/* .navfixed .ownfluid {
    width: 1300px;
    height: auto;
    margin: 0px auto !important;
} */
#whychooseus {
    padding: 7% 0%;
}
.active {
    position: relative;
}
.active:after {
    position: absolute;
    width: 87%;
    height: 3px;
    background: #4396d2;
    display: block;
    bottom: 0px;
    left: 0px;
    z-index: 70;
    content: "";
    border-radius: 30px;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
}
#contactus {
    background: url("./images/contact-bg-two.png") ,#4395D1;
    padding: 9% 0 9% 0px;
    background-position: 7% 0%;
    background-repeat: no-repeat;
    background-size: contain;
}
.contactus .webbtn {
    padding: 0.8rem 2.2rem;
}
a.sociallink {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
}
.fbbg{
    background: #EA2628;
}
.twitterbg{
    background: #4395D1;
}
.linkedbg{
    background: #EA2628;
}
.instabg{
    background: #4395D1;
}
.footerlink li.nav-item {
    padding: 0px 16px 0px 16px !important;
}
.footerlink li.nav-item a {
    position: relative;
    color: rgba(0, 0, 0, 0.77) !important;
}
.footerlink li.nav-item a:before {
    content: "";
    width: 1px;
    height: 50%;
    background: #CDCDCD;
    position: absolute;
    top: 50%;
    right: -23%;
    transform: translate(-50%, -50%);
}
.headertopown {
    border-top: 3px solid #4396D2;
}
.container .border-btn a {
    color: #ea2628 !IMPORTANT;
    border-color: #ea2628 !important;
}
.aboutimgtop {
    top: -22%;
    width: 16%;
}
img.headingimg {
    position: absolute;
    left: -72px;
    top: -98px;
    z-index: -1;
}
img.headingimg2 {
    top: -100% !important;
    right: 0px;
    z-index: -1;
}
.border-btn:hover svg path {
    fill: #fff !important;
}
.headercontactus {
    width: 100%;
    height: 500px;
    background: url(./images/contact-bg.png) no-repeat;
    background-size: cover;
}
.headercontactus a.nav-link {
    color: #000 !important;
}
.textcontact {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.appointment {
    background: #E7F5FF;
}
.contactfield{
    font-family: 'Whyte'; 
    font-weight: 200;
}
.contactfield label{
    color: #4E4E4E !important;
}
::-ms-input-placeholder { /* Edge 12-18 */
    color: #717171;
}
::placeholder {
    color: #717171 !important;
    font-weight: 200;
}
.contactfield label {
    position: absolute;
    top: -14px;
    left: 11px;
    background: #fff;
    padding: 0 10px 0 10px;
    z-index: 1;
}
.contactfield input, .contactfield select {
    height: 60px;
}
.textcontact h3 {
    font-weight: bold;
}
span.contactfieldicon {
    position: absolute;
    top: 17px;
    left: 20px;
}
textarea::-webkit-input-placeholder {
    color: #717171 !important;
    }
textarea:-moz-placeholder { /* Firefox 18- */
    color: #717171 !important;
}
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #717171 !important;
}
textarea:-ms-input-placeholder {
    color: #717171 !important;
}
textarea.form-control {
    padding: 17px 0 0 54px;
}
textarea {
    resize: none;
    max-height: 300px;
}
.contactfield select{
    color: #717171 !important;
}

.navbar-nav li.nav-item a:hover {
    color: #ea2628 !important;
}
.whychooseus h3{
    font-weight: bold;
}

.line1 {
    position: absolute;
    bottom: -82px;
    left: 17%;
    width: 48%;
}
.linelast{
    bottom: -113px;
    left: 23%;
    width: 44%;
}
.linecenter {
    z-index: -1;
}

/* calendar css */

.appointmentmain table.fc-header {
    background: none;
}
.appointment h3, .started h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 35px;
}
.fc-event.success {
    background-color: #39b2ea;
    color: #fff;
}
.fc-state-highlight > div > div.fc-day-number, .fc-week .fc-day > div .fc-day-number{
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding:0px;
}
.fc-border-separate tr.fc-last th, .fc-agenda .fc-agenda-axis{
    font-family: "Inter", sans-serif;
}
table.fc-border-separate{
    padding-top: 3%;
}
.fc-border-separate tr.fc-last th{
    font-weight: bold;
}




@media screen and (max-width: 1399px){
    .footerlink.justify-content-end{
        justify-content: center !important;
    }
    .serviceimg img {
        width: 270px;
        height: 216px;
    }
}


@media screen and (max-width: 1300px){
    .logofooter.col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .footerlogo.col-md-5{
        flex: 0 0 auto;
        width: 100%;
    }
    .footerlinks.col-md-6{
        flex: 0 0 auto;
        width: 100%;
        padding:4% 0%;
    }
    .nav.col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .footersociallinks{
        padding:2% 0%;
    }
    .footersociallinks.justify-content-end{
        justify-content: center !important;
    }
    .copyright{
        padding-bottom: 3%;
    }
    .navbar-nav{
        align-items: center;
    }
	.footerinnerpagelinks {
			width: 100%;
	}
}

@media screen and (max-width: 1420px){
    #header .webbtn{
        padding: 9px 12px;
        font-size: 12px;
    }
    .navfixed a.nav-link {
        font-size: 15px;
    }
    .navbar-nav li a{
        font-size: 12px;
    }
}




@media screen and (max-width: 1199px){
    ul.navbar-nav li a.nav-link.pe-3{
        padding-right: inherit !important;
    }
    .footerlink li.nav-item a:before{
        right: -8%;
    }
    .serviceimg img {
        width: 270px;
        height: 180px;
    }
    .service {
        height: 100%;
        background: #fff;
    }
    .navigationown {
        background: #fff;
        padding-top: 1%;
        padding-bottom: 3%;
    }
    .navigationown li {
        display: block;
        width: 100%;
        padding: 6px 16px;
    }
    .container .navigationown li:last-child {
        padding-left: 0px !important;
    }
    .navigationown li.nav-item a.nav-link {
        color: #000 !important;
        font-weight: 700;
        font-size: 15px;
    }
    body .navbar-nav li.nav-item:last-child {
        padding: 15px 0 29px 0 !important;
		display:none;
    }
	
	.schedulecall{
		display: block;
    	margin: -1% 0px 20px 0px;
		padding: 18px 28px 17px 20px !important;
	}
    div#navbar {
    	background: #fff;
	}
	a.schedulecall span {
    	float: right;
	}
	.contactimg.img-fluid{
		max-width:inherit !important;
	}
	ul.secondnav li a {
		color: #000 !important;
		font-weight: 700;
		font-size: 15px;
	}
	body.page-template-appointment-php .container .navigationown li:last-child{
		padding: 12px 16px !important;
		margin-left: 3%;
		font-weight: 700 !important;
	}
		
    
    
}


@media screen and (max-width: 991px){
    .navbar-nav {
        position: relative;
        z-index: 2;
        padding: 13px 28px 40px 28px;
        align-items: start !important;
    }
    .navbar-nav li.nav-item:last-child {
        padding: 22px 0 0 0 !important;
    }
    .navbar-nav li.nav-item a{
        color: #000 !important;
    }
    .logofooter.col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .footerlogo.col-md-5{
        flex: 0 0 auto;
        width: 100%;
    }
    .footerlinks.col-md-6{
        flex: 0 0 auto;
        width: 100%;
        padding:4% 0%;
    }
    .nav.col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .footersociallinks{
        padding:2% 0%;
    }
    .footersociallinks.justify-content-end {
        justify-content: center !important;
    }
    .copyright{
        padding-bottom: 3%;
    }
    .col-md-7.appointmentmain, .col-md-5.startedmain {
        flex: 0 0 auto;
        width: 100%;
    }
    .navbar-nav li.nav-item {
        width: 100%;
        display: block;
    }
    .navbar-nav li.nav-item a:hover {
        color: #ea2628 !important;
    }
    .col-md-5.startedmain{
        margin-top:5%;
    }
    .active:after{
        left: 5%;
        width: 9%;
    }
    .serviceimg{
        border-radius: 0px;
    }
    .serviceimg img {
        width: 200px;
        height: 200px;
		display: block;
        margin: 0px auto;
    }
	.serviceimg{
		text-align: left;
	}
	span.clickmore{
		text-align: center;
	}
    .imgservicesbottom, .imgservicestop, .line1, .line2{
        display: none;
    }
    .ourservices .col-md-3{
        flex: 0 0 auto;
        width: 50%;
    }
    .navfixed ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ea2628 !important;
    }
    .fc-header td{
        width: 100%;
        display: block;
        text-align: left;
    }
    .navbar-collapse{
        background: #fff;
        position: relative;
        z-index: 1050;
    }
	.row.herosection .col-md-6{
		width: 100%;
	}
	body .schedulecall{
		margin: 0% 0px 20px 0px;
	}
	
	

}



.serviceimg p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.showpara{
    display: none;
}
.activeservices span.clickmore {
    background: #EA2628;
}
.footerlink li a:hover {
    color: #ea2628 !important;
}
.navfixed ul.navbar-nav li.nav-item .nav-link:hover {
    color: #ea2628 !important;
}

@media screen and (max-width: 680px){
    .fc-header td{
        width: 100%;
        display: block;
        text-align: left;
    }
    .ourservices .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
    }
    .contentarea h1{
        font-size: 24px;
    }
    .navbar-nav{
        top: 2px;
        padding: 18px 28px 1px 8px;
    }
    .navfixed .webbtn, .ownfluid .webbtn{
        width: 100%;
    }
    #home .navfixed{
        padding: 5px 10px 5px 10px !important;
    }
    #home .navfixed .closehumbergericon{
        right: 36px;
        top: 27px;
    }
	.schedulecall{
		display: block;
    	margin: 3% 0px 20px 0px;
		padding: 18px 28px 17px 20px !important;
	}
	#header img.img-fluid {
    	width: 62% !important;
	}
	.schedulecall span {
    	float: right;
	}
	.aboutcontent p.lh-lg, .whychooseus p.lh-lg{
		line-height: 1.5 !important;
	}
	.arrow{
		margin-left: -3px;
	}
	.footerlogo img {
    	max-width: 30% !important;
    	padding: 14px 0px 0 0;
	}
	#footer p {
		font-size: 14px;
	}
	body .schedulecall {
        margin: 4% 20px 20px 0px;
    }
	
    
}

.footerlink li.active::after {
    display: none !important;
}

/* .footerlinks li:last-child {
    display: none;
} */


@media screen and (max-width: 520px){
    .footerlink.justify-content-end {
        justify-content: center !important;
    }
    .navbar-nav li.nav-item {
        width: 100%;
        display: block;
    }
    .navbar-nav li.nav-item a:hover {
        color: #ea2628 !important;
    }
	body.page-template-appointment-php .container .navigationown li:last-child{
		padding: 12px 16px !important;
		margin-left: 6%;
		font-weight: 700 !important;
	}
}

.tooltip_cli {
    position: relative;
    display: inline-block;
  }
.tooltip_cli .tooltiptext_cli {
visibility: hidden;
width: 120px;
background-color: #201d1d;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 3px 0;
position: absolute;
z-index: 1;
width: 120px;
  bottom: 114%;
  left: 50%;
  margin-left: -60px;
}
.tooltip_cli:hover .tooltiptext_cli {
visibility: visible;
}
.tooltiptext_cli:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
#button .tooltiptext_cli{
    width: 50px;
    left: 135%;
}
.container .navbar-toggler {
    border: none;
}
.container .navbar-toggler:focus,
.container .navbar-toggler:active,
.container .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.is-active .navbar-toggler-icon{
    display: none;
}
.closehumbergericon{
    display: none;

}
.is-active .closehumbergericon{
    display: block;
}
.closehumbergericon {
    position: absolute;
    right: 26px;
    top: 46px;
    width: 28px;
    height: 28px;
    transition: all .5s ease;
}
  .closehumbergericon:hover {
    transition: all .5s ease;
  }
  .closehumbergericon:before, .closehumbergericon:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #273c4c;
    transition: all .5s ease;
  }
  .closehumbergericon:before {
    transform: rotate(45deg);
    transition: all .5s ease;
  }
  .closehumbergericon:after {
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
.navfixed .closehumbergericon{
    right: 77px;
    top: 28px;
    width: 28px;
    height: 28px;
}
::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #4396D2;
}



/* right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    60% {
      -webkit-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }
  @-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-30px);
    }
    60% {
      transform: translateX(-15px);
    }
  }
  @keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    40% {
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
    }
    60% {
      -ms-transform: translateX(-15px);
      transform: translateX(-15px);
    }
  }
  
.fc-event-inner {
    display: none;
    height: 0px;
    background: none !important;
    line-height: 0px !important;
}
.fc-event-end {
    border: none;
}
.totop{
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.trigger{ background:black; color:white; padding:10px; } 
.stay-open{ background:#e5e5e5; padding:50px; width:200px; margin:50px; opacity:0; transition: all .3s ease; }
.stay-open.show{ opacity:1; }
.container .border-btn {
    padding: 2% 7%;
	font-weight: 700;
}
.container .border-btn:hover {
    color: #fff !important;
    background-color: #ea2628 !important;
}
.contactus .webbtn:hover {
    background: #9f1213;
    color: #fff;
}
.contactus .webbtn{
    background: #c31c1e;
    color: #fff;
}
.ourservices .container .row .col-md-3.mb-5:nth-child(6) {
    margin-top: 3rem !important;
}
.ourservices .container .row .col-md-3.mb-5:nth-child(7) {
    margin-top: 3rem !important;
}
.ourservices .container .row .col-md-3.mb-5:nth-child(8) {
    margin-top: 3rem !important;
}
.ourservices .container .row .col-md-3.mb-5:nth-child(9) {
    margin-top: 3rem !important;
}
#post-37{
	display: none;
}
.footerlink li:last-child.nav-item a:before {
    display: none;
}  
.page-template-appointment-php .topimg {
	display:none;
}
.page-template-homepage-php .topimg{
	display: block;
}
.page-template-homepage-php .contactimg{
	display:none;
}
.contactimg{
	z-index: -1;
}
.contactpageheader{
	display:none;
}
.page-template-appointment-php .contactpageheader{
	display: block;
}
.page-template-appointment-php #home {
    height: 420px;
}
.page-template-appointment-php .container .navigationown li a {
    color: #000 !important;
}
.page-template-appointment-php .container .navigationown li:last-child a {
    color: #fff !important;
}
.page-template-appointment-php #main {
    padding-top: 0px !important;
}
.appointmentmain #fbuilder .ui-datepicker-inline {
    width: 100% !important;
    max-width: 100%;
}
.appointmentmain .ui-datepicker td a, .appointmentmain .ui-datepicker tbody td{
    height: 60px;
    font-family: "Inter", sans-serif;
    vertical-align: middle;
    font-size: 16px;
}
.ui-datepicker-calendar .ui-state-active{
    background: #fff !important;
    box-shadow: none !important;
    border:none !important;
    color: #304B62 !important;
    text-shadow: none !important;
}
.ui-datepicker-unselectable .ui-state-default{
    background: none !important;
    color: #000 !important;
}
.ui-datepicker tbody td{
    border-color: #D9D9D9 !important;
    width: 80% !important;
    margin: 6px auto !important;
}
.fields label{
    display: none;
}
.ui-datepicker td a{
    text-shadow: none !important;
    width: 80% !important;
    margin: 5px auto !important;
    background: #dfebf3 !important;
}
.ui-datepicker th{
    font-size: 16px;
    padding: 14px 0 !important;
    font-family: 'Whyte';
    font-weight: bold;
    color: #000 !important;
}
.appointmentmain .ui-datepicker-header{
    line-height: 46px;
    font-size: 20px;
    font-family: 'Whyte';
    background: #217095;
    box-shadow: none;
    text-shadow: none;
}
.ui-datepicker{
    box-shadow: none !important;
}
.ui-datepicker thead{
    background: none !important;
}
.ui-datepicker-next, .ui-datepicker-prev{
    margin-top: 1%;
}
.ui-datepicker-calendar .ui-state-default{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-datepicker-calendar .ui-state-active{
    width: 80%;
    margin: 6px auto;
    border: 2px dashed #00B1C6 !important;
    border-radius: 4.8293px;
}
.totalCost{
    display:none;
}
#fbuilder .slots{
    box-shadow: none !important;
    border:none !important;
}
.appointmentmain #fbuilder .slots>span{
    margin: 10px 5px;
    font-size: 18px;
}
#fbuilder .slots div {
    border: 1.5px solid #d9d9d9 !important;
    padding: 6px 6px 6px 6px !important;
    border-radius: 3px;
    width: 78px;
    text-align: center;
}
#fbuilder .slots div a{
    background: none !important;
}
.availableslot a {
    color: #198cc1;
    font-weight: 600;
}
.appointmentmain #fbuilder .medium {
    height: 44px;
    margin-left: 2%;
    border-color: #d9d9d9 !important;
    border: 1px solid;
    border-radius: 4px;
    background: none;
}
button.pbSubmit {
    border: none;
    width: 20%;
    height: 50px;
    border-radius: 30px;
    margin: 16px 0 0 16px !important;
    background: #ea2628 !important;
    color: #fff !important;
    font-size: 20px;
    font-family: 'Whyte';
}
#field_1-1 label, #field_1-2 label, #field_1-3 label, #field_1-4 label {
    display: block !important;
    padding: 0 0 11px 14px;
    font-weight: 400 !important;
    font-size: 18px;
    font-family: 'Whyte';
}
.sb_item {
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #ccc;
    width: 96%;
    display: block;
    margin: 0px auto;
}
.ui-state-active:after {
    content: "\2713";
    position: absolute;
    top: -4px;
    right: 8px;
    color: #00A8BF;
}
.currentSelection {
    background: #fff;
    font-weight: bold;
}
.currentSelection a {
    color: #304B62  !important;
}
.usedslot.currentSelection:after {
    content: "";
    border: 2px dashed #20bbcd;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-radius: 4px;
}
.usedslot.currentSelection {
    position: relative;
}
.usedslot.currentSelection {
    border: none !important;
}
.currentSelection {
    border: none !important;
}
#fbuilder .slots div.currentSelection {
    border: none !important;
}
#field_1-1,  #field_1-2, #field_1-3, #field_1-4{
    float: left;
    width: 50%;
    padding: 10px 0 !important;
}
.appointmentmain #fbuilder .medium{
    width: 94% !important;
}
.usedslot.currentSelection:before {
    content: "\2713";
    position: absolute;
    top: 1px;
    right: 6px;
    color: #00A8BF;
    font-size: 14px;
}
a.cancel {
    color: #ea2628;
    font-weight: bold;
    padding: 0 12px;
}
.booked-calendar-shortcode-wrap {
    padding-top: 4%;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
    border: 2px dashed #00B1C6;
    box-shadow: none !important;
}

.schedulecall{
	
    background: #EA2628;
    color: #fff;
    padding: 16px 28px !important;
    font-weight: 500;
    transition: all .5s ease;
    border-radius: 2rem;
    font-size: 18px;
    text-decoration: none;
	
}
.container .border-btn:hover a {
    color: #fff !important;
}
body .booked-modal{
	z-index: 9999999999999999999999999999 !important;
}

.page-template-homepage .secondnav {
    display: none  !important;
}
.page-template-appointment #menu-main-navigation {
    display: none !important;
}
.page-template-appointment .secondnav.navigationown li:last-child{
	display: block !important;
}
.page-template-appointment .secondnav.navigationown li:last-child a{
	background: none !important;
    font-weight: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: inherit !important;	
}
.page-template-appointment-php .container .navigationown li:last-child a{
	color: #000 !important;	
}
body.page-template-appointment-php .container #navbar .navigationown li:last-child a:hover{
	color: #ea2628 !important;
}
body.page-template-appointment-php .container .navfixed .navigationown li:last-child a:hover	
	color: #000 !important;
}
body.page-template-appointment-php .container .navfixed .navigationown li:last-child a{
	color: #000 !important;
}
body.page-template-appointment-php .container .navigationown li:last-child{
	padding-left: 0.2rem !important;
}
body.page-template-homepage .footerinnerpagelinks {
    display: none;
}
body.page-template-appointment-php .footerlinks{
	display:none;
}
body .booked-appt-list .timeslot:last-child{
	padding: 20px 0 0 0;
}
ul.booked-public-appointment-list {
    padding-top: 3%;
}

span.spots-available {
    padding-bottom: 2%;
}

span.timeslot-time.booked-public-appointments {
    padding: 7% 0 5% 2px !important;
}

button.new-appt.button {
    width: 60%;
    height: 50px;
    border-radius: 100px;
}

button.new-appt.button:hover {
    width: 60%;
    height: 50px;
}
body .booked-appt-list .timeslot {
    align-items: center;
    padding-bottom: 2%;
    padding-top: 2%;
}
.page-template-appointment .secondnav li a:hover {
    color: #ea2628 !important;
}






