@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* Poppins */
@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    line-height: 1em;
    padding-bottom: 10px;
}

span {
    color: #19ac92;
}

a {
    color: #333;
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

.solid_cta {
    color: white !important;
    background: #19ac92;
    width: 53%;
    font-weight: 700;
    font-size: 19px;
    border-radius: 10px;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    margin-bottom: 45px !important;
    display: block;
    text-align: center;
}

.poppins {
    font-family: "Poppins", serif;
}

/* Header Start */

header {
    position: relative;
    z-index: 9999;
}

.navbar-light .navbar-brand img {
    width: 35%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}

/* Header End */

/* Banner Start */

.banner_sec {
    padding: 200px 0 90px;
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: -150px;
}

.banner_sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: white;
    opacity: 0.6;
    z-index: -1;
}

.banner_sec .txt {
    margin-bottom: 20px;
}

.banner_sec .txt h1 {
    font-weight: 900;
    font-size: 64px;
}

.banner_sec .txt h3 {
    font-weight: 700;
    font-size: 24px;
}

.banner_sec .price h4 {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.banner_sec .price p {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner_sec .price p:first-child {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}

.banner_sec .text p {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    margin-top: 2px;
}

.banner_sec .card {
    background: transparent;
    border: 0;
}

.banner_sec .card img {
    transform: rotate(-10deg);
}

.banner_sec .card h3 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.banner_sec .card p {
    font-size: 10px;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 2px;
}

.banner_sec .cta a {
    color: #19ac92;
    font-size: 20px;
    font-weight: 700;
}

.banner_sec .last_desc p {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
}

.banner_sec form {
    background: #FFFFFF0D;
    border: 1px solid white;
    backdrop-filter: blur(18.100000381469727px);
    padding: 20px 20px;
    border-radius: 10px;
}

.banner_sec form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 10px;
}

.banner_sec form input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 0;
    padding: 0 20px;
    margin-bottom: 20px;
}

.banner_sec form input:focus {
    outline: 0;
}

.banner_sec form button {
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: white;
    background: #19ac92;
    border-radius: 10px;
    border: 0;
}

/* Banner End */

/* Privacy Banner Start */

.privacy_banner {
    padding: 90px 0;
}

.privacy_banner h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 40px;
}

.privacy_banner h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.privacy_banner h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
}

.privacy_banner h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.privacy_banner p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

/* Privacy Banner End */

/* Internet Sec Start */

.internet_sec {
    padding: 90px 0 110px;
    background-image: url(../images/internet-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.internet_sec .txt h2 {
    color: #190157;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
}

.internet_sec .txt p,
.internet_sec form p {
    color: #190157;
    font-size: 20px;
    line-height: 30px;
}

.internet_sec form {
    width: 50%;
    margin: 0 auto;
}

.internet_sec form input {
    border-radius: 30px;
    width: 100%;
    border: 1px solid #666;
    transition: all .3s;
    height: 50px;
    padding: 15px 15px;
    font-family: "Poppins", Sans-serif;
}

.internet_sec form button {
    text-align: center;
    width: 100%;
    border: none;
    background-color: #4BD9E0 !important;
    color: #fff;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09019607843137255);
    border-radius: 30px;
    padding: 15px 40px 15px 40px;
}

.internet_sec .internet_cta a {
    margin: 0 auto;
    border-radius: 30px;
    background: #4BD9E0;
    width: 50%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.internet_sec .call_cta a {
    color: #4BD9E0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

/* Internet Sec End */

/* Slider Sec Start */

.slider_sec {
    position: relative;
    z-index: 9999;
    margin-top: -70px;
    margin-bottom: 80px;
}

.slider_sec .slider_wrapper .slide_element,
.slider_sec .about_wrapper .slide_element {
    background: white;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
}

.slider_sec .slide_arrows {
    position: relative;
}

.slider_sec .slider_wrapper h5,
.slider_sec .about_wrapper h5 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #190157;
    line-height: 25px;
    margin-top: 4px;
    margin-bottom: 0;
}

.slider_sec .slider_wrapper p,
.slider_sec .about_wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", Sans-serif;
    color: #190157;
}

.slider_sec .slider_wrapper .price_desc,
.slider_sec .about_wrapper .price_desc {
    font-size: 17px;
    line-height: 23px;
    font-family: "Poppins", Sans-serif;
}

.slider_sec .slider_wrapper h6,
.slider_sec .about_wrapper h6 {
    color: #190157;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
}

.slider_sec .slider_wrapper .slide_cta a,
.slider_sec .about_wrapper .slide_cta a {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    background-color: #46D4DB;
    color: white;
    border-style: none;
    padding: 15px 40px 15px 40px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09019607843137255);
    border-radius: 30px 30px 30px 30px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.slider_sec .slider_wrapper .slide_last_desc,
.slider_sec .about_wrapper .slide_last_desc {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #190157;
}

.slider_sec .slider_wrapper .package_cta a,
.slider_sec .about_wrapper .package_cta a {
    margin: 0px 0px 0px 0px;
    padding: 14px 40px 15px 40px;
    background-color: #46D4DB;
    color: white;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: all 0.3slinear;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: max-content;
    font-family: "Poppins", Sans-serif;
    margin: 10px auto 0;
}

.slider_sec .about_wrapper button.slick-prev.slick-arrow,
.slider_sec .about_wrapper button.slick-next.slick-arrow {
    border: 0;
    height: 60px;
    background: transparent;
    border-radius: 50px;
    font-size: 1px;
    width: 60px;
    bottom: -51px;

}

.slider_sec .about_wrapper button.slick-prev.slick-arrow {
    position: absolute;
    left: 52%;
}

.slider_sec .about_wrapper button.slick-next.slick-arrow {
    position: absolute;
    left: 42%;
}

.slider_sec .slide_arrows .slide_prev {
    position: absolute;
    bottom: -60px;
    left: 52%;
    height: 60px;
    background: #19ac92;
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_sec .slide_arrows .slide_prev img {
    filter: invert(1);
}

.slider_sec .slide_arrows .slide_next {
    position: absolute;
    bottom: -60px;
    left: 42%;
    height: 60px;
    background: #19ac92;
    border-radius: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_sec .slide_arrows .slide_next img {
    filter: invert(1);
}

/* Slider Sec End */

/* Service Start */

.service_sec {
    padding: 0px 0 90px;
}

.service_sec .txt p {
    padding-bottom: 10px;
    line-height: 28px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.text_green {
    color: #19ac92 !important;
}

.service_sec .txt h2 {
    font-weight: 700;
    font-size: 36px;
    /* padding-bottom: 60px; */
    line-height: 1em;
}

.service_sec .card {
    background-color: #eeeded;
    border-radius: 15px;
    padding: 25px 20px;
    border: 0;
    text-align: center;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service_sec .card .icon svg {
    color: #19ac92;
    font-size: 20px;
    width: 40px;
    height: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}

.service_sec .card .content h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1em;
    margin-bottom: 0;
}

.service_sec .card .content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.service_sec .card a {
    color: #19ac92;
    font-size: 19px;
    font-weight: 700;
}

.service_sec .card .solid_cta {
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px !important;
    font-size: 17px;
}

/* Service End */

/* About Service Start */

.about_service {
    padding: 90px 0;
}

.about_service .txt h2 {
    color: #190157;
    font-family: "Poppins", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 50px;
}

/* About Service End */

/* Faqs Start */

.faqs_sec {
    padding: 90px 0;
    background-image: url(../images/faqs-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faqs_sec .txt h2 {
    color: #190157;
    font-family: "Poppins", Sans-serif;
    font-size: 58px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 50px;
}

.faqs_sec .txt h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    color: #190157;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faqs_sec .txt h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 300;
    line-height: 75px;
    color: #190157;
}

.faqs_sec .txt p {
    font-size: 18px;
    line-height: 26px;
    color: #190157;
    font-family: "Poppins", Sans-serif;
}

.faqs_sec .faqs_cta {
    background-color: #46D4DB;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #190157;
    border-style: none;
    font-size: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09019607843137255);
    border-radius: 30px 30px 30px 30px;
    padding: 15px 40px 15px 40px;
    width: max-content;
    margin-bottom: 15px;
}

.faqs_sec .accordion-item:first-of-type {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #190157;
}

.faqs_sec .accordion-item {
    background-color: transparent;
    border: 1px solid #C9C0E2;
}

.faqs_sec .accordion-item .accordion-button {
    color: #190157;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 600;
}

.faqs_sec .accordion-button:not(.collapsed) {
    color: #190157;
    background-color: transparent;
    box-shadow: inherit;
}

.faqs_sec .accordion-button {
    background-color: transparent;
}

.faqs_sec .accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.faqs_sec .accordion-header {
    padding-bottom: 0;
}

.faqs_sec .accordion {
    width: 95%;
}

.faqs_sec .accordion p,
.faqs_sec .accordion ul li {
    font-size: 18px;
    color: #190157;
    /* border-bottom: 1px solid #C9C0E2; */
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 24px;
}

/* Faqs End */

/* Logo Slider Start */

.logo_Slide_sec {
    padding: 80px 0 50px;
    overflow: hidden;
}

.logo_Slide_sec .txt h2 {
    color: #190157;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.logo_slider .slick-track {
    display: flex;
    align-items: center;
}

/* Logo Slider End */

/* footer start */

footer {
    background: #032f3a;
    font-family: "Montserrat", sans-serif;
}

.footer_top {
    padding: 60px 0;
}

footer .footer_top .social_icons a {
    font-size: 25px;
    color: white;
}

footer .footer_top .info a {
    font-size: 15px;
    color: white;
}

footer .footer_top h3 {
    color: #ee9237;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

footer .footer_top ul li a {
    color: #d1e0e7;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

footer .footer_top .disclaimer p {
    color: #d1e0e7;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
}

footer .footer_top .disclaimer p span {
    color: #ee9237;
    font-size: 16px;
    font-weight: 600;
}

footer .footer_bottom {
    border-top: 1px solid #464646;
    padding: 20px 0;
    background-color: #FF9319;
}

footer .footer_bottom p {
    font-size: 14px;
    text-align: center;
    color: white;
}

/* footer End */

.additionalSpan {
    font-size: 11px;
}