/*============================== Mobile ============================*/
@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
    header nav .navbar-nav li:last-child {
        position: relative;
    }
    header nav .navbar-brand {
        position: relative;
    }
    .navbar-light .navbar-toggler {
        position: relative;
        top: -3px;
        border: none;
    }
    .navbar-light .navbar-toggler i {
        color: #070707;
        font-size: 24px;
    }
    header nav .navbar-nav li:last-child .nav-link {
        text-align: center;
    }
    header nav .navbar-nav li .nav-link {
        padding: 14px 2px!important;
    }
    header nav .navbar-brand img {
        width: 155px;
    }
    .banner-home .banner-content .button-bn .custom-btn {
        padding: 20px 30px;
    }
    .banner-home .banner-content .button-bn .transparent-btn {
        padding: 20px 16px;
    }
    .banner-home .banner-content .button-bn .transparent-btn img {
        width: 26px;
    }
    .banner-home .banner-content .banr-image {
        margin-bottom: 0;
    }
    .headline-area h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .headline-area h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .headline-area .sub-heading {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
        display: inline-block;
    }
    .banner-home .banner-content p {
        margin-top: 28px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .banner-home .banner-content .headline-area {
        padding: 0 0 70px;
    }
    .banner-home {
        padding-top: 20px;
    }

    footer .foot_top h3 {
        font-size: 30px;
        line-height: 46px;
    }
    footer .foot_top .subscribe-form {
        margin-top: 30px;
    }
    
    footer .foot_bottom {
        padding: 0 8px 34px;
    }
    footer .foot_bottom p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0;
    }
    footer .foot_top .subscribe-form .input-col {
        font-size: 14px;
    }
    footer .foot_top {
        padding: 60px 0 40px;
    }
    footer .foot_top .small-text {
        font-size: 13px;
        line-height: 22px;
    }

    .main-describe .bigger-text h2 {
        font-size: 18px;
        line-height: 28px;
    }

    footer {
        background: #fff url(../images/background-patterns/footer.png) no-repeat 10%/cover;
    }
  
    .mid-fund {
        padding: 40px 0 70px;
    }
    .headline-area p {
        font-size: 18px;
        line-height: 28px;
    }
    .banner-home-case .banner-content p {
        margin-top: 30px;
        font-size: 17px;
        line-height: 28px;
    }
    .banner-home-case {
        padding: 0 0 50px;
    }
    .banner-home-case img {
        padding: 0 0 0;
    }
    .mobile_Caseimage {
        display: block;
    }
    .block_content {
        padding: 50px 0 30px;
    }
    .currency-swap .pay_one {
        padding-bottom: 40px;
    }

    .otc--mid {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .minting-bg {
        padding-top: 50px;
    }
    .minting-bg .headline-area h2 {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 40px;
    }
    .minting-bg .headline-area p {
        font-size: 17px;
        line-height: 28px;
    }
    .minting-steamlined .box_why .headline-area h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .minting-steamlined .box_why .inffo-area {
        padding: 4px 30px;
    }
    .minting-steamlined .box_why .headline-area {
        margin-bottom: 24px;
    }
    .minting-steamlined {
        padding-bottom: 80px;
    }
    header nav .navbar-nav li:last-child ul li:nth-child(1) .nav-link {
        background: #ECF1F3;
        color: #134E64 !important;
    }
    .walltClient {
        padding-top: 100px;
    }
    header nav .navbar-nav li .nav-link {
        line-height: 30px;
        font-size: 17px;
    }
    .collapse.show .navbar-nav {
        /* height: 50vh; */
    }
    .navbar-nav {
        padding-top: 34px;
        padding-bottom: 40px;
    }
    .endMenu {
        margin-top: 40px;
    }
    .endMenu ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .endMenu ul li:first-child a {
        background: #d6e3e8;
        color: #134e64 !important;
    }

    .main-describe {
        padding: 80px 0 40px;
    }

   
}
/*============================== //Mobile ============================*/

/*============================== Tablet ============================*/
@media (min-width: 768px) and (max-width: 1024px) {
    p {
        font-size: 15px;
    }
    header nav .navbar-nav li:last-child {
        position: relative;
    }
    header nav .navbar-brand {
        position: relative;
    }
    .navbar-light .navbar-toggler {
        position: relative;
        top: -3px;
    }
    .navbar-light .navbar-toggler i {
        color: #070707;
        font-size: 24px;
    }
    header nav .navbar-brand img {
        width: 160px;
        margin-top: 18px;
    }
    header {
        padding: 6px 0;
    }
    .headline-area h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .headline-area .sub-heading {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .headline-area h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .banner-home .banner-content p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 28px;
    }
    .banner-home .banner-content {
        padding: 0;
    }
    header nav .navbar-nav li:last-child .nav-link {
        width: fit-content;
    }
    footer .foot_top h3 {
        font-size: 28px;
        line-height: 44px;
    }
    
    footer .foot_bottom {
        padding: 0 0 20px;
    }
    .subscribe-form .custom-btn {
        padding: 14px 28px;
        font-size: 13px;
    }
    footer .foot_top .small-text {
        font-size: 12px;
        line-height: 21px;
    }
    footer .foot_bottom p {
        font-size: 14px;
    }
    .banner-home .banner-content .button-bn .custom-btn {
        padding: 20px 24px;
    }
    .banner-home .banner-content .button-bn .transparent-btn {
        padding: 20px 12px;
    }
    .transparent-btn img {
        width: 24px;
    }

    .headline-area .sub-heading {
        display: inline-block;
    }
    .banner-home {
        padding-top: 20px;
    }
 
    .minting-bg .headline-area p {
        font-size: 17px;
        line-height: 28px;
    }
    .minting-bg .headline-area h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .minting-steamlined .box_why .headline-area h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .minting-steamlined .box_why .inffo-area {
        padding: 8px 28px 42px;
    }
    .minting-steamlined .box_why .headline-area {
        margin-bottom: 24px;
    }
    .minting-steamlined {
        padding-bottom: 60px;
    }
}
/*============================== //Tablet ============================*/

/*============================== Bigger Tablet ============================*/
@media (min-width: 1025px) and (max-width: 1440px) {
    .pricing-wrap .why_list .item_single .item--width {
        width: 100%;
    }
}
