@media (min-width: 0px) and (max-width: 900px) {


    nav {
        padding: 10px 10px !important;
        height: 70px;
        width: 100%;

    }

    nav .logo {
        width: 80px;
        height: 50px
    }

    nav .to-flex {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        padding: 60px 20px;
        left: 100%;
        transition: 0.5s;
        opacity: 0;
    }

    nav i {
        display: block !important;
        color: #fff;
        font-size: 19px;
        margin-right: 20px;
        margin-top: 10px;
    }

    nav .to-flex i {
        display: block;
        margin-right: 20px;
        font-size: 19px;
        margin-top: -40px;

    }

    nav .to-flex ul {
        display: block;
        margin-bottom: 10px;
    }

    nav .to-flex ul li {
        font-size: 18px;
        margin-bottom: 20px;
        width: auto;
        height: 45px;
    }

    nav .to-flex button {
        width: 95%;
        position: absolute;
        bottom: 0;
        margin-bottom: 20px;
        left: 0px;
        margin-left: 10px;
        height: 50px;
    }

    /*    /////////////////////////////////*/
    /*    /////////////////////////////////*/

    .header {
        display: block;
        height: auto;
        padding: 0px;
        padding: 120px 20px 0 20px;
    }

    .header .col {
        width: 100%;
    }

    .header .col h1 {
        font-size: 40px;
        line-height: 55px;
        width: 320px
    }

    .header .col p {
        font-size: 15px;
        line-height: 25px;
        width: 300px;
    }

    .header .col button {
        height: 50px;
        font-size: 15px;
    }

    .col .box-holder {
        display: flex;
        height: auto;
    }

    .col .box-holder .box {
        width: 90px;
        margin-bottom: 40px;
    }

    .header .col:nth-child(2) {
        margin: 0px;
        padding: 0;
        height: auto;
    }

    /*    /////////////////////////////////*/
    /*    /////////////////////////////////*/

    .second {
        padding: 0;
        display: block;
        height: auto;
        width: 100%;
        margin-top: 40px;
    }

    .second .hold {
        display: block;
        width: 100%;
        padding: 20px;
        height: 650px;
        ;
    }

    .second .hold h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .second .hold p {
        font-size: 13px;
        line-height: 30px;
        width: 300px;
        margin-bottom: 20px;
    }

    .second .hold .holder {
        display: block;
        margin-top: 0;
        height: 120px;
    }

    .holder .column h2 {
        font-size: 40px;
        font-weight: 400;
    }

    .second .hold:nth-child(2) {
        height: auto;
        margin-top: -50px;
    }

    .second .hold:nth-child(2) img {
        height: 300px;
    }

    /*    /////////////////////////////////*/
    /*    /////////////////////////////////*/

    .third {
        padding: 10px 10px;
        margin-top: 0;
        width: 100%;
    }

    .third h4 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .third h1 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .third .holdem {
        width: 100%;
        display: block;
        padding: 0;
    }

    .third .large-box {
        margin-bottom: 20px;
        height: 300px;
        width: 100%;
    }

    .third .large-box figure {
        width: 60px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        text-align: center;

    }

    .large-box figure i {
        font-size: 27px;
        margin-top: 16px;
    }

    .large-box h1 {
        font-size: 20px;
    }

    .large-box p {
        font-size: 14px;
    }
    
    
/*    ///////////////////////////////////*/
/*    ///////////////////////////////////*/

    .market-place {
        padding: 0;
        width: 100%;
        margin-bottom: 100px;
    }

    .market-place .write-up {
        padding: 40px 20px;
        display: block;
    }

    .market-place .write-up .texts {
        width: 100%;
        margin-bottom: 10px;
    }

    .write-up .texts h1 {
        font-size: 22px;
        width: 250px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .write-up .texts:nth-child(2) p {
        font-size: 15px;
        width: auto;
        margin-top: 0px;
    }

    .market-place .market-price {
        padding: 0px 10px;
        height: auto;
    }

    .market-place .flex-these {
        display: flex;
        width: 100%;
        height: auto;
    }

    .market-price .table {
        display: block;
        width: 40%;
        min-width: 40%;
        height: auto;
        border-bottom: 0;
    }

    .market-price .table .boxes {
        width: 100%;
        height: 59px;
        overflow: hidden;
    }

    .table .boxes p {
        font-size: 12px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .other-tab {
        display: flex;
        overflow: scroll;
    }
    
    .other-tab::-webkit-scrollbar{
        height: 2px;
    }

    .other-tab .table-2 {
        display: block!important;
    }

    .other-tab .table-2 .boxes {
         width: 100%;
        height: 59px;
        overflow: hidden;
    }
    
    .other-tab .table-2 .boxes:first-child{
        padding: 0 10px;
    }
    
    .other-tab .table-2 .boxes:first-child h5{
        font-size: 13px;
    }

    .other-tab .table-2 .boxes p {
        font-size: 13px;
        margin-top: 0px;
        white-space: nowrap;
    }

    .other-tab .table-2 .boxes:nth-child(1) p {
        margin-top: 0
    }

    .other-tab .table-2 .boxes h5 {
        font-size: 16px;
        margin-top: 15px
    }

    .testimonials {
        /*        background-color: red;*/
        padding: 0;
        margin-bottom: 0;
        padding: 0px 20px;
    }

    .testimonials .reviews {
        margin-top: 0;
        display: block;
    }

    .testimonials .reviews .block {
        /*        background-color: blue;*/
        width: 100%;
        height: 90px;
        margin-bottom: 0;
    }

    .reviews .block p {
        font-size: 14px;
        margin: 0;
        margin-bottom: 0px;
    }

    .reviews .block h1 {
        font-size: 25px;
        width: 100%;
        line-height: 30px;
        margin-top: 10px;
    }

    .testimonials .reviews .block:nth-child(2) {
        /*        background-color: red;*/
    }

    .testimonials .reviews .block:nth-child(2) p {
        top: 0;
        margin-top: 10px;
        width: 100%;
        font-size: 13px;
    }

    .testimonials .quotes {
        /*        background-color: green;*/
        display: block;
        margin-top: 0px;
        height: auto;
        margin-bottom: 80px;
    }

    .quotes .squares {
        height: 250px;
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;

    }

    .quotes .squares i {
        font-size: 25px;
        margin-bottom: 0;
    }

    .quotes .squares p {
        font-size: 15px;
        margin-top: 20px;
    }

    .quotes .squares .responses {
        /*        background-color: green;*/
        width: fir-content;
        height: auto;

    }

    .squares .responses i {
        font-size: 30px;
    }

    .squares .responses h5 {
        font-size: 15px;
        margin-left: 10px;
    }

    .footer {
        /*        background-color: red;*/
    }

    .footer .last-flex {
        display: block;
        width: 100%;
        padding: 0px 20px;
    }

    .last-flex .explore {
        /*        background-color: red;*/
        width: 100%;
        padding: 0;
        height: 300px;
        /*        background-color: blue*/
    }

    .last-flex .explore h1 {
        font-size: 23px;
        width: 300px;
        line-height: 30px;
    }

    .last-flex .explore p {
        font-size: 14px;
        width: 270px;
        color: rgba(255, 255, 255, 0.61);
    }

    .last-flex .explore button {
        width: 200px;
        height: 50px;
        font-size: 13px;
    }

    .last-flex .explore i {
        font-size: 10px;
    }

    .last-flex .explore:nth-child(2) {
        /*        background-color: red;*/
    }

    .footer .foot-line {
        /*        background-color: red;*/
        padding: 20px;
        height: 100px;

    }

    .footer .foot-line p {
        font-size: 12px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .signup {
        /*        background-color: red;*/
        height: auto;
    }

    .login {
        /*        background-color: red;*/
        width: 100%;
        height: 750px
    }

    .login .top {
        height: 50px;
        padding: 17px;
    }

    .login .top i {
        font-size: 14px;
    }

    .login figure {
        width: 170px;
        height: 170px;
    }

    .login span {
        width: 170px;
        height: 170px;
    }

    .login .holding {
        /*        background-color: aqua;*/
        height: 35px;
        width: 100% !important;
        margin-bottom: 5px;
    }

    .login form {
        width: 90%;
        height: 500px;
        padding: 40px 20px;
    }



    .login form h1 {
        font-size: 20px !important;
    }

    .login form input {
        font-size: 12px !important;
        width: 100%;
        height: 30px;
        margin-bottom: 5px !important;
    }

    .login form select {
        /*        background-color: aqua;*/
        height: 30px;
        font-size: 13px !important;
    }

    .login form i {
        font-size: 12px !important;
        margin-top: -5px !important;
        margin-top: 0;
        /*        margin-left: 17px;*/
        /*        background: red;*/
    }

    .login form button {
        height: 35px !important;
        font-size: 13px;
        font-weight: 500;
        width: 100%;
        margin-top: 20px;

    }


    .login form p {
        font-size: 13px;
        margin-right: 17px;
        margin-top: 10px;
    }

    .login form span {}


























}
