@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap');


body {
    margin: 0;
    padding: 0;
    color: #a60000;
    font-family: 'Fredoka', sans-serif;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
/*#082e04*/
.main {
    margin: 0 auto;
    padding: 0;
    width: 92%;
}
/*#fed43a*/
a {
    color: #000;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 0px;
}

h3 {
    margin: 0px;
}

h4 {
    margin: 0px;
}

h5 {
    margin: 0px;
}

h6 {
    margin: 0px;
}

/* START HEADER SECTION */

/* start top head section */

/* start top head section */

.tophead-section {
    padding: 0;
    background: #000000;
}

.tophead-section1 {
    padding: 7px 10px 3px;
}

.tophead-left1 {
    padding: 0 0 4px 0;
}

.tophead-left2 {
    padding: 0;
}

    .tophead-left2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .tophead-left2 ul li {
            padding: 0 0px;
            display: inline-block;
            margin: 0;
        
        }

            .tophead-left2 ul li a {
                color: #fff;
                font-weight: 500;
                font-size: 22px;
                margin: 0;
                padding: 10px 0 0 0;
                text-decoration: none;
            }

.tophead-left1 li a i {
    background-color: #ffc60000;
    width: 40px;
    height: 39px;
    text-align: center;
    line-height: 32px;
    border: 2px solid #ffc600;
    font-size: 21px;
    color: #ffc600;
    border-radius: 30px;
    margin: 0 7px 0 0;
}

.tophead-left1 li a:hover i {
    color: #000000;
    background-color: #ffc600;
}

.tophead-right1 {
    padding: 0; 
}

.tophead-right2 {
    padding: 5px;
    background: #010121;
}

    .tophead-right2 span {
        font-size: 25px;
        margin: 0;
        color: #ffc600;
        text-transform: capitalize;
        margin: -4px 0 0 0;
        font-weight: 500;
        animation: neon 1s ease-in-out infinite alternate;
        display: inline-block;
    }

@keyframes neon {
    from {
        color:white
    }

    to {
     color:gold
    }
}

.tophead-right2 a {
    background: #ffc600;
    color: #000;
    border-radius: 4px;
    padding: 4px 15px;
    font-size: 18px;
    margin: -4px 0px 0 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
/* end top head section */

/* start head section */

.head-section {
    padding: 0;
}

.head-section1 {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-logo1 {
    padding: 0px;
}

.head-logo2 {
    padding: 0px;
}

.head-right1 {
    padding: 10px;
}

.head-right2 {
    padding: 0 10px;
}

.head-list1 {
    padding: 0px 0 0px;
    text-align: center;
}

    .head-list1 div {
        color: #000;
        font-size:17px;
        margin: 0;
        line-height: 30px;
        font-weight: 600;
        padding: 10px 10px;
        background: #ffc600;
    }

    .head-list1 span {
        display: block;
        padding: 0 0 10px;
        font-size: 25px;
        font-weight: 700;
        color: #a60000;
        text-transform: capitalize;
    }

/* end head section */

/* start navigation section */

.navigation-section {
    padding: 0;
    background: #ffc600;
    border-bottom: 7px solid #a60000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffc600;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #2c4b02;
}

.navbar-inverse .navbar-toggle {
    /* border-color: #de5656; */
    float: right;
    background: #a60000;
    border-radius: 0;
    padding: 10px 11px;
}

.navbar-inverse .navbar-toggle {
    /* border-color: #ffc600; */
    border-color: #ffc600;
}
/*end navbar toggal*/

.navbar {
    position: relative;
    min-height: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: 0.4s ease-in-out;
}

.navbar-inverse {
    border: none;
    padding: 0px;
    z-index: 99;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #000000;
        padding: 10px 27px 11px 27px;
        font-size: 19px;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #ffffff;
            background-color: #a60000;
            transition: 0.8s;
        }

.navbar-nav {
    padding: 0px 0px;
    border-radius: 8px;
    margin: 11px auto 11px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
}

    .navbar-nav > li {
        padding: 1px 38px;
    }

        .navbar-nav > li:last-child {
            border: 0;
        }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: #a60000;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ffa70400;
    box-shadow: inset 0 1px 0 rgb(242 134 5 / 0%);
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #ffc600;
}

.top-navvii {
    padding: 0px;
    transition: 0.4s ease-in-out;
    padding-bottom: 0px;
    background: #ffffff;
    border-radius: 0px;
}

.navbar-inverse {
    background-color: #00000000;
    border-color: transparent !important;
}

.top-navvaa {
    padding: 0px 0px;
}

.top-navvii2 {
    padding: 0px;
    background: #ffc600;
    text-align: center;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #a60000 !important;
    color: #ffc600 !important;
}

.head-navigation {
    padding: 0px 0 0 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 5px;
}

#header {
    padding: 0px 0;
    color: #fff;
    z-index: 9999;
    transition: 0.5s;
    margin: 0px;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 4px -3px 20px 0px #10101063;
    background-color: #ffc600;
    z-index: 5555;
    transition: 0.5s;
}
/* end navigation section */

/* start header image section */

.headerimage-section {
    padding: 0;
    /* border-top: 7px solid; */
}

    .headerimage-section img {
        width: 100%;
    }
/* end header image section*/

/* END HEADER SECTION */

/* start about us section*/

.aboutus-section {
    padding: 0;
}

.aboutus-section1 {
    padding: 50px 30px 40px;
}

.topservices-head {
    padding: 10px 0 0;
    text-align: center;
}

    .topservices-head p {
        color: #000000;
        font-size: 20px;
        padding: 0px 0 0px 0px;
        margin: -8px 0 0 0;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
    }

    .topservices-head strong {
        font-family: Rubik;
        font-weight: 700;
        font-size: 42px;
        text-transform: uppercase;
    }

.aboutus-content1 {
    padding: 20px 0px 0;
}

.aboutus-content2 {
    padding: 0;
    /* text-align: center; */
}

    .aboutus-content2 img {
        height: 400px;
        float: right;
        padding: 12px;
    }

    .aboutus-content2 p {
        color: #222;
        text-align: left;
        margin: 0;
        font-weight: 400;
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        padding: 6px 0;
    }

        .aboutus-content2 p strong {
            color: #a60000;
            font-weight: 600;
        }

    .aboutus-content2 ul {
        text-align: left;
        padding: 10px 0 5px;
        margin: 0;
        list-style: none;
    }

        .aboutus-content2 ul li {
            margin: 0;
            font-size: 14px;
            padding: 6px 0 0;
            color: #222;
            text-transform: capitalize;
            font-weight: 500;
            line-height: 27px;
        }

    .aboutus-content2 li:before {
        color: #a60000;
        content: "\f753";
        font-weight: 900;
        display: inline-block;
        font-size: 16px;
        padding: 0 6px 0 0px;
        font-family: "Font Awesome 6 Pro";
    }

    .aboutus-content2 span {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding: 7px 10px 6px;
        border-radius: 44px;
        background: #ffc600;
        margin: 10px 0 0 0;
        display: inline-block;
        text-transform: capitalize;
    }

/* end about us section*/

/* start why choose us section */

.chooseus-section {
    padding: 0;
    background: #ffc600;
}

.chooseus-section1 {
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chooseus-left1 {
    padding: 10px;
}

.chooseus-left2 {
    padding: 0;
}

.choose-head {
    padding: 0;
    text-align: left;
}

    .choose-head span {
        display: inline-block;
        background: #a60000;
        font-size: 21px;
        text-align: center;
        text-transform: capitalize;
        margin: 14px 0 0 0;
        border-radius: 32px;
        padding: 6px 15px;
        color: #fff;
        font-weight: 500;
    }

    .choose-head p {
        text-transform: capitalize;
        font-size: 39px;
        font-weight: 600;
        margin: 0;
        color: #000000;
        padding: 6px 16% 0px 0px;
    }

.choose-content {
    padding: 10px 0;
    text-align: left;
}

    .choose-content p {
        color: #000;
        font-size: 17px;
        line-height: 31px;
        font-weight: 300;
        margin: 0;
        padding: 9px 0 0 0;
    }


.chooseus-right1 {
    padding: 10px;
}

.chooseus-right2 {
    padding: 0px;
    text-align: center;
}

    .chooseus-right2 img {
        height: 430px;
    }

/* end why choose us section */

/* start our services section */

.ourservices-section {
    padding: 0;
    background: url(../images/111947000.webp); background-repeat:repeat;
}

.ourservices-section1 {
    padding: 10px 30px 50px 30px;
}

.our-services {
    padding: 0px 0 0 0;
}

.our-services1 {
    padding: 20px 10px;
}

.our-services2 {
    padding: 10px; background:#fcd000
}

.our-services3 {
    padding: 0;
    overflow: hidden;
}

    .our-services3 img {
        transition: 0.4s all ease-in-out;
        min-width: 100%;
    }

.our-services2:hover .our-services3 img {
    transform: scale(1.1);
    transition: 0.4s all ease-in-out;
}

.our-services4 {
    padding: 0px 0px 0px;
    text-align: center;
}

    .our-services4 .services-icon {
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: -50px;
        position: absolute;
        display: inline-block;
    }

    .our-services4 strong {
        margin: 0;
        font-weight: 500;
        font-size: 22px;
        text-transform: capitalize;
        display: block;
        color: #000;
        padding: 16px 0px;
    }

    .our-services4 p {
        color: #000;
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        margin: 0;
        padding: 9px 0 12px 0;
    }

    .our-services4 a {
        background: #ffffff;
        font-size: 20px;
        color: #000000;
        padding: 6px 22px 5px 23px;
        text-decoration: none;
        font-weight: 600;
        border-radius: 44px;
    }

        .our-services4 a span {
            display: inline-block;
            background-color: #a60000;
            height: 50px;
            border-radius: 30px;
            border: 2px solid #a60000;
            width: 50px;
            line-height: 50px;
            color: white;
            text-align: center;
        }

            .our-services4 a span i {
            }

.bestservices-head {
    padding: 10px 0;
    text-align: center;
}

    .bestservices-head strong {
        color: #ffc600;
        font-family: Rubik;
        font-weight: 700;
        font-size: 42px;
        text-transform: uppercase;
    }

    .bestservices-head p {
        color: #ffffff;
        font-size: 20px;
        padding: 0px 0 0px 0px;
        margin: -2px 0 0 0;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
    }
/* end our services section */


/* start testimonials-section */

.testimonials-section {
    padding: 0;
}

.testimonials-section1 {
    padding: 50px 30px;
}

.testimonials {
    padding: 15px 0 0;
}

.testimonials-1 {
    padding: 20px 10px;
}

.testimonials-2 {
    background: #fff;
    box-shadow: 0px 10px 13px 4px rgb(0 0 0 / 11%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 20px 20px 30px 20px;
    border-radius: 20px 20px 20px 20px;
}

.testimonial-3 {
    padding: 11px 0 10px;
    text-align: center;
    background: #a60000;
}

    .testimonial-3 img {
        border-radius: 50%;
        display: block;
        left: 0;
        right: 0;
        margin: 14px auto 0px;
        border: 5px solid #ffc600;
        height: 70px;
    }

    .testimonial-3 i {
        color: #ffc600;
        padding: 4px;
        /* background: #2e4b0b; */ font-size: 16px;
    }

.testimonials-4 {
    padding: 0px 0 0px;
    text-align: center;
}

    .testimonials-4 strong {
        font-size: 23px;
        display: inline-block;
        font-weight: 600;
        text-transform: capitalize;
        padding: 1px 0 6px;
    }

    .testimonials-4 span {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 0 0px 0 10px;
        text-transform: uppercase;
    }

    .testimonials-4 p {
        font-size: 17px;
        color: #333;
        font-weight: 400;
        margin: 0;
        line-height: 31px;
    }

.testimonial-coma {
    padding: 0;
    text-align: right;
}

    .testimonial-coma i {
        font-size: 40px;
        color: #ba0000;
    }
/* end testimonials-section*/

/* start form section */

.form-section {
    padding: 0;
    background: #ffffff;
}

.form-section1 {
    padding: 50px 30px;
}

.form-1 {
    padding: 40px 0 0;
}

.contac-rr {
    padding: 0px 0 0 0;
    margin: 0;
    text-align: left;
}

.form-group1 {
    padding: 5px;
    margin-bottom: 28px;
}

input.form-control1 {
    color: #000;
    font-weight: 500;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
}

.form-control1 {
    background-color: transparent;
    border: #f0f8ff00;
    border-bottom: 1px solid #ba0000;
}

textarea.form-control1 {
    height: 80px;
    font-weight: 400;
    color: #000;
}

.btn-group {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
        margin: -1px 0 0 0;
        padding: 14px 36px;
        color: #fff;
        font-size: 15px;
        border: 0px solid #2e4b0b;
        background: #a60000;
        border-radius: 43px;
        text-transform: uppercase;
        transition: .7s;
        font-weight: 600;
        width: 50%;
    }


.btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* end form section */
/* start footer section*/

.footer-section {
    padding: 0;
    background-image: url(../images/giphy.gif); background-position:center; background-size:cover; 
}

.footer-section1 {
    padding: 60px 30px 50px; background-color: rgba(0,0,0,.7);
    text-align: center;
}

    .footer-section1 img {
    }

    .footer-section1 p {
        font-size: 18px;
        line-height: 36px;
        margin: 0;
        color: #fff;
        padding: 10px 0 0;
        font-weight: 400;
    }

    .footer-section1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footer-section1 ul li {
            display: inline-block;
            padding: 5px;
        }

            .footer-section1 ul li a {
                color: #ba0000;
                font-size: 62px;
                margin: 0;
                font-weight: 600;
                letter-spacing: 2px;
                text-decoration: none;
                animation: anii 0.2s infinite;
            }

@keyframes anii {
    0% {
        color: #ffc600;
    }

    100% {
        color: #ffffff;
    }
}

.footer-section1 li a i {
}

.copy-right {
    padding: 20px 0 0px;
    margin-top: 0px;
}

    .copy-right p {
        color: #ffc600;
        font-weight: 600;
        font-size: 16px;
        margin: 0;
        padding: 10px 0 0 0;
    }

    .copy-right span {
        color: #ffffff;
        font-size: 17px;
        font-weight: 400;
        display: block;
        line-height: 31px;
    }

.footer-nav {
    padding: 10px 0;
    text-align: center;
}

    .footer-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footer-nav ul li {
            padding: 1px 38px;
            color: #2c4906;
            padding: 10px 19px 7px 16px;
            font-size: 16px;
            border-radius: 20px 20px 0px 0px;
            text-transform: uppercase;
            font-weight: 800;
        }

            .footer-nav ul li a {
                animation: none;
                font-size: 17px;
                color: #000000;
                display: inline-block;
                background: #ffc600;
                letter-spacing: 1px;
                padding: 9px 12px;
                font-weight: 700;
            }

            .footer-nav ul li:hover {
                color: #ba0000;
            }
/* end footer section */
#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}

    #callbook ul {
        padding: 0px;
    }

        #callbook ul li {
            border-bottom: 1px solid #fff;
            background: red;
            position: relative;
            padding: 21px;
            width: 50%;
            list-style: none;
            float: left;
            text-align: center;
        }

            #callbook ul li a span {
                color: #fff;
                font-size: 22px;
                font-weight: 500;
                text-decoration: none;
                position: relative;
                top: -15px;
            }

            #callbook ul li a i {
                color: #fff;
                position: relative;
                top: -13px;
                padding: 0 5px 0 0;
                font-size: 20px;
            }

            #callbook ul li a i {
                animation: pulsate 0.5s ease-out;
                animation-iteration-count: infinite;
                -webkit-animation: pulsate 0.5s ease-out;
                -webkit-animation-iteration-count: infinite;
            }

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}








@media (max-width: 767px) {
    body {
        text-align: center;
    }

    .head-section1 {
        display: block;
        padding: 10px 0;
    }

    .navbar-nav {
        float: none;
        display: block;
    }

    .tophead-left2 ul li:nth-child(2) {
        display: none;
    }

    .tophead-left2 ul li a {
        font-size: 40px;
        padding: 0;
    }

    .tophead-section1 {
        padding: 0 0 10px;
    }

    .tophead-left2 ul li a i {
        display: none;
    }

    .tophead-right2 a {
        display: none;
    }

    .navbar-nav li {
        padding: 4px 0;
        border: 0;
    }

    .head-right1 {
        padding: 10px 0 0;
    }

        .head-right1 span {
            display: none;
        }

    .head-logo2 {
        padding: 0;
    }

    .aboutus-section1 {
        padding: 30px 0;
    }

    .chooseus-section1 {
        padding: 30px 0;
        display: block;
    }

    .chooseus-left1 {
        padding: 0;
    }

    .chooseus-right1 {
        display: none;
    }

    .testimonials-section1 {
        padding: 30px 0;
    }

    .testimonials-1 {
        width: 50%;
    }

    .ourservices-section1 {
        padding: 0px 0px;
    }

    .our-services1 {
        width: 50%;
    }

    .footer-section1 {
        padding: 30px 0px 60px;
    }

    .our-services4 strong {
        font-size: 21px;
    }

    .footer-nav ul li {
        padding: 10px 7px 7px 7px;
    }

        .footer-nav ul li a {
            font-size: 16px;
        }

    .choose-head p {
        padding-right: 0;
    }

    .copy-right {
        padding: 0;
    }

    .topservices-head strong {
        font-size: 30px;
    }

    .our-services4 a {
        font-size: 21px;
        padding: 6px 14px 5px 14px;
    }

    .bestservices-head strong {
        font-size: 30px;
    }

    .form-section1 {
        padding: 30px 0px;
    }

    .head-list1 p {
        font-size: 18px;
    }








    #callbook ul li {
        padding: 20px 0px;
    }

    #callbook {
        display: block;
    }

        #callbook ul li {
            padding: 20px 0px;
        }

    #callbook {
        display: block;
    }

        #callbook ul li a span {
            font-size: 18px;
            top: -4px;
        }

        #callbook ul li a i {
            top: -5px;
        }

        #callbook ul li a i {
            top: -5px;
        }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .tophead-left2 ul li:nth-child(2) {
        display: none;
    }

    .navbar-nav li {
        padding: 4px 10px;
        border: 0;
    }

    .tophead-right2 a {
        display: none;
    }

    .head-list1 span {
        font-size: 18px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 13px 7px 13px;
        font-size: 17px;
    }

    .chooseus-left1 {
        padding: 0;
    }

    .chooseus-right1 {
        display: none;
    }

    .chooseus-section1 {
        display: block;
    }

    .footer-nav ul li {
        padding: 10px 7px 7px 7px;
    }

        .footer-nav ul li a {
            font-size: 14px;
            padding: 6px 3px;
        }

    .our-services4 strong {
        font-size: 23px;
    }

    .head-list1 p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 991px) and (max-width:1200px) {
    .tophead-left2 ul li:nth-child(2) {
        display: none;
    }

    .navbar-nav li {
        padding: 4px 19px;
        border: 0;
    }

    .tophead-right2 a {
        display: none;
    }

    .head-list1 span {
        font-size: 18px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 17px 7px 17px;
    }

    .our-services4 strong {
        font-size: 21px;
    }

    .footer-nav ul li {
        padding: 10px 7px 7px 7px;
    }

        .footer-nav ul li a {
            font-size: 16px;
        }

    .our-services4 a {
        font-size: 21px;
    }

    .our-services4 p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1350px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 17px 7px 17px;
    }

    .our-services4 strong {
        font-size: 25px;
    }

    .footer-nav ul li {
        padding: 10px 10px 7px 10px;
    }

        .footer-nav ul li a {
            font-size: 17px;
        }
}

@media only screen and (min-width: 1300px) and (max-width:1400px) {
}

@media (max-width: 575px) and (min-width: 0px) {
    .tophead-right2 span {
        font-size: 23px;
    }

    .head-list1 p {
        font-size: 15px;
    }

    .testimonials-1 {
        width: 100%;
    }

    .our-services1 {
        width: 100%;
    }

    .footer-section1 ul li a {
        font-size: 20px;
    }

    .bestservices-head strong {
        font-size: 23px;
    }

    .choose-head p {
        font-size: 20px;
    }

    .head-list1 p {
        font-size: 18px;
    }
}

@media (max-width: 420px) and (min-width: 290px) {
    .footer-nav ul li a {
        font-size: 13px;
        padding: 7px 7px;
    }

    .footer-nav ul li {
        padding: 10px 5px 7px 5px;
    }
    
        .tophead-left2 ul li {
            padding: 0 0px;
            display: inline-block;
            margin: 0;
            display: none;
        
        }
}
