/* ============ COMMON CSS =========== */

.section_bg_br {
    border-radius: 20px;
}

.section_side_margin {
    margin: 30px;
}

.paragraph_pb {
    padding-bottom: 10px;
}

.language_z_index {
    z-index: 1000 !important;
}

.font_nav {
    font-size: 16px;
}

.tab_readmore_btn {
    padding: 8px 20px;
    margin-top: 30px;
    font-size: 14px !important;
}

.dropdownContent img {
    width: 32px;
    height: 16px;
}

.dropdownContent {
    min-width: 150px;
    bottom: -140px;
    left: 0;
}

.selectedOption {
    width: 120px;
}

.selectedOption_spanish {
    width: 105px !important;
}

.selectedOption img {
    width: 32px;
    height: 16px;
    margin-right: 8px;
}

.language_dropdown_width {
    width: 160px;
}

/* ============= HERO SECTION CSS =========== */

.hero_slider {
    height: 500px;
}

.hero_slider .slick-dots {
    bottom: -10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.hero_slider .slick-dots li.slick-active button:before {
    background-color: var(--green) !important;
    width: 37px !important;
}

.hero_slider .slick-dots li button:before {
    background-color: white !important;
    border-radius: 48px;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    transition: all 300ms ease-in-out !important;
}

.hero_slider .slick-dots li button {
    padding: 0;
    width: 12px !important;
    transition: all 300ms ease-in-out !important;
}

.hero_slider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transition: all 300ms ease-in-out !important;
}

.hero_slider .slick-dots li.slick-active {
    width: 37px !important;
    height: 12px !important;
}

.hero_blue_box {
    padding-top: 20px;
}

.hero_btn {
    padding: 16px 20px;
    border-radius: 150px;
    border: 0;
    background: #5c4298;
}

.watch_hero_btn {
    bottom: 0;
    left: 0;
}

.iphone_hero_btn {
    top: 0%;
    left: 18%;
}

.airPods_hero_btn {
    bottom: 0;
    right: 0;
}

.watch_hero_btn_two {
    bottom: 14%;
    left: -9%;
}

.iphone_hero_btn_two {
    top: 19%;
    left: 0;
}

.airPods_hero_btn_two {
    bottom: 14%;
    right: 0;
}

.watch_hero_btn_three {
    bottom: 21%;
    left: 0;
}

.iphone_hero_btn_three {
    top: 10%;
    left: 15%;
}

.airPods_hero_btn_three {
    bottom: 21%;
    right: 0;
}

.watch_hero_img {
    max-width: 496px;
}

.iphone_hero_img {
    max-width: 357px;
    max-height: 473px;
}

.airpods_hero_img {
    max-width: 550px;
    max-height: 514px;
}

/* ============= REFURBISHED SECTION CSS =========== */

.refurbished_spacing {
    padding-top: 130px;
    padding-bottom: 180px;
}

.refurbished_bg_logo {
    right: 60px;
    bottom: 0;
    width: 163px;
}

/* ============= TABS SECTION CSS =========== */

.unboxing_tab_spacing {
    margin-bottom: 150px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab_links a {
    border: 1px solid #0000001a;
    padding: 16px;
    background-color: white;
    border-radius: 83px;
}

.tab_links .active {
    font-weight: 600 !important;
    color: var(--blue) !important;
    background: #f8f7fb;
}

.counting_bg {
    min-width: 40px;
    min-height: 40px;
    background-color: #e9f8f7;
    border-radius: 100%;
}

.iphone_tabs_counting_spacing {
    padding-bottom: 24px;
}

.unboxing_tab_imageone {
    max-height: 492px;
    max-width: 429px;
}

.iphone_tabs_box {
    max-width: 628px;
    -webkit-box-shadow: 0px 1px 6px 0px #0000001a;
    box-shadow: 0px 1px 6px 0px #0000001a;
    border-radius: 20px;
    padding: 24px;
}

.iphone_tab_mt {
    margin-top: 80px;
}

.iphone_watch_h {
    height: 492px;
}

.counting_bg_line::after {
    content: "";
    background-color: #e9f8f7;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
}

/* ============= IMPACT SECTION CSS =========== */

.impact_center_p_spacing {
    padding: 10px 0;
}

.impact_iphone_img {
    max-width: 424px;
    margin-top: 40px;
}

.impact_earth_img {
    width: 126px;
    height: 126px;
    bottom: 8%;
    left: 0;
}

.warranty_box {
    top: 27%;
    right: 0;
    padding: 10px 20px;
    border-radius: 150px;
}

/* ============= RETURN SEC CSS =========== */

.returns_bg_logo {
    bottom: -120px;
    left: 60px;
}

.returns_earth_img {
    right: 15px;
    bottom: -35px;
}

.tab_two {
    display: none;
}

.tab_two.active_two {
    display: block;
}

.returns_tab a {
    border: 1px solid #0000001a;
    padding: 16px;
    background-color: white;
    border-radius: 83px;
}

.returns_tab .active_two {
    font-weight: 600 !important;
    color: var(--blue) !important;
    background: #f8f7fb;
}

.returns_paragraph {
    max-width: 558px;
}

.returns_tab_image {
    max-height: 492px;
    max-width: 355px;
}

.returns_tab_image_two {
    max-height: 492px;
    max-width: 425px;
}

.returns_tab_image_three {
    max-height: 492px;
    max-width: 384px;
    padding: 0 12px;
}

.returns_spacing {
    margin: 150px 0;
}

/* ============= GOT A SEC CSS =========== */

.got_a_paragraph {
    max-width: 640px;
}

.got_box {
    padding: 60px;
}

/* ============= HERE SECTION CSS =========== */

.custom_spacing_here {
    padding: 120px 0;
}

.help_box {
    -webkit-box-shadow: 0px 1px 10px 0px #0000001a;
    box-shadow: 0px 1px 10px 0px #0000001a;
    max-width: 267px;
    width: 100%;
    /* height: 280px; */
    height: 100%;
    border-radius: 20px;
    padding: 20px 16px;
}

.help_box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.help_box div:first-child {
    background: #e2f1f4;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.help_box_two {
    margin-top: 100px;
    padding-right: 0;
}

.help_box_two p {
    padding-bottom: 10px;
}

/* ============= FOOTER CSS =========== */

.footer_spacing {
    padding-top: 70px;
    padding-bottom: 100px;
}

.footer_link_spacing {
    padding: 10px;
    gap: 10px;
}

.input_box {
    border: 1px solid #ffffff1a;
    border-radius: 150px;
}

.terms_input_box {
    width: 336px;
}

.input_box input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 16px 10px 16px 15px;
    width: 205px;
}

.input_box input::-webkit-input-placeholder {
    font-size: var(--font-sm);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.input_box input::-moz-placeholder {
    font-size: var(--font-sm);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.input_box input:-ms-input-placeholder {
    font-size: var(--font-sm);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.input_box input::-ms-input-placeholder {
    font-size: var(--font-sm);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.input_box input::placeholder {
    font-size: var(--font-sm);
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.footer_link_spacing a:hover {
    color: var(--green) !important;
}

.footer_border_b {
    border-bottom: 1px solid #ffffff50;
}

.copyright_spacing {
    padding: 20px 0;
}

.w_footer_link {
    width: 48%;
}

/* ============BACK TO TOP CSS ========== */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--green);
    color: white;
    text-indent: -9999px;
    display: none;
    border-radius: 60px;
    z-index: 50 !important;
    border: 1px solid white;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    -webkit-animation: up-down 2.5s ease-in-out infinite;
    animation: up-down 2.5s ease-in-out infinite;
}

@-webkit-keyframes up-down {
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    -webkit-box-shadow: 2px -1.0123px 29.79012px var(--green);
    box-shadow: 2px -1.0123px 29.79012px var(--green);
}

/* AUTHOR SLIDER CSS CODE START HERE */
.author_slider .slick-track {
    display: flex !important;
}
.author_slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    flex-direction: column !important;
}
.author_slider .slick-slide > div {
    display: flex;
}

.slider_parent_bg {
    background-color: var(--gray);
}

.author_slider h2 {
    font-size: 20px !important;
}

.author_slider .slick-dots {
    bottom: -30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    transition: all 300ms ease-in-out !important;
}

.author_slider .slick-dots li.slick-active button:before {
    background-color: var(--green) !important;
    width: 37px !important;
    transition: all 300ms ease-in-out !important;
}

.author_slider .slick-dots li button:before {
    background-color: var(--blue) !important;
    border-radius: 48px;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    transition: all 300ms ease-in-out !important;
}

.author_slider .slick-dots li button {
    padding: 0;
    width: 12px !important;
    height: 12px !important;
    transition: all 300ms ease-in-out !important;
}

.author_slider .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
    transition: all 300ms ease-in-out !important;
}

.author_slider .slick-dots li.slick-active {
    width: 37px !important;
    height: 12px !important;
}

/* .author_slider_card {
    min-height: 175px !important;
} */
/* LANGUAGE POPUP CSS CODE START HERE */

.language_popup_height {
    min-height: calc(100vh - 60px);
}

.font_language {
    font-size: 40px !important;
}

.language_laptop_img {
    right: 30px;
    bottom: 30px;
    max-width: 209px;
}

.language_side_logo {
    left: 40px;
    top: 40px;
    max-width: 80px;
}

.language_btn {
    border: 1px solid #ffffff3d;
    border-radius: 150px;
    width: 336px;
}

.language_btn span {
    font-size: 16px;
}

.language_btn:focus {
    border: 1px solid var(--green);
    outline: none;
}

.language_btn:hover {
    border: 1px solid var(--green);
}

.language_logo {
    max-width: 400px;
}

.header_flag_size {
    width: 32px;
    height: 16px;
}

@media (min-width: 1200px) {
    .hero_slider_height {
        height: 535px !important;
    }

    .hero_blue_box {
        height: 634px !important;
    }
}

@media (min-width: 992px) {
    .hero_slider_height {
        height: 503px;
    }

    .hero_blue_box {
        height: 603px;
    }
}

@media (min-width: 375px) {
    .footer_subscribe_btn {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .dropdownContent img,
    .selectedOption img {
        width: 36px;
        height: 20px;
    }

    .language_dropdown_width {
        width: 200px;
    }

    .selectedOption {
        width: 180px;
    }

    .dropdownContent {
        width: 250px !important;
        left: 50%;
        bottom: -180px;
        transform: translateX(-50%);
    }

    .slider_parent_bg {
        background-color: unset;
    }

    .language_side_logo {
        max-width: 60px;
    }

    .language_laptop_img {
        max-width: 147px;
    }

    .hero_slider .slick-dots {
        bottom: 16px !important;
    }

    .input_box input {
        width: 182px;
    }

    .iphone_hero_btn {
        top: -3%;
        left: 10%;
        z-index: 1;
    }

    .returns_bg_logo {
        width: 76px;
        height: 106px;
    }

    .w_footer_link {
        width: 50%;
    }

    .terms_input_box {
        max-width: 336px;
        width: 100%;
    }

    .impact_earth_img {
        left: -30px;
        width: 100px;
        height: 100px;
    }

    .terms_input_box {
        max-width: 320px;
    }

    .font_nav {
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .language_logo {
        max-width: 276px;
    }

    .language_btn {
        width: 283px;
    }

    .hero_slider {
        height: unset;
    }

    .refurbished_spacing {
        padding-bottom: 150px;
    }

    .iphone_hero_img {
        max-width: 351px;
    }

    .watch_hero_img {
        max-width: 500px;
        min-width: 308px;
    }

    .airpods_hero_img {
        max-width: 567px;
        max-height: 530px;
        min-height: 392px;
        min-width: 420px;
    }

    .hero_blue_box {
        height: unset;
        padding-top: 20px;
    }

    .terms_input_box {
        max-width: 318px;
    }

    .watch_hero_btn {
        left: 17%;
        bottom: -5%;
    }

    .iphone_hero_btn {
        left: 23%;
        top: 7%;
    }

    .airPods_hero_btn {
        right: 9%;
    }

    .watch_hero_btn_two {
        bottom: 14%;
        left: 2%;
    }

    .iphone_hero_btn_two {
        top: 26%;
        left: 9%;
    }

    .airPods_hero_btn_two {
        bottom: 14%;
        right: 8%;
    }

    .watch_hero_btn_three {
        bottom: 10%;
        left: 2%;
    }

    .iphone_hero_btn_three {
        top: 10%;
        left: 15%;
    }

    .airPods_hero_btn_three {
        bottom: 21%;
        right: -10px;
    }

    .footer_spacing {
        padding-top: 42px;
        padding-bottom: 76px;
    }

    #submitButton {
        font-size: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .language_dropdown_width {
        width: 180px;
    }

    .selectedOption {
        width: 150px;
    }

    .dropdownContent {
        width: 200px !important;
    }

    .font_nav {
        font-size: 20px;
    }

    .language_laptop_img {
        right: 10px;
        bottom: 10px;
    }

    .language_side_logo {
        left: 10px;
        top: 10px;
    }

    .common_rounded_xl {
        border-radius: 16px;
    }

    .language_popup_height {
        min-height: calc(100vh - 32px);
    }

    .hero_slider .slick-dots {
        gap: 7px;
    }

    .hero_slider .slick-dots li.slick-active button:before {
        width: 29px !important;
    }

    .hero_slider .slick-dots li button:before {
        width: 9px !important;
        height: 9px !important;
    }

    .hero_slider .slick-dots li button {
        width: 9px !important;
        height: 9px !important;
    }

    .hero_slider .slick-dots li {
        width: 9px !important;
        height: 9px !important;
    }

    .hero_slider .slick-dots li.slick-active {
        width: 29px !important;
        height: 9px !important;
    }

    .hero_slider .slick-dots {
        bottom: 16px !important;
    }

    .input_box input {
        width: 194px;
    }

    .footer_logo {
        width: 170px;
        height: 36px;
    }

    /* .help_box {
        height: 222px !important;
    } */

    .help_box div:first-child {
        width: 46px;
        height: 46px;
    }

    .help_box div img {
        width: 100%;
        padding: 10px;
    }

    .counting_bg_line::after {
        left: 15px;
    }

    .counting_bg {
        min-width: 30px;
        min-height: 30px;
        font-size: 12px !important;
    }

    .watch_hero_img {
        max-width: 408px;
    }

    .watch_hero_btn {
        left: 4%;
        bottom: -12%;
    }

    .iphone_hero_btn {
        left: 7%;
        top: 10%;
    }

    .airPods_hero_btn {
        right: -2%;
    }

    .refurbished_bg_logo {
        right: 15px;
        bottom: 50px;
        width: 50px;
        height: 70px;
    }

    .returns_bg_logo {
        bottom: -100px;
        left: 20px;
    }

    .w_footer_link {
        width: unset;
    }

    .returns_tab_image {
        padding: 0 12px;
    }

    .returns_spacing {
        margin: 120px 0;
    }

    .unboxing_tab_imageone {
        padding: 0 12px;
    }

    .iphone_tabs_counting_spacing {
        padding-bottom: 20px;
    }

    .iphone_watch_h {
        height: unset;
    }

    .iphone_tabs_box {
        padding: 20px 12px;
        margin: 0 12px;
        max-width: unset;
    }

    .tab_links a {
        padding: 5.5px 0;
    }

    .tab_links {
        padding: 0 12px;
    }

    .returns_tab a {
        padding: 5.5px 0;
    }

    .returns_tab {
        padding: 0 12px;
    }

    .unboxing_tab_spacing {
        margin-bottom: 120px;
    }

    .iphone_tab_mt {
        margin-top: 48px;
    }

    .refurbished_spacing {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .warranty_box {
        top: 61%;
        right: unset;
        left: -8px;
    }

    .impact_earth_img {
        left: unset;
        right: -5px;
        bottom: 25%;
        width: 126px;
        height: 126px;
    }

    .impact_heading {
        padding-top: 40px;
    }

    .impact_iphone_img {
        margin-top: 50px;
    }

    .got_box {
        padding: 50px 12px;
    }

    .custom_spacing_here {
        padding: 104px 0;
    }

    .here_full_box {
        margin: 67px 12px 0 12px;
    }

    .here_full_box .help_box_two {
        margin-top: 70px;
    }

    .section_side_margin {
        margin: 16px;
    }

    .section_bg_br {
        border-radius: 16px;
    }

    .help_box {
        max-width: unset;
        margin: 0 auto;
    }

    .footer_link_spacing {
        gap: 8px;
    }

    .copyright_spacing {
        padding: 16px 0;
    }

    .author_slider .slick-dots {
        gap: 7px;
    }

    .author_slider .slick-dots li.slick-active button:before {
        width: 29px !important;
    }

    .author_slider .slick-dots li button:before {
        width: 9px !important;
        height: 9px !important;
    }

    .author_slider .slick-dots li button {
        width: 9px !important;
        height: 9px !important;
    }

    .author_slider .slick-dots li {
        width: 9px !important;
        height: 9px !important;
    }

    .author_slider .slick-dots li.slick-active {
        width: 29px !important;
        height: 9px !important;
    }

    .author_slider .slick-dots {
        bottom: -20px !important;
    }

    .hero_blue_box {
        padding-top: 16px;
    }

    .tab_readmore_btn {
        padding: 6px 10px;
        font-size: 12px !important;
        margin-top: 24px;
    }

    .dropdownContent {
        bottom: -160px;
    }
}

@media (max-width: 575.98px) {
    .dropdownContent img,
    .selectedOption img {
        width: 32px;
        height: 16px;
    }

    .language_dropdown_width {
        width: 140px;
    }

    .selectedOption {
        width: 180px;
    }

    .dropdownContent {
        width: 210px !important;
        bottom: -145px;
    }

    .tab_readmore_btn {
        margin-top: 16px;
    }

    .font_nav {
        font-size: 16px;
    }

    .impact_iphone_img {
        min-height: 252px;
    }

    /* .author_slider_card {
        min-height: 165px !important;
    } */

    .input_box input {
        width: 100%;
    }

    .iphone_hero_btn_two {
        left: 0%;
    }

    .watch_hero_btn_two {
        left: 0%;
        bottom: -4%;
    }

    .airPods_hero_btn_two {
        right: 0;
    }

    .iphone_hero_btn_three {
        left: 12%;
        top: 36%;
    }

    .watch_hero_btn_three {
        left: 43%;
        bottom: unset;
        top: 8%;
    }

    .airPods_hero_btn_three {
        right: 13%;
        bottom: 46%;
    }

    .tab_btn_fs {
        font-size: 14px !important;
    }

    .iphone_hero_img {
        max-width: 247px;
        max-height: 330px;
    }

    .watch_hero_btn {
        left: 0;
        bottom: -26%;
    }

    .iphone_hero_btn {
        left: 0%;
        top: 4%;
    }

    .airPods_hero_btn {
        right: -2%;
    }

    .here_full_box .help_box_two {
        margin-top: 0px;
    }

    .help_box_two {
        margin-top: 0px;
    }

    .counting_bg_line::after {
        height: 92%;
    }
}

@media (max-width: 374.98px) {
    .iphone_tabs_box {
        margin: 0;
    }

    .returns_tab,
    .tab_links {
        padding: 0;
        gap: 6px !important;
    }

    .hero_blue_box {
        padding-top: 12px;
    }

    .language_btn span {
        font-size: 14px;
    }

    .airPods_hero_btn_three {
        right: 20%;
    }

    .iphone_hero_btn_three {
        left: 20%;
    }

    .watch_hero_img {
        min-width: 270px;
    }

    .airpods_hero_img {
        min-height: 390px;
        min-width: 418px;
    }

    .impact_earth_img {
        bottom: 14%;
        width: 100px;
        height: 100px;
    }
    .spanish_impact_earth_img {
        bottom: 34% !important;
    }
    .section_bg_br {
        margin: 12px;
    }

    .footer_spacing {
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .footer_link_spacing {
        padding: 0;
    }

    .input_box button {
        display: none;
    }

    .input_box input {
        padding: 12.5px 16px;
        width: 100%;
    }

    #submitButton {
        font-size: 14px !important;
    }

    .language_logo {
        max-width: 200px;
    }

    .font_language {
        font-size: 30px !important;
    }

    .language_btn {
        width: 260px;
    }

    .tab_btn_fs {
        font-size: 12px !important;
    }

    .common_rounded_xl {
        border-radius: 12px;
    }

    .impact_iphone_img {
        min-height: 198px;
    }
}
