/*===========================================*/

/*	DESKTOP LAYOUT 
/*===========================================*/

@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) {}

/*===========================================*/

/*	MOBILE & TABLET COMMON
/*===========================================*/

@media (min-width: 200px) and (max-width: 991px) {}

/*===========================================*/

/*	TABLET
/*===========================================*/

@media (min-width: 768px) and (max-width: 991px) {}

/*===========================================*/

/*	MOBILE
/*===========================================*/

@media (min-width: 200px) and (max-width: 767px) {}

@media (min-width: 600px) and (max-width: 767px) {}

@media (min-width: 480px) and (max-width: 599px) {}

@media (min-width: 200px) and (max-width: 479px) {}

#rgns1:hover {
    background-color: #39acbf;
    border: 1px solid #87ccd7
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(57, 172, 191);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 15px;
    line-height: 1.0;
}

#myBtn:hover {
    background-color: #ee4035;
}

/* Cookie consent styles */

.cookieconsent {
    background-color: rgba(100, 100, 100, 0.8);
    padding-top: 20px;
    padding-bottom: 20px;
    color: white !important;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    line-height: 1.5;
}

.cookie-text>p {
    font-size: 13px;
    float: left;
    width: 70%;
    margin-right: 10%;
}

.cookie-container>div>p>a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .cookie-container {
        width: 1170px;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .cookie-text>p {
        margin-left: 20px;
    }
}

@media (max-width: 569px) {
    .cookie-more {
        display: table !important;
        margin-left: 20px;
        line-height: 1;
        padding-top: 5px;
    }

    .cookie-more>p {
        display: inline-block;
        margin-right: 20px;
    }

    .cookieconsent {
        padding-bottom: 0px;
        padding-top: 3px;
        background-color: rgba(100, 100, 100, 0.9);
    }

    .cookie-text>p {
        margin: 0px 20px 0px 20px;
        width: auto;
    }
}

.price-table .td-pro2 {
    background-color: #5cbecf;
    text-align: center;
}

.price-table .td-pro2 .h6white {
    color: white;
}

.feature-hd {
    padding-right: 20px;
}

.feedback-box3 .person {
    font-size: 17px;
}

.price-table {
    min-width: 600px;
    overflow-x: auto;
}

#cim {
    color: white;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.line {
    line-height: 38px;
}

@media (max-width: 990px) {
    .eltuntet2 {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .eltuntet {
        display: none !important;
    }
}

.pirosvonal {
    border: 1px solid red;
}

#topBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #1f222998;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 1;
}

.btnimage {
    width: 22px;
    height: auto;
    margin-bottom: 5px;
}

.btn.btn-primary.btn-login {
    background-color: #39acbf;
    border-color: #39acbf;
}

.btn.btn-primary.btn-login:hover {
    background-color: #297d8b;
    border-color: #297d8b;
}