/************************
		slide
*************************/
span.title {
    color: #00a89c;
    font-weight: 700;
}
span.orange {
    color: #f26f31;
}
p.content {
  color: #000;
  }

.videoslide-btn {
    color: #000!important;
}


.slick-dots li button:before {font-size: 16px!important;width: 11px!important;height: 11px!important;border-radius: 50px!important;/* margin: 33px 0; *//* padding: 20px 0; */}


.slick-track a {
    font-size: inherit;
}

.content-div {
    background: #ffffffcf;
    padding: 30px;
    margin: auto;
}


/*****************/
@media only screen and (min-width: 992px) {
.content-div {
    /* width: 60%!important; */
    /* margin: auto; */
}
  
  
.videoslide-item-inner-wrapper>div {
    height: 100%;
    display: table;
  }
  
span.subtitle {
    font-size: 28px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    }
  
span.title {
    font-size: 50px;
    line-height: 1.1;
    text-align: center!important;
    color: #00a89c;
    font-weight: 900;
    }
  
p.content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px;
    }

.content-div {
    width: 80%!Important;
    /* padding-left: 0; */
    text-align: center;
    margin-top: 50px;
}}



/*****************/
@media only screen and (min-width: 768px) and (max-width: 992px){
.sppb-carousel-pro-text {width: 100%;margin: auto!important;}
.title {font-size: 35px;line-height: 40px;}
.content {font-size: 14px;line-height: 24px;}
.subtitle {font-size: 22px;line-height: 50px;color: #fff;font-weight:700;}
.videoslide-item-inner-wrapper>div {
    height: 110%;
    display: table;
    margin: auto;
  }
.videoslide-btn{margin-top:30px!important;}  
}



/*****************/
@media only screen and (max-width: 600px) {
.videoslide-item-inner-wrapper>div {
    height: 100%;
    display: table;
  }
.slick-slide img {padding-top: 0;}
  .subtitle {font-size: 18px;color: #fff;font-weight: 700;line-height: 35px;}
}



/*****************/
@media screen and (max-width: 546px){
.content, .slick-track a {font-size: 14px;line-height: 22px;}
.videoslide-btn{margin-top:30px!important;} 
.videoslide-pro-text {padding: 5%;background: #ffffff00;}
.title {font-size: 26px;line-height: 30px;}
}


/*vertical dots*/

.slick-dots li button:before {
    transition: 0.3s;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    /* width: 8px!important; */
    /* height: 5px; */
    background: #dfbc9c;
    /* border-radius: 100px; */
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .slick-next {
    right: -2px;
    z-index: 999;
    transform: translate3d(0,0,0)!important;
    width: 50px;
    height: 50px;
}
.slick-prev {
    left: -2px;
    z-index: 999;
    transform: translate3d(0,0,0)!important;
    width: 50px;
    height: 50px;
}
.slick-next:before {
    content: '\f054';
    font-family:'Font Awesome 5 Free';
    color: #fff;
    background: #333333;
    font-weight: 900!important;
    font-size: 30px;
    padding: 10px 12px;
    transition: 0.3s;
    opacity: 1;
}
.slick-prev:before {
    content: '\f053';
    font-family:'Font Awesome 5 Free';
    color: #fff;
    background:#333333;
    font-weight: 900!important;
    font-size: 30px;
    padding: 10px 12px;
    transition: 0.3s;
    opacity: 1;
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 0.5;
}


@media(max-width:991px){
.slick-next:before {
    font-weight: 600;
    font-size: 30px;
}
.slick-prev:before {
    font-weight: 600;
    font-size: 30px;
}
.slick-next {
    right: -2px;
    z-index: 999;
}
.videoslide-pro-text {
    /* padding-left: 0px; */
}
.slick-dots {
    bottom: 50px;
    left: 18px;
    /* width: 20px!important; */
}}

@media (max-width: 767px){
.slick-arrow {
    display: none!important;
}}


/**/



.sppb-item.videoslide-item .background img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sppb-item.videoslide-item .background { height: 100%; }

.sppb-item.videoslide-item { height: 550px; }

@media only screen and (min-width: 992px) {
    .sppb-item.videoslide-item { height: 800px; }
    .sppb-item.videoslide-item .background { height: 100%; }
}

@media (max-width: 767px) {
    .content-div { padding: 20px; }
    a.videoslide-btn { margin-top: 0 !Important;}
    p.content { font-size: 12px; line-height: 1.5; }
}