.insurance-logo__inner {
    padding-bottom: 0;
    margin-bottom: 90px;
}

/*Begin: Update layout of Buy now*/
.wrapper {
    display: flex;
    flex-direction: column;
}

.brand-especial {
    order: -1;
}

.quote-section {
    order: -2;
}
/*End: Update layout of Buy now*/

.brand {
    padding: 0;
}

.title-center {
    padding: 18px 0;
}

.brand .brand__content {
    padding-bottom: 0px;
}

.card-element {
    position: relative;
}

.card-element img {
    position: relative;
}

.card-element .over-image {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    z-index: 1;
    width: 270px;
    background: linear-gradient(0deg, #000000 -17.54%, rgba(0, 0, 0, 0) 40.34%);
    border-radius: 10px;
}

.link-discount.insurance-name-in-img {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 240px;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-style: normal;
}

.link-discount {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}

h4 a.link-discount {
    font-weight: 500;
}

h3.discount-percent {
    font-weight: 500;
    font-size: 18px;
}

.brand__box-text {
    padding-top: 0;
    font-weight: 600;
}

.brand__box-text h3 {
    line-height: 18px;
}

.container-insurance hr {
    border-top: 1.5px solid #093DE6;
}

.insurance__content,
.insurance__content-reverse {
    border: none;
}


@media (min-width: 640px) {
    /*Begin: Update menu in web */
    .header__logo {
        flex: 1;
    }

    .wrapper .header-menu {
        flex: 2;
        position: relative;
        background-color: transparent;
        width: 100%;
        max-width: none;
        box-shadow: none;
    }

    .header-menu.active {
        order: 1;
    }

    .wrapper .header-menu.active ul {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        background: transparent;
        padding: 0;
    }

    .wrapper .header-menu li {
        text-align: center;
        width: 70%;
        font-weight: bold;
    }

    .wrapper .header-menu li:hover {
        background: none;
    }

    .wrapper .header-menu.active ul li a {
        font-size: 16px;
        line-height: 19px;
        color: #093DE6;
        padding: 10px 0;
        display: inline-block;
        border-bottom: none;
    }

    .wrapper .header-menu.active li.item-menu.item-menu--active a {
        text-decoration: underline !important;
    }

    /*Header Right*/
    .header__right {
        order: 2;
        justify-content: flex-end;
        flex: 1;
    }

    .dropdown.header__right-eng {
        padding-right: 0;
        min-width: 90px;
    }

    .header__right-login button {
        white-space: nowrap;
    }

    .header__right-tiles {
        display: none;
    }
    /*End: Update menu in web*/
}

@media (min-width: 481px) and  (max-width: 674px) {
    .item-menu {
        padding: 0 6px;
    }

    .header__right-eng {
        padding-left: 12px;
    }

    .header__right .btn-search .header-search {
        margin-right: 12px;
    }
}

/*update layout in mobile*/
@media (max-width: 480px) {

    .container-insurance hr {
        margin: 0 16px;
    }

    .insurance__content,
    .insurance__content-reverse {
        flex-direction: column;
    }

    .insurance__content .insurance__content-image,
    .insurance__content-reverse .insurance__content-reverse-image {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .insurance__content .insurance__content-image img,
    .insurance__content-reverse .insurance__content-reverse-image img {
        padding: 0;
        width: 100%;
        max-width: 100%;
        height: 220px;
        min-height: 220px;
        object-fit: cover;
    }

    .insurance__content-inner,
    .insurance__content-reverse-inner {
        padding: 0 16px;
        margin: 0;
    }

    .inner-title h2 {
        text-align: center;
        padding: 6px 0;
    }

    .insurance__content-reverse-inner .inner-btn,
    .insurance__content-inner .inner-btn {
        text-align: center;
        padding: 12px 0;
    }

    .insurance__content-reverse-inner .inner-detail > p {
        text-align: left;
    }

}

.insurance .supplier .supplier_logo img {
    border-radius: 10px;
}

.supplier_details .insurance-logo__inner img {
    border-radius: 10px;
}

.account .container-insurance {
    padding-top: 90px;
}

.wrapper .banner {
    margin-top: 65px;
}

.wrapper .banner-fee {
    margin-top: 65px;
}
.wrapper .banner-fee .banner{
    margin-top: 0;
}
.margin-top-80{
    margin-top: 80px !important;
}

.answers__content .answers__content-feedback .feedback-content .content a{
    font-size: 1.325rem;
}

.answers__content-feedback .feedback-content .title > p{
    font-size: 18px;
}

.answers__content-feedback .feedback-content .content .question{
    font-size: 18px;
}

.answers__content-title .title-overlay{
    font-size: 20px;
}

.container-insurance .owl-carousel .owl-stage{
    display: flex;
}

/*@media (min-width: 480px ) and (max-width: 768px) {*/
/*    .banner .owl-carousel .owl-item .item img {*/
/*        width: 350px;*/
/*        background-color: red;*/
/*    }*/

/*}*/
@media (max-width: 767px) {
    .banner-fee .banner-overlay .list-info{
        height: 70px;
    }
}


#hotline {
    position: fixed;
    bottom: 58px;
    left: 20px;
    display: flex;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: play 2s ease infinite;
}

@media (max-width: 640px) {
    #hotline {
        bottom: 35px;
        right: 27px;
        left: 10px;
    }
}

#hotline:hover {
    width: 200px;
    border-radius: 40px;
    overflow: hidden;
    background: #fff;
}


#hotline > a {
    display: inline-block;
    text-align: center;
    background: #093de6;
    color: #ffffff;
    width: 46px;
    font-size: 24px;
    line-height: 46px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(255 185 0 / 30%);
    -webkit-animation: pulse 1.5s infinite;
    transition: all .3s;
}

#hotline:hover > a {
    -webkit-animation: none;
    border-radius: 4px;
}

#hotline .text-quotes {
    display: inline-block;
    width: 0px;
    height: 60px;
    transition: all .2s;
    overflow: hidden;
    text-align: center;
}

#hotline:hover .text-quotes {
    width: calc(100% - 50px);
}

#hotline .text-quotes a {
    display: block;
    margin: auto;
    line-height: 60px;
    font-size: 18px;
    width: 100%;
    color: #edbf05;
    font-weight: bold;
    color: #000000;
}

#hotline .text-quotes a:hover {
    color: #ffb900;
}
