html body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.WhyChoseAstute {
    background-color: #471642;
    border: 1px solid #471642;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
}

.WhyChoseAstute:hover {
    color: white;
    cursor: pointer;
}

.section1 {
    margin-top: -300px;
}

.section2 {
    margin-top: 100px;
}

.AboutUs {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    height: fit-content;
    text-align: center;
    padding: 25px;

}

.Services {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    height: fit-content;
    text-align: center;
    padding: 25px 38px 48px 38px;
}

.Procedure {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
    height: fit-content;
    text-align: center;
    padding: 25px 38px 73px 38px;
}

.aboutus {
    color: #471642;
    font-weight: 800;
    font-size: 20px;
}

.AllService {
    background-color: #471642;
    padding: 70px 0px 70px 0px;
    margin: 60px 0px 60px 0px;
}

h3 {
    font-size: 30px !important;
    font-weight: 800;
    color: white;
}

.Section6 {
    background-image: url('../images/contact.png');
    width: 100%;
    height: fit-content;
    padding: 70px 0px !important;
}

label {
    display: flex;
    justify-content: center;
    color: white;
}

.userReview {
    margin-top: 80px;
}

.userComment {
    background-color: white;
    padding: 30px;
    border-radius: 20px;
    height: fit-content;
    text-align: center;
}

.username {
    margin-left: 20px !important;
}

.userLoc {
    margin-top: -10px;
    font-size: 12px;
    margin-left: -80px;
}
.userLoc2{
    margin-top: -10px;
    font-size: 12px;
    margin-left: -72px;
}
.userLoc3{
    margin-top: -10px;
    font-size: 12px;
    margin-left: -4px;
}
.userLoc4{
    margin-top: -10px;
    font-size: 12px;
    margin-left: -30px;
}

.comment {
    text-align: left;
    margin-top: 10px;
}

h5 {
    color: #471642;
    font-weight: 700;
    font-size: 14px;
}

.Section7 {
    margin: 40px 0px;
}

.owl-carousel2>.owl-nav {
    display: none;
}

input {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid white;
    width: 100%;
}

input:focus {
    border: 1px solid white;
}

textarea {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}

.serviceHeading {
    font-size: 20px !important;
    text-decoration: none;
    color: white;
}

.serviceHeading:hover {
    font-size: 20px !important;
    text-decoration: none;
    color: white;
}

.parnters {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.Section4 {
    padding: 70px 0px 70px 0px;
}

.section3 {
    position: relative;
}

.owl-prev {
    background-image: url('../icons/right_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 74px;
    position: absolute;
    top: 24%;
    left: -45px;
}

.owl-next {
    background-image: url('../icons/left_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 74px;
    position: absolute;
    top: 24%;
    right: -45px;
}
.owl-carousel > .owl-dots {
    display: none;
}

.star {
    margin: -7px 0px 0px 10px;
}

@media (max-width: 499px) {
    .AboutUs {
        margin: 20px;
    }

    .Services {
        margin: 20px;
    }

    .Procedure {
        margin: 20px;
    }

    .userComment {
        margin: 20px;
    }

    input {
        margin: 10px;
        width: 95% !important;
    }

    textarea {
        margin: 10px;
        width: 95%;
    }

    .owl-nav {
        display: none;
    }

    .userLoc {
        margin: 0 !important;
    }
    svg{
        font-size: 7px;
    }
}

@media (max-width: 768px) {
    .AboutUs {
        margin-top: 20px;
    }

    .Services {
        margin-top: 20px;
    }

    .Procedure {
        margin-top: 20px;
    }

    .userComment {
        margin-top: 20px;
    }
}

@media (max-width:1000px) {
    .AboutUs {
        margin-top: 20px;
    }

    .Services {
        margin-top: 20px;
    }

    .Procedure {
        margin-top: 20px;
    }

    .userComment {
        margin-top: 20px;
    }
}