/*
Theme Name: Savannah - A Jason Cyr Design Child Theme
Description: Venops 
Author: Jason Cyr Design
Template: oceanwp
*/

/*-----------------[Jason Cyr Design Customizations]------------------------*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*NOTES*/
/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
/*top navigation sub menu top margin adjustment*/
#top-bar .sf-menu ul.sub-menu {
    margin-top: 0px;
}

/*------------------------------------*\
    $CONTAINER MODIFICATIONS
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $GLOBAL STYLING
\*------------------------------------*/
input[type=checkbox]:checked:before {
    font-weight: 600;
}

form input[type="checkbox"], form input[type="radio"] {
    font-weight: 600;
}

/*button styling*/
/*fix weird oceanwp button styling*/
.single-post:not(.elementor-page) .entry-content a, .page:not(.elementor-page):not(.woocommerce-page) .entry a {
    cursor: pointer;
    text-underline-offset: 0px;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

.single-post:not(.elementor-page) .entry-content a:hover, .page:not(.elementor-page):not(.woocommerce-page) .entry a:hover {
    text-decoration: none;
    text-decoration-style: unset;
    text-decoration-skip-ink: none;

}

input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
        font-size: 18px;
    }
}

#opl-login-form .opl-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 25px !important;
    letter-spacing: 0px !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    padding: 12px 24px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #2091bd;
    border: 1px solid #2091bd !important;
}

#opl-login-form .opl-bottom .opl-btn {
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase;
    line-height: 1.5 !important;
    padding: 12px 24px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #1f1f1f !important;
    border: 1px solid #1f1f1f !important;
}

#opl-login-form .opl-bottom .opl-btn:active, #opl-login-form .opl-bottom .opl-btn:focus, #opl-login-form .opl-bottom .opl-btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#site-navigation-wrap .dropdown-menu > li.btn > a > span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #2091bd;
    border: 1px solid #2091bd;
}

input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    padding: 12px 24px !important;
    background-color: #2091bd;
    color: #fff;
    font-weight: 500;
    background: #2091bd;
    border: 1px solid #2091bd;
}

.button {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    padding: 12px 24px !important;
    background-color: #2091bd;
    color: #fff;
    font-weight: 500;
    background: #2091bd;
    border: 1px solid #2091bd;
}

#checkout-wrapper #form_actions .buttons input {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.5;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

.woocommerce-checkout #place_order {
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
    padding: 12px 24px !important;
}

/*form styling*/
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
p {
    margin: 0 0 20px !important;
}

.single .entry-title {
    letter-spacing: 0px;
}

/*------------------------------------*\
    $CONTENT PAGE
\*------------------------------------*/
/*FAQ*/
#sticky-nav {
    z-index: 999;
}

/*KB*/
#bsf-live-search {
    background: #ededed;
    padding: 25px 0;
    border: none;
}

#bsf-live-search #bsf-searchform {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

ul.bsf-docs-tag li a {
    text-transform: uppercase;
}

.docs-single-templates-enabled .docs-single-title {
    display: none;
}

/*landing page*/
.bsf-categories-wrap a.bsf-cat-link {
    display: block;
    background: #ededed;
    border: 1px solid #ddd;
    padding: 50px 20px;
    min-height: 200px;
    color: #555;
    margin: 20px;
    text-align: center;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
}

.bsf-categories-wrap h4:first-child {
    color: #000;
    font-size: 1em;
    margin: 0 0 5px;
    letter-spacing: normal;
    font-weight: normal;
    text-transform: uppercase;
}

/*archive & taxonomy page*/
.bsf-options-form-wrap .entry-header {
    border-bottom: none;
}

.docs-single-templates-enabled .docs-wraper #primary.content-area, .docs-tax-templates-enabled .docs-wraper #primary.content-area {
    margin: 50px 0 !important;
    padding-top: 0;
    padding-right: 30px;
    border-right: solid 1px #f1f1f1;
}

.docs-single-templates-enabled #secondary.docs-sidebar-area, .docs-tax-templates-enabled #secondary.docs-sidebar-area {
    border: none;
}

.docs-tax-templates-enabled .docs-wraper .bsf-page-header {
    border: none;
}

.docs-single-templates-enabled .content-area {
    border: none;
}

.docs-tax-templates-enabled .content-area {
    border: none;
}

/*------------------------------------*\
    $PLUGIN STYLING
\*------------------------------------*/
/*FRONTEND LOST PASSWORD*/
button#reset-pass-submit {
    margin-top: 20px;
}

div#password-lost-form-wrap form legend {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: none;
}

.som-password-sent-message {
    margin-bottom: 50px;
    padding: 15px;
    border: none;
    border-radius: 0px;
    background-color: #2679ce;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
}

/*WOOCOMMERCE*/
/*style login and lost password form to match popup login*/
.woocommerce .owp-account-links li .owp-account-link {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
}

.woocommerce .oceanwp-loginform-wrap form {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border: none !important;
    text-align: center;
}

.woocommerce .opl-intro {
    text-align: center;
}

.woocommerce .owp-account-links {
    margin-bottom: 16px;
    text-align: center;
}

.woocommerce .oceanwp-loginform-wrap p.form-row {
    width: 100% !important;
}

.woocommerce .oceanwp-loginform-wrap .form-row label.woocommerce-form__label {
    margin: 0 0 20px 0 !important;
}

.woocommerce .oceanwp-loginform-wrap form .button {
    padding: 12px 20px !important;
    width: 100%;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    padding: 12px 24px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #2091bd;
    border: 1px solid #2091bd !important;
}

.woocommerce .oceanwp-loginform-wrap .lost_password {
    float: none !important;
    text-align: center;
}

.woocommerce .lost_reset_password button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 25px !important;
    line-height: 1.5 !important;
    text-transform: uppercase;
    padding: 12px 24px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #2091bd;
    border: 1px solid #2091bd !important;
}

/*woo button styling*/
a.woocommerce-Button.button {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.woocommerce button.disabled {
    background-color: #777;
    border-color: #777;
}

.woocommerce-MyAccount-content #place_order {
    width: auto !important;
    line-height: 1.5;
}

/*woo form fields styling*/
.woocommerce span.selection {
    background-color: #fff;
    text-indent: 2px;
    line-height: 1.5em;
    min-height: 40px;
    margin-bottom: 5px;
    margin-top: 2px;
    border-radius: 0px;
}

/*my account page nav menu*/
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #2091bd;
    cursor: default;
    font-weight: 600;
}

/*info messages*/
.woocommerce-info:before {
    color: #2091bd !important;
}

.woocommerce-info {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    border: 1px solid #ddd !important;
    line-height: 1;
    font-weight: 500 !important;
    letter-spacing: 0px;
    padding: 20px 15px !important;
    background: #ededed;
}

/*product page tweaks*/
.single_variation_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*hide repetitive tab title*/
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

/*checkout - hide product image*/
.woocommerce-cart table.cart img {
    display: none;
}

/*cart - coupons input*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
    display: inline-block;
    float: none;
    font-size: 25px;
    min-height: 51px;
    padding: 12px 24px !important;
    width: auto;
    min-height: 63px !important;
    vertical-align: top;
    line-height: 1.8em;
    margin: 0 8px 0 0;
    border-color: #ddd;
}

/*checkout - coupons*/
.woocommerce-checkout form.checkout_coupon .form-row-first {
    float: none;
    width: 100% !important;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    float: none;
    width: 100% !important;
}

.woocommerce-checkout input#coupon_code {
    text-align: center;
}

/*checkout - last chance coupon code*/
.woocommerce-checkout form.checkout_coupon input {
    display: inline-block;
    float: none;
    font-size: 25px;
    min-height: 51px;
    padding: 12px 24px !important;
    width: auto;
    min-height: 63px !important;
    vertical-align: top;
    line-height: 1.8em;
    margin: 0 8px 0 0;
    border-color: #ddd;
}

/*checkout - recurring totals row*/
tr.recurring-totals th {
    background-color: #f7f7f7 !important;
    text-align: center;
    text-transform: uppercase !important;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #f7f7f7 !important;
}

.woocommerce-checkout .woocommerce-info a {
    font-size: 20px !important;
}

/*account page tweaks*/
.woocommerce-MyAccount-navigation ul li a {
    text-transform: capitalize;
}

.woocommerce-MyAccount-tabs .oceanwp-user-profile {
    display: none !important;
}
.woocommerce table.shop_table a.button {
    background: #2091bd!important;
}
.woocommerce-view-subscription ul.wc-item-meta button {
    background: #2091bd;
}
@media (max-width:768px){
.woocommerce-view-subscription section.woocommerce-order-downloads {
    overflow-x: scroll!important;
}
	}
.woocommerce table.shop_table a.button.cancel {
   /* display: none;*/
}

/*hide the dashboard link*/
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

/*cart widget button styling*/
.widget_shopping_cart_content .buttons .button:first-child {
    background-color: #222222 !important;
    border: 1px solid #222222 !important;
    color: #fff !important;
}

.widget_shopping_cart_content .buttons .button {
    float: left;
    width: 48%;
    padding: 12px 24px !important;
    text-align: center;
    letter-spacing: 0px !important;
}

.widget.woocommerce.widget_shopping_cart {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/*hide additional fields heading*/
.woocommerce-additional-fields {
    display: none;
}

/*OCEANWP LOGIN POPUP*/
/*remove border radius*/
#opl-login-form .opl-popup-block {
    border-radius: 0px !important;
}

/*hide forgot password link*/
a.forgot-pass-link {
    display: none !important;
}

/*GRAVITY FORMS*/
/*style form fields to match theme*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    line-height: 1.8;
    padding: 6px 12px !important;
    vertical-align: middle;
    background-color: transparent;
    color: inherit;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*user registration form pagination styling*/
span.gf_step_label {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/*cancellation form styling*/
div.gf_cancellation_request_wrapper {
    padding: 25px;
    background: #ededed;
    margin-top: 50px;
}

.gf_cancellation_request_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background-color: #fff;
}

/*global styling of confirmation message*/
.gform_confirmation_message {
    background: #222222 !important;
    margin-top: 100px !important;
    padding: 75px !important;
    text-align: center !important;
    font-size: 30px !important;
    color: #fff !important;
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .gform_confirmation_message {
        background: #222222 !important;
        margin-top: 100px !important;
        padding: 75px !important;
        text-align: center !important;
        font-size: 30px !important;
        color: #fff !important;
    }

}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .gform_confirmation_message {
        background: #222222 !important;
        margin-top: 50px !important;
        padding: 55px !important;
        text-align: center !important;
        font-size: 30px !important;
        color: #fff !important;
    }

}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .gform_confirmation_message {
        background: #222222 !important;
        margin-top: 20px !important;
        padding: 30px !important;
        text-align: center !important;
        font-size: 20px !important;
        color: #fff !important;
    }

}

/*------------------------------------*\
    $DASHBOARD
\*------------------------------------*/
/*dashboard message box*/
#showme_tabs {
    color: #333;
    background-color: #ededed;
    padding: 10px 75px 10px 75px; /*75px;*/
    min-height: 440px;
    /*margin-top: 25px;*/
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#showme_tabs p {
    margin: 0px 0px !important;
    line-height: 1.3 !important;
    width: 100%;
    float: left !important;
}

.dashboard_container_nav {
    font-size: 18px;
    color: #fff;
}

.prac_temp_download {
    display: inline-block;
    margin-right: 40px;
    display: inline-block;
    margin-right: 40px;
    background: #2091bd;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 15px;
    border-right: 2px solid #00000082!Important;
    border-bottom: 2px solid #00000082!Important;
}

.prac_temp_download a {
    color: #fff;
}

.prac_temp_download a:hover {
    color: #333;
}

.pract_opr_temp_download {
    display: inline-block;
    margin-right: 40px;
    display: inline-block;
    margin-right: 40px;
    background: #2091bd;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 15px;
    border-right: 2px solid #00000082!Important;
    border-bottom: 2px solid #00000082!Important;
}

.marginfortab {
    margin-right: 360px;
}

.pract_opr_temp_download a {
    color: #fff;
}

.pract_opr_temp_download a:hover {
    color: #333;
}

.class_padding {
    padding: 19px 0px !important;
}

.li_tab_width_30 {
    width: 30% !important;
}

.li_tab_width_33 {
    width: 33.3% !important;
}
.li_tab_width_66 {
    width: 66.6% !important;
}

.li_tab_width_35 {
    width: 35% !important;
}

.row {
	display:flex;
}
.row .col-6{
	width: 50%;
}
.row .col-6:not(:last-child){
	margin-right: 20px;
}
.row .col-6.text-left{
	text-align: left;
}
.row .col-6.text-right{
	text-align: right;
}


@media(max-width:767px){
	.row {
		display:inline-block;
	}
	.row .col-6{
		width: 100%;
	}
	.row .col-6:not(:last-child){
		margin-right: 0px;
	}
	.row .col-6:not(:last-child){
		margin-bottom: 20px;
	}
	.row .col-6.text-left{
		text-align: center;
	}
	.row .col-6.text-right{
		text-align: center;
	}
}

.dummy_li {
    background: #FFFFFF !important;
    pointer-events: none;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}


.show_errors {
    color: red;
    font-size: 18px;
    font-weight: bold;
    /*text-align:justify;*/
}
.show_errors1 {color:#5A5A5A;font-size: 16px;font-weight:bold;/*text-align:justify;*/}

.show_warning {
    color: #c72f00;/*#f7aa04;*/
    font-size: 18px;
    font-weight: bold;
    /*text-align:justify;*/
}

.show_success {
    color: green;
    font-size: 18px;
    font-weight: bold;
    /*text-align:justify;*/
}

a.user_action_button {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 8px !important;
    background-color: #2091bd;
    color: #ffffff !important;
    font-weight: 500;
    background: #2091bd;
    border: 1px solid #2091bd;
}

.user_action_button a:hover {
    color: #000000 !important;
}

/*upload file class*/
.uploadfile_form {
    clear: both;
    float: left;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 10px;
}

.upload_type_label {
    clear: both;
    float: left;
    line-height: 3 !important;
    width: 100%;
}

.upload_type_inputs {
    float: left;
    margin-bottom: 30px;
}

.h3-top-margin {
    margin-top: 20px;
}


.upload_type_cls {
    margin-left: 0px;
}

.cursor_pointer {
    cursor: pointer;
}

.file-input-wrapper {
    width: 215px;
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #FFF;
    font-weight: bold;
    background-color: #2091bd;
    cursor: pointer;
}

.file-input-wrapper > input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-input-wrapper > .btn-file-input {
    display: inline-block;
    width: 215px;
    height: 50px;
    cursor: pointer;
}

.btn-file-input:hover {
    background-color: #1c96c9;
    cursor: pointer !important;
}

#show_selected_upload_file {
    width: 100%;
    float: left;
    clear: both;
}

/*.show_selected_baaupload_file {width:100%;float:left;clear:both;margin-left:24%; margin-top:20px;}*/
/*.btn-file-input {
   display: inline-block;
   width: 200px;
   height: 40px;
   overflow: hidden;
   position: relative;
   background-color: #2091bd;
   color: #FFF;
   font-weight:bold;
    cursor: pointer;
  }
  .btn-file-input:hover {background-color: #1c96c9; cursor : pointer!important;}
  .btn-file-input > input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }*/

.select_file_area {
    text-align: center;
    width: 100%;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 1px dashed #ddd;
    color: #AAA;
    background: #ffffff;
}

/*style choose file button and title*/
.select_file_lbl {
    float: left;
    width: 20%;
    margin-top: -22px;
}

.upload_btn_area {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

#ui-datepicker-div {
    width: 22%;
}

/*emp dash*/
.emp_form_lbl {
    clear: both;
    float: left;
    line-height: 7;
    margin-bottom: 10px;
}

#user_info {
    line-height: 1;
    clear: both;
    display: none;
}

.select_user_drpdwn {
    width: 36%;
}

.screenlist_info_txt {
    float: left;
    margin: 7px 0px;
    font-size: 18px;
    font-weight: bold;
}

.log_pink_span {
    margin-right: 10px;
}

#toggle_admin_email {
    float: right;
    margin: 10px 50px -40px 0px;
    font-size: 18px;
    clear: both;
}

.toggle_auto_payment_report {
    float: right;
    margin: 70px 50px -40px 0px;
    font-size: 18px;
    clear: both;
}

#toggle_err_report {
    float: right;
    margin: 70px 50px -40px 0px;
    font-size: 18px;
    clear: both;
}

#toggle_vendor_check {
    float: right;
    width: 58%;
    margin: 70px 0px 20px 0px;
    font-size: 18px;
    clear: both;
}

.bar_cls {
    margin: 10px 0px;
}

.color_red {
    color: red;
}

.color_green {
    color: green;
}

/*baa list page css*/
.baa_list {
    width: 100%;
}

.baa_list .header {
    float: left;
    font-weight: bold;
    text-transform: none !important;
}

.baa_list .links {
    font-size: 18px;
    font-weight: bold;
    float: right;
    line-height: 3.5
}

#rows1.createforms {
    float: left;
    width: 100%;
    line-height: 5;
    clear: both;
}

#rows1 .baa_form {
    width: 50%;
}

#rows1 .baa_form span_class {
    line-height: 1.2;
    width: 50%;
}

#rows1 .baa_form_lefts {
    float: left;
}

#rows1 .baa_form_rights {
    float: right;
    padding-left: 25px;
}

#rows1 .baa_form input[type="text"] {
    margin-left: 15px;
    width: 40%;
}

#baa_file_upload { /*margin-left:88px;33px;width:280px;*/
}

.choose_btn_fix {
    margin: 20px 0px !important;
    line-height: normal !important;
    clear: both;
}

.file_wrap {
    margin-left: 88px;
}

#assoc_company {
    margin-left: 106px !important;
}

#assoc_name {
    margin-left: 83px !important;
}

#user_date {
    margin-left: 14% !important;
}

#expire_date {
    margin-left: 11% !important;
}

#rows1 .error {
    float: left;
    line-height: 0px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

#error_assoc_name, #error_assoc_company {
    margin-left: 49%;
}

#error_effective_date {
    margin-left: 38%;
}

#error_pdf_file {
    margin-left: 24%;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.upload_baa_class {
    line-height: 5;
    clear: both;
    width: 100%;
    padding: 40px 0px 0px 0px;
}

#baa_success, #error_baa_file {
    margin: 0px 0px 20px;
}

/* pagination css start*/
.pagination1 {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.page-item-text {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.pagination1 > li {
    display: inline;
}

.pagination1 > li > a,
.pagination1 > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination1 > li:first-child > a,
.pagination1 > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination1 > li:last-child > a,
.pagination1 > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination1 > li > a:hover,
.pagination1 > li > span:hover,
.pagination1 > li > a:focus,
.pagination1 > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination1 > .active > a,
.pagination1 > .active > span,
.pagination1 > .active > a:hover,
.pagination1 > .active > span:hover,
.pagination1 > .active > a:focus,
.pagination1 > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1a80b6; /*#337ab7;*/
    border-color: #337ab7;
}

.pagination1 > .disabled > span,
.pagination1 > .disabled > span:hover,
.pagination1 > .disabled > span:focus,
.pagination1 > .disabled > a,
.pagination1 > .disabled > a:hover,
.pagination1 > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination1-lg > li > a,
.pagination1-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination1-lg > li:first-child > a,
.pagination1-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination1-lg > li:last-child > a,
.pagination1-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination1-sm > li > a,
.pagination1-sm > li > span {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
}

.pagination1-sm > li:first-child > a,
.pagination1-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination1-sm > li:last-child > a,
.pagination1-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* pagination end   */

a.user_profile_link {
    background: #1172c1;
    border: 1px solid #000000;
    padding: 10px 40px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

a.user_profile_link:hover {
    background: #000;
}

/* tab styling*/
ul.dashboard-tabs.tabs_ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

ul.dashboard-tabs li {
    background: #f7f7f7;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
	align-items: center;
    text-align: center;
    padding: 10px 15px;
    border: 5px #fff solid;
    cursor: pointer;
}
ul.dashboard-tabs li a {
	width: 100%;
}
ul.dashboard-tabs li.current {
    background: #2091bd; /*#ededed;*/
    color: #222;
}

.tab-content {
    display: none;
    background: #FFFFFF;
    border: none;
    padding: 0px;
}

.tab-content.current {
    display: inherit;
}

.tab-link.current a {
    color: #ffffff;
}

.tab-link.current a:hover {
    color: #333333;
}

.log_pink {
    color: #FF69B4 !important;
    clear: both;
}

.log_pink a {
    color: #FF69B4;
    text-decoration: none;
}

.log_pink a:hover {
    color: #FF69B4;
}

.log_pink a:active {
    color: #FF69B4;
}

.log_light_green{color: #60dd8e !important;clear: both;}
.log_light_green a{color: #60dd8e; text-decoration: none;}
.log_light_green a:hover { color: #60dd8e; }
.log_light_green a:active { color: #60dd8e; }

.log_green {
    color: #006400;
    clear: both;
}

.log_green a {
    color: #006400;
    text-decoration: none;
}

.log_green a:hover {
    color: #006400;
}

.log_green a:active {
    color: #006400;
}

.log_blue {
    color: #0000A0;
    clear: both;
}

.log_blue a {
    color: #0000A0;
    text-decoration: none;
}

.log_blue a:hover {
    color: #0000A0;
}

.log_blue a:active {
    color: #0000A0;
}

.file_listing {
    max-width: 100%;
    background-color: transparent;
}

.file_listing tr {
    color: #747474;
    line-height: 3;
    border-bottom: 1px dashed #cccccc;
}

.file_listing tr td {
    text-align: left;
}

.file_listing tr th {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
    text-transform: none !important;
}

.error_report {
    color: #ff0000 !important;
}

.error_report a {
    color: #ff0000;
    text-decoration: none;
}

.error_report a:hover {
    color: #ff0000;
}

.error_report a:active {
    color: #ff0000;
}

.error_report_toggle_green_btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer !important;
}

.error_report_toggle_red_btn {
    background-color: #ff0000; /* Green */
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer !important;
}


.ui-slider-range {
    background: #1a80b6 !important;
}

.slider { /*width: 250px;*/
}

.percent {
    color: green;
    font-weight: bold;
    text-align: center;
    width: 100%;
    border: none;
}

.slider_width {
    width: 92%;
}

.ui-slider .ui-slider-handle:after {
    border: none;
    background-color: #e6e6e6;
    width: 2px;
    height: 2px;
    outline: 0;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
}

.ui-widget-header {
    /*background: #1a80b6 url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
}

.redrow {
    color: #FF0000;
    clear: both;
}

.redrow a {
    color: #FF0000;
    text-decoration: none;
}

.redrow a:hover {
    color: #FF0000;
}

.redrow a:active {
    color: #FF0000;
}

.bluerow {
    color: #0000FF;
    clear: both;
}

.bluerow a {
    color: #0000FF;
    text-decoration: none;
}

.bluerow a:hover {
    color: #0000FF;
}

.bluerow a:active {
    color: #0000FF;
}

.greenrow {
    color: #008000;
    clear: both;
}

.greenrow a {
    color: #008000;
    text-decoration: none;
}

.greenrow a:hover {
    color: #008000;
}

.greenrow a:active {
    color: #008000;
}


/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/*notes*/

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
}

/*screeningtool*/

#rows1.namescreening_tool {
    float: left;
    width: 100%;
    line-height: 5;
    clear: both;
}

#rows1.namescreening {
    width: 100%;
}

#rows1.namescreening .title_class {
    line-height: 2;
    width: 99%;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#rows1.namescreening .title_with_info {
    line-height: 1;
    width: 99%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#rows1.namescreening input[type="text"] {
    margin-left: 20px;
    width: 23%;
}

#rows1.namescreening input[type="checkbox"] {
    line-height: 1.8px;
}

#rows1.namescreening .firstname {
    width: 23% !important;
}

#rows1.namescreening .middlename {
    width: 21% !important;
    margin-left: 20px;
}

#rows1.namescreening .lastname {
    width: 23% !important;
    margin-left: 20px;
}

#rows1.namescreening .span_class {
    width: 100%;
    float: left;
    line-height: 1.5;
    margin-left: 20px;
    clear: both;
}

#rows1.namescreening .button_img {
    margin-left: 0px;
    text-transform: none !important;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #2091bd 0%, #1c96c9 100%);
    background-image: linear-gradient(45deg, #2091bd 0%, #1c96c9 100%);
    transition: .4s;
}

#rows1.namescreening .button_img:hover {
    background-image: -webkit-linear-gradient(45deg, #2091bd 0%, #1c96c9 100%);
    background-image: linear-gradient(45deg, #2091bd 0%, #1c96c9 100%);
}

#rows1.namescreening .add_margin {
    margin-top: 20px;
}

.searchtool_listing {
    max-width: 100%;
    background-color: transparent;
}

.searchtool_listing tr {
    color: #747474;
    line-height: 1;
    border-bottom: 1px dashed #cccccc;
}

.searchtool_listing tr td {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

.searchtool_listing tr td ul.sns-list {
    list-style-type: circle;
    list-style-position: outside;
}

.searchtool_listing tr td ul.sns-list li {
    padding: 5px 0px;
}

.searchtool_listing tr th {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
    text-transform: none !important;
}

#search_dob {
    background: url('images/calendar.png') no-repeat 221px 15px;
}

.placehoder-color::-webkit-input-placeholder {
    color: red;
}

.placehoder-color:-ms-input-placeholder {
    color: red;
}

.placehoder-color::placeholder {
    color: red;
}

.show_red_borders {
    border: 1px solid #FF0000 !important;
}

.dwn_files {
    font-size: 100%;
    font-weight: bold;
    font-size: inherit;
    margin: 20px 0px;
}

.dwn_files div {
    float: left;
    width: 195px;
}

.dwn_btn_submit {
    margin-left: 192px;
    /*margin-top: 15px;*/
}

.dwn_btn_submit input
{
    font-size: inherit
}
#loading-img2 {
    float: left;
    margin-left: -33px;
    margin-top: 15px;
}

.dwn_files1 {font-size: 100%;font-weight: bold;font-size: inherit; margin:20px 0px;}
.dwn_files1 div{float:left;width:185px;}
#dsip_loading-img{float: left; margin-left: -33px;margin-top: 15px; width:15px;}
#pii_error_file {padding-left:10px;padding-top: 20px;width: 100%;}

.quick_view {
    line-height: 2;
    font-weight: bold;
}

/*dashboard popup.*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.add_popup_height{height:550px;}
.add_popup_height_650{height:605px;}
.add_popup_height_400{height:480px!important;}
#loading-popup div.transparentbox{text-align: left;margin-left:5%;margin-right:5%;min-height: 320px;}

#dashboard-popup .content-header {
    text-align: center;
    padding-bottom: 15px;
}

#dashboard-popup h3.opl-title {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 16px;
}

#dashboard-popup .opl-intro {
    font-size: 14px;
    line-height: 1;
}

.quick_view {
}

.qk_rows {
    border-bottom: 2px dotted #bbbbbb;
    clear: both;
}

.quick_view_title {
    color: #000000;
    float: left;
    width: 85%;
}

.quick_view_result {
    color: #2091bd;
    float: right;
    padding-right: 10px;
}

div.watermarked {
    opacity: 0.9;
    background: url(assets/images/venops_txt.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: 50% 100%;
    filter: alpha(opacity=60);
}

div.transparentbox {
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 390px;
}

#quick-popup {
    background-color: #deebf6 !important;
}


/*ticker Styles*/
.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}

.tick-flip,.tick-text-inline {
    font-size:2.5em;
}

.tick-label {
    margin-top:1em;font-size:1em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .5em;text-align:center;
}

.tick-text-inline {
    color: rgb(90, 93, 99) !important;
}

.tick-label {
    color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
    color: rgb(255, 255, 255) !important;
}

.tick-flip {
    /*font-family: !important;*/
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
    border-radius:0.12em !important;
}

/*Flip Shortcode*/
.p-intro{
    padding-bottom: 20px;
}

.tick {
    display: inline-block;
}

.trailing {
    display: inline-block;
}
.justify p {
    text-align: justify;
}
ol, ul {
    margin-bottom: 20px !important;
}

/*loading on dashboard*/
div#loading-img-p {
    text-align: center;
}
div#upload_file_sec {
    margin-left: 20px!important;
    display: inline!important;
}
span.file-input-wrapper {
    background: #ffff0000!important;
}

#leie_source{min-height:34px;}
#search_for_exclusions #search_exclusion_text{width:935px!important;padding:6px 5px;color:inherit;font-size:inherit;}
#search_for_exclusions #rows1.namescreening .title_class {line-height: 4;width: 99%;float:left;margin-top:20px;margin-left:20px;}
.select2-container{width:420px!important;}
.select2-results{width:420px!important;display:inline-block;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 5px!important;}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ddd!important;border-radius:0px!important;}
.select2-container .select2-search--inline .select2-search__field{margin-top:0px;}
.select2-search__field{width:305px!important;min-height:34px!important;}
.select2-container--default .select2-selection--multiple {border:1px solid #ddd!important;border-radius:0px!important;}
.multi_states span.select2-container{margin-left:20px;}
.entity_search{font-size: 100%;font-weight: bold;font-size: inherit;margin:20px 0px;}
#search_for_exclusions .namescreening_tool {float: left;width: 100%;clear: both;line-height:inherit;}
#ui-id-1{overflow:scroll;overflow-x: hidden!important;height: 200px;font-size:inherit;font-family: inherit;}
#entity_listing th{text-align:center;verticle-align:middle;}
#entity_listing td{text-align:center;verticle-align:middle;}
/*testimonial-section & page*/
.home-testimonials .elementor-testimonial__text {font-size: 15px !important;font-family: 'Roboto' !important;font-weight: 400 !important;color: #000 !important;}
.home-testimonials .elementor-testimonial__cite>.elementor-testimonial__name {color: #222!important;font-weight: 700!important;font-size: 20px!important;}
.home-testimonials .elementor-testimonial__cite>.elementor-testimonial__title{color: #1A7497!important;font-size: 15px !important;font-weight: 500 !important;}
.home-testimonials .swiper-slide{padding:10px 40px 37px 30px !important;-webkit-border-radius: 10px;-khtml-border-radius: 10px;-moz-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;border-radius: 10px;}
.home-testimonials {background-color: #1a7497 !important;}
.home-testimonials .swiper-slide:before {content: "\201D";font-size: 130px;position: absolute;right: 30px;top: 10px;font-family: Alef;line-height: 1;color: #1A7497;opacity: .5;transition: .3s all;}
.home-testimonials .swiper-slide:hover:before {opacity:1;}
.home-testimonials .elementor-swiper-button-next{right:-15px!important;}
.home-testimonials .elementor-swiper-button-prev{left:-15px!important;}
.home-testimonials h2{color:#fff!important;}
.home-testimonials h2>b {color: #1A7497;}
.home-testimonials .elementor-testimonial__content {display: flex;flex-direction: column;}
.home-testimonials .elementor-testimonial__content .elementor-testimonial__text {order: 2;margin-top: 5px;}
.home-testimonials .elementor-testimonial__content .elementor-testimonial__cite {order: 1;margin-top: 0 !important;}

.testimony-page-section .glsr-twentytwentytwo .glsr-reviews {display:block;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review {width: calc(50% - 30px) !important;margin-right: 15px;margin-left: 15px;margin-bottom: 30px !important;float: left;padding: 30px;box-shadow: 0 0 5px 0 #ddd;/*display: flex;flex-direction: column;*/border-radius:6px;position:relative;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review>.glsr-review-title{order: 2;margin-top: -10px;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review>.glsr-review-content{order: 3;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review>.glsr-review-author{order: 1;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review:before {content: "\201D";font-size: 130px;position: absolute;right: 30px;top: 10px;font-family: Alef;line-height: 1;color: #1A7497;opacity: .5;transition: .3s all;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review:hover:before {opacity:1;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review>.glsr-review-author{color: #222;font-weight: 700;font-size: 20px;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review>.glsr-review-title>h4{color: #1A7497 !important;font-size: 15px !important;font-weight: 500;}
.testimony-page-section .glsr-twentytwentytwo .glsr-review:nth-child(odd) {clear: both;}

/*landing page*/
.landing-header {background-color: rgba(0,0,0,0.39) !important;position: fixed !important;z-index: 9;left: 0 !important;right: 0 !important;}
.landing-banner h2 {color: #fff;}
.landing-header .jet-nav .menu-item-link {color: #fff;}
.landing-banner {padding-top: 100px;padding-bottom: 50px ;}
.landing-banner h3 {color: #fff;font-size: 24px;margin-bottom:0;}
.landing-banner .form-column .elementor-widget-wrap {background-color: rgba(0,0,0,0.6);padding: 50px !important;border-radius: 10px;}
.landing-banner .form-column .elementor-widget-wrap label {color: #fff;}
.sd-paddings {padding-top: 100px;padding-bottom: 100px;}
.light-gray {background-color:#F7F7F7;}
.enquire-popup {background-color: rgba(255,255,255,1.5);padding: 30px;}
.landing-button a.elementor-button, .elementor-field-type-submit button.elementor-button {font-family: "Poppins", Sans-serif;font-size: 12px;font-weight: 600;text-transform: uppercase;line-height: 18px;letter-spacing: 1px;background: #1A7497!important;border-radius: 0px 0px 0px 0px;box-shadow: 0px 45px 40px -10px #2091BD inset;padding: 16px 32px;}
.landing-h3 h3{color: #fff;font-size: 24px;margin-bottom: 0;}
.page-id-16519 .elementor-field-group .elementor-field-textual {font-size: 16px;line-height: 24px;}
.landing-testimonial .form-column .elementor-widget-wrap{background-color: rgba(0,0,0,0.3);padding: 20px !important;border-radius: 10px;}
.landing-membership .elementor-col-33>.elementor-column-wrap {box-shadow: 0 0 4px 0 #ccc;}
.margin-bottom-0{margin-bottom:0 !important;}
.contact-column {padding: 35px;border-radius: 10px;background: #fff;box-shadow: 0 0 4px 0 #999;}
.page-id-16976 .elementor-location-footer, .page-id-16976 .elementor-location-footer .elementor-top-section .elementor-social-icons-wrapper {display: none;}
.custom-contact-grid .info-column {background-color: #1a7497;border-radius: 15px;padding: 50px;}
.custom-contact-grid .info-column h3.elementor-icon-box-title {display: none;}
.custom-contact-grid .info-column p.elementor-icon-box-description {margin-bottom: 5px !important;}
.custom-contact-grid {background-color: #fff;padding: 13px;border-radius: 15px;margin-top: 50px;margin-bottom: 60px;box-shadow: 0 0 4px 0 #ccc;}
.landing-button.white-btn a.elementor-button {background: #fff !important;box-shadow: none;color: #222;}
.custom-contact-grid textarea {min-height: 160px;}
.custom-contact-grid .form-column {padding: 0 20px;}
.landing-footer {background-color: #1a1a1a;padding-top: 15px;padding-bottom: 15px;}
.landing-footer a {color: #fff;margin-left: 15px;}
.landing-footer p {margin-bottom: 0 !important;}
.landing-header .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right {color: #fff;}
.landing-button-fixed {position: fixed!important;top: calc(50% - 25px);right: -52px;width: auto!important;z-index: 9;}
/*.landing-button-fixed>div{position:relative;}*/
/*.landing-button-fixed>div>div{transform: rotate(270deg);position:absolute;}*/
/*team design*/
.team-design .jet-team-member {padding-bottom: 45px;}
.team-design .jet-team-member__content {position: absolute;left: 25px;width: calc(100% - 50px);background-color: #fff;padding: 15px 10px;transition: 0.3s all ease-in-out;box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);bottom: 0;height: 78px;display: block;overflow:hidden;transition: 0.3s all;}
.team-design .jet-team-member:hover .jet-team-member__content{height:150px;background-color: #010101;color:#fff;transition: 0.3s all;}
.team-design .jet-team-member__content>h3{margin:0;font-size: 16px;transition:unset !important;}
.team-design .jet-team-member:hover .jet-team-member__content h3{color:#fff;}
.team-design .jet-team-member .jet-team-member__content .jet-team-member__button-container{display:none;transition: 0.3s all ease-in-out;width:100%;text-align: center;transition-delay: 0.9s;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__button-container{display:block;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__socials{position:relative;opacity:1;}
.team-design .jet-team-member__content .jet-team-member__socials .jet-team-member__socials-icon{color: #5e6877;font-size: 16px;}
.team-design .jet-team-member__content .jet-team-member__socials{margin-top: -7px;margin-bottom: 3px;opacity:0;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__socials{opacity:1;}
.team-design .jet-team-member__content .jet-team-member__socials a:hover .jet-team-member__socials-icon{color: #fff;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__button-container a {border: 2px solid #fff;padding: 7px 12px;text-transform: capitalize;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__button-container a:hover{background-color:#fff;color:#010101;}
.team-design .jet-team-member__content .jet-team-member__position{/*background-image: linear-gradient(125deg, #6407c1 0%, #324add 49%, #008df9 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/color: #2091BD;}
.team-design .jet-team-member:hover .jet-team-member__content .jet-team-member__position{color: #2091BD;background-image: unset;-webkit-background-clip: unset;-webkit-text-fill-color: unset;}
.team-design .jet-team-member .jet-team-member__figure {background-size:cover;background-position:top center;}
.team-design .jet-team-member .jet-team-member__figure img{transition:all .3s;}
body.logged-in .loged-out-user-only {display: none;}



.log_light_blue{color: #2091bd !important;clear: both;}
.log_light_blue a{color: #2091bd; text-decoration: none;}
.log_light_blue a:hover { color: #2091bd; }
.log_light_blue a:active { color: #2091bd; }

/*landing page responsive*/
@media screen and (max-width:959px){
	section#primary {margin-bottom: 0;}
}
@media screen and (max-width:840px){
	.landing-banner h2 {font-size: 30px;}
	.page-id-16519 .elementor-section-stretched {padding-left: 20px !important;padding-right: 20px !important;}
	.landing-testimonial .elementor-column.elementor-col-50 {width: 100% !important;}
	.landing-testimonial .form-column .elementor-widget-wrap {margin-top: 40px;}
	.custom-contact-grid .elementor-column.elementor-col-50 {width: 100% !important;}
	.custom-contact-grid .info-column{margin-bottom:30px;}
	.custom-contact-grid .form-column{padding-bottom: 20px;}
	
}
@media screen and (max-width:767px){
	.landing-header .elementor-row>.elementor-column {width: 70%;}
	.landing-header .elementor-row>.elementor-column:last-child {width: 30%;}
	.sd-paddings {padding-top: 50px;padding-bottom: 50px;}
	.landing-testimonial .form-column .elementor-widget-wrap {margin-top: 40px;}
	section#contact{padding: 50px 0 0;}
	.landing-footer, .landing-footer p {text-align: center;}
}
@media screen and (max-width:670px){
	.testimony-page-section .glsr-twentytwentytwo .glsr-review {width: calc(100% - 30px)!important;}
}
@media screen and (max-width:440px){
	.landing-banner h2 {font-size: 26px;}
}