h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1:not(.site-title):before, h2:before {
display : none !important;
}
.elementor-widget-theme-post-content > .elementor-widget-container hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #0b3bbc !important;
}
p {
    margin: 0;
}
ul {
    margin: 0;
}
input[type=date] {
  text-align: right;
}
p a:hover {
    color: #0b3bbc;
}
input[type="date"]:before {
  color: #000;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
.split_ul_area ul {
  column-count: 2;
}
.split_ul_area ul li.elementor-icon-list-item {
  align-items: stretch;
}
.single-post .elementor-location-single h6 {
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 10px;
}
.single-post p + img, .single-post p img {
    margin-top: 10px;
    display: block;
border-radius: 3px;
}
.single-post .elementor-location-single h4 + h6 {
    padding-top: 0;
}
.single-post .elementor-location-single p + h4, .single-post .elementor-location-single ul + h4,
.single-post .elementor-location-single h6 + h4  {
    padding-top: 20px;
}
.single-post .elementor-location-single p {
    padding-bottom: 10px;
}
.menu-item-has-children button.sub-menu-toggle {
    display: none;
}
@font-face {
    font-family: 'Urbanist';
    src: url('/wp-content/uploads/2021/09/Urbanist-Medium.eot');
    src: url('/wp-content/uploads/2021/09/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/09/Urbanist-Medium.woff2') format('woff2'),
        url('/wp-content/uploads/2021/09/Urbanist-Medium.woff') format('woff'),
        url('/wp-content/uploads/2021/09/Urbanist-Medium.ttf') format('truetype'),
        url('/wp-content/uploads/2021/09/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/wp-content/uploads/2021/09/Urbanist-Light.eot');
    src: url('/wp-content/uploads/2021/09/Urbanist-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/09/Urbanist-Light.woff2') format('woff2'),
        url('/wp-content/uploads/2021/09/Urbanist-Light.woff') format('woff'),
        url('/wp-content/uploads/2021/09/Urbanist-Light.ttf') format('truetype'),
        url('/wp-content/uploads/2021/09/Urbanist-Light.svg#Urbanist-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/wp-content/uploads/2021/09/Urbanist-Bold.eot');
    src: url('/wp-content/uploads/2021/09/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/09/Urbanist-Bold.woff2') format('woff2'),
        url('/wp-content/uploads/2021/09/Urbanist-Bold.woff') format('woff'),
        url('/wp-content/uploads/2021/09/Urbanist-Bold.ttf') format('truetype'),
        url('/wp-content/uploads/2021/09/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/wp-content/uploads/2021/09/Urbanist-SemiBold.eot');
    src: url('/wp-content/uploads/2021/09/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/09/Urbanist-SemiBold.woff2') format('woff2'),
        url('/wp-content/uploads/2021/09/Urbanist-SemiBold.woff') format('woff'),
        url('/wp-content/uploads/2021/09/Urbanist-SemiBold.ttf') format('truetype'),
        url('/wp-content/uploads/2021/09/Urbanist-SemiBold.svg#Urbanist-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/wp-content/uploads/2021/09/Urbanist-Regular.eot');
    src: url('/wp-content/uploads/2021/09/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/uploads/2021/09/Urbanist-Regular.woff2') format('woff2'),
        url('/wp-content/uploads/2021/09/Urbanist-Regular.woff') format('woff'),
        url('/wp-content/uploads/2021/09/Urbanist-Regular.ttf') format('truetype'),
        url('/wp-content/uploads/2021/09/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
input[type="radio"], input[type="checkbox"] {
    outline: none !important;
}
/*BUTTON HOVER CSS START*/
a {
    transition: all ease .3s !important; 
}
.button-zoomm-effect a.elementor-button, .col-submit-btnn, .light-blue-btn-effectt .n2-ss-button-container a, 
.dark-blue-btn-effectt .n2-ss-button-container a {
    position: relative;
    transition: all ease .3s;
}
.button-zoomm-effect a.elementor-button:before, .col-submit-btnn:before, .light-blue-btn-effectt .n2-ss-button-container a:before, 
.dark-blue-btn-effectt .n2-ss-button-container a:before {
    content: "";
    display: none;
    height: calc(100% + 6px);
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(11 59 188 / 15%);
    width: 50%;
    position: absolute;
    border-radius: 3px;
    z-index: -1;
    transition: all ease .3s;
}
.button-zoomm-effect a.elementor-button:hover:before, .col-submit-btnn:hover:before, .light-blue-btn-effectt .n2-ss-button-container a:hover:before, .dark-blue-btn-effectt .n2-ss-button-container a:hover:before {
    height: calc(100% + 12px);
    top: -6px;
      transition: all ease .3s;
}
.n2-ss-slider .n2-ss-layer-row-inner {
  justify-content:center;
}

/*BUTTON HOVER CSS END*/
.text-light-blue {
    color: #b4975a !important;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    font-family: inherit;
}
.butttons-rowww-slide .n2-ss-layer-row-inner .n2-ss-layer {
    max-width: 170px;
    margin-right: 0 !important;
}
.image-staticc .premium-banner-ib img {
    width: 100% !important;
    transform: none !important;
height: 409px !important;
    object-fit: cover;
}
.premium-banner-ib {
    transition: all .3s ease;
}
.image-staticc .premium-banner-ib:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 1;
    background: transparent linear-gradient( 180deg, #b4975a00 0%, #092D9000 47%, #b4975a 100%) 0% 0% no-repeat padding-box;
    transition: opacity .3s ease;
    opacity : 0;
}
.image-staticc .premium-banner-ib:hover:before {
     opacity : 1;
}
.image-staticc .premium-banner-ib .premium-banner-ib-desc {
    z-index: 2;
}
.image-staticc .premium-banner-ib-content.premium_banner_content h5 {
    color: inherit;
    padding-bottom: 8px;
}
.image-staticc .premium-banner-ib, .image-staticc .premium-banner-ib img {
    border-radius: 5px;
}
figure.wp-caption {
    position: relative;
}
figcaption.widget-image-caption {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    margin-bottom: 22px;
    color: #fff !important;
    padding: 12px 30px;
    background: #00BAFE;
    border-radius: 0 3px 3px 0;
    margin-top: 0;
    left: -9px;
}
figcaption.widget-image-caption.wp-caption-text:before {
    content: "";
    border: 6px solid #0699CF;
    left: 0;
    position: absolute;
    top: -12px;
    border-color: transparent #0699CF #0699CF transparent;
    z-index: -1;
}
.col-5050-form br {
    display: none;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
input.wpcf7-form-control, input.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control {
    outline: none !important;
}

input.wpcf7-form-control.wpcf7-submit {
    border: 0 !Important;
    cursor: pointer;
}
.col-submit-btnn {
    text-align: center;
    position: relative;
}
.white-wrapperr > .elementor-container {
    background: #fff;
    width: calc(100% - 20px);
    border-radius: 3px;
    box-shadow: 0px 9px 40px #0b3bbc3d;
}
.elementor-widget-text-editor ul li, .elementor-widget-text-editor ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
}
.blue-listt a.elementor-item {
    padding-left: 17px !important;
    display: inline-block;
    position: relative;
}
.list-customm-dott ul {
     padding-left: 0;
     list-style: none;
     padding-left: 20px;
}
.list-customm-dott ul li {
     position: relative;
     padding-left: 17px;
}
.blue-listt a.elementor-item:before, .list-customm-dott ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/2022/03/list-circle.png);
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.list-customm-dott ul li:before {
    top: 5px;
    background-image: url(/wp-content/uploads/2022/03/list-circle.png);
    filter: brightness(0);
    width: 8px;
}
.homepage-customm-sliderr .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    top: auto;
    height: auto;
    width: 100%;
    bottom: 21%;
    max-width: 1120px;
    padding: 0 6px;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
}
.insurance_logo_gallery .elementor-image-gallery .gallery-item img {
    max-width: 100% !important;
}
.head-bottom-logo h2.elementor-heading-title {
    position: relative;
    background-image: url(/wp-content/uploads/2021/09/logo-align.svg);
    padding-bottom: 30px;
    background-position: bottom center;
    background-size: 120px;
    background-repeat: no-repeat;
}
.main-menuu nav.elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item:last-child a {
    padding-right: 0;
}
.header-top-iconss > .elementor-widget-container, .header-top-iconss, .header-top-iconss * {
    height: 100%;
}
.header-top-iconss ul.elementor-icon-list-items > li.elementor-icon-list-item:first-child {
    border-left: 1px solid #FFFFFF3D;
}
.header-top-iconss ul.elementor-icon-list-items > li.elementor-icon-list-item {
    border-right: 1px solid #FFFFFF3D;
    margin: 0 !important;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.header-top-iconss ul.elementor-icon-list-items > li.elementor-icon-list-item > a {
    height: auto;
}
.col-submit-btnn span.ajax-loader {
    position: absolute;
    margin: 0 0 0 10px;
    top: 50%;
    transform: translateY(-50%);
}
.col-submit-btnn span.wpcf7-spinner {
    position: absolute;
    margin: 0 0 0 10px;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    color: #dc3232;
    border: none;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
}
form.invalid span.wpcf7-not-valid-tip {
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.col-100-100.col-submit-btnn {
    width: fit-content;
    margin: auto;
    z-index: 9;
    width: -moz-fit-content;
    display: block;
}
.elementor-widget-shortcode .breadcrumb-container {
    text-align: center;
}
.elementor-shortcode .breadcrumb-container a {
    padding: 0 !important;
}
.checkbox-btnn span.location, .radio-btnn span.what-type-of-insurance-do-you-have {
    padding-top: 10px;
}
input.wpcf7-form-control.wpcf7-date {
    width: 100%;
    height: 63px;
}
span.labell {
    display: block;
    padding-bottom: 5px;
}
.page-id-997 .col-5050-form {
    align-items: flex-end;
}
.wpcf7-radio input[type="radio"], .wpcf7-checkbox input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}
.wpcf7-radio span.wpcf7-list-item-label, .wpcf7-checkbox span.wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox  .wpcf7-list-item  {
    margin: 0 20px 10px 0;
    display: inline-block;
}
.wpcf7-radio input[type="radio"]:after, .wpcf7-checkbox input[type=checkbox]:after {
    border-radius: 3px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
    top: 6px;
    background: #0b3bbc;
    transform: none;
    border: 0;
}
.wpcf7-radio input[type=radio]:checked,  .wpcf7-checkbox input[type=checkbox]:checked, .date-of-birth .is-focused input.wpcf7-date,
input.wpcf7-form-control:focus:not([type="submit"])  {
    background: #f2fbff !important;
    border-color: #f2fbff !important;
}
.quote-textt .elementor-widget-container {
    position: relative;
    border-radius: 5px;
}
.quote-textt .elementor-widget-container:before, .quote-textt .elementor-widget-container:after {
    content: "";
    width: 70px;
    height: 50px;
    background: url(/wp-content/uploads/2021/10/quotee.png) no-repeat center center / 38px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    background-color: #fff;
    z-index: 1;
}
.quote-textt .elementor-widget-container:after {
    top: auto;
    background-color: #fff;
    bottom: -25px;
}
.quote-textt {
    position: relative;
    margin-bottom: 25px !important;
}
.quote-textt:before, .quote-textt:after {
    border-top: 2px solid #00BAFE;
    content: "";
    border-right: 0;
    position: absolute;
    width: 100%;
    right: 0;
    border-radius: 0;
    top: 0;
}
.quote-textt:after {
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #00BAFE;
    border-left: 0;
    right: auto;
    left: 0;
    border-radius: 0px 0px 0 10px;
    top: auto; 
    bottom: 0;
}
.profile-bubble > .elementor-widget-wrap.elementor-element-populated {
    padding: 20px !important;
    background: #0b3bbc;
    border-radius: 6px;
}
.borderrr  .elementor-widget-container, .border-headd h6.htmove-heading-title  {
    border-bottom: 1px solid #00bafe;
}
.border-headd h6.htmove-heading-title {
    width: 100%;
}
.profile-bubble.list-customm-dott ul li:before {
    filter: brightness(100);
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

form.invalid span.wpcf7-form-control-wrap {
    margin-bottom: 25px;
    position: relative;
}
form.invalid span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px;
    left: 0;
    line-height: 1;
    padding-top: 4px;
    bottom: -15px;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=url]:focus, 
.wpcf7-form input[type=password]:focus, .wpcf7-form input[type=search]:focus, .wpcf7-form input[type=number]:focus, 
.wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=date]:focus, .wpcf7-form input[type=month]:focus, 
.wpcf7-form input[type=week]:focus, .wpcf7-form input[type=time]:focus, .wpcf7-form input[type=datetime]:focus, 
.wpcf7-form input[type=datetime-local]:focus, .wpcf7-form input[type=color]:focus, .wpcf7-form textarea:focus {
    background: #fff !important;
}
.category-posttt .premium-blog-post-container {
    position: relative;
}
.category-posttt .premium-blog-content-wrapper {
    background: #fff;
    padding: 10px;
}
.category-posttt .premium-blog-content-wrapper * {
    width: 100%;
}
.category-posttt .premium-blog-content-wrapper {
    background: none !important;
    padding: 10px !important;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center !important;
    width: 100%;
    transform: translateY(-50%);
}
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container {
    margin-bottom: 21px;
}
.category-posttt .premium-blog-post-container .premium-blog-thumbnail-container {
    border-radius: 3px;
}
.category-posttt .premium-blog-post-container .premium-blog-content-wrapper * {
    line-height: 1;
    margin-bottom: 0;
}
.category-posttt .premium-blog-post-container h4.premium-blog-entry-title a {
    width: 100%;
    display: inline-block;
    padding-bottom: 00px;
    position: relative;
}
/*.category-posttt .premium-blog-post-container h4.premium-blog-entry-title a:before {
    position: absolute;
    content: 'More Info';
    bottom: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans';
    left: 0;
}*/
.align-centerrr > .elementor-container.elementor-column-gap-default {
    align-items: center;
}
body .link-btnn {
    display: inline-block;
    padding: 14px 30px 14px 30px;
    height: 43px;
    font-family: var( --e-global-typography-2b16c8f-font-family ), Sans-serif;
    font-size: var( --e-global-typography-2b16c8f-font-size );
    font-weight: var( --e-global-typography-2b16c8f-font-weight );
    text-transform: var( --e-global-typography-2b16c8f-text-transform );
    line-height: var( --e-global-typography-2b16c8f-line-height );
    letter-spacing: var( --e-global-typography-2b16c8f-letter-spacing );
    color: var( --e-global-color-21ccaa4 );
    background-color: var( --e-global-color-fbe99c3 );
    border-radius: 3px;
}
body .link-btnn:hover {
    color: var( --e-global-color-21ccaa4 );
    background-color: var( --e-global-color-1895bb8 );
}
.main-menuu a.elementor-item:focus {
    outline: none !important;
}
.category-posttt .premium-blog-post-container h4.premium-blog-entry-title a:focus {
    outline: none !important;
}

.rv_wrapper_block {
    border: 1px solid #eceeef;
    border-radius: 5px;
    padding: 80px 25px 25px;
    position: relative;
    overflow: hidden;
}


.rv_wrapper_block  .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    min-height: 270px;
}

.rv_wrapper_block:before {
    content: "";
    background-image: url(https://ascprovidersolutions.com/wp-content/uploads/2022/03/quote.jpg);
    background-size: contain;
    height: 45px;
    width: 45px;
    position: absolute;
    background-repeat: no-repeat;
    left: 44%;
    top: 25px;
}

.list-customm-dott ul {
  padding-left:0;
}
/*MEDIA QUERY*/

@media (min-width: 768px) {
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container {
    margin-right: 20px;
    width: calc(50% - 10px);
}
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container:nth-child(2n) {
    margin-right: 0;
}
.left-head-bottom-logo .elementor-heading-title {
    background-position: left bottom !important;
}
.page-id-997 .col-100-100.col-submit-btnn, .page-id-11 .col-100-100.col-submit-btnn {
    margin-left: 0;
}
.sticky-mainn .elementor-column.elementor-col-50 {
    position: sticky;
    top: 20px;
    height: 100%;
}
.elementor-widget-shortcode .breadcrumb-container {
    text-align: right;
}
.col-5050-form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.col-50-50 {
    width: calc(50% - 15px);
    margin-right: 30px;
}
.margin-right-none {
    margin-right: 0;
}
.col-100-100 {
    width: 100%;
}
li.image-text-linkk-inner {
    width: calc(33.33% - 14px);
    margin-right: 21px;
}
li.image-text-linkk-inner:nth-child(3n) {
    margin-right: 0;
}
}
@media (min-width: 1025px) { 
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container {
    margin-right: 21px;
    width: calc(33.33% - 14px);
}
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container:nth-child(2n) {
    margin-right: 21px;
}
.category-posttt .premium-blog .premium-blog-wrap article.premium-blog-post-outer-container:nth-child(3n) {
    margin-right: 0;
}
}
@media (max-width: 1200px) and (min-width: 1024px) {
.homepage-customm-sliderr .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    bottom: 20%;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
.image-staticc .premium-banner-ib img {
    height: 290px !important;
}
.homepage-customm-sliderr .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    bottom: 15%;
}
}

@media (max-width: 1199px) {


.testimonial_sec {
	height: auto !important;
}
}


@media (max-width: 992px) {
.rv_wrapper_block  {
    padding: 80px 15px 25px;
}
}

@media (max-width: 767px) {
span.mobile-blockk {
    display: block;
}
.single-post p + img, .single-post p img {
    margin-left: auto;
    margin-right: auto;
}
.icon-text-a-inlinee .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 18px !important;
}
.icon-text-a-inlinee .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}
.icon-text-a-inlinee .elementor-icon-box-wrapper {
    display: flex;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.contatctt-addresss li.elementor-icon-list-item {
    max-width: 230px;
    margin: auto;
}
.contatctt-addresss li.elementor-icon-list-item > a {
    justify-content: flex-start !important;
}
p.htmove-heading-desc {
    text-align: center;
}
.image-staticc .premium-banner-ib img {
    height: 100% !important;
}
.butttons-rowww-slide .n2-ss-layer-row-inner {
    justify-content: center;
}
.homepage-customm-sliderr .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    bottom: 20px;
    align-items: center;
}

.elementor-9 .elementor-element.elementor-element-8d55ce5 img {
    max-width: 100%;
}


.elementor-heading-title a.text-light-blue b {
	display: block;
}
.rv_wrapper_block .elementor-testimonial-wrapper {
    min-height:100%;
}
}

@media (max-width: 640px) {


.elementor-element-23fee89 .elementor-widget-container br {
    display: none;
}
}
@media (max-width: 575px) {
    .split_ul_area ul {
        column-count: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
}
@media (max-width: 480px) {
.elementor-column.mob-full-small {
    width: 100% !important;
}
.elementor-column.mob-full-small > .elementor-widget-wrap.elementor-element-populated {
    padding: 5px;
}
.footer-iconn-secc > .elementor-container {
    min-height: 80px !important;
}
.footer-iconn-secc {
    margin-top: -40px !important;
}
}		
