/* Mobile */
@media (max-width: 767px) {
    br {
        display: none;
    }

    .pink-back {
        background-color: #ffaf93;
    }

    .purple-back {
        background-color: #5552ff;
    }

    .pink-heading {
        line-height: 30px;
    }

    .mobile-only-header p, .mobile-only-header a {
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: 39px;
        text-align: center;
        margin-bottom: 0;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .logo img {
        width: 40%;
    }

    .login-page {
        text-align: center;
        padding: 20% 5%;
    }

    .login-page .logo img {
        width: 50%;
    }

    .navbar-toggler {
        padding: 10px 20px;
        font-size: 25px;
        line-height: 1;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        text-align: center!important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 5px 0;
        display: inline-block;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        top: 0;
        min-width: auto;
        border-radius: 10px;
        border: 0;
        box-shadow: none;
        text-align: center;
        padding: 0!important;
        display: block;
    }

    .dropdown-item {
        color: #232121;
        font-weight: 500;
    }
    
    .header {
        padding: 10px 0!important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .view {
        margin-right: 0;
    }

    .tns-nav button {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #707070;
        border-radius: 100%;
        margin: 5px;
    }

    .tns-nav button.tns-nav-active {
        width: 14px;
        height: 14px;
        background-color: #ffaf93;
        border: 1px solid #ffaf93;
        border-radius: 100%;
    }

    .animated-block.slide p {
        font-size: 12px;
    }

    h1 {
        font-size: 25px;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    select#tabs_trigger {
        height: auto;
        min-height: 60px;
        max-height: 60px;
        float: none;
        margin: auto;
        margin-bottom: 40px;
        font-size: 15px;
        padding: 0 40px!important;
        background-image: url('/images/arrow-down-wht.png') !important;
        background-position: calc(100% - 15px) 24px, calc(100% - 0px) 5px, 100% 0px;
        background-repeat: no-repeat;
        background-size: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .card-header h5 {
        font-weight: 600;
        font-size: 15px;
        position: relative;
    }

    .card-body {
        font-size: 15px;
    }

    .ready-to-start {
        background-image: none; 
        height: auto;
        background-color: #e9e8f8;
        padding: 10% 0;
    }

    .start-project-header {
        height: 280px;
    }

    .shadow.start-project {
        background-color: #fff;
        margin-top: -200px;
        padding: 20px;
        margin-bottom: 0px;
        border-radius: 0px;
        box-shadow: none!important;
    }

    .register-page .shadow.start-project {
        margin: 0;
    }

    .register-header {
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 0!important;
    }

    .steps .border-left {
        border: 0!important;
    }

    .steps-step-2 .active .btn-circle::after, .steps-form-2 .steps-row-2:after {
        display: none;
    }

    .steps-step-2 .active span {
        margin-left: 10px;
        font-size: 20px;
    }

    /* .steps-form-2 .steps-row-2 .steps-step-2 .active .btn-circle {
        color: #FFAF93;
        font-size: 18px;
        font-weight: 600;
        padding: .375rem 0;
    } */

    .steps-form-2 .steps-row-2 .steps-step-2 p {
        margin-top: 0;
    }

    .steps-step-2.step1 p {
        margin-left: -10px!important;
    }

    .step2 p {
        margin-left: -75px!important;
    }

    .step3 p {
        margin-left: -45px!important;
    }

    .step4 p {
        margin-left: -15px!important;
    }

    .step4-page.step5 p {
        margin-left: -100px!important;
    }

    /* .steps-form-2 .steps-row-2 .steps-step-2 .active .btn-circle span {
        width: 50px;
        height: 50px;
        padding: 10px 19px;
        margin-right: 15px;
    } */

    .proj-value .nav-link {
        min-width: 155px;
        width: auto!important;
        max-width: fit-content;
        float: left;
        max-width: 0;
        height: auto;
        margin: 5px!important;
        padding: 15px 10px!important;
        white-space: normal;
    }

    .table-responsive-md {
        overflow: scroll;
        min-width: 750px;
        max-width: 800px;
        width: auto;
        scrollbar-color: #ec407a #F5F5F5;
    }

    .table-responsive::-webkit-scrollbar:vertical {
        width: 100px;
        height: 100px;
    }

    .table-responsive::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px; 
    }
        
    .table-responsive::-webkit-scrollbar {
        width: 12px;
        background-color: transparent; 
    }
        
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #000000; 
        width: 100px;
        height: 100px;
    }

    .table td {
        min-width: 130px;
        width: auto;
    }

    /* Project page */
    .mobile-slider .slide p {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
        word-break: break-all;
    }

    .doc-block {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .doc-block img {
        width: 100%;
        height: auto;
    }

    /* About page */
    .mobile-position-static {
        position: static!important;
        top: 0;
    }

    .mission {
        height: auto;
    }

    .mission h3 {
        font-size: 20px;
    }

    .rounded-circle p {
        font-size: 18px;
    }

    .rounded-circle {
        width: 200px;
        height: 200px;
        text-align: center;
        margin-left: auto;
        margin-bottom: 50px;
        margin-right: auto;
    }

    .contact-form {
        margin-top: 20px;
    }

    /* Dashboards */
    .nav.regular-tabs {
        display: block;
    }

    .regular-tabs .nav-item {
        padding-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .regular-tabs .nav-link.active {
        text-align: center;
        display: inline-block;
    }

    .dashboard-tabs .btn-primary {
        padding: 10px 7px!important;
    }

    .tab-content>.active {
        display: block;
        min-height: 46vh;
    }

    .browse_projects .navbar-nav {
        /* padding-top: 8px; */
        position: absolute;
        top: 100%;
        background-color: #fff;
        z-index: 99999;
        left: auto;
        right:15px;
        padding: 15px;
        box-shadow: 0px 3px 13px #00000029;
    }

    .browse_projects .filter-icon {
        font-size: 25px;
    }

    .browse_projects .nav-link {
        display: block;
        padding: 5px;
        color: #000;
        font-weight: 500;
        line-height: 20px;
    }

    .dropdown {
        line-height: 50px;
    }

    .dropdown .filter-icon-a {
        line-height: 40px;
        vertical-align: middle;
    }

    .dropdown-menu {
        min-width: 200px;
    }

    .dropdown-header {
        display: block;
        padding: .5rem 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        white-space: nowrap;
    }

    .modal-title {
        font-size: 18px;
    }

    /* Footer */
    .footer {
        padding: 5%;
    }

    .footer .container {
        text-align: left!important;
    }

    .footer i {
        margin-right: 20px;
    }

    footer .col-md-12 {
        padding-left: 15px;
    }

    .footer-lower {
        padding: 15px 40px;
    }

    .footer-lower p>span {
        display: none;
    }

    .footer-lower a, .footer-lower p {
        color: #fff;
        margin-bottom: 0;
        line-height: 20px;
        text-align: center;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 30px;
    }

    .logo img {
        width: 25%;
    }

    .login-page .logo img {
        width: 70%;
    }

    .tablet-only-btn .btn-primary {
        position: absolute;
        left: 45%;
        right: auto;
        top: 5px;
    }

    .navbar-toggler {
        padding: 12px 0;
        font-size: 30px;
        border-radius: 0;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: auto;
        right: -10px;
        background-color: #fff;
        z-index: 999;
        text-align: center!important;
        width: 200px;
        margin-top: 8px;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .navbar-collapse {
        box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.16);
        min-height: 320px;
    }

    #navbarSupportedContent1 {
        min-height: auto;
    }

    .dashboards-header .navbar-collapse {
        box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.16);
        min-height: 100px;
    }

    .header .nav-link.btn-primary {
        margin: 0 10px;
        padding: 10px!important;
    }

    .header .navbar-light .navbar-nav .nav-link, .dropdown-item {
        color: #232121;
        font-weight: 500;
        padding: 0px 15px;
        vertical-align: middle;
        line-height: 30px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: -3px;
        min-width: 200px;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        padding: 5px 0 10px 0!important;
        text-align: center;
        display: block;
    }

    .dropdown-item.btn-primary {
        display: none!important;
    }

    .tns-nav button {
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #707070;
        border-radius: 100%;
        margin: 5px;
    }

    .tns-nav button.tns-nav-active {
        width: 14px;
        height: 14px;
        background-color: #ffaf93;
        border: 1px solid #ffaf93;
        border-radius: 100%;
    }

    /* Home page */
    .animated-block p {
        font-size: 14px;
    }

    .testimonial-slider .card.grey-back {
        height: auto;
    }

    .testimonial-slider .grey-back {
        background-color: #F2F6F9;
        min-height: auto;
    }

    .ready-to-start {
        height: auto;
    }

    .register-page .shadow.start-project {
        background-color: #fff;
        margin-top: -180px;
        padding: 40px;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .slider img {
        padding: 25px;
    }

    /* About page */
    .mission .position-absolute {
        position: absolute!important;
        top: -50px;
        right: 0;
        left: auto;
        bottom: 0;
    }

    .mission .row {
        min-height: 355px;
    }

    .rounded-circle {
        width: 200px;
        height: 200px;
    }

    .rounded-circle p {
        font-size: 18px;
    }

    /* Start project pages */
    .steps .border-left {
        border: 0!important;
    }

    .steps-step-2 .active .btn-circle::after, .steps-form-2 .steps-row-2:after {
        display: none;
    }

    .steps-step-2 .active span {
        color: #FFAF93;
        display: inline-block;
        font-size: 20px;
        margin-left: 10px;
    }

    .step1 p {
        margin-left: -5px!important;
    }

    .step2 p {
        margin-left: -70px!important;
    }

    .step3 p {
        margin-left: -45px!important;
    }

    .step4 p {
        margin-left: -13px;
    }

    
    .step5 p {
        margin-left: -100px;
    }

    .steps-step-2 .active .btn-circle span {
        width: 50px;
        height: 50px;
        padding: 6px 15px;
    }

    .proj-value .nav-link {
        max-width: 100px;
        width: auto;
        display: inline-block;
        padding: 15px!important;
    }

    /* Project pages */
    .table td {
        font-size: 15px;
    }

    .doc-block-section .col-2 p {
        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
        word-break: break-all;
    }

    .project-details-section p {
        word-break: break-all;
    }

    .table-responsive-md {
        overflow: scroll;
        min-width: 750px;
        max-width: 800px;
        width: auto;
        scrollbar-color: #ec407a #F5F5F5;
    }

    .table-responsive::-webkit-scrollbar:vertical {
        width: 10%;
        height: 10%;
    }

    .table-responsive::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 10px; 
    }
        
    .table-responsive::-webkit-scrollbar {
        width: 10%;
        background-color: transparent;
        max-width: 10%;
    }
        
    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #6c757d57;
        width: 10%;
        height: 10%!important;
        max-width: 10%;
    }

    .table td {
        min-width: 130px;
        width: auto;
    }

    /* Dashboard pages */
    .card.grey-back {
        height: 500px;
    }

    .card.grey-back h2 {
        height: 50px;
        vertical-align: middle;
    }

    .browse_projects .navbar-nav {
        /* padding-top: 8px; */
        position: absolute;
        top: 100%;
        background-color: #fff;
        z-index: 99999;
        left: auto;
        right:15px;
        padding: 15px;
        box-shadow: 0px 3px 13px #00000029;
    }

    .browse_projects .nav-link {
        display: block;
        padding: 5px;
        color: #000;
        font-weight: 500;
    }

    .dropdown-header {
        display: block;
        padding: .5rem 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        white-space: nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .view {
        margin-right:-243px;
    }

    .header .nav-item .dropdown {
        line-height: 48px;
    }

    .header .navbar-nav {
        padding-top: 0;
    }

    .header .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 54px;
        min-width: 360px;
        border-radius: 10px;
        border: 0;
        box-shadow: 0px 0px 12px #00000029;
    }

    .header .dropdown-item {
        padding: 0;
        line-height: 30px;
    }

    .purple-section {
        overflow: hidden;
    }

    .purple-section.mission {
        overflow: unset;
    }

    .home-page .card.grey-back {
        min-height: auto;
    }

    .card.grey-back {
        min-height: 500px;
    }

    .ready-to-start {
        height: auto;
    }

    .login-page .logo img {
        width: 70%;
    }

    .slider img {
        width: 100%;
        padding: 30px;
    }

    /* About page */
    .purple-section.mission .position-absolute {
        top: -40px;
    }

    .rounded-circle {
        width: 210px;
        height: 210px;
    }

    .mission {
        height: 570px;
    }

    /* Start project steps */
    .btn-circle-2 {
        padding: 0;
    }
    
    .step1 .active .btn-circle::after {
        width: 170px!important;
    }

    .step2 .active .btn-circle::after {
        width: 230px!important;
    }

    .step3 .active .btn-circle::after {
        width: 210px!important;
    }

    .step3-page .step1 .btn-circle-2.active::after, .step4-page .step1 .btn-circle-2.active::after {
        width: 200px!important;
    }

    .step3-page .step2 .btn-circle-2.active::after, .step4-page .step2 .btn-circle-2.active::after{
        width: 260px!important;
    }

    .step3-page .step1 .active .btn-circle::after {
        width: 210px!important;
    }

    .step5 .step4 .btn-circle-2.active::after {
        width: 245px!important;
    }

    .step4-page .step1 .active .btn-circle::after {
        width: 210px!important;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .view {
        margin-right: -77px;
    }

    .login-page {
        padding: 3% 0;
    }

    .login-page .logo img {
        width: 60%;
    }

    .position-absolute {
        top: -50px;
    }

    .step1 .active .btn-circle::after {
        width: 240px!important;
    }

    .step2 .active .btn-circle::after {
        width: 260px!important;
    }

    .step3-page .step1 .active .btn-circle::after {
        width: 280px!important;
    }

    .step4-page .step3 .btn-circle-2.active::after{
        width: 290px!important;
    }

    .step4-page .step1 .active .btn-circle::after {
        width: 280px!important;
    }

    .step5 .step4 .btn-circle-2.active::after {
        width: 270px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .mission .row {
        min-height: 360px;
    }
}