.whaybest .feature-list li {
    max-width: 100%;
    flex: 100%;
    padding-left: 0px;
    list-style-type: disc;
}
.about .box .inner-box .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 0px;
}
.about .box .inner-box {
    
    display: flex;
    justify-content: center;    
    align-items: center;
    height: 200px;
    max-height: 200px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.navigation .navbar .navbar-brand img {
    max-width: 150px;
    height: 100px;
}
.navigation .navbar #mainmenu ul .nav-item .nav-link {
    font-size: 18px;
    line-height: 45px;
}
.navigation .navbar .navbar-brand {
    padding: 10px 0;
}
.btn-pt{
    padding-top: 5px;
}
.home9 .subscribe-section .newsletter-form-area {
    box-shadow: none;
    border-radius: 50px;
}
p {
    font-size: 18px;
}
.whaybest .feature-list li {
    font-size: 18px;
}
.indent {
    margin-left: 30px;
    padding-top: 5px;
}
.abt-img1 img{
    border-radius: 40px;
    height: 100% !important;
    max-height: 100%;
}
.abt-img2 img{
    border-radius: 40px;
    height: 100%;
    max-height: 100%;
}
.abt-img3 img{
    border-radius: 40px;
    height: 100%;
    max-height:100%;
}
.pt-20{
    padding-top: 20px;
}
.ml-50{
    margin-left: 50px;
}
i.fa.fa-file-pdf {
    font-size: 50px;
    padding-bottom: 10px;
}
.license-p{
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.head-lic {
    display: flex;
    justify-content: center;
}
h2.info-title.lic-hd {
    background: #3e77bdff;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 200px;
}
.whaybest {
    position: relative;
    padding: 230px 0px 83px;
    background: #ffffff;
}
@keyframes b-shadow {
    0% {
        box-shadow: 0px 0px 0px 20px rgb(5 69 152 / 51%), 0px 0px 0px 40px rgb(5 67 152 / 41%), 0px 0px 0px 60px rgb(14 72 150 / 31%), 0px 0px 0px 80px rgb(4 69 154 / 24%), 0px 0px 0px 100px rgb(6 68 152 / 12%);
    }
    50% {
        box-shadow: 0px 0px 0px 20px rgb(5 69 152 / 71%), 0px 0px 0px 40px rgb(5 67 152 / 67%), 0px 0px 0px 60px rgb(14 72 150 / 51%), 0px 0px 0px 80px rgb(4 69 154 / 44%), 0px 0px 0px 100px rgb(6 68 152 / 32%);
    }
    100% {
        box-shadow: 0px 0px 0px 20px rgb(5 69 152 / 51%), 0px 0px 0px 40px rgb(5 67 152 / 41%), 0px 0px 0px 60px rgb(14 72 150 / 31%), 0px 0px 0px 80px rgb(4 69 154 / 24%), 0px 0px 0px 100px rgb(6 68 152 / 12%);
    }
  }

  .home9 .hero-area .right-img::after {
    position: absolute;
    content: " ";
    width: 300px;
    height: 300px;
    background: rgb(255 255 255 / 10%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: b-shadow 2s linear infinite;
}
img.cont-img {
    border-radius: 15px;
    margin-top: 20px;
}
.pdf-icon {
    display: flex;
    justify-content: center;
}
i.fa.fa-file-pdf {
    font-size: 50px;
    padding: 27px 32px;
    color: #FFF;
    background: #3e77bdff;
    border-radius: 50%;
}
.pdf-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}
.pdf-box {
    height: 185px;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home9 .hero-area .right-img .img {
    max-width: 125%;
    left: -45px;
}
.lic-header-logo {
    display: flex;
    justify-content: center;
}
.row.license {
    justify-content: center;
}
.whaybest .about-img {
    height:100%;
    padding: 0px 40px;
}
img.ov-img {
    border-radius: 25px;
    animation: shapeani3 5s linear infinite;
}
.whaybest .feature-list {
    padding-left: 0px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
section.whaybest.home-sec {
    padding: 0px;
}
.contact {
    padding: 0px 0px 20px;
    position: relative;
}
@media (max-width:1024px){
    .content {
        margin-top: 77px;
    }
    .about .box .inner-box {
        text-align: center;
        width: 100%;
        position: relative;
        z-index: 99;
        padding: 27px 5px 35px;
        transition: 0.3s ease-in;
    }
}

@media (max-width:991px){
    .abt:first-child {
    order: 2; /* Change the order of the first item to 2 in mobile view */
  }
}