@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #02002a 20%, #0777ff 90%);
}
div#schedule {
    display: table;
    margin: auto;
}
html,
body {
    font-family: "Poppins", sans-serif !important;
}
li::marker {
    color: #0777ff;
}
a {
    text-decoration: none !important;
    color: #000 !important;
    transition: 0.5s;
}
.carousel-item.active, .section-title.text-center {
    animation: fade-in-up 1s !important;
}
@keyframes fade-in-up  {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}



[data-aos] {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Fade in from bottom */
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-bottom.aos-animate {
  animation: fadeInBottom 1s ease forwards;
}

/* Reveal from left */
@keyframes revealFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.reveal-left.aos-animate {
  animation: revealFromLeft 1s ease forwards;
}

/* Reveal from right */
@keyframes revealFromRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.reveal-right.aos-animate {
  animation: revealFromRight 1s ease forwards;
}

/* Bounce up */
@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-up.aos-animate {
  animation: bounceUp 1s ease forwards;
}



.copyright {
    border-top: 2px solid #0777ff;
    padding: 20px 0 !important;
}
a:hover {
    color: #007bff !important;
}
html,
body {
    overflow-x: hidden !important;
}
html body {
    overflow-x: hidden !important;
}
body {
    color: #111;
}
html body p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif !important;
}
footer.footer-section ul li a:hover {
    color: #0777ff !important;
    margin-left: 3px !important;
}
hr.horizontal-line {
    color: #0777ff;
    height: 2px;
}
ul.contact-info li a {
    font-size: 13px;
    line-height: 23px;
}
ul.contact-info li a i {
    font-size: 16px !important;
    margin-right: 12px;
        width: 20px;
}
li,
span,
a,
label,
input::placeholder,
input:focus,
textarea:focus,
textarea::placeholder,
input:focus,
textarea:focus,
strong {
    font-family: "Poppins", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Outfit", sans-serif;
    color: #111;
    font-weight: 700 !important;
    text-transform: capitalize;
}
section {
    padding: 40px 0 20px;
}
body h3 {
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
}
body h1 {
    font-size: 52px !important;
    line-height: 66px !important;
    font-weight: 700 !important;
}
body h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
}
h1 span,
h2 span,
h3 span {
    background: -webkit-linear-gradient(#0777ff, #231d93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Outfit' !important;
    font-weight: 700 !important;
}
nav.navbar ul.dropdown-menu.show {
    padding: 10px;
}
.modal-content h4 {
    color: #fff;
}
.hero-sec-text a {
    text-decoration: none;
    color: #fff;
    border-color: #fff;
    margin-right: 15px;
}
a.navbar-brand img {
    max-width: 123px;
}
.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #5271ff !important;
}
.row {
    align-items: center !important;
}
#nav-bar {
    padding: 20px 0;
}
#nav-bar .call-us-button {
    float: right;
}
#top-header-bar .top-bar-right {
    float: right;
}
#top-header-bar a i {
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
}
#top-header-bar a:hover i {
    color: #007bff !important;
}
#top-header-bar a {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important;

}
#top-header-bar a:hover {
    color: #007bff !important;
}
#top-header-bar {
    background: #02002A;
    padding: 6px 0;
}
.request-quote button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
a.nav-link.dropdown-toggle {
    padding: 0 !important;
    margin-right: 30px;
}
.dropdown-menu.show h5 {
    font-size: 15px;
}
nav.navbar {
    padding: 0px 30px;
}
ul.inner-drop-down {
    padding-left: 10px;
}
.dropdown-menu.show {
    padding-left: 10px !important;
}
.dropdown-menu.show li {
    list-style: disc;
    margin-bottom: 4px;
}
.dropdown-menu.show li::marker {
    color: #ccc;
    font-size: 14px !important;
}
.dropdown-menu.show a {
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    text-transform: capitalize !important;
}
.dropdown-menu.show a:hover {
    background: unset !important;
}
.dropdown-menu.show h4 {
    font-size: 18px !important;
    line-height: 28px;
}
div#home-banner-carousel .carousel-inner {
    overflow: visible;
}
#plan .row {
    align-items: baseline !important;
}
#plan {
    padding: 60px 0 60px;
}
.plan-parent a {
    color: #fff !important;
}
.plan-detail h3 {
    font-size: 34px !important;
    line-height: 44px !important
}
.plan-parent ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.plan-detail a:hover {
    color: #147eff !important;
}
.plan-detail a {
    cursor: pointer;
    transition: 0.5s;
    text-decoration: dashed !important;
}
.plan-detail h5 {
    font-size: 16px;
    line-height: 26px;
    background: #2a437f;
    border-radius: 22px;
    padding: 4px 0;
}
#home-banner .carousel-item img {
    object-fit: contain;
    height: 500px;
}
#plan .request-quote {
    justify-content: center;
}
#three-grid-box .row {
    align-items: baseline !important;
}
.plan-parent ul {
    height: 230px;
    padding: 13px 13px 10px 30px;
    background: #fff;
    border-radius: 6px;
    overflow-y: scroll;
}
.plan-parent ul li {
    color: #111 !important;

}
.plan-detail h3 span {
    color: #fff !important;
    font-size: 20px !important;
}
.plan-detail {
    text-align: center;
    margin-bottom: 20px;
}
.plan-parent {
    background: #02002a;
    box-shadow: 0px 0px 30px #cccccc7a;
    border-radius: 12px;
    padding: 20px 20px;
    transition: 0.5s;
    color: #fff;
    position: relative;
}
.section-title {
    margin-bottom: 40px;
}
.section-title {
    margin-bottom: 40px;
}
.card-img-top {
    object-fit: cover;
    height: 300px;
}
#blogs-services div#inner-row-bottom ul li {
    list-style: none;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px;
}
#blogs-services div#inner-row-bottom ul {
    padding-left: 0 !important;
}
#blogs-services div#inner-row-bottom {
    background: #02002a;
    color: #fff;
    margin: 30px 20px 0px;
    border-radius: 24px;
    padding: 20px 20px;
}
#blogs-services {
    padding: 40px 0 80px;
}
#blogs-services #inner-row-top {
    align-items: baseline !important;
}
#blogs-services #inner-row-bottom {
    align-items: center !important;
}
.blog-detail h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    min-height: 60px;
    overflow: hidden;
}
a#contact-us-btn button {
    background: #fff;
    color: #000;
    margin-bottom: 10px;
}
.chart-row:hover {
    background: #eee;
}
.chart-row {
    transition: 0.5s;
}
.blog-detail p {
    min-height: 140px;
}
.blog-item {
    transition: 0.5s;
}
.blog-detail {
    padding: 15px 20px 10px;
}
.blog-item:hover {
    transform: translateY(-5px);
}
#blogs-services .blog-item {
    padding: 0;
    margin: 10px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 30px #cccccc63;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 2px solid #02002a;
    transition: 0.5s;
}
#compare-section {
    padding: 40px 0 80px;
    background: linear-gradient(45deg, #007bff -40%, #02002a 80%);
}
.compare-brands {
    width: 30%;
    justify-content: space-around;
}
#compare-section .section-title h2,
#compare-section .section-title p {
    color: #fff;
}
#bundle-offer {
    padding: 60px 0px 80px;
}
#bundle-offer .row {
    align-items: baseline !important;
}
div#head h3 {
    padding: 0px 30px;
    margin: 0;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    font-family: 'Outfit' !important;
}
.chart-row p {
    margin: 0;
}
div#head {
    background: #efefef;
    border-bottom: 2px solid #0777ff;
    padding: 20px 0px;
}
.chart-row {
    background: #fff;
    box-shadow: inset 0px 0px 30px #cccccc36;
    padding: 12px 20px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}
.compare-img {
    width: 30%;
    justify-content: space-around;
}
.compare-chart {
    background: #cccccc1f;
    border-radius: 12px;
    padding: 0 !important;
    overflow: hidden;
}
.title {
    width: 70%;
}
.compare-img img {
    object-fit: contain;
    height: 30px;
    width: 30%;
}
.compare-brands img {
    object-fit: contain;
    height: 20px;
}
.footer-nav-menu h4 {
    position: relative;
    display: block !important;
    max-width: max-content;
    margin-bottom: 12px;
    padding: 2px 10px;
    background: #fff;
    color: #111;
}
footer.footer-section {
    background-image: url(/img/footer-main-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 0;
    color: #fff !important;
}
footer.footer-section a {
    color: #fff !important;
}
footer.footer-section ul li {
    list-style: none;
    justify-content: space-between;
}
footer.footer-section iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 4px solid #0052ca !important;
}
footer.footer-section ul li {
    margin-bottom: 3px;
}
footer.footer-section .row {
    align-items: start !important;
    padding: 20px 0 20px;
}
.schedule-time li {
    justify-content: space-between;
}
footer.footer-section ul {
    padding-left: 0;
}
#bundle-offer .blog-item {
    padding: 0;
    margin: 10px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 30px #cccccc36;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 2px solid #02002a;
}
#bundle-offer .blog-detail p {
    height: 100px;
    overflow: hidden;
}
#main-header .request-quote {
    margin-top: 0 !important;
}
.request-quote button:hover {
    transform: translateY(-5px);
}
.request-quote button,
button#contact-submit {
    background-image: linear-gradient(to right, #02002a 0%, #0777ff 51%, #02002a 100%);
    margin: 0px;
    padding: 12px 38px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    font-weight: 600;
    font-family: "Oswald" !important;
    border: 1px solid #fff;
}
#CTA-platform img {
    width: 70%;
    float: right;
}
button#contact-submit {
    border: 2px solid #fff;
}
button#contact-submit:hover {
    background: #fff !important;
    color: #02002a !important;
}
.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 0, 42, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
}
.modal-content::before {
    content: "";
    position: absolute;
    background-image: url(/img/satellite-dish.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -30px;
    left: -70px;
    z-index: -1;
    width: 60%;
    height: 100%;
    opacity: 0.1;
}
section#bundle-offer .blog-detail h3 {
    min-height: unset;
}
.modal-content {
    background: linear-gradient(135deg, #0777ff, #02002A);
    color: white;
    padding: 30px;
    max-width: 900px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.5s ease-in-out;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    z-index: 1;
}
.modal-content .close {
    opacity: 1;
    position: absolute;
    top: 20px;
    left: 20px;
}
.modal-content .close i {
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 50% 50%;
    transition: 0.5s;
}
/* 
.modal-content .close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    float: right;
    cursor: pointer;
} */
.modal-content h2,
.modal-content p {
    color: white;
}
.modal-heading {
    font-size: 24px;
    font-weight: bold;
}
.modal-subheading {
    font-size: 16px;
    opacity: 0.9;
}
.modal-image-wrapper img {
    max-width: 180px;
    margin-bottom: 20px;
}
form#contact input,
form#contact textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    transition: all 0.3s ease;
}
form#contact input::placeholder,
form#contact textarea::placeholder {
    color: #000(255, 255, 255, 0.6) !important;
}


form#contact input:focus,
form#contact textarea:focus {
    outline: none;
    background-color: #fff(255, 255, 255, 0.15);
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 2px #0777ff;
    color: #000 !important;
}


.amz-button {
    background: #ffffff;
    color: #02002A;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

.amz-button:hover {
    background: #0777ff;
    color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .modal-content {
        flex-direction: column;
        padding: 20px;
    }

    .modal-content .row {
        flex-direction: column;
    }
}

#bottom-CTA .request-quote {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
    justify-content: center;
}



.request-quote {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.call-info-header p {
    margin: 0;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.phone-div-header img {
    filter: brightness(0);
    height: 20px;
}

a.black-button {
    background: #111 !important;
}

.faqs-col button.accordion-button {
    padding: 23px 20px;
}

.faqs-col .accordion-button:not(.collapsed) {
    background-color: #5271ff;
    color: white;
}

.faqs-col .accordion-button::after {
    height: 20px;
    width: 20px;
    content: "\F64D";
    right: 20px;
    font-size: 20px;
    font-family: 'bootstrap-icons';
    position: absolute;
    background-image: unset !important;
}

#home-banner .row {
    align-items: center !important;
}

#home-banner {
    padding: 150px 0px;
    background-image: url(/img/homemain-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#home-banner img {
    width: 100%;
    float: right;
}

#home-banner h1,
#home-banner h5,
#home-banner p {
    color: #fff !important;
}

button.carousel-control-prev {
    left: -170px !important;
}

button.carousel-control-next {
    right: -170px !important;
}

#home-banner p {
    font-size: 18px;
    line-height: 28px;
}

.service-page-banner {
    background-image: url(/img/service-page-banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}



/* #package-list .row {
    align-items: start !important;
} */
#package-list {
    padding: 60px 0 40px;
}

.service-points h3 {
    margin: 0;
    font-size: 22px !important;
    line-height: 32px;
    font-weight: 600 !important;
    color: #fff;
}

.service-points:hover {
    transform: translateX(-5px);
}

.service-points {
    background: #0f7bff;
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 10px 0;
    box-shadow: inset 0px 0px 20px #02002a;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    transition: 0.5s;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

section#package-list .request-quote {
    justify-content: center;
}

#package-list div#inner-row-bottom {
    padding: 40px 0 0;
}

.copyright p {
    margin: 0;
}

.hopper-feature img {
    object-fit: contain;
    height: 280px;
    display: table;
    margin: 20px auto 0;
}

.hopper-feature p {
    min-height: 80px;
}

.hopper-feature h3 {
    color: #007bff;
    font-size: 24px !important;
    line-height: 34px !important;
}

.hopper-feature {
    padding: 30px 40px;
    background: #02002a;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 12px;
}

#programing-section {
    padding: 40px 0px 60px;
}

.programing-package {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 30px #ccc;
    padding: 20px 0px;
    background: linear-gradient(180deg, #0777ff 20%, transparent 40%);
}

.programing-package span.tagline {
    background: #fff;
    color: #000;
    display: table;
    margin: auto;
    padding: 0px 28px;
    border-radius: 22px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.package-support img {
    object-fit: contain;
    height: 40px;
}

.pkg-btn a {
    display: table;
    margin: auto;
    background: #000;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 22px;
    font-weight: 600;
    transition: 0.5s;
}

.pkg-btn a:hover {
    background: #0777ff;
}

.package-support {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 20px 20px;
    justify-content: center;
    min-height: 240px;
}

.package-title h3 {
    font-size: 34px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
}

.package-title h5 {
    font-size: 22px !important;
    line-height: 32px;
}

.package-title {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.package-title p {
    margin-bottom: 0;
}



#CTA-platform {
    background-image: url(/img/banner-CTA-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0px;
    color: #fff;
}

#platforms .platform-icon img {
    aspect-ratio: 1;
    object-fit: contain;
    height: 90px;
    display: table;
    margin: auto;
}

.platform-icon {
    background: #cccccc52;
    margin: 0px 0px 20px;
    padding: 30px;
    border-radius: 12px;
    transition: 0.5s;
}

.platform-icon:hover {
    transform: scale(0.95);
}

#platforms {
    padding: 60px 0px 60px;
}

#inner-row {
    padding: 40px 0;
}

#inner-row:nth-child(2) img,
#inner-row:nth-child(4) img {
    float: right;
}

#inner-row img {
    width: 80%;
    border-radius: 12px;
    box-shadow: 0px 0px 30px #cccccc61;
}



#key-features #myTabContent {
    background: linear-gradient(45deg, #0d6efd, #02002a);
    padding: 40px 50px;
}

#key-features ul li button.active {
    background: #0d6efd;
}

#key-features ul li button:hover {
    background: #0d6efd;
    color: #000;
}

#key-features ul li button {
    border: unset;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Red Hat Display';
    letter-spacing: 1px;
    background: #02002a;
    margin: 0px 10px;
    border-radius: 32px;
    width: 200px;
    transition: 0.5s;
}

#key-features ul {
    border: unset;
    justify-content: center;
}

#key-features .feature-parent {
    overflow: hidden;
    border-radius: 24px;
    transition: 0.5s;
    position: relative;
}

section#key-features .col-12 {
    padding: 0;
}

#key-features .feature-parent h3 {
    font-size: 24px !important;
    line-height: 34px !important;
}

#key-features {
    padding: 40px 0px 40px;
}

#key-features .row {
    align-items: start !important;
}

#key-features .feature-text p {
    min-height: 150px;
}
#key-features .feature-text h3 {
    min-height: 50px;
}
#key-features .feature-text {
    padding: 20px 20px 10px;
    border-top: 2px solid #0d6efd;
    background: #fff;
}
#bottom-CTA a {
    display: table;
    margin: auto;
}
#bottom-CTA {
    padding: 60px 0px 40px;
}
.CTA-text img {
    border-radius: 50%;
    width: 14%;
    margin-bottom: 20px;
    transition: 0.5s;
        box-shadow: 0px 0px 20px #cccccc70;
}
div#parallex-banner-row {
    background: url(/img/parallex-banner-dish-anywhere.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
div#parallex-banner-row::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.7;
}
#parallex-with-grid .parallex-grid-parent {
    background: #efefef;
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid #ccc;
    transition: 0.5s;
    cursor: pointer;
}
#grid-col-row {
    margin-top: -90px !important;
    position: relative;
    z-index: 9;
    align-items: start !important;
}
#parallex-with-grid .parallex-grid-parent:hover {
    transform: translateY(-5px);
}
#parallex-with-grid .parallex-grid-parent p {
    min-height: 80px;
}
div#parallex-banner-row h2 {
    font-size: 54px !important;
    line-height: 64px !important;
}
.service-page-banner a {
    display: table;
    margin: auto;
}
#platform-parallex-section .row {
    background-image: url(/img/sports-platform-parallex.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    color: #fff;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#platform-parallex-section {
    padding: 80px 0;
}
#platform-parallex-section .row::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.7;
}
#platform-parallex-section .platform-icon {
    background: #fff !important;
}
#platform-parallex-section .platform-icon img {
    display: table;
    margin: auto;
    object-fit: contain;
    height: 40px;
    width: auto;
    aspect-ratio: 3;
}
.platform-parent {
    gap: 20px;
    margin-top: 40px;
}
body#sports #service-intro {
    background: linear-gradient(45deg, #0d6efd, #02002a);
    padding: 80px 0;
}
body#sports #service-intro #inner-row-top {
    background: #fff !important;
    padding: 50px 30px;
    border-radius: 52px;
    margin-bottom: 60px;
}
body#sports #service-intro #inner-row-bottom {
    align-items: start !important;
}
body#sports #service-intro .img-with-text-Y {
    background: #fff;
    padding: 40px 20px;
    border-radius: 22px;
}
.img-with-text-Y img {
    object-fit: contain;
    height: 220px;
    width: 100%;
}
img {
    transition: 0.5s;
}
img:hover {
    filter: brightness(0.8);
}
.plan-price {
    font-size: 34px !important;
    line-height: 44px !important;
    font-weight: 700 !important;

}
.plan-price span {
    color: #0777ff !important;
    font-size: 20px !important;
}
.sports-plan-grid img {
    width: 40%;
}
.sports-plan-grid {
    background: #f5f4f4;
    margin: 0px 0px 30px;
    border-radius: 12px;
    overflow: hidden;
}

.sports-plan-grid .plan-title {
    padding: 20px 20px 20px;
}

.sports-plan-grid .plan-title h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    /* min-height: 60px; */
}

.sports-plan-grid .plan-title p {
    overflow-y: auto;
    height: 80px;
}

.premium-plan img {
    margin-bottom: 30px;
    object-fit: contain;
    height: 60px;
}

.premium-plan p {
    min-height: 100px;
}

.premium-plan {
    border: 4px solid #02002A;
    padding: 40px 20px;
    border-radius: 22px;
    text-align: center;
    margin: 0px 0px 20px;
    transition: 0.5s;
    cursor: pointer;
}

.premium-plan:hover {
    border-color: #0777ff;
    transform: scale(0.98);
}

.premium-plan:hover h3 {
    color: #0777ff;
}

.premium-plan-section .row {
    align-items: start !important;
}

.premium-plan h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    transition: 0.3s;
}


.social-links-img {
    justify-content: center;
    gap: 10px;
}

.social-links-img img {
    object-fit: contain;
    height: 40px;
}

#worlds-connect .row img {
    width: 35%;
    display: table;
    margin: auto;
}

.benefits-parent {
    justify-content: center;
    gap: 20px;
}

.benefits {
    background: linear-gradient(45deg, #0d6efd, #02002a);
    color: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    max-width: 320px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.5s;
}

ul.why-benefits li {
    list-style: none;
    text-align: center;
    background: #02002a;
    padding: 20px 15px;
    margin-top: 10px;
    border-radius: 12px;
    color: #fff;
    border: 2px solid #0777ff;
    transition: 0.5s;
}

ul.why-benefits {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap-reverse;
    gap: 15px;
}

.benefits p {
    min-height: 80px;
    font-size: 14px;
    line-height: 24px;
}

.benefits h4 {
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: capitalize;
}

.benefits:hover {
    transform: scale(0.98);
}

section#why-choose-us {
    padding: 0px 0px 40px;
}

.disclaimer-text {
    padding: 20px 0;
}

#benefits-points .col-md-6 {
    padding: 20px 10px;
    background: #ebeaea;
    border-radius: 12px;
    margin-top: 20px;
}

#img-with-text img {
    border-radius: 90%;
    border-radius: 12px;
}

#img-with-text #inner-row-top {
    padding: 40px 0;
}
#platform-pack {
    padding: 60px 0 0;
}
#platform-pack .row {
    align-items: start !important;
}
#platform-pack img {
    object-fit: contain;
    height: 40px;
}
.img-grid {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0px;
}
div#step1 {
    padding: 40px 0;
    background: #02002a;
    color: #fff;
}
ul.dropdown-menu li {
    list-style: none !important;
}
ul.dropdown-menu {
    padding-left: 10px !important;
}
div#step2 {
    padding: 40px 0;
    background: #0d6efd;
    color: #fff;
}
.pack-type img {
    display: table;
    margin: auto;
}
.pack-type {
    background: #fff;
    margin: 20px 50px;
    padding: 40px 20px;
    border-radius: 12px;
    color: #000;
}
html body {
    overflow-x: hidden !important;
    z-index: -1;
    position: relative;
}
.grid-item-box:hover .text-wrapper {
    bottom: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
    pointer-events: none;
}
.grid-item-box .text-wrapper h4 {
    color: #fff;
    font-size: 48px;
    z-index: -2;
    position: relative;
}
.grid-item-box .text-wrapper {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
}
.grid-item-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.grid-item-box .img-bg {
    position: relative;
    overflow: hidden;

}
.grid-item-box .img-bg::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.4s;
    border-radius: 16px;
}
.grid-item-box .img-bg:hover:before {
    opacity: 0.5;
}
.product-grid {
    margin: 20px 10px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 40px #cccccc33;
    background: #fff;
}
.product-grid strong {
    background: #02002a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}
.product-grid p {
    min-height: 80px;
    margin-top: 10px;
}
.product-grid span {
    font-weight: 700;
    color: red;
}
.product-grid h3 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin-top: 10px;
}
.product-grid strong {
    background: #02002a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}
.product-grid .product-detail {
    padding: 18px 20px;
}
#service-feature-section .col-sm-2 {
    width: 20%;
}
#service-feature-section .row {
    align-items: start !important;
}
#service-feature-section .service-feature img {
    object-fit: contain;
    height: 80px;
    margin: 0px auto 20px;
    filter: hue-rotate(5deg);
}
#installation #service-feature-section .service-feature img {
    filter: hue-rotate(220deg);
}
.section-title {
    margin-bottom: 40px;
}
.service-feature p {
    min-height: 110px;
}
.service-feature {
    padding: 20px 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset 0px 0px 40px #cccccc42;
}
section#service-feature-section {
    padding: 80px 0;
    background: #e7e7e7;
}
.num-with-txt {
    align-items: baseline !important;
}
.num-with-txt span {
    font-size: 120px;
    font-weight: 700;
    font-family: "Outfit" !important;
    background: -webkit-linear-gradient(#0777ff, #02002a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#mini-tool-section .slide-item {
    background: linear-gradient(180deg, #02002a 29%, #0D6EFB 64%, transparent 91%);
    color: #fff;
    height: 250px;
    margin: 0px 10px;
    padding: 12px 20px;
    border-radius: 24px;
}
section#mini-tool-section img {
    display: table;
    margin: 0 auto 30px;
    object-fit: contain;
    height: 430px;
}
body#english-packages .row {
    align-items: start !important;
}
.img-plus img {
    width: 40%;
    display: table;
    margin: auto;
    filter: drop-shadow(2px 4px 2px black);
}
.bundle-img img {
    object-fit: contain;
    height: 180px;
}
#bundle-offer-air a {
    display: table;
    margin: auto;
}
.bundle-grid {
    justify-content: center;
    margin-bottom: 30px;
}
#bundle-offer-air {
    padding: 80px 0;
}
.bundle-feature img {
    width: 30%;
    filter: hue-rotate(215deg) brightness(1.09);
    display: table;
    margin: 10px auto;
}
#bundle-feature-section .row {
    align-items: start !important;
}
.bundle-feature p {
    font-size: 16px;
    line-height: 26px;
    min-height: 80px;
}
h4 span {
    color: #0777ff;
}
.bundle-feature {
    background: #fff;
    border-radius: 22px;
    padding: 20px 20px;
    transition: 0.5s;
    box-shadow: inset 0px 0px 40px #cccccc60;
    border: 1px solid #cccccc6e;
}
.bundle-feature:hover {
    transform: scale(0.98);
}
#bundle-feature-section {
    padding: 60px 0;
    background: #eee;
}
.plan-box h3 {
    background: #fff;
    color: #000;
    max-width: fit-content;
    padding: 6px 20px;
    border-radius: 12px;
}
#mix-bundle-plan {
    padding: 60px 0;
}
.plan-box {
    background: #02002a;
    color: #fff;
    padding: 30px 30px;
    border-radius: 22px;
}
#img-text-grid .row {
    align-items: start !important;
}
.top-text-grid {
    background: #ffffff;
    box-shadow: 0px 0px 20px #ccc;
}
.top-text-grid {
    background: #fff;
    box-shadow: 0px 0px 40px #cccccc79;
    text-align: center;
    padding: 20px 30px;
    border-radius: 12px;
}
#boost-mobile #bottom-CTA .request-quote {
    justify-content: start !important;
}
.top-text-grid p {
    min-height: 120px;
}
.top-text-grid img {
    object-fit: contain;
    height: 190px;
    margin: 10px auto 10px;
}
#why-reasons {
    padding: 80px 0 20px;
}
#why-reasons .row {
    align-items: start !important;
}
#why-reasons .reason-text {
    background: #02002a;
    color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
}
#why-reasons .reason-text p {
    min-height: 140px;
}
#why-reasons .num-with-txt span {
    background: -webkit-linear-gradient(180deg, #02002a, #0d6efd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body#three-offer .blog-detail p {
    min-height: 80px;
}
body#three-offer .blog-detail h3 {
    min-height: unset;
}
#four-feat .row {
    align-items: start !important;
}
#four-feat {
    padding: 60px 0 40px;
}
.service-box a {
    color: #ffffff !important;
}
.service-box a:hover {
    color: #0777ff !important;
}
.service-box h4 {
    font-size: 17px;
    line-height: 27px;
}
.service-box {
    background: #02002a;
    color: #fff;
    padding: 20px 30px;
    border-radius: 12px;
    transition: 0.5s;
}
.service-box:hover {
    transform: translateY(-5px);
}
#three-offer #blogs-services {
    padding: 40px 0 40px;
    background: #eee;
}
#three-offer .service-page-banner a {
    margin: unset;
    display: unset;
}
section#three-offer-banner {
    background: linear-gradient(45deg, #02002a, #0777ff);
}
#fifty-five-offer-banner a {
    margin: unset;
    display: unset;
}
#hotels #bottom-CTA .request-quote {
    justify-content: start !important;
}
#fifty-five-offer-banner {
    padding: 120px 0px 200px;
}
.content-wrapper-flex {
    gap: 70px;
}
.content-wrapper h3 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.content-wrapper {
    background: #eee;
    padding: 10px 20px;
    border-radius: 12px;
}
.plus-icon {
    width: 80%;
    height: unset;
    object-fit: contain;
}
.service-page-banner {
    z-index: -1;
}
#grid-top-section .row {
    align-items: start !important;
}
#grid-top-section {
    padding: 0px 0px 40px;
    margin-top: -120px;
    z-index: 9;
    overflow: visible;
}
.card-details {
    padding: 20px 20px;
}
.img-grid img {
    object-fit: contain;
    height: 40px;
}
.img-grid {
    justify-content: start;
}
.channel-ben {
    border-radius: 12px;
    padding: 10px 25px;
    background: #f5f5f5;
    margin-bottom: 20px;
}
#fifty-five-offer div#parallex-banner-row {
    background-image: url(/img/55offer-parallex-banner.webp);
}
i {
    transition: 0.5s;
}
#parallex-with-grid .parallex-grid-parent p {
    font-size: 15px;
    line-height: 25px;
    min-height: 100px;
}
#three-grid-box .grid-box p {
    font-size: 15px;
    line-height: 25px;
    min-height: 70px;
}
#three-grid-box .grid-box {
    background: #eeee;
    color: #000;
    padding: 30px 30px;
    margin: 0px 20px;
    border-radius: 24px;
    border: 1px solid #ddd;
    transition: 0.5s;
}
#step-boost-section .step-grid {
    background: #eee;
    padding: 30px 30px;
    border-radius: 12px;
}
#step-boost-section {
    padding: 50px 0 70px;
}
#step-boost-section .row {
    align-items: start !important;
}
#step-boost-section .step-grid h4 span {
    font-size: 52px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    color: #FC5400;
    font-family: 'Outfit' !important;

}
#step-boost-section .step-grid p {
    font-size: 16px;
    line-height: 26px;
    min-height: 80px;
}
#step-boost-section .step-grid h4 {
    font-size: 20px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    letter-spacing: 6px;
}
#boost-mobile h1 span,
#boost-mobile h2 span,
#boost-mobile h3 span {
    background: -webkit-linear-gradient(#FC5400, #db4a02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Outfit' !important;
    font-weight: 700 !important;
}
#boost-plan .plan-item {
    background: #fff;
    box-shadow: inset 0px 0px 20px #eee;
    padding: 40px 30px;
    border-radius: 12px;
    transition: 0.5s;
    border: 1px solid #eee;
}
#boost-plan {
    padding: 60px 0;
}
#boost-plan .plan-item ul li {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 8px;
}
#boost-plan .plan-item h4 {
    color: #e54d01;
    font-size: 32px !important;
    line-height: 42px !important;
}
#boost-plan .plan-item .plan-list {
    background-color: #efefef;
    padding: 12px 10px;
    color: #000;
    border-radius: 12px;
    border: 1px solid #e1e0e0;
    overflow: auto;
    height: 150px;
}
#boost-mobile-banner h2 {
    color: #fff;
}
#boost-mobile footer.footer-section iframe {
    border-color: #fff !important;
}
#boost-mobile .copyright {
    border-color: #fff !important;
}
#boost-mobile footer.footer-section {
    background: linear-gradient(45deg, #fdb100, #a74107);
}
#boost-mobile::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e54d01 20%, #7a2b04 90%) !important;
}
#boost-plan .plan-item .plan-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e54d01 20%, #7a2b04 90%) !important;
}
#boost-plan .plan-item ul li::marker {
    color: #FC5400 !important;
}
#parallex-banner-section #parallex-banner-row-boost {
    background: url(/img/coverage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    background-attachment: fixed;
    border-radius: 82px;
    box-shadow: 0px 0px 90px #ccc;
}
#parallex-banner-section .text-grid {
    background: #3F3F3F;
    margin: 0px 50px;
    padding: 30px 20px;
    border-radius: 12px;
    border-top: 1px solid #ccc;
    color: #fff;
}
#parallex-banner-section .text-grid h4 {
    color: #FC5400 !important;
}
#bottom-CTA a {
    display: unset;
    margin: unset;
}
body#boost-mobile .request-quote button {
    background-image: linear-gradient(to right, #fda501 0%, #FC5400 51%, #02002a 100%);
}
section#boost-mobile-banner {
    background: linear-gradient(-5deg, #fc5400, #3d1c01) !important;
    color: #000 !important;
}
body#boost-mobile #top-header-bar {
    background: #000 !important;
}
body#boost-mobile a:hover {
    color: #FC5400 !important;
}
body#boost-mobile a:hover i {
    color: #FC5400 !important;
}
.testi-caption {
    border-radius: 12px;
    padding: 20px 20px;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #02032f, #0663dc);
    color: #fff;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}
#client-testimonials-page-section .row {
    align-items: start !important;
}
.testi-caption p {
    font-size: 16px !important;
    line-height: 36px !important;
    min-height: 120px;
    font-style: italic;
}
section#contact-form-section {
    padding: 80px 0 80px;
    color: #fff;
    position: relative;
    z-index: 1;
}
#contact-form-section .modal-button-div button {
    display: table;
    margin: auto;
}
#contact-us-inner-section .request-quote {
    justify-content: center;
}
#contact-us-inner-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
#contact-us-inner-section::before {
    content: "";
    position: absolute;
    background: #007bff24;
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 31.67%, 2.00% 31.40%, 4.00% 30.61%, 6.00% 29.33%, 8.00% 27.60%, 10.00% 25.48%, 12.00% 23.05%, 14.00% 20.40%, 16.00% 17.61%, 18.00% 14.79%, 20.00% 12.03%, 22.00% 9.44%, 24.00% 7.11%, 26.00% 5.11%, 28.00% 3.52%, 30.00% 2.40%, 32.00% 1.78%, 34.00% 1.70%, 36.00% 2.14%, 38.00% 3.09%, 40.00% 4.53%, 42.00% 6.40%, 44.00% 8.63%, 46.00% 11.14%, 48.00% 13.86%, 50.00% 16.67%, 52.00% 19.48%, 54.00% 22.19%, 56.00% 24.70%, 58.00% 26.93%, 60.00% 28.80%, 62.00% 30.24%, 64.00% 31.20%, 66.00% 31.64%, 68.00% 31.55%, 70.00% 30.93%, 72.00% 29.81%, 74.00% 28.22%, 76.00% 26.23%, 78.00% 23.89%, 80.00% 21.30%, 82.00% 18.55%, 84.00% 15.72%, 86.00% 12.94%, 88.00% 10.28%, 90.00% 7.85%, 92.00% 5.73%, 94.00% 4.00%, 96.00% 2.72%, 98.00% 1.93%, 100.00% 1.67%);
    width: 100%;
    height: 600px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.contact-item i {
    font-size: 62px;
    color: #fff;
    background: linear-gradient(45deg, #02002a, #0777ff);
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    margin-top: -80px;
    margin-bottom: 20px;
    transition: 0.5s;
}
.contact-item a {
    font-size: 18px;
    line-height: 28px;
    min-height: 80px;
    color: #fff !important;
}
.contact-item {
    padding: 30px 40px;
    border-radius: 24px;
    background: #fff;
    color: #fff;
    position: relative;
}
.contact-item h4,
.contact-item p,
.contact-item a {
    color: #000 !important;
}
#contact-us-inner-section .row {
    margin-top: 140px !important;
}
.contact-item:hover i {
    transform: rotate(360deg);
}
.form-parent {
    background: linear-gradient(135deg, #0777ff, #02002A);
    padding: 40px 30px;
    border-radius: 22px;
}
section#contact-form-section::before {
    content: "";
    position: absolute;
    background: #007bff24;
    clip-path: polygon(100% 0%, 0% 0%, 0.00% 90.29%, 2.00% 89.96%, 4.00% 89.05%, 6.00% 87.66%, 8.00% 86.00%, 10.00% 84.30%, 12.00% 82.80%, 14.00% 81.71%, 16.00% 81.18%, 18.00% 81.29%, 20.00% 82.02%, 22.00% 83.26%, 24.00% 84.86%, 26.00% 86.57%, 28.00% 88.16%, 30.00% 89.41%, 32.00% 90.14%, 34.00% 90.25%, 36.00% 89.72%, 38.00% 88.63%, 40.00% 87.13%, 42.00% 85.43%, 44.00% 83.77%, 46.00% 82.38%, 48.00% 81.46%, 50.00% 81.14%, 52.00% 81.46%, 54.00% 82.38%, 56.00% 83.77%, 58.00% 85.43%, 60.00% 87.13%, 62.00% 88.63%, 64.00% 89.72%, 66.00% 90.25%, 68.00% 90.14%, 70.00% 89.41%, 72.00% 88.16%, 74.00% 86.57%, 76.00% 84.86%, 78.00% 83.26%, 80.00% 82.02%, 82.00% 81.29%, 84.00% 81.18%, 86.00% 81.71%, 88.00% 82.80%, 90.00% 84.30%, 92.00% 86.00%, 94.00% 87.66%, 96.00% 89.05%, 98.00% 89.96%, 100.00% 90.29%);
    width: 100%;
    height: 600px;
    top: 0px;
    left: 0;
    z-index: -1;
}

#blogs-services .row {
    align-items: start !important;
}



/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
    #home-banner img {
        width: 60%;
        float: right;
    }
    .blog-detail p {
        min-height: 160px;
    }
    #bottom-CTA {
        padding: 20px 0px 40px;
    }
    #parallex-with-grid .parallex-grid-parent p {
        min-height: 110px;
    }
    #why-reasons .reason-text p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .card-details h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    div#parallex-banner-row {
        min-height: 500px;
    }
    #three-grid-box .grid-box p {
        min-height: 80px;
    }
    #three-grid-box .grid-box {
        padding: 30px 20px;
        margin: 0px 20px;
    }
    .bundle-feature h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .card-details p {
        min-height: 100px;
    }
    .num-with-txt span {
        font-size: 100px;
    }
    #platform-pack img {
        object-fit: contain;
        height: 50px;
    }
    .img-with-text-Y p {
        min-height: 60px;
    }
    .product-grid h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .service-feature p {
        min-height: 130px;
    }
    body#premium #blogs-services {
        padding: 60px 0 20px;
    }
    .premium-plan p {
        min-height: 120px;
    }
    .content-wrapper-flex {
        gap: 50px;
    }
    .content-wrapper h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    section#service-intro p.fs-3.lh-base {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
    html body p,
    html body li {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    body h3 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    body h1 {
        font-size: 46px !important;
        line-height: 56px !important;
    }
    body h2 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    .hopper-feature h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 26px;
    }
    .premium-plan p {
        min-height: 150px;
    }
    .plan-price {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .content-wrapper p {
        min-height: 100px;
    }
    body#three-offer .blog-detail h3 {
        min-height: unset !important;
    }
    .service-box p {
        min-height: 80px !important;
    }
    .service-box h4 {
        min-height: 50px !important;
    }
    .channel-text h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    div#grid-col-row h5 {
        font-size: 17px !important;
        line-height: 27px !important;
    }
    .disclaimer-text.my-5 {
        margin: 20px 0px !important;
    }

}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
    #home-banner {
        padding: 80px 0px;
    }
    .plan-parent {
        padding: 20px 15px;
    }
    .plan-detail h5 {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 0;
    }
    .plan-parent ul li {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .blog-detail h3 {
        min-height: 90px !important;
    }
    .programing-package span.tagline {
        font-size: 10px;
        line-height: 20px;
        padding: 0px 18px;
    }
    .package-title h3 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    #blogs-services .blog-item {
        margin: 10px 10px;
    }
    .product-grid strong {
        font-size: 14px;
    }
    .service-feature p {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    #boost-plan .plan-item h4 {

        font-size: 28px !important;
        line-height: 38px !important;
    }
    body h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    body h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    section#three-offer-banner .text-wrapper {
        padding-right: 100px;
    }
    .testi-caption p {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .contact-item i {
        font-size: 42px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .contact-item a {
        font-size: 16px;
        line-height: 26px;
    }
    .contact-item {
        padding: 30px 20px;
    }
    .modal-heading {
        font-size: 26px !important;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1240px) {
    #nav-bar .request-quote button {
        padding: 12px 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        line-height: 25px;
    }
    footer.footer-section .col-12 {
        padding: 0;
    }
    ul.navbar-nav li {
        margin-bottom: 8px;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
    #home-banner {
        padding: 60px 0px;
    }
    .plan-detail h3 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .plan-parent ul {
        padding: 12px 23px;
    }
    section#plan .col-sm-3 {
        padding: 0;
    }
    .plan-parent {
        margin: 0px 4px;
    }
    #blogs-services .blog-item {
        margin: 10px 0px;
    }
    .blog-detail {
        padding: 15px 10px 10px;
    }
    #bundle-offer .blog-item {
        margin: 10px 0px;
    }
    #programing-section .col-sm-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    .package-support {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;
    }
    .programing-package span.tagline {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 18px;
        margin: 0px auto 8px;
    }
    body#english-packages #blogs-services h3 {
        min-height: unset !important;
    }
    #key-features .feature-text h3 {
        min-height: 40px;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    div#parallex-banner-row h2 {
        font-size: 44px !important;
        line-height: 54px !important;
    }
    #parallex-with-grid .parallex-grid-parent {
        padding: 30px 20px;
    }
    #parallex-with-grid .parallex-grid-parent h4 br {
        display: none;
    }
    #parallex-with-grid .parallex-grid-parent h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .platform-parent {
        flex-wrap: wrap;
    }
    section#premium-plan-section .row {
        align-items: start !important;
    }
    .plan-price span {
        font-size: 16px !important;
    }
    .premium-plan img {
        height: 50px;
    }
    .premium-plan h3 {
        min-height: 60px;
    }
    .premium-plan p {
        min-height: 190px;
    }
    .benefits {
        max-width: 300px;
    }
    section#banner-with-ryt-txt .d-flex.align-items-center.justify-content-center {
        display: grid !important;
    }
    .w-full.md\:w-1\/2.mb-8.md\:mb-0 {
        display: none;
    }
    section#banner-with-ryt-txt .text-wrapper {
        text-align: center !important;
    }
    .content-wrapper {
        text-align: center;
        margin: 0px 230px;
    }
    .content-wrapper p {
        min-height: 50px;
    }
    .plus-icon-img-bg img {
        width: 5%;
        display: table;
        margin: auto;
    }
    #smart-box-section .col-sm-4:nth-child(3) ul {
        column-count: 2;
    }
    #smart-box-section .col-sm-4:nth-child(3) {
        width: 100%;
    }
    #smart-box-section .col-sm-4:nth-child(1),
    #smart-box-section .col-sm-4:nth-child(2) {
        width: 50%;
        margin-bottom: 20px;
    }
    #service-feature-section {
        padding: 60px 0;
    }
    #service-feature-section .col-sm-2 {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .num-with-txt span {
        font-size: 80px;
    }
    #grid-box-section .section-title p br {
        display: none;
    }
    #walty-section .img-bg img {
        width: 70%;
    }
    body h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    #mix-bundle-plan .row {
        align-items: start !important;
    }
    .top-text-grid {
        padding: 20px 20px;
    }
    #step-boost-section .step-grid {
        padding: 30px 10px;
    }
    #step-boost-section .step-grid h4 span {
        font-size: 46px;
        line-height: 56px;
    }
    #step-boost-section .step-grid h4 {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    #boost-plan .plan-item .plan-list {
        padding: 12px 0px;
    }
    #boost-plan .plan-item {
        padding: 40px 20px;
    }
    #boost-plan {
        padding: 40px 0;
    }
    #step-boost-section {
        padding: 50px 0 40px;
    }
    #parallex-banner-section .text-grid {
        margin: 0px 0px;
    }
    #why-reasons .col-sm-4 {
        width: 50%;
        margin-bottom: 10px;
    }
    #why-reasons .col-sm-4:nth-child(3) {
        width: 50%;
        margin-bottom: 10px;
        margin: auto;
    }
    body#three-offer .blog-detail p {
        min-height: 100px;
    }
    #four-feat .col-sm-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-box h4 {
        min-height: unset !important;
        font-size: 20px;
        line-height: 30px;
    }
    .service-box p {
        min-height: 60px !important;
    }
    .card-details h4 {
        min-height: 60px;
    }
    .card-details p {
        min-height: 160px;
    }
    .img-grid img {
        width: 23%;
        object-fit: contain;
        height: 40px;
    }
    .bundle-feature h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .disclaimer-text p br {
        display: none;
    }
    .testi-caption {
        margin-inline-start: 10px;
        margin-inline-end: 10px;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 912px) {
    body h1 {
        font-size: 36px !important;
        line-height: 46px !important;
    }
    #home-banner {
        padding: 20px 0px;
    }
    #plan .col-sm-3 {
        width: 50%;
        margin-bottom: 10px;
    }
    .plan-parent {
        margin: 0px 10px;
        padding: 20px 30px;
    }
    #blogs-services .col-sm-4 {
        width: 50%;
    }
    #blogs-services .col-sm-4:nth-child(3) {
        margin: auto;
    }
    .blog-detail {
        padding: 15px 20px 10px;
    }
    #blogs-services div#inner-row-bottom .col-md-7 {
        width: 100%;
        margin-bottom: 20px;
    }
    #blogs-services .col-sm-5 {
        width: 100%;
    }
    #blogs-services div#inner-row-bottom .request-quote {
        display: flex !important;
        justify-content: start !important;
        align-items: center !important;
    }
    a#contact-us-btn button {
        margin-right: 10px;
    }
    #bundle-offer .col-sm-4 {
        width: 50%;
    }
    #bundle-offer .col-sm-4:nth-child(3) {
        margin: auto;
    }
    section#bundle-offer .blog-detail h3 {
        min-height: unset !important;
    }
    footer.footer-section #inner-row-footer-top .col-md-3 {
        width: 50%;
        margin-bottom: 10px;
    }
    footer.footer-section #inner-row-bottom .col-sm-4,
    footer.footer-section #inner-row-bottom .col-lg-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    footer.footer-section #inner-row-bottom .col-lg-4 div#schedule {
        margin: unset !important;
    }
    #package-list {
        padding: 40px 0 20px;
    }
    #package-list .col-md-6 {
        width: 100%;
    }
    .hopper-feature {
        padding: 30px 20px;
    }
    h2 br {
        display: none !important;
    }
    #platforms .platform-icon img {
        width: 40%;
        object-fit: contain;
        height: 50px;
        display: table;
        margin: auto;
    }
    .platform-icon {
        padding: 20px 10px;
    }
    html body p,
    html body li {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    h3 br {
        display: none !important;
    }
    body h2 {
        font-size: 28px !important;
        line-height: 39px !important;
    }
    #sports-plan .col-md-6 {
        width: 100%;
    }
    #premium-plan-section .row {
        display: flex;
        flex-direction: column-reverse;
    }
    #premium-plan-section .col-sm-4 {
        width: 100%;
    }
    .premium-plan p {
        min-height: 60px;
    }
    .premium-plan h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    #platform-pack img {
        height: 40px;
    }
    .ps-5 {
        padding-left: 1rem 16px !important;
    }
    h1 br {
        display: none !important;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
    div#head {
        padding: 10px 0px;
    }
    #service-intro .col-md-7 {
        width: 100%;
        margin-bottom: 20px;
    }
    #service-intro .col-md-7 img {
        display: table;
        margin: auto;
        float: unset;
    }
    #service-intro .col-md-5 {
        width: 100%;
        margin-bottom: 20px;
    }
    #service-intro .col-md-5 .text-wrapper {
        text-align: center;
    }
    #service-intro .col-md-5 .text-wrapper .request-quote {
        justify-content: center !important;
    }
    #service-intro #inner-row:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }
    #voice-control-banner h4 {
        font-size: 17px;
        line-height: 27px;
    }
    .service-page-banner {
        padding: 60px 0;

    }
    body h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    #key-features ul {
        display: flex;
        flex-wrap: wrap;
    }
    #key-features .col-sm-4:nth-child(3) {
        margin: auto;
    }
    #key-features .col-sm-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    div#grid-col-row .col-sm-4:nth-child(3) {
        margin: auto;
    }
    div#grid-col-row .col-sm-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    #parallex-with-grid .parallex-grid-parent h4 {
        min-height: 55px;
    }
    #img-with-text .col-md-6 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #img-with-text div#inner-row-top:nth-child(2) img {
        float: unset !important;
    }
    #img-with-text div#inner-row-top:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
    }
    #platform-pack {
        padding: 0px 0 0;
    }
    .pack-type {
        margin: 20px 20px;
    }
    #platform-pack .col-md-6 {
        width: 100%;
    }
    .img-grid {
        gap: 10px;
    }
    section#three-offer-banner .text-wrapper {
        padding-right: 0;
        text-align: center !important;
    }
    #three-offer-banner .col-md-7 {
        width: 100%;
        margin-bottom: 20px;
    }
    section#three-offer-banner .text-wrapper .request-quote {
        justify-content: center !important;
    }
    #three-offer-banner .col-md-5 {
        width: 100%;
    }
    #three-offer-banner .col-md-5 img {
        width: 60%;
        display: table;
        margin: auto;
    }
    body h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    section#three-offer-banner .text-wrapper h5 {
        margin-bottom: 20px;
    }
    #grid-top-section {
        padding: 40px 0px 40px;
        margin-top: 0;
    }
    #grid-top-section .col-sm-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .card-details h4 {
        min-height: unset;
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .card-details p {
        min-height: 60px;
    }
    #grid-top-section .col-sm-4 .card {
        margin: 0px 70px;
    }
    #channels-benefits-section .col-sm-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #channels-benefits-section .col-sm-4 .request-quote {
        justify-content: center !important;
    }
    div#parallex-banner-row h2 {
        font-size: 38px !important;
        line-height: 48px !important;
    }
    #img-text-grid .col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    #contact-us-inner-section .col-sm-4 {
        width: 100%;
        margin-bottom: 40px;
    }
    #contact-us-inner-section .contact-item {
        margin: 0px 120px;
        border: 1px solid #ccc;
    }
    section#contact-form-section {
        padding: 0px 0 80px;
    }
    #contact-form-section .form-parent {
        margin: 0px 60px;
    }
    #step-boost-section .col-sm-3 {
        width: 50%;
        margin-bottom: 20px;
    }
    #boost-plan .col-sm-4:nth-child(3) {
        margin: auto;
    }
    .text-wrapper.ps-5 {
        padding: 0 !important;
    }
    #boost-plan .col-sm-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    .CTA-text.d-flex.align-items-center.text-start.justify-content-start {
        display: grid !important;
        justify-content: center !important;
        text-align: center !important;
    }
    #boost-mobile #bottom-CTA .request-quote {
        justify-content: center !important;
    }
    #boost-mobile #bottom-CTA img {
        display: table;
        margin: 0 auto 20px;
    }
    #contact-form-section .col-6 {
        width: 100%;
    }
    div#parallex-banner-row {
        min-height: 300px;
    }
    .img-grid {
        justify-content: center;
    }
    body h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .request-quote {
        justify-content: center !important;
    }
    p br {
        display: none !important;
    }
    .footer-nav-menu .footer-links {
        display: none;
    }
    footer.footer-section {
        background-attachment: fixed;
    }
    .footer-nav-menu.active .footer-links {
        display: block;
        background: #000;
        padding: 10px 15px 10px;
        margin-top: -10px;
        border-radius: 0px 0px 12px 12px;
        overflow: hidden;
        transition: height 0.3s ease;
    }
    footer.footer-section #inner-row-bottom .col-sm-4,
    footer.footer-section #inner-row-bottom .col-lg-4 {
        width: 100% !important;
    }
    div#schedule {
        display: unset !important;
    }
    .footer-nav-menu h4,
    #schedule h4 {
        max-width: unset;
        padding: 10px 0px 5px !important;
        border-bottom: 1px solid #ffffff36;
        position: relative;
        margin-bottom: 10px !important;
        color: #fff;
        cursor: pointer;
        background: unset;
        padding: unset;
    }
    .footer-nav-menu h4::before {
        content: "\2b";
        position: absolute;
        font-family: 'FontAwesome' !important;
        font-size: 16px;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
    footer.footer-section .row {

        padding: 0;
    }
    footer.footer-section #inner-row-footer-top .col-md-3 {
        width: 100%;
        margin-bottom: 0 !important;
    }
    footer.footer-section {
        padding: 40px 0 0px !important;
    }
    .modal-content .close {
        top: 10px;
        left: unset;
        right: 10px;
    }
    #home-banner .carousel-item img {
        object-fit: contain;
        height: 260px;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {
    #home-banner {
        padding: 80px 0px 0px;
    }
    .text-wrapper {
        text-align: center;
    }
    .col-md-6 {
        margin-bottom: 20px;
    }
    img {
        float: unset !important;
        display: table;
        margin: auto;
    }
    section#plan .col-sm-3 {
        width: 100%;
    }
    #blogs-services .col-sm-4 {
        width: 100%;
    }
    #blogs-services .blog-item {
        margin: 10px 40px;
    }
    .request-quote button,
    button#contact-submit {
        padding: 12px 18px;
    }
    #bundle-offer .col-sm-4 {
        width: 100%;
    }
    #bundle-offer .blog-item {
        margin: 10px 50px;
    }
    #bundle-offer {
        padding: 60px 0px 40px;
    }
    html body p,
    html body li {
        font-size: 13px !important;
        line-height: 23px !important;
    }
    #compare-section .row {
        margin: 0px 10px;
    }
    .chart-row {
        padding: 6px 6px;
    }
    .plan-parent {
        margin: 0px 40px;
    }
    body h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    #top-header-bar .top-bar-right {
        float: unset;
    }
    section#top-header-bar .col-md-6 {
        text-align: center;
    }
    .service-points h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    #programing-section .col-sm-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .programing-package {
        margin: 0px 40px;
    }
    .programing-package span.tagline {
        font-size: 12px;
        line-height: 22px;
    }
    #programing-section {
        padding: 40px 0px 20px;
    }
    .blog-detail p {
        min-height: unset !important;
    }
    .platform-icon {
        margin: 0px 50px;
    }
    section.service-page-banner .text-wrapper {
        padding: 0px 40px;
    }
    #grid-col-row {
        margin-top: 0 !important;
        padding: 40px 0px 20px;
    }
    div#grid-col-row .col-sm-4 {
        width: 100%;
    }
    #parallex-with-grid .parallex-grid-parent p {
        min-height: unset !important;
    }
    #key-features ul {
        gap: 10px;
    }
    #key-features .col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .content-wrapper {
        margin: 0px 70px;
    }
    section#banner-with-ryt-txt .d-flex.align-items-center.justify-content-center {
        gap: 20px;
    }
    #smart-box-section .col-sm-4:nth-child(1),
    #smart-box-section .col-sm-4:nth-child(2) {
        width: 100%;
    }
    #smart-box-section .col-sm-4:nth-child(3) li {
        text-align: left;
    }
    #bottom-CTA .CTA-text {
        display: grid !important;
        justify-content: center;
    }
    #bottom-CTA .CTA-text .text-wrapper {
        text-align: center !important;
    }
    #bottom-CTA .CTA-text .request-quote {
        justify-content: center !important;
    }
    #hotels #bottom-CTA .request-quote {
        display: table !important;
        margin: auto;
    }
    #img-with-text #inner-row-top {
        padding: 10px 0;
    }
    .col-sm-4 {
        margin-bottom: 10px;
    }
    #service-feature-section .col-sm-2 {
        width: 100% !important;
        margin-bottom: 20px;
        padding: 0px 70px;
    }
    .service-feature p {
        font-size: 13px !important;
        line-height: 23px !important;
        min-height: unset !important;
    }
    #why-reasons .col-sm-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    #why-reasons .col-sm-4:nth-child(3) {
        width: 100%;
        margin: unset;
    }
    .num-with-txt.d-flex {
        display: grid !important;
        justify-content: center;
        text-align: center;
        padding: 0px 70px;
        background: #eee;
        border-radius: 12px;
        margin: 0px 50px;
    }
    .section-title {
        padding: 0px 70px;
    }
    section#mini-tool-section img {
        height: 250px;
    }
    #four-feat .col-sm-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-box {
        margin: 0px 40px;
        text-align: center;
    }
    .px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    section#three-offer-banner .text-wrapper {
        padding: 0 30px;
        text-align: center !important;
    }
    body h1 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    #mix-bundle-plan .img-bg img {
        width: 10% !important;
        margin: 20px auto;
    }
    .top-text-grid p {
        min-height: 30px;
    }
    #boost-mobile-banner .img-bg img {
        width: 50%;
        margin: 30px auto 0;
    }
    #boost-plan .col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    #boost-plan .plan-item {
        padding: 40px 20px;
        margin: 0px 50px;
    }
    #boost-plan .plan-item h4 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    #boost-plan .plan-item h5 {
        font-size: 16px;
        line-height: 26px;
    }
    #parallex-banner-section #parallex-banner-row-boost {
        border-radius: 0;
        padding: 100px 0;
        background-size: 100% 100%;
        background-attachment: unset;
    }
    section {
        padding: 20px 0 10px;
    }
    #parallex-banner-section .text-grid {
        margin: 0px 70px;
    }
    #boost-mobile #bottom-CTA img {
        width: 40%;
    }
    #fifty-five-offer-banner {
        padding: 60px 0px;
    }
    section.service-page-banner .text-wrapper {
        text-align: center !important;
    }
    .service-page-banner .request-quote {
        justify-content: center !important;
    }
    .text-wrapper.ps-5 {
        padding: 0px 30px !important;
    }
    #parallex-with-grid .parallex-grid-parent {

        margin-bottom: 10px;
    }
    .CTA-text img {
        width: 34%;
        border: 1px solid #eee;
    }
    .disclaimer-text.my-5 {
        text-align: center;
        margin: 0 !important;
    }
    #contact-us-inner-section .contact-item {
        margin: 0px 60px;

    }
    #bottom-CTA {
        padding: 20px 0px 20px;
    }
    footer.footer-section .col-12 {
        padding: 0px 20px;
    }
    footer.footer-section #inner-row-footer-top .col-md-3 {
        width: 100%;
        margin-bottom: 10px;
    }
    #plan {
        padding: 60px 0 10px;
    }
    #top-header-bar a {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .blog-detail h3 {
        min-height: unset !important;
    }
    .platform-icon {
        margin: 10px 50px;
    }
    .blog-detail h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    div#head h3 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    footer.footer-section #inner-row-bottom .col-sm-4,
    footer.footer-section #inner-row-bottom .col-lg-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    footer.footer-section {
        padding: 0;
    }
    section#top-header-bar {
        display: none;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .section-title {
        padding: 0px 30px;
    }

    .plan-parent {
        margin: 0px 20px;
    }

    #blogs-services .blog-item {
        margin: 10px 10px;
    }

    #parallex-with-grid .parallex-grid-parent h4 {
        min-height: unset;
    }

    section#service-feature-section {
        padding: 30px 0 0;

    }

    .num-with-txt.d-flex {
        padding: 0px 20px;
        margin: 0px 10px;
    }

    .content-wrapper {
        margin: 0px 10px;
    }

    #service-feature-section .col-sm-2 {
        padding: 0px 10px;
    }

    #step-boost-section .step-grid p {
        min-height: unset;
    }

    #boost-plan .plan-item {

        margin: 0px 10px;
    }

    #inner-row {
        padding: 10px 0;
    }

    #contact-form-section .form-parent {
        margin: 0;
        padding: 40px 20px;
    }

    section#contact-form-section {
        padding: 0px 0 40px;
    }

    section#service-intro p.fs-3.lh-base {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #contact-us-inner-section .contact-item {
        margin: 0px 10px;
    }

    #fifty-five-offer-banner {
        padding: 40px 0px;
    }

    #grid-top-section .col-sm-4 .card {
        margin: 0px 10px;
    }

    p.my-4.px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .service-box {
        margin: 0px 10px;

    }

    #parallex-banner-section .text-grid {
        margin: 0px 10px;
    }
.disclaimer-text.mt-4.text-center {
    margin: 0 !important;
    padding: 0 !important;
}
#step-boost-section .col-sm-3 {
    width: 100%;
    margin-bottom: 20px;
}
body h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
#smart-box-section .col-sm-4:nth-child(3) ul {
    column-count: 1;
}
.programing-package {
    margin: 0px 10px;
}
div#parallex-banner-row {
    min-height: 200px;
}
div#parallex-banner-row h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}
#blogs-services div#inner-row-bottom ul li {
    font-size: 13px !important;
    line-height: 23px !important;
}
nav.navbar {
    padding: 0px 10px;
}
a.navbar-brand img {
    width: 90%;
}
.chart-row p {
    margin: 0;
    font-size: 12px !important;
    line-height: 22px !important;
}
#bundle-offer .blog-item {
    margin: 10px 10px;
}
#blogs-services div#inner-row-bottom {

    margin: 30px 10px 0px;
}
#blogs-services div#inner-row-bottom .request-quote {
    display: table !important;
    margin: auto;
}
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 365px) {}