/* /////////// common css //////////////// */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&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&family=Questrial&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&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&family=Questrial&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=GDsage:wght@400&display=swap'); */

@font-face {
    font-family: 'GDsage-Bold';
    src: url('assets/fonts/GDsage-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('assets/fonts/Urbanist-Black.ttf') format('truetype'),
         url('assets/fonts/Urbanist-BlackItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Bold.ttf') format('truetype'),
         url('assets/fonts/Urbanist-BoldItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-ExtraBold.ttf') format('truetype'),
         url('assets/fonts/Urbanist-ExtraBoldItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-ExtraLight.ttf') format('truetype'),
         url('assets/fonts/Urbanist-ExtraLightItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Italic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Light.ttf') format('truetype'),
         url('assets/fonts/Urbanist-LightItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Medium.ttf') format('truetype'),
         url('assets/fonts/Urbanist-MediumItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Regular.ttf') format('truetype'),
         url('assets/fonts/Urbanist-SemiBold.ttf') format('truetype'),
         url('assets/fonts/Urbanist-SemiBoldItalic.ttf') format('truetype'),
         url('assets/fonts/Urbanist-Thin.ttf') format('truetype'),
         url('assets/fonts/Urbanist-ThinItakic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* .urbanist-<uniquifier> {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    transition: 0.4s linear;
    scroll-behavior: smooth;
}

body {
    /* display: flex; */
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "Urbanist", serif !important;
    /* font-family: monospace; */
    font-size: 14px;
}

/* html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
} */

section {
    transition: 0.4s linear;
}

a {
    text-decoration: none !important;
}

h1, h2 {
    font-family: GDsage-Bold;
}

h3, h4, h5, h6, p, a {
    font-family: "Urbanist", serif !important;
}

/* h4 {
    font-size: 16px !important;
} */

body p {
    font-family: "Urbanist", serif !important;
}

/* ul>li>button {
    font-family: "Urbanist", serif !important;
} */

/* header css start */

.header-color {
    background-color: #001216;
    /* position: absolute;
    top: 0; */
    z-index: 999999;
    width: 100%;
    border-bottom: 1px solid #ffffff26;
}

.header-color-index {
    background-color: #0000002e;
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
    border-bottom: 1px solid #ffffff26;
}

.navbar-toggler-icon {
    background-image: url("../images/menu.png") !important;
}

.nav-link {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400;
    font-family: "Urbanist", serif !important;
}

.nav-link.active {
    color: #2EE0A9 !important;
}

.navbar ul li {
    border-right: 1px solid #ffffff26;
    border-left: 1px solid #ffffff26;
    padding: 17px;
    font-family: "Urbanist", serif;
}

.dropdown-menu.show {
    display: flex !important;
    background-color: #0000002e;
}

.dropdown-item {
    color: #fff !important;
    padding: 30px 5px;
}

.dropdown-item:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
    border-radius: 0px;
}

.dropdown-menu[data-bs-popper] {
    left: -500% !important;
}

.nav img {
    width: 60px;
    height: 60px;
}

.mask-img {
    position: absolute;
    bottom: 0px;
    /* left: 0px; */
}

.chat-logo {
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
    padding: 21px;
    width: fit-content;
    position: absolute;
    top: 0px;
    right: 0px;
}

.chat-logo img {
    width: 45px;
    height: auto;
}

/* header css end */

/* carousal css start */

.carousel-caption {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1.25rem;
    border-radius: 10px;
}

.carousel-item .h-650 {
    height: 700px !important;
}

.carousel-caption h1 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    width: 90%;
}

.carousel-caption p {
    font-size: 18px;
    font-weight: 500;
    color: #1EBBE7;
    text-align: left;
    font-style: italic;
}

.btn-1 {
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
    border-radius: 100px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 7px 20px;
    /* white-space: nowrap; */
}

/* carousal css end */

.heading-1 h2 {
    color: #132444;
    font-size: 38px;
    font-weight: bold !important;
    margin-bottom: 18px;
}

.heading-1 h6 {
    color: #04B0CD;
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 18px;
}

.heading-1 p {
    color: #505050;
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 18px;
}

.content h2 {
    color: #132444;
    font-size: 38px;
    font-weight: bold !important;
    margin-bottom: 18px;
}

.content p {
    color: #505050;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 18px;
    font-family: "Urbanist", serif !important;
    line-height: 26px;
}

.read-more {
    color: #2EE1A7;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 0px;
}

.service-card {
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}
/* .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
} */

.service-card.c1 {
    background-color: #F3F9FE;
}

.service-card.c2 {
    background-color: #FEF4F5;
}

.service-card.c3 {
    background-color: #F6F3FE;
}

.service-card.c4 {
    background-color: #FEF9F3;
}

.service-card.c5 {
    background-color: #F3FCF7;
}

.service-card.c6 {
    background-color: #F5F5F5;
}

.service-card h2 {
    color: #132444;
    font-size: 26px;
    font-weight: bold !important;
    margin-bottom: 18px;
}

.service-card p {
    color: #505050;
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 18px;
}

.service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.news-card {
    background: #FFFFFF;
    border: 1px solid #F8F9FA;
    box-shadow: 0px 4px 20px rgba(238, 238, 238, 0.501967);
    border-radius: 10px;
    transition: transform 0.3s;
    margin-bottom: 15px;
}
/* .news-card:hover {
    transform: translateY(-5px);
} */

.news-card h3 {
    color: #FF8761;
    font-size: 14px;
    font-weight: 800 !important;
    margin-bottom: 18px;
}

.news-card h2 {
    color: #263238;
    font-size: 24px;
    font-weight: 700 !important;
    margin-bottom: 18px;
    line-height: 30px;
    width: 90%;
    text-transform: capitalize;
}

.news-card p {
    color: #263238bf;
    font-size: 16px;
    font-weight: 400 !important;
    margin-bottom: 18px;
    font-family: "Urbanist", serif !important;
}

.bg-blog {
    background-color: #2CDAB20a;
}

.bg-blog-10 {
    background-color: #2CDAB21a;
}

.bg-host {
    background: linear-gradient(180.6deg, #FFFFFF -14.2%, #F3FDFB 65.21%);
    border-radius: 0px;
}

.view-all {
    color: #798192;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 18px;
}

.blog-details h5 {
    color: #263238;
    font-size: 18px;
    font-weight: 600 !important;
    /* margin-bottom: 18px; */
}

.blog-details h6 {
    color: #263238;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

.blog-details img {
    width: 60px;
    height: auto;
    margin-right: 15px;
}

.news-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.card-contact {
    background: #FFFFFF;
    box-shadow: 0px 24px 50px rgba(54, 91, 125, 0.08);
    border-radius: 10px;
    border: 0px solid #fff;;
}

.contact-r {
    background-color: #04122D !important;
    margin: 13px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
}

.contact-r h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.contact-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.contact-details img {
    width: 40px;
    height: 40px;
    background-color: #ffffff33;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-details p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.contact-form {
    padding: 60px 40px 30px 10px;
}

.contact-form input {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.contact-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #798192;
    font-family: "Urbanist", serif !important; 
}
/* footer css start */

.footer {
    background-color: #04122D;
    color: white;
    padding-top: 180px;
    padding-bottom: 50px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #04122d;
    border-radius: 0%;
    border: 1px solid #122242;
    margin-right: 8px;
    font-size: 18px;
}

.social-icons a.active {
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
}

.cta-section {
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
    border-radius: 10px;
    padding: 30px;
    color: white;
    position: relative;
    bottom: -150px;
}

.cta-section h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold !important;
    margin-bottom: 19px !important;
}

.cta-section p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400 !important;
    margin-bottom: 45px !important;
}

.cta-section img {
    position: absolute;
    right: 0px;
    top: -150px;
}

.cta-btn {
    background-color: white;
    color: #263238;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 100px;
    text-decoration: none;
    margin-top: 10px !important;
}

.logo-text {
    color: #9090A7;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
}

.text-quick h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 18px;
}

.text-quick ul li a {
    color: #9090A7;
    font-size: 16px;
    font-weight: 500 !important;
}

.text-quick ul li {
    margin-bottom: 15px;
}

.footer-2 {
    background-color: #081633;
}

.text-copy {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400 !important;
    text-align: center;
}

/* footer css end */

/* hero section css start */
.hero-section {
    position: relative;
    background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
    color: white;
    text-align: center;
    padding: 100px 0px;
    overflow: hidden;
}
.overlay-image {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/waves.svg") no-repeat center center;
    /* background-color: #04122d; */
    background-size: cover;
    opacity: 0.5; /* Adjust opacity as needed */
}
.hero-content {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-content h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700 !important;
    text-align: center;
}

.hero-content h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600 !important;
    text-align: center;
    width: 60%;
}

.hero-content p {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600 !important;
    text-align: center;
}

/* hero section css end */

/* tabs css start */
/* ul#myTab {
    display: flex;
    flex-flow: nowrap;
    overflow: auto;
}

li.nav-item {
    width: 100%;
    flex: 0 0 50%;
    align-self: center;
} */

.services .nav-link {
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    color: #060640 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Urbanist", serif !important;
    padding: 10px 30px !important;
}

.services .nav-link.active {
    border-bottom: 1px solid #2EE3A4 !important;
    color: #2EE3A4 !important;
}
/* tabs css end */

.card-certificate {
    background: #FFFFFF !important;
    border: 1px solid #D4D8F2 !important;
    box-shadow: 0px 24px 50px rgba(54, 91, 125, 0.09) !important;
    border-radius: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 35px;
    margin: 10px 20px;
}

.card-certificate h5 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.card-certificate h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.card-certificate h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.card-certificate h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.card-certificate ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.card-certificate .text-warning {
    font-size: 26px;
}

.img-abs {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.5;
    width: 95px;
    height: 95px;
}

.card-ssl {
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0px 24px 50px rgba(54, 91, 125, 0.09) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    margin: 10px 0px;
    height: 90%;
}

.card-ssl img {
    width: 70px;
    height: 70px;
}

.card-ssl p {
    color: #060640;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

/* tabs css start */
.hosting-tabs .nav-item {
    width: 50%;
    display: flex;
    justify-content: center;
}

.hosting-tabs .nav-link {
    background-color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #dfdfdf !important;
    color: #060640 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Urbanist", serif !important;
    padding: 10px 30px !important;
    width: 100%;
    border-radius: 0px;
}

.hosting-tabs .nav-link.active {
    background-color: #2EE3A41a !important;
    border-bottom: 1px solid #2EE3A4 !important;
    color: #2EE3A4 !important;
}

.hosting-tabs .tab img {
    width: 35px !important;
    height: 35px !important;
}
/* tabs css end */

.tab-check p {
    color: #060640;
    font-size: 22px;
    font-weight: 500 !important;
    text-align: left;
    margin-bottom: 15px;
}

.tab-check label {
    color: #060640;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

.card-hosting {
    background: #FFFFFF !important;
    border: 1px solid #D4D8F2 !important;
    box-shadow: 0px 24px 50px rgba(54, 91, 125, 0.09) !important;
    border-radius: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    padding: 35px;
    margin: 10px 5px;
}

.card-hosting h5 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.card-hosting h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.card-hosting h2 span {
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.card-hosting h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.card-hosting ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    /* white-space: nowrap; */
}

.card-hosting.a {
    border: 1px solid #FFC107 !important;
}

.card-hosting.b {
    border: 1px solid #407BFF !important;
}

.card-hosting.c {
    border: 1px solid #F593C9 !important;
}

.card-hosting.d {
    border: 1px solid #2EE3A4 !important;
}

.card-host-plan {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    padding: 30px;
    margin: 5px 0px;
    height: 95%;
}

.card-host-plan:hover {
    background: #F5FDFB;
    border: 1px solid #2EE3A4;
}

.card-host-plan h2 {
    font-size: 22px;
    font-weight: 700;
    color: #132444;
    margin-bottom: 20px;
}

.card-host-plan p {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}

.card-host-plan img {
    width: 51px;
    height: 51px;
    margin-bottom: 20px;
}

/* table  css */
.pricing-table {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    font-family: "Urbanist", serif !important;
}
.pricing-table thead tr th {
    background-color: #22c3e6 !important;
    color: white !important;
    font-size: 20px;
    font-weight: 500;
}

.pricing-table td {
    color: #5b5b5b !important;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
}

.pricing-table th {
    padding: 15px;
    text-align: left;
    padding-left: 30px;
}

.pricing-table .btn-1 {
    font-size: 16px !important;
}

/* table css end */

.heading-1 ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.heading-1 ul li {
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
    font-size: 16px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 6px;
}

.heading-1 ul li b {
    color: #000;
}

.heading-1 ul li::before {
    content: "•"; /* Bullet symbol */
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #22c3e6; /* Change this to the desired bullet color */
    font-size: 40px;
}

.blog-details h3 {
    color: #FF8761;
    font-size: 16px;
    font-weight: 800 !important;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.blog-details h2 {
    color: #132444;
    font-size: 38px;
    font-weight: 700 !important;
    margin-bottom: 18px;
}

.blog-details p {
    color: #000;
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 18px;
    font-family: "Urbanist", serif !important;
}

.blog-details img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
    margin: 10px 20px 20px 0px;
}

.about-sec-3 h2 {
    color: #132444;
    font-size: 38px;
    font-weight: 700 !important;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.about-sec-3 h6 {
    color: #505050;
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.about-sec-3 .card {
    background: #FFFFFF !important;
    border-radius: 15px !important;
    padding: 30px 40px !important;
    border: none !important;
    height: 98%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-sec-3 .card h2 {
    color: #132444;
    font-size: 22px;
    font-weight: 700 !important;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.about-sec-3 .card p {
    color: #505050;
    font-size: 16px;
    font-weight: 400 !important;
    /* margin-bottom: 18px; */
    text-transform: capitalize;
}

.about-sec-3 .card img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.about-sec-3 .card1 h2 {
    color: #132444;
    font-size: 22px;
    font-weight: 700 !important;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.about-sec-3 .card1 p {
    color: #505050;
    font-size: 16px;
    font-weight: 400 !important;
    /* margin-bottom: 18px; */
    text-transform: capitalize;
}

.styled-heading {
    font-family: '', serif;
    position: relative;
    display: inline-block;
}

.styled-heading::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background-color: #2DD3BF; /* Teal */
}

.about-sec-3 img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.about-sec-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-sec-1 h2 span {
    color: #132444;
    font-size: 70px;
    font-weight: 700 !important;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.about-sec-1 h2 {
    color: #132444;
    font-size: 38px;
    font-weight: 700 !important;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about-sec-1 .heading-1 h2 span {
    color: #13244408;
    font-size: 100px;
    font-weight: 700 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-sec-1 .heading-1 p {
    font-size: 16px;
}

.w-m {
    width: 50%;
    margin: 0px auto;
}

.w-50p {
    width: 50%;
}



@media (max-width: 767.99px) {

    .btn-1 {
        font-size: 14px;
        padding: 5px 10px;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-item .nav p {
        text-align: center !important;
    }

    .dropdown-item {
        padding: 0px 5px;
    }

    .navbar-collapse {
        background-color: #000 !important;
        margin: 0px -7%;
    }

    .navbar ul li {
        padding: 5px 25px;
        border-bottom: 1px solid #ccc !important;
    }
    
    .chat-logo {
        display: none;
    }

    .w-m {
        width: 100%;
        margin: 0px 10px;
    }

    .w-50p {
        width: 100%;
    }

    .contact-r h2 {
        text-align: center;
    }

    .contact-form {
        padding: 20px;
    }

    .cta-section img {
        position: absolute;
        right: 0px;
        top: -150px;
        display: none;
    }

    .cta-section {
        background: linear-gradient(90deg, #2EE3A4 0%, #23BBDD 100%);
        border-radius: 10px;
        padding: 30px;
        color: white;
        position: relative;
        bottom: -150px;
    }

}


@media (min-width: 768px) and (max-width: 991.9px) {
    .navbar-collapse {
        background-color: #000 !important;
        margin: 0px -7%;
    }
    
        .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-item .nav p {
        text-align: center !important;
    }
        .navbar ul li {
        padding: 5px 25px;
        border-bottom: 1px solid #ccc !important;
    }
}


/* @media (min-width: 992px) {
   
} */

