@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: normal;
  src: local('Neue Montreal'), url('/assets/page/font/NeueMontreal/NeueMontreal-Regular.otf') format('opentype');
}

@media only screen and (max-width: 993px) {
    h1{
        font-size: 2.813rem!important;
        line-height: 2.913rem!important;
    }
    h2{
        font-size: 2.5rem!important;
        line-height: 2.6rem!important;
    }
    h3{
        font-size: 1.875rem!important;
        line-height: 1.975rem!important;
    }
    h4{
        font-size: 1.563rem!important;
        line-height: 1.663rem!important;
    }
    h5{
        font-size: 1.25rem!important;
        line-height: 1.35rem!important;
    }
    h6{
        font-size: 1.125rem!important;
        line-height: 1.225rem!important;
    }
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Neue Montreal', serif!important;
}

p{
    font-family: 'DM Sans', serif;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

/*.row {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin: 0 -15px;*/
/*}*/

.col {
    flex: 1 0 0%;
    padding: 0 15px;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    padding: 0 15px;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.best-internet-promo {
    background-color: #fff;
    overflow: hidden;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .header {
        padding: 16px 20px;
    }
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Manrope, sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}

.logo-image {
    width: 195px;
    height: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1px;
    font-family: DM Sans, sans-serif;
    line-height: 2;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 1000px;
    background-color: #f5f5f5;
    color: #32313a;
}

.nav-icon {
    width: 16px;
    height: 16px;
}

.contact-button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 1000px;
    border: 1px solid #6439ff;
    color: #6439ff;
    font-weight: 500;
    width: fit-content;
}

.contact-icon {
    width: 18px;
    height: 18px;
}

.hero-section {
    /* display: flex; */

    padding: 60px 0px;
    padding-top: 160px;
    /* margin-top: -124px; */
}

@media (max-width: 991px) {
    .hero-section {
        padding-left: 20px;
    }
}

.hero-content {
    display: flex;
    flex-direction: column;
    max-width: 688px;
    padding-right: 50px;
}

.hero-title {
    color: #32313a;
    font: 500 64px/80px Neue Montreal, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 40px;
        line-height: 55px;
    }
    .hero-content {
        padding-right: 0px;
    }
}

.hero-description {
    color: #525161;
    margin-top: 24px;
    font: 400 18px/28px DM Sans, sans-serif;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* margin-top: 32px; */
    padding: 18px 24px;
    border-radius: 1000px;
    background-color: #0083ff;
    color: #fff;
    font: 400 18px/2 DM Sans, sans-serif;
    transition: 0.3s;
}

.cta-icon {
    width: 24px;
    height: 24px;
}

.user-count {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 64px;
    font-family: DM Sans, sans-serif;
}

.user-count-image {
    width: 192px;
    border-radius: 1000px;
}

.user-count-text {
    display: flex;
    flex-direction: column;
}

.user-count-number {
    color: #32313a;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
}

.user-count-description {
    color: #525161;
    font-size: 12px;
}

.hero-image {
    width: 678px;
    border-radius: 0;
    max-width: 100%;

}

@media (max-width: 991px) {
    .hero-image {
        max-width: 100%;
        
    }
}

.features-section {
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(0, 131, 255, 0.05) 0%, rgba(0, 131, 255, 0) 100%);
}

@media (max-width: 991px) {
    .features-section {
        padding: 60px 20px;
    }
}

.section-title {
    color: #32313a;
    text-align: center;
    font: 500 48px/1 Neue Montreal, sans-serif;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 40px;
    }
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
}

.feature-card {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    padding: 48px 24px;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid rgba(82, 81, 97, 0.16);
}

.feature-icon {
    width: 60px;
    height: 60px;
}

.feature-title {
    margin-top: 32px;
    color: #32313a;
    font: 500 24px/1 Neue Montreal, sans-serif;
}

.feature-description {
    margin-top: 16px;
    color: #525161;
    font: 400 18px/28px DM Sans, sans-serif;
}

.services-section {
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(0, 113, 45, 0.05) 0%, rgba(0, 113, 45, 0) 100%);
}

@media (max-width: 991px) {
    .services-section {
        padding: 60px 20px;
    }
}

.service-grid {
    /* display: flex;
  flex-wrap: wrap;
  gap: 40px 118px; */
    /* margin-top: 48px; */
}

.service-card {
    /* flex: 1 1 400px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 40px 118px; */
    margin-bottom: 80px;
}

.service-image {
    width: 100%;
    border-radius: 24px;
    /* overflow: hidden; */
}

.service-image img {
    width: 100%;
    border-radius: 24px;
}

.service-content {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 85%;
    position: relative;
    padding-bottom: 70px;

}

.service-title {
    color: #32313a;
    font: 500 48px/1 Neue Montreal, sans-serif;
}

@media (max-width: 991px) {
    .service-title {
        font-size: 40px;
    }
}

.service-description {
    margin-top: 32px;
    color: #525161;
    font: 400 18px/32px DM Sans, sans-serif;
}

.service-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 16px 24px;
    border-radius: 1000px;
    border: 1px solid #0083ff;
    color: #0083ff;
    font: 500 18px/2 DM Sans, sans-serif;
    position: absolute;
    bottom: 0px;
    text-decoration: none;
}

.testimonials-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(255, 102, 0, 0.05);
    /* background: linear-gradient(180deg, rgba(255, 102, 0, 0.05) 100%, rgba(255, 102, 0, 0) 100%); */
}
/*  */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 20px;
    }
}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px!important;
}

.testimonials-title {
    color: #32313a;
    font: 500 48px/2 Neue Montreal, sans-serif;

}

@media (max-width: 991px) {
    .testimonials-header{
        display: block;
    }
    .testimonials-title {
        font-size: 40px;
    }
}

.testimonials-nav {
    display: flex;
    gap: 20px;
}

.testimonial-nav-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-grid {
    /* display: flex;
  gap: 24px;
  margin-top: 48px;
  overflow-x: auto; */
}

.testimonial-card {
    flex: 0 0 auto;
    /* width: 339px; */
    /* padding: 32px 24px; */
    border-radius: 16px;
    /* background-color: #fff; */
    /* box-shadow: -10px 30px 80px -16px rgba(0, 0, 0, 0.03); */
    position: relative;

    /* z-index: 9999; */
    margin: 0px 15px;

}

.testimonial-content {
    color: #5c5c5c;
    font: 400 18px/32px DM Sans, sans-serif;
    /* Base */

    padding: 32px 24px;
    height: 270px;
    padding-bottom: 100px;
    background: #FFFFFF;
    border: 1px solid #EAECFC;
    /* box-shadow: -14.9153px 29.8305px 59.661px -11.9322px rgba(0, 0, 0, 0.05); */
    border-radius: 14px;
    position: relative;
}

.testimonial-rating {
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
    /* margin-top: 40px; */
    align-items: center;
    position: absolute;
    width: 90%;
    bottom: 0px;
    margin-bottom: 24px;
}

.testimonial-rating img:nth-child(1) {
    height: 41px;
    width: 56px !important;
}


.testimonial-rating img:nth-child(2) {
    height: 24px;
    width: 128px !important;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.testimonial-author img{
    width: 70px!important;
    height: 70px;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    color: #32313a;
    font-size: 22px;
    font-weight: 500;
}

.testimonial-date {
    color: #525161;
    font-size: 16px;
    margin-top: 8px;
}

.how-it-works-section {
    padding: 100px 84px;
    background: linear-gradient(360deg, rgba(0, 131, 255, 0) 0%, rgba(0, 131, 255, 0.05) 100%);
    /* background: url('/images/step-arrow.png') no-repeat center center; */

}

.how-it-works-section .step-card.step-center {
    padding-top: 80px;
}

.how-it-works-section .steps-grid {
    background: url('/images/step-arrow.png') no-repeat center center;
}

@media (max-width: 991px) {
    .how-it-works-section {
        padding: 60px 20px;
    }
    .how-it-works-section .step-card{
        padding: 40px 0px;
    }
    
    .how-it-works-section .step-card.step-center{
        /*padding-top: 0px;*/
        padding-bottom: 40px;
    }
    .testimonials-nav{
        display: flex;
        margin-top: 25px;
    }
    .testimonial-content{
        height: 100%!important;
        padding-bottom: 50px!important;
    }
}

.steps-grid {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.step-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-icon {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0px 10px 100px rgba(0, 52, 102, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    margin-top: 32px;
    color: #3a3a3a;
    font: 500 24px/1 Neue Montreal, sans-serif;
}

.step-description {
    margin-top: 16px;
    color: #5a5a5a;
    font: 400 16px/26px DM Sans, sans-serif;
}

.cta-section {
    padding: 80px 0px;
    background-color: #f5f5f5;
    background: linear-gradient(180deg, rgba(255, 102, 0, 0.05) 0%, rgba(255, 102, 0, 0) 100%);
}

@media (max-width: 991px) {
    .steps-grid{
        display: block;
    }
    
    .how-it-works-section .steps-grid {
        background: none;
    }

    .cta-section {
        padding: 40px 0px;
    }
}

.cta-content {
    /* max-width: 584px; */

    background: linear-gradient(180deg, rgba(0, 131, 255, 0.3) 0%, rgba(0, 131, 255, 0) 100%);
    border-radius: 20px;

    padding: 80px 80px;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    color: #32313a;
    font: 500 48px/1 Neue Montreal, sans-serif;
}

@media (max-width: 991px) {
    .cta-title {
        font-size: 40px;
    }

    .cta-content{
        border-radius: 10px;
        padding: 15px;
    }
}

.cta-description {
    margin-top: 16px;
    color: #525161;
    font: 400 24px DM Sans, sans-serif;
}

.cta-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 56px;
    justify-content: center;
}

.cta-input {
    /* flex: 1 1 240px; */
    padding: 0px 32px;
    border-radius: 1000px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font: 400 18px/2 DM Sans, sans-serif;
    width: 430px;
    max-width: 100%;
}

.cta-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 24px;
    border-radius: 1000px;
    background-color: #0083ff;
    color: #fff;
    font: 400 18px/2 DM Sans, sans-serif;
    width: fit-content;
    border: none !important;
}
.cta-button:hover{
    background-color:  #055bab!important;
    color: #fff!important;
}


.blog-section {
    padding: 100px 60px;
}

@media (max-width: 991px) {
    .blog-section {
        padding: 60px 20px;
    }
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.blog-title {
    color: #32313a;
    font: 500 48px/1 Neue Montreal, sans-serif;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .blog-title {
        font-size: 40px;
    }
}

.view-all-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 1000px;
    border: 1px solid #0083ff;
    color: #0083ff;
    font: 500 18px/2 DM Sans, sans-serif;
}

.blog-grid {
    /*display: flex;*/
    /*gap: 24px;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 48px;*/
}


.blog-card {
    /*flex: 1 1 300px;*/
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    height:100%;
    padding: 24px;
}

/*.img-container{*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    margin: 24px;*/
/*}*/

.blog-card .img-container{
    /*margin: 24px;*/
    margin: 0px!important;
    margin-bottom: 12px!important;
    border-radius: 10px;
    overflow: hidden;
    height: 225px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.blog-image {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    /*margin: 24px;*/
    margin-bottom: 0px;
}

.blog-content {
    padding: 24px;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #70747e;
    font: 400 16px Poppins, sans-serif;
}

.blog-card-title {
    margin-top: 16px;
    color: #32313a;
    font: 500 24px/34px Neue Montreal, -apple-system, Roboto, Helvetica, sans-serif;
}

.blog-excerpt {
    margin-top: 10px;
    color: #525161;
    font: 400 16px/25px DM Sans, sans-serif;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #0088ff;
    font: 500 18px/2 DM Sans, sans-serif;
}

.faq-section {
    padding: 120px 60px;
}

@media (max-width: 991px) {
    .faq-section {
        padding: 100px 20px;
    }
}

.faq-title {
    text-align: center;
    color: #32313a;
    font: 500 48px Neue Montreal, sans-serif;
}

@media (max-width: 991px) {
    .faq-title {
        font-size: 40px;
    }
}

.faq-list {
    max-width: 1320px;
    margin: 60px auto 0;
}

.faq-item {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid #cedef6;
    margin-bottom: 24px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px;
    color: #32313a;
    font: 500 24px/1 DM Sans, sans-serif;
    cursor: pointer;
}

.faq-icon {
    width: 48px;
    height: 48px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 0 26px 26px;
    color: #525161;
    font: 400 18px/28px Inter, sans-serif;
}

.faq-item.active .faq-icon {
    transform: rotate(90deg);
}

.faq-item.active .faq-answer {
    display: block;
}

.contact-section {
    padding: 100px 0px;
    background: linear-gradient(180deg, #F6F8FB 0%, rgba(246, 248, 251, 0) 100%);
}

@media (max-width: 991px) {
    .contact-section {
        padding: 60px 20px;
    }
    .faq-question{
        padding: 12px;
        font: 500 18px / 1 DM Sans, sans-serif;
    }
}


.contact-title {
    text-align: center;
    color: #32313a;
    font: 500 48px/1 Neue Montreal, sans-serif;
}

@media (max-width: 991px) {
    .contact-title {
        font-size: 40px;
    }
}

.contact-form {
    /* max-width: 800px; */
    margin: 48px auto 0;
}

.form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.form-field {
    flex: 1 1 240px;
}

.form-input {
    width: 100%;
    padding: 20px 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    font: 400 18px/2 DM Sans, sans-serif;
}

.form-textarea {
    width: 100%;
    height: 186px;
    margin-top: 24px;
    padding: 20px 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    font: 400 18px/2 DM Sans, sans-serif;
    resize: vertical;
}

.form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 48px auto 0;
    padding: 18px 24px;
    border-radius: 1000px;
    background-color: #0083ff;
    color: #fff;
    font: 500 18px/2 DM Sans, sans-serif;
    border: none;
    cursor: pointer;
}

.footer {
    background-color: #32313a;
    color: #fff;
    padding: 100px 60px 21px;
}

@media (max-width: 991px) {
    .footer {
        padding: 60px 20px 21px;
    }
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 25px;
}

.footer-column {
    flex: 1 1 200px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font: 500 24px/1 Neue Montreal, sans-serif;
}

.footer-description {
    margin-top: 30px;
    font: 400 18px/28px DM Sans, sans-serif;
}

.footer-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 16px 24px;
    border-radius: 1000px;
    border: 1px solid #fff;
    color: #fff;
    font: 500 18px/2 DM Sans, sans-serif;
}

.footer-social {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.footer-social-icon {
    width: 50px;
    height: 50px;
}

.footer-title {
    font: 500 20px Neue Montreal, sans-serif;
    margin-bottom: 24px;
    color: #fff;
}

.footer-links {
    font: 400 18px/28px DM Sans, sans-serif;
}

.footer-link {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-hours {
    margin-top: 24px;
}

.footer-day {
    font: 500 20px Neue Montreal, sans-serif;
    margin-bottom: 4px;
    color: #fff;
}

.footer-time {
    font: 400 16px/30px DM Sans, sans-serif;
    margin-bottom: 24px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 54px 0 20px;
}

.footer-copyright {
    text-align: center;
    font: 400 16px/2 DM Sans, sans-serif;
}

/* Comparison Banner */

.comparison-provider-banner {
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
}

.comparison-provider-banner h1 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: #32313A;
}

.comparison-provider-banner p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #525161;

}

.comparison-provider-banner .right-banner-circle-img {
    display: table;
    padding-top: 40px;
    padding-bottom: 70px;
    margin: 0px auto;
}

.sub-img {
    position: relative;
}

.sub-img .left-over-top {
    position: absolute;
    top: -15px;
    left: -105px;
}

.left-bottom {
    display: table;
    margin: 0px auto;
    padding-top: 80px;
}

.comparison-provider-banner .search-bar form {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    /* align-items: center; */
    padding: 32px;
    width: 617px;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 20px 100px rgba(0, 42, 82, 0.06);
    border-radius: 8px;
    gap: 24px;
    margin: 0px auto;
}

.comparison-provider-banner .search-bar .input {
    width: 100%;
    padding: 18px 24px;
    /* height: 64px; */
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 1000px;
    display: flex;
}

.comparison-provider-banner .search-bar .input input[type=text] {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #525161;
    width: 100%;
    border: none;
}

.comparison-provider-banner .search-bar .input input[type=text]:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
    /* background-color: black; */
    /* color: white; */
}

.comparison-provider-banner .search-bar .input::before {
    content: url('/images/marker-green.png');
    margin-bottom: -5px;
    margin-right: 5px;
    width: fit-content;
    height: fit-content;
}



.comparison-provider-banner .search-bar button {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;

    display: flex;
    padding: 18px 24px;
    background: #0083FF;
    border-radius: 1000px;
    border: none !important;
}

.comparison-provider-banner .search-bar button img {
    margin-top: 4px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .comparison-provider-banner .search-bar form {
        padding: 12px;
            gap: 6px;
    }
}

/* Comparison table */

.comparison-provider {
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(0, 113, 45, 0.05) 0%, rgba(0, 113, 45, 0) 100%);
}

.comparison-provider .heading h2 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #32313A;
    margin-top: 0px;
    margin-bottom: 24px;
}

.comparison-provider .heading p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    text-align: center;
    color: #525161;

    margin-top: 0px;
    margin-bottom: 48px;
}

.comparison-provider .plan-heading {
    padding: 0px 20px;
}

.comparison-provider .plan-heading p {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #32313A;
}

.comparison-provider .plan-card {
    align-items: center;
    padding: 16px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(82, 81, 97, 0.16);
    border-radius: 8px;
    margin-bottom: 24px;
}

.comparison-provider .plan-card.even {
    background: rgba(0, 136, 255, 0.05) !important;
}

.comparison-provider .plan-card a {
    display: block;
    padding: 15px 25px;
    border: 1px solid rgb(0, 110, 255);
    border-radius: 5px;
    background: rgb(0, 110, 255);
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.comparison-provider .plan-card a:hover {
    background: #fff;
    color: rgb(0, 110, 255);
}

.comparison-provider .plan-card .plan-name {
     font-family: 'DM Sans'; 
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #0083FF;
    margin-bottom: 0px;
}

.comparison-provider .plan-card .download,
.comparison-provider .plan-card .upload {
     font-family: 'DM Sans'; 
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #525161;
    margin-bottom: 0px;
    padding-right: 15px;
}

.comparison-provider .plan-card .type-connection {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #525161;
    margin-bottom: 0px;
    /* text-align: center; */
}

.comparison-provider .plan-card .download span,
.comparison-provider .plan-card .upload span {
    float: right;
    font-weight: 400;
}

.comparison-provider .plan-card .price {
   font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #525161;
    margin-bottom: 0px;
}

.comparison-provider .plan-card .price-monthly {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    margin-bottom: 0px;
}

.comparison-provider a {
    text-decoration: none;
}

.comparison-provider .comparision-description {
    padding-top: 24px;
}

.comparison-provider .comparision-description p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

    color: #525161;
}

.comparison-provider .comparision-description p:last-child {
    margin-bottom: 0px;
}

/* Top Provider list (Row Div) */

.top-providers-card {
    padding: 100px 0px;
    background: linear-gradient(180deg, rgba(0, 131, 255, 0.05) 0%, rgba(0, 131, 255, 0) 100%);
}

.top-providers-card h2 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #32313A;
    margin-top: 0px;
    margin-bottom: 48px;
}

.top-providers-card .top-cards {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 95%;
    padding-bottom: 125px;
    position: relative;
}

.top-providers-card .top-cards .provider-img {
    width: 100%;
    height: 224px;
    background: #EDF6FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.top-providers-card .top-cards .provider-img img {
    height: 65px;
}

.top-providers-card .top-cards h3 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #32313A;
    padding-right: 65px;
    position: relative;
}

.top-providers-card .top-cards h3 span {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px;
    gap: 4px;
    border: 1px solid #525161;
    border-radius: 100px;

    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;

    color: #525161;

}

.top-providers-card .top-cards .description,
.top-providers-card .top-cards .pricing {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;

    color: #525161;
}

.top-providers-card .top-cards .provider-link {
    padding: 16px 24px;
    display: inline-block;
    border: 1px solid #0083FF;
    border-radius: 1000px;
    text-decoration: none;

    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #0083FF;
    position: absolute;
    bottom: 0px;
    margin-bottom: 24px;
    background: #fff;
}

.top-providers-card .top-cards .provider-link:hover {
    background: #0083FF;
    color: #fff;

}

@media (max-width: 991px) {
    .top-providers-card .top-cards .provider-img img {
        height: auto;
        width: 250px;
    }
}

/* Comparison Description */

.provider-comparison-info {
    padding: 100px 0px;
}

.provider-comparison-info .content {
    padding-right: 40px;
}

.provider-comparison-info h3 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;

    color: #32313A;
    margin-top: 0px;
    margin-bottom: 24px;
}

.provider-comparison-info p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #525161;
    margin-top: 0px;
    margin-bottom: 16px;
}

.provider-comparison-info .img-container {
    width: 100%
}

/* Pros and Cons 2 */

.pros-cons2 {
    padding-bottom: 100px;
}

.pros-cons2 .heading h2 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #32313A;
    margin-top: 0px;
    margin-bottom: 24px;
}

.pros-cons2 .heading p {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #525161;
    margin-top: 0px;
    margin-bottom: 48px;
}

.pros-cons2 .pros h3 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    color: #00712D;
    margin-top: 0px;
    margin-bottom: 40px;
}



.pros-cons2 .pros h4::before {
    content: url('/images/circled-green-plus.png');
    position: absolute;
    top: 3px;
    left: 0px;
}


.pros-cons2 .cons h3 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;

    color: #F05A7E;
    margin-top: 0px;
    margin-bottom: 40px;
}

.pros-cons2 .pros h4,
.pros-cons2 .cons h4 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;

    color: #32313A;
    padding-left: 33px;
    position: relative;

    margin-top: 0px;
    margin-bottom: 20px;
}


.pros-cons2 .cons h4:before {
    content: url('/images/circled-red-minus.png');
    position: absolute;
    top: 3px;
    left: 0px;
}

.pros-cons2 .pros p,
.pros-cons2 .cons p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #525161;
    margin-top: 0px;
    margin-bottom: 31px;
}

/* Top Category - Internet Technology */

.top-category {
    padding-bottom: 100px;
}

.top-category h2 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #32313A;
    margin-top: 0px;
    margin-bottom: 48px;
}

.top-category .top-card {
    box-sizing: border-box;
    padding: 48px 24px;
    background: #FFFFFF;
    border: 1px solid rgba(82, 81, 97, 0.16);
    border-radius: 16px;
    margin-bottom: 10px;
}

.top-category .top-card img {
    display: table;
    margin: 0px auto;
}

.top-category .top-card h3 {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #32313A;
    margin-top: 32px;
    margin-bottom: 10px;
}

.top-category .top-card .link {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: block;
    text-align: center;
    color: #32313A;
    margin-bottom: 0px;
}



.top-category .top-card:hover {
    border-color: #FFFFFF;
    box-shadow: 0px 20px 100px rgba(0, 42, 82, 0.06);
}

.top-category .top-card:hover .link {
    text-decoration-line: underline;
    color: #0083FF;
}

.top-category .row {
    margin: 0px -10px;
}

.top-category .col-md {
    padding: 0px 10px;
}

/* Slider Comparison */

.slide-comparison .left-long-img-two-col-section {
    margin-left: calc((100% - 1320px) / 2);
    display: flex;
    padding-top: 0px;
    align-items: center;
    overflow-x: scroll;

    padding-bottom: 56px;
    margin-bottom: 100px;
}

.slide-comparison .left-long-img-two-col-section::-webkit-scrollbar {
    height: 10px;
    background: rgba(82, 81, 97, 0.15);
    border-radius: 100px;
}

.slide-comparison .left-long-img-two-col-section::-webkit-scrollbar-thumb {
    height: 10px;
    background: #525161;
    border-radius: 100px;
}

.slide-comparison .left-long-img-two-col-section::-webkit-scrollbar-track {
    height: 10px;
    background: rgba(82, 81, 97, 0.15);
    border-radius: 100px;
}



@media only screen and (max-width: 993px) {
    .slider .slider-card.heading{
        width: 190px !important;
    }
}

.slider {
    display: flex;

}

.slider>div {
    width: 370px;
}

.slider .slider-card>div {
    border-bottom: 1px solid rgba(82, 81, 97, 0.2);
    padding: 15px 0px;
    padding-right: 20px;
}

.slider .slider-card img {
    height: 40px;
    width: auto;
}

.slider .slider-card p {
    margin-bottom: 0px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    color: #525161;
}

.slider .slider-card.heading p {
    font-family: 'Neue Montreal';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

    color: #32313A;
}

.slider .slider-card .description {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

    color: #525161;

    margin-bottom: 24px !important;
}

/* .slider .slider-card .type-connection{
    padding: 3px 5px;
    border: 1px solid #32313A;
    border-radius: 100px;
    display: block;
} */

.slider .slider-card.heading {
    position: sticky;
    left: 0;
    background: #fff;
    border-right: 1px solid #f6f6f6
}

.slider .slider-card .type-connection span {
    padding: 3px 10px;
    border: 1px solid #32313A;
    border-radius: 100px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.slider .slider-card .learn-more {
    width: 100%;
    display: block;
    padding: 16px 24px;
    background: #FFFFFF;
    border: 1px solid #6439FF;
    border-radius: 1000px;

    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

    color: #6439FF;

    text-decoration: none;
    transition: 0.3s;
}



.slider .slider-card:hover .learn-more {
    background: #6439FF;
    border-color: #6439FF;
    color: #fff;
    margin-top: 3px;
}

span.error{
    padding: 2px 5px;
    background: red;
    color: #fff;
    border-radius: 5px;
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

@media (max-width: 991px) {
    .comparison-provider-banner .col-md img{
        display: none;
    }
}

@media (max-width: 1300px){
    .slide-comparison .left-long-img-two-col-section{
        margin-left: 10px;
    }
}
