
@font-face
{
    font-family: "Poppins";
    src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
    font-family: "TechnaSans";
    src:url('../font/technasans-regular.otf');
}
@font-face
{
    font-family: "Poppins_Medium";
    src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
    font-family: "Poppins_Bold";
    src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
    font-family: "Poppins_SemiBold";
    src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
    font-family: "Montserrat_SemiBold";
    src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
    font-family: "Montserrat_Light";
    src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
    font-family: "Montserrat_Bold";
    src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
    font-family: "Poppins_Light";
    src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
    font-family: "AntonSC";
    src:url('../font/AntonSC-Regular.ttf');
}
@font-face
{
    font-family: "Montserrat";
    src:url('../font/MONTSERRAT-REGULAR_1.TTF');
}
.ey-cookie-layout {
    display: none;
}
.ey-cookie-layout * {
    box-sizing: border-box;
}
.ey-cookie-layout .cookie-box {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99
}

.ey-cookie-layout .cookie-box .box-top {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px;
    width: 100%
}

.ey-cookie-layout .cookie-box .box-top .content-box {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    margin: 0 auto 2px;
    width: 100%
}

.ey-cookie-layout .cookie-box .box-top .content-box a {
    color: #ff5a00;
    font-family: "Poppins"
}

.ey-cookie-layout .cookie-box .box-top .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.ey-cookie-layout .cookie-box .btn-box {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-top: 21px;
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn {
    right: 300px
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn,
.ey-cookie-layout .cookie-box .btn-box .rejectt-btn {
    background-color: #f7f7f7;
    color: #222;
    cursor: pointer;
    font-family: "Poppins";
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 170px;
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn {
    margin-right: 38px
}


@media (max-width:767px) {

    .ey-cookie-layout .cookie-box {
        height: auto;
    }

    .ey-cookie-layout .cookie-box .box-top .content-box {
        background: none;
        width: 100%;
        font-size: 19px;
    }

    .ey-cookie-layout .cookie-box .btn-box {
        width: 100%
    }
    .ey-cookie-layout .cookie-box .btn-box .accept-btn,
    .ey-cookie-layout .cookie-box .btn-box .rejectt-btn {
        font-size: 16px;
    }
}