*,
::after,
::before {
    font-family: "Open Sans", sans-serif;
}

:root {
    --color-text: hsla(0, 0%, 29%, 1);
    --primary-color: hsla(212, 72%, 59%, 1);
    --color-dark: hsla(198, 96%, 11%, 1);
    --bgbtn-grey: hsla(223, 11%, 54%, 1);
    --bgbtn-green: hsla(200, 15%, 61%, 1);
    --bgbtn-purple: hsla(200, 14%, 59%, 1);
    --bgbtn-blue: hsla(203, 26%, 48%, 1);
    --color-white: rgba(255, 255, 255, 1);
}

html,
body {
    min-height: 100%;
    height: 100%;
}

.wizard-wrapper {
    height: 100%;
}

.custom__navbarwrapper {
    background: var(--primary-color);
    padding: 5px 0px;
}

.custom__navbarwrapper .navbar-toggler svg {
    fill: var(--color-white);
}

.navbar-brand {
    line-height: 1;
}

.custom__navbarwrapper ul .nav-item a.nav-link {
    color: var(--color-white);
    line-height: 1;
    padding: 0px;
    font-weight: 400;
    font-size: 0.9375rem;
    outline: none;
}

.custom__navbarwrapper ul .nav-item + .nav-item {
    margin-top: 1.45rem;
}

.header__wrapper {
    background: hsla(212, 88%, 66%, 1);
}

.header__wrapper__content {
    text-align: center;
}

.header__wrapper__content--heading {
    line-height: 1.5;
    font-weight: 700;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0px;
}

.header__wrapper__content--supportheading {
    line-height: 1.3;
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
    color: #ffffff;
}

.btn--common {
    display: inline-block;
    border: 0px solid transparent;
    line-height: 1;
    text-decoration: none;
    padding: 17px 51px;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.2s ease;
}

.header__wrapper__content--button {
    margin-top: 2.5rem;
}

.header__wrapper__content--button .btn--common {
    font-size: 1rem;
    padding: 17px 34px;
}

.btn--primary {
    background: var(--primary-color);
    color: var(--color-white);
    border-color: var(--primary-color);
}

.btn--primary:hover {
    background: var(--color-dark);
    color: var(--color-white);
    border-color: var(--color-dark);
}

.header__wrapper__pic > img {
    max-width: 100%;
}

.header__wrapper__pic {
    margin-bottom: -10vh;
    margin-top: 2.5rem;
}

.section-heading--title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--color-dark);
}

.section-heading--subtitle {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
}

.max-770 {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.section--spacer {
    padding: 2.5rem 0rem;
}

.best__products {
    display: grid;
    grid-row-gap: 2rem;
    margin-top: 2rem;
}

.best__products--item {
    display: grid;
    grid-row-gap: 2rem;
}

.best__product--item {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    min-height: 350px;
    padding: 2.5rem 1.5rem 0rem;
}

.best__product--item > img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0.75rem;
    z-index: -1;
    max-width: 140px;
}

.best__product--carrieritem > img {
    right: 0rem;
}

.best__product--phoneitem > img {
    max-width: 100px;
}

.best__product--androiditem > img {
    max-width: 125px;
}

.best__product--dealitem {
    background: hsla(218, 20%, 79%, 1);
}

.best__product--phoneitem {
    background: hsla(200, 28%, 87%, 1);
}

.best__product--androiditem {
    background: hsla(223, 20%, 86%, 1);
}

.best__product--carrieritem {
    background: hsla(203, 69%, 80%, 1);
}

.best__product--headline {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 0rem;
    margin-top: 0rem;
    color: var(--color-text);
    font-weight: 600;
}

.best__product--description {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0rem;
    margin-top: 0.825rem;
    color: var(--color-text);
    max-width: 370px;
    min-height: 50px;
}

.best__product--btn.btn--common {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.best__product--btn {
    color: var(--color-white);
    margin-top: 2.35rem;
}

.best__product--btn:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.best__product--latestBtn {
    background: var(--bgbtn-green);
}

.best__product--phoneBtn {
    background: var(--bgbtn-purple);
}

.best__product--osBtn {
    background: var(--bgbtn-grey);
}

.best__product--carrierBtn {
    background: var(--bgbtn-blue);
}

.mt-md-150 {
    margin-top: 6rem;
}

.review__custom__wrapper {
    position: relative;
    margin-top: 3rem;
}

.review__custom__box {
    padding: 3rem 1.5rem;
    border-radius: 8px;
    position: relative;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.review__custom__box--white {
    background: hsla(0, 0%, 100%, 1);
    box-shadow: 0px 0px 16px 0px #0000001a;
}

.review__custom__box--blue {
    background: hsla(203, 69%, 80%, 1);
}

.review__custom__box--grey {
    background: hsla(218, 20%, 79%, 1);
}

.review__custom__box--green {
    background: hsla(200, 28%, 87%, 1);
}

.review__custom__box--heading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--color-text);
    margin-bottom: 0.9rem;
}

.reviews__link {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
}

.review__custom__box--text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
    margin-bottom: 0px;
    margin-top: 0.9rem;
}

.review__custom__box--links {
    margin-top: 2.4rem;
    text-align: center;
}

.review__custom__box--btnlink {
    display: inline-block;
    background: var(--color-white);
    padding: 0rem;
    border-radius: 2rem;
    text-decoration: none;
    border: 0px;
    min-height: 4rem;
    line-height: 4;
    width: 7rem;
}

.review__custom__box--btnlink + .review__custom__box--btnlink {
    margin-left: 1.8rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: hsla(200, 28%, 87%, 1);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper-wrapper {
    margin-bottom: 3rem;
}

.btn--fit {
    padding: 1rem 2rem;
}

.dealalert__section {
    position: relative;
    z-index: 1;
}

.dealalert__section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 45vh;
    top: 4.5rem;
    background: hsla(200, 28%, 87%, 1);
    z-index: -1;
}

.dealalert__box {
    background: url("../images/deal-alertbg.svg"), #f3f6fa;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 4rem;
    max-width: 800px;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 4px rgba(30, 57, 76, 0.2));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -4.5rem;
}

.dealalert__box__iocn {
    background: hsla(218, 20%, 79%, 1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.newdeals--everyday {
    margin-top: 1.5rem;
}

.newdeals--everyday > * {
    border-radius: 25px;
    display: inline-block;
    background: hsla(203, 69%, 80%, 1);
    text-align: center;
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    color: hsla(205, 43%, 21%, 1);
}

.maxw-500 {
    max-width: 500px;
}

.subscribe--container {
    margin-top: 2rem;
    display: grid;
    grid-row-gap: 1.5rem;
    width: 90%;
}

.input--textnews {
    background: var(--color-white);
    border: 1px solid hsla(200, 18%, 65%, 1);
    border-radius: 4px;
    padding: 1rem 2rem;
    color: var(--color-dark);
    line-height: 1;
    font-size: 1rem;
    width: 100%;
}

.input--textnews:focus {
    outline: none;
    border-color: var(--primary-color);
}

.input--textnews::placeholder {
    color: hsla(200, 18%, 65%, 1);
}

.btn--submit {
    padding: 1.25rem 1rem;
    text-transform: uppercase;
}

.mb--gapauto {
    margin-bottom: 6rem;
    margin-top: 1rem;
}

.needhelp__section {
    margin-top: 4rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.needmore__slider {
    position: relative;
    margin-top: 2.5rem;
}

.needmore__slider__planitem {
    padding: 1.5rem 1.875rem;
    background: var(--primary-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.need-more-slider > .swiper-slide {
    display: flex;
    height: unset;
}

.needmore__slider__planitem--circle {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.needmore__slider__planitem--content h6 {
    color: var(--color-white);
    font-weight: 600;
    font-size: 1.15rem;
    margin-top: 2rem;
}

.needmore__slider__planitem--content p {
    color: var(--color-white);
    font-weight: 500;
    font-size: 1rem;
    margin: 1.25rem 0;
}

.needmore__slider__planitem--content a {
    display: inline-block;
    background: hsla(0, 0%, 100%, 0.2);
    padding: 1rem 2.5rem;
    color: var(--color-white);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.15rem;
    text-decoration: none;
    outline: none;
    border: 0px;
    transition: 0.2s ease;
    border-radius: 8px;
}

.need-more-wrapper {
    flex: 1;
}

.needmore__slider__planitem--content a:hover {
    background: var(--color-dark);
}

.about__moximobi {
    margin-top: 4rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__outer__border {
    background: var(--color-white);
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: relative;
}

.slider__outer__border::before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-width: 10px;
    border-style: solid;
    border-color: var(--primary-color);
    border-bottom: 0px;
    position: absolute;
}

.about__moximobi__contentitem {
    padding: 60px 20px 30px;
    background: var(--color-white);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 7rem;
    margin-left: 1rem;
    position: relative;
    width: 100%;
}

.about-slider .swiper-slide {
    display: flex;
    height: unset;
}

.about__moximobi--circle {
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.theme__footer {
    background: var(--color-dark);
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
}

.footer--text {
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 1.875rem;
    text-align: left;
}

.footer--heading {
    color: var(--color-white);
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}

.footer-quicklist {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 1.875rem;
}

.footer-quicklist li {
    display: block;
    margin-bottom: 0px;
    line-height: 1;
}

.footer-quicklist li + li {
    margin-top: 1.15rem;
}

.footer-quicklist li a {
    color: var(--color-white);
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    text-decoration: none;
}

.footer-quicklist li a:hover {
    color: var(--primary-color);
}

.copywrite--text {
    padding-top: 1.5rem;
    /* border-top: 1px solid #fff; */
    margin-top: 3rem;
}

.copywrite--text > * {
    color: var(--color-white);
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0px;
}

.custom__navbarwrapper {
    position: sticky;
    top: 0;
    z-index: 110;
}

.header__spacer {
    margin-top: 60px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav {
    margin-top: 1rem;
}

.navbar-nav + .navbar-nav {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.custom__navbarwrapper ul .nav-item a.nav-link:hover {
    color: var(--color-dark);
    font-weight: 500;
}

.productdetail__banner {
    height: 170px;
}

.productdetail__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productdetail__wrapper {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: var(--color-white);
    padding: 1.25rem 1rem;
    margin-top: -4rem;
    position: relative;
    /* z-index: 1; */
}

.search-result-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 0px;
    line-height: 1;
    position: relative;
}

.productdetail__wrapper__innerbox--header {
    margin-top: 1.25rem;
    border: 1px solid #d6e2e8;
    border-radius: 4px;
    padding: 1.5rem 1rem;
}

.productdetail__wrapper__innerbox--items {
    display: grid;
    grid-row-gap: 1.25rem;
}

.productdetail__wrapper__innerbox--phoneitem {
    display: grid;
    grid-template-columns: 96px 1fr;
    align-items: center;
}

.change--phoneImg {
    max-height: 135px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.change--phoneImg > img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.change--phone {
    margin-top: 0.25rem;
    line-height: 1;
    text-align: center;
}

.change--phone a {
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 0.725rem;
    font-weight: 600;
    display: inline-block;
}

.change--phone a:hover {
    color: var(--color-dark);
}

.result__product--title {
    color: var(--color-dark);
    font-weight: 700;
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0rem;
    padding-left: 0.875rem;
}

.result__product--brand {
    color: hsla(200, 18%, 65%, 1);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    line-height: 1;
    font-weight: 600;
    padding-left: 0.875rem;
}

.productdetail-price {
    display: flex;
}

@media screen and (max-width: 768px) {
    .productdetail-price {
        justify-content: center;
    }
}

.productdetail-price__wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

.productdetail__cardbox h6 {
    font-size: 0.75rem;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 600;
    color: hsla(200, 18%, 65%, 1);
}

.align-items-end {
    align-items: flex-end;
}

.productdetail-price__textunder {
    font-size: 1.1rem;
}

.productdetail-price__carrier {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #d6e2e8;
    padding-bottom: 10px;
}

.productdetail-price__carrier p {
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: var(--color-dark);
    margin-right: 15px;
    margin-bottom: 0;
}

.productdetail-price__image {
    width: 90px;
    max-width: 90px;
}

.productdetail__cardbox p {
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-dark);
}

.productdetail__cardbox p b {
    font-weight: 700;
}

.productdetail__cardbox p.productdetail__cardbox__text {
    font-size: 1.2rem;
}

.productdetail__cardbox > .productdetail-price__textunder {
    font-size: 1rem;
}

.productdetail__wrapper__innerbox--dropdown {
    display: grid;
    grid-row-gap: 1rem;
}

.choice--label {
    color: hsla(200, 18%, 65%, 1);
    margin-bottom: 0.75rem;
    display: block;
    font-weight: 600;
    line-height: 1;
    font-size: 0.75rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
}

.custom-theme-picker .dropdown-toggle::before {
    content: "";
}

.custom-theme-picker .filter-option-inner-inner {
    font-size: 0.875rem;
    color: var(--color-dark);
    font-weight: 600;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: 0;
}

.custom-theme-picker .dropdown-toggle::before {
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--color-text);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-theme-picker .bootstrap-select > .dropdown-toggle {
    padding: 1rem;
    border-radius: 4px;
    border-top-width: 4px;
    border-style: solid;
    border-color: #d6e2e8;
    border-top-color: var(--primary-color);
    background: hsla(0, 0%, 96%, 1);
}

.custom-theme-picker .bootstrap-select > .dropdown-toggle:focus {
    box-shadow: none !important;
}

.color-drop-circle {
    background: var(--color-text);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
}

.color-drop-name {
    font-size: 0.95rem;
    color: var(--color-dark);
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;
    line-height: normal;
}

.filter-option-content {
    display: flex;
    align-items: center;
}

.dropup .dropdown-toggle::after {
    border: 0px;
    margin: 0px;
}

.custom-theme-picker .bootstrap-select > .dropdown-toggle::after {
    color: var(--color-dark);
    border-top: 0.28em solid;
    border-right: 0.28em solid transparent;
    border-bottom: 0;
    border-left: 0.28em solid transparent;
    position: absolute;
    right: 20px;
    margin-left: 0px;
    vertical-align: middle;
    top: 50%;
    margin-top: 1px !important;
    transform: translateY(-50%);
}

.custom-theme-picker .bootstrap-select > .dropdown-toggle.show::after {
    color: var(--color-dark);
    border-top: 0.28em solid;
    border-right: 0.28em solid transparent;
    border-bottom: 0;
    border-left: 0.28em solid transparent;
    position: absolute;
    right: 20px;
    margin-left: 0px;
    vertical-align: middle;
    top: 50%;
    margin-top: -1px !important;
    transform: translateY(-50%) rotate(-180deg);
}

.custom-theme-picker .dropdown-menu {
    background: hsla(0, 0%, 96%, 1);
    border: 1px solid #d6e2e8;
    border-radius: 4px;
    padding: 0rem 1rem;
}

.custom-theme-picker .dropdown-menu ul.dropdown-menu.inner li + li {
    border-top: 1px solid hsla(200, 28%, 87%, 1);
}

.bootstrap-select .dropdown-menu li a {
    background: transparent;
    padding: 1rem 0rem;
    line-height: 1;
}

.custom-theme-picker .dropdown-menu ul.dropdown-menu.inner li.active::after {
    content: "\2713";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    font-size: 9px;
    border-radius: 50%;
    text-align: center;
    background-color: hsla(119, 100%, 32%, 1);
    color: #fff;
    font-weight: 600;
    line-height: 17px;
}

.color-drop-circle-before {
    width: 21px;
    height: 21px;
    border: 0.774194px solid #d6e2e8;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 21px;
}

.custom-theme-picker .bootstrap-select .dropdown-menu li.active a span {
    font-weight: 600;
    color: var(--color-dark);
}

.custom-theme-picker .bootstrap-select .dropdown-menu li a {
    font-size: 0.875rem;
}

.productdetail__wrapper__innerbox--multigrid {
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    margin-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    max-height: 355px;
    overflow-y: auto;
}

.selectsingle-centered .color-drop-name {
    margin-left: 0px;
}

.custom-theme-picker.selectsingle-centered .filter-option-content {
    justify-content: center;
    padding-right: 25px;
}

.custom-theme-picker.selectsingle-centered
    .filter-option-content
    .color-drop-name {
    font-weight: 400;
}

.custom-theme-picker.selectsingle-centered .dropdown-toggle {
    border-top: 1px solid #d6e2e8;
}

.productdetail__wrapper__innerbox--listing {
    margin-top: 2.5rem;
    display: grid;
    grid-row-gap: 1rem;
}

.productdetail__wrapper__innerbox--listingCard ul {
    padding-left: 0rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
    list-style-type: none;
}

.productdetail__wrapper__innerbox--listingCard ul li + li {
    margin-top: 2.5rem;
}

.productdetail__box {
    border-radius: 4px;
    display: grid;
    position: relative;
}

.product-carrier-item {
    box-shadow: 6px 5px 5px 1px rgb(0 0 0 / 20%);
}

.productdetail__box--leftthumb {
    padding: 1rem;
    border-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #d6e2e8;
    position: relative;
}

.productdetail__box--rightthumb {
    background: hsla(0, 0%, 96%, 1);
    padding: 1rem;
    display: grid;
    align-items: center;
    position: relative;
}

.productdetail__box--pricecontaent {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

.productdetail__box--pricecontaent + .productdetail__box--pricecontaent {
    margin-top: 1.25rem;
}

.productdetail__box--desc__text {
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: normal;
    color: var(--color-dark);
    font-weight: normal;
}

.productdetail__box--button {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid hsla(200, 28%, 87%, 1);
}

.productdetail__box--desc__text:last-child {
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 600;
}

.productdetail__box--button a,
.productdetail__box--button button {
    display: inline-block;
    background: var(--primary-color);
    color: var(--color-white);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 4px;
    padding: 12px 20px;
    border: 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: 0.2s ease;
}

.productdetail__box--button a:hover {
    background: var(--color-dark);
}

.unlinited--text {
    margin-bottom: 0rem;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 700;
    font-size: 1.125rem;
}

.unlinited--text > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.unlinited--text > sup {
    font-size: 14px;
}

.unlinited--text svg,
.unlinited--text img {
    margin-left: 10px;
    vertical-align: middle;
}

.svg-line {
    line-height: 0;
    cursor: pointer;
    width: fit-content;
    align-self: flex-start;
}

.network--text {
    line-height: 1;
    margin-bottom: 0rem;
    margin-top: 1.125rem;
}

.network--text > * {
    display: inline-block;
    vertical-align: middle;
}

.network--text > * + * {
    margin-left: 5px;
}

.productdetail__box--cell {
    display: grid;
    grid-row-gap: 1rem;
    margin-top: 1rem;
}

.productdetail__box--cell > * {
    padding: 0.75rem;
    background: hsla(0, 0%, 96%, 1);
    border-radius: 4px;
}

.productdetail__box--cell > * p {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0rem;
    line-height: normal;
    color: var(--color-dark);
}

.productdetail__box--cell > * p + p {
    margin-top: 0.5rem;
}

.productdetail__wrapper__innerbox--listingBanner {
    /* background: hsla(200, 18%, 65%, 1); */
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 0;
    top: 75px;
    max-height: 800px;
    min-height: 600px;
}

@media screen and (max-width: 768px) {
    .productdetail__wrapper__innerbox--listingBanner {
        top: 0;
        max-height: unset;
        min-height: unset;
        display: none;
    }
}

.productdetail__wrapper__innerbox--listingBanner p {
    color: var(--color-white);
    font-weight: 600;
    margin-bottom: 0rem;
    line-height: 1;
    font-size: 1.5rem;
}

.toogler--icon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.product-filterbar--topbar {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.product-filterbar--topbar > * {
    display: inline-block;
    color: var(--color-white);
    font-size: 0.875rem;
    line-height: 1;
}

.cancel--btn {
    display: inline-block;
    width: 100%;
    border: 0px;
    padding: 1rem;
    color: var(--color-text);
    line-height: 1;
    font-weight: 600;
    background: transparent;
    outline: none;
    text-decoration: none;
}

.product-filterbar {
    position: fixed;
    top: 0px;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    transition: 0.4s ease;
    transform: translateX(150%);
}

.product-filterbar--bottombar {
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.filter-open .product-filterbar {
    transform: translateX(0px);
}

.filter-open {
    overflow: hidden;
}

.grid--span {
    grid-column-start: 1;
    grid-column-end: -1;
}

.sponsored__boxtext {
    color: var(--color-white);
    background: hsla(200, 18%, 65%, 1);
    padding: 0.6rem 0.8rem;
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 400;
}

.home-navIcon {
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 30px;
    background: transparent;
    border: 0px;
    outline: none;
    text-decoration: none;
    color: transparent;
}

.relod-navIcon {
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 30px;
    background: transparent;
    border: 0px;
    outline: none;
    text-decoration: none;
    color: transparent;
}

.home-navIcon svg,
.relod-navIcon svg {
    margin-right: 0.25rem;
}

.home-navIcon > *,
.relod-navIcon > * {
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    font-size: 1.125rem;
    color: var(--color-white);
}

.custom__pgbar {
    padding-top: 5.8rem;
}

.custom__pgbar .progress {
    background: hsla(200, 28%, 87%, 1);
    height: 2px;
}

.custom__pgbar .progress .progress-bar {
    background: var(--primary-color);
}

.plan__commonbox {
    margin-top: 2.5rem;
    position: relative;
}

.plan__commonbox__inner--title {
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 0rem;
    line-height: 1.3;
    font-size: 1.125rem;
}

.maxw-570 {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.maxw-540 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.plan__commonbox__inner--subtitle {
    color: hsla(200, 18%, 65%, 1);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0rem;
    margin-top: 1.25rem;
}

.single-control-picker {
    margin-top: 3rem;
}

.custom-theme-picker.single-control-picker
    .bootstrap-select
    > .dropdown-toggle {
    border-color: #d6e2e8;
    border-top-width: 1px;
}

.custom-theme-picker.single-control-picker
    .dropdown-menu
    ul.dropdown-menu.inner
    li
    + li {
    border-top: 0px;
}

.custom-theme-picker.single-control-picker
    .dropdown-menu
    ul.dropdown-menu.inner
    li {
    border-bottom: 1px solid hsla(200, 28%, 87%, 1);
}

.custom-theme-picker.single-control-picker
    .dropdown-menu
    ul.dropdown-menu.inner
    li:last-child {
    border-bottom: 0px;
}

.custom-theme-picker.single-control-picker
    .dropdown-menu
    ul.dropdown-menu.inner
    li.active {
    border-bottom-color: var(--primary-color);
}

.next-btn {
    text-align: center;
    margin-top: 3rem;
}

.next-btn > * {
    text-decoration: none;
    color: var(--color-white);
    border-radius: 4px;
    background: var(--primary-color);
    display: inline-block;
    line-height: normal;
    padding: 0.5rem 2rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: capitalize;
    outline: none;
    transition: 0.2s ease;
}

.next-btn > *:hover {
    color: var(--color-white);
    background: var(--color-dark);
}

.next-btn.position-absolut {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 576px) {
    .next-btn.position-absolut {
        bottom: 5px;
    }

    .quiz-buttons {
        margin-top: 1rem;
    }

    .container__phonechoice {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .first-step {
        position: relative;
        padding-bottom: 45px;
    }

    .third-step {
        position: relative;
        padding-bottom: 50px;
    }

    .fourth-step {
        padding-bottom: 65px;
        position: relative;
    }

    .step-five {
        padding-bottom: 50px;
        position: relative;
    }

    .step-six {
        padding-bottom: 50px;
        position: relative;
    }
}

.back--arrow {
    outline: none;
    background: transparent;
    border: 0px;
    display: inline-block;
    margin-right: 15px;
}

.next-btn > *:disabled,
.next-btn > *.disabled {
    background: hsla(200, 28%, 87%, 1);
    pointer-events: none;
}

.radio-checking,
.add_no--btn {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--color-dark);
    font-weight: 600;
    border: 1px solid hsla(200, 28%, 87%, 1);
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.single-control-picker .radio-gone {
    display: none;
}

.input-helper {
    background: hsla(0, 0%, 96%, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.single-control-picker .radio-gone:checked ~ .no-control {
    color: var(--color-white);
}

.single-control-picker .radio-gone:checked ~ .input-helper {
    background: var(--primary-color);
}

.radio-control--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customradio__controller + .customradio__controller {
    margin-left: 1rem;
}

.container__phonechoice {
    margin-top: 3rem;
    display: grid;
    grid-row-gap: 1.5rem;
}

.container__phonechoice__label {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    border: 1px solid #d6e2e8;
    overflow: hidden;
    padding: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.container__phonechoice__radio {
    display: none;
}

.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 96%, 1);
    z-index: -1;
    border-color: transparent;
}

.container__phonechoice__radio:checked ~ .box-overlay {
    border-top-width: 4px;
    border-style: solid;
    border-top-color: var(--primary-color);
}

.phone--text {
    font-weight: 600;
    display: inline-block;
    margin-left: 1rem;
    color: var(--color-dark);
    line-height: normal;
    vertical-align: middle;
    font-size: 1.125rem;
}

.skup--text {
    margin-top: 2.5rem;
    display: block;
    text-align: center;
}

.skup--text > * {
    display: inline-block;
    background: transparent;
    outline: none;
    border: 0px;
    transition: 0.2s;
    color: hsla(200, 18%, 65%, 1);
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
}

.skup--text > *:hover {
    color: var(--primary-color);
}

.phone_started_results--text {
    font-size: 1.125rem;
    margin-bottom: 0rem;
    line-height: 1.3;
    color: var(--color-dark);
    font-weight: 400;
}

.phone_started_results__inner {
    margin-top: 1.25rem;
}

.phone_started_results {
    margin-top: 5rem;
}

.product__slide__each {
    padding: 1rem 0.685rem;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #d6e2e8;
    border-radius: 4px;
}

.active__swipe .product__slide__each {
    border-color: var(--primary-color);
    background: hsla(0, 0%, 96%, 1);
}

.product__slide__each {
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-column-gap: 1rem;
}

.product__slide--space {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    background: hsla(200, 28%, 87%, 1);
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.product__slide__each--img {
    margin-right: 15px;
    flex: 0.8;
}

.product__slide__each--content {
    flex: 2;
}

.product__slide__each--img > img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.seemore--btn > * {
    background: var(--color-white);
    padding: 0.7rem 2rem;
    border-radius: 4px;
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    transition: 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.seemore--btn > *:hover {
    background: var(--primary-color);
    color: var(--color-white);
}

.multiple__radio_boxwrapper {
    width: 100%;
    max-width: 940px;
    padding: 2rem 1rem;
    margin-left: auto;
    margin-right: auto;
    background: hsla(0, 0%, 96%, 1);
    border-width: 1px;
    border-style: solid;
    border-color: hsla(200, 28%, 87%, 1);
    border-radius: 4px;
    margin-top: 2.5rem;
    display: grid;
    grid-row-gap: 1.5rem;
}

.multiple__radio--boxItem .form-check-label {
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
}

.multiple__radio--boxItem .form-check-inline {
    display: inline-flex;
    align-items: center;
}

.maxw-720 {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.stack__results {
    margin-top: 5rem;
}

.stack__results ul {
    list-style-type: none;
    padding: 0rem;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.stack__results ul li {
    padding: 2rem 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
    line-height: 1.3;
}

.stack__results ul li + li {
    border-top: 1px solid #d6e2e8;
}

.stack__results ul li span {
    display: inline-block;
    color: var(--color-dark);
    margin-left: 1rem;
    display: inline-block;
    margin-left: 0.875rem;
    font-weight: 400;
    font-size: 1rem;
}

.custom--accordion .accordion-item {
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

.custom--accordion {
    margin-top: 2rem;
}

.custom--accordion .accordion-button {
    border-radius: 0px !important;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    padding-left: 0rem;
}

.custom--accordion .accordion-button::after {
    background: transparent;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    width: auto;
    height: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
}

.custom--accordion .accordion-item .accordion-body {
    padding: 0rem;
    padding-bottom: 2rem;
}

.swiper-slide--xl {
    cursor: pointer;
}

/*spinner*/
.spinner--outertext {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: normal;
    display: inline-block;
    font-style: italic;
    margin-top: 1rem;
}

.spinner--outer {
    position: relative;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}

.lds-spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 23px;
    border-radius: 50px;
    background: var(--color-dark);
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*spinner*/

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
    .header__wrapper__content--heading {
        font-size: 2rem;
    }

    .header__wrapper__content--button .btn--common {
        font-size: 1.15rem;
    }

    .header__wrapper__content--button .btn--common {
        padding: 17px 51px;
    }

    .section--spacer {
        padding: 4rem 0rem;
    }

    .header__wrapper__content {
        text-align: left;
        padding-bottom: 3rem;
    }

    .header__wrapper__pic {
        margin-top: 0rem;
    }

    .best__products {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
        margin-top: 3rem;
    }

    .best__product--item {
        min-height: 425px;
    }

    .review__custom__wrapper {
        padding-left: 15px;
        padding-left: 15px;
    }

    .review__custom__box--text {
        font-size: 1.35rem;
    }

    .dealalert__box {
        padding-top: 5rem;
        padding-bottom: 8rem;
    }

    .dealalert__box__iocn {
        display: flex;
        margin: 0 auto;
    }

    .subscribe--container {
        grid-template-columns: 1fr 150px;
        grid-column-gap: 1rem;
    }

    .mb--gapauto {
        margin-bottom: 11rem;
    }

    .header__wrapper__pic {
        margin-bottom: -15vh;
    }

    .needhelp__section {
        margin-top: 4rem;
    }

    .needmore__slider {
        margin-top: 5rem;
    }

    .about__moximobi {
        margin-top: 7.5rem;
    }

    .slider__outer__border {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
    }

    .theme__footer {
        padding-top: 5rem;
    }

    .productdetail__wrapper {
        padding: 2.5rem 2rem;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .search-result-title {
        font-size: 1.5rem;
    }

    .productdetail__wrapper__innerbox--dropdown {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 0rem;
    }

    .productdetail__wrapper__innerbox--items {
        grid-template-columns: 1fr 1fr;
    }

    .productdetail__wrapper__innerbox--listing {
        grid-template-columns: 1fr 170px;
        grid-row-gap: 0rem;
        grid-column-gap: 2rem;
    }

    .productdetail__box {
        grid-row-gap: 0rem;
    }

    .productdetail__wrapper__innerbox--multigrid {
        padding-left: 0rem;
        padding-right: 0rem;
        margin-top: 2.5rem;
        grid-template-columns: repeat(3, 1fr);
        max-height: none;
        overflow-y: visible;
    }

    .unlinited--text {
        font-size: 1.5rem;
    }

    .productdetail__box--leftthumb {
        border: 1px solid #d6e2e8;
        border-right: 0px;
    }

    .productdetail__box--cell {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1rem;
    }

    .productdetail__wrapper__innerbox--listingBanner p {
        transform: rotate(90deg);
        width: max-content;
    }

    .product-filterbar {
        position: relative;
        z-index: 1;
        top: 0;
        background: transparent;
        transform: translateX(0px);
    }

    .product-filterbar .product-filterbar--topbar,
    .product-filterbar .product-filterbar--bottombar {
        display: none;
    }

    .product-filterbar--bottombar {
        position: relative;
    }

    .plan__commonbox {
        margin-top: 3rem;
    }

    .plan__commonbox__inner--title {
        font-size: 1.5rem;
    }

    .customradio__controller + .customradio__controller {
        margin-left: 1.5rem;
    }

    .radio-checking,
    .add_no--btn {
        width: 55px;
        height: 55px;
    }

    .radio-checking,
    .add_no--btn {
        font-size: 1.5rem;
    }

    .container__phonechoice {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2.5rem;
    }

    .multiple__radio_boxwrapper {
        margin-top: 3.5rem;
        padding: 1.5rem 2rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .multiple__radio--boxItem {
        margin: 0.5rem 0.5rem;
    }

    .stack__results ul li span {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    .custom__navbarwrapper ul .nav-item + .nav-item {
        margin-top: 0rem;
    }

    .custom__navbarwrapper ul .nav-item + .nav-item {
        margin-left: 1.5rem;
    }

    .header__wrapper__content {
        padding-bottom: 0rem;
    }

    .mb--gapauto {
        margin-top: 0rem;
    }

    .navbar-nav {
        margin-top: 0rem;
    }

    .navbar-nav + .navbar-nav {
        margin-bottom: 0rem;
        margin-top: 0rem;
    }

    .productdetail__wrapper__innerbox--items {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 0rem;
        grid-template-columns: 1.5fr 2fr 1.5fr;
        align-items: center;
    }

    .responsive-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.25rem;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1200px) {
    .custom__navbarwrapper ul .nav-item + .nav-item {
        margin-left: 2rem;
    }

    .header__wrapper__content--heading {
        font-size: 2.5rem;
    }

    .header__wrapper__pic {
        margin-bottom: -13vh;
    }

    .mt-md-150 {
        margin-top: 8rem;
    }

    .best__product--item {
        padding: 2.75rem;
        padding-bottom: 0rem;
    }

    .best__product--phoneitem > img,
    .best__product--androiditem > img,
    .best__product--item > img {
        max-width: none;
    }

    .about__moximobi__contentitem {
        margin-right: 1rem;
    }

    .slider__outer__inner {
        margin-left: -50px;
        margin-right: -50px;
    }

    .productdetail__wrapper {
        padding: 2.5rem 4rem;
    }

    .productdetail__wrapper__innerbox--items {
        grid-template-columns: 250px 1fr 250px;
        grid-column-gap: 4rem;
    }

    .productdetail__cardbox h6 {
        font-size: 0.875rem;
    }

    .choice--label {
        font-size: 0.875rem;
    }

    .productdetail__wrapper__innerbox--multigrid {
        grid-template-columns: repeat(5, 1fr);
    }

    .productdetail__box {
        grid-template-columns: 1fr 385px;
    }

    .stack__results ul li span {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1400px) {
    .custom__navbarwrapper ul .nav-item a.nav-link {
        font-size: 1.125rem;
    }

    .header__wrapper__content--heading {
        font-size: 3rem;
        color: #ffffff;
    }

    .header__wrapper__pic {
        position: relative;
        right: -30px;
    }

    .section-heading--title {
        font-size: 2.5rem;
    }

    .review__custom__box--text {
        font-size: 1.5rem;
    }

    .productdetail__wrapper {
        padding: 2.5rem 5rem;
    }

    .productdetail__wrapper__innerbox--items {
        grid-column-gap: 3rem;
    }
}

.start-over {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.start-over__icon {
    margin-right: 20px;
}

.start-over__text {
    margin-bottom: 0;
    color: white;
    font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
    .start-over__text {
        display: none;
    }
}

.start-over-hidden {
    opacity: 0;
    cursor: initial;
    pointer-events: none;
}
/* ~~~~~~~~~~~~STYLES FOR DROPDOWN~~~~~~~~~~~~~~~~~~~ */
.main-menu.dropdown::after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid white;
    right: -17px;
    top: 6px;
}

@media screen and (max-width: 992px) {
    .main-menu.dropdown::after {
        right: unset;
        left: 70px;
    }
}

.main-menu__show.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    margin-top: 22px;
    display: block;
}

.main-menu__show.dropdown-menu.show {
    margin-top: 22px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .main-menu__show.dropdown-menu {
        display: none;
        margin-top: 0;
    }

    .main-menu__show.dropdown-menu.show {
        display: block;
    }
}

.main-menu__show.dropdown-menu:before {
    content: " ";
    display: block;
    position: absolute;
    height: 29px;
    top: -24px;
    left: 0px;
    right: 120px;
}
/* .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f9f9f9;
    color: #4a90e2;
    transition: 0.4s;
} */
.phone-wrapper {
    padding: 1rem 0.685rem;
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #d6e2e8;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
    height: 100%;
}

.product__radio-label {
    width: 100%;
    height: 100%;
}

.product__radio-label > .product__radio {
    display: none;
}

.product__radio:checked ~ .phone-wrapper {
    border: 2px solid #4b91e2;
}
/* QUIZ RADIO */
.quiz-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.quiz-option {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    flex: 0 0 48%;
}

.quiz-option__carriers {
    min-height: 89px;
}

.quiz-option:last-child {
    margin-right: 0;
}

.quiz-option__label {
    width: 100%;
}

.quiz-option__radio-hidden {
    display: none;
}

.quiz-option__radio {
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #d6e2e8;
    transition: 0.3s;
    cursor: pointer;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
}

.quiz-option__radio-hidden:checked ~ .box-overlay {
    border-top-width: 4px;
    border-style: solid;
    border-top-color: var(--primary-color);
    border-radius: 8px;
    top: 1px;
}

.about__moximobi-header {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .about__moximobi-header {
        font-size: 1.8rem;
    }
}

.quiz-option__image {
    height: 24px;
}

@media screen and (max-width: 768px) {
    .quiz-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .quiz-option {
        width: 100%;
    }
}

.quiz-carriers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__icon {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
}

.header__link {
    text-decoration: none;
}

.header__text {
    font-size: 2rem;
    margin-bottom: 0;
    color: white;
}

@media screen and (max-width: 992px) {
    .header__text {
        font-size: 1.4rem;
    }
}

.disp-none {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .modal-dialog {
        max-width: 900px;
    }
}

@media screen and (max-width: 3980px) {
    .modal-dialog {
        max-width: 900px;
    }

    .modal-dialog.feature-dialog {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        width: 95%;
    }
}

@media screen and (max-width: 576px) {
    .modal-dialog.feature-dialog {
        margin: 1.75rem auto;
    }
}

.modal-body__phones {
    display: flex;
    flex-wrap: wrap;
}

.modal-body__item {
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .modal-body__item {
        width: 48%;
    }
}

@media screen and (max-width: 576px) {
    .modal-body__item {
        width: 100%;
    }

    .svg-line {
        align-self: flex-end;
    }
}

.carrier-img {
    min-width: 50%;
}

.main-page-banner {
    padding: 13px;
    background-color: #f1f3f6;
    text-align: center;
    margin-bottom: 10px;
}

.main-page-banner__text {
    margin: 0;
    color: var(--color-text);
    font-weight: 600;
    font-size: 17px;
}

.main-page-banner__text > a {
    color: var(--color-text);
}

.popover-block {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 10px;
    border-radius: 15px;
    z-index: 1;
    background: white;
    border: 1px solid #ccc;
}

.popover__wrapper {
    position: relative;
    margin-left: 20px;
    padding: 10px;
    padding-left: 30px;
}

.popover__text {
    list-style: circle;
    color: var(--color-text);
    font-size: 16px;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

.popover__text:last-child {
    margin-bottom: 0;
}

.popover__close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: 0px;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .popover__close {
        display: block;
    }
}

.popover__mark {
    width: 100%;
    height: 100%;
    position: relative;
}

.popover__mark::after {
    content: "\d7";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.carrier__name {
    display: flex;
    justify-content: flex-end;
}

.carrier-desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.carrier-desc__img {
    margin-bottom: 5px;
    width: 100px;
}

.carrier-desc__name {
    display: flex;
    flex: 1;
}

.carrier-desc__plans {
    display: flex;
    padding-top: 7px;
}

@media screen and (max-width: 576px) {
    .carrier-desc__name {
        flex-direction: column;
    }

    .carrier-desc__plans {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

.carrier-desc__phones {
    display: flex;
    flex-direction: column;
    padding-left: 2px;
}

.carrier-desc__phones > p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.875rem;
    color: #0a5273;
    font-style: italic;
}

.carrier-desc__name-text {
    margin-bottom: 4px;
    text-align: right;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 1s;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.carrier-info__text {
    text-align: center;
    font-style: italic;
    font-size: 0.59rem;
    color: var(--color-dark);
    margin-bottom: 0;
    margin-top: 5px;
}

.productdetail__box--pricecontaent > p {
    font-weight: 700;
    margin-bottom: 0rem;
    color: var(--color-dark);
    line-height: 1;
}

.productdetail__box-month {
    font-size: 2rem;
}

.productdetail__box-price {
    font-size: 3.125rem;
}

@media screen and (max-width: 576px) {
    .productdetail__box-month {
        font-size: 1.5rem;
    }

    .productdetail__box-price {
        font-size: 2.625rem;
    }
}

.productdetail__wrapper__innerbox__image {
    width: 100%;
    height: 100%;
}

.att-color {
    color: #009fda;
}

.verizon-color {
    color: #ee0000;
}

.tmobile-color {
    color: #e20074;
}

.main-page-banner__mb {
    margin-bottom: 0;
}

.hide {
    display: none;
}

.text-align-left {
    text-align: left;
}

.skale-phone-link {
    display: flex;
    transition: transform 0.4s;
    backface-visibility: hidden;
}

.skale-phone-link:hover {
    transform: perspective(1px) scale(1.05);
    backface-visibility: hidden;
}

.sponsored-list__text {
    margin-bottom: 0;
}

.mr-10 {
    margin-right: 10px;
}

.productdetail__cardbox--item {
    margin-bottom: 10px;
    align-items: flex-end;
}

.productdetail__cardbox--item p {
    margin-bottom: 0;
}

.phones-not-found {
    text-align: center;
    padding: 20px 0;
}

.modal-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.modal-loader.step-seven {
    position: fixed;
    width: unset;
    height: unset;
}

.buttons-wrapper {
    position: sticky;
    bottom: 0;
    display: flex;
    padding: 10px 0;
    background: white;
    justify-content: center;
    align-items: center;
}

.buttons-wrapper > div {
    margin-bottom: 0;
    margin-top: 0;
}

.step-5-svg {
    width: 37px;
    height: 26px;
}

.step5Samsung {
    width: 100px;
    height: 30px;
}

.swiper-slide {
    padding: 10px;
}

.main-page-filters {
    position: absolute;
    z-index: 100;
    bottom: -15%;
    left: 0;
    width: 100%;
    transform: translate(0px, 15%);
}

.home-page-container {
    position: relative;
}

.home-page-container .row {
    padding: 136px 0 240px 0;
}

.home-filters-phone-wrapper {
    margin-bottom: 32px;
}

.filters-wrapper {
    background-color: #fff;
    box-shadow: 0px 16px 48px 0px #0000001a;
    padding: 40px;
    border-radius: 8px;
}

.home-filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.best-deals {
    padding-top: 254px;
}

.home-filters-wrapper .home-filter-item {
    flex: 1;
}

.subscribe-wrapper {
    border-left: 2px dashed white;
    padding-left: 120px;
}

.header-logo {
    margin-right: 40px;
}

.beta,
.mobile-beta {
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.mobile-beta {
    display: none;
}

.mobile-header-button-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 992px) {
    .beta {
        display: none;
    }

    .mobile-beta {
        display: block;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .main-page-filters {
        bottom: -45%;
        transform: translate(0px, 45%);
        padding: 0 12px;
    }

    .header-logo {
        margin-right: 10px;
    }

    .filters-wrapper {
        padding: 30px;
    }

    .best-deals {
        padding-top: 570px;
    }

    .home-filters-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .home-filters-wrapper .home-filter-item {
        width: 100%;
    }

    .header__wrapper__pic {
        margin-bottom: 0;
    }

    .home-page-container .row {
        padding: 50px 0 0 0;
    }

    .home-filter-item .btn--primary {
        width: 100%;
        text-align: center;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-container > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .subscribe-wrapper {
        padding-left: 0px;
        border-left: none;
        border-top: 2px dashed white;
        padding-top: 40px;
    }

    .footer-form {
        flex-direction: column;
    }

    .static-page {
        flex: 1;
        padding: 36px 0;
    }

    .static-page-header-wrapper {
        margin-bottom: 30px;
    }

    .static-page-subheader {
        font-size: 24px;
        font-weight: 700;
    }

    .static-page-header {
        font-size: 32px;
        font-weight: 700;
    }

    .static-page-subheader-h4 {
        font-size: 18px;
        font-weight: 700;
    }
}

.subscribe-text {
    color: #ffffff;
}

.main-layout-wrapper {
    height: 100%;
}

.static-page {
    flex: 1;
    padding: 56px 0;
}

.static-page-header-wrapper {
    margin-bottom: 60px;
}

.static-page-subheader {
    font-size: 32px;
    font-weight: 700;
}

.static-page-header {
    font-size: 40px;
    font-weight: 700;
}

.static-page-subheader-h4 {
    font-size: 24px;
    font-weight: 700;
}
.static-page-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer-email-input {
    padding: 12px;
}

.footer-form {
    display: flex;
    gap: 8px;
}

@media screen and (max-width: 1024px) {
    .subscribe-wrapper {
        padding-left: 60px;
    }
}

@media screen and (max-width: 480px) {
    .home-page-container .row {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 400px) {
    .home-page-container .row {
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 340px) {
    .home-page-container .row {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 578px) {
    .footer-container {
        padding: 0 12px;
    }
}

.navbar-toggler {
    padding: 0;
}
