/* Section Carousel */
.custom-slider-fluid{
    overflow-x: hidden;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.custom-slider-fluid .carousel-item img{
    display: block;
    height: 100vh;
    line-height: 1;
    /* max-width: auto; */
    max-width: 100%;

    /* left: calc(50% - 100px);
    opacity: 0;
    animation: display 10s infinite; */
}
img:nth-child(2) {
    animation-delay: 2s;
}
img:nth-child(3) {
    animation-delay: 4s;
}
img:nth-child(4) {
    animation-delay: 6s;
}
img:nth-child(5) {
    animation-delay: 8s;
}
.section-hero-detail{
    /* border: 1px solid red; */
    position: absolute;
    top: 40%;
    z-index: 20;
    color: white;
    margin-left:-15.3px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.section-hero-detail .title{
    font-family: 'Nunito';
    font-size: 60px;
    font-weight: 800;
    line-height: 67px;
    letter-spacing: -0.01em;
    text-align: left;
}
.section-hero-detail .description{
    margin-top: 15px;
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    
    width:40%;
}

.btn-cta{
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #108D85;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
}
.btn-cta:hover{
    border: 1px solid white !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    /* text-shadow: 2px 2px black; */
    text-shadow: 1px 1px #0c7871;
}
.btn-cta-more{
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: white !important;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    margin-left:10px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

}
.btn-cta-more:hover{
    border: 1px solid white !important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    text-shadow: 2px 2px black;
}
/* Section Carousel */

/* Section Global */
a { 
    color: inherit; 
} 
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #0c7871; /* Blue */
    border-bottom: 16px solid #086861;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.btn-up-custom {
    background-color: #108D85;
    color: white;
}
#btnScrollUp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #108D85;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
#btnScrollUp:hover {
    background-color: transparent;
    border: 1px solid #108D85;
    color: #108D85;
}
.section-title{
    font-family: 'Nunito';
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: center;
    
    color:#108D85;
    
    margin-top:60px;
}
.section-description{
    font-family: Nunito;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    color:#585858;

}
/* Section Global */

/* Section Why */
.section-why .content{
    margin-top:20px;
    /* border: 1px solid red; */
}
.section-why .why-point{
    display: inline-block;
}
.section-why .why-point img{
    max-width: 56.5px;
    width: 100%;
}
.section-why .why-point.title{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color: #3C3C3C;

    margin-top:20px;
    margin-left:20px;
}
.section-why .why-description{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #585858;

    margin-left:80px;
}
/* Section Why */

/* Section Program */
.section-program{
    margin-top:50px;
    margin-bottom:90px;
    background-color: #E6F6F1;
    width: 100vw;
}
.section-program .content{
    /* border: 1px solid red; */
    margin-top: 60px;
    padding: 0 25px 0 25px;
}
.section-program .main {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.section-program .main>div {
    /* background-color: white; */
    text-align: center;
    /* padding: 15px;
    font-size: 25px; */
}
.program-card{
    background-color: #FFFFFF;
    border-radius: 20px;
    width: fit-content;

    margin-bottom:60px;
}
.program-card .point-icon img{
    margin-top:-30px;
    max-width: 57px;
    width: 100%;
}
.program-card .program-card-content{
    padding:30px 10px 0px 10px;
}
.program-card .title{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color:#3C3C3C;
}
.program-card .description{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #585858;

    padding: 10px 0 20px 0;
}
.program-card .point-image{
    text-align: center;
}
.program-card .point-image img{
    max-width: 301px;
    width: 100%;
}
.section-program .section-btn{
    text-align: center;
}
.section-program .btn-show-all{
    background-color: transparent;
    border: 1px solid #108D85;
    color:#108D85;

    max-width: 224px;
    width:100%;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-bottom: 50px;
}
.section-program .btn-show-all:hover{
    background-color: #108D85;
    border: 1px solid white;
    color:white;
}
/* Section Program */

/* Section Count */
.section-count{
    /* border: 1px solid red; */
}
.section-count .main {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 6px;
    grid-column-gap: 6px;

    justify-content: space-between;
}
.section-count .main>div {
    text-align: center;
}
.section-count .card-count{
    border: 2px solid #A7E2DE;
    border-radius: 20px;
    max-width: 305px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 5px 1px #0000000A;
}
.section-count .card-count .icon img{
    max-width: 90px;
    width:100%;

    margin-top:-30px;

    background-color: #108D85;
    padding: 17px;
    border-radius: 50px;
}
.section-count .card-count .content{
    margin: 20px 0 20px 0;
}
.section-count .card-count .content .title{
    font-family: 'Nunito';
    font-size: 56px;
    font-weight: 800;
    line-height: 67px;
    letter-spacing: -0.01em;
    text-align: center;

    color: #3C3C3C;
}
.section-count .card-count .content .name{
    margin: 10px 0 10px 0;
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: center;

    color: #585858;
}
.section-count .card-count .content .description{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    color: #A4A4A4;
}
/* Section Count */


/* Section Panduan Penggunaan Layanan */
.section-panduan-layanan{
    margin-bottom: -10px;
    /* border: 1px solid red; */
}
.section-panduan-layanan .section-content{
    margin: 30px 0 0 0;
}
.section-panduan-layanan .section-content .content-image img{
    width: 100%; 
    max-width: 342px;
    border-radius: 20px 20px 0px 0px;
}
.section-panduan-layanan .section-content .content-title{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #3C3C3C;

    margin-top:10px;
}
.section-panduan-layanan .section-content .content-description{
    font-family: 'Nunito';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #585858;

    margin-top:5px;
    margin-bottom: 20px;
}
/* Section Panduan Penggunaan Layanan */

/* Section Cek Kesehatan */
.section-cek-kesehatan{
    text-align: center;
    /* border: 1px solid red; */
}
.section-cek-kesehatan .content{
    margin-top:30px;
}
.section-cek-kesehatan .content .point{
    width: 150px;
    display: inline-block;
    height:fit-content;
    margin-left:30px;
    margin-right:30px;
    margin-bottom:25px;

    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: center;
}
.section-cek-kesehatan .content .point .avatar-circle{
    width:328px !important;
    margin: 10px;
    border:1px solid #108D85;
    border-radius: 50%;
}
.section-cek-kesehatan .content .point img{
    max-width: 102.58px;
    width: 100%;
}
/* Section Cek Kesehatan */

/* Section Pengalaman Pasien */
.section-pengalaman-pasien{
    margin-bottom: 100px;
    /* border: 1px solid red; */
}
.section-pengalaman-pasien .section-content{
    margin: 20px 0 0 0;
}

.section-pengalaman-pasien .section-content .content{
    margin-left: -10px;
    margin-right: 10px;
    height: 427px; 
    overflow-y: scroll;
}

#scrollable::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 7px;
	background-color: #F5F5F5;
}

#scrollable::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#scrollable::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px #EDEDED;
	background-color: #108D85;
}

.section-pengalaman-pasien .section-content .content .main {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.section-pengalaman-pasien .section-content .content .main>div {
    background-color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
}
.section-pengalaman-pasien .section-content .content .card-pengalaman{
    width: 30%;    
    background-color: #E6F6F1;
    padding: 15px 20px 15px 20px;
    border-radius: 20px 20px 0px 20px;
    display: inline-block;

    margin: 0 10px 10px 10px;
}
.section-pengalaman-pasien .section-content .content .card-pengalaman .star-point{
    color: #FAA307;
}
.section-pengalaman-pasien .section-content .content .card-pengalaman .nama{
    padding: 7px 0 7px 0;
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color: #108D85;
}
.section-pengalaman-pasien .section-content .content .card-pengalaman .testi{
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #3C3C3C;
}
.section-pengalaman-pasien .section-content .content-media{
    text-align: right;
}
.section-pengalaman-pasien .section-content .content-media img{
    max-width: 265px;
    width: 100%;
    height: auto;
}
/* Section Pengalaman Pasien */

/* Section Banner Darurat */
.section-banner-darurat{
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size:100% auto;
    height: 340px;
    background-image: url("../image/banner/darurat/banner-1.png");
}
.section-banner-darurat .left-element{
    margin-top: 7%;
    margin-left: 20px;
    bottom: 40%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.section-banner-darurat .left-element .title{
    font-family: 'Nunito';
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: -0.01em;
    text-align: left;

    color: white;
}
.section-banner-darurat .left-element .description{
    max-width: 300px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color: white;
}
.section-banner-darurat .right-element{
    margin-top: 7%;
    margin-right: 20px;
    bottom: 40%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.section-banner-darurat .right-element .hotline{
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    height: fit-content;
}
.section-banner-darurat .right-element .hotline .title{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: white;
}
.section-banner-darurat .right-element .hotline .description{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color: white;
}
.btn-hotline{
    margin-top: 15px;
    padding:10px;
    background-color: #F45454;
    border: 1px solid #F45454;
    color: white;
    border-radius: 100px;
    max-width: 221px;
    width: 100%;
}
.btn-hotline:hover{
    background-color: transparent !important;
    border: 1px solid #F45454 !important;
    color: #F45454 !important;
}
/* Section Banner Darurat */

/* Section Jadi Bagian Medicalian */
.section-bagian{
    margin-bottom: -10px;
}
.section-bagian .section-content{
    margin: 30px 0 0 0;
}
.section-bagian .section-content .content-image img{
    width: 100%; 
    border-radius: 20px;
}
.section-bagian .section-content .description{
    position: absolute;
    top: 65;
    right: 30;
    width: 50%;
}
.section-bagian .section-content .content-title{
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #3C3C3C;
}
.section-bagian .section-content .content-description{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #585858;

    margin-top:5px;
    margin-bottom: 20px;
}
.section-bagian .section-content .cta{
    text-align: left;
}
.section-bagian .section-content .btn-cta{
    margin-top:10px;
    background-color: #F48C06;
    border: 1px solid#F48C06;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    width: 170px;
    padding: 5px 20px 5px 20px;
    border-radius: 100px;

    color: #FFFFFF;
}
/* Section Jadi Bagian Medicalian */

/* Section Mitra Medicalian */
.section-mitra{
    margin-top:50px;
}
.section-mitra .section-content {
    margin-top: 20px;
    /* border: 1px solid red; */
}
.section-mitra img {
    max-width: 265px;
    width: 100%;
}
.section-mitra .main {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.section-mitra .main>div {
    background-color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
}
/* Section Mitra Medicalian */

/* Section Artikel */
.section-artikel{
    margin-bottom: -10px;
    /* border: 1px solid red; */
}
.section-artikel .section-button-categories{
    text-align: center;
    margin-bottom: -10px;

    overflow: auto;
    white-space: nowrap;
}
.section-artikel .section-button-categories button{
    margin: 10px 0 10px 0;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    border: 1px solid #A4A4A4;
    background-color: transparent;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #A4A4A4;
}
.section-artikel .section-button-categories button:hover{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-artikel .section-button-categories button:focus{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-artikel .section-button-categories button.selected{
    border: 1px solid #02C39A;
    background-color: #02C39A;

    color: white;
}
.section-artikel .section-content{
    margin: 30px 0 0 0;
}
.section-artikel .section-content .artikel-konten{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
    padding: 0 12px 10px 12px;
}
.section-artikel .section-content .content-image img{
    width: 100%; 
    max-width: 342px;
    border-radius: 20px 20px 0px 0px;
}
.section-artikel .section-content .content-artikel-categories label{
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;    
    color: #108D85;
    
    background-color: #D9F6F4;
    border: 1px solid #108D85;
    
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
}
.section-artikel .section-content .content-artikel-date{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #A4A4A4;
}
.section-artikel .section-content .content-artikel-title{
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #3C3C3C;

    margin-top:5px;
    margin-bottom: 20px;
}
.section-artikel .section-btn{
    margin-top: 40px;
    text-align: center;
}
.section-artikel .btn-show-all{
    background-color: transparent;
    border: 1px solid #108D85;
    color:#108D85;

    max-width: 224px;
    width:100%;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-bottom: 50px;
}
.section-artikel .btn-show-all:hover{
    background-color: #108D85;
    border: 1px solid white;
    color:white;
}
/* Section Artikel */

/* Section Contact Medicalian */
.section-contact{
    margin-top:50px;
    background-color: #108D85;
    width: 100vw;
    padding: 40px 0 40px 0;
}
.section-contact .main {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;

    justify-content: space-between;
    /* border: 1px solid red; */
}
.section-contact .main>div {
    /* text-align: center; */
}
.section-contact .contact{
    display: inline-block;
}
.section-contact .contact-element img{
    max-width: 55px;
    width: 100%;
    margin-top:-35px
}
.section-contact .contact-element .description{
    padding-left: 10px;
}
.section-contact .contact-element .description .text-contact{
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-align: left;

    color: white;
}
.section-contact .contact-element .description .name{
    margin-top: 3px;
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;

    color: white;
}
/* Section Contact Medicalian */

/* Page 404 */
.page-404{
    display: flex;
    justify-content: center;
}
.page-404 img{
    width: 100%;
    height: auto;
    opacity: 0.3;
}
.section-404{
    position: absolute;
    bottom: 10%;
    right: 30;
    width: 50%;
}
.page-404 .section-title{
    font-size: 120px;
    margin-bottom: 30px;
}
.page-404 .section-sub-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.page-404 .section-description{
    margin-top:0px;
    font-size: 18px;
}

.page-404 .section-btn{
    text-align: center;
    margin-top: 20px;
}
.page-404 .btn-show-all{
    background-color: transparent;
    border: 1px solid #108D85;
    color:#108D85;

    max-width: 224px;
    width:100%;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;

    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-bottom: 50px;
}
.page-404 .btn-show-all:hover{
    background-color: #108D85;
    border: 1px solid white;
    color:white;
}
/* Page 404 */

/* Decoration */
a.nostyle:link {
    text-decoration: none;
    /* text-decoration: inherit;
    color: inherit;
    cursor: auto; */
}

a.nostyle:visited {
    /* text-decoration: inherit;
    color: inherit;
    cursor: auto; */
}
/* Decoration */

/* Partner Slider */
.section-mitra-slider{
    margin-top: 70px;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End Partner Slider */


@keyframes display {
    0% {
      transform: translateX(200px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-200px);
      opacity: 0;
    }
  }