.container {
   /* max-width: 1266px !important; */
}

.owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
}
.str-form {
    margin-top: -100px;
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 50px  30px !important;
}
.gradient-bg {
      background: linear-gradient(to bottom right, #599abc, #1c1a5b);
      border-radius: 20px;
}
.bg-pad{
    padding: 120px 0px;
}
.bx-process{
    margin-top: -120px;
}
.logo-st{
    width: 180px;
}
.st-clg-logo {
    width: 100px !important;
    position: relative;
}
.st-review{
    height: 320px;
}
/* why us css */
.sty-sec{
border-top-left-radius: 100px;
border-bottom-right-radius: 100px;
margin-top: 60px;
}

.success-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.success-carousel .owl-nav button {
    outline: none;
    background: transparent;
    border: none;
}


.whatsapp-float {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    height: 50px;
    width: 50px;
}

.whatsapp-float:hover {
    background-color: #1EBE57;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    transform: translateY(-50%) scale(1.1);
}

@media only screen and (max-width: 600px) {
 .logo-st{
    width: 80px;
 }
 .st-clg-logo {
    width: 60px !important;
 }
.img-why- {
    width: 70%;
    margin-top: -130px;
    margin-bottom: 20px;
}
.st-why-col{
    padding-left: 0px!important;
}
.st-mb-list{
    font-size: 14px;
}
.st-mb-list{
    width: 100% !important;
}
.st-review{
    height: auto;
}
.st-heding-whuys{
    padding-bottom: 60px;
}
.st-mb-ntn{
    width: 100% !important;
}
}