@media(min-width:2000px) {
    .navbar__top:after {
        width: 463px
    }
}

@media(max-width:992px) {
    #navbarSupportedContent ul > li:last-of-type {
        border: none;
        padding-bottom: 0
    }

    a.navbar-brand {
        height: auto;
        width: 200px
    }

    .navbar-brand img {
        width: 100%;
        height: auto
    }
}

@media(max-width:992px) {
    .navbar-light .navbar-toggler-icon {
        z-index: 9
    }

    #navbarSupportedContent .navbar-nav {
        overflow-y: auto;
        padding-right: 20px;
        height: 480px;
        padding-bottom: 20px
    }

        #navbarSupportedContent .navbar-nav::-webkit-scrollbar {
            display: none
        }

    #navbarSupportedContent {
        position: fixed;
        top: 0;
        padding: 100px 0 30px 20px;
        right: 0;
        background-color: #4e6c89;
        width: 250px;
        height: 100vh;
        bottom: 0;
        visibility: hidden
    }

        #navbarSupportedContent ul li a {
            display: flex;
            justify-content: space-between;
            color: #fff !important;
        }

        #navbarSupportedContent ul > li {
            padding: 10px 0;
            border-bottom: #fad13e 1px solid
        }

            #navbarSupportedContent ul > li:hover {
                color: #fff
            }

    .collapse.navbar-collapse.show#navbarSupportedContent {
        visibility: visible
    }

    .navbar-toggler-icon {
        display: block !important
    }

    .navbar {
        padding: 9px 0
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        color: #fff;
        margin-bottom: 5px !important;
        visibility: visible;
        opacity: 1;
        max-height: inherit
    }

    .search__box {
        display: none
    }

        .search__box .btn {
            margin-left: 20px
        }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: end
    }

    .navbar {
        justify-content: space-between !important
    }

    .navbar-light .navbar-toggler-icon.bg--color {
        border-bottom: 1px solid #fff;
        z-index: 99
    }

    .navbar .navbar-toggler-icon.bg--color:before {
        background-color: #fff;
        z-index: 2
    }

    .navbar .navbar-toggler-icon.bg--color:after {
        background-color: #fff;
        z-index: 2
    }

    .nav-item:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #ffcf54;
        opacity: 0;
        transition: all 2000ms linear;
        top: 0
    }

    .navbar-nav .nav-item > a.nav-link:hover {
        color: #fff !important
    }

    a.nav-link.dropdown-toggle:hover {
        color: #fff !important;
    }

    .navbar__top:after {
        display: none
    }

    .navbar-brand img {
        bottom: 0
    }

    .nav__wrapper {
        background-color: #0a2946
    }

    .navbar-toggler-icon {
        border-bottom: 1px solid #fff !important
    }

    .navbar-light .navbar-toggler-icon:before {
        background-color: #fff
    }

    .navbar-light .navbar-toggler-icon:after {
        background-color: #fff
    }
}

@media(max-width:1024px) {
    #explore_more p.p_para.explore_para {
        max-width: 95%
    }

    .explore-more-div .row {
        margin-left: 0;
        margin-right: 0
    }

    .navbar-nav .nav-item > a.nav-link {
        font-size: 14px;
        color: #0a2946
    }

    .navbar-nav svg {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%
    }

   ul.sub-menu.child-sub-menu.show {   
        display: block;
         position: absolute; left: 101%; top: 0;
          padding: 0 0px 0px 10px;
         background: #4e6c89;
         min-width: 200px;
          z-index: 1000;
         white-space: nowrap;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
       }
      ul.sub-menu.child-sub-menu {
        display: none;
        }
      li.has-dropdown {
         position: relative;
       }

    .secaricon__box {
        display: flex
    }

    .secaricon__box input {
        outline-offset: -2px;
        outline: none
    }

    input#searchBar {
        width: 140px;
        height: 30px;
        align-self: center;
        border: 1px solid black;
        padding: 0 10px
    }

    .dropdown-menu {
        background-color: #4e6c89;
        min-width: 217px
    }

        .dropdown-menu ul {
            list-style-type: none;
            padding-left: 0;
            padding: 5px
        }

            .dropdown-menu ul li a {
                color: #fff;
                text-decoration: none
            }

            .dropdown-menu ul li {
                padding: 8px 0;
                border-bottom: #fff 1px solid;
                position: relative;
            }

                .dropdown-menu ul li:last-child {
                    border-bottom: 0
                }

    .navbar-toggler-icon {
        display: none
    }

    .nav-item:hover:before {
        content: "";
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #ffcf54;
        opacity: 1;
        transition: all 200ms linear;
        bottom: 100%
    }

    .nav__wrapper {
        display: flex;
        justify-content: space-between;
        background-color: #fff
    }

    .search__box {
        display: flex;
        margin-left: auto
    }

    .navbar-nav {
        padding-left: 10%
    }
}

@media screen and (max-width:850px) {
    #explore_more p.p_para.explore_para {
        max-width: 75%
    }
}

@media(max-width:479px) {
    a.navbar-brand {
        width: 200px;
        max-width: 60%
    }
}

@media(max-width:1200px) {
    .top--left h3 {
        font-size: 20px
    }

    .top--left .corporate__text {
        justify-content: left
    }

    .top--right h3 {
        font-size: 20px;
        text-align: end
    }

    .top--right .corporate__text {
        justify-content: right
    }

    .bottom--left h3 {
        font-size: 20px
    }

    .bottom--left .corporate__text {
        justify-content: left
    }

    .bottom--right h3 {
        font-size: 20px
    }

    .bottom--right .corporate__text {
        justify-content: right;
        display: flex
    }
}

@media(max-width:992px) {

    #corporate .corporate__img img {
        position: relative
    }

    #corporate .corporate__img {
        display: inline-block;
        background: transparent;
        border: none;
        opacity: 1;
        position: relative
    }

    #corporate h3 {
        font-size: 16px
    }

    .top--left .corporate__img {
        margin-right: 0;
        margin-bottom: 0
    }

    .top--right .corporate__img {
        margin-left: 0;
        margin-bottom: 0
    }

    .bottom--left .corporate__img {
        margin-right: 0
    }

    .bottom--right .corporate__img {
        margin-left: 0
    }
}

@media(max-width:768px) {
    .about-us-innerdiv {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    #corporate .top--left .corporate__wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    #corporate .top--right .corporate__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #corporate .bottom--left .corporate__wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center
    }

    #corporate .bottom--right .corporate__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    #corporate .corporate__text {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center
    }

    #corporate .corporate__img {
        display: inline-block;
        background: transparent;
        border: none;
        opacity: 1;
        position: unset;
        width: unset;
        height: unset
    }

        #corporate .corporate__img img {
            position: unset;
            padding: 28px 0
        }
}

@media(max-width:1200px) {
    .localLab__selecttext {
        width: 100%;
        justify-content: center;
        padding: 10px
    }
}

@media(max-width:992px) {
    ul.sub-menu.child-sub-menu {
        display: none;
      /*  padding-left: 10px;*/
    }

    li.has-dropdown:hover {
        display: block;
    }

    .navbar-nav svg {
        margin-left: 0;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 30px !important;
        height: 17px !important
    }

    .localLab_container h2 {
        font-size: 20px;
        line-height: 34px
    }

    .localLab__selectbox {
        display: block;
        align-items: center;
        width: 100%
    }

    #localLab .localLab__selectbox select {
        width: 100%
    }

    .localLab__searchbox {
        width: 100%;
        flex-direction: column
    }

    #localLab .localLab__search input[type=text] {
        max-width: 100%;
        width: 100%;
        height: 45px;
        color: #000
    }

    .localLab__searchbox .localLab__search {
        width: 100%
    }

    .localLab__searchbox span {
        padding: 11px 10px
    }

    .localLab--padding {
        padding: 2% !important
    }

    #localLab .select-selected {
        width: 100% !important
    }
}

@media only screen and (max-width:992px) {
    .whoweare--text {
        margin-bottom: 25px
    }

    #whoweare::before {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .whoweare--text h2 {
        font-size: 22px;
        line-height: 30px
    }
}

@media(max-width:480px) {
    .explore_bg {
        background-position: top
    }

    .columns_four {
        max-width: 191px
    }

    .explore_left--container {
        display: flex;
        flex-direction: column
    }

    .explore__more--left, .explore__more--right {
        align-items: center
    }

    .explore__more--right {
        padding-top: 19px;
        padding-left: 2px
    }

    .the_text {
        font-size: 32px !important
    }

    .p_para {
        font-size: 14px
    }

    .explore_div {
        padding-top: 20px
    }

    #explore_more h5:after {
        left: 41%;
        top: 113%
    }

    .explore_para {
        font-size: 11px
    }
}

@media(max-width:992px) {
    .explore_left--container {
        flex-direction: column-reverse
    }

    #explore_more .explore__more--left {
        padding-top: 20px;
        display: flex;
        flex-direction: row
    }

    #explore_more .explore__more--right {
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        padding-left: 0
    }

    .explore__more--left .columns_four {
        width: 50%
    }

    .explore__more--bg {
        overflow: hidden
    }

    #explore_more .explore_div {
        padding-left: 0;
        padding-top: 20px;
        max-width: 100%
    }
}

@media(max-width:768px) {
    .explore_btns {
        display: flex;
        flex-direction: column
    }

        .explore_btns a:first-child {
            margin-bottom: 7px !important
        }

    .modal {
        top: 19% !important;
        padding: 0;
        height: 80%
    }

    .explore_left--container {
        flex-direction: column-reverse;
        padding: 0 24px
    }

    #explore_more .explore__more--left {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #explore_more .explore__more--right {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-left: 0
    }

    .explore__more--left .columns_four {
        width: 100%;
        padding: 0;
        max-width: 100%
    }

    .explore__more--right .columns_four {
        width: 100%;
        padding: 23px;
        max-width: 100%
    }

    #explore_more .explore_div {
        padding-left: 0;
        padding-top: 20px;
        max-width: 100%
    }
}

@media(max-width:768px) {
    #about__banner {
        padding: 47px 0
    }
}

@media(max-width:768px) {
    #learn__more h2 {
        font-size: 22px
    }

    #learn__more::before {
        display: none
    }
}

@media(max-width:768px) {
    .team--heading {
        padding: 0 0%;
        padding-bottom: 10px
    }

        .team--heading h2 {
            font-size: 22px
        }
}

@media(max-width:768px) {
    #welcome h2 {
        font-size: 22px
    }
}

@media(max-width:768px) {
    #career ul li {
        width: 100%
    }

    .career--text {
        padding: 20px 20px
    }

    #career h2 {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .explore__more--right .columns_four {
        height: auto
    }

    .explore__more--left .columns_four {
        padding: 23px;
        height: auto
    }

    #explore_more .explore__more--left {
        padding-top: 0
    }
}

@media(max-width:991px) {
    ul.grid__view li {
        background: #f6f8f9 0% 0% no-repeat padding-box;
        width: 100%;
        margin-bottom: 30px
    }

    ul.sub-menu.child-sub-menu.show {
        position: static;
         list-style: none;
        padding: 0px 0px 0px 21px !important;
        box-shadow: unset;
    }

    .service__main--heading h2 {
        font-size: 27px;
        line-height: 37px
    }

    .projects_select {
        width: 35%;
        font-size: 15px;
        padding: 5px
    }

    .service--text h3 {
        font-size: 18px;
        margin-top: 21px
    }

    .product-family-tab .service--text h3 {
        margin-top: 0
    }

    ul.grid__view li:nth-child(2n) {
        margin-left: 0
    }
}

@media(max-width:768px) {
    .service__main--heading h2 {
        font-size: 24px;
        line-height: 35px
    }

    .projects_select {
        width: 100%;
        font-size: 14px;
        padding: 0 0;
        line-height: 30px
    }

        .projects_select.tab-link.current::before {
            height: 3px
        }

    .service--text p {
        margin-top: 25px;
        font-size: 14px;
        line-height: 22px
    }

    #services::before {
        display: none
    }
}

@media(max-width:600px) {
    .service--list--text {
        padding-top: 130px;
        padding-bottom: 25px;
        padding-left: 20px
    }

        .service--list--text h4 {
            font-size: 16px
        }

        .service--list--text p {
            font-size: 14px
        }

    #service-banner {
        padding: 47px 0 47px 0
    }
}

@media only screen and (max-width:896px) {
    .products_equal__item {
        flex: auto
    }

    .products_equal_parent {
        flex-direction: column
    }
}

@media only screen and (max-width:768px) {
    #ndxkeller ul li {
        width: 100%
    }

    .nearbyLabs__address > img {
        width: 100%
    }

    .ndx__keller__text p {
        font-size: 13px;
        line-height: 22px
    }

    .map__img {
        margin-top: 30px
    }

    .nearbyLabs__address {
        margin-bottom: 10px
    }

    .localLab__selecttext p {
        margin-bottom: 23px
    }
}

@media only screen and (max-width:991px) {
    .nearbyLabs__address {
        margin-bottom: 10px
    }

    .ndx__keller__text {
        margin-top: 30px
    }

    .localLab__selecttext p {
        margin-bottom: 23px
    }

    .locallab--position .localLab__selecttext {
        margin: bottom 15px;
        width: 100%
    }

    .outer__selectbox {
        width: 100%
    }

    .locallab--position .localLab__selectbox {
        width: 100%
    }

    .locallab--position {
        position: unset;
        margin-top: 20px
    }
}

@media only screen and (max-width:600px) {
    .address__box {
        margin-left: 0%;
        margin-right: 0%
    }

    .address__container {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%
    }

    .custom-select select {
        height: 32px
    }

    .localLab__search input[type=text] {
        height: 32px
    }

    .btn-blue {
        padding: 0 32px
    }

    .ndx__keller__text li {
        flex-direction: row
    }

    .lab_text {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px
    }

    .lab_location {
        flex: 0 0 90px
    }

    #ndxkeller h2 {
        font-size: 24px;
        line-height: 30px
    }

    #ndxkeller p {
        font-size: 14px
    }

    #ndxkeller ul li {
        font-size: 12px;
        line-height: 17px
    }

    section#nearbyLabs {
        padding: 20px 0
    }

    .nearbyLabs__heading h2 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 0
    }
}

@media only screen and (max-width:896px) {
    .back--color {
        flex-direction: column
    }

    .detail__heading {
        flex-direction: column;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .detail_select {
        width: auto
    }

    #veroadvantage ul li {
        width: auto !important
    }
}

@media screen and (max-width:1169px) {
    .edu__heading--panel {
        white-space: normal
    }

        .edu__heading--panel .edu__tab--title {
            line-height: normal
        }

    .l_learn--r-ftr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .l_learn--r-ftr .semicircle__second {
            margin-top: 15px
        }

    .presentor__block .prs__2-col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width:960px) {
    .left__block {
        width: calc(100% - 5px)
    }

    .service--container .edu__tab--col2 .left__block img {
        object-fit: cover
    }

    .edu__tab--col2 {
        grid-auto-flow: row
    }

        .edu__tab--col2 .left__block img {
            width: auto;
            max-height: 290px
        }

    .edu__col--download {
        bottom: 0
    }

    .l_learns--top-block {
        grid-auto-columns: 350px 1fr
    }

    .l_learn--2-col {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

        .l_learn--2-col .block__left, .l_learn--2-col .block__right {
            max-width: 40%;
            padding: 50px 20px
        }

            .l_learn--2-col .block__left h4, .l_learn--2-col .block__right h4 {
                line-height: normal
            }
}

@media screen and (max-width:767px) {
    .ct__desc--block {
        grid-auto-flow: row
    }

    .edu__heading--panel, .ct__header--block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ct__header--block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .ct__header--block h2 {
            margin-bottom: 14px
        }

        .ct__header--block .edu__select--cont {
            width: 100%
        }

    .edu__3col--grid {
        grid-template-columns: repeat(2,1fr)
    }

    .l_learns--top-block {
        grid-auto-flow: row
    }

    .l_learns--top-block {
        grid-auto-columns: 1fr
    }

        .l_learns--top-block > .l_learn--left {
            max-width: 70%
        }

    .l_learn--r-ftr .semicircle__cont h4 br {
        display: none
    }

    .l_learn--2-col .block__left, .l_learn--2-col .block__right {
        max-width: 45%
    }

    .presentor__block .prs__2-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .presentor__block .prs__2-col .profile_pic {
            margin-bottom: 20px
        }

        .presentor__block .prs__2-col .content_block {
            text-align: center
        }

        .presentor__block .prs__2-col .profile_pic {
            margin-right: 0
        }

    .l_learn--1col-block .col-2-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:640px) {
    .education__heading h2 {
        font-size: 24px;
        line-height: 35px
    }

    .edu__heading--panel .edu__tab--title {
        font-size: 16px
    }

    .edu__tab--container .semicircle__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .edu__tab--container .semicircle__cont .semicircle__icon {
            padding-top: 0
        }

            .edu__tab--container .semicircle__cont .semicircle__icon:after {
                left: -61px;
                top: -66%
            }

    .edu__tab--col2 .right__block .m_heading {
        font-size: 24px;
        line-height: 30px
    }

    .semicircle__cont h4 {
        font-size: 16px;
        padding: 10px
    }

    .ct__header--block h2 {
        font-size: 18px
    }

    .ct__desc--block .right__col h3 {
        font-size: 20px;
        line-height: normal
    }

    .ct__desc--block .right__col .semicircle__cont h4 {
        -ms-flex-item-align: start;
        align-self: center;
        line-height: 18px
    }

    .edu__tab--col2 .right__block > p, .education__heading p {
        font-size: 14px
    }

    .education__heading {
        margin-bottom: 20px
    }

    .l__leanr--bottom-block {
        background-size: 78%
    }

    .l_learn--2-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .l_learn--2-col .block__left, .l_learn--2-col .block__right {
            max-width: 100%;
            padding-bottom: 30px
        }

        .l_learn--2-col .block__right {
            margin-top: 20px
        }

    .presentor__block .semicircle__cont .semicircle__icon svg {
        margin-top: -26px
    }

    .presentor__block .inner--container.left__semicircle__fix {
        overflow: hidden
    }

    .l_learn--1col-block .semicircle__cont h4 {
        font-size: 15px
    }
}

@media screen and (max-width:490px) {
    .edu__3col--grid {
        grid-template-columns: repeat(1,1fr)
    }

    .l_learns--top-block .l_learn--right h4 {
        font-size: 20px
    }

    .l_learns--top-block > .l_learn--left {
        max-width: 100%
    }

    .l_learns--top-block .l_learn--right p, .presentor__block .prs__2-col p {
        font-size: 14px
    }

    .on_d--btn--cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .on_d--btn--cont a {
            text-align: center
        }

            .on_d--btn--cont a + a {
                margin-left: 0;
                margin-top: 10px
            }

    .presentor__block .pres__block--wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .presentor__block .semicircle__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .presentor__block .semicircle__cont h4 {
            font-size: 16px
        }

        .presentor__block .semicircle__cont .semicircle__icon {
            width: 100px
        }

        .presentor__block .semicircle__cont h4 {
            padding-left: 10px;
            margin-left: 0
        }

            .presentor__block .semicircle__cont h4 a {
                word-break: break-word
            }

    .l_learns--top-block .l_learn--right .semicircle__cont h4 {
        font-size: 15px
    }

    .l_learns--top-block .l_learn--right .semicircle__cont .semicircle__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
        flex: 0 0 64px
    }

    .l_learn--2-col .block__left h4, .l_learn--2-col .block__right h4 {
        font-size: 22px
    }

    .presentor__block h2 {
        font-size: 26px
    }

    .l_learn--1col-block .semicircle__cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .l_learn--1col-block .semicircle__cont .semicircle__icon:after {
            top: -71%
        }

        .l_learn--1col-block .semicircle__cont h4 {
            font-size: 17px;
            margin-top: 10px
        }

    .l_learn--1col-block h4 {
        font-size: 28px;
        line-height: normal
    }

    .l_learn--1col-block {
        padding: 45px 20px
    }
}

@media only screen and (max-width:991px) {
    .partners__img--wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center
    }

    .partner__img {
        margin-bottom: 25px;
        width: 14%;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 31px
    }

    .dsoform {
        position: relative;
        top: 0
    }
}

@media only screen and (max-width:768px) {
    .partner__img {
        width: 30%;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 31px
    }
}

@media screen and (max-width:579px) {
    .packing--address li {
        height: auto
    }

    .pending_case--wrapper2 li {
        height: auto
    }
}

@media screen and (max-width:768px) {
    .shipping--wrapper-o {
        flex-direction: column
    }

    .shipping--wrapper {
        flex-direction: column
    }
}

@media screen and (max-width:1024px) {
    .shipping--wrapper-o {
        flex-direction: column
    }

    .shipping--wrapper {
        flex-direction: column
    }
}

@media(max-width:768px) {
    .satisfaction--list--text {
        padding: 0 16px 0 16px;
        margin-top: 107px
    }

    #satisfaction .guraantee_list {
        padding: 0
    }

    #satisfaction .rewind_div {
        padding: 0
    }
}

@media(max-width:640px) {
    .guraantee_list ul li {
        padding-left: 22px
    }

    #satisfaction .back--color {
        padding: 0
    }

    .satisfaction--list {
        padding-top: 0
    }

        .satisfaction--list ul {
            padding: 10px
        }

    .guraantee_list ul li:before {
        left: 0
    }

    .packing--semicircle__fix::before {
        width: 100%
    }

    .guraantee_list ul {
        padding: 0
    }
}
