

        .rate {
            float: left;
            height: 46px;
            padding: 0 10px;

        }

        .rate:not(:checked)>input {
            position: absolute;
            top: -9999px;
        }

        .rate:not(:checked)>label {
            float: right;
            width: 1em;
            overflow: hidden;
            white-space: nowrap;
            cursor: pointer;
            font-size: 30px;
            color: #ccc;
        }

        .rate:not(:checked)>label:before {
            content: '★ ';
        }

        .rate>input:checked~label {
            color: #ffc700;
        }

        .rate:not(:checked)>label:hover,
        .rate:not(:checked)>label:hover~label {
            color: #deb217;
        }

        .rate>input:checked+label:hover,
        .rate>input:checked+label:hover~label,
        .rate>input:checked~label:hover,
        .rate>input:checked~label:hover~label,
        .rate>label:hover~input:checked~label {
            color: #c59b08;
        }

        /*body {*/
        /*    font-family: 'Roboto' !important;*/
        /*}*/
        .bell .material-icons {
            /* font-size:12rem !important; */
            /* font-size:36px !important; */
            font-size: 2.5rem !important;
            cursor: pointer;
        }

        #mainmenu a {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .bell {
            position: relative;
            display: inline-block;
            /* border:dashed 1px rgba(0,0,0,.25); */
            margin: 0;
            padding: 0;

        }

        .bell .anchor {
            transform-origin: center top;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

        .bell .layer-1 {
            color: #fff;
            z-index: 9;
            animation: animation-layer-1 5000ms infinite;
            opacity: 0;
        }

        .bell .layer-2 {
            color: #fff;
            z-index: 8;
            position: absolute;
            top: 0;
            left: 0;
            animation: animation-layer-2 5000ms infinite;
        }

        .bell .layer-3 {
            color: #fff;
            z-index: 7;
            position: absolute;
            top: 0;
            left: 0;
            animation: animation-layer-3 5000ms infinite;
        }

        @keyframes animation-layer-1 {
            0% {
                transform: rotate(0deg);
                opacity: 0;
            }

            8.0% {
                transform: rotate(0deg);
                opacity: 0;
            }

            12.0% {
                transform: rotate(42deg);
                opacity: .5;
            }

            16.0% {
                transform: rotate(-35deg);
                opacity: .4;
            }

            20.0% {
                transform: rotate(0deg);
                opacity: .1;
            }

            23.0% {
                transform: rotate(28deg);
                opacity: .3;
            }

            26.0% {
                transform: rotate(-20deg);
                opacity: .2;
            }

            29.0% {
                transform: rotate(0deg);
                opacity: .1;
            }

            31.0% {
                transform: rotate(16deg);
                opacity: 0;
            }

            33.0% {
                transform: rotate(-12deg);
                opacity: 0;
            }

            35.0% {
                transform: rotate(0deg);
                opacity: 0;
            }

            37.0% {
                transform: rotate(-6deg);
                opacity: 0;
            }

            39.0% {
                transform: rotate(0deg);
                opacity: 0;
            }
        }

        @keyframes animation-layer-2 {
            0% {
                transform: rotate(0deg);
            }

            8.0% {
                transform: rotate(0deg);
            }

            12.0% {
                transform: rotate(42deg);
            }

            16.0% {
                transform: rotate(-35deg);
            }

            20.0% {
                transform: rotate(0deg);
            }

            23.0% {
                transform: rotate(28deg);
            }

            26.0% {
                transform: rotate(-20deg);
            }

            29.0% {
                transform: rotate(0deg);
            }

            31.0% {
                transform: rotate(16deg);
            }

            33.0% {
                transform: rotate(-12deg);
            }

            35.0% {
                transform: rotate(0deg);
            }

            37.0% {
                transform: rotate(-6deg);
            }

            39.0% {
                transform: rotate(0deg);
            }

            40.0% {
                transform: rotate(6deg);
            }

            44.0% {
                transform: rotate(-3deg);
            }

            49.0% {
                transform: rotate(2deg);
            }

            55.0% {
                transform: rotate(0deg);
            }

            62.0% {
                transform: rotate(1deg);
            }

            70.0% {
                transform: rotate(0deg);
            }
        }

        @keyframes animation-layer-3 {
            0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            8.0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            12.0% {
                transform: rotate(52deg);
                opacity: .5;
            }

            16.0% {
                transform: rotate(-48deg);
                opacity: .4;
            }

            20.0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            23.0% {
                transform: rotate(42deg);
                opacity: .3;
            }

            26.0% {
                transform: rotate(-30deg);
                opacity: .2;
            }

            29.0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            31.0% {
                transform: rotate(26deg);
                opacity: .15;
            }

            33.0% {
                transform: rotate(-18deg);
                opacity: .1;
            }

            35.0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            37.0% {
                transform: rotate(-12deg);
                opacity: .8;
            }

            40.0% {
                transform: rotate(6deg);
                opacity: 1;
            }

            44.0% {
                transform: rotate(-3deg);
                opacity: .8;
            }

            49.0% {
                transform: rotate(2deg);
                opacity: 1;
            }

            55.0% {
                transform: rotate(0deg);
                opacity: 1;
            }

            62.0% {
                transform: rotate(1deg);
                opacity: 1;
            }

            70.0% {
                transform: rotate(0deg);
                opacity: 1;
            }
        }

        #section-counter {
            background: url('/background/background.png') center fixed;
            background-size: cover;
        }

        #section-faq {
            background: url('/background/background.png') center fixed;
            background-size: cover;
        }

        .copy {
            font-weight: 600;
        }

        #content {

            min-height: 100vh;
        }

        .multi-select-input {
            width: 100%;
            margin: 0 0 5px 0;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 0;
            font-family: arial, verdana, sans-serif;
            font-size: 14px;
            box-sizing: border-box;
            -webkit-appearance: none;
        }

        #mainmenu a {
            padding: 10px 17px 8px 17px;
            color: #fff !important;
        }

        #mainmenu a:hover {
            /*font-size:120%;*/
            color: #00adefff !important;
        }

        .mbsc-page {
            padding: 1em;
        }


.modallll {
            display: none;
            position: fixed;
            z-index: 1000000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.8);
        }

        .modallll .slider {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .modallll .slider img {
            max-width: 100%;
            max-height: 100%;
        }

        .close {
            color: #fff;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            padding: 10px;
        }

        .close:hover {
            color: #bbb;
        }

        .slideshow-container {
            width: 70%;
            position: absolute;
            margin: auto;
            z-index: 100;
        }

        /* Hide the images by default */
        .mySlides {
            display: none;
        }


        /* Next & previous buttons */
        .prev1,
        .next1 {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            margin-top: 0px;
            padding: 16px;
            color: rgb(255, 255, 255);
            font-weight: bold;
            font-size: 22px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            background-color: rgba(0, 0, 0, 0.853);
        }

        /* Position the "next button" to the right */
        .next1 {
            right: 0;
            border-radius: 3px 0 0 3px;
        }

        /* On hover, add a black background color with a little bit see-through */


        /* Caption text */


        /* Number text (1/3 etc) */
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }

        /* The dots/bullets/indicators */
        .dot {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
        }

        .active,
        .dot:hover {
            background-color: #717171;
        }

        /* Fading animation */


        .zoomC {
            /* (A) DIMENSIONS */
            width: 100%;
            height: 600px;

            /* (B) BACKGROUND IMAGE */

            background-position: center;
            background-size: cover;
            cursor: url({{ asset('mag-glass.cur') }}), auto;
        }

        table {
            width: 100%;

        }

        td,
        th {
            width: 500px
        }

        #mainmenu li li a {
            width: 170px
        }

        #mainmenu li ul {
            left: -95px;
        }

        * {
            font-family: Arial, Helvetica, sans-serif;
        }

        .container {
            width: 99%;
        }

        #content {
            padding: 40px 0 40px 0;
        }

        .btn {

            /*font-size: 16px;*/
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            /*margin: 20px;*/
            /*height: 55px;*/
            /*padding:2px;*/
            text-align: center;
            border: none;
            background-size: 300% 100%;
            border-radius: 50px;
            moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .btn:hover {
            background-position: 100% 0;
            moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .btn:focus {
            outline: none;
        }

        .btn {
            background-image: linear-gradient(to right,
                    #25aae1,
                    #4481eb,
                    #04befe,
                    #3f86ed);
            box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
        }

        .btn-primary {
            background-image: linear-gradient(to right,
                    #25aae1,
                    #4481eb,
                    #04befe,
                    #3f86ed);
            box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
        }

        .btn-danger {
            background-image: linear-gradient(to right,
                    #e12525,
                    #eb4444,
                    #fe0404,
                    #ed3f3f);
            box-shadow: 0 4px 15px 0 rgba(234, 65, 65, 0.75);
        }

        .btn-success {
            background-image: linear-gradient(to right,
                    #35e125,
                    #5deb44,
                    #04fe0c,
                    #3fed3f);
            box-shadow: 0 4px 15px 0 rgba(76, 234, 65, 0.75);
        }

        .btn-dark {
            background-image: linear-gradient(to right,
                    #211d1d,
                    #131413,
                    #0d1c0d,
                    #2b2c2b);
            box-shadow: 0 4px 15px 0 rgba(22, 25, 22, 0.75);
        }


        input[type=text] {
            padding: 13px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            color: #555;
            outline: none;
        }

        input[type=text]:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        input[type=password] {
            padding: 13px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            color: #555;
            outline: none;
        }

        input[type=password]:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        input[type=email] {
            padding: 13px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            color: #555;
            outline: none;
        }

        input[type=email]:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        textarea.form-control {
            height: auto;
            /* border: 2px solid #ccc; */
            padding: 13px;
            border: 2px solid #ccc;
            border-radius: 5px;
            font-size: 16px;
            color: #555;
            outline: none;
        }

        textarea.form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }
        .footer li a {
            font-size: 18px;
        }
        .footer h2 {
            color: #fff;
        }
        .footer .col-md-4 {
            font-size: 18px;
            color: #fff;
        }
        .footer .col-md-12 {
            font-size: 18px;
            color: #fff;
        }

.lang ul a {
            width: 85px;
}
#mainmenu li ul {
    left: -15px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 20px;
}
*::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: content-box;
    background-color: #183153ff;
}
.btn-base {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
}
.mb-15{
    margin-bottom: 15px;
}