.single-ships .tab-pane-content {
    padding-top: 25px !important;
    max-width: 95% !important;
    flex-direction: column;
    margin-top: 0;
}

.single-ships .tab-pane-content img {
    vertical-align: middle;
    max-width: 100%;
}

.single-ships .page-content .tabs .nav-tabs>li>a:hover {
    color: #fff;
}

.single-ships .tab-pane-content .slideshow-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.single-ships .tab-pane-content .slideshow-container figure {
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 5px;
}

.single-ships .tab-pane-content .slideshow-container figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
}

.pswp__caption__center {
    text-align: center;
}

.single-ships .generic.inner ul,
.single-ships .generic.inner ul li {
    list-style: none;
}

.single-ships .generic.inner ul {
    margin: 0;
}

.reviews h2 {
    font-weight: 400;
    font-size: 30px;
}

.reviews h2 span {
    font-weight: bold;
    font-style: italic;
}

.reviews .reviews-item {
    margin: 2px;
    max-width: 100%;
    width: 100%;
    color: #707070;
    margin-bottom: 20px;
}

.reviews .reviews-item input {
    display: none;
}

.reviews .reviews-item label {
    position: relative;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 0px 1px rgba(0, 0, 0, 0.24);
    background: #fff;
    color: #1e1e1e;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
    padding-right: 50px !important;
    text-transform: inherit;
    font-size: 15px;
    margin-right: 0;
}

.reviews .reviews-item i.fa.fa-star, 
.reviews .reviews-item i.fa.fa-star-half {
    color: #ffa200;
}

.reviews .reviews-item .readMore {
    text-align: right;
    color: #ffa200;
}

.reviews .reviews-item label:after {
    text-align: center;
    font-family: "Font Awesome 6 Free";
    content: "\f0a9";
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    transition: all .4s;
    color: #1e1e1e;
    width: 30px;
    height: 30px;
    font-size: 22px;
    color: #ffa200;
}

.reviews .reviews-item .tab-content {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #fff;
    overflow: hidden;
    background: #fff;
    transition: max-height .4s;
    max-height: 0;
    color: #707070;
    margin-top: -7px;
}

.reviews .reviews-item input:checked~.tab-content {
    max-height: 100vh;
    padding: 20px 35px;
}

/*tabs*/
.tabs .nav-tabs>li.active>a{background-color:#1698a7!important;color:#fff;}
.tabs .nav-tabs {border-bottom:5px solid #1698a7;}
.tabs .nav-tabs>li>a {background-color:#1698a76b!important;color:#fff;font-weight:500;width:160px;}
@media(max-width:768px) {
	.tabs .nav-tabs>li>a{width:100%;text-align:center;margin-bottom:5px;}
	.tabs .nav-tabs>li {width:100%!important;display:block;}
}

.single-ships .generic.inner .ptabs a {
    color: #fff;
}

.single-ships .generic.inner .ptabs a.active, 
.single-ships .generic.inner .tabs label:hover, 
.single-ships .generic.inner .tabs label.active {
    color: #13adb0;
}

@media screen and (max-width: 992px) {
    .single-ships .tab-pane-content .slideshow-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .single-ships .generic.inner ul.nav {
        flex-direction: column;
    }

    .single-ships .page-content {
        padding: 0;
    }

    .single-ships .page-tabs {
        grid-template-columns: 1fr;
    }

    .single-ships .generic.inner ul {
        margin: 0;
    }

    .single-ships .tab-pane-content .slideshow-container {
        grid-template-columns: 1fr;
    }

    .single-ships .tab-pane-content {
        max-width: 100% !important;
    }
}
