﻿@import url("https://fonts.cdnfonts.com/css/proxima-nova-2");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.assettool-backimage {
    background-size: cover;
    background-image: url('../img/Asset-BackgroundImage.png');
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.gallery .gallery__item img {
    background-color: #efefef;
}

.gallery .gallery__item.loading {
    min-height: 200px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
    background: #e6e6e6;
    transition: all 0.3s;
    /* position: relative; */
}

.gallery__img.loading.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: 100%;
    max-height: 218px;
    min-width: 320px;
    min-height: 218px;
}

.gallery__item.loading.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item.loading.gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 6;
    min-height: 439px;
    min-width: 100%;
}

.gallery__item.loading.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item.loading.gallery__item--5 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item.loading.gallery__item--6 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

.gallery__item.loading.gallery__item--7 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 6;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 200px;
    min-width: 320px;
}

.gallery__item.loading.gallery__item--8 {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 7;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

.gallery__item.loading.gallery__item--9 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 7;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

@keyframes placeHolderShimmer {
    0% {
        opacity: 0.75;
        transition: all 0.3s;
    }

    20% {
        transition: all 0.3s;
        opacity: 0.80;
    }

    40% {
        transition: all 0.3s;
        opacity: 0.85;
    }

    60% {
        transition: all 0.3s;
        opacity: 0.90;
    }

    80% {
        transition: all 0.3s;
        opacity: 0.95;
    }

    100% {
        transition: all 0.3s;
        opacity: 1;
    }
}

.heading-loader {
    height: 35px;
    display: block;
    width: 250px;
    background-color: #dfdfdf;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

.left-detail-loader {
    height: 475px;
    background-color: #dfdfdf;
    width: 64%;
    margin-top: 50px;
    float: left;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
    margin-bottom: 20px;
}

.right-detail-loader {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 60px;
}

.tags-loader ul li {
    display: inline-block;
    background-color: #dfdfdf;
    height: 50px;
    width: 70px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    font-family: 'Calibri',sans-serif !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    line-height: 32px;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #BDBDBD;
}

.tags-loader {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

.asset-info-loader {
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

    .asset-info-loader span {
        width: 250px;
        height: 25px;
        background: #dfdfdf;
        display: block;
        margin: 15px 0;
        will-change: transform;
        animation: placeHolderShimmer 1s linear infinite;
        -webkit-backface-visibility: hidden;
    }

.tandc-loader {
    height: 50px;
    width: 300px;
    background-color: #dfdfdf;
    margin-top: 30px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

.button-loader {
    height: 50px;
    width: 300px;
    background-color: #dfdfdf;
    margin-top: 30px;
    border-radius: 6px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

.bottom-detail-loader {
    background-color: #dfdfdf;
    height: 50px;
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 50px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

.load-remove-loader {
    display: none;
}


.banner-headline {
    margin-bottom: 20px;
    line-height: 1.3;
}

.showcase {
    width: 100%;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
}

    .showcase img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99
    }

    .showcase .overlay {
        height: 100%;
        width: 100%;
        position: relative;
        display: grid;
        place-content: center;
        padding: 10px;
    }

.assement-body-title {
    font-size: calc(14px + 4 * ((100vw - 320px) / (1950 - 320)));
    border-bottom: 1px solid white;
    line-height: 1.2;
}

    .assement-body-title:hover {
        text-decoration: none !important;
    }

.common-section-space {
    width: 100%;
}

    .common-section-space.h-200 {
        min-height: 200px;
        max-height: 200px;
    }


.wrapper-div {
    width: 100%;
    margin: 0 auto;
}

    .wrapper-div .search_box {
        border: 2px solid #4B4F54;
        width: 100%;
        background: #fff;
        border-radius: 28px;
        height: 57px;
        display: flex;
        box-shadow: 0 8px 6px -10px #b3c6ff;
        margin: 0 auto;
        position: relative;
        max-width: 850px;
    }

.dropdown-select.topics-list-menu .custom-select {
    min-width: 180px;
}

        .wrapper-div .search_box .dropdown {
            width: 160px;
            border-right: 2px solid #dde2f1;
            color: #9fa3b1;
            position: relative;
            cursor: pointer;
            height: 100%;
            align-items: center;
        }

            .wrapper-div .search_box .dropdown .default_option {
                text-transform: capitalize;
                padding: 17px 15px;
                font-size: 18px;
                color: #5a5858;
            }

            .wrapper-div .search_box .dropdown ul {
                position: absolute;
                top: 62px;
                left: 0;
                background: #fff;
                width: 185px;
                border-radius: 5px;
                padding: 20px;
                display: none;
                box-shadow: 8px 8px 6px -10px #b3c6ff;
            }

                .wrapper-div .search_box .dropdown ul.active {
                    display: block;
                }

                .wrapper-div .search_box .dropdown ul li {
                    padding-bottom: 10px;
                    color: #5a5858;
                    text-align: left;
                    padding-left: 30px;
                }

                    .wrapper-div .search_box .dropdown ul li:last-child {
                        padding-bottom: 0;
                    }

                    .wrapper-div .search_box .dropdown ul li:hover {
                        color: #6f768d;
                    }

            .wrapper-div .search_box .dropdown:before {
                content: "";
                position: absolute;
                top: 25px;
                right: 20px;
                border: 8px solid;
                border-color: #000000 transparent transparent transparent;
            }

        .wrapper-div .search_box .search_field {
            position: relative;
            width: 100%;
            height: 100%;
            min-width: 300px;
        }

        .wrapper-div .search_box button {
            padding: 15px 20px;
            width: 200px;
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
            border-radius: 25px;
        }

.py-50 {
    padding: 50px 0;
}

.br-tb-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.dropdown-select {
    position: relative;
    margin-left: 2px;
}

    .dropdown-select .bi {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        z-index: 55;
        background-color: white;
        pointer-events: none;
    }

.wrapper-div .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 0;
    color: #6f768d;
}

wrapper-div .search_box .search_field:focus, input:focus {
    outline: none;
}

wrapper-div .search_box .search_field .fas {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #5078ef;
    cursor: pointer;
}

.quick-filter-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quick-filter-main ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

        .quick-filter-main ul li {
            background-color: rgba(255, 255, 255, 0.72);
            border-radius: 25px;
            padding: 5px;
            font-size: 12px;
            line-height: 1.1;
            margin: 4px 10px;
            cursor: pointer;
            transition: all 0.3s;
            color: black;
            font-weight: 600;
        }

            .quick-filter-main ul li:hover {
                background-color: white;
                color: black;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0,0, 0,0.22);
            }

                .quick-filter-main ul li:hover svg {
                    fill: black;
                }

.select-dd-round {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: none;
    height: 55px;
    border: none;
    border-right: 2px solid #4B4F54;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .select-dd-round:focus {
        box-shadow: none;
        outline: #5a5858;
    }

.img-container-grid .col-md-8, .img-container-grid .col-md-4, .img-container-grid .col-md-6, .img-container-grid .col-md-12 {
    padding: 3px;
}

.grid-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-headline {
    margin-bottom: 10px;
}


::-webkit-input-placeholder {
    color: #9fa3b1;
}

::-moz-placeholder {
    color: #9fa3b1;
}

:-ms-input-placeholder {
    color: #9fa3b1;
}

.wrapper .search_box button {
    padding: 18px 20px;
}

.wrapper .search_box .search-button {
    width: 130px;
}

.dropdown-menu {
    display: none;
}

.mh-500 {
    min-height: 500px;
}

.mh-400 {
    min-height: 400px;
}

.Assetbrandstory .assementstorygallery {
    margin: 30px;
}

.justify-space-evenly {
    justify-content: space-evenly;
}

.Assetbrandstory.mw-60-grid {
    max-width: 83%;
}

.toolsimg-parent {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .toolsimg-parent img {
        width: 230px !important;
        height: 150px;
        max-height: 150px;
        min-height: 150px;
        display: block;
    }

.container-grid > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .container-grid > div > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #feefef;
    }

/* Grid */
.container-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 0fr);
    grid-gap: 5px;
    grid-auto-flow: dense;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.img-container {
    display: flex;
    flex-wrap: wrap;
}

    .img-container .img-1 {
        flex: 0.5;
    }

    .img-container .img-2 {
        flex: 0.5;
    }

    .img-container .img-3 {
        flex: 0.5;
    }

.img-container-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 0fr);
    grid-gap: 5px;
    place-content: center;
}

.asset-drop .sub-menu li.active, .asset-drop .search-click.active {
    color: #777777;
    pointer-events: none;
}

.grid-item img {
    height: 200px;
    object-fit: cover;
}

.img-container-grid .grid-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

#carouselbgnone .carousel-item img {
    position: relative;
    width: 100%;
    max-height: 475px;
    margin: 0 auto;
    object-fit: cover;
}

.inner_square {
    max-width: 50%;
    flex: 0 0 50%;
    height: 50%;
    position: relative;
}

.v_rectangle {
    max-width: 20%;
    flex: 0 0 20%;
    padding-top: 40%;
    position: relative;
}

.img-grid-c {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    padding: 2.5px;
}

.bigsqure-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    padding: 2.5px;
}

.min-height-auto {
    min-height: initial;
}
/* new page */
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    color: #ffffff;
}

.circle-number {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 15px;
    background-color: #d3e3aa;
}

/*.carousel-control-next, .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    height: 50px;
    background-color: rgba(0,0,0,0.7);
    width: 35px;
    cursor: pointer;
}*/

#carouselbgnone .slide:nth-child(1) {
    background-color: white;
    background-image: none;
}

.ml-15 {
    margin-left: 15px;
}

.checkbox-green span {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.2 !important;
    text-decoration: underline;
    display: flex !important;
    color: #4e4e4e;
    font-weight: 600 !important;
    justify-content: flex-start;
    align-items: baseline;
}

.checkbox-green {
    border: none;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.bg-assetgray {
    background-color: #4B4F54;
}

.common-section-space.h-200 {
    min-height: 250px !important;
}

.checkbox-green input[type="checkbox"] + .lbl::before {
    margin-right: 10px;
}

.checkbox-green input[type="checkbox"]:checked + .lbl::before {
    border-color: #4B4F54;
    color: #4B4F54;
}

.checkbox form {
    display: flex;
}

.paragraph-typo .light-color {
    color: #989d9f;
}

.right-content .light-color {
    color: #989d9f;
}

.select-dd-round:focus {
    box-shadow: none;
    outline: none;
    border-color: #5a5858;
}

.wrapper-div .search_box button .icon-main {
    display: none;
}

.topics-list-menu .custom-select {
    width: 160px;
}

.category-list-menu .custom-select {
    width: 160px;
}

.search-text i.fas {
    color: #8b8c89;
}

.btn.btn-asset {
    background-color: #4B4F54;
    color: white;
    border-radius: 20px !important;
    font-size: 16px;
    padding: 5px 20px;
}

.bg-button-asset {
    background-color: #4B4F54;
}

.searchtext-app {
    color: #8b8c89;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 125px;
    min-width: 125px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    margin-left: 3px;
}

.drop-parent .tag-fixed {
    position: absolute;
    top: 0;
    font-size: 13px;
    color: #777 !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
    left: 0;
    text-align: left;
    background: #efefef;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 7px 20px;
    pointer-events: none;
}

.dropdown-select.topics-list-menu .drop-parent {
    width: 230px;
}

.drop-parent {
    display: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0px 5px 15px rgba(0, 0, 0,0.22);
    position: absolute;
    top: 100%;
    width: 200px;
    border-radius: 15px;
    z-index: 9;
    padding: 45px 20px 20px 20px !important;
    left: -3%;
    user-select: none;
}

.asset-drop .sub-menu li {
    margin: 5px 0 0 10px;
    padding: 2px 0;
}

.search-click {
    cursor: pointer !important;
}

    .search-click:hover {
        opacity: 0.8 !important;
    }

.asset-drop .search-click {
    cursor: pointer !important;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.asset-span-list .tag_title {
    padding: 5px 10px;
    border-radius: 5px;
    color: #455560;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    margin: 3px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.carousel-control-next {
    cursor: pointer !important;
}

.carousel-control-previous {
    cursor: pointer !important;
}

.asset-span-list .tag_title {
    background-color: transparent;
    border: 1px solid #45556052 !important;
}

.item-icon i {
    transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bx-chevron-down:before {
    content: "\ea4a";
}

.custom-select {
    /*background: none !important;*/
    overflow: hidden;
}

    .custom-select .fa-angle-down {
        position: absolute;
        top: 50%;
        right: 13%;
        transition: all 0.3s;
    }

    .custom-select label.custom-dd-label {
        position: absolute;
        top: 5px;
        font-size: 14px;
        left: 15px;
        color: #777777;
    }

.Assetbrandstory .assementstorygallery a:hover .assement-body-title {
    color: #455560;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.replace-detail .carousel-inner .carousel-item {
    max-height: 475px;
    max-width: 697px;
    min-height: 475px;
    min-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.min-h-auto {
    min-height: initial !important;
}

.wrapper-div .search_box.error:after {
    content: "Please enter a search text";
    color: #eb0028;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    bottom: -35px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 3px 10px 3px 20px;
    border-radius: 25px;
    z-index: 5;
    background: rgba(255, 255, 255,0.80);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135,0.20);
    margin-left: -90px;
}

.fa-angle-down.active {
    transform: rotate(180deg);
}

/*.gallery {
    display: grid !important;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    grid-gap: 3px;
    margin-top: 3px;
    position: relative;
}*/

.pading-10 {
    padding: 0px 0 10px 0!important;
}

.back-to-home-fixed-top {
    position: absolute;
    top: -60px;
    right: 0;
}

.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__item.publication-icon, .gallery__item.img-icon, .gallery__item.video-icon {
    position: relative;
}

    .gallery__item.img-icon:after {
        content: "\f03e";
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #4B4F54;
        color: white;
        font-size: 15px;
        border-radius: 50px;
        font-family: FontAwesome;
        z-index: 5;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
    }

    .gallery__item.video-icon:after {
        content: "\f1c8";
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #4B4F54;
        color: white;
        font-size: 15px;
        border-radius: 50px;
        font-family: FontAwesome;
        z-index: 5;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
    }

    .gallery__item.publication-icon:after {
        content: "\f1c1";
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #4B4F54;
        color: white;
        font-size: 15px;
        border-radius: 50px;
        font-family: FontAwesome;
        z-index: 5;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
    }

    .gallery__item.publication-icon:before, .gallery__item.img-icon:before, .gallery__item.video-icon:before {
        content: "";
        position: absolute;
        right: 31px;
        top: 10px;
        background-color: #4B4F54;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
        border-radius: 50px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 35px;
        width: 120px;
        opacity: 0;
        transition: all 0.3s;
        transform-origin: center right;
    }

    .gallery__item.publication-icon:before {
        content: "Publication";
        transition: all 0.3s;
    }

    .gallery__item.img-icon:before {
        content: "Image";
        transition: all 0.3s;
    }
    .gallery__item.video-icon:before {
        transition: all 0.3s;
        content: "Video";
    }

    .gallery__item.publication-icon:hover:before, .gallery__item.img-icon:hover:before, .gallery__item.video-icon:hover:before {
        opacity: 1;
        transition: all 0.3s;
        transform-origin: center right;
    }

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: 100%;
    max-height: 218px;
    min-width: 320px;
    min-height: 218px;
}

.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 6;
    min-height: 439px;
    min-width: 100%;
}

.gallery__item--4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item--5 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 218px;
    min-width: 350px;
    min-height: 218px;
}

.gallery__item--6 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

.gallery__item--7 {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 6;
    grid-row-end: 6;
    max-width: 100%;
    max-height: 200px;
    min-width: 320px;
}

.gallery__item--8 {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 7;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

.gallery__item--9 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 7;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    min-height: 200px;
}

    .gallery__item--6 img, .gallery__item--7 img, .gallery__item--8 img, .gallery__item--9 img {
        max-height: 200px;
    }

.col-xxl-4.col-lg-4.col-md-4.col-sm-12.col-12.mb-30.loading-img-video > div {
    height: 20px;
    background-color: #efefef;
    width: 200px;
    margin-top: 15px;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

/*img/video loader */
.col-xxl-4.col-lg-4.col-md-4.col-sm-12.col-12.mb-30.loading-img-video span {
    min-height: 215px;
    background-color: #efefef;
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    will-change: transform;
    animation: placeHolderShimmer 1s linear infinite;
    -webkit-backface-visibility: hidden;
}

/*Responsive media query */
@media screen and (max-width: 768px) {
    .wrapper-div .search_box button {
        padding: 15px 20px;
        width: auto;
    }

        .wrapper-div .search_box button .txt-main {
            display: none;
        }

        .wrapper-div .search_box button .icon-main {
            display: block;
        }

    .wrapper-div .search_box {
        width: 100%;
    }

    .wrapper-div {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .left-detail-loader {
        width: 100%;
    }

    .mobile-p {
        padding-top: 0px !important;
    }

    .mobile-m {
        margin-top: 25px !important;
    }

    .mobile-font {
        font-size: calc(30px + 7 * ((100vw - 320px) / (1440 - 320))) !important;
        line-height: 1.2;
    }

    .Assetbrandstory .assementstorygallery {
        width: 100%;
        display: grid;
        margin-left: 0;
        margin-right: auto;
    }

    .toolsimg-parent {
        width: calc(100% / 1.3);
        height: auto;
    }

        .toolsimg-parent:hover .assement-body-title {
            color: #455560 !important;
            text-decoration: underline !important;
        }

    .mobile-width {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(calc(100%), 1fr)) !important;
        grid-auto-rows: auto;
    }

    .wrapper-div .search_box .search_field .input {
        padding-left: 10px;
    }

    .wrapper-div .search_box button {
        padding: 15px;
    }
}
