/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px) {

    .tabs-content .tab-single:not(:first-child) {
        display: none;
    }
    .logo{
        padding: 10px;
    }
    .logo img{
        width: 30px;
    }

    .tabs-nav ul {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);
        padding: 3px;
        position: absolute;
        width: 95%;
        margin: auto;
        right: 0;
        top: -32px;
        left: 0;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tabs-nav li {
        padding: 20px;
        color: #052a44;
        text-align: center; /* 13px */
        width: 100%;
    }
    .tabs-nav li.active a{
        color: #fff;
    }
    .tabs-nav li a{
        color: #052a44;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 13px */
        text-decoration: none;
    }
    .tabs-nav li.active{
        border-radius: 6px;
        background: #ab8b10;
        color: #fff;
    }

    .status-col {
        position: relative;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        top: 0;
        border: none;
        padding-top: 70px;
    }
    .header-text {
        padding-top: 60px;
        padding-bottom: 30px;
    }    

    .progress-section .progress-sec .g-single{
        flex-direction: column;
        align-items: start !important;
        justify-content: flex-start !important;
    }
    .progress-section .due-date p{
        padding-left: 65px;
        min-width: 0;
    }
    .progress-section .progress-sec{
        width: 100%;
    }

 
    .progress-section{
        padding-bottom: 30px;
    }
    .banner-section .banner-text h1{
        margin-top: 15px;
        font-size: 24px;
    }
    .banner-section .banner-text p{
        font-size: 12px;
        line-height: normal;
    }
    .banner-section .banner-text {
        padding: 65px 30px;
    }
    .nav-log img{
        width: 95px;
    }
    .main-form-sec-2 .form-wrap{
        padding: 50px 30px;
    }
    h2{
        font-size: 24px;
    }
    .dashboard-col .detail-sec{
        padding: 50px 25px;
    }
    .status-row .col-12{
        margin-bottom: 15px;
    }
    .progress-section-v2 .due-date p{
        padding-left: 0;
    }
    .progress-section-v2 .d-flex{
        flex-direction: column;
        align-items: flex-start!important;
    }
    .payment-btn{
        margin-top: 10px;
    }

}


/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .tabs-content .tab-single:not(:first-child) {
        display: none;
    }
    .logo{
        padding: 10px;
    }
    .logo img{
        width: 30px;
    }

    .tabs-nav ul {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.09);
        padding: 3px;
        position: absolute;
        width: 95%;
        margin: auto;
        right: 0;
        top: -32px;
        left: 0;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tabs-nav li {
        padding: 20px;
        color: #052a44;
        text-align: center; /* 13px */
        width: 100%;
    }
    .tabs-nav li.active a{
        color: #fff;
    }
    .tabs-nav li a{
        color: #052a44;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 13px */
        text-decoration: none;
    }
    .tabs-nav li.active{
        border-radius: 6px;
        background: #ab8b10;
        color: #fff;
    }

    .status-col {
        position: relative;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        top: 0;
        border: none;
        padding-top: 70px;
    }
    .header-text {
        padding-top: 60px;
        padding-bottom: 30px;
    }    

    .progress-section .progress-sec .g-single{
        flex-direction: column;
        align-items: start !important;
        justify-content: flex-start !important;
    }
    .progress-section .due-date p{
        padding-left: 65px;
        min-width: 0;
    }
    .progress-section .progress-sec{
        width: 100%;
    }

 
    .progress-section{
        padding-bottom: 30px;
    }
    .banner-section .banner-text h1{
        margin-top: 15px;
        font-size: 24px;
    }
    .banner-section .banner-text p{
        font-size: 12px;
        line-height: normal;
    }
    .banner-section .banner-text {
        padding: 65px 30px;
    }
    .nav-log img{
        width: 95px;
    }
    .dashboard-col .detail-sec{
        padding: 50px 25px;
    }
    .status-row .col-12{
        margin-bottom: 15px;
    }
    .progress-section-v2 .due-date p{
        padding-left: 0;
    }
    .payment-btn{
        margin-top: 10px;
    }
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px) {

    .status-col .single-status {
        padding-bottom: 15px;
        border: none;
    }
    .status-row .col-12{
        margin-bottom: 15px;
    }
    .col-12{
        margin-bottom: 15px;
    }
}

/**************iPad Landscape***************/
@media only screen and (max-width: 1024px) and (min-width: 986px) {}

/*******************************************/