  .video-size {
    /*height:95.8vh;?*/
	height:100%;
    width:100%;
    overflow:hidden;
}
.right-slide-btn img:hover,
.left-slide-btn img:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    border-color: #E0E0E0 !important;
}
.video-size > video {
    min-width: 100%;
    min-height: 100%;
} 
.branch-time {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "JetBrains Mono";
}
.branch-time li {
    display: flex
;
    line-height: 26px;
}
.branch-time .day {
    max-width: 193px;
    width: 100%;
    margin-right: 10px;
}
.home-branch h3.elementor-icon-box-title {
    margin-top: 0px;
}
.map iframe{
    display: block;
}

.service-slides .ekit-swiper-arrow-button {
    visibility: hidden;
}
.service-slides .swiper-wrapper {
    height: 100% !important;
}
.service-slides .swiper-wrapper .swiper-slide {
    height: 100% !important;
}
.services-boxes {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: 105% 100% !important;
    transition: background-size 1s ease;
}
.services-boxes:hover {
    background-size: 120% 115% !important; 
}
.text-cls {
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.6s;
    max-height: 0;
    overflow: hidden;
}
.services-boxes:hover .text-cls {
    visibility: visible;
    transform: translateY(0);
    max-height: 230px;
}
.left-slide-btn, .right-slide-btn {
    cursor: pointer;
}
.left-slide-btn.btn-disabled img, .right-slide-btn.btn-disabled img {
    cursor: not-allowed !important;
    /*opacity: 0.5 !important;*/
}

.left-slide-btn:hover, .right-slide-btn:hover {
    opacity: 0.9;
}
.link-area a:hover{
    text-decoration: underline;
}
@media(max-width:1440px){
  .video-size {
    height:100%;
    width:100%;
    overflow:hidden;
}
}
@media(max-width:1024px){
    .swiper-navigation-button.swiper-button-prev, .swiper-navigation-button.swiper-button-next {
    display: none;
}
}
@media(max-width:768px){
.hero-banner-text{
    position:relative;
}

}

@media(max-width:480px){
.branch-time .day {
    max-width: 170px !important;
}
}

@media(max-width:400px){
.branch-time .day {
    max-width: 150px !important;
}
}