@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

@-webkit-keyframes float {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(310deg);
        transform: translatey(0px) rotate(310deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(310deg);
        transform: translatey(-20px) rotate(310deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(310deg);
        transform: translatey(0px) rotate(310deg);
    }
}

@keyframes float {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(310deg);
        transform: translatey(0px) rotate(310deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(310deg);
        transform: translatey(-20px) rotate(310deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(310deg);
        transform: translatey(0px) rotate(310deg);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(9deg);
        transform: translatey(0px) rotate(9deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(9deg);
        transform: translatey(-20px) rotate(9deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(9deg);
        transform: translatey(0px) rotate(9deg);
    }
}

@keyframes float2 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(9deg);
        transform: translatey(0px) rotate(9deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(9deg);
        transform: translatey(-20px) rotate(9deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(9deg);
        transform: translatey(0px) rotate(9deg);
    }
}

@-webkit-keyframes float3 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-15deg);
        transform: translatey(0px) rotate(-15deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(-15deg);
        transform: translatey(-20px) rotate(-15deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-15deg);
        transform: translatey(0px) rotate(-15deg);
    }
}

@keyframes float3 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-15deg);
        transform: translatey(0px) rotate(-15deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(-15deg);
        transform: translatey(-20px) rotate(-15deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-15deg);
        transform: translatey(0px) rotate(-15deg);
    }
}

@-webkit-keyframes float4 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(27deg);
        transform: translatey(0px) rotate(27deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(27deg);
        transform: translatey(-20px) rotate(27deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(27deg);
        transform: translatey(0px) rotate(27deg);
    }
}

@keyframes float4 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(27deg);
        transform: translatey(0px) rotate(27deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(27deg);
        transform: translatey(-20px) rotate(27deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(27deg);
        transform: translatey(0px) rotate(27deg);
    }
}

@-webkit-keyframes float6 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(113deg);
        transform: translatey(0px) rotate(113deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(113deg);
        transform: translatey(-20px) rotate(113deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(113deg);
        transform: translatey(0px) rotate(113deg);
    }
}

@keyframes float6 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(113deg);
        transform: translatey(0px) rotate(113deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(113deg);
        transform: translatey(-20px) rotate(113deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(113deg);
        transform: translatey(0px) rotate(113deg);
    }
}

@-webkit-keyframes float7 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-30deg);
        transform: translatey(0px) rotate(-30deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(-30deg);
        transform: translatey(-20px) rotate(-30deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-30deg);
        transform: translatey(0px) rotate(-30deg);
    }
}

@keyframes float7 {
    0% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-30deg);
        transform: translatey(0px) rotate(-30deg);
    }

    50% {
        -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        -webkit-transform: translatey(-20px) rotate(-30deg);
        transform: translatey(-20px) rotate(-30deg);
    }

    100% {
        -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(0px) rotate(-30deg);
        transform: translatey(0px) rotate(-30deg);
    }
}

/* Responsive */
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: white;
    outline: 1px solid slategrey;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", "sans-serif";
    list-style: none;
    overflow-x: hidden;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Roboto", "sans-serif";
}

@keyframes locaAnim {
    0% {
        top: -3px;
    }

    50% {
        top: 3px;
    }

    100% {
        top: -3px;
    }
}

@-webkit-keyframes locaAnim {
    0% {
        top: -3px;
    }

    50% {
        top: 3px;
    }

    100% {
        top: -3px;
    }
}

.headerTopClass {
    width: 100%;
    overflow: hidden;
}

    .headerTopClass .headNavigation {
        /**
  * Mobile Navigation 
  */
    }

        .headerTopClass .headNavigation .brandLogo {
            position: relative;
        }

            .headerTopClass .headNavigation .brandLogo img {
                height: auto;
            }

@media (max-width: 1080px) {
    .headerTopClass .headNavigation .brandLogo img {
        width: 90px;
    }
}

.headerTopClass .headNavigation .brandLogo .mdLine {
    margin: 0px 10px 0px 10px;
    height: 50px;
    width: 2px;
    border-radius: 10px;
    background: #000931;
}

@media (max-width: 1080px) {
    .headerTopClass .headNavigation .brandLogo .mdLine {
        height: 40px;
        width: 2px;
    }
}

.headerTopClass .headNavigation .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .headerTopClass .headNavigation .navbar ul {
        text-decoration: none;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0px;
        padding: 0px;
    }

        .headerTopClass .headNavigation .navbar ul li {
            margin: 20px;
        }

            .headerTopClass .headNavigation .navbar ul li a {
                text-decoration: none;
                color: #000931;
            }

                .headerTopClass .headNavigation .navbar ul li a:active::after {
                    content: "";
                    width: 30px;
                    height: 2px;
                    display: block;
                    background: #bf2424;
                }

        .headerTopClass .headNavigation .navbar ul .pinLocationLink {
            background: linear-gradient(323deg, #18a863 0%, #5bd18c 100%);
            border-radius: 50%;
            width: 55px;
            height: 55px;
            position: relative;
            box-shadow: 2px 5px 13px -7px rgba(0, 0, 0, 0.75);
            -webkit-box-shadow: 2px 5px 13px -7px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 2px 5px 13px -7px rgba(0, 0, 0, 0.75);
        }

            .headerTopClass .headNavigation .navbar ul .pinLocationLink::after {
                content: "";
                display: block;
                width: 80px;
                height: 80px;
                border-radius: 50%;
                background-color: #abf9cb73;
                position: absolute;
                top: -12px;
                left: -12px;
                z-index: -9;
            }

        .headerTopClass .headNavigation .navbar ul .locationCon {
            margin-left: auto;
            margin-right: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

            .headerTopClass .headNavigation .navbar ul .locationCon img {
                height: 22px;
                position: relative;
                z-index: 19;
                top: -40px;
                -webkit-animation: locaAnim 1.3s ease-in-out 0s infinite forwards;
                animation: locaAnim 1.3s ease-in-out 0s infinite forwards;
            }

            .headerTopClass .headNavigation .navbar ul .locationCon span.pinPlate {
                width: 15px;
                height: 3px;
                background: #fff;
                border-radius: 50%;
            }

.headerTopClass .headNavigation .offcanvas-end {
    width: 255px !important;
}

.headerTopClass .headNavigation .offcanvas-body {
    background-color: #FFF;
}

    .headerTopClass .headNavigation .offcanvas-body .nav-link {
        color: #1b1b1b;
    }

.headerTopClass .headNavigation .btn-mobile i {
    color: #222222;
}

.headerTopClass .headNavigation .offcanvas-header {
    background: #FFF;
    color: #464646;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

    .headerTopClass .headNavigation .offcanvas-header .dropdown-profile h3 {
        color: #222222;
    }

    .headerTopClass .headNavigation .offcanvas-header .location-menu span {
        color: #252525;
    }

.headerTopClass .headNavigation .nav-item {
    color: #202020 !important;
}

.headerTopClass .headNavigation .nav-link:focus,
.headerTopClass .headNavigation .nav-link:hover {
    color: #DD3256 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.headerTopClass .headNavigation .btn-close {
    color: #868686;
    background-color: #5f5f5f;
}

.headerTopClass .headNavigation .nav-link img {
    margin-right: 10px;
    width: 20px;
}

.headerTopClass .headNavigation .container-social-menu {
    background: #eeeeee;
}

    .headerTopClass .headNavigation .container-social-menu .social-icons {
        color: #5f5f5f;
    }

        .headerTopClass .headNavigation .container-social-menu .social-icons i {
            margin: 15px;
        }

.headerTopClass .headNavigation .links-menu a {
    color: #464646 !important;
    margin: 10px;
    font-size: 11px;
}

@media (max-width: 991px) {
    .headerTopClass .headNavigation .mobile-nav-toggle {
        display: block;
    }

    .headerTopClass .headNavigation .navbar ul {
        display: none;
    }
}

.heroContentSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .heroContentSection .leftConCol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .heroContentSection .leftConCol h1 {
            font-size: 3.8rem;
            font-weight: 900;
        }

@media (max-width: 1080px) {
    .heroContentSection .leftConCol h1 {
        font-size: 2.6rem;
    }
}

.heroContentSection .leftConCol h1::after {
    content: '';
    background: #DD3256;
    border: 2px solid #DD3256;
    border-radius: 20px;
    height: 1px;
    width: 90px;
    display: block;
}

.heroContentSection .leftConCol p {
    font-size: 20px;
}

.heroContentSection .leftConCol .bigBeeBtn {
    text-decoration: none;
    color: white;
    padding: 12px 35px;
    background-color: #000931;
    border-radius: 5px;
}

    .heroContentSection .leftConCol .bigBeeBtn:hover {
        background-color: #DD3256;
        color: white;
    }

@media (max-width: 767.9px) {
    .heroContentSection .rightConCol .rightImgCon {
        display: none;
    }
}

.pltTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .pltTab:hover {
        background: #e1eeff;
        border: 2.1px dashed #2C84F7;
    }

        .pltTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .pltTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .pltTab:hover .titleBig {
            font-size: 16px !important;
        }

    .pltTab .pltbg {
        background: #2C84F7;
        color: #FFF;
    }

.goldTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .goldTab:hover {
        background: #e1eeff;
        border: 2.1px dashed #2C84F7;
    }

        .goldTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .goldTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .goldTab:hover .titleBig {
            font-size: 16px !important;
        }

    .goldTab .pltbg {
        background: #2C84F7;
        color: #FFF;
    }

.gldTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .gldTab:hover {
        background: #f5e37d4b;
        border: 2.1px dashed #d8c941;
    }

        .gldTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .gldTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .gldTab:hover .titleBig {
            font-size: 16px !important;
        }

    .gldTab .gldTitle {
        background: #F7B12C;
        color: #FFF;
    }

.slvTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .slvTab:hover {
        background: #F3F7F7;
        border: 2.1px dashed #c0c0c0;
    }

        .slvTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .slvTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .slvTab:hover .titleBig {
            font-size: 16px !important;
        }

    .slvTab .slvTitle {
        background: #F77D2C;
        color: #FFF;
    }

.prmTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .prmTab:hover {
        background: #ff9d9d9c;
        border: 2.1px dashed #d16666;
    }

        .prmTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .prmTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .prmTab:hover .titleBig {
            font-size: 16px !important;
        }

    .prmTab .prmTitle {
        background: #DD3256;
        color: #FFF;
    }

.stdTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .stdTab:hover {
        background: #ecd8ff;
        border: 2.1px dashed #922CF7;
    }

        .stdTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .stdTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .stdTab:hover .titleBig {
            font-size: 16px !important;
        }

    .stdTab .stdTitle {
        background: #922CF7;
        color: #FFF;
    }

.foodTab {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .foodTab:hover {
        background: #17995a3d;
        border: 2.1px dashed #17995B;
    }

        .foodTab:hover .fa-check {
            color: #00994d;
            font-size: 22px;
        }

        .foodTab:hover .fa-xmark {
            color: #ff2121;
            font-size: 22px;
        }

        .foodTab:hover .titleBig {
            font-size: 16px !important;
        }

    .foodTab .foodTitle {
        background: #17995B;
        color: #fff;
    }

.pricingSection .priceCon .titleCon h1 {
    font-size: 4rem;
    font-weight: 700;
}

.pricingSection .priceCon .titleCon h6 {
    font-weight: 700;
    font-size: 18px;
}


.pricingSection .priceCon .mainCon .pricingCon_two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pricingSection .priceCon .mainCon .pricingCon_two .mainPlanRow .leftInfoCon .megaConLeft .titleCon {
        height: 100px;
        border-top: 1px solid #F3F7F7;
        border-left: 1px solid #F3F7F7;
        border-right: 1px solid #F3F7F7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px;
        padding: 10px;
        max-width: 340px;
        width: auto;
        font-size: 14px;
        position: relative
    }

.pricingSection .priceCon .titleCon h1 {
    position: relative;
}

    .pricingSection .priceCon .titleCon h1::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 4px;
        background: #DD3256;
        display: block;
        bottom: 0px;
        border-radius: 20px;
        left: 47%;
    }

@media screen and (max-width: 600px) and (min-width: 300px) {
    .pricingSection .priceCon .titleCon h1::after {
        width: 80px;
        height: 4px;
        bottom: 0px;
        left: 39%;
    }
}


.pricingSection .priceCon .mainCon .pricingCon_two .mainPlanRow .leftInfoCon .megaConLeft .cypClass {
    height: 200px;
    padding: 30px 10px;
    border: 1px solid #F3F7F7;
    background-color: #F3F7F7;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 2rem;
}

.pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .pltTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .goldTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .gldTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .slvTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .prmTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .stdTab, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .foodTab {
        margin: 0px;
    }

        .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .pltTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .goldTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .gldTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .slvTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .prmTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .stdTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .foodTab .titleBg {
            border: 1px solid #F3F7F7;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0px !important;
            height: 100px;
            max-width: 230px;
            width: auto;
            padding: 10px 10px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            font-size: 15px;
            font-weight: 700;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

@media (max-width: 1280px) {
    .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .pltTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .goldTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .gldTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .slvTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .prmTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .stdTab .titleBg, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .foodTab .titleBg {
        font-size: 12px;
    }
}

.pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .pltTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .goldTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .gldTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .slvTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .prmTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .stdTab .titleBg .btn_signform, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .foodTab .titleBg .btn_signform {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #333333;
    width: 120px;
    height: 40px;
    color: #FFF;
    border: none;
}

    .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .pltTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .goldTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .gldTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .slvTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .prmTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .stdTab .titleBg .btn_signform:hover, .pricingSection .priceCon .mainCon .pricingCon_two .mainRightRow .foodTab .titleBg .btn_signform:hover {
        background: #bf2424;
        color: #FFF;
    }

.pricingSection .priceCon .cardCol .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol .headerCon .card .topHeadCon {
        background: #063;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
            }

        .pricingSection .priceCon .cardCol .headerCon .card .topHeadCon .card-title {
            color: #ffffff;
        }

        .pricingSection .priceCon .cardCol .headerCon .card .topHeadCon .card-title2 {
            color: #FFFFFF;
            font-weight: 500;
        }

    .pricingSection .priceCon .cardCol .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .priceCon .cardCol2 .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol2 .headerCon .card .topHeadCon {
        background: #FFFF33;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol2 .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol2 .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
            }

        .pricingSection .priceCon .cardCol2 .headerCon .card .topHeadCon .card-title {
            color: #886C02;
            font-weight: 700;
        }

        .pricingSection .priceCon .cardCol2 .headerCon .card .topHeadCon .card-title2 {
            color: #886C02;
            font-weight: 500;
        }

    .pricingSection .priceCon .cardCol2 .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .priceCon .cardCol3 .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol3 .headerCon .card .topHeadCon {
        background: #99CDFF;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol3 .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol3 .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
            }

        .pricingSection .priceCon .cardCol3 .headerCon .card .topHeadCon .card-title {
            color: #505050;
        }

        .pricingSection .priceCon .cardCol3 .headerCon .card .topHeadCon .card-title2 {
            color: #505050;
            font-weight: 500;
        }

    .pricingSection .priceCon .cardCol3 .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .priceCon .cardCol4 .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol4 .headerCon .card .topHeadCon {
        background: #CB98CC;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol4 .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol4 .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
                color: #FFF;
            }

        .pricingSection .priceCon .cardCol4 .headerCon .card .topHeadCon .card-title {
            color: #444444;
        }

        .pricingSection .priceCon .cardCol4 .headerCon .card .topHeadCon .card-title2 {
            color: #FFF;
            font-weight: 500;
        }

    .pricingSection .priceCon .cardCol4 .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .priceCon .cardCol5 .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol5 .headerCon .card .topHeadCon {
        background: #FFFFCD;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol5 .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol5 .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
                color: #444444;
            }

        .pricingSection .priceCon .cardCol5 .headerCon .card .topHeadCon .card-title {
            color: #444444;
        }

        .pricingSection .priceCon .cardCol5 .headerCon .card .topHeadCon .card-title2 {
            color: #444444;
            font-weight: 500;
        }

    .pricingSection .priceCon .cardCol5 .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .priceCon .cardCol6 .headerCon .card {
    border-radius: 70px;
}

    .pricingSection .priceCon .cardCol6 .headerCon .card .topHeadCon {
        background: #FE0000;
        border-radius: 70px 70px 50% 50% / 60px 60px 70px 70px;
        min-height: 250px;
        margin-bottom: 70px;
        position: relative;
    }

        .pricingSection .priceCon .cardCol6 .headerCon .card .topHeadCon .centerDivCon {
            position: absolute;
            bottom: -80px;
            width: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .pricingSection .priceCon .cardCol6 .headerCon .card .topHeadCon .centerDivCon h2 {
                position: absolute;
                bottom: 70px;
                font-weight: 700;
                color: #FFF;
            }

        .pricingSection .priceCon .cardCol6 .headerCon .card .topHeadCon .card-title {
            color: #FFF;
        }

        .pricingSection .priceCon .cardCol6 .headerCon .card .topHeadCon .card-title2 {
            font-weight: 500;
            color: #FFF;
        }

    .pricingSection .priceCon .cardCol6 .headerCon .card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.pricingSection .tabPricing .rowMobileCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .pricingSection .tabPricing .rowMobileCard .mobPricingCol {
        margin-bottom: 20px;
        max-width: 458px;
    }

        .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard {
            padding: 0px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
            margin: 0px !important;
            border-radius: 24px 24px 24px 24px;
        }

            .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .headtitle {
                border-radius: 24px 24px 0px 0px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px;
            }

                .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .headtitle .title {
                    font-size: 25px;
                    font-weight: 700;
                }

            .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .pricing_sec {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 20px 60px;
                text-align: center;
            }

                .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .pricing_sec .value_pricing {
                    font-size: 25px;
                    font-weight: 700;
                    color: #444444;
                }

            .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .signUpBtnSec {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-line-pack: center;
                align-content: center;
                padding: 10px 30px;
            }

                .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .signUpBtnSec .btn_signform {
                    width: 60%;
                    height: 40px;
                    border-radius: 10px;
                    border: none;
                    color: #FFF;
                }

            .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion {
                padding: 40px 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .accordBtn {
                    border: none;
                    background: white;
                    font-weight: 700;
                    padding: 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-bottom: 30px;
                    -webkit-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

                    .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .accordBtn .golBtn {
                        border-radius: 50px;
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        font-weight: 700;
                        margin-right: 10px;
                        -webkit-transition: all 0.7s ease-in-out;
                        transition: all 0.7s ease-in-out;
                    }

                .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .desCon .formList {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: start;
                    -ms-flex-align: start;
                    align-items: flex-start;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    margin-bottom: 20px;
                }

                    .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .desCon .formList .list_okay {
                        background: #e5f7e6;
                        color: #00994d;
                        border-radius: 50px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 6px;
                    }

                    .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .desCon .formList .list_notokay {
                        background: #f7e5e8;
                        color: #bf2424;
                        border-radius: 50px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 6px 8px;
                    }

                    .pricingSection .tabPricing .rowMobileCard .mobPricingCol .colCard .descAccordion .desCon .formList .dataLabel {
                        margin-left: 10px;
                    }

.signUpBtnSec .tabPltBtn {
    background: #2C84F7;
}

.signUpBtnSec .tabGoldBtn {
    background: #F7B12C;
}

.signUpBtnSec .tabSilverBtn {
    background: #F77D2C;
}

.signUpBtnSec .tabPremiumBtn {
    background: #DD3256;
}

.signUpBtnSec .tabStandardBtn {
    background: #922CF7;
}

.signUpBtnSec .tabFoodBtn {
    background: #00994d;
}

.descAccordion .collapsePlt {
    color: #2C84F7;
}

    .descAccordion .collapsePlt .golBtn {
        color: #2c84f7;
        background: #e9f2ff;
    }

.descAccordion .collapseGold {
    color: #F7B12C;
}

    .descAccordion .collapseGold .golBtn {
        color: #F7B12C;
        background: #fff8eb;
    }

.descAccordion .collapseSilver {
    color: #F77D2C;
}

    .descAccordion .collapseSilver .golBtn {
        color: #F77D2C;
        background: #FEE9DB;
    }

.descAccordion .collapsePremium {
    color: #DD3256;
}

    .descAccordion .collapsePremium .golBtn {
        color: #DD3256;
        background: #FCEAEE;
    }

.descAccordion .collapseStandard {
    color: #922CF7;
}

    .descAccordion .collapseStandard .golBtn {
        color: #922CF7;
        background: #F4E9FF;
    }

.descAccordion .collapseFood {
    color: #17995B;
}

    .descAccordion .collapseFood .golBtn {
        color: #17995B;
        background: #E7F5EE;
    }

.mobBgPlt {
    background: #e9f2ff;
}

    .mobBgPlt .title {
        color: #2c84f7;
    }

.mobBgGold {
    background: #fff8eb;
}

    .mobBgGold .title {
        color: #f7b12c;
    }

.mobBgSilver {
    background: #FEE9DB;
}

    .mobBgSilver .title {
        color: #F77D2C;
    }

.mobBgPremium {
    background: #FCEAEE;
}

    .mobBgPremium .title {
        color: #DD3256;
    }

.mobBgStandard {
    background: #F4E9FF;
}

    .mobBgStandard .title {
        color: #922CF7;
    }

.mobBgFood {
    background: #E7F5EE;
}

    .mobBgFood .title {
        color: #17995B;
    }

.card-body .btnPrime {
    color: #FFF;
    background-color: #DD3256;
    padding: 10px 30px;
    border-radius: 15px;
}

    .card-body .btnPrime:hover {
        background-color: #353535;
    }

.boothInfoSection .leftCardCol .card {
    padding: 30px;
}

    .boothInfoSection .leftCardCol .card .cardTitle {
        margin-bottom: 20px;
    }

        .boothInfoSection .leftCardCol .card .cardTitle h1 {
            color: #DD3256;
        }

    .boothInfoSection .leftCardCol .card .cardBotCon ul {
        list-style: none;
        padding-left: 0px;
    }

/*.boothInfoSection .leftCardCol .card .cardBotCon ul li::before {
  content: "";
  background: #00994d;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 10px;
}*/

.boothInfoSection .rightCardCol .card {
    padding: 30px;
}

    .boothInfoSection .rightCardCol .card .cardTitle {
        margin-bottom: 20px;
    }

        .boothInfoSection .rightCardCol .card .cardTitle h3 {
            color: #DD3256;
        }

    .boothInfoSection .rightCardCol .card .cardBotCon ul {
        list-style: none;
        padding-left: 0px;
    }

        /*.boothInfoSection .rightCardCol .card .cardBotCon ul li::before {
  content: "";
  background: #00994d;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 10px;
}*/

        .boothInfoSection .rightCardCol .card .cardBotCon ul li ul span ::before {
            content: "";
            background: #f7d80d;
            font-weight: bold;
            font-size: 20px;
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 20px;
            margin-right: 10px;
        }

.spacer {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

footer {
    overflow: hidden;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

    footer .footerCon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0px 30px 0px;
    }

        footer .footerCon footerCon .footerColOne .col-lg-3 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        footer .footerCon footerCon .footerColOne .socialRow {
            margin-top: 40px;
        }

.copyright {
    background-color: #DD3256;
    height: 10px;
    width: 100%;
}

.pinkiText {
    color: #DD3256;
    font-weight: 700;
}

.space2 {
    margin-top: 10px;
}
/*# sourceMappingURL=pricing_page.css.map */
