@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap); /*Global*/
body {
    background-color: #FFF;
    color: #acacac;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.dark {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%), url("http://www.desktop-bilder.com/images/medium_thumbs/4159-3908.jpg");
}

input, textarea {
    -webkit-font-smoothing: antialiased;
}

#warp {
    display: none;
}

.container > .row > .col-md-9 {
    overflow: hidden;
    height: 100%;
}

.grid_970 .container {
    width: 100vw;
    height: 100vh !important;
    z-index: 1;
    max-width: 100%;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

ol {
    list-style: none;
}

.padding-align {
    padding-left: 130px;
    padding-right: 130px;
}

.bootstrap-select .btn {
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #da1636 !important;
    height: auto !important;
    background: #fff;
    border: 1px solid #49176d;
}

.bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:active {
    background: transparent !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
}

.bootstrap-select a {
    margin-top: 0 !important;
    font-size: 15px !important;
    padding: 16px 26px;
}

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
    background: #49176d !important;
}

.bootstrap-select li {
    border: none !important;
}

.bootstrap-select .dropdown-toggle:after {
    margin-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: transparent;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.83em;
    left: -0.4em;
    position: relative;
    vertical-align: top;
    top: -2px;
    transform: rotate(135deg);
}

.bootstrap-select {
    border-radius: 30px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.page-title-h2 {
    position: relative;
    overflow: auto;
    overflow: hidden;
}

.page-title-h2 img {
    display: inline-block;
    float: left;
    height: calc(20px + 1.5vw);
    margin-top: 5px;
}

.page-title-h2 h2 {
    margin-left: 20px;
    font-size: calc(20px + 1.5vw);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #49176d;
    display: inline-block;
    position: relative;
    float: left;
}

.page-title p {
    margin-left: 4%;
    font-size: calc(12px + 1.5vw);
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.19;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
}

.breadcrumbs {
    width: 100%;
    border: none;
    background-color: #F4F4F4;
    border-radius: 50px;
    height: 40px;
    vertical-align: middle;
    padding: 7px 50px;
    font-weight: 300px;
}

.breadcrumbs a {
    color: #8b8b8b;
    padding-right: 20px;
}

.breadcrumbs a:last-child {
    color: #000000;
}

.search-input {
    margin-top: 50px;
    margin-left: 10%;
    padding: 0px 50px;
    width: 600px;
    border: none;
    border-radius: 50px;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 500;
    background-color: #f4f4f4;
    background-position: right;
    overflow: hidden;
    position: relative;
}

.search-input input {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    text-align: left;
    border: none;
    background-color: transparent;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    padding-top: 25px;
}

.search-input input::-moz-placeholder {
    color: #b4b4b5;
}

.search-input input:-ms-input-placeholder {
    color: #b4b4b5;
}

.search-input input::placeholder {
    color: #b4b4b5;
}

.search-input .suggestions {
    pointer-events: none;
    padding: 0px;
    opacity: 0;
    overflow-y: auto;
    border-radius: 25px;
}

.search-input.active .suggestions {
    padding: 15px 30px;
    pointer-events: auto;
    opacity: 1;
    z-index: 998;
}

.suggestions li {
    display: none;
    cursor: pointer;
}

.suggestions li:hover {
    color: #000;
}

.search-input.active .suggestions li {
    padding: 15px 30px;
    width: 80px;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
    background-color: #f4f4f4;
    display: block;
}

.suggestions li:hover {
    color: #000000;
}

.search-icon {
    content: url("../images/searchbutton.png");
    height: 30px;
    position: absolute;
    top: 18px;
    right: 30px;
}

@media (min-width: 557px) and (max-width: 992px) {
    .ml-bsm-auto {
        margin-left: auto;
    }

    .padding-align {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider .carousel-indicators li {
        height: 15px;
        width: 15px;
        border-width: 7px;
    }
}

/*To Large Screen*/
@media (max-width: 1280px) {
    .navbar .nav-link {
        font-size: 13.6px !important;
        line-height: 2;
    }

    .header a {
        font-size: 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .navbar .nav-link {
        font-size: 11.8px !important;
        line-height: 2;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .header a {
        font-size: 11px !important;
    }
}

@media (max-width: 992px) {
    .help .help-body .tab-content .card .card-header i {
        position: relative !important;
        top: 2px !important;
        right: 0 !important;
        left: 0 !important;
    }

    .help .help-body .tab-content .card {
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 10px !important;
    }

    .border-sm-none {
        border: none !important;
    }

    .help .nav .nav-link {
        padding: 20px 16px !important;
    }

    .footer-bottom .list-group-item {
        border: none !important;
    }

    .navbar .nav-link {
        font-size: 11.8px !important;
        line-height: 2;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .border-right-md-none {
        border-right: none !important;
    }

    .after-small-dnone::after {
        display: none !important;
    }

    .navbar .image-logo {
        width: 160px !important;
    }

    .pricing-header img.stick {
        left: 62px;
        top: 52px;
        padding: 5.8rem;
    }

    .pricing-header img.people {
        position: absolute;
        right: 0;
        top: 86px;
        width: 100%;
        left: 0;
        padding: 3.2rem;
    }

    .slider .carousel-indicators li {
        height: 19px;
        width: 19px;
        border-width: 5px;
    }

    .airtv .inside .icons {
        width: 100%;
    }
}

/*After Large Screen*/
@media (min-width: 1280px) {
    .airtv .inside .icons {
        width: 70%;
        margin-left: 15%;
    }
}

@media (min-width: 1200px) {
    .header .column {
        width: 100%;
    }
}

@media (min-width: 557px) and (max-width: 992px) {
    .header a {
        font-size: 13px !important;
    }

    .ml-bsm-auto {
        margin-left: auto;
    }

    .padding-align {
        padding-left: 40px;
        padding-right: 40px;
    }

    .slider .carousel-indicators li {
        height: 15px;
        width: 15px;
        border-width: 7px;
    }
}

@media (min-width: 800px) {
    .header .column {
        width: calc((100% * 2) / 3);
    }
}

@media (max-width: 800px) {
    .channel {
        padding: 20px 5px;
    }
}

@media (min-width: 650px) {
    .header .column {
        width: calc((100%) / 2);
    }
}

@media (max-width: 557px) {
    .border-right-xs-none {
        border-right: none !important;
    }

    .pr-xs-reset {
        padding-right: 15px !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .pb-xs-1 {
        padding-bottom: 0.1rem;
    }

    .padding-align {
        padding-left: 40px;
        padding-right: 40px;
    }

    .pricing-header img.people {
        padding: 8.4rem;
    }

    .pricing-header img.stick {
        left: 62px;
        top: -14px;
        padding: 10.5rem;
        bottom: 0;
    }

    .sections {
        padding: 30px 0 !important;
    }

    .sections .sections-title p {
        font-size: 1.1em !important;
    }

    .sections .sections-title-h3 h3 {
        margin-bottom: 0 !important;
        font-size: 1.8em !important;
        padding-left: 0 !important;
    }

    .pricing-header img.people {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
        left: 0;
        padding: 8.6rem;
    }

    .slider .carousel-indicators li {
        height: 10px !important;
        width: 10px !important;
        border-width: 5px !important;
    }

    .slider .carousel-indicators {
        right: 0 !important;
    }

    .channel {
        padding: 20px;
    }

    .sections-title-h3 img.tvicon {
        width: 2.8rem;
        padding-right: 0.8rem;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .sections .more-button {
        font-size: 1em !important;
    }

    .slider .w-100 {
        height: 24rem;
    }

    .airtv .container-fluid {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .airtv .airtv-section-6 h3 {
        font-size: 1.2em !important;
        line-height: 1.6 !important;
    }
}

/*Header*/
.header {
    background-color: #49176d;
    width: 100%;
    border-bottom: 2px solid #49176d;
    border-color: #fff;
    overflow: hidden;
    height: 38px;
}

.header a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.header .header-search {
    position: absolute;
    display: block;
    top: 0.6rem;
    right: 10%;
    color: #da1636;
    height: 28px;
}

.header :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b5;
}

.header ::-moz-placeholder {
    color: #b4b4b5;
}

.header ::placeholder {
    color: #b4b4b5;
}

.header .header-clock {
    color: #fff;
}

.header-clock i {
    padding: 2px;
    font-size: 16px;
}

.header .search-bar {
    border-radius: 30px;
    font-style: italic;
    height: 25px;
    position: relative;
    padding-left: 0.6rem;
    border: 1px solid #49176d;
    position: relative;
}

/*Footer*/
#footer {
    background-image: url(../images/contact-back.jpg);
    background-size: 100%;
}

#footer .list-group-item {
    padding: 8px;
    background: transparent;
}

#footer .list-group-item a {
    color: #fff;
}

.footer-content {
    margin: 0px 50px;
    padding: 0px;
    height: 100%;
    position: relative;
}

.footer-contact ul li {
    list-style: none;
}

.footer-contact:first-child {
    padding-top: 30px;
}

.footer-contact ul li a {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 5px;
}

.footer-contact ul li.phone:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    content: "";
    background: url(../images/phone.png) no-repeat 0 0;
    background-size: 18px 18px;
}

.footer-contact ul li.location:before {
    display: inline-block;
    height: 20px;
    width: 15px;
    content: "";
    background: url(../images/location.png) no-repeat 0 0;
    background-size: 15px 20px;
}

.footer-contact ul li.mail:before {
    display: inline-block;
    height: 15px;
    width: 20px;
    margin-right: 5px;
    content: "";
    background: url(../images/mail.png) no-repeat 0 0;
    background-size: 20px 15px;
}

.footer-copyrights {
    bottom: 0;
    position: absolute;
}

.footer-copyrights p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.footer-comment {
    padding: 30px;
    margin-bottom: 120px;
}

.footer-comment h5 {
    height: 25px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-left: 5%;
}

.footer-comment input {
    float: right;
    height: 60px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.16;
    letter-spacing: normal;
    border-radius: 40px;
    padding: 10px 20px;
    border: 3px solid #6300AC;
    margin-top: 15px;
    background-color: transparent;
}

.footer-comment button {
    float: right;
    width: 220px;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    margin-top: 15px;
    background-color: #6300AC;
}

.footer-list {
    padding-top: 50px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.footer-list p {
    font-size: 15px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 5px;
}

.footer-list ul {
    list-style: none;
}

.footer-list ul li {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.footer-list ul li:last-child {
    padding-bottom: 40px;
}

.footer-list img.bubbles {
    position: absolute;
    right: 80%;
    top: 0px;
}

.footer-bottom {
    background-color: #efefef;
}

.footer-bottom .border-around {
    border: 2px solid #49176d;
}

.footer-bottom .border-none {
    border: none !important;
}

.footer-bottom a {
    color: #49176d;
}

.footer-bottom .border-right-none {
    border-right: none !important;
}

.footer-bottom .line-height-2 {
    line-height: 2;
}

.footer-bottom .list-group-item {
    border: none;
    border-right: 2px solid #49176d;
    background: transparent;
    color: #49176d;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bottom .list-group-item:last-child {
    border-right: none;
}

.whatsapp {
    position: fixed;
    right: 0px;
    top: 85%;
}

.whatsapp h5:hover {
    box-shadow: 0px 0px 3px 5px #4dbf47;
    transition: all 1s ease;
    background: black;
}

.whatsapp h5:hover i {
    color: #4dc247;
    transition: all 1s ease;
}

.whatsapp h5 {
    color: #fff;
    background: #25D366;
    padding: 15px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

/*Menu*/
.menu {
    /*  overflow-x: hidden;*/
}

.navbar {
    background-color: transparent !important;
}

.navbar .btn-primary {
    background-color: #da1636 !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    margin-right: 2.6rem !important;
    line-height: 1.6rem;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:focus,
.navbar .btn-primary:active {
    border: none;
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000 !important;
    position: relative;
    padding-right: 1rem;
    padding-left: 1rem;
    transition: 0.5s ease-out;
    font-weight: 600;
    font-size: 0.95em;
}

.navbar .active {
    color: #da1636 !important;
}

.navbar nav-link:hover,
.navbar nav-link:focus,
.nabar nav-link:active {
    color: #da1636 !important;
}

.navbar .custom-border::after {
    content: "";
    display: block;
    width: 2px;
    height: 18px;
    padding-left: 2px;
    top: 12px;
    right: 0;
    position: absolute;
    background-color: #000;
}

.navbar .border-right {
    border-right: 2px solid #000 !important;
    height: 0.1rem;
    align-content: center;
}

/*Mobile Nav Animation*/
.viewport {
    width: 100%;
    margin: 0 auto;
    height: 560px;
    position: relative;
    background-color: white;
    transition: all linear 0.5s;
}

.nav__toggle {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0;
    background: transparent;
    outline: 0;
    right: 6px;
    top: 6px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.15s linear;
}

.nav__toggle:hover, .nav__toggle:focus {
    background-color: rgba(0, 0, 0, 0.5);
}

.nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 560px;
    position: relative;
    z-index: 5;
    visibility: hidden;
    padding-left: 1rem;
}

.nav__item {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}

.nav__item:nth-child(1) {
    transform: translateY(-40px);
}

.nav__item:nth-child(2) {
    transform: translateY(-80px);
}

.nav__item:nth-child(3) {
    transform: translateY(-120px);
}

.nav__item:nth-child(4) {
    transform: translateY(-160px);
}

.nav__item:nth-child(5) {
    transform: translateY(-200px);
}

.nav__link {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1rem;
}

.nav__link:hover, .nav__link:focus {
    outline: 0;
    color: #da1636;
}

.menuicon {
    display: block;
    cursor: pointer;
    color: #111;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menuicon__bar, .menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out;
}

.menuicon__circle {
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: 144.513262038;
    stroke-dasharray: 144.513262038;
}

.splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
}

.splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #49176d;
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform;
    z-index: 1;
}

.nav:target > .splash::after,
.nav--open > .splash::after {
    transform: scale(1);
}

.nav:target .menuicon,
.nav--open .menuicon {
    color: white;
    transform: rotate(180deg);
}

.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
    stroke-dashoffset: 0;
}

.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
    opacity: 0;
}

.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg);
}

.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg);
}

.nav:target .nav__menu,
.nav--open .nav__menu {
    visibility: visible;
}

.nav:target .nav__item,
.nav--open .nav__item {
    opacity: 1;
    transform: translateY(0);
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}

.mobile-nav #overlay-button {
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-nav #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #111;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
    z-index: 30;
}

.mobile-nav #overlay-button span:before {
    top: -10px;
    visibility: visible;
}

.mobile-nav #overlay-button span:after {
    top: 10px;
}

.mobile-nav #overlay-button span:before, .mobile-nav #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #111;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
}

.mobile-nav #overlay-button:hover span, .mobile-nav #overlay-button:hover span:before, .mobile-nav #overlay-button:hover span:after {
    background: #333332;
}

.mobile-nav input[type=checkbox] {
    display: none;
}

.mobile-nav input[type=checkbox]:checked ~ #overlay {
    visibility: visible;
}

.mobile-nav input[type=checkbox]:checked ~ #overlay-button:hover span, .mobile-nav input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}

.mobile-nav input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
    background-color: #fff;
}

.mobile-nav input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: #fff;
}

.mobile-nav #overlay {
    height: 100vh;
    width: 100vw;
    background: #49176d;
    z-index: 20;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
}

.mobile-nav #overlay.active {
    visibility: visible;
}

.mobile-nav #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100vh;
    padding-left: 0;
    list-style-type: none;
}

.mobile-nav #overlay ul li {
    padding: 1em;
}

.mobile-nav #overlay ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
}

.mobile-nav #overlay ul li a:hover {
    color: #ffffff73;
}

/*Slider*/
.carousel-indicators {
    right: 90px;
}

.slider .carousel-indicators li {
    border: 10px solid #fff;
    border-radius: 50%;
    background-color: #49176e;
    opacity: 1;
    list-style: none;
    width: 16px;
    height: 16px;
}

.slider .active {
    background-color: #49176e !important;
    border-color: #da1636 !important;
}

.carousel-caption {
    top: 0;
    bottom: auto;
    left: 10%;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.slider h2 {
    font-family: Roboto;
    font-size: 3vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #49176d;
    top: 0;
}

.slider h2 strong {
    font-size: 3vw;
    font-weight: 900;
    font-style: italic;
    color: #da1636;
}

.slider h2 span {
    font-size: 3vw;
}

.slider h2.whiter {
    color: white;
    font-weight: 500;
}

.slider h2.whiter strong {
    color: white;
}

.slider h2.whiter span {
    color: white;
    font-weight: 450;
}

.slider h2 big {
    font-size: 3vw;
    font-weight: 100;
}

.slider h2 big span {
    font-size: 4vw;
    font-weight: bold;
    font-style: normal;
}

.slider h2.bigger {
    font-size: 3vw;
}

.slider h2.bigger span {
    font-weight: 1000;
    font-style: italic;
    font-size: 3vw;
}

/*Section*/
.sections {
    padding: 80px 0;
    padding-bottom: 20px;
}

.sections .pricing-header .background {
    border-radius: 20px;
    position: absolute;
    top: -2.2rem;
    right: 0.66rem;
    width: 100%;
}

.sections .pricing-header .background p {
    color: #fff;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.sections .pricing-header .chance {
    background-color: #0dbb00;
}

.sections .pricing-header .warn {
    background-color: #f26a02;
}

.sections .btn:hover,
.sections .btn:focus,
.sections .btn:active {
    background-color: #6300ac;
    color: #fff;
}

.sections .pricing-tables .pricing-content .list-group-item {
    background-color: transparent;
    border: none;
    padding: 0.6rem 0.6rem 0rem 0.6rem;
}

.sections-title {
    text-align: left;
}

.sections-title-h3 {
    position: relative;
}

.sections-title-h3 h3 {
    padding-left: 20px;
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #49176d;
    display: inline-block;
    position: relative;
    float: left;
}

.sections-title p {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.sections-title-h3 img.tvicon {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.pricing-tables {
    margin-bottom: 10px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #e9e8e8;
    border-radius: 10px;
    min-height: 650px;
    position: relative;
}

.pricing-tables img.checkbutton {
    position: absolute;
    right: -5px;
    top: -25px;
}

.pricing-header {
    text-align: center;
    padding: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #e9e8e8;
    position: relative;
}

.pricing-header h3 {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #da1636;
}

.pricing-header p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 100%;
    padding: 0px 20px;
}

.pricing-header img {
    width: 80%;
}

.pricing-header img.people {
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    left: 0;
    padding: 2.6rem;
}

.pricing-header img.stick {
    position: absolute;
    right: 0;
    left: 50px;
    top: 58px;
    padding: 4.4rem;
}

.pricing-header img.couple {
    position: absolute;
    right: 0;
    left: 0;
    top: 78px;
    padding: 3.4rem;
}

.pricing-content {
    padding: 0px;
}

.pricing-content li {
    list-style: none;
    text-align: center;
}

.pricing-content li:last-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pricing-content ul li .btn {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #da1636;
    border-radius: 25px;
    border: 1px solid #49176d;
    background-color: transparent;
    width: 100%;
    height: 40px;
}

.pricing-content ul li .btn i {
    float: right;
    padding-right: 5px;
}

.pricing-content ul li .device {
    color: #49176d;
    width: 70%;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    position: relative;
}

.pricing-content ul li .device:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    content: "";
    background: url(../images/menu.png) no-repeat 0 0;
    background-size: 18px 18px;
    position: absolute;
    left: 10px;
}

.pricing-content ul li i {
    padding-right: 10px;
}

.sections .pricing-end .btn {
    border: none;
}

.sections .pricing-end .btn:hover,
.sections .pricing-end .btn:active,
.sections .pricing-end .btn:focus {
    background-color: #49176d;
    border: none;
}

.pricing-content ul li.price {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #49176d;
    border: none;
    padding-top: 20px;
    padding-right: 0px;
}

.pricing-content ul li.pricedef {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #8b8b8b;
    padding-bottom: 0 !important;
}

.pricing-content strong {
    font-weight: 600;
    font-size: 1.6em;
}

.pricing-content ul li a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #da1636;
    margin-top: 50px;
}

.pricing-end {
    text-align: center;
    padding: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #e9e8e8;
    padding-top: 1rem;
}

.pricing-end button {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-color: #49176d;
    vertical-align: middle;
    padding: 0.6rem 1rem 0.6rem 1rem;
    width: 100%;
}

.pricing-end i {
    font-size: 1.3em;
    padding-right: 0.2rem;
}

.pricing-end p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9a9a9a;
    vertical-align: center;
    line-height: 1.3;
    padding: 1.4rem 1.6rem 0 1.6rem;
}

.sections .more-button {
    font-weight: 500;
    font-size: 1.2em;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-color: #6300AC;
    vertical-align: middle;
    padding: 0.6rem 3.4rem 0.6rem 3.6rem;
    border: none;
}

.sections .more-button:focus {
    box-shadow: none;
}

.ads {
    border-top: 1px solid #6300AC;
    text-align: center;
}

.ads p {
    font-size: 25px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #49176d;
    padding-top: 20px;
}

.ads p:after {
    background-image: url("../images/icon.png");
    background-size: 60px 45px;
    display: inline-block;
    width: 60px;
    height: 45px;
    content: "";
    vertical-align: middle;
    margin-right: -20px;
}

.ads-2 {
    background-image: url("../images/ads-2.png");
    text-align: center;
    background-size: all;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.ads-2 p {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #49176d;
    text-align: center;
    padding-top: 8%;
    line-height: 2rem;
}

.ads-2 p i {
    margin-bottom: -10px;
}

.airtv {
    position: relative;
    border-top: 1px solid #49176d;
}

.airtv .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}

.airtv .purple {
    color: #49176d;
}

.airtv h4 {
    color: #fff;
    font-weight: 400;
}

.airtv .air-background {
    width: 100%;
    height: 24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.airtv .air-background h3 {
    color: #fff;
}

.airtv .air-background p {
    color: #fff;
}

.airtv .air-background a {
    color: #fff;
    text-decoration: underline;
}

.airtv .air-background-1 {
    background-image: url("../images/airtv-1.png");
}

.airtv .air-background-2 {
    background-image: url("../images/airtv-2.png");
}

.airtv .air-background-3 {
    background-image: url("../images/airtv-3.png");
}

.airtv .air-background-4 {
    background-image: url("../images/airtv-4.png");
}

.airtv .air-background-5 {
    background-image: url("../images/airtv-low-1.png");
}

.airtv .air-background-6 {
    background-image: url("../images/airtv-low-2.png");
}

.airtv .background-purple {
    background-color: #3a2770;
}

.airtv .background-grey {
    background-color: #f4f4f4;
}

.airtv .list-group-item {
    border: none;
}

.airtv .airtv-section-1 p {
    font-size: 0.8em;
}

.airtv .airtv-section-1 h4 {
    font-size: 1.2em;
}

.airtv .airtv-section-2 {
    padding-top: 2rem;
    padding-bottom: 0.8rem;
}

.airtv .airtv-section-2 .list-group-item {
    border: none;
    background-color: transparent;
}

.airtv .airtv-section-2 h4 {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
}

.airtv .airtv-section-2 p {
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
}

.airtv .airtv-section-3 h4 {
    font-size: 1.2em;
}

.airtv .airtv-section-3 p {
    font-size: 0.8em;
}

.airtv .airtv-section-4 h4 {
    font-size: 1.2em;
    color: #49176d;
}

.airtv .airtv-section-4 p {
    font-size: 0.8em;
    color: #000;
}

.airtv .airtv-section-5 {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}

.airtv .airtv-section-5 h4 {
    font-size: 1.2em;
    color: #fff;
}

.airtv .airtv-section-5 p {
    font-size: 0.8em;
    color: #fff;
}

.airtv .airtv-section-6 .list-group-item {
    border: none;
}

.airtv .airtv-section-6 h3 {
    font-weight: 400;
    color: #49176d;
}

.airtv .airtv-section-6 p {
    font-size: 0.85em;
    color: #000;
    font-weight: 500;
}

.airtv .airtv-section-6 .airtv-section-6-background {
    background-image: url("../images/airtv-section-6-background.png");
    background-position: -10rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.cookie-message .bg-custom {
    background-color: #49176d;
    border-radius: 14px;
}

.cookie-message .btn:focus,
.cookie-message .btn:active, .cookie-message:hover {
    background-color: #fff;
    border: none;
}

.cookie-message .btn-primary:not(:disabled):not(.disabled):active, .cookie-message .btn-primary:not(:disabled):not(.disabled).active, .cookie-message .show > .btn-primary.dropdown-toggle {
    background-color: #fff;
    border: none;
    color: #49176d;
}

.cookie-message .btn-primary:not(:disabled):not(.disabled):active:focus, .cookie-message .btn-primary:not(:disabled):not(.disabled).active:focus, .cookie-message .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.cookie-message h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.cookie-message .button-fixed {
    bottom: 4px;
    position: fixed;
    right: 4px;
    z-index: 99999;
}

.cookie-message .fas {
    cursor: pointer;
    font-size: 24px;
}

.cookie-message p {
    font-size: 14px;
}

.cookie-message .btn {
    background-color: #fff;
    border: none;
    color: #49176d;
}

.ads-2 {
    background-image: url("../images/ads-2.png");
    text-align: center;
    background-size: all;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

.ads-2 p {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #49176d;
    text-align: center;
    padding-top: 8%;
    line-height: 2rem;
}

.ads-2 p i {
    margin-bottom: -10px;
}

.pack-find {
    padding: 50px 0px;
    margin: 0px auto;
    width: 90%;
    align-self: center;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
}

.pack-find .form-group {
    background: #fff;
}

.pack-find .ordered-packet {
    padding: 30px;
}

.pack-find .ordered-packet h1 {
    margin-bottom: 0px;
}

.pack-find .pack-input h3 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #49176d;
    clear: both;
    width: 100%;
}

.pack-input h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.pack-input h5 span {
    color: #da1636;
}

.pack-input .pack-input-container {
    background-color: #F4F4F4;
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
    position: relative;
}

.pack-input .pack-input-container i {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 7px;
}

.pack-input .pack-input-container input {
    background: transparent;
    border: none;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
    padding: 5px;
}

.pack-input .pack-input-container input::-webkit-calendar-picker-indicator {
    display: none;
}

.pack-input .pack-input-container datalist {
    border-radius: 10px;
    border: 1px solid #49176d;
    background-color: white;
}

.pack-input .pack-input-container datalist.hovercoloring:hover {
    background-color: #49176d;
}

.pack-input .pack-input-container datalist option {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b5;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.pack-input p {
    font-size: 12px;
    color: #b4b4b5;
}

.pack-input p.help {
    font-size: 13px;
    margin: 10px 0px;
    color: #8b8b8b;
}

.pack-input button {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    background-color: #49176d;
    vertical-align: middle;
    padding: 0.4rem 1rem;
    width: 70%;
    opacity: 1;
    transition: all 0.3s ease;
}

.pack-input button:hover, .pack-input button:focus, .pack-input button:active {
    color: #fff;
    opacity: 0.9;
}

.pack-input button:focus {
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(73, 23, 109, 0.25);
}

.pack-find .grey {
    float: right;
    background-color: #f4f4f4;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
    margin: 20px;
    padding: 10px 20px;
}

.pack-find .grey:focus {
    color: #000;
    border: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.75);
}

/*Payment*/
.payment {
    padding: 30px;
    width: 100%;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
}

.payment .list-group-item {
    border: none;
}

.payment #eft-button {
    background: #253B80;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.9rem;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.payment .payment-title h3 {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #49176d;
    clear: both;
    width: 100%;
    margin-top: 25px;
}

.payment-input h5 {
    font-size: 15px;
    font-weight: bolder;
    margin-top: 15px;
}

.payment-input h5 span {
    color: #da1636;
}

.payment-input input {
    width: 100%;
    background-color: #F4F4F4;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    margin-bottom: 0px;
}

.payment-input select {
    width: 100% !important;
    background-color: #F4F4F4 !important;
    border: 1px solid #8b8b8b !important;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}

.payment-input input::-moz-placeholder {
    font-family: Roboto;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b5;
}

.payment-input input:-ms-input-placeholder {
    font-family: Roboto;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b5;
}

.payment-input input::placeholder {
    font-family: Roboto;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #b4b4b5;
}

.payment-input input:focus {
    border: 1px solid #47A51E;
}

.paymet-input p {
    font-size: 12px;
    margin-top: -30px;
    color: #b4b4b5;
}

.payment-input .btn {
    float: right;
    padding: 5px 34px;
    border: 3px solid #41287c;
    color: #41287c;
    background: transparent;
    border-radius: 20px;
}

.payment-input .bill-email {
    background-color: #F4F4F4;
    border: 1px solid #47A51E;
    border-radius: 5px;
    margin-bottom: 20px;
}

.payment-input .bill-email input {
    background-color: #F4F4F4;
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
    width: 70%;
    margin-left: 2%;
}

.payment-input .bill-email:after {
    content: url(".../images/update.png");
    right: 0;
    bottom: 0;
}

.payment-input .bill-email h5 {
    font-size: 15px;
    font-style: bolder;
    margin: 15px;
}

.payment-input .bill-address {
    background-color: #F4F4F4;
    border: 1px solid #47A51E;
    border-radius: 5px;
    margin-bottom: 0px;
}

.payment-input .bill-address input {
    background-color: #F4F4F4;
    border: none;
    border-radius: 5px;
    margin-bottom: 0px;
}

.payment-input .bill-address:after {
    content: url(".../images/update.png");
    right: 0;
    bottom: 0;
}

.payment-input .bill-address h5 {
    font-size: 15px;
    font-style: bolder;
    margin: 15px;
}

.payment-input ul {
    display: flex;
    width: 100%;
}

.payment-input ul li {
    margin: 5px;
}

.payment-input ul li button {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
}

.payment-input ul li button img {
    height: 20px;
}

.payment-complete {
    width: 100%;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    align-content: center;
}

.payment-complete h2 {
    font-size: 28px;
    font-weight: normal;
    color: #41287c;
}

.payment-complete h5 {
    font-size: 13px;
    font-weight: bold;
}

.payment-complete button {
    background-color: #2F9A00;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    float: left;
    width: 40%;
    height: 100%;
}

.payment-complete .payment-buttons {
    position: relative;
    z-index: 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    height: 65%;
    position: relative;
    transition: all 5s ease-in-out;
    z-index: 999;
    min-width: 300px;
    display: block;
    overflow: hidden;
    box-shadow: 5px 5px 24px -8px black;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Roboto;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #111;
}

.popup .content {
    height: 80%;
    min-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.popup .content::-webkit-scrollbar {
    width: 0.2em;
}

.popup .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.popup .content::-webkit-scrollbar-thumb {
    background-color: #222;
    outline: 1px solid #222;
}

.popup button {
    background-color: #222;
    height: 30px;
    float: right;
    margin: 30px 0px;
    width: 50%;
    min-width: 200px;
}

.popup button:focus {
    background-color: #00FF00;
    box-shadow: none;
    border: none;
}

.ordered-packet {
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 30px;
    align-content: center;
    width: 100%;
}

.ordered-packet h1 {
    font-family: Roboto;
    font-size: 25px;
    color: #49176d;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid #41287C;
    border-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.ordered-packet h6 {
    font-size: 13px;
    color: #49176d;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

.ordered-packet h5 {
    font-size: 15px;
    color: #49176d;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid #41287C;
    border-width: 100%;
    padding: 10px 0px;
}

.ordered-packet p {
    color: #515151;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    padding-top: 8px;
}

.ordered-packet table {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #41287C;
    border-width: 100%;
}

.ordered-packet table tr th {
    font-size: 11px;
    color: #49176d;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    padding-top: 15px;
}

.ordered-packet table tr td {
    font-size: 11px;
    color: #515151;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    padding: 8px 0px;
}

.ordered-packet table tr td.first-one {
    text-align: left;
    width: 37%;
}

.ordered-packet table tr td.pricing {
    font-weight: 600;
}

.ordered-packet a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: normal;
    text-align: left;
    color: #8b8b8b;
}

.ordered-complete {
    margin: 0px auto;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
}

.ordered-complete img {
    height: 80px;
    width: 80px;
    align-self: center;
    margin: 15px;
}

.ordered-complete h3 {
    color: #49176d;
    font-size: 22px;
    font-weight: bold;
}

.ordered-complete p {
    color: #000000;
    font-size: 15px;
}

.payment-accordion input {
    border: none;
    border-radius: 4px;
    margin-bottom: 0.4rem;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0.6rem 1.2rem;
    background-color: #F4F4F4;
    border: 1px solid #8b8b8b;
}

.payment-complete .btn-payment {
    width: 100%;
    background-color: #2f9a00;
    color: #fff;
    border: none;
}

.payment-complete .accordion .card {
    border: none;
}

.payment-complete .accordion .card .card-header {
    background-color: #2C2E2F;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.payment-complete .accordion .card span {
    font-size: 0.9em;
    padding-left: 6px;
}

.payment-complete .accordion .card .red {
    color: #da1636;
    padding-left: 0;
}

.payment-complete .accordion .card label {
    font-size: 1.3em;
}

.payment-input .btn-credit-payment {
    color: #fff;
    width: 100%;
    padding: 0;
    float: none;
    border: none;
}

.payment-input .iyzi-button {
    background: #fff;
    border: 1px solid #1e64ff;
    border-radius: 4px;
    padding: 0.7rem;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.tab-container {
    width: 100%;
    margin-bottom: 70px;
    margin-top: -30px;
}

.tabs {
    margin: 0 auto;
    display: flex;
    top: 0;
    position: relative;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 35px;
    z-index: 3;
    background-color: #F4F4F4 !important;
}

.tabs .nav-pills .nav-link.active,
.tabs .nav-pills .show > .nav-link {
    color: #fff;
    background-color: transparent;
}

.tabs ul li {
    padding: 0 3rem;
}

.tabs ul li a {
    color: #000;
    line-height: 2;
}

.tabs input {
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    position: absolute;
    visibility: hidden;
    z-index: 4;
    background-color: #F4F4F4 !important;
}

.tabs input:active + a,
.tabs input:focus + a {
    color: #fff;
}

.tabs li:nth-of-type(1):visited ~ .tab-slider {
    left: calc((100% / 3) * 0);
}

.tabs li:nth-of-type(2):visited ~ .tab-slider {
    width: calc((100% / 3) * 2);
}

.tabs li:nth-of-type(3):visited ~ .tab-slider {
    width: 100%;
}

.tabs li:first-of-type:visited ~ .tab-slider {
    left: 0;
}

.tabs a {
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.22;
    letter-spacing: normal;
    height: 56px;
    transition: color 0.2s ease-in-out;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 5;
}

.tab-slider {
    background: #49176d;
    width: calc(100% / 3);
    position: absolute;
    left: 0;
    transition: left 0.3s linear;
    z-index: -1;
    border-radius: 40px;
    height: 56px;
}

.channel {
    text-align: center;
    background-color: #f4f4f4;
    padding: 20px 10%;
}

.channel button {
    font-size: calc(7px + 1vw);
    color: #49176d;
    font-weight: 500;
    padding: 5px 40px;
    border: 3px solid #49176d;
    border-radius: 40px;
    margin: 4%;
    margin-left: 0px;
    float: left;
}

.channel button.btn:hover {
    color: #fff;
    background-color: #49176d;
    box-shadow: 0 0 0 0;
}

.channel button.btn:focus {
    box-shadow: 0 0 0 0;
}

.channel button.act {
    color: #fff;
    background-color: #49176d;
}

.channel .tabs {
    overflow: hidden;
    border: none;
    background-color: transparent;
    border-radius: 0px;
    position: relative;
    width: 100%;
}

.tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.5s;
    font-size: calc(7px + 1vw);
    color: #49176d;
    font-weight: 700;
    border-radius: 0px;
    margin: 0px;
}

.tabs button.active {
    background-color: #fff;
    border-top: 2px solid #49176d;
}

.channel .channels {
    background-color: #fff;
    position: relative;
    width: 95%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px;
}

.channel .channels .all {
    padding: 22px;
}

.channel .channels .all .channel-image {
    background-color: #f4f4f4;
    border-radius: 20px;
    border: none;
    align-items: center;
    min-height: 100px;
    padding: 30px;
}

.channel .channels h3 {
    font-size: calc(10px + 0.5vw);
    font-weight: 500;
    color: #49176d;
    padding-top: 10px;
}

.order-tracking input {
    background-color: #F4F4F4;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
}

.order-tracking label {
    font-size: 15px;
    font-weight: 500;
}

.order-tracking h4 {
    font-size: 15px;
    font-weight: 500;
}

.order-tracking p {
    color: #49176d;
}

.order-login .btn {
    background-color: #da1636 !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    line-height: 1.6rem;
}

.order-login h4 {
    color: #000;
}

.order-login .border-bottom-purple {
    border-bottom: 1px solid #49176d;
}

.renewal .send-button {
    background-color: #da1636 !important;
    color: #fff !important;
    border-radius: 30px;
    border: none;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    line-height: 1.6rem;
}

.renewal h4 {
    color: #000;
}

.renewal .border-bottom-purple {
    border-bottom: 1px solid #49176d;
}

.help-header i {
    color: #fff;
    font-size: 1.4em;
    background: #49176d;
    padding: 12px 15px;
    border-radius: 50%;
}

.help-header h3 {
    color: #49176d;
}

.help-header p {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.4px;
    font-weight: 400;
}

.help {
    background: #f4f4f4;
    padding-bottom: 6rem;
    margin-bottom: 5rem;
}

.help ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b5;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

.help :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b5;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

.help ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b5;
    opacity: 1;
    /* Firefox */
    font-weight: 500;
}

.help :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b5;
    font-weight: 500;
}

.help ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b4b4b5;
    font-weight: 500;
}

.help label {
    color: #49176d;
    font-weight: 500;
    font-size: 1.3em;
}

.help #search-bar {
    border-radius: 50px;
    height: 48px;
    padding-left: 3.2rem;
    border: none;
}

.help .nav {
    padding-left: 16px;
}

.help .nav .nav-pills .nav-link.active,
.help .nav .nav-pills .show > .nav-link {
    background-color: #fff;
    color: #49176d;
}

.help .nav .active {
    background-color: #fff;
    color: #49176d;
    border-top: 2px solid #49176d;
    border-radius: 0;
    padding: 14px 20px;
}

.help .nav .nav-link {
    padding: 14px 20px;
}

.help .nav-item a {
    color: #49176d;
}

.help .help-body .tab-content {
    background: #fff;
    border-radius: 1rem;
    padding-bottom: 3rem;
    padding-top: 1.4rem;
}

.help .help-body .tab-content .card {
    border: none;
    width: 70%;
    margin: 24px 44px;
}

.help .help-body .tab-content .card .btn-link {
    color: #707070;
}

.help .help-body .tab-content .card .btn-link:hover, .help .help-body .tab-content .card .btn-link:focus, .help .help-body .tab-content .card .btn-link:active {
    text-decoration: none;
}

.help .help-body .tab-content .card .card-header {
    position: relative;
    padding: 6px 20px;
    border-radius: 10rem;
    margin: 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #707070;
}

.help .help-body .tab-content .card .card-header i {
    font-size: 22px;
    position: absolute;
    top: 16px;
    right: 48px;
    color: #707070;
}

.help .help-body .tab-content .card .card-header img {
    padding-right: 10px;
    width: 40px;
}

.contact h3 {
    color: #49176d;
    font-size: 26px;
}

.contact h4 {
    color: #000;
    font-size: 20px;
}

.contact h5 {
    color: #8b8b8b;
    font-size: 14px;
}

.contact a {
    color: #49176d;
    font-weight: 900;
}

.contact .card {
    background: #f4f4f4;
    border-radius: 20px;
    border: none;
}

.about h3, .about h4 {
    color: #49176d;
}

.about p {
    font-size: 0.8em;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.2px;
}

.form-select .btn {
    width: 100%;
    background-color: #F4F4F4;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    color: black !important;
    margin-bottom: 0px;
}

.mi-box-header {
    background-image: url("../images/mi-box-header.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 44%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.6em;
}

.mi-box-header h5 {
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.2em;
}

.mi-box-body-1 {
    background: linear-gradient(to bottom right, #f1f1f1, #dbe0e4, #dbe0e4, #dbe0e4);
}

.mi-box-body-1 h2 {
    color: #202329;
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.4px;
}

.mi-box-body-1 p {
    color: #202329;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.mi-box-body-2 {
    background-image: url("../images/mi-box-background-2.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 38%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-2 .text-position {
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
}

.mi-box-body-2 .button-purple {
    background: linear-gradient(to bottom right, #aa30d4, #b430dd);
    padding: 1rem 1.4rem;
    border: none;
    border-radius: 6px;
}

.mi-box-body-2 .button-purple i {
    font-size: 0.8em;
    padding-left: 3px;
}

.mi-box-body-2 h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.6em;
}

.mi-box-body-2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.5px;
}

.mi-box-body-2 p {
    color: #202329;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.mi-box-body-3 {
    background-image: url("../images/mi-box-background-3.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-3 .text-position {
    position: absolute;
    top: 44%;
    transform: translateY(-56%);
}

.mi-box-body-3 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.1em;
    letter-spacing: 0.5px;
}

.mi-box-body-3 p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

.mi-box-body-4 {
    background-image: url("../images/mi-box-background-4.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-4 .text-position {
    position: absolute;
    top: 44%;
    left: 62%;
    transform: translate(-37%, -56%);
    width: 100%;
}

.mi-box-body-4 h2 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.5px;
    color: #322748;
}

.mi-box-body-4 p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #322748;
}

.mi-box-body-5 {
    background-image: url("../images/mi-box-background-5.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-5 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-box-body-5 h2 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.5px;
    color: #fff;
}

.mi-box-body-5 p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.mi-box-body-6 {
    background-image: url("../images/mi-box-background-6.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-6 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-box-body-6 h2 {
    font-weight: 700;
    font-size: 2.45em;
    letter-spacing: 0.5px;
    color: #fff;
}

.mi-box-body-6 p {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #ffffff;
}

.mi-box-body-7 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-box-body-7 .card {
    border: none;
}

.mi-box-body-7 .card .card-body {
    border-radius: 10px;
}

.mi-box-body-7 .card .background-1 {
    background-image: url("../images/mi-box-7-2.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-7 .card .background-2 {
    background-image: url("../images/mi-box-7-1.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-7 .card .background-3 {
    background-image: url("../images/mi-box-7-3.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-box-body-7 .card .shadow {
    box-shadow: 0 0.1rem 0.5rem #bd9cffab !important;
}

.mi-box-body-7 h3 {
    font-size: 1.35rem;
    color: #707070;
    font-weight: 600;
}

.mi-box-body-8 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-box-body-8 .card {
    border: none;
}

.mi-box-body-8 .card .card-body {
    border-radius: 10px;
}

.mi-box-body-8 .card .background {
    background-image: url("../images/mi-box-stick-ads.png");
    background-position: 56% 30%;
    background-repeat: no-repeat;
    background-size: 104% auto;
    height: 0;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
}

.mi-box-body-8 h2 {
    color: #321f58;
    font-weight: 700;
    font-size: 2.1em;
}

.mi-box-body-8 h3 {
    font-size: 1.35rem;
    color: #707070;
    font-weight: 600;
}

.mi-stick-header {
    background-image: url("../images/mi-stick-header.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 44%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-header .text-position {
    position: absolute;
    top: 44%;
    transform: translateY(-56%);
}

.mi-stick-header h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.2em;
}

.mi-stick-header h5 {
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.25em;
    letter-spacing: 0.2px;
}

.mi-stick-body-1 {
    background-image: url("../images/mi-stick-background-1.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-1 h2 {
    color: #202329;
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.4px;
}

.mi-stick-body-1 p {
    color: #202329;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.mi-stick-body-2 {
    background-image: url("../images/mi-stick-background-2.jpg");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 41%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-2 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mi-stick-body-2 .button-purple {
    background: linear-gradient(to bottom right, #aa30d4, #b430dd);
    padding: 1rem 1.4rem;
    border: none;
    border-radius: 6px;
}

.mi-stick-body-2 .button-purple i {
    font-size: 0.8em;
    padding-left: 3px;
}

.mi-stick-body-2 h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.6em;
}

.mi-stick-body-2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.5px;
}

.mi-stick-body-2 p {
    color: #202329;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.mi-stick-body-3 {
    background-image: url("../images/mi-box-background-3.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-3 .text-position {
    position: absolute;
    top: 44%;
    transform: translateY(-56%);
}

.mi-stick-body-3 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 2.1em;
    letter-spacing: 0.5px;
}

.mi-stick-body-3 p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
}

.mi-stick-body-4 {
    background-image: url("../images/mi-stick-background-4.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-4 .text-position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.mi-stick-body-4 h2 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.5px;
    color: #202329;
}

.mi-stick-body-4 p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #202329;
}

.mi-stick-body-5 {
    background-image: url("../images/mi-stick-background-5.png");
    background-position: top center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 46%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-5 .text-position {
    position: absolute;
    top: 58%;
    transform: translateY(-42%);
    left: 0;
}

.mi-stick-body-5 h2 {
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.5px;
    color: #fff;
}

.mi-stick-body-5 p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.mi-stick-body-7 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-stick-body-7 .card {
    border: none;
}

.mi-stick-body-7 .card .card-body {
    border-radius: 10px;
}

.mi-stick-body-7 .card .background-1 {
    background-image: url("../images/mi-stick-7-1.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-7 .card .background-2 {
    background-image: url("../images/mi-stick-7-2.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-7 .card .background-3 {
    background-image: url("../images/mi-stick-7-3.png");
    background-position: 60% 78%;
    background-repeat: no-repeat;
    background-size: 108% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 100%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.mi-stick-body-7 .card .shadow {
    box-shadow: 0 0.1rem 0.5rem #bd9cffab !important;
}

.mi-stick-body-7 h3 {
    font-size: 1.35rem;
    color: #707070;
    font-weight: 600;
}

.mi-stick-body-8 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.mi-stick-body-8 .card {
    border: none;
}

.mi-stick-body-8 .card .card-body {
    border-radius: 10px;
}

.mi-stick-body-8 .card .background {
    background-image: url("../images/mi-stick-box-ads.png");
    background-position: 56% 30%;
    background-repeat: no-repeat;
    background-size: 104% auto;
    height: 0;
    padding: 0;
    padding-bottom: 100%;
    position: relative;
}

.mi-stick-body-8 h2 {
    color: #321f58;
    font-weight: 700;
    font-size: 2.1em;
}

.mi-stick-body-8 h3 {
    font-size: 1.35rem;
    color: #707070;
    font-weight: 600;
}

.device-feature h2 {
    color: #21242b;
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.4px;
}

.device-feature .shadow {
    box-shadow: 0 0.1rem 0.5rem #bd9cffab !important;
}

.device-feature .card {
    border: none;
}

.device-feature .card .card-body {
    background: #3e3255;
    border-radius: 10px;
}

.device-feature .card .card-body img {
    padding: 2rem 0;
}

.device-feature .card p {
    color: #321f58;
    font-weight: 600;
    font-size: 1.1em;
}

@media (max-width: 557px) {

    /*Mi Stick*/
    .mi-stick-header {
        background-image: url("../mobileimg/mi-stick-header-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-1 {
        background-image: url("../mobileimg/mi-stick-background-1-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-1:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-stick-body-2 {
        background-image: url("../mobileimg/mi-stick-background-2-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-2 .button-purple {
        padding: 10px;
    }

    .mi-stick-body-2 h3 {
        font-size: 1.3em;
    }

    .mi-stick-body-2 h2 {
        font-size: 1.2em;
    }

    .mi-stick-body-2:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-stick-body-3 {
        background-image: url("../mobileimg/mi-box-background-3-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-3 h2 {
        font-size: 1.7em;
    }

    .mi-stick-body-3 p {
        font-size: 0.9em;
    }

    .mi-stick-body-3:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-stick-body-3 .text-position {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .mi-stick-body-4 {
        background-image: url("../mobileimg/mi-stick-background-4-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-4 h2 {
        font-size: 1.8em;
    }

    .mi-stick-body-4 p {
        font-size: 1em;
    }

    .mi-stick-body-4:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-stick-body-5 {
        background-image: url("../mobileimg/mi-stick-background-5-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-stick-body-5 h2 {
        font-size: 1.4em;
    }

    .mi-stick-body-5 p {
        font-size: 0.9em;
    }

    .mi-stick-body-5:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-stick-body-5 .text-position {
        top: 54% !important;
        transform: translateY(-46%) !important;
    }

    /*Mi Stick*/
    /*Mi Box*/
    .mi-box-header {
        background-image: url("../mobileimg/mi-box-header-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-box-header h2 {
        font-size: 2em;
    }

    .mi-box-header h5 {
        font-size: 1em;
    }

    .mi-box-body-1 {
        background-image: url("../mobileimg/mi-box-background-1-m.png") !important;
        background-position: top center;
        /* Center the image */
        background-repeat: no-repeat;
        /* Do not repeat the image */
        background-size: 100% auto;
        height: 0;
        padding: 0;
        /* remove any pre-existing padding, just in case */
        padding-bottom: 95% !important;
        position: relative;
    }

    .mi-box-body-1:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-1 h2 {
        font-size: 1.8em;
    }

    .mi-box-body-1 p {
        font-size: 0.9em;
    }

    .mi-box-body-2 {
        background-image: url("../mobileimg/mi-box-background-2-m.png") !important;
        padding-bottom: 66% !important;
    }

    .mi-box-body-2 .button-purple {
        padding: 10px;
    }

    .mi-box-body-2 h3 {
        font-size: 1.2em;
    }

    .mi-box-body-2 h2 {
        font-size: 1.4em;
    }

    .mi-box-body-2:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-3 {
        background-image: url("../mobileimg/mi-box-background-3-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-box-body-3 h2 {
        font-size: 1.5em;
    }

    .mi-box-body-3 p {
        font-size: 0.9em;
    }

    .mi-box-body-3:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-3 .text-position {
        top: 31% !important;
        transform: translateY(-50%) !important;
    }

    .mi-box-body-4 {
        background-image: url("../mobileimg/mi-box-background-4-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-box-body-4 .text-position {
        top: 30%;
    }

    .mi-box-body-4 h2 {
        font-size: 1.8em;
    }

    .mi-box-body-4 p {
        font-size: 1em;
    }

    .mi-box-body-4:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-4 .text-position {
        left: unset !important;
        transform: translate(0px, -56%) !important;
    }

    .mi-box-body-6 {
        background-image: url("../mobileimg/mi-box-background-4-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-box-body-6 .text-position {
        top: 26%;
    }

    .mi-box-body-6 h2 {
        font-size: 2em;
    }

    .mi-box-body-6 p {
        font-size: 0.9em;
    }

    .mi-box-body-6:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-5 {
        background-image: url("../mobileimg/mi-box-background-5-m.png") !important;
        padding-bottom: 96% !important;
    }

    .mi-box-body-5:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .mi-box-body-5 .text-position {
        top: 31%;
    }

    .mi-box-body-5 h2 {
        font-size: 1.6em !important;
    }

    .mi-box-body-5 p {
        font-size: 0.9em !important;
    }
}

.button-danger {
    background-color: red !important;
    border: 1px solid red !important;
    color: white !important;
}

.ulkeler .btn{
    padding: 5px 15px;
}
.ulkeler .dropdown-toggle .filter-option-inner-inner {
    text-align: left!important;
}
/*Mi Box*/


.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
    opacity: 1;
}

.consent-banner p {
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.consent-banner p span {
    font-weight: bold;
}

.consent-banner button {
    margin-left: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.consent-banner .learn-more-button {
    background-color: #f1f1f1;
    color: #000;
}

.consent-banner .reject-button {
    background-color: #e50914;
    color: #fff;
}

.consent-banner .accept-button {
    background-color: #0071eb;
    color: #fff;
}

.consent-banner .close-button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    padding: 0 10px;
}

.consent-banner.hidden {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 768px) {
    .consent-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .consent-banner p {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .consent-banner button {
        margin-left: 0;
        margin-top: 10px;
        width: auto;
        flex: 1;
        text-align: center;
    }

    .consent-banner button:not(:last-child) {
        margin-right: 10px;
    }

    .consent-banner .buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }
}