.bannerText {
    position: absolute;
    top: 100px;
    z-index: 99;
    width: 50%;
}

.bannerText h1 {
    color: #0c4ca3;
    font-weight: 700;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #0c4ca3, #00aafb, #333, #000);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.btnBg {
    background-color: #0c4ca3;
    border-color: #0c4ca3;
    margin-top: 15px;
}

.btnBg:hover {
    background-color: #00aafb;
    border-color: #00aafb;
}


h1.white {
    font-family: 'Montserrat', sans-serif;
    margin: 30px 20px 50px;
    color: #fff;
    text-transform: uppercase;
}


/*Heading Title**********/
/* === HEADING STYLE #3 === */
.three h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5em;
}

.three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #00aafb;
}

.three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #00aafb;
}

/*home page box*************/

.serviceBox {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-bottom: 5px solid #fff;
}

.serviceBox:hover {
    /* background-color: var(--accent-color);*/
    background: rgba(0, 170, 251, 0.1);
    border-bottom: 5px solid #00aafb;
}

.serviceBox .service-icon {
    color: #fff;
    background: #fff;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
    content: "";
    background: linear-gradient(to right, #F09119 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.serviceBox:hover .service-icon:before,
.serviceBox:hover .service-icon:after {
    transform: rotateZ(180deg);
}

.serviceBox:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox .service-icon:after {
    background: #F09119;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox .service-icon span img {
    width: 45px;
    height: 45px;
}

.serviceBox {
    border: 1px solid #e5e4e4;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}


.serviceBox .title {
    color: #F1921A;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

.serviceBox .description {
    color: #777;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.serviceBox.darkPink .service-icon:before {
    background: linear-gradient(to right, #d07690 50%, transparent 50%);
}

.serviceBox.darkPink .service-icon:after {
    background: #d07690;
}

.serviceBox.darkPink .title {
    color: #d07690;
}

.serviceBox.blue .service-icon:before {
    background: linear-gradient(to right, #009CB5 50%, transparent 50%);
}

.serviceBox.blue .service-icon:after {
    background: #009CB5;
}

.serviceBox.blue .title {
    color: #009CB5;
}

.serviceBox.green .service-icon:before {
    background: linear-gradient(to right, #A1C52D 50%, transparent 50%);
}

.serviceBox.green .service-icon:after {
    background: #A1C52D;
}

.serviceBox.green .title {
    color: #A1C52D;
}

.serviceBox.videos .service-icon:before {
    background: linear-gradient(to right, #0c4ca3 50%, transparent 50%);
}

.serviceBox.videos .service-icon:after {
    background: #0c4ca3;
}

.serviceBox.videos .title {
    color: #0c4ca3;
}



.serviceBox.black .service-icon:before {
    background: linear-gradient(to right, #52357B 50%, transparent 50%);
}

.serviceBox.black .service-icon:after {
    background: #52357B;
}

.serviceBox.black .title {
    color: #52357B;
}


@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

@media (max-width: 820px) {
    .bannerText {
        top: 40px;
        width: 70%;
    }

    .bannerText h1 {
        font-size: 26px;
    }

}

@media (max-width: 1024px) {
    .bannerText {
        top: 50px;
        width: 70%;
    }

    .bannerText h1 {
        font-size: 22px;
    }

}

@media (max-width: 912px) {
    .bannerText {
        top: 50px;
        width: 65%;
    }

    .bannerText h1 {
        font-size: 22px;
    }

}

@media (max-width: 575px) {
    .bannerText {
        top: 10px;
        width: 100%;
    }

    .bannerText h1 {
        font-size: 16px;
    }

}

@media (max-width: 540px) {
    .bannerText {
        top: 20px;
        width: 100%;
    }

    .bannerText h1 {
        font-size: 14px;
        width: 65%;
        font-size: 10px;
    }

    .btnBg {
        padding: 5px;
        font-size: 10px;
        margin-top: 5px;
    }

}

@media (max-width: 390px) {
    .bannerText h1 {
        font-size: 10px;
        width: 60%;
    }

    .btnBg {
        padding: 5px;
        font-size: 10px;
        margin-top: 5px;
    }
}




.btn_custum {
    margin-top: 10px;
    color: #0c4ca3;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 0;
    border: 2px solid #ccc;
    position: relative;
    margin: 0 10px;
    z-index: 1;
    transition: all 0.5s ease;
}

.btn_custum:hover,
.btn_custum:focus {
    color: #00aafb;
    border: 2px solid #00aafb;
    border-radius: 30px;
}

.btn_custum:before {
    content: " ";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid transparent;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.7s ease;
}

.btn_custum:hover:before {
    border-radius: 30px;
    border: 2px solid #00aafb;
}

@media only screen and (max-width: 767px) {
    .btn_custum {
        margin-bottom: 30px;
    }
}


/******Benefits page*************/

.benefits {
    color: #999;
    background: linear-gradient(transparent 65%, #0c4ca3 65%);
    font-family: 'Kumbh Sans', sans-serif;
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

.benefits:hover {
    transition: all .5s;
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
}

.benefits .service-icon {
    color: #fff;
    background-color: #0c4ca3;
    font-size: 35px;
    height: 80px;
    width: 85px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}

.benefits .service-icon img {
    width: 50px;
    height: 50px;
}

.benefits .service-content {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 15px 15px 150px 150px;
    border-top: 15px solid #3088E2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefits .title {
    color: #3088E2;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.benefits .description {
    font-size: 14px;
    margin: 0 0 15px;
}

.benefits .read-more {
    color: #3088E2;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

.benefits.yellow {
    background: linear-gradient(transparent 65%, #F4C430 65%);
}

.benefits.yellow .service-content {
    border-top-color: #F4C430;
}

.benefits.yellow .service-icon {
    background-color: #F4C430;
}

.benefits.yellow .title,
.benefits.yellow .read-more {
    color: #F4C430;
}

.benefits.pink {
    background: linear-gradient(transparent 65%, #FF46A2 65%);
}

.benefits.pink .service-content {
    border-top-color: #FF46A2;
}

.benefits.pink .service-icon {
    background-color: #FF46A2;
}

.benefits.pink .title,
.benefits.pink .read-more {
    color: #FF46A2;
}

.benefits.red {
    background: linear-gradient(transparent 65%, #e34a3a 65%);
}

.benefits.red .service-content {
    border-top-color: #e34a3a;
}

.benefits.red .service-icon {
    background-color: #e34a3a;
}

.benefits.red .title,
.benefits.red .read-more {
    color: #e34a3a;
}

.benefits.green {
    background: linear-gradient(transparent 65%, #a0c32d 65%);
}

.benefits.green .service-content {
    border-top-color: #a0c32d;
}

.benefits.green .service-icon {
    background-color: #a0c32d;
}

.benefits.green .title,
.benefits.green .read-more {
    color: #a0c32d;
}


.benefits.blue {
    background: linear-gradient(transparent 65%, #3088E2 65%);
}

.benefits.blue .service-content {
    border-top-color: #3088E2;
}

.benefits.blue .service-icon {
    background-color: #3088E2;
}

.benefits.blue .title,
.benefits.blue .read-more {
    color: #3088E2;
}

.benefits.deepblue {
    background: linear-gradient(transparent 65%, #052d40 65%);
}

.benefits.deepblue .service-content {
    border-top-color: #052d40;
}

.benefits.deepblue .service-icon {
    background-color: #052d40;
}

.benefits.deepblue .title,
.benefits.deepblue .read-more {
    color: #052d40;
}

.benefits .read-more:hover {
    color: #999;
    border-bottom: 1px dashed #999;
}

@media only screen and (max-width:990px) {
    .benefits {
        margin: 0 0 30px;
    }

    .benefits .service-content {
        padding: 0 35px 20px;
    }
}

@media only screen and (max-width:359px) {
    .benefits .service-content {
        padding: 0 20px 20px;
    }
}


/**************medical benefits********************/

.section-services {
    color: #0c4ca3;
    padding-top: 3em;
    padding-bottom: 120px;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px #696969;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #052d40;
    border: 6px solid #000;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #052d40;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    background-color: #fff;
    color: #052d40;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #00aafb;
    transition: background-color .3s;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}

/******claims-checklist timeline*********************/

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 50%;
    margin: 0 5px 25px 0;
    float: left;
}

.main-timeline .timeline-content {
    color: #999;
    text-align: right;
    min-height: 100px;
    border-bottom: 5px solid #052d40;
    display: block;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .title {
    color: #fff;
    background-color: #052d40;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 10px 8px 20px;
    margin: 0;
    border-radius: 25px 0 0 0;
    display: inline-block;
}

.main-timeline .description {
    color: #333;
    background: linear-gradient(#f5f5f5, #eee);
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    padding: 10px 15px;
    margin: 0;
}

.main-timeline .description h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-timeline .timeline:nth-child(even) {
    margin: 0 0 15px 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
    border-color: var(--main-color);
}

.main-timeline .timeline:nth-child(even) .title {
    padding: 8px 10px 8px 20px;
    border-radius: 0 25px 0 0;
}


@media screen and (max-width:767px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 25px;
    }

    .btn-hover {
        width: 120px;
        font-size: 12px;
        cursor: pointer;
        height: 33px;
    }
}