.select2-container--default .select2-selection--single {
    margin-top: 0px;
}
.btn-white {
    color: #424343;
    background-color: #ffffff;
    /* border-color: #636363; */
    border: 2px solid #636363;
    border-radius: 0;
}
.btn-white:hover {
    color: #424343;
    background-color: #f1c787;
    border-color: #f1c787;
}
.assets-price h4 {
    color: #43ae08;
}
.assets-search-page {
    background-color: #2f2f2f;
    padding: 30px;
    margin-bottom: 40px;
}
.assets-box{
    /* border: 1px solid #ececec; */
    transition: 0.1s;
    margin-bottom: 20px;
}
.assets-box:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0,.08);
    transform: scale(1.02);
}
.assets-box-details {
    padding: 20px;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #424343;
}
.all-assets-section {
    padding-bottom: 40px;
}
.all-assets-section .pagination {
    justify-content: center;
}
.all-assets-section .page-link:hover {
    z-index: 2;
    color: #2f2f2f;
    background-color: #cba368;
    border-color: #cba368;
  }
.all-assets-section .page-link:hover span {
    color: #2f2f2f;
    text-align: center;
}
.asset-details-section {
    padding-bottom: 35px;
}
.asset-details-inner {
    padding: 30px 30px 30px 30px;
    border: 1px solid #ececec;
}
.asset-details-container {
    margin-top: 47px;
    margin-bottom: 25px;
}
.asset-details-title {
    font-size: 24px;
    color: #cba368;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
}
.asset-details-title-2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.asset-details-column {
    margin-top: 24px;
}
.asset-details-column-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    position: relative;
    top: -2px;
    margin-right: 14px;
}
.asset-details-column-title {
    font-size: 12px;
    font-weight: 600;
    color: #424343;
}
.asset-details-column-result {
    font-size: 14px;
    font-weight: 300;
    color: #424343;
}
.asset-details-underine {
    height: 1px;
    width: 100%;
    background-color: #ececec;
    margin-bottom: 24px;
    margin-top: 24px;
}
.asset-details-gallery {
    margin-bottom: 22px;
    display: flex;
}
.m-16 {
    margin-top: 16px;
}
.contact-sale-box {
    background-color: #ececec;
}
.form-group {
    margin-bottom: 10px;
}
.contact-sale-form {
    padding: 30px;
}
.contact-sale-title {
    background-color: #2f2f2f;
    padding: 13px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.sale-price-box {
    padding: 10px 30px 20px 30px;
}
.sale-price-title {
    font-size: 24px;
    font-weight: 600;
    color: #2f2f2f;
    margin-top: 7px;
}
.sale-price {
    font-size: 36px;
    font-weight: 600;
    color: #43ae08;
    margin-top: -4px;
    margin-bottom: -4px;
}
.contact-sale-box {
    margin-top: 98px;
}
.contact-submit-btn {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 11px;
}
.asset-details-gallery a{
    overflow: hidden;
}
.asset-details-gallery a:nth-of-type(1) {
    width: 80%;
    margin-right: 10px;
}
.asset-details-gallery a:nth-of-type(2) {
    width: 20%;
}
.asset-details-gallery a img {
    display: none;
    transition: 0.2s;
}
.asset-details-gallery a img:hover {
    filter: brightness(110%);
    transform: scale(110%);
}
.asset-details-gallery a:nth-of-type(1) img{
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.asset-details-gallery a:nth-of-type(2) img{
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.asset-details-gallery a:nth-of-type(2):hover img {
    filter: brightness(110%);
    transform: scale(110%);
}
/* .asset-details-gallery .view-all-imgs-btn:hover img {
    filter: brightness(110%);
    transform: scale(110%);
} */
.view-all-imgs {
    position: relative;
}
.view-all-imgs-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.6);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.view-all-imgs-btn img {
    width: 61px !important;
    height: 64px !important;
    align-self: center;
}
.pswp__img {
    cursor: context-menu !important;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: context-menu !important;
}
.assets-box-image a img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}
/* ============================================ */
/*               Media Query                   */
/* ========================================== */

@media (max-width: 1399.98px) {

}
@media (max-width: 1199.98px) {
    .assets-box-image a img {
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
 }
@media (max-width: 991.98px) {
    .assets-recommend-image a img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }
    .assets-box-image a img {
        width: 100%;
        height: 210px;
        object-fit: cover;
    }
    .asset-details-container {
        margin-top: 47px;
        margin-bottom: 0px;
    }
    .contact-sale-box {
        margin-top: 6px;
    }
 }
@media (max-width: 767.98px) {
    .section-top-style-2 {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .assets-title h3 {
        min-height: auto;
    }
    .asset-details-gallery a:nth-of-type(1) img{
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center center;
        display: block;
    }
    .asset-details-gallery a:nth-of-type(2) img{
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center center;
        display: block;
    }
    .asset-details-gallery a:nth-of-type(1) {
        width: 70%;
        margin-right: 10px;
    }
    .asset-details-gallery a:nth-of-type(2) {
        width: 30%;
    }
    .asset-details-inner {
        padding: 20px;
    }
}
@media (max-width: 575.98px) {
    .asset-details-container {
        margin-top: 27px;
        margin-bottom: 0px;
    }
    .asset-details-title {
        font-size: 18px;
        color: #cba368;
        font-weight: 500;
        line-height: 30px;
    }
}


.amc-badge {
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}
/* .amc-badge-front {
    width: 15px;
    height: 20px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    background-color: #43ae08;
} */
.amc-badge-body {
    height: 20px;
    background-color: #43ae08;
    font-size: 12px;
    padding-right: 15px;
    color: #fff;
    line-height: 19px;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
    padding-left: 20px;
}
