:focus {
    outline: none;
}

.flexible .slideId {
    background: #fff;
    padding: 25px;
    position: relative;
    border-radius: 8px;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    /* text-align: center; */
}

.center .slick-center .slideId {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #001121;
    opacity: 1;
    transform: scale(1);
    position: relative;
    bottom: inherit;
    /* margin-top: 35px;
    margin-bottom: 35px; */
}

.flexible .slick-prev,
.flexible .slick-next {
    top: 50% !important;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #0f2a5f;
    z-index: 500;
    align-items: center;
    display: flex;
    justify-content: center;
}

.flexible .slick-prev {
    left: 3% !important;
}

.flexible .slick-prev:before {
    content: "" !important;
    color: #fff !important;
    background: url(../img/arw_left.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    position: absolute;
}

.flexible .slick-next {
    right: 3% !important;
}

.flexible .slick-next:before {
    content: "" !important;
    background: url(../img/arw_right.png) no-repeat;
    width: 30px;
    height: 20px;
    position: absolute;
    background-size: contain;
}

.monTh {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.center .slideId h2 {
    margin-bottom: 0;
    color: #202020;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 0px;
}

.center .slideId h2:after {
    position: absolute;
    left: 0;
    bottom: 30px;
    height: 3px;
    background: #0f2a5f;
    width: 45px;
    content: "";
}

.center .slideId h2 span {
    color: #0f2a5f;
}

.center .slideId {
    /* opacity: 0.5; */
    transition: all 300ms ease;
    margin: 15px 40px;
    position: relative;
    /* height: 500px; */
}

.why-us .slick-slide {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.why-us .slick-slide .slideId {
    opacity: 0.6;
    height: 440px;
}

.why-us .slick-slide.slick-center {
    padding: 0;
}

.why-us .slick-slide.slick-center .slideId {
    opacity: 1;
    height: 475px;
}

.center .slideId p {
    color: #171d2e;
    font-size: 16px;
    position: relative;
    padding: 0 0;
    line-height: 24px;
}

.btn_discovermore {
    background: #0f2a5f;
    /* width: 100%; */
    border-radius: 4px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: 25px;
}

.btn_discovermore:hover {
    background: #1262a2;
    text-decoration: none;
}

.bgPtn {
    position: relative;
    top: -25px;
    width: 123px;
    height: 113px;
    background: url(../img/ptn1.png) no-repeat;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.center_responsive {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .center {
        display: none;
    }
    .why-us .slick-slide .slideId {
        opacity: 1;
    }
    .why-us .slick-slide {
        margin: 0 20px;
        padding: 0;
    }
    .center_responsive {
        display: block;
    }
    .btn_discovermore {
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }
    .center_responsive .slick-dots li button {
        background: #fff;
        border-radius: 50%;
        padding: 0;
    }
    .center_responsive .slick-dots li button:before {
        color: #0f2a5f;
        font-size: 40px;
    }
    .why-us {
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .center {
        display: none;
    }
    .center .slideId {
        margin: 15px !important;
    }
    .center .slideId {
        height: auto;
    }
    .center_responsive {
        display: block;
    }
    .why-us .slick-slide.slick-center .slideId {
        height: auto;
    }
    .why-us .slick-slide {
        padding: 0;
        margin: 0 10px;
    }
    .btn_discovermore {
        position: relative;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }
    .center_responsive .slick-dots li button {
        background: #fff;
        border-radius: 50%;
        padding: 0;
    }
    .center_responsive .slick-dots li button:before {
        color: #0f2a5f;
        font-size: 40px;
    }
    .monTh h2 {
        font-size: 20px;
    }
}