* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font: normal 400 16px / 1.6em 'Manrope', sans-serif;
    word-spacing: normal;
    color: #8b8d94;
}


/*Global Styles*/

/* Scroll bar stylings */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
/*    background: rgba(10, 113, 163, 0.5);*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(10, 113, 163, 0.8);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0a71a3;
}

/*ASM Button*/
.asm-btn-outline{
    color: #0a71a3;
    border: 1px solid #0a71a3;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
}

.asm-btn-outline:hover{
    color: white;
    background: #0a71a3;
    border: 1px solid #0a71a3;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px;
}

nav.fixed-top .dropdown-menu{
    border-radius: 0;
    border: none;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    padding: 5px;
}

nav.fixed-top .dropdown-menu li:hover a{
    background: rgba(10, 113, 163, 0.26) !important;
    color: #0a71a3;
}

.asm-btn {
    background: #991616;
    padding: 8px 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .asm-btn {

    padding: 7px 40px;

}

.asm-btn:hover{
    background: #0a71a3;
}

.asm-btn img {
    position: static !important;
    margin-right: 10px;
}

.asm-btn span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}


form .asm-btn:focus,form .asm-btn:focus-visible {
    background: #991616 !important;
    outline: #ffffff solid 2px;
} 



.asm-btn2 {
    background: transparent;
    padding: 8px 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asm-btn2:hover{
    background: #0a71a3;
}

.asm-btn2 img {
    position: static !important;
    margin-right: 10px;
}

.asm-btn2 span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

/* navbar */
nav.navbar {
    padding-top: 0;
    padding-bottom: 15px;
}

nav.navbar .navbar-brand img {
    width: 300px;
    aspect-ratio: auto 300/77;
}

.nav-item .nav-link {
    font-family: 'Manrope', sans-serif;
    margin: 18px 10px 5px 10px;
    padding: 4px 4px 4px 4px;
    color: #464646;
    font-size: 16px;
    font-weight: 700;
}

.nav-item .nav-link {
    position: relative;
}

.nav-item .nav-link::before {
    content: "";
    width: 80%;
    height: 100%;
    border-bottom: 2px solid #0693e3;
    position: absolute;
    top: 0;
    left: 8px;
    transform: scaleX(0);
    transition: all ease-in-out 0.4s;
}

.nav-item .nav-link:hover {
    color: #0693e3;
}

.nav-item .nav-link:hover::before {
    transform: scaleX(1);
    transition: all ease-in-out 0.4s;
}

.nav-item .nav-link.active {
    color: #0693e3 !important;
}

.nav-item .nav-link.active::before {
    transform: scaleX(1);
    transition: all ease-in-out 0.4s;
}


nav.navbar .quote-btn {
    background: #991616;
    padding: 8px 40px;
    border-radius: 3px;
}

nav.navbar .quote-btn:hover{
    background: #0a71a3;
}

nav.navbar .quote-btn span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

/*.contact-modal {*/
/*    transform: translate(-20%, 50px);*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.contact-modal .modal-content {
    width: 100%;
    padding: 30px;
    background: #278BBC;
}

.contact-modal .modal-dialog{
    max-width: 80vw;
    transform: translate(0%, 40%) !important;
}

.modal-backdrop.show{
    z-index: 1000 !important;
}

.contact-modal .btn-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
    text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
    background-color: rgba( 0, 0, 0, 1.00 );
    cursor: pointer;
}

/* footer */
footer {
    padding-top: 10px !important;
    background: #0a71a3 none repeat center top;
}

footer img.footer-logo {
    width: 250px;
    max-width: 100%;
    margin-bottom: 50px;
}

footer .footer-link {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}

footer .text-white.footer-link:hover {
    color: #700D0D !important;
    transition: all ease-in-out 0.3s;
}

footer .text-white.footer-link:hover:before{
    content: "»";
    margin-right: 5px;
}

footer .footer-link i {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    width: 16px;
    height: 16px;
}

footer p {
    margin-bottom: 0;
}

footer .footer-heading {
    font-weight: 900;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 20px;
}

footer .social-link i {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;

}

footer .social-link:hover i {
    font-size: 20px;
    color: #278BBC;
    text-decoration: none;

}

footer .social-link {
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 5px;
}

footer .social-link:hover {
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: #ffffff;
}



footer .asm-btn {
    margin-top: 60px;
}

footer small {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
}


.hero-swiper {
    width: 100%;
    height: 710px;
}



.hero-slider{
    position: relative;
    margin-top: 90px;
}

.hero-slider .content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(10%, -50%);
    z-index: 2;
}

.hero-slide {
    position: relative;
    /*padding: 180px 0;*/
}

.hero-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  	/*new*/
  	aspect-ratio: 1905/699;
  object-fit: cover;
  object-position: right;
}

.hero-slider h1 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: 700px;
    text-align: left;
    line-height: 69px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 59px;
    /*transform-origin: 50% 50%;*/
    /*opacity: 0;*/
    /*transform: translate(0px, 0px);*/
}

.hero-slider h4 {
    position: relative;
    z-index: 100;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 32px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 22px;
    margin: 30px 0 80px 0;
}

.hero-slider a {
    position: relative;
    z-index: 100;
    display: inline !important;
    text-decoration: none;
    margin-right: 20px;
    border: 2px solid white;
    cursor: pointer;
}

.hero-wrapper {
    transform: translateX(0) !important;
}

/*service slider*/
.service-box-wrapper {
    
    position: relative;
   
}

#home-service-box{
    margin: -80px auto;
}

.swiper2 {
    padding-bottom: 18px;
}

.swiper2 .service-box {
    background: #fff;
    border-top: solid 4px #278bbc;
    border-radius: 4px;
    /* box-shadow: 0px 2px 8px 3px #8a8a8a0d; */
    box-shadow: 1px 6px 10px 4px #0000001c;
    padding: 20px 0px 20px 0px;
    margin: 0px 10px 0px 0px;
/*    transition: all ease 0.2s;*/
}

.swiper2 .service-box img {
    height: 60px;
}

.swiper2 .service-box h3 {
    font-size: 20px !important;
    padding-bottom: 0px;
    height: 67px;
    font-weight: 900 !important;
    padding-top: 25px;
    line-height: 26px !important;
    color: #000;
}

.swiper2 .service-box p {
    padding: 10px 10px;
    line-height: 26px !important;
    color: #000;
    font-weight: 500;
    font-size: 15px !important;
    font-family: 'Manrope';
    text-align: center;
}

.swiper2 .service-box a {
    color: #125474;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #125474;
    padding: 6px 15px;
    border-radius: 3px;
/*    transition: all ease 0.2s;*/

}

.swiper2 .service-box:hover{
    background: #278bbc;
/*    transition: all ease 0.2s;*/
}

.swiper2 .service-box:hover *{
    background: #278bbc;
    color: #FFF;
/*    transition: all ease 0.2s;*/
}

.swiper2 .service-box a:hover{
/*    background: #0a71a3;*/
/*    transition: all ease 0.2s;*/
}

.service-next {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    font-size: 32px;
    width: 40px;
    height: 40px;
    opacity: 50%;
}

.service-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    font-size: 32px;
    width: 40px;
    height: 40px;
    opacity: 50%;
}

.service-pagination {
    text-align: center;
}

.service-pagination .swiper-pagination-bullet-active {
    background: #991616;
    width: 20px;
    border-radius: 5px;
}

/*insurance coverage section*/

.insurance-coverage-section {
    position: relative;
    padding: 100px 0;
}

.insurance-coverage-section .main-content {
    position: relative;
    z-index: 5;
}


.insurance-coverage-section .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    /* The image used */
    background-image: url("../images/wave-img.png");

    /* Set a specific height */
    min-height: 700px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media only screen and (max-width: 600px){
    .insurance-coverage-section .parallax-bg {
        min-height: 390px !important;
        background-size: 110% !important;
    }
}
.parallax-bg-disability {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    /* The image used */
    background-image: url("../images/insurance/asm-financial-disability-insurance-header-3.jpg");

    /* Set a specific height */
/*    min-height: 700px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}



.parallax-bg-travel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    /* The image used */
    background-image: url("../images/insurance/asm-financial-insurance-coverage-20.jpg");

    /* Set a specific height */
/*    min-height: 700px;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

}



.insurance-coverage-section h4 {
    font-size: 22px;
    line-height: 26px;
    color: #7d7d7d;
    margin-top: 10px;
    margin-bottom: 25px;
}

.insurance-coverage-section h2, .insurance-coverage-section span {
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 35px;
    font-weight: 800;
    max-width: 500px;
}

.insurance-coverage-section h2 span {
    color: #0a53be !important;
}

.insurance-coverage-section p {
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    max-width: 450px;
    margin-bottom: 15px;
}

.insurance-coverage-section .link-btn {
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #0a53be;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    color: #125474;
    font-size: 14px;
    border-radius: 3px;
    background: #FFF;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "●";
    font-size: 24px;
    color: #a60e13;
}

/*mandate section*/

.mandate-section {
    background: url("../images/background-familyimge783.jpg");
    padding: 8px 0; 
}

.mandate-section h2 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
}

.mandate-section .checklist {
    list-style-type: none;
}

.mandate-section .checklist li:before {
    content: "";
    background-image: url('../images/check-bullets.png');
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 35px;
    margin-top: 5px;
    background-repeat: no-repeat;
}

.mandate-section .checklist li {
    display: flex;
}

.mandate-section .checklist li h3 {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
}

.mandate-section .checklist li p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.mandate-section a {
    background: white;
    color: #0a71a3 !important;
    border: 1px solid #0a53be;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px;
}

.mandate-section a i {
    color: #0a53be;
    margin-right: 5px;
}

/*asm works section*/

.asm-works {
    padding: 70px 0;
}

.asm-works .container {
    position: relative;
    z-index: 6;
}

.asm-works .container:after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 5;
    border-top: 2px dashed #aab1b9;
}

.asm-works .workbox {
    background: #fff;
    margin: 60px 3%;
    width: 27%;
    border-radius: 5px;
    padding: 50px 30px;
    box-shadow: 0px 2px 15px 8px #8a8a8a1a;
    position: relative;
    z-index: 10;
}

.asm-works h2 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.asm-works h2 span {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #007bb5;
    font-size: 32px;
}

.asm-works .workbox h1 {
    background: #278bbc;
    color: #fff;
    width: 57px;
    height: 58px;
    border-radius: 5px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    font-style: normal;
    line-height: 60px;
    margin: 0px auto;
    display: block;
}

.asm-works .workbox h3 {
    font-weight: bold;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.asm-works .workbox p {
    font-weight: normal;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

/*resource section*/
.resource-section .news-box {
    opacity: 1;
    visibility: inherit;
    transform: translate3d(0px, 0px, 0.01px);
    height: auto;
    width: 380px;
    display: block;
    transform-origin: 50% 50%;
    top: 0px;
    left: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 8px #8a8a8a1a !important;
    padding: 0 0 20px 0 !important;
}

.resource-section h2 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    font-style: italic;
}

.resource-section .news-box img {
    width: 100% !important;
}

.resource-section .news-box h3 {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #000000 !important;
    font-weight: 800 !important;
    padding: 0px 0px 0px 0px !important;
    font-family: Manrope !important;
    text-transform: uppercase !important;
    margin: 20px 0 0 20px;
}

.resource-section .read-more-btn {
    color: #0a53be;
    text-decoration: none;
    padding: 10px 25px;
    border: 2px solid #0a71a3;
    border-radius: 3px;
    display: inline-block;

}

.resource-section .news-box .read-more-btn {
    margin: 50px 0 0 20px;
}

.resource-section {
    padding-bottom: 60px;
}

.resource-section .view-resource{
    text-decoration: none;
    border: 1px solid #0a71a3;
    color: #0a71a3;
    padding: 10px 20px;
}

.resource-section .view-resource:hover{
    background: #0a71a3;
    color: #FFF;
}


/*client section*/
.client-section {
    padding: 60px 0;
}

.client-section h2 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-weight: 800;
}

.client-section .client-slide {
    border-radius: 5px;
    border: 1px solid rgb(226, 226, 226);
    padding: 20px;
    height: 105px;
    width: 172px;
}

.client-section .client-slide img {
    width: 100%;
    height: 100%;
}

.client-section .container {
    position: relative;
}

.client-section .client-next {
    position: absolute;
    right: -20px;
    top: 60%;
    font-size: 20px;
}

.client-section .client-prev {
    position: absolute;
    left: -20px;
    top: 60%;
    font-size: 20px;
}

/*contact us form*/
.contact-form-section {
    background: #278BBC;
    padding: 40px 0;
}

.contact-form-section h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 800;
    color: #FFF;
    max-width: 350px;
}

.contact-form-section label {
    color: #fff;
    font-weight: 400 !important;
    font-size: 16px !important;
}


/*contact us page contact us section*/
.contact-us-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}

/*question section*/

.question-section {
    background: white;
    padding: 60px 0;
}

.question-section h2 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    max-width: 500px;
}

.question-section p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 20px 0 30px 0;
}

.question-section h4 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.question-section h5 {
    color: #333;
}

.question-section a {
    color: #0a71a3;
    margin-bottom: 20px;
    display: inline-block;
}

.question-section table {
    margin-top: 10px;
}

.question-section table tr {
    border-top: 1px solid #b5bbbe;
    border-bottom: 1px solid #b5bbbe;
}

.question-section table th {
    padding: 5px 80px 5px 5px;
    font-size: 16px;
    font-weight: bold;
}

.question-section table td {
    padding-right: 80px;
}

.question-section .contact-us-img {
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.resource-page-section {
    background: white;
    padding: 40px 0;
}


/*about us page contact us section*/
.about-us-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}

.about-us-section .parallax-bg {
    background: url("../images/asm-financial-about-us-header-45.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-section .breadcrumb li {
    color: white;
}

.about-us-section .breadcrumb li a {
    color: white;
}

.about-us-vision .parallax-bg {
    background-color: #FFF;
}

.about-us-vision .main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-vision .main-content p {
    text-align: center;
    max-width: 750px;
    font-size: 18px;
}


.community-section{
    background: #FAFAFB;
    padding-top: 60px;
}

.community-section p {
    font-size: 17px !important;
}

section.hospital-text p{
    font-weight: normal;
    color: #0a0a0a;
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 26px;
}

section.hospital-text .cover-img{
    width: 100%;
}

section.hospital-text .wrapper{
    max-width: 650px;
}

section.hospital-text .wrapper img{
    margin-bottom: 40px;
}

.nav-pills .nav-link.active:before{
    display: none;
}

.nav-pills .nav-link:hover:before{
    display: none;
}

.nav-pills .nav-link:hover{
    color: #c21a2a !important;
    background: white !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
    padding: 5px 10px;
}

.nav-pills .nav-link.active{
    color: #c21a2a !important;
    background: white !important;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
    padding: 5px 10px;
}

.blog-details{
    background: white;
}

.blog-details .blog-img img{
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    margin-bottom: 40px;
}

.blog-details .blog-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.blog-details .blog-desc{
    font-size: 18px;
    margin-bottom: 60px;
}

.blog-details h6{
    font-weight: lighter;
    color: #000;
    margin: 40px 0 100px 0;
}

.blog-details h6 span{
    color: #0a71a3;
    background: rgba(10, 113, 163, 0.43);
    padding: 1px 30px;
    border-radius: 3px;
    border: 1px solid rgba(10, 113, 163, 0.6);
}

.disability-section .parallax-bg {
    background: url("../images/asm-financial-disability-insurance-header-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.disability-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.disability-section .breadcrumb li {
    color: white;
}

.disability-section .breadcrumb li a {
    color: white;
}

.disability-vision{
    background: white;
}

.what-is-disability-insurance .wrapper{
    background: #EFECEB;
    padding: 90px;
}

.what-is-disability-insurance .wrapper h2{
    color: black;
    font-size: 36px;
    font-weight: 800;
}

.what-is-disability-insurance .wrapper p{
    font-weight: normal;
    color: #000000;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 26px;
}

.what-is-disability-insurance .wrapper a{
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.benefit-section h1{
    text-align: center;
    font-size: 40px;
    color: black;
    font-weight: 800;
    max-width: 700px;
    margin: 80px auto;
}

.feature-section{
    background: none;
}

.feature-section .checklist li{
    border-bottom: 1px solid #d3d3dc;
    margin-bottom: 10px;
}

.feature-section .checklist li:last-child{
    border-bottom: none;
}

.feature-section .checklist li:before{
    background-image: none;
    content: ">";
    color: white;
    background-color: #0a71a3;
    height: 15px;
    max-width: 15px;
    aspect-ratio: 1/1 !important;
    border-radius: 50%;
}

.difference-section h2{
    color: #000000;
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    max-width: 800px;
    text-align: center;
    margin: 50px auto;
}

.difference-section table{
    box-shadow: 0px 2px 8px 3px #8a8a8a26;
}

.difference-section table th{
    background: #278bbc;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}

.difference-section table td{
    background: white;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0px 20px 40px;
}

.difference-section .asm-btn{
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 20px;
}


.difference-section table tr td:first-child{
    border-right: solid 2px #e6ecf096;
}

.difference-section table tr:nth-child(even) td{
    background: #F0F7FB;
}

.difference-section table th:first-child{
    border-right: solid 2px #e6ecf096;
}

.faq-section h1{
    color: #000000;
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    max-width: 800px;
    text-align: center;
    margin: 100px auto 20px auto;
}

.faq-section h6{
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.accordion-item{
    border: 1px solid #0a71a3;
}

.accordion-button{
    background: white;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordion-body{
    padding-left: 50px;
}

.accordion-button:not(.collapsed){
    background: #0a71a3;
    color: white;
}



.travel-section .parallax-bg {
    background: url("../images/asm-financial-travel-insurance-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.travel-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.travel-section .breadcrumb li {
    color: white;
}

.travel-section .breadcrumb li a {
    color: white;
}


.critical-illness .parallax-bg {
    background: url("../images/contact-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
}

.critical-illness h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.critical-illness .breadcrumb li {
    color: white;
}

.critical-illness .breadcrumb li a {
    color: white;
}


.mortgage-section .parallax-bg {
    background: url("../images/asm-financial-mortgage-insurance-header-45.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.mortgage-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.mortgage-section .breadcrumb li {
    color: white;
}

.mortgage-section .breadcrumb li a {
    color: white;
}



.resp-section .parallax-bg {
    background: url("../images/asm-financial-resp-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.resp-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.resp-section .breadcrumb li {
    color: white;
}

.resp-section .breadcrumb li a {
    color: white;
}

.life-insurance-section .parallax-bg {
    background: url("../images/asm-financial-life-insurance-header-2.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
}

.life-insurance-section h1 {
    font-size: 50px;
    line-height: 62px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 60px;
}


.life-insurance-section .breadcrumb li {
    color: white;
}

.life-insurance-section .breadcrumb li a {
    color: white;
}

.coverage-section table tr th{
    border-right: solid 2px #e6ecf096;
}

.coverage-section table tr td{
    border-right: solid 2px #e6ecf096;
    padding-right: 20px;
}

td.mandate-section.feature-section li{
    border-bottom: none !important;
}


.good-plan .service-box-wrapper{
    top: 0;
}

.good-plan .service-box-wrapper .service-box{
    max-width: 50%;
}

.plan-box{
    background: #fff;
    border-radius: 5px;
    margin: 2% 1%;
    box-shadow: 0px 2px 8px 3px #8a8a8a26;
    opacity: 0.5;
}

.plan-box.swiper-slide-active{
    opacity: 1;
}

.plan-box img{
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px !important;
}

.plan-box h3{
    background: #0a71a3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 0px;
    margin: -18px 0px 20px;
    display: block !important;
    width: 100%;
}

.plan-box h4{
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 10px 0px 0px;
}

.plan-box h4 strong{
    color: #0a71a3;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0px 0px;
}

.plan-box table{
    border-color: transparent !important;
    border: none !important;
    padding: 20px 10px 10px;
    display: block;
}

.plan-box table tr{
    background: transparent;
    color: #000;
}

.plan-box table th{
    text-align: left;
    padding: 10px 20px;
    border: none;
    color: black;
    font-weight: bold;
}

.plan-box table td{
    color: #202020;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    line-height: 18px;
    border-bottom: 1px solid #c2c2c2;
}

.plan-box table tr:last-child td{
    border-bottom: 0px solid #c2c2c2;
}

.benefit-section .reason-card{
    border-color: #F4F4F4 !important;
    min-height: 265px;
    padding-top: 45px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 30px;
    transition: all ease 0.4s;
}

.benefit-section .reason-card:hover{
    box-shadow: 0px 2px 8px 3px #8a8a8a26;
}

.benefit-section .reason-card:hover p {
    bottom: 5px;
    transition: all ease 0.4s;
}

.benefit-section .reason-card p{
    position: absolute;
    bottom: -80px;
    max-width: 300px;
    transition: all ease 0.4s;
}

@media only screen and (max-width: 992px) {
    nav.navbar .navbar-brand img{
        width: 150px;
    }
	
    .hero-slide img{
        object-fit: cover;
        object-position: 95% 20%;
      /*new*/
      	aspect-ratio: 1905/699 !important;
    }

    .hero-slider{
        margin-top: 0;
    }

    .hero-slider .content a{
        display: none !important;
    }

    .hero-slider .content{
        transform: translate(0, -110%);
    }

    .hero-slider h1{
        text-align: center;
        font-size: 28px;
        line-height: 32px;
    }

    .hero-slider h4{
        text-align: center;
        font-size: 18px;
        white-space: normal;
    }

    .hero-slider .asm-btn{
        display: none !important;
    }

    .service-box-wrapper .service-next{
        display: none !important;
    }

    .service-box-wrapper .service-prev{
        display: none !important;
    }

    .swiper2 .service-box h3{
        font-size: 16px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .swiper2 .service-box p{
        display: none !important;
    }

    section.insurance-coverage-section .coverage-img{
        width: 80vw;
        margin: 30px auto;
    }

    .mandate-section{
        background-position: 50% 0%;
    }

    .mandate-section .checklist li:before{
        height: 100px;
        width: 100px;
    }

    .mandate-section .checklist{
        padding-left: 1rem;
    }

    .asm-works h2{
        font-size: 35px;
    }

    .asm-works .workbox{
        width: 90%;
        margin: 20px auto;
    }

    .resource-section{
        padding: 10px   ;
    }

    .resource-section .news-box{
        width: 50%;
    }

    .client-section .client-next{
        right: 10px;
    }

    .client-section .client-prev{
        left: 10px;
    }

    .client-swiper{
        margin: 0 20px;
    }

    footer .asm-btn{
        margin: 60px auto 0;
    }

    section.hospital-text .wrapper img{
        max-width: 100%;
        margin-top: 20px;
    }

    .resource-section .read-more-btn{
        padding: 5px 10px;
    }

    .resource-section.resource-page-section .news-box{
        width: 100%;
    }

    .mandate-section.feature-section img{
        max-width: 100%;
    }

    table .mandate-section .checklist li:before{
        height: 20px;
        width: 20px;
    }

    .faq-section{
        max-width: 100%;
        padding: 0;
    }

    .mandate-section .checklist2 li:before{
        height: 20px;
        width: 20px;
    }

    .what-is-disability-insurance .wrapper{
        padding: 60px;
    }

    .contact-modal .modal-dialog{
        max-width: 90vw;
        margin: 20px auto;
        transform: translate(0%, 0%) !important;
    }

}



/*Modify bootstarp*/

.accordion-button:focus {
    border-color: unset !important;
    box-shadow: unset !important;

}


.faq-section{
    color: #000000 !important;
}
.faq-section p,.faq-section li, .faq-section div{
    color: #000000 !important;
}

.contact-us-btn{
    position: relative;
    color: #0a71a3;
    border: 1px solid #0a71a3;
    padding: 10px 30px 10px 60px;
    text-decoration: none;
    border-radius: 3px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
}


.contact-us-btn:hover{
    color: white;
    background: #0a71a3;
    border: 1px solid #0a71a3;

}


.contact-us-btn::before {
    display: none;
    position: absolute;
    top: 14px;
    left: 30px !important;
    z-index: 77;
    content: "";
    width: 16px;
    height: 15px;
    background: url(https://asmfinancial.ca/assets/images/contact-icon.png)left no-repeat !important;
}

.contact-us-btn::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 30px !important;
    z-index: 77;
    content: "";
    width: 16px;
    height: 15px;
    background: url(https://asmfinancial.ca/assets/images/contact-icon2.png)left no-repeat !important;
}

.contact-us-btn:hover:before{
    display: block;
}

.contact-us-btn:hover:after{
    display: none;
}


/* Request Button */

.qt-btn:hover{
    border: 1px solid white;
}

.request-quote-btn{
    position: relative;
    color: white;
    background: #991616;
    border: 1px solid #991616;
    padding: 10px 30px 10px 60px;
    text-decoration: none;
    border-radius: 3px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}


.request-quote-btn:hover{
    background: #0a71a3;
    border: 1px solid #0a71a3;

}


.request-quote-btn::before {
    display: block;
    position: absolute;
    top: 14px;
    left: 30px !important;
    z-index: 77;
    content: "";
    width: 16px;
    height: 15px;
    background: url(http://localhost:8000/assets/images/quote-icon.png)left no-repeat !important;
}

.insurancetable th, .insurancetable td{
    font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
}




/*new*/
.insurance-coverage-section{
  	margin-top: 80px !important;
}
  
.critical-illness{
  	margin-top: 80px !important;
}
@media only screen and (max-width: 600px){
  .hero-swiper{
      margin-top: 65px;
      max-height: 250px !important;
  }

  .hero-slider .content{
      top: 105%;
  }
  
  #home-service-box{
    margin: -25px auto;
  }
  
  .hero-slider h1{
        text-align: center;
        font-size: 23px;
        line-height: 32px;
    }

    .hero-slider h4{
        text-align: center;
        font-size: 13px;
        white-space: normal;
      	max-width: 235px;
        margin: 10px auto 80px auto;
      	line-height: 18px;
          
    }
  
    .critical-illness h1{
      font-size: 24px;
      line-height: 28px;
      text-align: center;
    }
  
  .critical-illness nav{
    display: none;
  }
  
  .critical-illness .parallax-bg{
  	background-size: 100% 40% !important;
  }
  
  .insurance-coverage-section{
  	padding: 20px 0 !important;
  }
  
  
  .insurance-coverage-section h1{
      font-size: 24px;
      line-height: 28px;
      text-align: center;
    	margin-top: 0px;
    }
  
  .insurance-coverage-section nav{
    display: none;
  }
  
  .insurance-coverage-section .parallax-bg{
  	background-size: 100% 40% !important;
  }
  
  .insurance-coverage-section{
  	margin-top: 65px;
  }
  
.modal-dialog .row.gx-1 .mb-3{
display: flex;
flex-direction: column;
align-items: start;
}

}


.asm-btn:disabled{
    /*border: 1px solid #999999 !important;*/
    background-color: #cccccc !important;
    color: #666666 !important;
}