/* Header Section Style */


.header-actions a button {
    background-color: transparent;
    padding: 8px 13px 8px 10.5px;
    border: 1px solid #E3E3E8;
    border-radius: 100%;
}

.header-actions a button:hover {
    border-color: var(--blue);
    background-color: #FFF;
}

.header-actions a button:hover i {
    color: var(--blue);
}

.header-actions a button i {
    color: var(--black);
}

.search-bar .menu-search-bar {
    margin-left: 30px;
}

.search-bar-input input {
    background-color: #F5F8FB;
    padding: 12px 20px 12px 40px;
    color: #6C6C7F;
    border-radius: 8px;
    font-size: 13px;
}

.search-bar-icon {
    left: 11px;
    top: 11px;
}

.search-bar-icon i {
    color: var(--blue);
    font-weight: 100 !important;
}

.header-logo a img {
    width: 200px;
}

/* End Header Section Style */

/* Main Section Style */

.guarantee-heading {
    background-image: url(../../images/article-images/banner_image1.png);
    background-color: rgba(0, 0, 0, 0.534);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0px;
}

.page-path ul li {
    color: rgba(255, 255, 255, 0.815);
    font-size: 13px;
}

.page-path ul li a {
    color: inherit;
    font-size: 12.5px;
}

.page-path ul i {
    margin: 0px 10px;
    color: rgba(255, 255, 255, 0.815);
    font-size: 12.5px;
}

.guarantee-heading h2 {
    color: rgba(255, 255, 255, 0.787);
}

.guarantee-main-content p {
    line-height: 30px;
    margin-top: 10px;
}

.guarantee-main-content img {
    width: 450px;
    height: 230px;
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    margin: auto;
    border-radius: 20px;
}

.guarantee-main-content strong {
    font-size: 18px;
    display: block;
    text-align: center;
}

.commitment {
    margin-top: 10px;
}

.commitment li {
    list-style-image: url('../../images/ckeck-mark.png');
    list-style-position: inside;
    margin-bottom: 15px;
}

.guarantee-group {
    border-right: 3px solid rgb(91, 91, 91);
    border-left: 3px solid rgb(91, 91, 91);
    border-top: 1px solid #ccc;
    padding: 30px 40px 10px 40px;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.05);
}

.guarantee-group:first-child {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/* .guarantee-group {
    border: 1px solid #ccc;
} */

.guarantee-group:last-child li {
    list-style-image: url('../../images/cross-mark.png');
    list-style-position: inside;
    margin-bottom: 5px;
    font-weight: bold;
}

.guarantee-group:last-child p {
    text-align: right;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

/* End Main Section Style */

/* Media Queries */

@media screen and (max-width: 576px) {
    .guarantee-group {
        padding: 15px 10px 10px 10px;    
    }

    .guarantee-group img {
        width: 100%;
        height: 200px;
    }
}

/* End Media Queries */