@import url('./css2.css?family=Nunito+Sans:wght@400;700;800&display=swap');
@import url('./css2.css?family=Noto+Sans:wght@400;700&display=swap');

/*body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}*/

body{
    overflow-x: hidden;
}

.countrySelect {
    color: #fff;
    width: 58%;
}

.onlyBrz {
    width: 6%;
}

.noHover img {
    transform: scale(0.5) !important;
}

.container {
    padding: 0 !important;
}

h1 {
    font-family: avert-extrabold;
}

h2,
h3 {
    font-family: avert-semibold;
}

h4,
h5,
h6,
p {
    font-family: avert-regular;
}

/*.background-video img {
    width: 100%;
}*/

.background-video {
    background-image: url(../images/AVFC.jpg);
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-video-br {
    background-image: url(../images/AVFC_BR.jpg);
    /* width: 100vw; */
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-video-two {
    background-image: url(../images/Burnley.jpg);
    /* width: 100vw; */
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.country-info img {
    width: 15%;
}

.country-info h2 {
    font-size: 10px;
    margin: 7px 0 0;
}

.noHover li {
    pointer-events: none;
}

.bannerLeft {
    position: relative;
    top: -20px;
}

.socialInfo.resPonsible {
    text-align: right;
}


.chooseWrapper {
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    /*    height: 100vh;*/
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}

.burnLey {
    grid-template-columns: auto !important;
}

.burnleyClub img {
    width: 70% !important;
    margin: auto;
    display: flex;
}

#logoburn img {
    width: 30% !important;
}

.stay-animation {
    /*    height: 65vh;*/
    width: 99vw;
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}

.zoombox img {
    width: 50%;
}

.socialInfo {
    margin-top: 25px;
}

.userMil {
    background-image: url(../images/paula-full-1-ed.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 58vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 20px;
    padding: 5% 0 !important;
}

.info-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    /*    text-align: center;*/
}

.banner-info {
    margin: 0 -35%;
}

.testi-grid {
    display: grid;
    grid-template-columns: 60% 40%;
}

.countrySelect h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.carSel {
    left: 75% !important;
    top: 93%;
    margin: 0 !important;
}

.carSel li {
    background-color: #fff !important;
    opacity: 1 !important;

}

.scrollWrapper {
    text-align: center;
}

.scrollicon {
    position: absolute;
    top: 62.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    width: 85px;
    border-radius: 150px 150px 0 0;
    background-color: #0b3eff;
    right: 0;

}

.scrollicon svg {
    width: 70%;
    transform: rotate(270deg);
    position: relative;
    top: -5px;
    fill: #fff;
}

.carSel .active {
    width: 35px !important;
    border-radius: 19px !important;
}

.testi-info img {
    width: 80%;
}

.testcomments {
    text-align: left !important;
    position: relative;
    top: -5%;
}

.testi-info h3 {
    font-size: 25px;
    color: #0f161f;
    margin-bottom: 5px;
}

.banner-title h3 {
    font-size: 23px;
}

.banner-title h1 {
    font-size: 35px;
}

.rateInfo h3 {
    font-size: 20px;
    color: #0b3eff;
    margin-bottom: 5px;
}

.testi-info p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 50px;
}

.rateInfo img {
    width: auto;
}

.testIndicator {
    bottom: -50% !important;
    text-align: left;
    /*    left: -90% !important;*/
    justify-content: left !important;
    margin: 0 !important;
}

.testIndicator li {
    background-color: #686e7a !important;
}

.rateAvatar {
    display: grid;
    grid-template-columns: 30% 70%;
}

.testi-info {
    align-self: center;
    text-align: center;
}

.licenseInfo p {
    font-size: 16px;
    color: #8697a2;
    word-wrap: anywhere;
}

.licenseInfo img {
    width: 25%;
}

.licen-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.rateInfo ol {
    /*list-style-type: none;
    padding: 0;
    display: flex;*/
    display: block;
    padding: 0;
    /*grid-template-columns: 19% 19% 19% 19% 19%;
    grid-gap: 1%;*/
}

.testiRate p {
    margin: 15px 0 0;
}

.rateInfo li {
    display: contents;
}

.rateInfo {
    align-self: end;
}

.starRate img {
    width: 8%;
}


.countryFlag ul {
    list-style-type: none;
    display: grid;
    /* justify-content: space-evenly; */
    grid-template-columns: 20% 20%;
    padding: 0;
    text-align: center;
}

.countryFlag img {
    width: 78%;
}

.logo-img img {
    width: 60% !important;
    margin-bottom: 20px;
}

.banner-info img {
    width: 78%;
}

/*.logo-img {
    position: relative;
    left: -45px;
}*/

/*#most-trusted {
    position: relative;
    left: -10px;
}*/

/* CAPTION 3 */
.caption-style-3 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    /*        grid-template-columns: 11% 11% 11% 11% 11% 11% 11%;*/
    grid-gap: 0;
    flex-wrap: wrap;
    /*        height: 85px;*/
    padding: 0.5rem;
}

.caption-style-3 li {
    float: left;
    padding: 0 0 15px 0;
    position: relative;
    overflow: hidden;
}

.caption-style-3 li:hover .caption {
    opacity: 1;
    /*transform: translateY(-100px);
        -webkit-transform:translateY(-100px);
        -moz-transform:translateY(-100px);
        -ms-transform:translateY(-100px);
        -o-transform:translateY(-100px);*/
}

.caption-style-3 li:hover img {
    opacity: 1;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    margin-top: -5px;
    border: 3px solid #c2c2c2;
    border-radius: 50%;
}

.caption-style-3 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 0;
    width: 63px;
    transform: scale(0.7);

}

.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 1;
    top: 59px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}

.caption-style-3 img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/*.caption-style-3 .blur{
        background-color: rgba(142, 68, 173,0.95);
        height: 300px;
        width: 400px;
        z-index: 5;
        position: absolute;
    }*/
.caption-style-3 .caption-text h2 {
    font-size: 10px;
    margin: 0;
    padding-top: 0;
}

/*.caption-style-3 .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 100%;

        text-align: center;
        top:20px;
    }*/

.countryInfo {
    padding: 2rem;
    margin: 0;
    /*    background-color: #ffffff3d;*/
    background-color: #ffffff2e;
    border-radius: 15px;
}

.banner-title {
    color: #fff;
}

.countrySelect {
    color: #fff;
}



.image-hover-text-container {
    position: relative;
    display: inline-block;

    width: auto;
    height: auto;
    transition: all 0.2s linear;
}

.image-hover-image {
    display: block;
}

/* Make the image round */
.image-hover-image img {
    border-radius: 50%;

    height: 200px;
}



.image-hover-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: default;
    transition: opacity 0.2s linear;
}

.image-hover-text:hover {
    opacity: 1;
}


.image-hover-text-bubble {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 200px;
    text-align: center;
    background: rgba(218, 211, 211, 0.9);
    border: 1px solid #848484;
    border-radius: 50%;
    margin: 0 auto;
    padding: 25% 8px 5px 8px;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
}

.image-hover-text .image-hover-text-title {
    font-size: 25px;
    display: block;
}


.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.banner {
    height: 0;
    padding-top: 500px;
    width: 100%;
    position: relative;
}

#particle-canvas {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@-webkit-keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px;
    margin-left: -32%;
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 3px
}

/*.mhn-slide .mhn-item img{display:none}*/
.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px
}

.mhn-slide .mhn-text h4 {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mhn-slide .mhn-text p {
    max-height: 4.5em;
    overflow: hidden
}

.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mhn-slide .owl-nav svg {
    fill: #fff;
}

.mhn-slide .owl-nav .disabled {
    display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 150px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #0b3effa1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
    left: -1%;
    top: 50%;
}

.mhn-slide .owl-next {
    right: 12%;
    top: 50%;

}

.owl-item:not(.active) {
    opacity: 0.5;
}

.whyChoose {
    margin: 0 0 0 21%;
    padding: 5% 0 2%;
    /*margin: 20px 0 20px 500px;*/
    /*margin: 50px;*/
}

.whyChoose h3 {
    font-size: 25px;
    color: #0f161f;
}

.whyChoose p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 25px;
    word-wrap: anywhere;
}

.card-body {
    padding: 5px 25px 25px 25px !important;
}

.chooseWrapper {
    background-color: #f3f5f6;
}

span.card-icon-top.vfi.vfi-porte-voix img {
    width: 35%;
    padding: 15px 15px 0;
}

.card {
    /*    width: 300px;*/
    background-color: #fff;
    border-radius: 15px !important;
    margin: auto;
}

.card .card-icon-top {
    /*font-size: 4.5rem;
    margin-top: 3rem;*/
}

.card .card-title {
    color: #0f161f;
    font-family: 'avert-semibold';
    font-size: 16px;
}

.card .card-text {
    color: #8697a2;
    font-size: 14px;
    font-family: avert-regular;
    margin-top: 15px;

}


.card .vfi {
    filter: none;
}

.card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .05);
    height: 380px;


}

.card2:hover {
    /*   transform: scale(1.04); */
    border: none;
}

.card2>a:hover,
.card2>a:active {
    color: inherit;
    background-image: linear-gradient(to bottom, #ffb609, #ff722f);
    border-radius: 15px !important;
    text-decoration: none;
    height: 380px;
}

.card2>a:hover .card-icon-top,
.card2>a:hover .vfi,
.card2>a:hover .card-footer .vfi,
.card2>a:hover .card-tags,
.card2>a:active .card-icon-top,
.card2>a:active .card-footer .vfi,
.card2>a:active .card-tags {
    color: blue;
}

.card2>a:hover .card-title,
.card2>a:active .card-title,
.card2>a:hover .card-text {
    color: #fff;
}

.card2>a:hover .vfi {
    filter: brightness(0) invert(1);
}

.card2>a:hover .text-muted,
.card2>a:active .text-muted {
    color: #fff !important;
}

.card2>a:hover .card-tags:before,
.card2>a:active .card-tags:before {
    background-color: #fff;
}


#tsparticles {
    /*   background; */
    width: 100%;
    background-color: #0ab1e9;
    height: 100%;
}

.countryWrapper {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 50% auto;
    margin: auto;
}

.allC {
    top: 37%;
    display: block;
}

.allC h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.fond {
    position: relative;
    top: -240px;
    bottom: 0;
    left: 0;
    right: 0;
}

.logoAni {
    display: flex;
    text-align: center;
    position: absolute;
    width: 100%;
}

.logoAni img {
    /*width: 100%;*/
     /*width: 112px;*/
}

.style_prevu_kit {
    /*    display:inline-block;*/
    /* border:0;
    width:250px;
    height:150px;
    margin-bottom:5px;*/
    /*    position: relative;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(0.5);
}

.zoombox {
    /*    box-shadow: 0px 0px 150px #000000;*/
    /*    z-index: 2;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in-out;
    transform: scale(0.6);
}

/*div#zoom_1 {
    translate: 120% -160%;
}

div#zoom_1 img,
div#zoom_2 img,
div#zoom_6 img,
div#zoom_8 img {
width: 110px;
}

div#zoom_2 {
    translate: 61% -100%;
}

div#zoom_3 {
    translate: 34% -145%;
}*/

div#zoom_1 img,
div#zoom_2 img,
div#zoom_6 img,
div#zoom_8 img {
    width: auto;
}

div#zoom_5 img,
div#zoom_11 img,
div#zoom_13 img,
div#zoom_15 img {
    width: auto;
}

div#zoom_3 img,
div#zoom_4 img,
div#zoom_7 img,
div#zoom_9 img,
div#zoom_10 img,
div#zoom_12 img,
div#zoom_14 img {
    width: auto;
}

div#zoom_15 {
    translate: -600% -120%;
}

div#zoom_14 {
    translate: -566% -163%;
}

div#zoom_13 {
    translate: -475% -100%;
}

div#zoom_12 {
    translate: -450% -135%;
}

div#zoom_11 {
    translate: -420% -155%;
}

div#zoom_10 {
    translate: -345% -100%;
}

div#zoom_9 {
    translate: -315% -150%;
}

div#zoom_8 {
    translate: -230% -95%;
}

div#zoom_7 {
    translate: -207% -105%;
}

div#zoom_6 {
    translate: -140% -155%;
}

div#zoom_5 {
    translate: -80% -95%;
}

div#zoom_4 {
    translate: -35% -135%;
}

div#zoom_3 {
    translate: -2% -157%;
}

div#zoom_2 {
    translate: 52% -111%;
}

div#zoom_1 {
    translate: 131% -164%;
}

/*div#zoom_3 img,
div#zoom_9 img,
div#zoom_14 img {
    width: 200%;
}

div#zoom_4 {
    translate: 12% -130%;
}

div#zoom_4 img,
div#zoom_7 img,
div#zoom_10 img,
div#zoom_12 img {
    width: auto;
}*/

/*div#zoom_5 {
    translate: -25% -90%;
}*/

/*div#zoom_5 img,
div#zoom_11 img,
div#zoom_13 img,
div#zoom_15 img {
    width: 70%;
}*/



/*div#zoom_6 {
    translate: -32% -125%;
}

div#zoom_7 {
    translate: -35% -115%;
}

div#zoom_8 {
    translate: -5% -68%;
}

div#zoom_9 {
    translate: -95% -124%;
}

div#zoom_10 {
    translate: -30% -108%;
}

div#zoom_11 {
    translate: 5% -133%;
}

div#zoom_12 {
    translate: -18% -143%;
}

div#zoom_13 {
    translate: -116% -75%;
}

div#zoom_14 {
    translate: -255% -147%;
}

div#zoom_15 {
    translate: -160% -116%;
}*/

.stayAhead {
    padding-top: 5% !important;
    text-align: center;
}

.stayAhead h3 {
    font-size: 25px;
    color: #0f161f;
}

.stayAhead p {
    font-size: 16px;
    color: #8697a2;
    word-wrap: anywhere;
}

.stayAhead p:nth-child(2) {
    margin-bottom: 0;
}



/*#zoom_3 img,
#zoom_4 img,
#zoom_7 img,
#zoom_9 img,
#zoom_10 img,
#zoom_12 img,
#zoom_13 img
 {
    width: auto;
}*/

/*#zoom_1 {
    translate: -17% -183%;
}

#zoom_2 {
    translate: -15% -222%;
}

#zoom_3 {
    translate:-11% -354%
}

#zoom_4 {
    translate: -5% -343%;
}

#zoom_4 img,
#zoom_7 img,
#zoom_10 img,
#zoom_12 img {
    width: 13%;
}

#zoom_5 {
    translate: 2% -759%;
}

#zoom_5 img,
#zoom_11 img,
#zoom_13 img,
#zoom_15 img
 {
    width: 7%;
}

#zoom_6 {
        translate: 8% -2411%;
}

#zoom_7 {
    translate: 12% -497%;
}

#zoom_8 {
    translate: 24% -3800%;
}

#zoom_9 {
    translate: 27% -807%;
}

#zoom_10 {
    translate: 33% -688%;
}

#zoom_11 {
    translate: 43% -1543%;
}

#zoom_12 {
    translate: 48% -875%;
}

#zoom_13 {
    translate: 55% -1762%;
}

#zoom_14 {
    translate: 57% -1329%;
}

#zoom_15 {
    translate: 64% -2076%;
}*/

.trustedMil {
    background-color: #f3f5f6;
    padding: 5% 0 0 0;
}

.sub-link p {
    color: #8697a2;
}


.usergrid {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 5%;
    padding-top: 5%;
}

.usergrid-br {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 5%;
    padding-top: 2%;
}

.userinfo img {
    width: 100%;
}

/*.paulaPose {
    position: relative;
    top: -25%;
}*/

.milgrid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.infobox {
    background-color: #f7f7ff;
    border-radius: 10px;
    padding: 20px;
}

.userinfo h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #0f161f;
    word-wrap: anywhere;
}

.userinfo p {
    margin: 30px 0;
    font-size: 16px;
    color: #8697a2;
    word-wrap: anywhere;
}

.infobox p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #8697a2;
}

.trustBtn {
    display: block;
    border: none;
    margin: 5% 0 0;
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #ff8a00;
    color: #fff;
    font-family: 'avert-semibold';
    width: 36%;
}

/*.trus {
    position: relative;
    top: -5%;
}*/

.keyWrap img {
    width: 8%;
    transform: rotate(20deg);
    float: right;
    position: relative;
    top: 185px;
    bottom: 0;
    left: 25px;
    animation: 7s infinite alternate floating;
}

.tickWrap img {
    width: 8%;
    transform: rotate(340deg);
    /* float: unset; */
    position: relative;
    top: -37px;
    bottom: 0;
    left: 35%;
    animation: 7s infinite alternate floating;
}

.msgWrap img {
    width: 8%;
    /*    transform: rotate(340deg);*/
    /* float: unset; */
    position: relative;
    top: 170px;
    bottom: 0;
    left: 92%;
    animation: 7s infinite alternate msgwrap;
}

@keyframes floating {
    0% {
        transform: translatey(0px), rotate(45deg);
    }

    50% {
        transform: translatey(-10px);
    }

    80% {
        transform: translatey(-50px) rotate(45deg);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes msgwrap {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(40px);
    }

    80% {
        transform: translatey(-50px) translatex(50px);
    }

    100% {
        transform: translatey(0px);
    }
}

.liCensing {
    margin-top: -1%;
    padding-bottom: 5%;
}

.licenSec h3 {
    text-align: center;
    font-size: 25px;
    margin: 0 0 5% 0;
}

.licenseInfo img {
    margin-bottom: 25px;
}

.spacer30 {
    margin-bottom: 5%;
}

.carousel-indicators .active {
    width: 9px;
    height: 9px !important;
    margin: 0;
    background-color: #ff8a00 !important;
}

.collabDown {
    position: absolute;
    /*    top: 71.3%;*/
    left: 50%;
    border-radius: 150px 150px 0 0;
    height: 3rem;
    width: 6rem;
    background-color: #0b3eff;
    bottom: 0;
    z-index: 111;
}

/*.collabDown::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}*/

.collabDown h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font: normal 300 64px/1 'Josefin Sans', sans-serif;
    text-align: center;
    white-space: nowrap;
}

.demo a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 20;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;

}

.demo a:hover {
    opacity: .5;
}

#section01 a {
    padding-top: 0;
}

#section01 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.sub-link {
    display: flex;
    font-size: 14px;
    padding: 30px 0 0 0;
    justify-content: space-between;
    color: #8697a2;
}

.sub-link a {
    color: #8697a2;
}

.sub-link a:hover {
    color: #1c6dd2;
}

.footerWrapper {
    position: relative;
}

#hrStyle {
    border-top: 1px solid #e5e6eb;
}

.socialInfo ol img {
    width: 5%;
}

.socialInfo li {
    display: contents;
}

.copyRight p {
    font-size: 10px;
    color: #8697a2;
}

.socialInfo ol {
    padding: 0;
}

.secuRity img {
    width: 35% !important;
    filter: grayscale(1);
    opacity: 0.5;
}

.resPonsible img {
    width: 12% !important;
    margin-right: 10px;
}

.socialLinks {
    display: grid;
    grid-template-columns: 60% 20% 20%;
}

.socialInfo h4 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #0f161f;
    word-wrap: anywhere;
}

.blueMbox {
    display: none;
}

#dk {
    display: block;
}

#mb {
    display: none;
}


@media (min-width: 300px) and (max-width: 699px) {

    #button {
        width: 4rem !important;
        height: 2rem !important;
        left: 43% !important;

    }

    .arrowTop {
        top: 16px !important;
        width: 15px !important;
        height: 15px !important;
        margin-left: -7px !important;
    }

    #logoburn img {
        width: 60% !important;
    }

    .countrySelect {
        color: #fff;
        width: 80%;
        margin: auto;
    }

    .onlyBrz {
        width: auto;
    }

    .carSelbr {
        bottom: 25px;
    }

    .caption-style-3 li {
        float: left;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .caption-style-3 .caption-text h2 {
        font-size: 10px;
        margin: 0;
        padding-top: 20px;
    }

    .caption-style-3 {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        /* grid-template-columns: 11% 11% 11% 11% 11% 11% 11%; */
        grid-gap: 0;
        flex-wrap: wrap;
        /* height: 85px; */
        justify-content: center;
    }

    .caption-style-3 img {
        width: 50px;
    }

    .whyChoose {
        margin-left: 0;
    }

    .burnleyClub img {
        width: 100% !important;
    }

    .container {
        padding: 0 15px !important;
    }

    .logo-img {
        padding: 30px 0 0;
    }

    .banner-info {
        margin: 0;
    }

    .banner-title h3 {
        font-size: 16px;
    }

    .banner-title h1 {
        font-size: 23px;
    }

    .banner-info img {
        width: 100%;
    }

    .info-grid {
        display: grid;
        grid-template-columns: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        grid-gap: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding: 50px 0 0 0;
    }

    .banner-title {
        color: #fff;
        margin-bottom: 36%;
    }

    .chooseWrapper {
        margin-top: -135px;
    }

    .countryWrapper {
        position: relative;
        top: -225px;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: auto;
        margin: auto;
        text-align: center;
        z-index: 10;
    }

    .onlyWrapBr {
        top: -153px;
    }

    .allC {
        top: 14% !important;
        position: absolute;
    }

    .caption-style-3 .caption-text h2 {
        text-transform: capitalize;
        font-size: 8px;
        margin: 0;
    }

    /*.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 137px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
}*/

    /*.blueMbox {
    display: block;
    background-color: #001081;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #001081;
}*/

    .blueMbox2 {
        display: block;
        background-color: #001081;
        height: 94px;
        width: 100%;
        box-shadow: 0px -20px 20px 0px #001081;
    }

    /*.redMbox {
    display: block;
    background-color: #5b0126;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #5b0126;
}*/

    .redMbox2 {
        display: block;
        background-color: #5b0126;
        height: 94px;
        width: 100%;
        box-shadow: 0px -20px 20px 0px #5b0126;
    }

    /*.lightMbox {
    display: block;
    background-color: #0137a1;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #0137a1;
}*/

    .lightMbox2 {
        display: block;
        background-color: #0137a1;
        height: 94px;
        width: 100%;
        box-shadow: 0px -20px 20px 0px #0137a1;
    }



    #section01 a span {
        top: 14px;
        width: 15px;
        height: 15px;
        margin-left: -7px;
    }

    .collabDown {
        /*    top: 58.5%;*/
        left: 0;
        height: 2rem;
        width: 4rem;
        position: absolute;
        right: 0;
        text-align: center;
        margin: auto;
        translate: 0;
        bottom: 0;
        z-index: 999999999;
    }

    .carSel {
        left: 0% !important;
        top: 0;
        /* margin: 0 !important; */
        bottom: 60px !important;
        /* justify-content: center; */
        align-items: flex-end;
        z-index: 2 !important;
    }

    .background-video {
        background-image: url(../images/m-AVFC.jpg);
        height: 70vh;
        width: auto;
        object-fit: contain;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0px;
        z-index: -1;
        display: block;
        /* background-position: center; */
    }

    .background-video-br {
        background-image: url(../images/AVFC-m-brz.jpg);
        height: 70vh;
        width: auto;
        object-fit: contain;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0px;
        z-index: -1;
        display: block;
        /* background-position: center; */
    }

    .background-video-two {
        background-image: url(../images/m-Burnley.jpg);
        height: 70vh;
        width: auto;
        object-fit: contain;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0px;
        z-index: -1;
        display: block;
        /* background-position: center; */
    }

    .whyChoose h3 {
        font-size: 23px;
        color: #0f161f;
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0 0 15px 0;
    }

    .whyChoose p {
        font-size: 16px;
        color: #8697a2;
        margin-bottom: 25px;
        text-align: center;
        padding: 0 20px;
    }

    .mhn-slide .mhn-item {
        margin-left: -25px;
    }

    .rateInfo {
        align-self: flex-start;
    }

    .testi-info h3 {
        font-size: 23px;
        color: #0f161f;
        margin-bottom: 5px;
    }

    .testcomments {
        text-align: center !important;
        position: relative;
        top: -5%;
    }

    .testi-info p {
        font-size: 16px;
        color: #8697a2;
        margin-bottom: 20px;
        word-wrap: anywhere;
    }

    .testi-info img {
        width: 100%;
    }

    .licenseInfo img {
        width: 50%;
    }

    .stayAhead {
        padding-top: 10% !important;
        text-align: center;
    }

    .stayAhead h3 {
        font-size: 23px;
        color: #0f161f;
    }

    .licenSec h3 {
        text-align: center;
        font-size: 23px;
        margin: 0 0 10% 0;
    }

    .licen-grid {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-gap: 4%;
        padding: 0 15px;
    }

    .licenseInfo p {
        font-size: 12px;
        color: #8697a2;
    }

    .starRate img {
        width: 14% !important;
    }

    .tickWrap img {
        width: 20%;
        transform: rotate(340deg);
        /* float: unset; */
        position: relative;
        top: -30px;
        bottom: 0;
        left: 8%;
        animation: 7s infinite alternate floating;
    }

    .rateAvatar {
        display: grid;
        grid-template-columns: 30% 70%;
        padding: 0 25%;
    }

    .testiRate p {
        margin: 15px 0 0;
        padding: 0 20px 45px;
    }

    .rateInfo h3 {
        font-size: 18px !important;
        color: #0b3eff !important;
        margin-bottom: 5px;
    }

    .testIndicator {
        bottom: 0 !important;
        text-align: left;
        left: 0 !important;
        position: relative;
        justify-content: center !important;
    }

    .testi-grid {
        display: grid;
        grid-template-columns: auto;
    }

    .logoAni img {
        width: 200% !important;
    }

    .sub-link {
        display: none;
    }

    .usergrid {
        display: flex;
        grid-template-columns: 50% 50%;
        padding-left: 0;
        flex-direction: column-reverse;
    }

    .keyWrap.container {
        display: none;
    }

    .trustedMil {
        background-color: #f3f5f6;
        padding: 0 5%;
        /* margin: 5%; */
    }

    .trus {
        position: relative;
        top: 0;
        padding: 15px 20px 10px;
        margin-top: -20px;
    }

    .usergrid {
        display: flex;
        grid-template-columns: 50% 50%;
        padding-left: 0;
        flex-direction: column-reverse;
        text-align: center;
    }

    .usergrid-br {
        display: flex;
        text-align: center;
        padding-left: 0;
    }

    /*.paulaPose {
    position: relative;
    top: -50px;
    bottom: 0;
}*/

    .msgWrap img {
        width: 14%;
        transform: rotate(340deg);
        /* float: unset; */
        position: relative;
        top: 407px;
        bottom: 0;
        left: 78%;
        animation: 7s infinite alternate msgwrap;
    }

    .userMil {
        background-image: url(../images/bgMb.png);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0;
        background-attachment: inherit;
        height: auto;
        /* width: 100vw; */
        object-fit: cover;
        /* position: absolute; */
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        border-radius: 20px;
        padding: 5% 0 !important;
    }

    #dk {
        display: none;
    }

    #mb {
        display: block;
    }

    .infobox h4 {
        font-size: 20px;
    }

    .infobox p {
        margin: 5px 0 0 !important;
        font-size: 14px !important;
        color: #8697a2;
    }

    .userinfo h3 {
        font-size: 23px;
        margin-bottom: 0;
        color: #0f161f;
    }

    .userinfo p {
        margin: 15px 0 30px;
        font-size: 16px;
        color: #8697a2;
    }

    .trustBtn {
        display: block;
        border: none;
        margin: 5% 0 0;
        padding: 8px 25px;
        border-radius: 5px;
        background-color: #ff8a00;
        color: #fff;
        font-family: 'avert-semibold';
        width: 100%;
    }

    .stay-animation {
        height: 10vh;
        width: 90vw;
        object-fit: cover;
        position: inherit;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        display: block;
    }

    #hrStyle {
        border-top: 0px solid transparent;
    }

    .socialLinks {
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0 20px;
    }

    .copyRight p {
        font-size: 10px;
        color: #8697a2;
        padding: 0 20px;
    }

    .secuRity {
        display: none;
    }

    .socialInfo ol img {
        width: 14%;
    }

    .logoAni {
        display: flex;
        text-align: center;
        position: absolute;
        width: auto;
    }

    div#zoom_15 {
        translate: -107% -184%;
    }

    div#zoom_14 {
        translate: -100% -210%;
    }

    div#zoom_13 {
        translate: -78% -155%;
    }

    div#zoom_12 {
        translate: -32% -201%;
    }

    div#zoom_11 {
        translate: -47% -194%;
    }

    div#zoom_10 {
        translate: -56% -155%;
    }

    div#zoom_9 {
        translate: -75% -181%;
    }

    div#zoom_8 {
        translate: -12% -134%;
    }

    div#zoom_7 {
        translate: -65% -153%;
    }

    div#zoom_6 {
        translate: -66% -183%;
    }

    div#zoom_5 {
        translate: -62% -132%;
    }

    div#zoom_4 {
        translate: -44% -180%;
    }

    div#zoom_3 {
        translate: -73% -197%;
    }

    div#zoom_2 {
        translate: -81% -146%;
    }

    div#zoom_1 {
        translate: -2% -211%;
    }

    div#zoom_1 img,
    div#zoom_2 img,
    div#zoom_6 img,
    div#zoom_8 img {
        width: auto;
    }

    div#zoom_5 img,
    div#zoom_11 img,
    div#zoom_13 img,
    div#zoom_15 img {
        width: auto;
    }

    div#zoom_3 img,
    div#zoom_4 img,
    div#zoom_7 img,
    div#zoom_9 img,
    div#zoom_10 img,
    div#zoom_12 img,
    div#zoom_14 img {
        width: auto;
    }

    /*div#zoom_1 {
    translate: 47% -140%;
}

div#zoom_2 {
    translate: -25% -98%;
}

div#zoom_3 {
    translate: -33% -126%;
}

div#zoom_4 {
    translate: 3% -142%;
}

div#zoom_4 img,
div#zoom_7 img,
div#zoom_10 img,
div#zoom_12 img {
    width: 280% !important;
}

div#zoom_5 img,
div#zoom_11 img,
div#zoom_15 img,
div#zoom_13 img {
    width: 125% !important;
}

div#zoom_5 {
    translate: -3% -87%;
}

div#zoom_6 {
    translate: -22% -140%;
}

div#zoom_7 {
    translate: -64% -122%;
}

div#zoom_8 {
    translate: 8% -86%;
}

div#zoom_9 {
    translate: -65% -124%;
}

div#zoom_10 {
    translate: -50% -115%;
}

div#zoom_11 {
    translate: 5% -133%;
}

div#zoom_12 {
    translate: -32% -147%;
}

div#zoom_13 {
    translate: -67% -88%;
}

div#zoom_14 {
    translate: -128% -150%;
}

div#zoom_15 {
    translate: -88% -121%;
}*/

    .stayAnimation {
        padding-top: 30px;
    }

    .card .card-text {
        color: #8697a2;
        font-size: 14px;
        font-family: avert-regular;
        margin-top: 15px;
        text-align: left;
        padding: 0;
    }



}

@media (min-width: 1820px) and (max-width: 1850px) {

    .countrySelect {
        color: #fff;
        width: 75%;
    }

    .onlyBrz {
        width: 6%;
    }

    .card2>a:hover,
    .card2>a:active {
        color: inherit;
        background-image: linear-gradient(to bottom, #ffb609, #ff722f);
        border-radius: 15px !important;
        text-decoration: none;
        height: 380px;
    }

    .card2 {
        -webkit-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        border: none;
        -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
        box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
        height: 380px;
    }

    /*.caption-style-3 .caption {
    top: 150px;
    
}*/

    /*.collabDown {
    top: 63.7%;
    
}*/

    .userMil {
        height: 48.5vh;

    }

    .burnleyClub img {
        width: 65% !important;
        position: relative;
        top: -25px;
    }

    .bannerLeft {
        position: relative;
        top: -50px;
    }

    .countryWrapper {
        top: 53%;

    }

    .allC {
        top: 35% !important;
    }


}


@media (min-width: 1500px) and (max-width: 1599px) {

    .usergrid-br {
        padding-top: 4%;
    }

    .user-id {
        padding-top: 5% !important;
    }

    .countryWrapper {
        position: absolute;
        top: 38%;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 50% auto;
        margin: auto;
    }

    .allC {
        top: 35% !important;
        display: block;
    }

    .onlyWrapBr {
        top: 53% !important;
    }


    .banner-info img {
        width: 63%;
    }

    .selectBr {
        width: auto;
        margin-right: 45px;
    }

    .bannerLeftbr {
        top: -43px;
    }


    /*.card2 > a:hover, .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px;
  }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    height: 380px;
}*/

    .userMil {
        height: 76vh;

    }

    .usergrid {
        display: grid;
        grid-template-columns: 50% 50%;
        padding-left: 5%;
        padding-top: 7%;
    }

    .logo-img img {
        width: 45% !important;
    }

    .banner-title h3 {
        font-size: 18px;
    }

    .banner-title h1 {
        font-size: 30px;
    }

    .whyChoose {
        margin: 0px 0 0 13%;
    }

    /*.collabDown {
    top: 72%;
    
}*/

    .burnleyClub img {
        width: 55% !important;
    }

    /*.caption-style-3 .caption {
    top: 170px;
}*/

    #logoburn img {
        width: 20% !important;
    }

    .mhn-slide .mhn-item {
        margin-left: -27%;
    }

    .mhn-slide .owl-next {
        right: 14%;
    }

    div#zoom_1 img,
    div#zoom_2 img,
    div#zoom_6 img,
    div#zoom_8 img {
        width: auto;
    }

    div#zoom_5 img,
    div#zoom_11 img,
    div#zoom_13 img,
    div#zoom_15 img {
        width: auto;
    }

    div#zoom_3 img,
    div#zoom_4 img,
    div#zoom_7 img,
    div#zoom_9 img,
    div#zoom_10 img,
    div#zoom_12 img,
    div#zoom_14 img {
        width: auto;
    }

    div#zoom_15 {
        translate: -755% -85%;
    }

    div#zoom_14 {
        translate: -690% -135%;
    }

    div#zoom_13 {
        translate: -635% -85%;
    }

    div#zoom_12 {
        translate: -557% -133%;
    }

    div#zoom_11 {
        translate: -522% -134%;
    }

    div#zoom_10 {
        translate: -465% -80%;
    }

    div#zoom_9 {
        translate: -428% -125%;
    }

    div#zoom_8 {
        translate: -350% -80%;
    }

    div#zoom_7 {
        translate: -319% -92%;
    }

    div#zoom_6 {
        translate: -260% -135%;
    }

    div#zoom_5 {
        translate: -195% -80%;
    }

    div#zoom_4 {
        translate: -142% -120%;
    }

    div#zoom_3 {
        translate: -107% -137%;
    }

    div#zoom_2 {
        translate: -57% -101%;
    }

    div#zoom_1 {
        translate: 23% -144%;
    }

    /*div#zoom_1 img, div#zoom_2 img, div#zoom_6 img, div#zoom_8 img {
width: 70px;
}

div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 340%;
}

.logoAni img {
    width: 74px;
}

div#zoom_1 {
    translate: 137% -136%;
}

div#zoom_2 {
    translate: 94% -93%;
}

div#zoom_3 {
    translate: 156% -127%;
}

div#zoom_4 {
    translate: 43% -112%;
}

div#zoom_5 {
    translate: 57% -68%;
}

div#zoom_6 {
    translate: 112% -113%;
}

div#zoom_7 {
    translate: 22% -101%;
}

div#zoom_8 {
    translate: 65% -60%;
}

div#zoom_9 {
    translate: -13% -117%;
}

div#zoom_10 {
    translate: 2% -106%;
}

div#zoom_11 {
    translate: 17% -122%;
}

div#zoom_12 {
    translate: -9% -124%;
}

div#zoom_13 {
    translate: -121% -66%;
}

div#zoom_14 {
    translate: -281% -126%;
}

div#zoom_15 {
    translate: -115% -103%;
}*/

    .stay-animation {
        width: 98vw;

    }




}

@media (min-width: 1200px) and (max-width: 1299px) {

    .countryWrapper {
        position: absolute;
        top: 38%;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 50% auto;
        margin: auto;
    }

    .allC {
        top: 30% !important;
        display: block;
    }

    .onlyWrapBr {
        top: 53% !important;
    }

    .banner-info img {
        width: 52%;
    }

    .selectBr {
        width: auto;
        margin-right: 45px;
    }

    .bannerLeftbr {
        top: -62px;
    }

    .whyChoose {
        margin: 0 0 0 6%;
    }

    .burnleyClub img {
        width: 50% !important;
    }

    #logoburn img {
        width: 18% !important;
    }

    .mhn-slide .owl-next {
        right: 15%;
    }

    .logo-img img {
        width: 35% !important;
    }

    .banner-title h3 {
        font-size: 18px;
    }

    .banner-title h1 {
        font-size: 30px;
    }

    /*.collabDown {
    top: 73%;
    
}*/

    .card2>a:hover,
    .card2>a:active {
        color: inherit;
        background-image: linear-gradient(to bottom, #ffb609, #ff722f);
        border-radius: 15px !important;
        text-decoration: none;
        height: 380px;
    }

    .card2 {
        -webkit-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        border: none;
        -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
        box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
        height: 380px;
    }

    .userMil {
        height: 95vh;

    }

    .usergrid {
        display: grid;
        grid-template-columns: 50% 50%;
        padding-left: 5%;
        padding-top: 9%;
    }

    /*div#zoom_1 img, div#zoom_2 img, div#zoom_6 img, div#zoom_8 img {
width: 60px;
}

div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 400%;
}

.logoAni img {
width: 34px;
}

div#zoom_1 {
    translate: 190% -124%;
}

div#zoom_2 {
    translate: 164% -82%;
}

div#zoom_3 {
    translate: 256% -111%;
}

div#zoom_4 {
    translate: 40% -112%;
}

div#zoom_5 {
    translate: 57% -68%;
}

div#zoom_6 {
    translate: 112% -113%;
}

div#zoom_7 {
    translate: 6% -105%;
}

div#zoom_8 {
    translate: 57% -66%;
}

div#zoom_9 {
    translate: -7% -112%;
}

div#zoom_10 {
    translate: 2% -106%;
}

div#zoom_11 {
    translate: 17% -122%;
}

div#zoom_12 {
    translate: -9% -124%;
}

div#zoom_13 {
    translate: -167% -69%;
}

div#zoom_14 {
    translate: -328% -126%;
}

div#zoom_15 {
    translate: -115% -103%;
}*/

    div#zoom_1 img,
    div#zoom_2 img,
    div#zoom_6 img,
    div#zoom_8 img {
        width: auto;
    }

    div#zoom_5 img,
    div#zoom_11 img,
    div#zoom_13 img,
    div#zoom_15 img {
        width: auto;
    }

    div#zoom_3 img,
    div#zoom_4 img,
    div#zoom_7 img,
    div#zoom_9 img,
    div#zoom_10 img,
    div#zoom_12 img,
    div#zoom_14 img {
        width: auto;
    }

    div#zoom_15 {
        translate: -859% -104%;
    }

    div#zoom_14 {
        translate: -798% -122%;
    }

    div#zoom_13 {
        translate: -722% -68%;
    }

    div#zoom_12 {
        translate: -649% -110%;
    }

    div#zoom_11 {
        translate: -596% -108%;
    }

    div#zoom_10 {
        translate: -549% -87%;
    }

    div#zoom_9 {
        translate: -503% -107%;
    }

    div#zoom_8 {
        translate: -425% -73%;
    }

    div#zoom_7 {
        translate: -392% -83%;
    }

    div#zoom_6 {
        translate: -321% -112%;
    }

    div#zoom_5 {
        translate: -258% -69%;
    }

    div#zoom_4 {
        translate: -207% -91%;
    }

    div#zoom_3 {
        translate: -161% -112%;
    }

    div#zoom_2 {
        translate: -96% -71%;
    }

    div#zoom_1 {
        translate: -17% -121%;
    }

    /*div#zoom_15 {
    translate: -269% -169%;
}

div#zoom_14 {
    translate: -336% -210%;
}

div#zoom_13 {
    translate: -155% -142%;
}

div#zoom_12 {
    translate: -155% -180%;
}

div#zoom_11 {
    translate: -65% -194%;
}

div#zoom_10 {
    translate: -140% -155%;
}

div#zoom_9 {
    translate: -107% -186%;
}

div#zoom_8 {
    translate: 0% -119%;
}

div#zoom_7 {
    translate: -4% -166%;
}

div#zoom_6 {
    translate: 37% -183%;
}

div#zoom_5 {
    translate: 4% -131%;
}

div#zoom_4 {
    translate: 82% -185%;
}

div#zoom_3 {
    translate: 111% -209%;
}

div#zoom_2 {
    translate: 107% -165%;
}

div#zoom_1 {
    translate: 212% -238%;
}*/

    .stay-animation {
        width: 98vw;

    }








}

@media (min-width: 2000px) and (max-width: 3000px) {

    .banner-info {
        margin: 0 -88%;
    }

    .usergrid {
        display: grid;
        grid-template-columns: 50% 50%;
        padding-left: 5%;
        padding-top: 3%;
    }

    .countrySelect {
        color: #fff;
        width: 58%;
    }

    .onlyBrz {
        width: 6%;
    }

    .caption-style-3 .caption {
        top: 59px;

    }

    .banner-info img {
        width: 92%;
    }

    .burnleyClub img {
        width: 60% !important;
    }

    .collabDown {
        bottom: 0;
    }

    .info-grid {
        grid-template-columns: 65% 35%;

    }

    .whyChoose {
        margin: 0 0 0 27%;
    }

    .mhn-slide .owl-next {
        right: 10%;
        top: 50%;
    }

    .logo-img img {
        width: 50% !important;
    }

    .allC {
        top: 43% !important;
    }

    .countryWrapper {
        top: 55%;
    }

    .testi-info img {
        width: 100%;
    }

    .starRate img {
        width: 8% !important;
    }

    .rateInfo img {
        width: auto;
    }

    .userMil {
        height: 44vh;

    }

    /*.stay-animation {
    width: 99vw;
    
}*/

    /*div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 140%;
}*/

    div#zoom_1 img,
    div#zoom_2 img,
    div#zoom_6 img,
    div#zoom_8 img {
        /*    width: 80%;*/
        width: auto;
    }

    div#zoom_5 img,
    div#zoom_11 img,
    div#zoom_13 img,
    div#zoom_15 img {
        /*    width: 50%;*/
        width: auto;
    }

    div#zoom_3 img,
    div#zoom_4 img,
    div#zoom_7 img,
    div#zoom_9 img,
    div#zoom_10 img,
    div#zoom_12 img,
    div#zoom_14 img {
        /*    width: 100%;*/
        width: auto;
    }

    div#zoom_15 {
        translate: -418% -184%;
    }

    div#zoom_14 {
        translate: -367% -210%;
    }

    div#zoom_13 {
        translate: -298% -155%;
    }

    div#zoom_12 {
        translate: -238% -194%;
    }

    div#zoom_11 {
        translate: -204% -181%;
    }

    div#zoom_10 {
        translate: -189% -155%;
    }

    div#zoom_9 {
        translate: -153% -181%;
    }

    div#zoom_8 {
        translate: -79% -134%;
    }

    div#zoom_7 {
        translate: -65% -153%;
    }

    div#zoom_6 {
        translate: -13% -183%;
    }

    div#zoom_5 {
        translate: 0% -132%;
    }

    div#zoom_4 {
        translate: 47% -180%;
    }

    div#zoom_3 {
        translate: 79% -198%;
    }

    div#zoom_2 {
        translate: 129% -146%;
    }

    div#zoom_1 {
        translate: 202% -211%;
    }

    /*.logoAni img {
    width: 219px;
}*/




}



.desktop_accordian {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.accordian {
    width: 25%;
}

.accordian {
    padding-bottom: 12px;
}

.accordian_title {
    font-size: 14px;
    /* font-weight: 600; */
    /* line-height: 28px; */
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e6eb;
    /* margin-bottom: 10px; */
    width: 100%;
    font-family: 'avert-semibold';
    color: #0f161f;
}

.accordian_content ul {
    list-style: none;
    margin: 12px 0;
    padding: 0 0 0 10px;
}

.accordian_content ul li {
    font-size: 14px;
    line-height: 26px;
    font-family: 'avert-regular';
    color: #8697a2;
}

.social_icons ul li {
    font-size: 25px;
    display: inline-block;
    margin: 0px 4px;
}

p {
    font-size: 12px;
    color: green;
}

/*Media Queries*/
@media only screen and (max-width:520px) {
    .accordian {
        width: 100%;
    }

    .accordian_content {
        display: none;
    }

    .accordian_title {
        cursor: pointer;
    }

    .accordian_title:after {
        float: right;
        font-size: 20px;
        line-height: 28px;
        content: "\f3d0";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: 600;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: grey;
    }

    .active_header .accordian_title:after {
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .desktop_version {
        display: none;
    }

    .desktop_accordian {
        flex-direction: column;
        width: auto;
        margin: 0px auto;
        padding: 35px 20px 0;
    }
}

@media only screen and (min-width:521px) {
    .mobile_version {
        display: none;
    }
}























.navgrid {
    display: grid;
    grid-template-columns: 60% 40%;
}

/* width */
#videoSelect::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#videoSelect::-webkit-scrollbar-track {
    background: #343434;
    border-radius: 10px;
}

/* Handle */
#videoSelect::-webkit-scrollbar-thumb {

    background-color: #4e4e4e;
}

/* Handle on hover */
#videoSelect::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.thumb-home img {
    filter: grayscale(100%);
    border-right: 4px solid transparent;
}

.thumb-home.active img {
    filter: none;
    border-right: 4px solid #ff4d00;
}

.navInfo img {
    width: 30%;
}

.navBtnGrid {
    display: grid;
    grid-template-columns: 25% 35% 34%;
    grid-gap: 3%;
}

.navBar {
    padding: 0 17%;
}

.navInfo {
    align-self: center;
}

.navLogin {
    font-size: 21px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
}

.navJoin {
    font-size: 21px;
    /*border: 1px solid #fff;*/
    width: 100%;
    color: #000;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    background-color: #ff4e02;
    padding: 10px;
}

.navLogin p,
.navJoin p {
    margin: 0;
}

.navLogin a {
    color: #fff;
    text-decoration: none;
}

.navJoin a {
    color: #000;
    text-decoration: none;
}

.navBtnGrid a:hover {
    text-decoration: none;
    color: inherit;
}

.navCred {
    align-self: center;
}

.dropdown-menu {
    min-width: 16rem !important;
    padding: 10px !important;


}

span#langFlag {
    vertical-align: middle;
}











.navMobile {
    padding: 0 17%;
    background-color: #040404;
}

#v-nav {
    border: 1px solid #767676;
    background-color: #767676;
    vertical-align: -5px;
}

/*#v-nav:hover {
    border: 1px solid #ff4e02;
}*/

#me-text {
    margin: 0;
}

.logingrid.mycontent {
    grid-template-columns: 31% 44% 25%;
}

.bg-title.my-content h4 {
    margin: 0;
}

.btnlogin a {
    color: #fff;
    text-decoration: none;
}

.dropdown img {
    width: 30% !important;
    padding-right: 10px;
    /*vertical-align: text-bottom;*/
    /*vertical-align: -12px;*/
}

a.dropdown-item img {
    width: 14% !important;
    vertical-align: middle;
    padding-bottom: 5px;
}

.btnlogin a:hover,
.article-info a:hover {
    color: #fff;
    text-decoration: none;
}

.login-info.join-btn.btnlogin a {
    color: #000;
}

.choose-info {
    padding: 0 10%;
    padding-bottom: 10%;
}

.navbarmob {
    display: none;
}

.malaysia-menu a {
    display: contents;
    font-size: 17px !important;
}

.singapore-menu a {
    display: contents;
    font-size: 17px !important;
}

/*.dropdown-menu {
    min-width: 14rem !important;
        top: 65% !important;
    left: -135% !important;
    padding: 10px !important;
    padding-bottom: 0 !important;
   
}*/



.logingrid {
    display: grid;
    grid-template-columns: 35% 45% 40%;
    margin-left: 50%;
    grid-gap: 4%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor {
    background-color: #040404 !important;
    padding-right: 0;
    padding-left: 0;
}

a.navbar-brand {
    margin: auto;
    text-align: left;
}

ul.dropdown-menu.inner.selectpicker {
    display: block;
    padding: 0 10px !important;
}

/*ul.dropdown-menu.inner.selectpicker li:nth-child(1),*/
ul.dropdown-menu.inner.selectpicker li:nth-child(2),
ul.dropdown-menu.inner.selectpicker li:nth-child(3) {
    display: table-cell;
}

ul.dropdown-menu.inner.selectpicker li:nth-child(3) {
    padding: 0 0 0 10px;
}

.dropdown-menu>li>a {
    padding: 3px 0 !important;
}

#me88img img {
    width: 35%;
    margin-top: -12px;
}

#x-title {
    text-transform: lowercase;
    font-size: 45px;
}


.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
}

.owl-dot.active span {
    background-color: #000;
}






/*.youtube-carousel{
  border: 4px solid #e25454;
}*/

.carousel-indicators li {
    display: inline-block;
    width: 9px !important;
    height: 9px !important;
    margin: 0px 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #686e7a;
    border: none !important;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 0%;

}



.video-container {
    position: relative;
    /* keeps the aspect ratio */
    padding-bottom: 56.25%;
    /* fine tunes the video positioning */
    padding-top: 60px;
    overflow: hidden;
    margin-bottom: -1px;
    margin-right: -1px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-control .glyphicon-chevron-left {
    top: 35%;
    font-size: 20px;
    left: 5%;
    margin: 0;
}

.carousel-control .glyphicon-chevron-right {
    top: 35%;
    font-size: 20px;
    left: 33%;
    margin: 0;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    opacity: 1;
    height: 120px;
}

.controls {
    display: none;
}

.carousel-control:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    outline: 0;
    opacity: 0.6;
}

.left-button {
    height: 70px;
    width: 35px;
    border-radius: 0 90px 90px 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    background-color: #e25454;
    display: inline-block;
    position: relative;
    float: left;
    /*subpixel bug*/
    margin-left: -1px;
}

.right-button {
    height: 70px;
    width: 35px;
    border-radius: 90px 0 0 90px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
    background-color: #e25454;
    display: inline-block;
    position: relative;
    float: right;
    /*subpixel bug*/
    margin-right: -1px;
}


.carousel-caption {
    display: none;
    background: none repeat scroll 0 0 #e25454;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    opacity: 1;
    padding: 7px 30px 7px;
    text-transform: uppercase;
    z-index: 11;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .right-button {
        height: 120px;
        width: 60px;
        border-radius: 90px 0 0 90px;
        -moz-border-radius: 90px 0 0 90px;
        -webkit-border-radius: 90px 0 0 90px;
        display: inline-block;
        position: relative;
        float: right;
    }

    .left-button {
        height: 120px;
        width: 60px;
        border-radius: 0 90px 90px 0;
        -moz-border-radius: 0 90px 90px 0;
        -webkit-border-radius: 0 90px 90px 0;
        display: inline-block;
        position: relative;
        float: left;
    }

    .carousel-control .glyphicon-chevron-left {
        top: 35%;
        font-size: 35px;
        left: 5%;
    }

    .carousel-control .glyphicon-chevron-right {
        top: 35%;
        font-size: 35px;
        left: 35%;
    }

    .carousel-caption {
        font-size: 18px;
        padding: 15px 20px 15px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        font-size: 18px;
        padding: 15px 20px 15px;
    }
}

/*@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1362px !important;
    }
}*/



/*div.container {
  margin: 0 auto;
  width: auto;
  background-color: transparent;
  padding: 8px 0 0;
}

div.dropdown {
  position: relative;
}

div.dropdown > div.caption {
  background-color: #f2f2f2;
  padding: 11px 24px;
  border-radius: 3px;
  cursor: pointer;
}

div.dropdown > div.list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
}

div.dropdown > div.list > div.item {
  padding: 11px 24px;
  cursor: pointer;
}

div.dropdown > div.list > div.item.selected {
  font-weight: bold;
}

div.dropdown > div.caption:hover,
div.dropdown > div.list > div.item:hover {
  background-color: rgb(83, 161, 214);
  color: #fff;
}

div.dropdown.open > div.caption {
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #999;
}

div.dropdown.open > div.list {
  display: block;
}*/

#bgColor {
    background-color: #040404;
}

.container_main {
    /*padding: 0 10%;*/
    text-align: center;
    overflow: hidden;
}

/*.slick-slide>div>img {
            opacity: 0.4;
        }
        
        .slick-active>div>img {
            opacity: 1 !important;
        }*/

.slick-slide>div>img {
    opacity: 0.1;
    z-index: -1;

}

.slick-slide>div>div {
    opacity: 0.2;

}

.slick-active>div>img {
    opacity: 1 !important;


}

.slick-active>div>div {
    opacity: 1 !important;

}

.namewee_bg {
    margin-bottom: 100px;

    /*background-image: url(../images/namewee-hm-bn-en.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30%;
    background-color: #040404;
    background-attachment: fixed; */
}

.namewee_bg-cn {
    margin-bottom: 100px;

    /*background-image: url(../images/namewee-hm-bn-cn.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30%;
    background-color: #040404;*/
    /*background-attachment: fixed;*/
}

.namewee_bg-my {

    margin-bottom: 100px;
}

.article-namewee {
    background-image: url(../images/article-background.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*padding-bottom: 5%;*/
    background-color: #040404;
    overflow: hidden;
    /*background-attachment: fixed;*/
    padding: 0 0 0 0;
}

.nav-bg {
    background-color: #161616;
}

.nav-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0 10%;
}

.nav-img img {
    width: 13%;
}

.login-nav {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
    align-items: center;
}

.login-btn.btnlogin {
    font-size: 21px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 170px;
}

.dropdown a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.dropdown a:hover {
    color: #ff4e02;
    font-weight: bold;
}

/*.dropdown a:hover > #v-nav:hover
 {
    border: 1px solid #ff4e02;
    color: #ff4e02;
    font-weight: bold;
}*/

.dropdown-toggle::after {
    font-size: 20px !important;
    vertical-align: 0px !important;
}

.navLink {
    padding: 0 !important;
}

.login-info {
    align-self: center;
}

.join-btn.btnlogin {
    font-size: 21px;
    /*border: 1px solid #fff;*/
    /*width: 65%;*/
    color: #000;
    cursor: pointer;
    /*margin: auto;*/
    background-color: #ff4e02;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    align-self: center;
}

.btnlogin {
    float: right;
    color: red;
    margin: 0px 20px;
    padding-top: 0px;
    margin: 0;
}

.btn-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 60px !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center !important;
    font-size: 20px !important;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #040404 !important;

}

.vl {
    border-left: 2px solid #6e6e6e;
    height: auto;
    margin-left: 5px;
}

.dropdown-menu>li>a {
    color: #6c6c6c !important;
    font-size: 15px !important;
}

.caret {

    border-top: 5px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    color: #fff;
}

ul.dropdown-menu.inner.selectpicker a:focus {
    outline: none;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    margin-top: 7px !important;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border-radius: 50% !important;
    margin: 0 10px 0 0;
}

/*.bootstrap-select .btn:focus {
    outline: none !important;
}*/

button.btn.dropdown-toggle.selectpicker.btn-default:focus {
    outline: none !important;
}

.btnlogin p {
    margin: 5px 0;
}

.lngg {
    padding-top: 10px;
}

/*.cryto-bg {
  background-image: url(../images/crypto--bn-en.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25%;
    background-color: #040404;
}*/

.choose-bg {
    background-image: url(../images/icon-background.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-color: #040404;
    /*background-attachment: fixed;*/
}

.footer-bg {
    background-image: url(../images/final-banner-en.jpg);
    width: 85%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 23%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
    margin: auto;
}

.footer-bg-cn {
    background-image: url(../images/final-banner-cn.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 27%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
}

.footer-bg-my {
    background-image: url(../images/final-banner-my.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 27%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
}

.spacer50 {
    margin-bottom: 50px;
}

.spacer100 {
    margin-bottom: 100px;
}

.dark-divider {
    background-color: #040404;
    margin-bottom: 25%;
}

.dark-spacer {
    background-color: #040404;
    margin-bottom: .5%;
}

.dkCarousel {
    display: block;
}

.mbCarousel {
    display: none;
}

.deskTop {
    display: block;
    margin: auto;
}

.moBile {
    display: none;
    margin: auto;
}

.bg-title {
    /* display: grid; */
    /* grid-template-columns: 50% 50%; */
    position: absolute;
    top: 18%;
    text-align: left;
    left: 19%;
    color: #fff;
}

.bg-title h2 {
    font-size: 45px;
    margin: 0;
    color: #ff4e02;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.bg-title h4 {
    margin: 30px 0 0 0;
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

div#videoSelect img {
    width: 100%;
}

div#videoSelect {
    overflow: auto;
    height: 336px;
    display: inline-flex;
    flex-direction: column;
}

.namewee_grid {
    display: flex;
    /*grid-template-columns: 39% 59%;
    grid-gap: 2%;*/
}

.namewee_video {
    /*position: relative;
    bottom: -390px;*/
    padding: 0 17%;
    /*background-color: #040404;*/
    padding-bottom: 40px;
}

#videoSelect button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 15px;
}

#videoSelect button:nth-of-type(4) {
    margin-bottom: 0;
}

#videoSelect button:focus {
    outline: none;
}

.video-section {
    display: inline-flex;
    flex-direction: row;
    width: 690px;
}

#btnText1 {
    position: absolute;
    left: 27%;
    bottom: 60%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText2 {
    position: absolute;
    left: 27%;
    bottom: 35%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText3 {
    position: absolute;
    left: 27%;
    bottom: 7%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

.slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0 !important;
    padding: 0 0 2%;
}

/* .slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    /*transform: scale(0.9);*/
}

*/ .slick-prev:before,
.slick-next:before {
    color: black;
    display: none;
}

.slick-center img {
    /*transform: scale(1.1);*/
}

/** {
      box-sizing: border-box;
    }*/

.article-desc {
    border-radius: 20px;
    /* border: 1px solid red; */
    background-color: #262626;
    color: #fff;
    text-align: left;
    width: 95%;
    margin: auto;
}

.article-desc img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.article-info {
    padding: 18px;
}

.article-info h3 {
    font-size: 16px;
    text-align: left;
    font-family: 'Noto Sans';
    margin: 0 0 10px;
}

.article-info p {
    color: #656a6e;
    font-size: 14px;
    text-align: left;
    /* margin: 8px; */
    margin-bottom: 8px;
    font-family: 'Noto Sans';
}

.article-info a {
    color: #fff;
    text-decoration: none;
    /* text-align: left; */
    font-size: 14px;
    font-family: 'Noto Sans';
}

/*.slick-slide > .article-desc:nth-child(even) {
  transform: scale(1.1);
}*/

/* .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #dc480a;
}

.slick-dots li button:before {
    font-size: 20px;
    color: #686e7a;

} */

.article-title {
    color: #ff4b00;
    text-align: left;
    padding: 0% 0% 3%;
}

.article-title h3 {
    font-size: 35px;
    margin: 0;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 30% 70%;
}

.vip-title h2,
.cryto-texts h2,
.footer-title h2 {
    font-size: 45px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3,
.cryto-texts h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title {
    align-self: center;
    text-align: left;
}

.cryto-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    /* padding-top: 5%; */
    /* text-align: right; */
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 180px;
    text-align: right;
    right: 50px;
}

.choose-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}

.choose-info img {
    width: 30%;
}

.choose-info {
    /*padding: 0 10%;*/
}

.choose-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.choose-info p {
    font-size: 18px;
    color: #999999;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.why-choose {
    padding: 5% 0;
    text-align: left;
    color: #ff4e00;
}

.why-choose h2 {
    font-size: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.why-choose p {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    /* padding: 2% 5%; */
    text-align: center;
    position: relative;
    top: 120px;
    left: -50px;
}

.footer-title {
    /* text-align: left; */
    /* align-self: center; */
    text-align: center;
    /* align-content: baseline; */
}

.nav-img {
    align-self: center;
}

.vip-club img,
.cryto-bg img {
    width: 100%;
}

@media (min-width: 1600px) and (max-width: 1799px) {

    /*div#videoSelect {
    height: 258px;
}*/

    div#videoSelect {
        height: 300px;
        margin-right: 25px;

    }

    .namewee_video {
        padding-bottom: 40px;
    }





    .malaysia-menu a,
    .singapore-menu a {
        font-size: 15px;
    }

    /*.dropdown img {
    width: 40% !important;
    vertical-align: -8px;
}*/



    .bg-title {
        top: 20%;
        left: 17%;

    }

    .dropdown-menu {
        min-width: 17rem !important;
    }





    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }









    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 180px;
        text-align: right;
        right: 80px;
    }


}



@media (min-width: 1400px) and (max-width: 1499px) {

    .namewee_bg {
        margin-bottom: 60px;
    }

    div#videoSelect {
        height: 267px;
        margin-right: 25px;
    }

    .namewee_video {
        padding-bottom: 40px;
    }



    .malaysia-menu a,
    .singapore-menu a {
        font-size: 15px;
    }

    .dropdown-menu {
        min-width: 17rem !important;
    }

    .dropdown a {
        font-size: 18px;
    }

    /*.dropdown img {
    width: 45% !important;
    vertical-align: -7px;
}*/

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
        width: 160px;
    }





    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }













    .vip.grid {
        background-color: #040404;
        display: grid;
        grid-template-columns: 40% 60%;
        margin-top: 0;
    }

    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 170px;
        text-align: right;
        right: 210px;
    }



    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 180px;
        text-align: right;
        right: 180px;
    }

    .login-btn.btnlogin {
        width: 100%;
        font-size: 18px;

    }

    .choose-info img {
        width: 23%;
    }

    .choose-info h3 {
        font-size: 18px;
    }

    .choose-info p {
        font-size: 16px;
    }

    .join-btn.btnlogin {
        font-size: 18px;
    }

    .bg-title {
        top: 21%;
        left: 10%;

    }

    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 40px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 30px;

    }


}

@media (min-width: 1300px) and (max-width: 1399px) {

    .namewee_bg {
        margin-bottom: 50px;
    }

    div#videoSelect {
        height: 258px;
        margin-right: 25px;
    }

    .namewee_video {
        padding-bottom: 40px;
    }

    .navgrid {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .navBar {
        padding: 10px 17%;
    }

    .dropdown-menu {
        min-width: 17rem !important;
    }

    .malaysia-menu a,
    .singapore-menu a {
        font-size: 15px;
    }

    /*.dropdown img {
    width: 45% !important;
    vertical-align: -7px;
}*/

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
        width: 150px;
    }

    .dropdown a {
        font-size: 18px;
    }





    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 35px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 25px;

    }



    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }

    .choose-info img {
        width: 20%;
    }

    .choose-info h3 {
        font-size: 18px;
    }

    .choose-info p {
        font-size: 16px;
        color: #999999;
    }













    .vip.grid {
        background-color: #040404;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 150px;
        text-align: right;
        right: 250px;
    }

    .login-btn.btnlogin {
        width: 100%;
        font-size: 16px;

    }

    .join-btn.btnlogin {
        font-size: 16px;
    }

    .bg-title {
        top: 20%;
        left: 8%;

    }

    .why-choose p {
        font-size: 18px;
    }

    .why-choose h2 {
        font-size: 30px;
    }


}

@media (min-width: 1200px) and (max-width: 1299px) {

    .namewee_bg {
        margin-bottom: 50px;
    }

    div#videoSelect {
        height: 237px;
        margin-right: 25px;
    }

    .namewee_video {
        padding-bottom: 40px;
    }

    .navgrid {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .navBar {
        padding: 10px 17%;
    }

    .dropdown-menu {
        min-width: 17rem !important;
    }

    .malaysia-menu a,
    .singapore-menu a {
        font-size: 15px;
    }

    /*.dropdown img {
    width: 50% !important;
    vertical-align: -5px;
}*/

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
        width: 150px;
    }

    .dropdown a {
        font-size: 18px;
    }







    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 35px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 25px;

    }



    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }

    .choose-info img {
        width: 20%;
    }

    .choose-info h3 {
        font-size: 18px;
    }

    .choose-info p {
        font-size: 16px;
        color: #999999;
    }







    .cryto-texts.my-content {
        right: 180px;
    }









    .vip.grid {
        background-color: #040404;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 150px;
        text-align: right;
        right: 210px;
    }

    .login-btn.btnlogin {
        width: 100%;
        font-size: 16px;

    }

    .join-btn.btnlogin {
        font-size: 16px;
    }

    .bg-title {
        top: 20%;
        left: 6%;

    }

    .why-choose p {
        font-size: 18px;
    }

    .why-choose h2 {
        font-size: 30px;
    }

    .footer-grid {
        top: 70px;
        left: -25px;
    }


}

@media (min-width: 1025px) and (max-width: 1199px) {

    .namewee_bg {
        margin-bottom: 50px;
    }

    div#videoSelect {
        height: 222px;
        margin-right: 25px;
    }

    .namewee_video {
        padding-bottom: 40px;
    }

    .navgrid {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .navInfo img {
        width: 50%;
    }

    .navBar {
        padding: 10px 17%;
    }

    .dropdown-menu {
        min-width: 17rem !important;
    }

    .malaysia-menu a,
    .singapore-menu a {
        font-size: 15px;
    }

    /*.dropdown img {
    width: 35% !important;
    vertical-align: -5px;
}*/

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
        width: 130px;
    }

    .dropdown a {
        font-size: 18px;
    }







    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 25px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 20px;

    }



    .article-desc {
        width: 100%;
        margin: auto;
        height: 335px;
    }

    .choose-info img {
        width: 20%;
    }

    .choose-info h3 {
        font-size: 16px;
    }

    .choose-info p {
        font-size: 14px;
        color: #999999;
    }





    .vip.grid {
        background-color: #040404;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 130px;
        text-align: right;
        right: 100px;
    }

    .login-btn.btnlogin {
        width: 100%;
        font-size: 16px;

    }

    .join-btn.btnlogin {
        font-size: 16px;
    }

    .logingrid {
        margin-left: 35%;

    }

    .bg-title h2 {
        font-size: 30px;
        line-height: 10px;

    }

    .bg-title h4 {
        margin: 25px 0 0 0;
        font-size: 20px;
    }

    .bg-title {
        left: 16%;

    }

    .why-choose p {
        font-size: 18px;
    }

    .why-choose h2 {
        font-size: 25px;
    }


}

@media (min-width: 992px) and (max-width: 1024px) {

    .namewee_bg {
        margin-bottom: 50px;
    }

    div#videoSelect {
        height: 195px;
        margin-right: 25px;
    }

    /*.deskTop {
    display: none;
}

.moBile {
    display: block;
}*/

    .namewee_video {
        padding-bottom: 40px;
    }

    .navgrid {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .navInfo img {
        width: 50%;
    }

    .navBar {
        padding: 10px 17%;
    }


    .bg-title {
        top: 11%;
        left: 10%;

    }

    .dropdown-menu {
        min-width: 17rem !important;
    }

    /*.dropdown img {
    width: 50% !important;
}*/

    .login-btn.btnlogin {
        width: 100%;
        font-size: 16px;

    }

    .join-btn.btnlogin {
        font-size: 16px;
    }

    .bg-title h2 {
        font-size: 30px;
        line-height: 10px;

    }

    .bg-title h4 {
        margin: 20px 0 0 0;
        font-size: 20px;
    }

    .why-choose p {
        font-size: 16px;
    }

    .choose-info {
        padding: 0 18%;
        padding-bottom: 10%;
    }

    .choose-bg {
        padding-bottom: 0%;

    }

    #me88img img {
        width: 25%;
        margin-top: -12px;
    }






    .choose-info h3 {
        font-size: 16px;
    }

    .choose-info p {
        font-size: 14px;
        color: #999999;

    }


    .article-title {
        color: #ff4b00;
        text-align: center;
        padding: 0 10% 5%;
    }

    .article-title h3 {
        font-size: 30px;
    }

    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 25px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 20px;

    }

    .cryto-texts {
        /* padding-top: 37px; */
        position: relative;
        top: 90px;
        text-align: right;
        right: 120px;
    }

    .why-choose h2 {
        font-size: 25px;
        font-family: 'Nunito Sans';
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .choose-grid {
        display: grid;
        grid-template-columns: 50% auto;
        grid-gap: 0%;
    }

    .spacer100 {
        margin-bottom: 50px;
    }

    .choose-info img {
        width: 18%;
    }

    .nav-grid {
        overflow: hidden;
    }

    .why-choose {
        padding: 5%;
        text-align: center;
        color: #ff4e00;
    }

    .footer-grid {
        top: 50px;
        left: 35px;
    }

    .logingrid {
        margin-left: 30%;

    }

    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }

}


@media (min-width: 700px) and (max-width: 991px) {

    .namewee_bg {
        margin-bottom: 30px;
    }

    div#videoSelect {
        height: 170px;
        margin-right: 25px;
    }

    .namewee_video {
        padding-bottom: 40px;
    }

    .dropdown-menu.show {
        left: -90px !important;
    }

    .navgrid {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .navInfo img {
        width: 50%;
    }

    .navBar {
        padding: 10px 17%;
    }

    .navJoin,
    .navLogin {
        font-size: 16px;
    }





    a.navbar-brand {
        margin: auto;
        text-align: center;
    }

    .article-title h3 {
        font-size: 28px;
    }

    a.dropdown-item img {
        width: 10% !important;
    }

    .vip-title h2,
    .cryto-texts h2,
    .footer-title h2 {
        font-size: 30px;
    }

    .vip-title h3,
    .cryto-texts h3 {
        font-size: 20px;

    }

    .article-desc {
        width: auto;
        margin: auto;
        height: 350px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
        width: 35%;
    }

    .logingrid {
        margin-left: 0;
    }

    .bg-title h4 {
        margin: 20px 0 0 0;
        font-size: 18px;
    }

    .bg-title h2 {
        font-size: 25px;
        line-height: 15px;

    }

    .login-btn.btnlogin {
        font-size: 16px;
    }

    .join-btn.btnlogin {
        font-size: 16px;
    }

    /*.dropdown img {
    width: 30% !important;
}*/

    #me88img img {
        width: 25%;
        margin-top: -12px;
    }

    #x-title {
        text-transform: lowercase;
        font-size: 35px;
    }

    .bg-title {
        top: 12%;
        left: 6%;
    }

    .cryto-texts {
        top: 80px;
        right: 60px;
    }

    .why-choose {
        padding: 5%;
        text-align: center;
        color: #ff4e00;
    }

    .why-choose h2 {
        font-size: 25px;
        font-family: 'Nunito Sans';
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .why-choose p {
        font-size: 16px;
    }

    .choose-grid {
        display: grid;
        grid-template-columns: 50% auto;
        grid-gap: 0%;
    }

    .choose-info img {
        width: 18%;
    }

    .choose-info h3 {
        font-size: 16px;
    }

    .choose-info p {
        font-size: 14px;
        color: #999999;
    }

    .footer-grid {
        top: 55px;
        left: -25px;
    }




}



@media (min-width: 370px) and (max-width: 375px) {

    .bg-title {
        top: 12%;

    }

}


/*@media (min-width: 400px) and (max-width: 414px) {
.dropdown-menu.show {
    left: -90px !important;
}
}*/



#button {
    display: inline-block;
    background-color: #0b3eff;
    width: 6rem;
    height: 3rem;
    text-align: center;
    border-radius: 150px 150px 0 0;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    margin: 0;
    cursor: pointer;
    left: 50%;
}

/*#button::after {
  content: "\f078";
  font-family: FontAwesome5;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}*/
/*#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}*/
#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    /*#button {
    margin: 30px;
  }*/
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.arrowTop {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 24px;
    height: 26px;
    margin-left: -12px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
    box-sizing: border-box
}

