body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.d-flex {
    display: flex;
}

.sd-form {
    margin: auto;
    background-repeat: no-repeat;
    background-color: RGBA(255, 255, 255, .68);
    border-radius: 20px;
    padding: 20px;
}

.about-report {
    padding: 50px 0;
}

.download-btn {
    padding: 6px 16px;
    border-radius: 7px;
    border: 1px solid #e83c57;
    background-color: #e83c57;
    color: #fff;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 500;

}

.browser-guide-bg {
    position: relative;
    background: url('../images/ramadan-banner.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 20px 0;
    width: 100%;
    height: 100vh;
}

.browser-advertising-banner-content h1 {
    color: #fff;
    font-size: 86px;
    font-weight: 700;
    line-height: 98%;
    text-transform: uppercase;
}

.browser-advertising-banner-content h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 98%;

}

.browser-advertising-banner-content {
    display: flex;
    flex-direction: column;
}

.logo {
    position: relative;
    top: -130px;
}

.browser-advertising-banner-content img {
    margin-bottom: 30px;
    width: 255px;
    height: 69px;
}

.browser-advertising-banner-content h5 {
    font-size: 25px;
    color: #fff;

}

.guide-details-wrapper {
    padding: 30px 0;
}

.banner-items {
    align-items: center;
}

.row.browser-guide-details {
    /* align-items: center; */
    padding-top: 20px;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

/* .custom-list li {
  position: relative;
  padding-left: 25px; 
}

.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;  
  height: 14px;
  background: url('../images/list.svg') no-repeat center center;
  background-size: contain; 
} */
.testimonial-banner {
    background: #000;
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 0 0 0;
    border-radius: 21px;
    background-position: center center;
    background-size: cover;
    border-radius: 21px;
}

.testimonail-image img {
    width: 240px;
}

.testimonail-content {
    display: flex;
    justify-content: space-between;
}

.testimonial-section {
    padding-bottom: 30px;
}

.testimonail-text {
    width: 70%;
}

.testimonail-text p {
    padding: 15px 20px 0 50px;
    font-style: italic;
    line-height: 37px;
    font-size: 18px;
}

.testimonail-text h6 {
    color: #c9c9c9;
    font-weight: 400;
    padding: 0 10px 0 47px;
}

.testimonail-text h6 span {
    color: #e83c57;
    font-size: 18px;
    font-weight: 500;
}

.testimonail-image {
    width: 30%;
    text-align: right;
    padding: 0 60px 0 0;
    position: relative;
    background: url(../images/capsule.png) no-repeat bottom;
    background-size: contain;
}

span.start-quote,
span.end-quote {
    position: relative;
}

span.start-quote::before {
    content: "";
    width: 67px;
    height: 50px;
    background: url('../images/top-quote.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -25px;
    left: -28px;
}

span.end-quote::after {
    content: "";
    width: 57px;
    height: 40px;
    background: url('../images/bottom-quote.svg') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 43px;
}

.inside-guide h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.inside-guide h5 {
    color: #e83c57;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.inside-guide ul {
    padding-left: 21px;
}

.inside-guide ul li {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 33px;
    text-indent: -13px;
    margin: 0 0 16px;
}

.inside-guide ul li img {
    margin-right: 2px;
    position: relative;
    left: -10px;
    top: -1px;
}

.inside-guide ul li::marker {
    color: #a9a9a9;
}

.btn-section {
    padding-bottom: 50px;
}

a.download-btn {
    text-decoration: none;
}

a.download-btn:hover {
    color: #fff;
}

button.download-btn {
    cursor: none;
    margin-top: 10px;
    display: inline-block;
    width: 212px;
}

.inside-guide p {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 33px;
}

.red-text {
    color: #e83c57;
}

.related-blog-card {
    display: flex;
    background: #d9d9d9;
    margin: 20px;
    width: 50%;
    align-items: center;
    padding: 20px;
    border-radius: 21px;
    flex: 1;
}

.related-blog-section {
    background-color: #f0f0f0;
    border-radius: 21px;
    padding: 20px 50px;
}

.mbimg {
    width: 224px;
}

.bg-guide {
    width: 98px;
}

.gap-10 {
    gap: 10px
}




@media only screen and (max-width: 767px) {
    .banner-items {
        text-align: center;
    }

    .browser-advertising-banner-content h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
    }

    .browser-guide-bg {
        background-color: #000;
        background-image: unset;
        height: auto;
        padding-bottom: 30px;
    }

    .browser-advertising-banner-content {
        margin-bottom: 50px;
    }

    .testimonial-banner {
        background-color: #000;
        background-image: unset;
        padding: 20px 20px 0;
    }

    .testimonail-content {
        flex-direction: column;
    }

    .logo {
        top: 0;
        margin: 10px 0 0;
    }

    .browser-advertising-banner-content img {
        width: 170px;
        height: auto;
    }

    .testimonail-text {
        width: 100%;
    }

    .testimonail-image {
        width: 100%;
        text-align: center;
        background-repeat: no-repeat;
        margin: 30px 0 0;
        background-size: 68%;
        background-position: 10px 0px;
    }
}

@media (max-width: 440px) {
    .download-btn {
        font-size: 18px;
        padding: 6px 10px;
    }

    .browser-guide-bg {
        padding: 20px 0;
    }

    .browser-advertising-banner-content h1 {
        font-size: 33px;
        line-height: 38px;
    }

    .browser-advertising-banner-content img {
        margin-bottom: 15px;
    }

    .browser-advertising-banner-content img {
        width: 150px;
    }

    .browser-advertising-banner-content {
        margin-bottom: 20px;
    }

    button.download-btn {
        margin-top: 10px;
    }

    .testimonial-banner {
        width: 90%;
        margin: 0 auto;
    }

    .testimonail-image img {
        width: 220px;
    }
}

@media (max-width: 380px) {
    .browser-guide-bg {
        height: 140vh;
    }

}