* {

    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: 'Rubik', sans-serif;
    list-style: none;

}

.navbar-brand img {
    height: 60px;
}

header {
    color: aliceblue;
}

.aboutus .row {
    align-items: center;
}

.aboutus {
    max-width: 1200px;
    margin: 160px auto;
    margin-bottom: 60px;
}

.about-text {
    color: rgb(85, 248, 85);
}

.aboutus p {
    color: rgb(62, 61, 61) !important;
    font-weight: 400;
}

.aboutus img {
    max-width: 100%;
}

.nav-link {
    color: black !important;
}

.nav-link:hover {
    color: navy !important;
}

.carousel-height {
    height: 80vh;
}

.carousel-height img {
    height: 90vh;
    object-fit: cover;
}


.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    opacity: .3;
}

.carousel-caption h5 {
    color: rgb(85, 248, 85);
    font-size: 1.3rem;
}

.carousel-caption h2 {

    font-size: 3rem;

}

.hero {
    padding: 60px 20px;
}

.hero p {
    font-size: 16px;
}

.hero-h3 {
    width: fit-content;
    text-align: left;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 20px;
}

.hero span {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
}

.hero table {
    margin-top: 20px;
}

.hero table td {
    font-size: 18px;
    text-align: start;
    padding-left: 10px;
}

.hero form {
    background-color: #edeff2;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    color: #737e86;

}

.hero form input {
    outline: none;
    border: 1px solid gray;
    padding: 4px 10px;
    border-radius: 4px;
    width: 100%;
}

.gst-reg {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.gst-reg p {
    font-size: 14px;
}

.gst-reg li {
    color: #737e86;
    font-size: 14px;
    margin: 6px 0;
}

.gst-reg img {
    max-width: 100%;
    margin: 0 auto;
}

.benifits {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.benifits hr,
.ability hr,
.package hr,
.why-gst hr,
.req-doc hr,
.steps hr,
.rera-reg hr,
.key-area hr {

    width: 100px;
    height: 3px;
    outline: none;
    border: 0;
    background-color: blue;
    margin: 0 auto;
    opacity: 1;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.ability {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.ability ul li {
    font-size: 14px;
    color: #737e86;
    margin: 6px 0;
    padding-right: 10px;
    display: flex;
}

.ability li i {
    font-size: 16px;
    padding-right: 6px;
}

.why-gst {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.gst-reg .card {
    background-color: #fff;
    border: 1px solid #fff !important;

}

.gs-cards {
    flex-wrap: wrap;
}

.gs-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px white;
    max-width: 350px;
    margin: 0 auto;

}

.gs-card p {
    font-size: 14px;
}

.gs-card:hover h5 {
    color: rgb(60, 60, 254);
}

.key-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.bg-secondary {
    background-color: #edeff2 !important;
}

.req-doc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.req-doc ul {
    padding: 0;
}

.req-doc li {
    display: flex;
    align-items: center;
    color: #737e86;
    margin: 10px 0;
}

.req-doc li i {
    padding-right: 6px;
}

.package {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;

}

.package .icon {
    font-size: 44px;
    text-align: center;
    color: rgb(114, 114, 255);
}

.pac-box {
    padding: 16px;
    box-shadow: 2px 2px #edeff2;
    border-radius: 10px;
    margin: 20px 10px;
    background-color: white;
}

.steps {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.step-box {
    position: relative;
    border-left: 2px dashed rgb(63, 63, 244);

    padding: 10px 0;
}

.step-count+div {
    padding-left: 40px;
}

.step-box:nth-child(3) {
    border-left: 0;
    padding: 0;
}

.step-count {
    position: absolute;
    left: -20px;
    top: 0;
    background: linear-gradient(to bottom, blue, violet);
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services div:hover {
    border: 1px solid rgb(63, 63, 244);
    box-shadow: 3px 3px gainsboro;
}

.contact {
    background-image: url('./img/c1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.4;
}

#contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    z-index: 99;
    position: relative;
}

#contact form {
    border-radius: 4px;
    background-color: #edeff2;
    padding: 30px 20px;
    box-shadow: 2px 4px 6px black;

}

#contact form input {
    width: 100%;
    padding: 6px;
    margin: 10px auto;
    border-radius: 2px;
    outline: none;
    border: none;
    color: #737e86;
}

textarea {
    width: 100%;
    padding: 6px;
    margin: 10px auto;
    border-radius: 2px;
    outline: none;
    border: none;
    color: #737e86;

}



.footer {
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;

}

.brand img {
    max-height: 60px;
    margin-left: 20px;
    margin-bottom: 20px;
}

footer .footer-d1 {
    max-width: 400px;
    font-size: 15px;
}

.rera-hero hr {
    width: 100px;
    height: 3px;
    outline: none;
    border: 0;
    background-color: white;
    margin: 0 auto;
    opacity: 1;
}

.rera-hero-free {
    max-width: 400px;
    margin: 10px auto;
}

.rera-hero-free h3 {
    background-color: #fff;
    color: rgb(63, 63, 244);
    font-size: 18px;
    padding: 8px;
}

.rera-hero-free i {
    font-size: 30px;
}

.rera-hero-free i+p {
    font-weight: 400;
    font-size: 16px;
    font-family: cursive;
    margin-top: 8px;
}

.rera-reg p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.wp-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
    color: rgb(7, 253, 7);
    background-color: aliceblue;
    border-radius: 4px;
    padding: 10px;
}

.wp-ico i {
    font-size: 3rem;
    margin-right: 6px;
}

.wp-ico:hover {
    color: rgb(49, 238, 49);
}