@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap); /*Global*/
body {
    background-color: #FFF;
    color: #acacac;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.3px;
}

.btn-potential {
    background-color: #FF7052;
    border: none;
}

.btn-potential:hover, .btn-potential:focus, .btn-potential:active {
    background-color: #FF7052;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled).active:hover,
.show > .btn-primary.dropdown-toggle:hover {
    box-shadow: none;
    border: none;
    outline: none;
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background: transparent;
    border: none;
    color: inherit;
    outline: none;
}

.purple-light {
    color: #a71d8e !important;
}

.purple-dark {
    color: #2a3080 !important;
}

.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: 600 !important;
    line-height: 1.6 !important;
    color: #120180 !important;
    height: auto !important;
    background: #fff;
    border: 1px solid #ddd8ff;
}

.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: left;
    padding: 4px 2px;
}

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

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
    background: #febc1157 !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: #b58f29;
    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;
    }
}

/*Header*/
.header {
    background-image: linear-gradient(to right, #100c01, #b58f29, #febc11);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-top: 0.2rem;
    padding-bottom: 0.7rem;
}

.header .list-group-item {
    border-right: none;
    padding-top: 0.3rem;
}

.header a {
    color: #110d00;
    font-size: 12px;
    font-weight: 600;
    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: #49176d;
}

.header .header-clock i {
    background-color: #fff;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    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/footer-back.png);
    background-size: 100%;
    position: relative;
}

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

#footer .list-group-item:nth-child(n+2) {
    padding-top: 0;
}

#footer .list-group-item a {
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
}

.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 p {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    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: 0;
}

.footer-bottom .background-white {
    background: #fff;
    padding: 0.7rem 0.8rem;
    border-radius: 10px;
}

.footer-bottom .list-group-item {
    padding-top: 5px !important;
}

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

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

a {
    color: #120180;
}

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

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

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

.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*/
.navbar {
    background-color: transparent !important;
}

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

.navbar .dropdown-item {
    font-size: 0.9em;
    font-weight: 600;
}

.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
    color: #b58f29;
    text-decoration: none;
    background-color: #f8f9ff;
}

.navbar .btn-primary {
    background-image: url("../images/redback.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
    color: #fff !important;
    border-radius: 8px;
    border: none;
    margin-right: 2.6rem !important;
    padding: 0.6rem 1.5rem !important;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
}

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

.navbar .navbar-nav .nav-link {
    color: #000;
    position: relative;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    transition: 0.5s ease-out;
    font-weight: 700;
    font-size: 0.8em;
    padding-top: 0.7rem;
}

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

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

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

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: #321f58;
    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;
}

/*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: #321f58;
    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);
}

/*Slider*/
.slider .carousel-indicators li {
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    list-style: none;
    width: 12px;
    height: 12px;
}

.slider .active {
    background-color: #febc11 !important;
    border-color: #febc11 !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;
    /* common */
    /* top right*/
}

.sections .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

.sections .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 9px 0;
    background-color: #100c01;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 13.4px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-left: 22px;
}

.sections .ribbon-top-right {
    top: -29px;
    right: 5px;
}

.sections .ribbon-top-right::before,
.sections .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.sections .ribbon-top-right::before {
    top: 0;
    left: 0;
}

.sections .ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.sections .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

.sections .section-image {
    overflow: hidden;
    height: 170px;
}

.sections .show-all {
    background: transparent;
    border: none;
    color: #100c01;
    font-size: 0.8em;
    font-weight: 600;
}

.sections .show-all:hover, .sections .show-all:focus, .sections .show-all:active {
    background: transparent;
    border: none;
}

.sections .show-all i {
    padding-left: 8px;
}

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

.sections .sections-title {
    text-align: left;
    height: 240px;
    overflow: hidden;
}

.sections .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 .sections-title-h3 {
    position: relative;
}

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

.sections .sections-title-h3 h3 {
    padding-left: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #321f58;
    display: inline-block;
    position: relative;
}

.sections .pricing-tables {
    margin-bottom: 10px;
    border-radius: 30px;
    min-height: 11rem;
    position: relative;
    border-top: 10px solid transparent;
    background: #f8f9ff;
}

.sections .pricing-tables::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #100c01, #febc11);
    top: -21px;
    z-index: -2;
    border-radius: 28px 28px 0 0;
}

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

.sections .pricing-tables .pricing-header {
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.sections .pricing-tables .pricing-header .pricing-title {
    height: 238px;
}

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

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

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

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

.sections .pricing-tables .pricing-header h5 {
    color: #2a3080;
    font-weight: 300;
    font-size: 1.1em;
}

.sections .pricing-tables .pricing-header .section-attract {
    position: absolute;
    top: -10px;
    right: 15.2px;
    border-radius: 0 29px 0 14px;
    background-color: #321f58;
}

.sections .pricing-tables .pricing-header .section-attract h5 {
    color: #fff;
    font-weight: 600;
    font-size: 0.7em;
}

.sections .pricing-tables .pricing-header h3 {
    font-size: 1em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #2a3080;
}

.sections .pricing-tables .pricing-header p {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #a71d8e;
}

.sections .pricing-tables .pricing-header .discounted-from {
    color: rgba(42, 48, 128, 0.5);
    font-size: 1.4em;
    padding-top: 0.65rem;
    position: relative;
}

.sections .pricing-tables .pricing-header .discounted-from:after {
    content: "";
    border: 1px solid rgba(42, 48, 128, 0.5);
    position: absolute;
    width: 110%;
    height: 2px;
    left: -2px;
    top: 1.55rem;
}

.sections .pricing-tables .pricing-header .selectedDetail {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.sections .pricing-tables .pricing-header .price {
    font-size: 2em;
    font-weight: 600;
}

.sections .pricing-tables .pricing-header .price strong {
    font-weight: 600;
}

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

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

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

.sections .pricing-tables .pricing-content {
    padding: 0;
}

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

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

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

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

.sections .pricing-tables .pricing-content li .btn {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #2a3080;
    border-radius: 10px;
    border: 1px solid #ddd8ff;
    background-color: transparent;
    width: 100%;
    height: 40px;
}

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

.sections .pricing-tables .pricing-content 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: #120180;
    margin-top: 50px;
}

.sections .pricing-tables .pricing-end {
    text-align: center;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 1rem;
}

.sections .pricing-tables .pricing-end a {
    color: #2a3080;
    text-decoration: underline;
}

.sections .pricing-tables .pricing-end button {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #000000;
    border-radius: 10px;
    background-image: linear-gradient(to right, #febc11, #febc11);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    vertical-align: middle;
    padding: 0.6rem 1.6rem 0.6rem 1.6rem;
}

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

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

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

.sections .pricing-tables .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;
}

.home-section-2 p {
    color: #321f58;
    font-weight: 600;
    font-size: 0.9em;
}

.home-section-2 .shadow {
    box-shadow: 0 0.1rem 0.5rem #bd9cffab !important;
}

.home-section-2 .card {
    border: none;
    border-radius: 10px;
}

.home-section-2 .card .card-body {
    background-image: url("../images/lazyload/home-section-2-background.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
}

.home-section-2 .card .card-body img {
    padding: 2.2rem 0;
}

.home-section-3 {
    background-image: url("../images/lazyload/home-section-3-background.jpg");
    background-position: 100% 100%;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
    text-align: center;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 50%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.home-section-3 h3 {
    font-weight: 400;
}

.home-section-3 .text-position {
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    bottom: 0;
}

.home-section-4 {
    background-image: url("../images/lazyload/home-section-4-background.jpg");
    background-position: 100% 50%;
    /* 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: 50%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.home-section-4 h2 {
    color: #321f58;
    font-weight: 400;
    line-height: 1.4;
    font-size: 2.1em;
}

.home-section-4 p {
    color: #321f58;
    font-weight: 400;
}

.home-section-4 .text-position {
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}

.home-section-5 {
    background-image: url("../images/lazyload/home-section-5-background.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: 50%;
    position: relative;
}

.home-section-5 h3 {
    color: #fff;
    font-weight: 600;
    padding-top: 6rem;
    font-size: 1.7em;
}

.home-section-6 {
    background-image: linear-gradient(to bottom, #fff, rgba(195, 195, 195, 0.15), rgba(128, 128, 128, 0));
    background-position: 100% 100%;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 100% auto;
}

.home-section-6 h3 {
    color: #321f58;
    font-weight: 600;
}

.home-section-6 .card {
    border: none;
}

.home-section-6 .btn {
    position: relative;
    width: 100%;
    text-align: left;
    background: transparent;
    color: #6b6e86;
    border: none;
    font-size: 1.3em;
    font-weight: 400;
}

.home-section-6 .btn i {
    position: absolute;
    right: 0;
}

.home-section-6 .btn:hover, .home-section-6 .btn:focus, .home-section-6 .btn:active {
    background: transparent;
}

.home-section-6 p {
    color: #9190A2;
}

.home-section-7 {
    background-image: url("../images/lazyload/home-section-7-background.jpg");
    background-position: 100% 100%;
    /* 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: 50%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.home-section-7 h4 {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.3em;
}

.home-section-7 p {
    color: #321f58;
    font-weight: 400;
}

.home-section-7 .text-position {
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 52%;
    transform: translate(48%, -50%);
}

.home-section-8 {
    background-image: url("../images/lazyload/home-section-8-background.jpg");
    background-position: 100% 100%;
    /* 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: 48%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.home-section-8 h5 {
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.14em;
}

.home-section-8 h5 strong {
    font-size: 1.35em;
}

.home-section-8 .text-position {
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-48%, -50%);
}

.home-section-9 h2 {
    color: #321f58;
    font-weight: 600;
}

.home-section-9 h5 {
    color: #321f58;
    font-weight: 400;
    font-size: 1.2em;
}

.home-section-9 .shadow {
    box-shadow: 0 0.1rem 0.5rem #bd9cffab !important;
}

.home-section-9 .card {
    background-image: url("../images/lazyload/home-section-2-background.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: auto;
    border: none;
    border-radius: 10px;
    min-height: 30rem;
}

.home-section-9 .card .card-body h5 {
    font-weight: 600;
    font-size: 1.5em;
}

.home-section-9 .card .card-body h4 {
    color: #321f58;
    font-size: 2em;
    font-weight: 600;
}

.home-section-9 .card .card-body p {
    color: #321f58;
    font-size: 0.9em;
    line-height: 1.9;
}

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

.home_section_call h3 {
    color: #321f58;
    font-size: 1.65em;
}

.home_section_call .card {
    border: none;
    border-radius: 30px;
}

.home_section_call .card .card-body {
    background-image: url("../images/home-call-background.png");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    border-radius: 30px;
}

.home_section_call .card .card-body label {
    color: #8c2db3;
    font-weight: 400;
    font-size: 0.9em;
}

.home_section_call .card .card-body input {
    border-radius: 6px;
    border-color: #bd9cff;
}

.home_section_call .card .card-body button {
    border: none;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #321f58;
    border-radius: 10px;
    background-image: linear-gradient(to right, #febc11, #febc11);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    vertical-align: middle;
    padding: 0.6rem 1.6rem 0.6rem 1.6rem;
}

.home_section_call .card .card-body img {
    padding: 2.2rem 0;
}

.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: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #120180;
    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: #000000;
    border-radius: 25px;
    background-color: #febc11;
    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*/
#agg1 h5, #agg2 h5 {
    color: #333;
}

#agg1 p, #agg2 p {
    color: #333;
    font-weight: 500;
    font-size: 0.8em;
}

.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 .return-button {
    background: #321f58;
    color: #fff;
    border: none;
}

.payment .return-button:hover, .payment .return-button:focus, .payment .return-button:active {
    background: #321f58;
}

.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: #120180;
    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 {
    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 #febc11;
    color: #100c01;
    background: transparent;
    border-radius: 20px;
}

.payment-input .modal-link {
    cursor: pointer;
    border: none;
    font-size: 1.05em;
    padding: 0;
    font-weight: 500;
}

.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;
}

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

.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: #120180;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid #120180;
    border-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.ordered-packet h6 {
    font-size: 13px;
    color: #120180;
    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: #120180;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid #120180;
    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: #120180;
    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: #100c01;
    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%;
    /* Hide scrollbar for Chrome, Safari and Opera */
}

.channel ul .list-group-item {
    padding: 0 8px;
}

.channel .active {
    background-color: #fff !important;
    border-top: 2px solid #100c01 !important;
    color: #100c01 !important;
}

.channel .btn {
    background-color: transparent;
    border: none;
}

.channel .wrapper {
    position: relative;
    margin: 0 auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.channel .wrapper::-webkit-scrollbar {
    display: none;
}

.channel .list {
    width: 1720px;
}

.channel .btn-primary {
    font-size: 1em;
    padding: 10px;
    border-radius: 0;
    margin: 0;
}

.channel .btn-primary:hover, .channel .btn-primary:focus, .channel .btn-primary:active {
    background-color: transparent !important;
    color: #49176d !important;
}

.channel button {
    font-size: 1em;
    color: #100c01;
    font-weight: 500;
    padding: 5px 40px;
    border: 3px solid #49176d;
    border-radius: 40px;
    margin: 4%;
    margin-left: 0px;
    float: left;
}

.channel .act {
    color: #100c01;
    background-color: #febc11;
}

.channel .btn:hover {
    box-shadow: 0 0 0 0;
}

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

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

.channel .tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 0;
    transition: 0.5s;
    font-size: 1em;
    color: #100c01;
    font-weight: 700;
    border-radius: 0;
    margin: 0;
}

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

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

.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: #100c01;
    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-class i {
    position: absolute;
    left: 22px;
    top: 54px;
}

.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;
}

.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, #febc11, #febc11);
    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, #febc11, #febc11);
    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: 0px 3px;
    /* 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 #efbb35 !important;
}

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

.device-feature .card .card-body {
    background: #251d09;
    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;
}

.remote-control-header {
    background-image: url("../images/airtv-controller.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: 44%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

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

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

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

.remote-control-feature .shadow {
    box-shadow: 0 0.1rem 0.5rem #efbb35 !important;
}

.remote-control-feature .card {
    border: none;
}

.remote-control-feature .card .card-body {
    background: #251d09;
    border-radius: 10px;
}

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

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

.remote-control-body-1 {
    background-image: url("../images/remote-controller-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: 41.8%;
    position: relative;
}

.remote-control-body-1 .text-position {
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
}

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

.remote-control-body-1 p {
    color: #21242b;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

.remote-control-body-2 {
    background-image: url("../images/remote-control-body-2.png");
    background-position: -200px -1px;
    background-repeat: no-repeat;
    background-size: 115% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 47%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.remote-control-body-2 .text-position {
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    right: 120px;
}

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

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

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

.remote-control-body-2 h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5em;
}

.remote-control-body-2 h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

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

.remote-mi-stick-body-2 {
    background-position: -1px 1px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 47%;
}

.remote-control-body-3 {
    background-image: url("../images/remote-control-background-3.png");
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 0;
    padding: 0;
    /* remove any pre-existing padding, just in case */
    padding-bottom: 47%;
    /* for a 4:3 aspect ratio */
    position: relative;
}

.remote-control-body-3 .text-position {
    position: absolute;
    top: 52%;
    transform: translateY(-48%);
    right: 130px;
}

.remote-control-body-3 .button-purple {
    background: linear-gradient(to bottom right, #febc11, #febc11);
    padding: 1rem 1.4rem;
    border: none;
    border-radius: 6px;
}

.remote-control-body-3 .button-purple i {
    font-size: 0.8em;
    padding-left: 3px;
}

.remote-control-body-3 h3 {
    color: #fff;
    font-weight: 500;
    font-size: 1.6em;
}

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

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

.remote-control-body-4 {
    background-image: url("../images/remote-controller-background-4.jpg");
    background-position: 0px 3px;
    /* 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: 52%;
    position: relative;
}

.remote-control-body-4 .text-position {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.remote-control-body-4 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 2.2em;
    letter-spacing: 0.8px;
}

.remote-control-body-4 p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.2px;
}

.mi-stick-body-8 .card .background-2 {
    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;
}

.potential-create label {
    color: #49176d;
    padding-bottom: 4px;
    font-weight: 500;
}

.potential-create h5 {
    color: #49176d;
}

.potential-create .btn {
    background-color: #49176d;
    border: none;
    padding: 10px 20px;
}

/*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) {
    .remote-control-body-3 {
        background-position: -170px -4px;
    }

    .home-section-9 .card {
        min-height: 32rem !important;
    }

    .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: 1600px) {
    .home-section-9 .padding-y-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@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) {
    .remote-control-body-3 {
        background-position: -130px -4px;
    }

    .remote-control-body-3 .text-position {
        right: 14px;
    }

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

    .home-section-3 .text-position {
        transform: translate(-50%, -40%) !important;
    }

    .home-section-5 h3 {
        font-size: 2rem;
    }

    .home-section-7 .text-position {
        right: 50% !important;
        transform: translate(50%, -50%) !important;
    }

    .home-section-9 .card {
        min-height: 32rem !important;
    }

    .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: 557px) and (max-width: 667px) {
    .remote-control-body-3 {
        background-position: -116px -4px;
    }

    .remote-control-body-2 {
        background-position: -154px -1px;
    }
}

@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) {
    .remote-control-header {
        background-image: url("../images/airtv-controller-m.png");
    }

    .remote-control-body-1 {
        background-image: url("../images/remote-controller-1-m.png");
    }

    .remote-control-body-4 {
        background-image: url("../images/remote-control-background-4-m.png");
    }

    .remote-control-header h2 {
        font-size: 2em;
    }

    .remote-control-header h5 {
        font-size: 0.9em;
    }

    .remote-control-body-1 .text-position {
        top: 54%;
        transform: translateY(-50%);
    }

    .remote-control-body-1 h2 {
        font-size: 1.5em;
    }

    .remote-control-body-1 p {
        font-size: 0.9em;
    }

    .remote-control-body-2 {
        padding-bottom: 54%;
        background-position: -110px -1px;
        background-size: 130% auto;
    }

    .remote-control-body-2 .btn {
        font-size: 0.9em;
        padding: 8px;
    }

    .remote-control-body-2 h3 {
        font-size: 1em;
    }

    .remote-control-body-2 h2 {
        font-size: 1em;
    }

    .remote-control-body-2 .text-position {
        right: 0;
    }

    .remote-control-body-3 {
        background-position: -92px -4px;
        background-size: 128% auto;
        padding-bottom: 50%;
    }

    .remote-control-body-3 .btn {
        padding: 8px;
        font-size: 0.9em;
    }

    .remote-control-body-3 .text-position {
        right: 4px;
    }

    .remote-control-body-3 .text-right {
        right: 0;
    }

    .remote-control-body-3 h2 {
        font-size: 1.2em;
    }

    .remote-control-body-3 h3 {
        font-size: 1.2em;
    }

    .remote-control-body-4 h3 {
        font-size: 1.8em;
    }

    .remote-control-body-4 p {
        font-size: 1em;
    }

    .payment {
        padding: 10px;
    }

    .payment .payment-complete .card .card-body {
        padding: 16px 0;
    }

    .channel {
        padding: inherit;
    }

    /*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;
    }

    /*Mi Box*/
    /*Home*/
    .home-section-3 {
        background-image: url("../mobileimg/home-section-3-background-m.png") !important;
        padding-bottom: 92% !important;
    }

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

    .home-section-3 .text-position {
        transform: translate(-50%, 60%);
        bottom: 40px;
    }

    .home-section-4 {
        background-image: url("../mobileimg/home-section-4-background-m.png") !important;
        padding-bottom: 82%;
    }

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

    .home-section-5 {
        background-image: url("../mobileimg/home-section-5-background-m.png") !important;
        padding-bottom: 90%;
    }

    .home-section-5 h3 {
        padding-top: 14rem !important;
    }

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

    .home-section-7 {
        background-image: url("../mobileimg/home-section-7-background-m.png") !important;
        padding-bottom: 90%;
    }

    .home-section-7:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    .home-section-7 .text-position {
        top: 84%;
        text-align: center;
        transform: translate(48%, -16%);
    }

    .home-section-8 {
        background-image: url("../mobileimg/home-section-8-background-m.png") !important;
        padding-bottom: 92%;
    }

    .home-section-8:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.07);
        pointer-events: none;
    }

    /*Home*/
    #footer .footer-copyrights p {
        font-size: 8px;
    }

    #footer .container-fluid {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #footer .list-group-item:nth-child(n+2) {
        padding-top: 0.6rem !important;
    }

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

    .header .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .menu .container-fluid {
        padding-left: 0 !important;
    }

    .home-section-2 .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-section-3 h3 {
        font-size: 1.3em;
    }

    .home-section-4 h2 {
        font-size: 1.2em !important;
    }

    .home-section-4 .text-position {
        left: 10px !important;
    }

    .home-section-5 h3 {
        font-size: 1.4em !important;
    }

    .home-section-6 h3 {
        font-size: 1.5em !important;
    }

    .home-section-6 .btn {
        font-size: 1em !important;
    }

    .home-section-7 h4 {
        font-size: 1.1em !important;
    }

    .home-section-8 h5 {
        font-size: 0.76em;
    }

    .home-section-8 .text-position {
        left: 50% !important;
        transform: translate(-50%, -100%) !important;
        top: 98%;
    }

    .home-section-9 h2 {
        font-size: 1.6em !important;
    }

    .home-section-9 h5 {
        font-size: 1em !important;
    }

    .home-section-9 .container-fluid {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .home-section-9 .card {
        min-height: 20rem !important;
    }

    .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;
    }

    .slider .active {
        background-color: transparent !important;
        border-color: #8c2db3 !important;
    }

    .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;
    }
}

.border-danger {
    border: 1px solid red !important;
}

.danger-toggle {
    border: 2px solid red !important;
    background: red !important;
}

.background-danger {
    background: red !important;
}

.background-danger label.text-danger {
    color: white !important;
}

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

.border-danger label.input__label::before {
    background: red !important;
}

.filter {
    box-sizing: border-box;
    background: #F7F7F7;
    width: 100%;
}

.filter__container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.filter__list {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.filter__item {
    border: 1px solid #febc11;
    padding: 5px 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: white;
    margin-right: 10px;
    transition: background 0.2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter__item:last-child {
    margin-right: 0;
}

.filter__item_is-active {
    background: #febc11;
}

.filter__item_is-active .filter__label {
    color: #100c01;
}

.filter__input {
    flex-shrink: 0;
}

.filter__label {
    cursor: pointer;
    font: 400 16px 'Roboto';
    color: #100c01;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    flex-shrink: 1;
}

.filter__label::before {
    display: block;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background 0.2s ease-in-out;
}


.filter__label_tv::before {
    width: 29px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='25'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%238234b9' stroke-width='2'%3E%3Cpath d='M27.6 16c.2 0 .4-.2.4-.4V1.4c0-.2-.2-.4-.4-.4H1.4c-.2 0-.4.2-.4.4v14.2c0 .2.2.4.4.4h26.2z'/%3E%3Cpath d='M10 19h8M2 24h25M11 8.8l3.4 2.8L19.6 5'/%3E%3C/g%3E%3C/svg%3E");
}

.input {
    display: inline-flex;
    align-items: center;
}

.input__label {
    cursor: pointer;
    flex-shrink: 0;
}


.input_toggle .input__label {
    width: 35px;
    height: 18px;
    box-sizing: border-box;
    position: relative;
    border-radius: 100px;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
    border: 2px solid #febc11;
    background: #febc11;
}

.input_toggle .input__label::before {
    content: '';
    position: absolute;
    top: calc(50% - 12px / 2);
    left: 2px;
    width: 12px;
    height: 12px;
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.input_toggle .input__source {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.input_toggle .input__source:checked ~ .input__label::before {
    transform: translateX(calc(100% + 4px));
}

.input_toggle .input__source:checked ~ .input__label {
    border: 2px solid #8234b9;
    background: #8234b9;
}

.input_toggle .input__source:checked ~ .input__label::before {
    background: white;
}

.input_toggle.input_theme_light .input__source:checked ~ .input__label {
    border: 2px solid white;
    background: #ffffff;
}

.input_toggle.input_theme_light .input__source:checked ~ .input__label::before {
    background: #febc11;
}

.border-top-none{
    border-top: 0px !important;;
  }

  .calls-details {
    padding-right: 20px;
    background: rgb(255, 212, 177);
  }
  .calls-private{
    color: #076600;
  }

  .calls-notes-bg {
    background: rgb(249, 161, 89);
  }
  