
/*Homepage */
.solutionsBox figcaption.fancy-text-box {
    background-color: #d9eef4;
}

/* Blog */
.single-post-layout.container h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}
.elementor-widget-crafto-post-content h2{
	font-size: 2rem !important;
    line-height: 2.2rem !important;
    letter-spacing: -0.5px !important;
}
.elementor-widget-crafto-post-content h3 {
    font-size: 1.9rem !important;
    line-height: 2.2rem !important;
}
.elementor-widget-crafto-post-content h4 {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
}
.elementor-widget-crafto-post-content h5,
.elementor-widget-crafto-post-content h6{
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
}
.elementor-widget-crafto-post-content h2,
.elementor-widget-crafto-post-content h3,
.elementor-widget-crafto-post-content h4,
.elementor-widget-crafto-post-content h5,
.elementor-widget-crafto-post-content h6{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 600!important;
}
.post-template-default.single.single-post .crafto-button-wrapper .elementor-button.btn-border .elementor-button-content-wrapper {
    color: #2ECC71;
}
.post-template-default.single.single-post .crafto-button-wrapper .elementor-button.btn-border .elementor-button-content-wrapper:hover{
	color:#fff;
}
.logixPostContent a {
    color: #2ECC71;
}
/*contact us page calendar font*/
span.flatpickr-weekday {
    font-family: 'Plus Jakarta Sans' !important;
}
span.flatpickr-am-pm {
	font-family: 'Plus Jakarta Sans' !important;
}
input.numInput.flatpickr-hour{
	font-family: 'Plus Jakarta Sans' !important;
}
input.numInput.flatpickr-minute{
	font-family: 'Plus Jakarta Sans' !important;
}
select.flatpickr-monthDropdown-months {
    font-family: 'Plus Jakarta Sans' !important;
}
input.numInput.cur-year {
    font-family: 'Plus Jakarta Sans'!important;
}
span.flatpickr-day {
    font-family: 'Plus Jakarta Sans' !important;
}

/*contact form*/
select.wpcf7-form-control.wpcf7-select {
    height: 57px;
}
.row.margin-bottomtwenty {
    margin-bottom: 20px!important;
}
/* Searchable dropdown */
span.wpcf7-form-control-wrap .choices__inner {
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-radius: 0px;
    padding: 12px 25px 12px 0px !important;
}
span.wpcf7-form-control-wrap .choices__list.choices__list--single {
    padding: 0px;
	font-size:16px;
}
span.wpcf7-form-control-wrap .choices__item.choices__item--selectable,
span.wpcf7-form-control-wrap .choices__heading{
    font-size: 16px;
	padding-left:50px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #F6EDFC;
}
.contact-form-text a {
    color: #2ecc71;
}
/*Tabs*/
.nav-tabs > li.nav-item > a.nav-link {
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Career Page UI */
.showing_jobs {
    display: none !important;
}
.careersCheckboxRemover {
    padding: 0px !important;
    text-align: right !important;
}
.single.single-job_listing .right-sidebar {
    display: none;
}
.single.single-job_listing .col-xs-12.col-sm-12.col-md-8.col-lg-8 {
    width: 100%!important;
}
.careersCheckboxRemover:before, #careersCheckboxRemover:before
{
    display: none!important;
}
th.header-position {
 width: 50%!important;
}
th.header-location,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.no_job_listings_found a div.location {
 width: 30%;
}
th.header-apply,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.no_job_listings_found a .meta  {
    width: 20%;
}
ul.job_listings li.job_listing a {
    padding-left: 18px;
}
ul.job_listings li.job_listing a div.position{
    padding-left: 0px!important;
    width:50%;
}
ul.job_listings li.job_listing a div.location{
	padding-left: 10px!important;
}
/* input#apply-job-link {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    border-radius: 50px 50px 50px 50px;
    transition-duration: 0.3s;
    background-color: #2ECC71;
    color: white;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
} */
input#apply-job-link {
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #2ECC71;
    font-weight: 500;
    padding: 0px;
    width: max-content;
    border-bottom: 2px solid;
	    margin-bottom: 0px;
}
.job_listings table tbody tr th {
    background-color: #f8f2f3;
}
/*Spacing 20px*/
.spacer-20{
margin-bottom:20px!important;	
}
/* Alert */
a.close.float-end {
    position: static;
	cursor:pointer;
}
/*media query*/
@media (max-width: 1199px) {
    .box-layout {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
}
@media (max-width: 767px) {
    .box-layout {
        padding: 0 15px!important;
    }
	.single-post-layout.container h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}
}
@media (max-width:600px)
{
	h3.crafto-heading .elementor-widget-crafto-heading span.crafto-primary-title{
		font-size: 30px!important;			
	}
}

/* Not needed to be remove after post golive */
.header-common-wrapper .megamenu-content .elementor-element ~ .e-con {
    justify-content: space-between;
}
	
