.home-intro__inner {
    text-align: center;
    background-color: #0092cd;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    border-radius: 18px;
    padding: 5% 20px;
    margin-bottom: 13%;
}

.home-intro__inner h1 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}

.home-intro__cta {
    margin: 18px 0 0
}

.home-intro__cta .button {
    width: 150px;
}

.hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: -20%;
    margin-top: -3%;
}

@media(min-width:48rem) {
    .home-intro__inner h1 {
        font-size: 40px;
    }

    .home-intro__inner p {
        font-size: 18px;
    }
}

@media(max-width:48rem) {
    .hero-image {
        margin-bottom: -20%;
    }

    .home-intro__inner h1 {
        font-size: 28px;
    }

    .home-intro__inner p {
        font-size: 16px;
    }
}


.tabbed-content-row .tabs-title>a:focus,
.tabs-title>a[aria-selected=true],
.tabbed-content-row .tabs-title>a:focus h2,
.tabs-title>a[aria-selected=true] h2 {
    background: #2199e8 !important;
    color: #fff !important;
    font-size: 16px;
}

.tabbed-content-row ul {
    padding: 0px;
    margin-right: 30px;
    border-right: 4px solid #2199e8;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 4px solid #2199e8;
    border-top-right-radius: 4px;
}

.tabbed-content-row {
    margin-top: 30px;
}

.tabbed-content-row .tabs-title>a {
    font-size: 16px;
    color: #2199e8;
    padding: 0.7rem 1rem;
}

.tabbed-content-row .tabs-title>a h2 {
    font-size: 16px;
    color: #2199e8;
    margin: 0px;
    font-weight: normal;
    display: inline-block;
}

.tabbed-content-row .tabs.vertical>li {

    text-align: left;
}

.tabbed-content-row img.b-lazy.b-loaded {
    display: inline-block;
    position: relative;
    width: 40px;
}

.tabbed-content-row .tabs-content p {
    margin: 0 auto 20px;
    line-height: 1.7;
    color: #777;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
}

.tabbed-content-row .tabs-content {
    border-left: 1px solid #2199e8;
    border-bottom: 1px solid #2199e8;
    border-top: 0px;
    border-right: 0px;
    border-bottom-left-radius: 4px;
}

.tabbed-content-row .tabs-panel {
 padding-top: 0px;
}

/* .owl-carousel .item, .owl-carousel2 .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
} */

@media(max-width: 767px) {
    .tabbed-content-row ul {
        margin: 0 0 10px 0;
        display: flex;
        justify-content: space-around;
        border-left: 4px solid #2199e8;
    }
    .tabbed-content-row .tabs-title>a h2 {
        display: none;
    }
    .tabbed-content-row .tabs-title>a {
        padding: 0;
    }
}

/*pretty light box social share buttons hide */
.pp_social {
    display: none !important;
}

.tabbed-content-row .max-900 {
    max-height: 900px;
    width: auto !important;
    margin: 0px auto;
}

.tabbed-content-row .button.secondary{
    font-size: 16px;
    padding: 13px 20px;
}
    
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fb8a45 !important;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF !important;
  background: #fb8a45 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #8a4114 !important;
  color: #FFF !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(55, 138, 165) !important;
}

.blue-h2 h2 {
    color: #2199e8 !important;
}


/* Start: Hero area new section */

.hero-area .row {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
}

.hero-area .second-section, .hero-area .first-section {
    flex: 1;
    padding: 50px 10px;
    text-align: center;
    font-family: 'muli_regular';
}

.hero-area .max-width {
    max-width: 396px;
    margin: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hero-area .logo {
    height: 90px;
    margin-bottom: 15px;
}

.hero-area .first-section .logo {
    padding: 13px;
}

.hero-area .second-section {
    background: #f4f4f4;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.hero-area .first-section {
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #2D69C7; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #2D69C7, #1348a0);
}

.hero-area .first-section .logo-head {
    color: #fff;
}

.hero-area .first-section .logo-head, .hero-area .second-section .logo-head {
    font-size: 44px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'muli_extralight';
    margin-bottom: 20px;
}

.hero-area .sub-head {
    font-size: 20px;
    font-family: 'muli_extrabold';
    margin-bottom: 0px;
}

.hero-area ul {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    list-style: none;
    margin-bottom: 0px;
}
.hero-area li {
    margin-bottom: 16px;
    line-height: 22px;
    display: flex;
}

.hero-area .tick {
    height: 22px;
    padding: 4px 10px 4px 0px;
}

.hero-area .take-me {
    background-color: #389aec;
    color: #fff;
    box-shadow: 0px 4px 18px 3px #14489f;
}

.hero-area .take-me:hover {
    background-color: #1676C6;
}

.hero-area .link {
    padding: 20px 48px;
    border-radius: 42px;
    cursor: pointer;
    font-size: 20px;
    font-family: 'muli_extrabold';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
}

.hero-area .sign-up {
    color: #ee833f;
    border: 3px solid #ee833f;
    padding: 17px 48px;
}

.hero-area .sign-up:hover {
    color: #c05014;
    border-color: #c05014;
}

.hero-area .external-link {
    padding-left: 2px;
    height: 16px;
    position: relative;
    top: -2px;
}

.hero-area .new-text {
    background: #ff405d;
    padding: 3px 9px;
    margin: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 1px 1px 8px 3px #14489f;

}

.hero-area .mobile-new {
    display: none;
    
}

.link-content {
    margin-top: auto;
}

@media only screen and (max-width: 767px) {
    .hero-area .new-text, .hero-area ul   {
        display: none;
    }

    .hero-area .mobile-new {
        background: #ff405d;
        display: block;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        padding: 6px;
        font-family: 'muli_extrabold';
    }

    .hero-area .row {
        flex-direction: column;
    }

    .hero-area .first-section, .hero-area .second-section {
        border-radius: 0px;
    }

    .hero-area .first-section {
        background-color: #2d69c7; /* For browsers that do not support gradients */
        background-image: linear-gradient(#1348a0, #2D69C7);
        
    }
}

@media only screen and (max-width: 576px) {
    .hero-area  .first-section .logo {
        width: 176px;
        height: auto;
        margin-bottom: 10px;
    }

    .hero-area  .second-section .logo {
        width: auto;
        height: 70px;
        margin-bottom: 0px;
    }

    .hero-area .second-section .logo-head, .hero-area .first-section .logo-head  {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .hero-area .second-section, .hero-area .first-section {
        padding: 20px 10px;
    }

    .hero-area .sub-head {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .hero-area .link {
        padding: 14px 30px;
        font-size: 15px;
    }

    .hero-area .sign-up {
        padding: 11px 30px;
    }
}
/* End: Hero area new section */