.animate-pickmy-industry {
    display: grid;
}
.flex-four {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    grid-row-gap: 30px;
}
.pickmy-animation-box {
    border-radius: 12px;
    background: #000;
    color: #fff;
    padding: 15px 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#top .pickmy-animation-box h4 {
   color: #fff !important;
    font-size: 16px !important;
    margin: 0;
    font-family: 'Graphik-Medium' !important;
}
#top .pickmy-animation-box p {
    font-size: 14px !important;
    line-height: 20px;
    margin: 0;
}

.animate-pickmy-i-r-col {
    flex-direction: column;
    scroll-snap-align: center;
    position: relative;
}

.pickmy-animation-type {
    border-radius: 12px;
    overflow: hidden;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: height;
}
.pickmy-animation-type img {
   display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.text-gray {
    height: 0px;
    overflow: hidden;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    transition-property: height;
}

.animate-pickmy-i-r-col:hover .text-gray {
    height: 60px;
}
.other-industries {
    display: flex;
    align-items: center;
    height: 100%;
    border: 1px solid #E7F0FF;
    border-style: dashed;
    border-radius: 12px;
    padding: 0 30px;
}
.animate-pickmy-i-r-col.enable-link a {
    text-decoration: none;
}
.lottie-main-warper lottie-player {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 65px;
}
.other-industries-inner p {
    color: #000;
    font-size: 20px !important;
    line-height: 30px !important;
}
span.other-industries-arrow{
    transition: all 0.5s;
    position: relative;
    left: 0px;
}
.animate-pickmy-i-r-col.otherindustries:hover span.other-industries-arrow {
     left: 10px;
}
a.box-link {
    position: unset !important;
    overflow: auto !important;
    display: unset !important;
}
.animate-pickmy-i-r-col.enable-link {
    position: relative;
}
.box-heading-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.animate-pickmy-i-r-col:hover .up-arrow {
    display: none;
}
.animate-pickmy-i-r-col:hover .heading-arrow {
    transform: rotate(180deg);
}
.heading-arrow {
    transition: all 0.35s 0.15s;
    transform: rotate(0);
}
.animate-pickmy-i-r-col span.image-overlay.overlay-type-extern {
    height: unset !important;
    position: unset !important;
    width: unset !important;
}
.animate-pickmy-i-r-col span.image-overlay-inside {
    display: none;
}
#top .pickmy-animation-box p br {
    display: none;
}
.flex-five {
    grid-template-columns: repeat(10, 1fr);
    display: grid;
    gap: 2em;
}

.flex-five > * {
    grid-column: span 2;
}
.flex-five > *:last-child:nth-child(5n-4){
    grid-column-end: 7;
}
.pickmy-animation-type.image{
    padding-bottom: 65px;
}
.animation-type-img {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: linear-gradient(to bottom,#F5F8FF,#DBE5FF);
}
.animation-type-img img {
    vertical-align: middle;
    min-height: 200px;
    text-align: center;
    width: 60px;
    margin: auto;
    object-fit: contain;
}
@media only screen and (min-width:991px) and (max-width:1199px){
.flex-four {
    grid-template-columns: repeat(3, 1fr);
}
.flex-five {
    grid-template-columns: repeat(8, 1fr);
}
.flex-five > *:nth-last-child(2):nth-child(4n+1) {
    grid-column-end: 5;
}
.flex-five > *:last-child:nth-child(4n-2){
    grid-column-end: 7;
}
}

/* IPAD portrait mode */
@media only screen and (min-width:768px) and (max-width: 990px){
.flex-four {
    grid-template-columns: repeat(2, 1fr);
}
.text-gray{
    height: 100%;
    overflow: auto;
}
.box-heading-arrow,
.pt-2 br {
    display: none;
}
.flex-five {
    grid-template-columns: repeat(6, 1fr);
}
}

/* Phone Landscape mode */
/*@media only screen and (max-width:767px){

}*/

/* Phone portrait mode */
@media only screen and (min-width:480px) and (max-width: 767px){
.flex-four {
    grid-template-columns: repeat(2, 1fr);
}
.flex-five {
    grid-template-columns: repeat(4, 1fr);
}
.text-gray{
    height: 100%;
    overflow: auto;
}
.box-heading-arrow,
.pt-2 br {
    display: none;
}
}


/* Small Phone portrait mode */
@media only screen and (max-width: 479px){

.flex-four {
    grid-template-columns: repeat(1, 1fr);
}
.flex-five {
    grid-template-columns: repeat(1, 1fr);
}
.text-gray{
    height: 100%;
    overflow: auto;
}
.box-heading-arrow,
.pt-2 br {
    display: none;
}
.other-industries {
    padding: 30px 30px;
}
.animation-type-img{
    position: relative;
    top: -15px;
}
}
