.blogBanner {
    position: relative;
    z-index: 0;
    background-image: url(../banner_img.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding-top: 170px;
    padding-bottom: 170px
}

.blogBanner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .6
}

.blogBanner_table {
    width: 100%;
    height: 100%
}

.blogBanner_table_cell {
    vertical-align: middle
}

.blogBanner_content {
    text-align: center
}

.blogBanner_content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700
}

.blogBanner_cta {
    background: #3696d2;
    color: white;
    padding: 8px 14px;
    font-weight: 500;
    transition: 0.45s;
    border-radius: 2px;
    font-family: system-ui
}

.blogBanner_cta:hover {
    background: #fff;
    color: #3696d2;
    text-decoration: none
}

.blogBanner_cta.ctal:hover {
    border: 1px solid #3696d2
}

@media screen and (max-width:767px) {
    .blogBanner_content h2 {
        font-size: 44px;
        font-weight: 700
    }

    .blogBanner_content h1 {
        font-size: 2rem;
        font-weight: 700
    }

    .blogBanner {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

@media (min-width:767px) and (max-width:992px) {
    .blogBanner_content h1 {
        font-size: 2.2rem;
        font-weight: 700
    }

    .blogBanner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width:300px) {
    .blogBanner_content h2 {
        font-size: 30px !important;
        font-weight: 700;
        margin-bottom: 48px
    }
}

.blogBanner_content ul {
    text-align: center;
    position: relative;
    right: 0;
    padding-left: 0;
    margin-bottom: 35px;
    list-style-type: none
}

.blogBanner_content ul li a {
    display: block;
    color: #fff
}

.blogBanner_content ul li:first-child {
    margin-left: 0
}

.blogBanner_content ul li:first-child:before {
    display: none
}

.blogBanner_content ul li {
    display: inline-block;
    margin-right: 25px;
    font-weight: 600;
    color: #3696d2;
    position: relative
}

.blogBanner_content ul li:last-child {
    margin-right: 0
}

.blogBanner_content ul li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 6px;
    height: 12px;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, right top, from(#fdb084), color-stop(#ff9870), color-stop(#ff7e62), color-stop(#ff5f59), to(#ff3656));
    background: -webkit-linear-gradient(left bottom, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656);
    background: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

li {
    font-family: system-ui;
    color: #6b6b84
}

.blogCta {
    background: #f27935;
    font-weight: 600;
    font-family: system-ui;
    font-size: 20px;
    color: white;
    padding: 0px 20px 3px 20px
}

.blogCta:hover {
    color: white
}

@media screen and (max-width:768px) {
    .blogCta {
        font-size: 15px
    }
}

@media screen and (max-width:410px) {
    .blogCta {
        font-size: 12px
    }
}

@media screen and (max-width:300px) {
    .blogCta {
        font-size: 8px
    }
}

.blogItem hr {
    margin: 2rem 0
}

.blogItem {
    font-family: sans-serif;
    padding: 2rem 0 2rem 0;
    border-bottom: 1px solid rgba(24, 24, 24, .1)
}

.blogTitle {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 0px #bbbbbbb3
}

.blogSubtitle {
    font-family: system-ui;
    color: #6b6b84;
    font-size: 15px;
    text-align: justify
}

.blogImage {
    margin-bottom: 20px
}

.blogContent {
    margin-bottom: 2rem
}

.blogContent:last-child {
    border: none;
    margin-bottom: 0rem;
    padding-top: 0px
}

.blogContent i {
    color: #3696d2
}

.subHeading {
    font-size: 20px;
    font-weight: 600;
    font-family: system-ui
}

.subDescription {
    font-family: system-ui;
    margin-bottom: 18px;
    position: relative;
    padding-left: 22px;
    color: #6b6b84;
    text-align: justify
}

.blogContent h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: system-ui;
    border-bottom: 2px solid #424242;
    margin-left: 20px;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 20px
}

.spani {
    color: #212529;
    font-weight: 500
}

.spani i {
    font-size: 11px
}
.blog-img > img {
    margin-bottom: 10px;
}

@media screen and (max-width:1200px) {
    .blogTitle {
        text-align: center
    }
}

@media screen and (max-width:992px) {
    .blogItem {
        padding: 1rem 0 1rem 0
    }

    .blogTitle {
        margin: 1.5rem 0 1rem 0
    }

    .blogContent {
        margin-bottom: 0rem
    }

    .blogSubtitle {
        text-align: justify
    }

    .subDescription {
        padding-left: 0px;
        text-align: justify
    }

    .subHeading {
        padding-top: 12px
    }

    .blogContent h3 {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .blogTitle {
        text-align: center;
        font-size: 26px
    }
}

.blogAdvice {
    display: flex;
    font-family: system-ui;
    align-items: center;
    border: 2px solid #3696d2;
    border-radius: 10px;
    margin: 40px 185px;
    padding: 10px 15px 14px;
    justify-content: space-between
}

.blogAdviceheade {
    width: 52%
}

@media screen and (max-width:1200px) {
    .blogAdvice {
        margin: 40px 2rem
    }
}

@media screen and (max-width:992px) {
    .blogAdvice {
        margin: 40px 0rem
    }
}

@media screen and (max-width:768px) {
    .blogAdvice {
        display: block;
        margin: 20px 3rem;
        text-align: center
    }

    .blogAdviceheade {
        width: auto
    }

    .blogAdvice .blogAdvicep {
        margin-bottom: 10px
    }
}

@media screen and (max-width:500px) {
    .blogAdvice {
        margin: 10px 0
    }
}

.bloAdviceh {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    text-shadow: 0px 0px 0px black
}

.blogAdvicep {
    font-size: 16px;
    color: #6b6b84
}

.blogAdvicebtn {
    color: #3696d2;
    border: 2px solid #3696d2;
    padding: 6px 26px;
    font-weight: 600;
    border-radius: 5px
}

.blogAdvicebtn a {
    color: #3696d2
}