.why-choose h2 {
    text-align: center;
    color: #2188c8;
    font-size: 47px;
    margin-bottom: 50px;
}
ul.choose-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.choose-list li span {
    color: #0e31be;
    display: block;
    font-size: 25px;
    font-weight: 700;
}
ul.choose-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.choose-list li + li {
    margin-top: 15px;
}
ul.choose-list li img {
    width: 25px;
}
ul.choose-list li:first-child img {
    width: 30px;
}
.why-choose {
    padding: 100px 0;
    background: #eff8fd;
}
.schedule-bar {
    padding: 0px 0 30px;
}
.why-choose-item + .why-choose-item{
    margin-top: 30px;
}
.why-choose-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 6px 6px 6px rgb(89 89 89 / 26%);
    border-radius: 8px;
    padding: 30px;
    gap: 15px;
}
.why-choose-item-img img {
    max-width: 60px;
}
.why-choose-item-info h3 {
    margin: 0;
    font-size: 24px;
}
.why-choose-slide img {
    max-width: 100%;
}
.why-choose-slider .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.why-choose-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border: 1px solid #838383;
    background: #fff;
    border-radius: 50%;
}
.why-choose-slider .owl-dots .owl-dot:focus{
    outline: none;
    box-shadow: none;
}
.why-choose-slider .owl-dots .owl-dot.active {
    background: #838383;
}
.why-choose-slider .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}
@media(max-width:1229px){
    ul.choose-list li span {
        font-size: 20px;
    }
    ul.choose-list li img {
        width: 20px;
    }
    ul.choose-list li:first-child img {
        width: 24px;
    }
    .why-choose {
        padding: 80px 0;
    }
}
@media(max-width:1199px){
   .why-choose h2{
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media(max-width:991px){
    .why-choose-item-info h3 {
        font-size: 18px;
    }
    .why-choose-item-img img {
        max-width: 50px;
    }
    .why-choose-item {
        padding: 20px;
    }
    .why-choose-item + .why-choose-item {
        margin-top: 25px;
    }
}
@media(min-width:768px) and (max-width:991px){
    ul.choose-list li span {
        font-size: 15px;
    }
    ul.choose-list li img {
        width: 15px;
    }
    ul.choose-list li:first-child img {
        width: 19px;
    }
    .why-choose h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    ul.choose-list li {
        gap: 3px;
    }
    ul.choose-list li + li {
        margin-top: 10px;
    }
    .why-choose {
        padding: 60px 0;
    }
    
}
@media (max-width:767px){
    .why-choose-img {
        text-align: center;
        margin-top: 30px;
    }
    .why-choose-info {
        max-width: 277px;
        margin: 0 auto;
    }
    .why-choose h2{
        text-align: center;
    }
    .why-choose {
        padding: 60px 0;
    }
    .why-choose h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    .why-choose-item + .why-choose-item {
        margin-top: 15px;
    }
    .why-choose-slider{
        margin-top: 35px;
    }
    .why-choose-slider .owl-dots {
        margin-top: 30px;
    }
}