@font-face {
    font-family: "Brittany";
    src: url('../fonts/brittany/BrittanySignature.ttf') format("truetype");
}

 .brittany{
    font-family: "Brittany", sans-serif;
}

.theme-primary {
    color: #046ee4 !important;
}

.bg-dark {
    background-color: #050709 !important;
}

.fs-14 {
    font-size: 14px;
      letter-spacing: normal;
}

.fs-17 {
    font-size: 17px;
      letter-spacing: normal;
}

.fs-18 {
    font-size: 18px;
      letter-spacing: normal;
}

.fs-20 {
    font-size: 20px;
    letter-spacing: normal;
}

.fs-25 {
    font-size: 25px;
      letter-spacing: normal;
}

.fs-30 {
    font-size: 30px !important;
      letter-spacing: normal;
}

.bx-shadow {
    box-shadow: rgb(4 110 228 / 52%) 0px 5px 15px;
    margin: 30px 14px 20px;
    border-radius: 18px;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-30 {
    gap: 30px;
}

.text-warning {
    color: #ffc107 !important;
}

.bg-white {
    background-color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.provider {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 14px 0px;
}

.provider-logo {
    max-width: 78px;
    /* margin: 0 10px; */
    background: #fff;
    padding: 6px;
    border-radius: 10px;
}

.pricing-positives-single {
    text-align: center;
}

.social-icons {
    margin-top: 24px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    color: #046ee4;
    width: 35px;
    height: 35px;
    border: 1px solid #046ee4;
    border-radius: 50%;
    display: flex !important;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.social-icons li a i {
    transition: 0.3s;
    font-size: 16px;
}

.social-icons li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tj-theme-primary);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    z-index: -1;
}

.social-icons li a:hover {
    border: 1px solid var(--tj-theme-primary);
    color: var(--tj-white);
}

.social-icons li a:hover::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-box {
    background-color: #046ee4;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 10%; */
    position: absolute;
}

.d-none {
    display: none !important;
}

.text-justify {
    text-align: justify;
}

.min-height-125 {
    min-height: 125px;
}

.min-height-163 {
    min-height: 163px;
}

.min-height-194 {
    min-height: 194px;
}

.pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s;
}
.pricing-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.price {
    font-size: 2rem;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #f4f4f4d6 !important;
    border-radius: 10px;
}
.nav-tabs .nav-link {
    color: #f4f4f4d6;
    font-weight: bold;
}

.packages {
    /* margin: 20px; */
    width: 250px;
    padding-bottom: 1.5em;
    /* height: 100%; */
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    border-radius: 20px;
    box-shadow: rgb(4 110 228) 0px 0px 4px, rgb(4 110 228) 0px 0px 27px -3px,
        rgb(4 110 228) 0px -3px 0px inset;
    flex-wrap: wrap;
    color: #f4f4f4d6;
}

h1,
h2 {
    font-size: 2.2em;
}

.list li {
    font-size: 13px;
    list-style: none;
    border-bottom: 1px solid #f4f4f47d;
    padding-inline-start: 0;
    border-width: 1px;
    padding: 6px;
}
.list li i {
    margin: 10px;
}

.first {
    margin-top: 15px;
    border-top: 1px solid #f4f4f47d;
}

.list {
    width: 80%;
}

ol,
ul {
    padding: 0;
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input,
label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.button {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    margin: 15px 15px;
    border-radius: 50px;
    color: #f4f4f4;
    transition: all 0.3s ease 0s;
}

.button:hover {
    transform: scale(1.05);
}

.button1 {
    background-color: #0d6efd;
    box-shadow: 0 0 10px 0 #0d6efd inset, 0 0 20px 2px #0d6efd;
}

.button2 {
    background-color: #0d6efd;
    box-shadow: 0 0 10px 0 #0d6efd inset, 0 0 20px 2px #0d6efd;
}

.button3 {
    background-color: #0d6efd;
    box-shadow: 0 0 10px 0 #0d6efd inset, 0 0 20px 2px #0d6efd;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;

    box-shadow: 2px 6px 25px #1e2321;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4.5px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #0d6efd;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0d6efd;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.slider.round {
    border-radius: 34px;
    border: solid 0.5px;
}

.slider.round:before {
    border-radius: 50%;
}

.package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* color: var(--bs-nav-tabs-link-active-color); */
    /* background-color: var(--bs-nav-tabs-link-active-bg); */
    border-color: #046ee4;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border: 2px solid #0d6efd;
    border-radius: 10px;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg)
        var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color)
        var(--bs-border-color) var(--bs-body-bg);
    border-bottom: 2px solid #046ee4;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    /* border-top-left-radius: var(--bs-nav-tabs-border-radius); */
    /* border-top-right-radius: var(--bs-nav-tabs-border-radius); */
    margin: 0px 4px;
}

#hiddenFeatures {
    display: none; /* Hide by default */
}

#hiddenFeaturesone {
    display: none;
}

.toggle-button {
    color: #007bff;
    font-weight: bold;
}

.toggle-button:hover {
    text-decoration: underline;
}

.callbutton {
    position: fixed;
    bottom: 95px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #23c15e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 2px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    border: 2px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 95px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .mblptzero {
        padding-top: 0px;
    }
    .mblpbthirty {
        padding-bottom: 30px;
    }
    .mblmtten {
        margin-top: 10px;
    }
    .mblmbten {
        margin-bottom: 10px;
    }
    .mblmbtwenty {
        margin-bottom: 20px;
    }
    .mblmttwenty {
        margin-top: 20px !important;
    }
    .restxtcntr {
        text-align: center;
    }
    .service-lest-item .icon {
        display: flex;
        justify-content: center;
    }
    .mblpbzero {
        padding-bottom: 0px;
    }
    .services .services-item .services-item-inner .icon {
        display: flex;
        justify-content: center;
    }
    .mblfs {
        font-size: 25px !important;
    }
    .team .team-item .team-item-inner .box-img img {
        max-height: 50px;
        margin-top: 15px;
    }
    .min-height-0 {
        min-height: 0px;
    }
    .min-width-30 {
        min-width: 30px;
    }
    .accordion__question h4 {
        font-size: 13px;
    }
    .mblmbzero {
        margin-bottom: 0px;
    }
    .form-box .form-group {
        margin-bottom: 20px;
    }
    .mblstart {
        text-align: start;
    }
    .mblgapzero {
        gap: 0px !important;
    }
    .box-info-contact ul li:not(:first-of-type) {
        margin-top: 15px;
    }
    .mblmbthirty {
        margin-bottom: 30px;
    }
    .mblpttwenty {
        padding-top: 20px;
    }
    .mblmbfive {
        margin-bottom: 5px;
    }
    .mblptten {
        padding-top: 10px;
    }
    .mblpbfive {
        padding-bottom: 5px;
    }
    .mblflxstart {
        display: flex;
        justify-content: start;
    }
    .mblmrgnlftfifty {
        margin-left: 50px;
    }
    .mbl-min-height-180 {
        min-height: 180px;
    }
    .mbltxt {
        margin-bottom: 40px;
    }
    .mblhdrclss {
        padding-top: 80px;
        border-bottom: 1px solid #046ee5;
    }
    .mblfstwenty {
        font-size: 25px;
    }
    .site-header .inner-header .main-logo {
        width: 150px;
    }
    .site-header .menu-icon {
        position: relative;
        top: -10px;
    }
    .social-icons {
        display: inline-flex;
    }
    .social-icons li {
        margin-right: 5px;
    }
    .mblnoneclass {
        display: none;
    }
    .packages {
        width: 100%;
    }
    .mblpricingptb {
        padding-top: 10px !important;
    }
}

.br-6 {
    border-radius: 6px !important;
}
.cancleCookie {
    min-width: fit-content;
}
