@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

body {
    background: #fefffe;
    color: #000000;
    font-family: "Geologica", sans-serif !important;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

header {
    position: sticky;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 8px 20px #cccccc2b;
    top: 0;
}

    header .logo {
    }

    header .right_head {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 64px;
    }

.right_head .login_btn {
    background: #0077bd;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    padding: 10px 40px;
    margin: 0 10px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: 1px;
}

    .right_head .login_btn:hover {
        background: #a1d04a;
    }

    .right_head .login_btn:before {
        position: absolute;
        content: "";
    }

    .right_head .login_btn:after {
        position: absolute;
        content: "";
    }

.right_head .call_us {
    padding: 9px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 14px;
}

    .right_head .call_us a {
        color: #000000;
        margin: 0 0 0 5px;
    }

.right_head .socail_icons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

    .right_head .socail_icons ul li {
        display: flex;
        margin: 0 4px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 2px 5px 10px 0px #cccc;
        background: #fff;
    }

.about_section_wrapper {
}

.video_section {
    padding: 5px;
}

    .video_section iframe {
        display: block;
        border-radius: 20px;
        border: 2px solid #ccc;
    }

.about_section ul {
    margin: 0 !important;
    padding-left: 14px !important;
}

    .about_section ul li {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
        margin: 10px 0;
    }

.about_section h1 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    text-align: left;
    margin: 0px 0 20px;
    letter-spacing: 1px;
}


.view_more a {
    color: #a1d04a;
}

    .view_more a:hover {
        text-decoration: none;
    }

.packages_section_wrapper {
    background: #f8f8f8;
}

.packages_section_wrap h1 {
    font-size: 25px;
    font-weight: 800;
    margin: 3rem 0;
    text-align: center;
    letter-spacing: 1px;
    color: #147fbe;
}

.packages_section_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    height: 200px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #157fbd;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 0;
    border: none;
    width: 40%;
    border-radius: 10px;
}

.packages_tab {
    background: #ffffff;
    text-align: center;
}
    /*31 march 2020 commented*/
    /* .packages_tab ul{ margin:-44px auto 50px;box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15);-webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.15); padding: 0; list-style-type: none; display: inline-block;width:38%;}
    .packages_tab ul li{ float: left; width:100%; } */
    /*31 march 2020 commented*/

    /*31 march 2020 started*/
    .packages_tab ul {
        display: block;
        position: relative;
        width: 100%;
        margin: 1rem auto 1rem auto;
        border: none;
    }

        .packages_tab ul li {
            float: left;
            width: 32%;
            margin: 0 4px;
            border: 2px solid #0d7cbd;
            overflow: hidden;
            border-radius: 3px;
            padding: 3px;
        }
            /*31 march 2020 started*/
            .packages_tab ul li a {
                background: #ffffff;
                display: block;
                color: #0479bd;
                font-size: 16px;
                padding: 12px 0;
                transition: 1s;
                -webkit-transition: 1s;
                border-radius: 0;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                font-weight: 700;
                letter-spacing: 1px;
            }

                .packages_tab ul li.active a,
                .packages_tab ul li.active a:focus,
                .packages_tab ul li a:hover,
                .packages_tab ul li a:focus {
                    background: #0679bd;
                    color: #ffffff;
                    text-decoration: none;
                    margin: 0;
                    border-radius: 3px;
                }

.packages_section {
    background: #ffffff;
    width: 90%;
    margin: auto;
}

    .packages_section .box {
        display: flex;
        align-items: center;
        text-align: center;
        /* border: 1px solid #ccc; */
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
        margin: 10px 0;
        flex-wrap: wrap;
    }

        .packages_section .box p span {
            float: right;
        }

        .packages_section .box .text_box {
            min-height: 150px;
            width: 51%;
            display: flex;
            flex-direction: column;
            margin: 1rem 1rem 1rem 3rem;
        }

        .packages_section .box a:hover {
            text-decoration: none;
        }

        .packages_section .box button {
            background: #badc58;
            color: #000;
            text-decoration: none;
            margin: 0;
            border-radius: 3px;
            display: flex;
            width: 100%;
            border: none;
            padding: 11px 40px;
            letter-spacing: 1px;
            font-weight: 900;
            border-radius: 10px;
        }

            .packages_section .box button:hover {
                background: #a1d04a;
            }

.packages_benefits {
    padding: 26px 0 10px;
}

.packages_section_wrap .packages_benefits h1 {
    text-align: left;
    color: #000;
}

.packages_benefits ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
}

    .packages_benefits ul li {
        margin: 8px 0;
        position: relative;
        font-size: 14px;
        letter-spacing: 1px;
        padding-left: 2rem;
        line-height: 26px;
        font-weight: 300;
    }

        .packages_benefits ul li:before {
            width: 10px;
            height: 10px;
            position: absolute;
            left: -4px;
            top: 0px;
            content: "\2713";
            color: #add341;
            font-size: 20px;
            font-weight: 900;
        }

.package_boxes .slick-arrow, .owl-prev {
    background: #157fbd !important;
    margin: 0;
    display: block !important;
    color: #ffffff !IMPORTANT;
    -webkit-transition: 1s;
    position: absolute;
    top: 40%;
    left: -43px;
    z-index: 99;
    overflow: hidden;
    height: 49px;
    width: 49px;
    border-radius: 50% !important;
}

.package_boxes .slick-arrow, .owl-next {
    background: #157fbd !important;
    margin: 0;
    display: block !important;
    color: #ffffff !IMPORTANT;
    -webkit-transition: 1s;
    position: absolute;
    top: 40%;
    right: -43px;
    z-index: 99;
    overflow: hidden;
    height: 49px;
    width: 49px;
    border-radius: 50% !important;
}

.item .box {
    width: 97%;
    margin: 1rem auto;
}

.package_boxes .slick-arrow:hover {
    background: #a1d04a;
}

.package_boxes .slick-prev {
    left: -30px;
}

.affiliates_section_wrapper {
    background: #ffffff;
    margin: 2rem 0 0rem 0;
}

    .affiliates_section_wrapper h1 {
        color: #222222;
        text-align: center;
        font-size: 25px;
        font-weight: 800;
        margin: 1rem 0;
        letter-spacing: 1px;
    }

    .affiliates_section_wrapper .top_text {
        position: relative;
        text-align: center;
        font-size: 15px;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 3rem;
    }

        .affiliates_section_wrapper .top_text:after {
            background: #a1d04a;
            width: 226px;
            height: 4px;
            left: 50%;
            bottom: 0;
            margin: 0 -113px;
            content: "";
            position: absolute;
            display: none;
        }

.affiliates_section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

    .affiliates_section ul li {
        display: inline-block;
        width: 20%;
        margin: 0 0 29px;
    }

footer {
    background: #ffffff;
}

    footer .footer_menu {
        padding: 16px 0;
    }

        footer .footer_menu ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            footer .footer_menu ul li {
                display: inline-block;
                border-right: 1px solid #aa9f9f;
                line-height: 14px;
                margin: 0 10px;
                padding: 0 10px;
            }

                footer .footer_menu ul li:last-child {
                    border-right: none;
                    margin-right: 0;
                    padding-right: 0;
                }

                footer .footer_menu ul li a {
                    color: #fff;
                    font-size: 14px;
                    display: block;
                    transition: 0.2s;
                    letter-spacing: 1px;
                    opacity: .8;
                }

                    footer .footer_menu ul li a:hover {
                        text-decoration: none;
                        color: #00aeef;
                    }

    footer .copyright {
        background: #1d2129;
        color: #ffffff;
        padding: 10px 0;
        text-align: center;
        border-top: 1px solid #cccccc4f;
    }

        footer .copyright a {
            color: #ffffff;
            font-size: 14px;
            letter-spacing: 2px;
        }

.field-validation-error {
    color: #bf0000;
    font-size: 14px;
    font-weight: 500;
    margin: 3px 0 0;
    display: inline-block;
}

/******************************** login page ***************************/
body.login_page {
    background: url(../images/bg_login_page.png) no-repeat center;
    background-size: cover;
    background-position: center;
}

.right_head .site_url {
    padding: 45px 0 0;
    font-weight: 500;
}

    .right_head .site_url a {
        font-size: 16px;
        color: #00aeef;
        transition: 1s;
        -webkit-transition: 1s;
    }

        .right_head .site_url a:hover {
            text-decoration: none;
            color: #00aeef;
        }

body.login_page header {
    border-bottom: none;
    position: static;
}

.login_section_wrapper {
    background: url('https://hostx.ar-coder.com/assets/images/pages/user/visu-bg.png') #cbd2d9;
    padding: 3rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login_section_wrapperEvent {
    background: #fff;
    padding: 3rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.login_section {
    padding: 100px 0;
}

    .login_section h1 {
        font-size: 39px;
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        margin: 0 0 30px;
    }

    .login_section form input {
        background: #ffffff;
        border: none;
        border-left: 5px solid #a1d04a;
        height: 40px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.32);
        -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.32);
    }

    .login_section form .checkbox {
        float: left;
        width: 100%;
        margin: 0 0 10px;
    }

        .login_section form .checkbox label {
            font-style: italic;
            float: right;
            display: block;
            color: #ffffff;
            transition: 1s;
            -webkit-transition: 1s;
        }

            .login_section form .checkbox label:hover {
                color: #a1d04a;
            }

    .login_section form .btn {
        background: #00aeef;
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
        display: block;
        padding: 9px 65px;
        transition: 1s;
        -webkit-transition: 1s;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

        .login_section form .btn:hover {
            background: #a1d04a;
        }

footer .socail_icons {
    margin: 15px 0 0;
}

    footer .socail_icons ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        footer .socail_icons ul li {
            display: inline-block;
            padding: 0 1px;
        }

body.login_page footer .footer_menu {
    padding: 15px 0;
}

.switch_to .about_section {
    min-height: auto;
    margin: 0 0 20px;
}

.note {
    color: #ee0000;
    font-style: initial;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
}

@media only screen and (max-width:991px) {
    .about_section h1,
    .packages_section_wrap h1,
    .affiliates_section_wrapper h1 {
        font-size: 24px;
    }
}


@media only screen and (max-width:479px) {
    .packages_tab ul li a {
        padding: 10px 0;
        font-size: 14px;
    }
}

.home-video {
}

    .home-video img {
        width: 100%;
    }

.right_head .socail_icons ul li a img {
    width: 100%;
}

.about_section_wrapper {
    width: 100%;
    padding: 15px 0;
    background-position: right;
}

.about_section p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
}

.about_section .view_more {
}

    .about_section .view_more a {
        background: #0077bd;
        display: inline-block;
        border: none;
        color: #fff;
        padding: 10px 40px;
        margin: 10px 0;
        border-radius: 4px;
        font-weight: 500;
        letter-spacing: 1px;
    }

.text_box {
}

    .text_box p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
        display: flex;
        padding: 4px 0;
    }

.package_boxes {
    width: 90;
    margin: auto;
}

.bg_light_blue {
    background: #0077bd33;
    margin: 2rem 0;
    padding: 10px 0;
}

.pg_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    background: #fff;
    margin: 3rem auto;
    border: 6px solid #badc58;
    border-radius: 10px;
}

.fs_width {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.overSeas {
    background: #0077bd33;
    margin: 2rem 0 0rem 0;
    padding: 4rem 0;
}

    .overSeas ul {
    }

.footet_links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    z-index: 999;
    position: fixed;
    top: 42%;
    right: 0;
    transform: translateX(68%);
}

    .footet_links ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* transform: translateX(68%); */
        margin: 0;
        padding: 0;
    }

        .footet_links ul li {
            background: #fff;
            width: 115px;
            height: 40px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 4px;
            margin: .4rem 0;
            transition: all .4s;
            /* transform: translateX(65%); */
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

.forotet_links li:hover {
    transform: translateX(0%);
}

.footet_links ul li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footet_links ul li a i {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #0077bd;
        font-size: 17px;
        border-radius: 50%;
        margin-right: .8rem;
    }

.menuLinks {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}

    .menuLinks li {
        display: flex;
        margin: 0 13px;
    }

        .menuLinks li a {
            color: #000;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 500;
            text-decoration: none;
            transition: all .2s;
        }

            .menuLinks li a:hover {
                color: #0077bd;
            }

#breadCrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    #breadCrumb .left {
        width: 100%;
        text-align: center;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
    }

    #breadCrumb .right {
        width: 100%;
        padding: 3rem 0;
    }

        #breadCrumb .right ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
            padding: 0;
        }

            #breadCrumb .right ul li {
                width: 46%;
                background: #0077bd;
                height: 300px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 2rem;
                border-radius: 10px;
                box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
            }

                #breadCrumb .right ul li a {
                    font-weight: 900;
                    letter-spacing: 2px;
                    font-size: 2rem;
                    color: #fff;
                    flex-direction: column;
                    width: 100%;
                    text-align: center;
                    height: 300px;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                }

.top_footer {
    background: #1d2129;
    padding: 20px 0 5px 30px;
}

#breadCrumb .right ul li a img {
    width: 100px;
    width: 100px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}

#heading {
    background: #f443360f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F44336;
    padding: 3rem;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #F44336;
    margin: 3rem 0;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 18px;
}

@media only screen and (max-width:767px) {
    .menuLinks {
        position: fixed;
        background: #e3f5ff;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        transition: all .4s;
        transform: translateX(-100%);
    }

    .package_boxes .slick-arrow {
        right: -9px;
    }

    .package_boxes .slick-prev {
        left: -9px;
    }

    .activeMenus {
        transform: translateX(0%);
    }

    .menuLinks li {
        width: 100%;
    }

        .menuLinks li a {
            padding: 10px 0;
            border-bottom: 1px solid #ccc;
            width: 100%;
            text-align: left;
        }

    header .logo {
        text-align: center;
        padding: 5px 0;
    }

        header .logo img {
            max-width: 130px;
        }

    header .right_head {
        text-align: center;
        margin: 0 0 5px;
    }

    .right_head .call_us {
        padding: 5px 0;
        font-size: 14px;
    }

    .right_head .site_url {
        padding: 0;
    }

    .login_section {
        padding: 20px 0 40px;
    }

    .right_head .login_btn {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .about_section_wrapper {
        padding: 0px 0 75px;
    }

    .about_section {
        min-height: auto;
        border-right: none;
        border-bottom: 4px solid #a1d04a;
        margin: 20px 0 0;
    }

    footer .footer_menu ul li {
        display: block;
        border-top: none;
        margin: 4px 9px;
        border-right: none;
    }

    .packages_tab ul {
        width: 100%;
    }

    .packages_section_wrap h3 {
        width: 100% !important;
    }

    .packages_section .box .text_box {
        width: 100%;
        margin: 1rem 0;
    }

    footer .footer_menu ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .top_footer {
        padding: 1rem;
    }
}

.owl-dots {
    display: none;
}

#account_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

    #account_tab label {
        width: 48%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        letter-spacing: 1px;
        cursor: pointer;
        background: #fff;
        padding: 15px;
        border-radius: 6px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border: 1px solid #eee;
    }

        #account_tab label input {
            height: auto;
            box-shadow: none;
            margin-left: 10px;
            margin-top: 0;
            display: none;
        }

.form_sec {
    padding: 1rem 1rem 3rem 1rem;
    border-radius: 10px;
}

.btn_grid {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between !IMPORTANT;
}

    .btn_grid button {
        width: 47%;
        padding: 10px 0 !important;
        letter-spacing: 1px;
        font-weight: 600;
    }

.login_main_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    width: 60%;
    margin: 1rem auto 3rem auto;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .login_main_wrapper .left {
        width: 49%;
        background: url('https://hostx.ar-coder.com/assets/images/pages/user/visu-bg.png');
        height: 550px;
        background-size: cover;
        background-position: center;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .login_main_wrapper .right {
        width: 49%;
        height: 550px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login_main_wrapper .form_sec {
        width: 100%;
        padding: 1rem;
    }

.right_side_header img {
    width: 39%;
    display: block;
    margin: 1rem 0 2rem 0;
}

.right_side_header h4 {
    font-size: 2.3rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.right_side_header p {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: .7;
}

#account_tab label img {
    width: 20px;
    margin-right: 9px;
}

.login_main_wrapper .right input {
    height: 50px;
    border: none;
    border-bottom: 3px solid #0077bd;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.login_main_wrapper .btn_grid button {
    width: 100%;
    height: 50px;
    background: #0077bd;
    border: none;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    transition: all .35s;
    z-index: 1;
}

#forgetpsw {
    text-decoration: underline;
    letter-spacing: 1px;
}

.login_main_wrapper .left h2 {
    font-size: 3rem;
    color: #fff;
    opacity: .9;
    letter-spacing: 1px;
    line-height: 4rem;
}

.selectedOption {
    border: 2px solid #0077bd !important;
}

.login_main_wrapper .btn_grid button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #badc58;
    transition: all .35s;
    z-index: -1;
}

.login_main_wrapper .btn_grid button:hover:after {
    width: 100%;
}

.login_main_wrapper .btn_grid button:hover {
    color: #000;
}

@media only screen and (max-width: 768px) {
    .login_main_wrapper {
        width: 100%;
        flex-direction: column;
        padding: 18px;
        margin: 0;
    }

        .login_main_wrapper .left {
            width: 100%;
            height: auto;
            margin-bottom: 1rem;
        }

        .login_main_wrapper .right {
            width: 100%;
            height: auto;
        }

        .login_main_wrapper .left h2 {
            font-size: 2rem;
            line-height: 3rem;
        }

    .login_section_wrapper {
    }
}

.packages_section_wrap {
    background: #fff;
}

.common_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .common_sec .left {
        width: 31%;
    }

    .common_sec .right {
        width: 77%;
        padding: 20px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 24px;
    }

        .common_sec .right h2 {
        }

        .common_sec .right h3 {
            margin: 10px 0;
            font-weight: 700;
        }

        .common_sec .right p {
        }

        .common_sec .right a {
            background: #fff;
            padding: 10px 20px;
            margin-top: 10px;
            display: inline-block;
            border-radius: 10px;
            font-weight: 700;
        }
