<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

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

.sd-form {
    margin: auto;
    background-repeat: no-repeat;
    background-color: RGBA(255, 255, 255, .68);
    border-radius: 20px;
    padding: 20px;
}
.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/Banner.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0;
    width: 100%;
    height: 100vh;
}
.browser-advertising-banner-content h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
}
.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;
}
.testimonial-banner {
background-image: url(../images/testimonial.png);
background-repeat: no-repeat;
color: #fff;
padding: 50px 134px 0 20px;
border-radius: 21px;
background-position: center center;
background-size: cover;
}

.testimonail-image img {
    width: 380px;
}
.testimonail-content {
    display: flex;
    justify-content: space-between;
}
.testimonial-section {
    padding-bottom: 30px;
}
.testimonail-text p {
    padding: 15px 20px 0 10px;
    font-style: italic;
    line-height: 33px;
    font-size: 18px;
}
.testimonail-text h6  {
    color: #c9c9c9;
    font-weight: 400;
    padding: 0 10px;
}
.testimonail-text h6 span {
    color: #e83c57;
    font-size: 18px;
    font-weight: 500;
}
.inside-guide h4 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
}
.inside-guide h5 {
     color: #e83c57;
     font-size: 22px;
     font-weight: 600;
}
.inside-guide ul {
    padding-left: 20px;
}
.inside-guide ul li {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 33px;
}
.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;
}
.inside-guide p {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 33px;
}
  @media only screen and (max-width: 767px){
    .browser-guide-bg {
        background-color: #000;
        background-image: unset;
    }
    .browser-advertising-banner-content {
    margin-bottom: 50px;
    }
    .testimonial-banner {
        background-color: #000;
        background-image: unset;
        padding: 20px;
    }
    .testimonail-content {
        flex-direction: column-reverse;
    }
  }
  @media (max-width: 400px){
    .browser-guide-bg {
        height: 115vh;
    }
    .download-btn {
        font-size: 18px;
        padding: 6px 10px;
    }
}
    @media (max-width: 380px){
         .browser-guide-bg {
            height: 134vh;
    } 

    }

  </pre></body></html>