@font-face {
    font-family: 'newSimplerProAlteBlack';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Black.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Black.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteBold';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Bold.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Bold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'newSimplerProAlteRegular';
    src: url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Regular.woff2') format('woff2'),
        url('/wp-content/themes/coverai/new-fonts/SimplerPro_Alte-Regular.woff') format('woff');
    font-display: swap;
}

.btn-employee {
	width: 211px;
  	border-radius: 30.5px;
    line-height: 62px !important;
    height: 62px;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    background-color: #2B65F6;
    color: #FFFFFF;
    font-size: 20px;
}
.btn-employee.btn-scroll:hover{
	color: #212529;
}
.employeenew_banner{
    flex-wrap: nowrap;
    justify-content: space-between;
    display: inline-block;
    width: 100%;
    padding: 50px 0 0 0;
    background: #DAE6F0;
}
.employeenew_banner.employeenew_banner_improved{
    padding: 50px 0;
}
.employeenew_banner h1{
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    letter-spacing: 0.67px;
}
.employeenew_banner_improved.employeenew_banner h1{
    text-align: center;
    line-height: 45px;
}
.employeenew_banner_improved.employeenew_banner p {
    text-align: right;
}
.employeenew_banner_improved.employeenew_banner .btn-banner{
    text-align: center;
}
.employeenew_banner_left {
    padding-bottom: 71px;
}
.employeenew_banner.employeenew_banner_improved .employeenew_banner_left{
    padding: 0;
    margin: 0;
    text-align: center;
}
.employeenew_banner.employeenew_banner_improved .employeenew_banner_left img{
    margin: 0;
    height: 500px;
    object-fit: contain;
    width:auto;
    box-shadow: 0 5px 8px 5px #00000059;
    border-radius: 25px;
}
.employeenew_banner .ban-row {
    align-items: flex-end;
    height: 100%;
}

.employeenew_banner.employeenew_banner_improved .ban-row {
    align-items: center;
    height: 100%;
}
.employeenew_banner_right {
    display: flex;
    
}
.employeenew_banner.employeenew_banner_improved .employeenew_banner_right{
    display: block;
    text-align: center;
}
.employeenew_banner .heathcareb-text{
    padding-bottom: 124px;
    max-width: 663px;
}

.emeployee_parter .logo-slider {
    align-items: center;
}

.emeployee_parter .logo-slider img{
    width: auto;
    height: auto;
}

.em_future__section{
    background: #B2C9FE;
    padding: 153px 0;

}

.em_future__section h2{
    color:#0D084D;
    margin-bottom: 20px;
}

.em_future__section p{
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.em_benefits_section{
    margin-top: 100px;
}

.em_benefits_section .btn-banner {
    margin-top: 65px;
}

.em_benefits_desc{
    background: #fff;
    border-radius: 16px;
    padding: 52px 47px 73px;
    position: relative;
    height: 100%
}

.employer_box{
    background: #DAE6F0;
    border-radius: 16px;
    min-width: 411px;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.42px;
    color: #000000;
    position: absolute;
    top: -45px;
    right: 0; 
    font-family: 'newSimplerProAlteBold';  
}
.employer_box.improved-content-employer-box{
    min-width: 500px;
}
.em_benefits_list{
    margin-top: 52px;
    height: 320px;
}
.em_benefits_list.improved-content-list{
    height: 100%;
}
.em_benefits_box{
    display: flex;
    margin-bottom: 37px;
}
.em_benefits_box .em_benefits_icon{
    margin: 0;
    width: 64px;
    height: 64px;
    background: #EEEFE4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.em_benefits_detail{
    text-align: right;
    max-width: 526px;
    background: url(../images/em_benefits_arrow2.svg) no-repeat right top;
    padding-right: 102px;

}

.em_benefits_detail h5{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-family: 'newSimplerProAlteBold';
    color: #000;
}

.em_benefits_section .col-md-6 .em_benefits_desc{
    margin-right: 10px;
}

.em_benefits_section .col-md-6:first-child .em_benefits_desc{
    margin-right: 0;
    margin-left: 10px;
}

.em_speed_process{
    padding: 215px 0;
    background: #0D084D;
}

.em_speed_box {
    text-align: center;
    max-width: 248px;
    position: relative;
}

.em_speed_process .col-md-3:first-child .em_speed_box:before{
    display: none;
}

.em_speed_box:before {
    background: #fff;
    width: 1px;
    height: 186px;
    position: absolute;
    right: -25px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}

.em_speed_box .number{
    color: #B2C9FE;
    font-size: 63.08px;
    letter-spacing: 0.94px;
    line-height: 59.14px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'newSimplerProAlteRegular';
}

.em_speed_box p{
     font-size: 16.57px;
      letter-spacing: 0.25px;
      line-height: 23.2px;
      text-align: center;
      color: #fff;
}

.em_get_cover{
    padding: 136px 0;
}

.em_get_cover .container{
    max-width: 1360px;
}

.em_get_main{
    max-width: 814px;
    margin: 0 auto;
    text-align: center;
}

.em_get_main .sub_title{
    color: #2B65F6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 20px;
    display: inline-block;
}
.em_get_main h2{
    margin-bottom: 30px;
}

.em_get_main p{
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
}

.em_get_main ul{
    border-radius: 37px;
    background-color: #EAEAEA;
    display: flex;
    margin: 59px auto 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    max-width: 658px;
    margin-bottom: 120px;
}

.em_get_main ul li{
    list-style: none;
}

.em_get_main ul li a{
    padding: 25px 30px;
    display: inline-block;
   font-family: 'newSimplerProAlteRegular';
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
    color: #464647;
    border-radius: 40px !important;
}

.em_get_main ul li.active a{
    background-color: #2B65F6;
    width: 100%;
    height: 100%;
    color: #fff;
}

.em_get_main ul li:first-child.active a{
    border-radius: 0 37px 37px 0;
}

.em_get_main ul li:last-child.active a{
    border-radius: 37px 0 0 37px;
}

.em_two_left{
    text-align: right;
    padding-top: 73px;
    max-width: 497px;
    position: relative;
}

.em_two_left h2{
    margin-bottom: 20px;
}

.em_two_left p{
    margin-bottom: 30px;
    font-size: 20px;
}

.em_arrow_icon {
    padding-top: 90px;
    position: absolute;
    left: 0;
}
.em_testimonial_top {
    text-align: center;
    margin-bottom: 60px;
}
.em_testimonial_top .sub_title {
    color: #2B65F6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-family: 'newSimplerProAlteRegular';
    margin-bottom: 20px;
    display: inline-block;
}

.em_testimonial .container{
    max-width: 1360px;
}

.em_two_right img{
    max-width: 100%;
    display: block;
}

.em_testimonial_main{
     border-radius: 15px;
      background-color: #FFFFFF;
      box-shadow: 0 2px 24px 6px rgba(197,197,197,0.5);
      padding: 104px 126px 104px 0;
}

.em_testimonial_main .review_block{
    padding: 0;
}

.em_testimonial_main .bg-1, .em_testimonial_main .bg-2, .em_testimonial_main .bg-3{
    background: transparent;
}

.em_testimonial_main .cust_review{
    min-height: auto;
}

.em_testimonial_main .review_block{
    display: flex;
}

.em_testimonial_left{
    width: 40%;
    position: relative;
}

.em_testimonial_left img{
    width: 406px !important;
    height: 317px;
}

.em_testimonial_right {
    padding-right: 74px;
    max-width: 490px;
}

.em_testimonial_right .profile_photo {
    width: 100%;
    height: 79px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.em_testimonial_right .profile_photo img{
    width: 78px !important;
    height: 78px;
    margin-left: 14px;
}

.em_testimonial_left .micro-small {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    width: 143px !important;
}

.em_testimonial__section{
    padding: 50px 0px 123px 0px;
}

.em_testimonial_main .owl-dots{
    display: none !important;
}

.em_testimonial_main .owl-nav{
    display: block !important;
}

.em_testimonial_main .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.em_testimonial_main .owl-nav .owl-prev {
    position: absolute;
    right: -74px;
    background: url(../images/em_test_right.svg) no-repeat right center !important;
    width: 35px;
    height: 35px;
}

.em_testimonial_main .owl-nav .owl-next{
    position: absolute;
    left: 74px;
    background: url(../images/em_test_left.svg) no-repeat right center !important;
     width: 35px;
    height: 35px;
} 

.em_testimonial_main .owl-nav .owl-prev span, .em_testimonial_main .owl-nav .owl-next span{
    display: none !important;
}

.em_suggestions__section{
    background: #B2C9FE;
    padding: 123px 0 141px;
}

.em_suggestions__section h2{
    color: #000;
}
.em_two_coloum.tab-content{
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0s ease;

}
.em_two_coloum.tab-content.active{
  	position: relative;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
.em_two_coloum.tab-content .em_two_left,.em_two_coloum.tab-content .em_two_right{
	opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.em_two_coloum.tab-content.active .em_two_left,.em_two_coloum.tab-content.active .em_two_right{
	opacity: 1;
    transform: translateY(0);
}
.mobile-logo-slider{
    display: none !important; 
}

.em_speed_process.mobile{
    display: none;
}

.mobile_image{
    display: none;
}
/*.logo-slider .item{
	width: 16.66%
}*/
.desktop-slider .item .logo-wrap{
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    transform: translateY(16px);
}
.desktop-slider .owl-item.active .item .logo-wrap{
    opacity: 1;
    transform: translateY(0);
}
.logo-slider .item img {
    width: 140px;
}
.logo-slider .desktop-slider .item img {
    width: 110px;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(1){
    transition-delay: .1s;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(2) {
    transition-delay: .2s;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(3) {
    transition-delay: .3s;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(4) {
    transition-delay: .4s;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(5) {
    transition-delay: .5s;
}
.logo-slider .owl-item .item .logo-wrap:nth-child(6) {
    transition-delay: .6s;
}
.logo-slider .owl-item .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/**********Equest page************/
.request_banner{
    background: #DAE6F0;
}

.request_desc{
    padding: 150px 0;
    text-align: right;
    max-width: 470px;
}

.request_desc h2{
    margin-bottom: 30px;
}

.request_desc ul{
    margin: 0;
    padding: 0;
}

.request_desc ul li{
  color: #000000;
  font-family: 'newSimplerProAlteRegular';
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 28px;
 background: url(../images/right_request.svg) no-repeat right center !important;
  list-style: none;
  padding-right: 39px;
    margin-bottom: 18px;
}

.request_desc .sub_title{
     color: #2B65F6;
      font-family: 'newSimplerProAlteRegular';
      font-size: 20px;
      letter-spacing: 0.3px;
      line-height: 28px;
}

.col-md-6.request-form {
    display: flex;
    justify-content: flex-end;
}

.request-form .rquest_form_desc {
    width:629px;
    background-color: #FFFFFF;
    box-shadow: 0 0 42px 4px rgb(168 165 165 / 50%);
    justify-content: center;
    display: flex;
    padding: 79px 66px 0;
    z-index: 999999;
    min-height: 758px;
    align-items: flex-end;
    margin-top: -102px;
    position: relative;
   
}

.rquest_form_main{
    width: 100%;
}

.request-form .rquest_form_desc h3{
    text-align: right;
    color: #000000;
    font-family: 'newSimplerProAlteBold';
    font-size: 20px;
    font-weight: 900;
   letter-spacing: 0.3px;
   line-height: 30px;
   width: 100%;
}
.rquest_form_main .wpcf7{
    margin-top: 22px;
}

.page_2187 .partner_section{
    padding: 50px 0 80px;
}

.page_2187 .navigation-wrap{
    height: 100px;
    display: flex;
    align-items: center;
}

.page_2187 .navbar-collapse{
    display: none !important;
}

.request-form input{
    height: 70px;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
}
.request-form input.request-demo-submit{
    text-align: center !important;
}
.request-demo-submit{
    background: #2B65F6;
    width: 100%;
    border-radius: 35px;
    border: 0;
    color: #fff;
    height: 62px !important;
    text-align: center;
}

.page_2187 .container{
    max-width: 1360px;
}

.page_2187 .footer{
    display: none;
}

.request_blue{
    background-color: #0D084D;
    padding: 95px 0;
    text-align: center;
}

.request_blue p{
    color: #FFFFFF;
    font-family: 'newSimplerProAlteRegular';
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 28px;
}
.employeenew_banner_right img {
    height: 500px;
    object-fit: cover;
    margin-bottom: -100px;
}
.employeenew_banner.employeenew_banner_improved .employeenew_banner_right img{
    height: 500px;
    object-fit: contain;
    margin:0;
    width: auto;
    box-shadow: 0 5px 8px 5px #00000059;
    border-radius: 25px;
}
.new-page-youtube-video-sec .my_cimg{
    margin: 50px auto;
}
.employees-save-money-banner.employeenew_banner {
    background: unset;
    text-align: center;
}
.employees-save-money-banner.employeenew_banner p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}
.employees-save-money-video-section{
    margin:100px auto;
    text-align: center;
}
.employees-save-money-min-heading{
    font-size: 45px;
    line-height: 53px;
    color: #000000;
    letter-spacing: 0.67px;
    margin-bottom: 50px;
}
.employees-save-money-video-section iframe {
    width: 90%;
    margin-bottom: 50px;
}
.employees-save-money-logo-section {
    text-align: center;
    margin-bottom: 100px;
}
.employees-save-money-logo-section .row.logos-row {
    display: grid;
    grid-template-columns: repeat(5, 5fr);
}
.employees-save-money-logo-section .row.logos-row .logos-columns-wrapper {
    height: 100px;
}
.employees-save-money-logo-section .row.logos-row .logos-columns-image {
    width: 200px;
}
.employees-save-money-cta-section {
    margin-bottom: 100px;
    text-align: center;
}
.employees-save-money-cta-section .cta-row {
    background: #b2c9fe;
    padding: 50px 0;
    border-radius: 75px;
}
.employees-save-money-cta-section .cta-row .employees-save-cta {
    font-size: 36px;
    background: yellow;
    padding: 10px 15px;
    border-radius: 20px;
}
.employees-save-money-brand-section {
    text-align: center;
    padding-top: 50px;
}
.employees-save-money-brand-section .brand-logo-container {
    height: 80px;
}
.employees-save-money-brand-section .brand-logo-container .brand-logo-img {
    width: 50px;
    /*border-radius: 50%;*/
    height: 80px;
    object-fit: contain;
}
.employees-save-money-brand-section .brand-heading-container {
    max-width: 250px;
    margin: 0 auto;
}
.employees-save-money-brand-section .brand-content-container {
    max-width: 350px;
    margin: 0 auto;
}
/*.employees-save-money-brand-section .brand-column {
    margin-bottom: 50px;
}*/
.employees-save-money-employees-section{
    margin-bottom: 100px;
    text-align: center;
}
.employees-save-money-employees-section .employees-logo-container {
    height: 80px;
}
.employees-save-money-employees-section .employees-logo-container .employees-logo-img {
    width: 50px;
    /*border-radius: 50%;*/
    height: 80px;
    object-fit: contain;
}
.page_3131 .navbar-nav.ml-auto {
    visibility: hidden;
}
.page_3131 .footer-insurance-listing{
    display: none;
}
.employees-save-money-cta-section .employees-save-money-form.request-form {
    margin-top: 50px;
}
.employees-save-money-cta-section .employees-save-money-form.request-form input{
    width: 90%;
    max-width: 500px;
}
.employees-save-money-cta-section .employees-save-money-form.request-form input.wpcf7-submit{
    display: block;
    margin: 0 auto;
}
.page_3131 .navigation-wrap{
    z-index: 999 !important;
}
.page_3131 .employees-save-money-logo-section{
    display: none !important;
}
.page_3131 .employees-save-money-brand-section .employees-save-money-min-heading{
    margin-top: 50px;
}
.page_3131 .em_speed_process.desktop {
    display: none;
}
.request_banner.dyna-first-sec{
    display: none !important;
}
.page_3131 .request_desc ul li{
    background-position: right top !important;
    line-height: 36px !important;
}
.new-landing-bottom-button-points-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.new-landing-bottom-button-points-wrapper .new-landing-bottom-button-points {
    margin: 0 10px;
    font-family: 'newSimplerProAlteBold';
    color: #848484;
}
.page_2164 .btn-blocklist .btn-employee.btn-scroll{
    width: 160px;
    height: 36px;
    line-height: 36px !important;
}
.cover-business-mobile-banner-images {
    display: none;
}
.page_2164 .employeenew_banner.employeenew_banner_improved .col-md-3.mobile-banner-image.cover-business-desktop-banner-images {
    display: none;
}
.page_2164 .employeenew_banner.employeenew_banner_improved .col-md-3.mobile-banner-background.cover-business-desktop-banner-images{
    display: none;
}
.page_2164 .employeenew_banner.employeenew_banner_improved .col-md-6.col-sm-12.mobile-banner-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100%;
}
.page_2164 .employeenew_banner.employeenew_banner_improved .heathcareb-text{
    padding-bottom: 50px;
}
.page_2164 .employeenew_banner.employeenew_banner_improved .btn-employee.btn-scroll:hover {
    color: #fff;
}
.page_2164 .employeenew_banner_improved.employeenew_banner h1{
    text-align: center;
}
.page_2164 .employeenew_banner_improved.employeenew_banner p{
    text-align: center;
}
.page_2164 .employeenew_banner_improved.employeenew_banner .btn-banner{
    text-align: center;
    margin-top: 20px;
}
.page_2164 .employeenew_banner_improved.employeenew_banner .new-landing-bottom-button-points-wrapper{
    justify-content: center;
}
.employeenew_banner_improved .heathcareb-main-heading {
    margin-bottom: 15px;
}
.employeenew_banner_improved .heathcareb-sub-heading{
     font-family: 'newSimplerProAlteRegular';
    margin-bottom: 15px;
}
.employeenew_banner_improved .improved-content ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    letter-spacing: .25px;
    font-family: 'newSimplerProAlteRegular';
    text-align: right;
}
.em_get_cover .btn-employee.btn-scroll-improved.improved-btn-content{
    font-size: 18px !important;
}
.btn-employee.btn-scroll-improved:hover{
    color: #fff !important;
}
.em_get_cover .btn-employee.btn-scroll-improved.improved-btn-content:hover{
    color: #fff !important;
}
.btn-employee.btn-scroll-improved.improved-testimonial-btn-content {
    width: auto;
    font-size: 18px;
    padding: 0 15px !important;
    margin-top: 40px;
}
.employeenew_banner.cover-startup-banner .heathcareb-text{
    max-width: 800px;
    padding: 0;
}
.employeenew_banner.cover-startup-banner .heathcareb_subcont ul{
    padding: 0;
}
.employeenew_banner.cover-startup-banner .heathcareb_subcont ul li{
    text-align: center !important;
    list-style: none;
}
.employeenew_banner.cover-startup-banner .heathcareb_subcont ul li::before{
    content: "\f00c" !important;
    font-family: Font Awesome\ 5 Free !important;
    font-weight: 700 !important;
    margin-left: 10px;
}
.cover-startup-calendly {
    padding: 50px 0;
}
.cover-startup-calendly .cover-startup-calendly-heading-wrapper{
    text-align: center;
}
.cover-startup-calendly .cover-startup-calendly-heading-wrapper h2{
    margin-bottom: 30px;
}
.cover-startup-calendly .cover-startup-calendly-image-wrapper{
    text-align: center;
}
.em_get_cover.cover-startup{
    padding: 0 0 50px 0;
}
.cover-startup-calendly .cover-startup-calendly-image-wrapper img {
    height: 350px;
    width: auto;
    object-fit: contain;
    box-shadow: 0 2px 4px 0 #0000001a;
}
.cover-startup.suggestions__section .row.em_benefits_section{
    justify-content: center;
    margin-top: 50px;
}
.cover-startup.suggestions__section{
    padding: 50px 0;
}
.suggestions__section.em_suggestions__section.cover-startup-cta {
    display: none;
}
.request_banner#bottom-request-form ul li:nth-child(3),.request_banner#bottom-request-form ul li:nth-child(4){
    display: none;
}
.employeenew_banner.employeenew_banner_improved.cover-startup-banner {
    height: 60vh;
    display: flex;
    justify-content: center;
}
.wpcf7-form br{
    display: none;
}
@media (max-width: 1600px){
    .employeenew_banner_right img {
        height: 400px;
        object-fit: cover;
        margin-bottom: -100px;
    }
}
@media only screen and (max-width: 1400px) {
    .employeenew_banner_right img {
        height: 363px;
        object-fit: cover;
        margin-bottom: -100px;
    }
    .employeenew_banner .heathcareb-text{max-width: 510px; }
    .em_testimonial .container { max-width: 1140px;}

}
@media(min-width: 1350px){
    .new-page-youtube-video-sec .my_cimg{
        margin: -60px auto 50px auto;
        padding: 0 20px;
    }
    .page_3131 .heathcareb-text{
        padding-bottom: 300px;
    }
    .page_3131 .new-page-youtube-video-sec .employees-save-money-min-heading{
        margin-top: -250px;
        display: block;
        margin-bottom: 150px;
        max-width: 45%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    /*.em_future__section.bottom-youtube-section{
        margin-top: -100px !important;
    }*/
}
@media(max-width: 1349px){
    .page_3131 .new-page-youtube-video-sec .employees-save-money-min-heading{
        text-align: center;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .em_future__section {
        padding: 120px 0;
    }
    .em_speed_process {
        padding: 180px 0;
    }
    .em_get_cover {
        padding: 100px 0;
    }
    .employeenew_banner_right img {
        position: relative;
        right: -60px;
    }
    .employeenew_banner.employeenew_banner_improved .employeenew_banner_right img {
        right: unset;
    }
    .employeenew_banner.employeenew_banner_improved .heathcareb-text{
        padding-bottom: 0;
    }
    .em_testimonial .container {
        max-width: 940px;
    }
    .em_testimonial_left img {
        width: 250px !important;
        height: 280px;
    }
    .em_testimonial__section {
        padding: 0 0px 80px 0px;
    }

    .em_speed_process.mobile{
        display: none;
    }
    .employeenew_banner.employeenew_banner_improved .employeenew_banner_right img,.employeenew_banner.employeenew_banner_improved .employeenew_banner_left img{
        height: 350px;
        border-radius: 15px;
    }
}
@media(max-width: 1030px){
    .cover-startup-calendly .calendly-inline-widget{
        height: 810px !important;
    }
}
@media(max-width: 991px){
    .page_3131 .navbar-toggler {
        display: none;
    }
    .employees-save-money-logo-section .row.logos-row {
        grid-template-columns: repeat(3, 3fr);
    }
    .navbar{
        direction: rtl;
    }

    .employer_box{
        min-width: 100%;
        font-size: 24px;
    }
    .employer_box.improved-content-employer-box{
        min-width: 100%;
    }
    .page_2164 .navbar-toggler,.page_2187 .navbar-toggler {
        display: none !important;
    }
    .header_btn_mobile{
        margin-left: 0;
        left: 0 !important;
    }
    .logo-slider .item img {
	    width: 100px;
	}

    .request-form .rquest_form_desc{
        padding: 60px 16px 16px 16px;
    }
}
@media(max-width: 930px){
    .employeenew_banner_improved .heathcareb-sub-heading{
        font-size: 28px;
    }
}
@media(min-width: 768px){
    .page_3131 .request_banner{
        margin-top: 120px !important;
    }
}
@media(max-width: 767px){
    .employees-save-money-video-section iframe {
        height: 230px;
    }
    .page_3131 .footer-help-listing {
        padding-right: 15px !important;
        padding-bottom: 30px;
    }
    .employees-save-money-logo-section .row.logos-row .logos-columns-image {
        width: 150px;
    }
    .employees-save-money-min-heading {
        margin-bottom: 50px;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0.37px;
        line-height: 31px;
        text-align: center;
        padding: 0 10px;
    }
    .employees-save-money-cta-section .cta-row .employees-save-cta{
        font-size: 24px;
    }
    .new-page-youtube-video-sec .my_cimg {
        margin: 50px auto;
        padding: 0 20px;
    }
    /*.mobile-logo-slider .item .logo-wrap{
      transition: transform 0.3s ease, opacity 0.3s ease;
      opacity: 0;
      transform: translateY(16px);
    }
    .mobile-logo-slider .owl-item.active .item .logo-wrap{
      opacity: 1;
      transform: translateY(0);
    }
    .mobile-logo-slider .owl-item .item .logo-wrap:nth-child(1){
        transition-delay: .5s;
    }
    .mobile-logo-slider .owl-item .item .logo-wrap:nth-child(2) {
        transition-delay: .10s;
    }*/
    .mobile-logo-slider .owl-item .item {
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
	.sugg_btn{
		margin-top: 20px;
	}
	.employer_box{
		min-height: 70px;
		border-radius: 11.52px 11.52px 0 0;
	}
	.mobile-banner-image{
		margin-top: -30px;
	}
	.heathcareb-text h1{
		margin-top: 40px;
	}
    .btn-blocklist .btn-employee.btn-scroll{
        padding:0 !important;
    }
    .employeenew_banner .mobile-banner-content .heathcareb-text{
        padding: 0 30px;
    }
    .employeenew_banner.employeenew_banner_improved .mobile-banner-content .heathcareb-text{
        padding: 0 !important;
        max-width: 100% !important;
    }
	.employeenew_banner_right img{
	    height: auto;
	    object-fit: cover;
	    margin-bottom: -70px;
	    right: -130px !important;
	}
	.logo-slider .item img {
	    width: auto;
	}
	.em_two_coloum.tab-content{
	    position: relative;
	    visibility: visible;
	    pointer-events: auto;
	    opacity: 1;
	}
	.em_two_coloum.tab-content .em_two_left, .em_two_coloum.tab-content .em_two_right{
		opacity: 1;
	}
    .employeenew_banner h1 {
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 0.37px;
        line-height: 31px;
        text-align: center;
        padding: 0 10px;
    }
    .employeenew_banner_improved.employeenew_banner h1{
        line-height: 28px;
    }
    .heathcareb_subcont p{
        font-size: 17px;
        letter-spacing: 0.25px;
        line-height: 23px;
        text-align: center;
        padding: 0 10px;
    }
    .mobile-banner-image {
      order: 2;
    }
    .mobile-banner-content{
        order: 1
    }
    .mobile-banner-background{
        display: none;
    }
    /*.employeenew_banner.employeenew_banner_improved .mobile-banner-background{
        order: 1 !important;
    }
    .employeenew_banner.employeenew_banner_improved .mobile-banner-image{
        order: 2 !important;
    }*/
    .employeenew_banner.employeenew_banner_improved .mobile-banner-content{
        order: 1 !important;
    }
    .employeenew_banner .heathcareb-text {
        padding-bottom: 0px;
    }
    .employeenew_banner{
        padding-bottom: 0 !important;
    }
    .logo-slider .item{
        width: 50%;
    }
    .logo-slider .item img{
        height: 20px;
    }
    .employer_box{
    	min-width: 100%;
    	font-size: 22px;
	  	font-weight: 900;
	  	letter-spacing: 0.33px;
	  	line-height: 21.61px;
	  	text-align: center;
        position: static;
        top: 0;
    }
    .em_benefits_detail{
    	background-size: 30px;
    	padding-right: 50px;
    }
    .em_benefits_detail h5,.em_benefits_detail p{
    	font-size: 15px;
  		letter-spacing: 0.22px;
  		line-height: 20px;
  		text-align: right;
    }
    .btn-employee{
    	font-size: 17px;
  		letter-spacing: 0.25px;
  		text-align: center;
  		width: 150px;
    }
    .em_benefits_section .btn-banner{
    	margin-top: 30px;
        padding-bottom: 30px;
    }
    .em_benefits_section .col-md-6 .em_benefits_desc{
    	margin-right: 0;
    }
    .em_benefits_desc{
    	padding: 0;
        height: auto;
    }

    .employeenew_banner_right img{
        width: 100%;
        right: 0;
    }

    .em_benefits_list{
        padding: 0 30px;
    }

    .em_benefits_section{
        margin-top: 40px;
    }

    .em_benefits_section .col-md-6:first-child .em_benefits_desc{
        margin-left: 0;
    }

    .em_future__section p{
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .mobile-logo-slider{
        display: flex !important    ;
        flex-wrap: wrap;
    }

    .em_benefits_detail p {
        line-height: 20px !important;
    }

    .logo-slider.logo-slider-animation{
        display: none;
    }
    .mobile-logo-slider .item img{
        height: 70px;
        object-fit: contain;
        width: 130px !important;
    }

    .em_future__section{
        padding: 50px 0;
    }

    .em_benefits_section .col-md-6 .em_benefits_desc{
        margin-bottom: 40px;
    }

    .em_speed_process .em_speed_box .number {
        font-size: 31px !important;
        line-height: 28px;
        margin-bottom: 0;
    }

     .em_speed_process .em_speed_box p{
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0.47px;
    }

    .em_speed_box{
        margin-bottom:36px;
    }

    .em_speed_process{
        padding: 80px 0 50px;
    }

    .em_get_cover{
        padding: 55px 0;
    }

    .em_speed_process.desktop{
        display: none;
    }

    .em_speed_process.mobile{
        display: block;
    }
    .page_3131 .em_speed_process.mobile{
        display: none;
    }
    .em_speed_box:before{
        height: 100%;
    }

     .em_speed_process.mobile .line-border {
        border-bottom: 1px solid #fff;
        height: auto;
        width: 100%;
        display: inline-block;
        margin: 0 15px 30px;
    }

    .em_get_main p{
        text-align: center;
    }

    h2{
        font-size: 22px;
         line-height: 28px;
    }

    .em_get_main p{
        font-size: 15px;
        line-height: 23px;
    }

    .em_get_main h2{
        margin-bottom: 16px;

    }

    .em_get_main ul, .em_arrow_icon{
        display: none;
    }

    .em_two_coloum.tab-content{
        display: block;
    }

    .em_two_left{
        text-align: center;
        padding-top: 35px;
    }

     .em_two_left p{
        text-align: center;
        font-size: 15px;
        line-height: 23px;
     }

    .em_two_left .mobile_image{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .em_two_right{
        display: none;
    }

    .em_testimonial__section{
        padding: 20px 20px 103px
    }

    .em_testimonial_main{
        padding: 20px;
    }

    .em_testimonial_top{
        margin-bottom: 30px;
    }

    .em_testimonial_main .review_block{
        flex-direction: column;
    }

    .em_testimonial_left{
        order: 1;
        margin-top: 0px;
        width: 100%;
    }

    .em_testimonial_main .owl-nav{
        position: static;
        transform: none;
        display: flex !important;
        justify-content: center;
        margin-top: 0px !important;
    }

    .em_testimonial_right{
        padding-right: 0;
        width: 100%;
    }

    .em_testimonial_main .owl-nav .owl-prev, .em_testimonial_main .owl-nav .owl-next{
        position: static;
    }

    .em_testimonial_main .owl-nav .owl-next{
        margin-right: 10px;
    }

    .em_testimonial_left img{
        width: 238px !important;
        height: 186px;
    }

    .em_testimonial_left .micro-small{
        left: 117px;
        width: 83px !important;
        height: 29px;
        bottom: -1px;
    }

    .em_suggestions__section{
        padding: 75px 0;
    }

    .btn-employee{
        height: 48px;
        line-height: 16px !important;
        width: 100% !important;
        -webkit-text-size-adjust: 100%;
        font-size: 16px !important;
        white-space: nowrap !important;
        font-size: 16px !important;
    }
    .request-form .rquest_form_desc{
        min-height: auto;
        z-index: 99;
        margin-top: 0;
    }

    .request_desc{
        padding: 50px 0;
    }

    .page_2187 .navigation-wrap{
        height: 70px;
    }

    .request_banner{
        padding-bottom: 50px;
    }
    .employeenew_banner.employeenew_banner_improved .mobile-banner-background{
        display: block;
    }
    .employeenew_banner.employeenew_banner_improved .employeenew_banner_left img{
        height: 300px;
        object-fit: contain;
    }
    .employeenew_banner.employeenew_banner_improved .employeenew_banner_right img{
        height: 300px;
        object-fit: contain;
        right: unset !important;
    }
    .employeenew_banner.employeenew_banner_improved{
        padding: 50px 0 !important;
    }
    .employeenew_banner.employeenew_banner_improved .mobile-banner-image{
        margin-top: 50px;
    }
    .new-landing-bottom-button-points-wrapper{
        flex-wrap: wrap;
    }
    .employeenew_banner.employeenew_banner_improved .employeenew_banner_right img,.employeenew_banner.employeenew_banner_improved .employeenew_banner_left img{
        width: auto;
        border-radius: 10px;
    }
    .cover-business-desktop-banner-images {
        display: none !important;
    }
    .cover-business-mobile-banner-images{
        order: 2 !important;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        margin-top: 50px;
    }
    .cover-business-mobile-banner-images .mobile-banner-image {
        box-shadow: none;
        height: auto;
        margin-top: 0 !important;
        text-align: center;
    }
    .cover-business-mobile-banner-images .mobile-banner-background {
        box-shadow: none;
        height: auto;
        margin-top: 0 !important;
        text-align: center;
    }
    .page_2164 .new-page-youtube-video-sec .my_cimg img{
        width: 100% !important;
    }
    .page_2164 .employeenew_banner.employeenew_banner_improved .cover-business-mobile-banner-images{
        display: none;
    }
    .employeenew_banner_improved .heathcareb-sub-heading{
        font-size: 22px;
    }
    .em_get_cover .btn-employee.btn-scroll-improved.improved-btn-content{
        padding: 0 15px !important;
        width: auto !important;
    }
    .cover-startup-banner.employeenew_banner_improved.employeenew_banner h1{
        font-size: 32px;
        line-height: 40px;
    }
    .em_get_cover.cover-startup h2{
        font-size: 32px;
        line-height: 40px;
    }
    .em_get_cover.cover-startup .tab-content .em_two_left{
        padding-top: 10px;
    }
    .em_get_cover.cover-startup .tab-content .em_two_left h2{
        font-size: 26px;
    }
    .em_get_cover.cover-startup #tab2 .col-lg-6 {
        margin-top: 30px;
    }
    .em_get_cover.cover-startup .em_two_coloum.tab-content .em_two_left,.em_get_cover.cover-startup .em_two_coloum.tab-content .em_two_right{
        box-shadow: 0 2px 24px 6px rgba(197,197,197,.5);
        border-radius: 15px;
        padding: 20px !important;
    }
    .employeenew_banner.employeenew_banner_improved.cover-startup-banner {
        height: auto;
    }
}
@media(max-width: 560px){
	.partner_section.emeployee_parter{
		padding: 30px 0;
	}
    .new-page-youtube-video-sec .my_cimg{
        margin:0;
        padding: 0;
    }
    .new-page-youtube-video-sec {
        margin-top: -10px;
    }
    .employeenew_banner {
        padding-bottom: 60px !important;
    }
    .employees-save-money-logo-section .row.logos-row .logos-columns-image{
        width: 100px;
    }
    .employees-save-money-logo-section .row.logos-row .logos-columns-wrapper {
        height: 50px;
    }
    .employees-save-money-banner.employeenew_banner{
        padding-bottom: 0px !important;
    }
    .employees-save-money-video-section {
        margin: 100px auto 50px auto;
        text-align: center;
    }
    body .header_btn_mobile .btn-dark{
        font-size: 12px !important;
        line-height: 12px !important;
        white-space: nowrap !important;
        -webkit-text-size-adjust: 100%;
    }
}
@media(max-width: 375px){
    .page_3131 p{
        text-align: center;
    }
}
