@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
.logo {
    height: 50px;
}
html {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    color: #748AAA;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

body {
    font-family: 'Inter', sans-serif;
    color: #748AAA;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    overflow-x: hidden;
    padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #748AAA;
}

a:hover {
    text-decoration: none;
    color: #0E6EFF;
}

hr {
    color: #91a6c9;
    margin: 5rem 0;
}

h6 {
    font-style: bold;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    color: #1E213B;
}

.header {
    z-index: 1054;
}

.subheading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #1E213B;
}

.bg-grey {
    background-color: #f6f7f7;
}

.bg-primary {
    color: #0E6EFF;
}

.border-primary {
    color: #0E6EFF;
    width: 30px;
    /* display: inline-block; */
    margin: auto;
}

.text-danger {
    color: #FF757F;
}

.list-group-item {
    color: #748AAA;
}

.modal-backdrop {
    z-index: 1055;
}

.modal {
    z-index: 1056;
}



.navbar {
    padding-bottom: 10px;
    z-index:1000;
    padding-top: 10px;
}

.navbar-dark a {
    color: #ffffff;
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    text-align: center;
    background-color: transparent;
    margin: 0 8px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px rgba(152, 161, 179, 0.1), 0px 15px 35px -5px rgba(17, 24, 38, 0.15), 0px 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    border: none;
    padding: 10px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: #748AAA !important;
    font-size: 14px;
}

.dropdown-item:focus, .dropdown-item:hover, .active {
    background-color: transparent !important;
    color: #1E213B !important;
}

.declarelink {
    font-weight: 700;
    color: #0E6EFF;
    font-size: 16px;
}

.para {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #748AAA;
}

.carousel-inner {
    /* height: 26rem; */
}

#myth.carousel {
    margin-bottom: 0;
}

#myth .carousel-inner {
    height: 26rem;
}

.herosection {
    padding-bottom: 50px;
}

.bannertext {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    text-align: left;
}

.banner{
    font-weight: 800;
    font-size: 68px;
    line-height: 70px;
    color: #FFFFFF;
    vertical-align: middle;
}

.bannersubhead {
    font-weight: 800;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.step {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #1E213B;
    text-transform: uppercase;
}

.steptext {
    text-align: center;
    margin: 20px 0;
    min-height: 60px;
    line-height: 20px;
}

.insurerlogo {
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #F5F5F8;
    border-radius: 8px;
    margin-bottom: 0px;
}

footer {
    background-color: #F5F5F8;
    font-size: 14px;
    color: #748AAA;
}

.footerpattern {
    position: absolute;
    right: 0;
    margin-top: -5rem !important;
}

.footerCompanyName {
    text-transform: uppercase;
}

.copyright {
    line-height:normal;
}

.section {
    padding: 100px 0 50px;
}

.pagetitle {
    font-weight: 300;
    font-size: 48px;
    line-height: 70px;
    color: #1E213B;
}

.covercard {
    border-radius: 8;
    border: none;
    background-color: #f6f7f7;
    text-align: center;
    padding: 20px;
}

.covercard .card-title, .notcovercard .card-title, .exclusioncard .card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #1E213B;
    text-transform: capitalize;
}

.covercard .card-text, .notcovercard .card-text, .exclusioncard .card-text, .packagecard .card-text  {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #748AAA;
}

.notcovercard {
    border-radius: 8;
    border: none;
    background-color: #f6f7f7;
    text-align: left;
    padding: 20px 10px 0px;
    --bs-card-spacer-x: 0rem;
}

.exclusioncard {
    border-radius: 8;
    border: 1px dashed #BFD1ED;
    background-color: transparent;
    text-align: left;
    padding: 20px 10px 0px;
    --bs-card-spacer-x: 0rem;
}

.packagecard {
    border-radius: 8;
    border: none;
    background-color: #ffffff;
    text-align: left;
    padding: 20px 10px 0px;
    --bs-card-spacer-x: 0rem;
}

.notcover .g-4, .exclusioncard .g-4, .packagecard .g-4{
    --bs-gutter-y: 1.2rem;
}

.notcovercard .col-md-2, .exclusioncard .col-md-2, .packagecard .col-md-4 {
    align-self:flex-start;
    text-align: center;
    padding-top: 15px;
}

.packagecard .col-md-8 {
    align-self: center;
}

.packagecard .col-md-4 {
    align-self:flex-start;
    text-align: center;
    padding: 0;
}

.covercard img {
    height: 100px;
}

.notcovercard img, .exclusioncard img {
    height: 60px;
}

.packagecard img {
    height: 150px;
    width: 150px;
}

#dl {
    height: 80px;
}

.dl-img {
    height: 490px;
    position: absolute;
}

.dl-bg {
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(170,165,232,1) 0%, rgba(14,110,255,1) 100%);
    padding: 60px 60px 60px 180px;
    margin-top: 100px;
}

.declarebtn {
    margin-left: 10px;
}

.bannerrow {
    z-index: 999;
    bottom: 0;
    width: 100%;
    --bs-gutter-x:0;
    padding: 0 50px;
}

.bannerrow img{
    max-width: 418px;
    width: 100%;
    padding: 0 4px;
}

.heroimg {
    max-width: 500px;
    width: 100%;
}

.introbox {
    border: 1px solid #EAECFF;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px rgba(177, 187, 202, 0.25);
    padding: 12px 10px;
    font-size: 14px;
    line-height: normal;
}

.introtext {
    padding-bottom: 0;
}

.section-title {
    color: #4A6998;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mythyellow {
    padding: 8px 40px;
    align-items: center;
    background: #FFB800;
    color: #603900;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.mythleft {
    border-radius: 8px 0px 0px 8px;
    background: #0E6EFF;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    color: #FFFFFF;
    background-position: right;
    background-repeat: no-repeat;
    height: 26em;
}

.mythleft1 {
    background-image: url(../img/myth-1.png);
}

.mythleft2 {
    background-image: url(../img/myth-2.png);
}

.mythleft3 {
    background-image: url(../img/myth-3.png);
}

.mythtitle {
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.factright {
    border-radius: 0px 8px 8px 0px;
    background: #E7F1FF;
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    background-position: left;
    background-repeat: no-repeat;
    height: 26em;
}

.factright1 {
    background-image: url(../img/fact-1.png);
}

.factright2 {
    background-image: url(../img/fact-2.png);
}

.factright3 {
    background-image: url(../img/fact-3.png);
}

.vr1 {
    height: 180px;
}

.calculatorformulabg {
    border-radius: 8px;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    background-color: #FFF5DD;
    margin-left: 40px;
    margin-right: 0;
}

.btn-primary {
    display: inline-block;
    height: 56px;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #0E6EFF;
    box-shadow: 0px 5px 12px 0px rgba(14, 110, 255, 0.35);
    line-height: 36px;
    margin: 10px;
}

.btn-light, .btn-light:focus, .btn-light:hover {
    display: inline-block;
    height: 56px;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #f8f9fa;

    line-height: 36px;
    margin: 10px;
}

.btn-primary-s, .btn-primary-s:hover, .btn-primary-s:active {
    display: inline-block;
    height: 44px;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    background: #0E6EFF;
    /* box-shadow: 0px 5px 12px 0px rgba(14, 110, 255, 0.35); */
    line-height: 32px;
    margin: 10px;
    color: #ffffff;
}

.btn-light-s, .btn-light-s:focus, .btn-light-s:hover {
    display: inline-block;
    height: 44px;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #f8f9fa;
    line-height: 32px;
    margin: 10px;
}

.calculatorlabel {
    color: #FFB800;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px !important;
    text-transform: uppercase;
}

.calculatortotal {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.calculatorhr {
    border-style: dashed;
    border-color: #4A6998;
}

.calculatorformula {
    display: flex;
    padding: 0px 100px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
}

/* blog */
.blogposttitle {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%!important
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

[class*=ratio-]::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[class*=ratio-]>* {
    object-fit: cover;
    object-position: 0 70%;

}

.uc-transition-scale-up {
    --uc-scale-x: 1;
    --uc-scale-y: 1;
}

.max-w-lg {
    max-width: 960px !important;
}

/* top news */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#topnews {
    margin-bottom: 0px !important;
    background-color: #FFB800;
    text-align: center;
    line-height: 50px;
    z-index: 999;
}

#topnews .carousel-inner {
    height: auto !important;
}

#topnews .carousel-item, #carouselExampleAutoplaying .carousel-item.active {
    height: auto !important;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

#topnews .carousel-control-prev-icon {
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#topnews .carousel-control-next-icon {
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-topnews, .btn-topnews:hover {
    background-color: #000000;
    color: #FFB800;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}

#WA {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #25D366;
    color: white;
    cursor: pointer;
    padding: 16px 20px;
    border-radius: 80px;
    text-decoration: none;
    box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
    -webkit-box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
    -moz-box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
}

.fa-brands::after {
    content: "";
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background-color: inherit;
    border-radius: 80px;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite;
}

.fa-brands::before {
    animation-delay: 0.2s;
}

#myAnnounce .modal-content .close {
    margin: 0;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 33px;
    height: 33px;
    border-radius: 60px;
    background-color: #ffffff;
    border: none;
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    opacity: 1;
    z-index: 10;
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(2);
    }
}

/* #WA {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #25D366;
  color: white;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
-webkit-box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
-moz-box-shadow: 1px 7px 11px -1px rgba(12,61,30,0.5);
}*/


/* tablet */
@media (max-width: 991.98px) {
    .nav-link {
        font-size: 14px;
    }
    .logo {
        height: 40px;
    }
    .declarelink {
        font-size: 14px;
    }
    hr {
        margin: 2rem 0;
    }
    .herosection {
        padding-bottom: 0px;
    }
    .carousel-inner {
        height: auto;
    }
    .banner{
        font-size: 48px;
        line-height: 52px;
        vertical-align: middle;
    }
    .bannersubhead {
        font-size: 12px !important;
        line-height: 40px;
        letter-spacing: 0.12em;
        padding-top: 10px;
    }
    .section {
        padding: 50px 0 25px;
    }
    #intro.section {
        padding: 0px 0 25px
    }
    .introtext {
        padding-bottom: 20px;
    }
    #calculator .section-title {
        text-align: center !important;
    }
    .calculatorformulabg {
        border-radius: 8px;
        padding: 30px;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }
    .calculatorformula {
        padding: 0px 10px;
    }
    .insurerlogo {
        margin-bottom: 20px;
        float: left;
    }
    #dl {
        height: 0px;
    }
    .dl-img {
        height: 420px;
    }
    .dl-bg {
        padding: 20px 20px 20px 20px;
        margin-top: 100px;
    }
    .dl-bg h6 {
        white-space: nowrap;
    }
    .appbadge {
        width: 100px;
        margin-bottom: 5px;
    }
}



/* mobile  */
@media (max-width: 575.98px) {
    .logo {
        height: 70px;
    }
    .nav-link {
        text-align: center;
        background-color: #1E213B;
        border-radius: 6px;
        margin: 3px 0;
    }
    .navbar {
        padding-top: 0;
    }
    .navbar-nav {
        margin-top: 10px !important;
        margin-bottom: 5px;
        padding-right: 0 !important;
    }
    .declarebtn {
        margin-left: 0px;
    }
    .bannertext {
        display: inline;
        flex-wrap: wrap;
        align-self: center;
        text-align: center;
        padding-top: 20px;
    }
    .banner{
        font-size: 52px;
        line-height: 50px;
        vertical-align: middle;
    }
    .bannerrow {
        padding: 0 20px;
        margin-top: -20px;
        transform: translate(-50%,0%)!important;
    }
    .bannerrow img {
        margin-bottom: 20px;
    }
    .bannersubhead {
        font-size: 12px !important;
        line-height: 40px;
        letter-spacing: 0.12em;
        padding-top: 10px;
    }
    .section {
        padding: 50px 0 25px;
    }
    .section-title {
        font-size: 32px;
    }
    #intro.section {
        padding: 50px 0 25px
    }
    .introtext p {
        text-align: center !important;
    }
    .mythleft, .factright {
        padding: 20px;
    }
    .mythtitle {
        font-size: 32px;
    }
    .mythleft p, .factright p {
        font-size: 16px;
    }
    .mythleft1, .factright1, .mythleft2, .factright2 {
        background-size: 100px 100px;
        background-position-y: 7rem;
    }
    .mythleft3, .factright3 {
        background-size: 120px 200px;
        background-position-y: 4rem;
    }
    .vr {
        display: none;
    }
    .calculatorformulabg {
        padding: 10px;
    }
    .insurerlogo {
        margin-bottom: 20px;
    }
    .footerlink {
        float: left !important;
    }
    .copyright {
        line-height: 18px;
    }
    .notcovercard, .exclusioncard, .packagecard {
        text-align: center;
    }
    .dl-img {
        height: 360px !important;
        position: relative;
        margin-top: 130px;
    }
    .dl-bg {
        padding: 20px 20px 20px 20px;
        margin: 30px 8px !important;
    }
    .dl-bg h6 {
        white-space: normal !important;
    }
    .appbadge {
        width: 130px !important;
    }
}
