@media (min-width: 1200px) {
    .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 920px) {
    .tab-item {
        width: 920px !important;
    }
}

@media (min-width: 769px) {
    .block-tutorial {
        padding: 0 150px;
    }

    .footer-end-mid {
        margin-right: 350px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .btn-show-search {
        display: none
    }


    .product-item {

        width: 50%;
    }


    .product-item .meta {
        padding-left: 70px;
    }

    .border-item {
        padding: 15px;
    }


}
@media (max-width: 1024px) {
    .offset-2 {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .box-sing-in {
        padding: 0px 20px;
    }
    .signin-title {
        padding: 15px 0 25px;
    }
    .detail-top .left .meta button.button-1 span {
        margin-right: 5px !important;
        display: inline-block;
    }

    .detail-top .left .meta button.button-2 {
        min-width: 120px;
        height: 24px;
    }

    .detail-top .left {
        width: 80%;
    }

    button.button-1, .detail-top .left .meta button.button-2 {
        display: flex;
    }

    .mobi-top {
        margin-top: 70px;
    }

    .nav.tab-title::-webkit-scrollbar {
        display: none
    }

    .nav.tab-title {
        justify-content: start !important;
        flex-wrap: inherit;
        white-space: nowrap;
        overflow-x: scroll;
    }


    .signin-title {
        font-size: 60px;
    }


    .tab-title-item span:after {
        top: 35px;
    }

    .related-product .product-item {
        width: 50%;
    }

    .lis-product {
        margin-bottom: 15px;
    }

    .header div {
        align-items: center;
    }

    .search-input-mobile {
        margin-left: 15px;
    }

    .input-group1 input {
        padding: 0 10px;

    }

    .input-group1 button {
        font-size: 18px;
        padding: 0 12px;

    }

    .form-group {
        margin-top: 5px;
        border: solid 1px #e8e9ea;
        width: 290px;
        border-radius: 5px;
    }

    .dropdown-body {

        top: 40px;

    }

    .menu-mobi-icon {
        font-size: 24px;
        margin-top: 4px;
        font-weight: 500;
        margin-left: 10px;
        line-height: 0;
    }

    .header {
        padding: 20px 0 12px;
    }

    .main-menu {
        list-style: none;
        display: block;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 0px;
        position: absolute;
        background: var(--sky);
        min-height: 100vh;
        width: 80%;
        top: 0;
        left: 0;
        margin-left: -80%;
        transition: all 0.5s;
        z-index: 9999;
        color: #ffffff;
    }

    .main-menu.show-menu {
        margin-left: 0;
    }

    .menu-mobi-head {
        font-size: 20px;
        padding: 20px 20px 15px;
        border-bottom: solid 1px #ffffff;
        display: flex;
        align-items: center;
    }

    .menu-off {
        margin-right: 25px;
    }

    .main-menu a {
        color: #ffffff;
        display: block;
        padding: 5px 0;
    }

    .main-menu .menu-item:nth-child(2) {
        margin-top: 15px;
    }

    .block-featues {
        padding: 0px;
        margin-top: 80px;
    }
   .security-code.code-in-form {
       margin-bottom: 0px;

    } .security-code.code-in-form .ml-auto {
        margin-left: unset;

    }

}

@media (max-width: 767px) {
    .box-sing-in .my-5{
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .mt-2.mb-4{
        text-align: center;
    }
    .block-signin .security-code input {
        width: 52px;
        height: 52px;
    }

    .input-left-2 {
        width: 100%;
    }

    .block-signin .security-code.code-in-form {
        margin-left: auto;
        margin-top: 25px;
        width: 100%;
    }

    .referal-icon {
        width: 50px;
        height: 52px;

    }

    .block-signin button.sky-bg {

        font-size: 25px;

    }

    .ready-singin {
        font-size: 16px;
        margin-top: 20px;
    }

    .term-text {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .signin-title {
        font-size: 28px;
    }

    .block-signin {
        font-size: 16px;
    }

    .input-top-left {
        width: 100%;
    }

    .input-top-right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }

    .related-product .product-item {
        width: 100%;
    }

    .social {
        position: relative;
        margin-right: auto;
    }

    .social-list {
        position: absolute;
        display: flex;
        bottom: 38px;
        background: #ffffff;
        padding: 25px 15px;
        width: 100vw;
        left: -12.5px;
        height: 0;
        visibility: hidden;
        transition: all 0.5s;
        background: #201e1e
    }

    .social-item {
        display: inline-flex;
        margin-bottom: 5px;
    }

    .social-list.show-social {
        height: 100px;
        visibility: visible;
    }

    .language {
        padding-right: 0;
    }

    .language:before {
        content: none;

    }

    .signin a {
        padding-left: 10px;
    }

    .user-icon {
        width: 28px;
        height: 28px;
        background: #1c7174;
        border-radius: 50%;
        font-size: 14px;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .language img {
        height: 24px;
    }

    button.button-2, button.button-1 {
        border-radius: 3px;
    }

}


@media (max-width: 599px) {
    .detail-top .left .meta button.button-2 {
        height: 20px;
    }

    .detail-top .left .meta button.button-2 {
        min-width: 83px;
    }

    .link-item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .security-code {
        font-size: 27px;
        margin-right: 20px;
        width: 100%;
        margin-bottom: 25px;
    }

    .product-detail-link {
        position: absolute;
        right: -5px;
        background: #ffffff;
        display: none;

    }

    .detail-top .right ul li {
        margin-left: 10px;
        padding: 5px 0;
        margin-top: 10px;
    }

    .detail-top .left .meta ul li span {
        margin: 0 4px;
    }

    .detail-top .left .meta button.button-2 {
        padding: 1px 4px;
        font-size: 10px;
    }

    .detail-top .left .meta button.button-1 {
        font-size: 10px;
        padding: 0 2px 0 0;

    }

    .detail-top .left .meta button.button-1 span {
        padding: 0px 3px;
    }


    .detail-top .left .meta ul li {
        margin-right: 10px;
    }

    .detail-top .left .image {
        width: 50px;
        height: 50px;

    }

    .detail-top .left .meta img {
        max-height: 12px;
        margin-right: 2px;
    }

    .detail-top .left .title-2 {
        margin-top: -5px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
        height: auto;
        overflow: hidden;
    }

    .detail-top .left .meta {
        padding-left: 60px;
        font-size: 11px;
    }

    .product-item {

        width: 100%;
    }

    .product-item .meta .title {
        font-size: 15px;
    }

    .product-item .meta {
        padding-left: 64px;
    }

    .border-item {
        padding: 15px;
    }

    .product-item .image {
        width: 50px;
        height: 50px;
    }

    .search-input-mobile {
    }

    .menu-mobi-icon {
        font-size: 22px;
        margin-top: 4px;
        margin-left: 10px;
        line-height: 0;
    }

    .search-input-mobile .form-group {
        position: absolute;
        width: 100%;
        left: 0;
        background: var(--sky);
        top: 61px;
        border-radius: 0;
        height: 0;
        visibility: hidden;
        transition: all 0.5s;
    }

    .search-input-mobile .form-group .input-group1 {
        display: none;
        margin: 0 15px;

    }

    .search-input-mobile .form-group.show-search-form {
        height: 60px;
        visibility: visible;
        z-index: 9999
    }

    .search-input-mobile .form-group.show-search-form .input-group1 {
        display: flex;
        height: 34px;
        border-radius: 4px;
    }

    .btn-show-search {
        border: solid 1px #e8e9ea;
        padding: 3px 12px 1px 12px;
        font-size: 14px;
        background: transparent;
        border-radius: 4px;
        margin-top: 4px;
        color: #77787b;
    }
}

@media (max-width: 320px) {
    .button-group {
        display: none !important;
    }
}