
@media (max-width:1152px) {



    #section-overview {
        margin: 0 -12px;
    }

    #section-overview .cp-section {
        margin: 15px 0 0;
    }


    #section-services-overview2 {
        flex: 0 0 50%;
        width: 100%;
        padding: 0 12px;
    }

    #section-services-overview {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 12px;
    }

    #section-quick-links {
        flex: 0 0 50%;
        width: 50%;
        padding: 0 12px;
    }

    .cp-servc-item {
        max-width: 100%;
        margin: 10px 20px 17px 20px;

        flex: 1; /* This allows each item to expand */
        min-width: 33%; /* Adjust depending on how many you want per row */
    }

    .quick-link-item {
        width: 100%;
    }

    .ql-icon,
    .macc-icon {
        width: 32px;
        height: 32px;
    }

    .ql-icon img,
    .macc-icon img {
        width: 20px;
        height: 20px;
    }

    .quick-link-box h3,
    .macc-item h3 {
        margin-bottom: 4px;
    }

    .sst-col-1 {
        flex: 0 0 55%;
        width: 55%;
    }

    .sst-col-2 {
        flex: 0 0 45%;
        width: 45%;
    }

    .custom-forecasts-box.sst-row {
        display: grid;
        grid-template-columns: 55% 45%;
    }



    .custom-forecasts-box .sst-col-1 {
        grid-row: 1 / span 3;
        grid-column: 1;
        width: auto;
    }

    .custom-forecasts-box .sst-col-2 {
        grid-column: 2;
        grid-row: 1;
        width: auto;
    }

    .custom-forecasts-box .sst-col-3 {
        grid-column: 2;
        grid-row: 2;
        width: auto;
    }

    .web-ac-divider
    {
        display: none;
    }


}



@media (max-width:768px) {

    body {
        font-size: 14px;
    }



    .btn,
    .btn-gray,
    .btn-blue, .btn-save2 {
        padding: 12px !important;
        height: 45px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
    }

    

    


    .moble-no-padding,
    .moble-no-padding .container {
        padding: 0 !important;
    }

    .my-vessels-head h1,.sdetail-text h1 {
        font-size: 28px;
    }

    .sst-col-1,
    .sst-col-2 {
        flex: 0 0 100%;
        width: 100%;
    }

    .sst-col-2 {
        margin-bottom: 0;
    }

    .custom-forecasts-box.sst-row {
        display: flex;
    }

    .custom-forecasts-box .sst-col-3 {
        margin-top: 24px;
    }

    .cf-forecast-panel {
        padding: 16px;
    }

    .sst-heading h1 {
        font-size: 28px;
    }

    .support-req-box
    {
        margin-bottom: 20px;
        border: none;
    }
    
    .support-req-box,.message-board-box
    {
        width: 100%;
        flex: 0 0 100%;
    }

    .support-req-box .cf-forecast-no-items,.message-board-box .cf-forecast-no-items
    {
        min-height: auto;
    }




    #footer {
        padding: 16px;
    }



}

@media (max-width:576px) {

    #mnav-box {
        width: 100%;
    }


    #section-services-overview2,
    #section-quick-links {
        flex: 0 0 100%;
        width: 100%;
    }



    #section-services-overview,
    #section-quick-links {
        flex: 0 0 100%;
        width: 100%;
    }




    .logo-img {
        max-width: 211px;
    }

    .logo {
        padding: 8px 0;
    }

    .vessels-item-r {
        flex: 0 0 100%;
        width: 100%;
        text-align: left;
        margin-top: 20px;
        display: flex;
    }

    .vessels-item-r .btn-edit,
    .vessels-item-r .btn-manage {
        flex: 1;
        margin-right: 4px;
        text-align: center;
        justify-content: center;
    }

    .icon-close {
        width: 32px;
        height: 32px;
        background-size: 24px auto;

    }

    .frcd-title,
    .sub-head-title {
        font-size: 18px;
    }

    .ps-item-l,
    .ps-item-r {
        flex: 0 0 100%;
        width: 100%;
    }

    .ps-item-r {
        margin-top: 16px;
        display: flex;
        align-items: center;
        column-gap: 8px;
    }

    .ps-item-r .btn+.btn {
        margin-top: 0;
    }

    #wizard-action-btn {
        padding: 16px 0;
    }

    #wizard-steps {
        margin-top: 0;
    }

    #wizard-steps .container {
        padding-left: 0;
        padding-right: 0;
    }

    .cf-forecast-tabs ul li {
        margin-right: 8px;
        font-size: 14px;
    }

    .srate-label {
        font-size: 14px;
    }

    .fcd-title span {
        font-size: 11px;
    }

    .forecasts-summary-in {
        padding: 8px;
    }

    .foresum-item {
        font-size: 14px;
    }

    .order-summary .wt-sub-head {
        font-size: 12px;
    }




}