p {
    font-size: 15px !important;
    color: #696868 !important;
    /* line-height: 25px; */
}

.service-nav {
    position: absolute;
    width: 1000px;
    top: 20px;
    left: -230px !important;
    padding: 15px;
    height: 80vh;
    overflow: scroll;
}

.main-page {
    margin-top: 50px;
}

.main-page-text {
    position: relative;
    left: 150px;
}

.main-page-text p {
    color: black !important;
    font-size: 20px !important;
}

.main-page-text h1 {
    font-size: 65px !important;
    font-weight: bold;
}

.service-nav h6 {
    font-size: 15px !important;
    margin-top: -10px;
}

.nav-item a {
    font-size: 13px;
    margin: 2px 14px;
    letter-spacing: 1px;
    color: black;
    font-weight: 500;
}

.navbar-brand img {
    width: 50%;
}

.service-nav .col-md-4 {
    line-height: 17px;
    margin-top: -50px !important;
}

.service-nav .col-md-4 p {
    margin-top: -20px !important;
}


.service-nav .row {
    line-height: 10px;
}

.request-btn {
    background-image: linear-gradient(to right, #71bd3ae6, #89e746e6);
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    border: 3px solid white;
    box-shadow: 1px 1px 4px black;
}

.request-btn:hover {
    box-shadow: none;
    color: white;
    text-decoration: none;
    list-style-type: none;
    transition: 0.6s;
}

.subscribe-btn {
    background-image: linear-gradient(to right, #71bd3ae6, #89e746e6);
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    border: 3px solid white;
    box-shadow: 1px 1px 4px black;
    width: 100%;
}

.register-btn {
    color: white;
    background-color: rgb(63, 173, 225);
    margin: 0px 10px;
    font-size: 14px;
    padding: 5px;
}

.main-sec-text {
    width: 100%;
    position: relative;
    left: 30%;
    top: 30%;
}

.main-sec-text p {
    color: black;
    font-size: 20px;
}

.main-sec-text h1 {
    color: #61a331e6;
    font-size: 60px;
    font-weight: 700;
}

.main-sec-text a {
    background-image: linear-gradient(to right, #71bd3ae6, #89e746e6);
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 15px;
    color: white;
    font-weight: 500;
    border: 3px solid white;
    box-shadow: 1px 1px 4px black;
}

.main-sec-text a:hover {
    box-shadow: none;
    color: white;
    text-decoration: none;
    list-style-type: none;
    transition: 0.6s;
}

/* Main Services Overlay */
.service-overlay {
    position: absolute;
    top: 30%;
    right: 2%;

}

.service-overlay1 {
    display: flex;
    align-items: center;
    border: 2px solid #71bd3ae6;
    border-radius: 10px;
    max-width: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}

.service-overlay1 i {
    font-size: 70px;
    color: #71bd3ae6;
}

.service-overlay-text {
    padding-top: 100px;
    padding-left: 30px;
}

.services-img img {
    width: 100%;
}

.b-working {
    display: flex;
    align-items: center;
    padding: 5px;
    margin-top: 10px;

}

.RCMB-card {
    border: 1px solid rgba(180, 178, 178, 0.6);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    min-height: 22vh;
    max-height: auto;
}

.RCMB-card i {
    color: #5c9c2ee6;
}

.RCMB-card p {
    color: #161616;
    font-size: 20px !important;
}

.RCMB-card span {
    color: rgb(7, 111, 172);
}

.RCMB-card:hover {
    box-shadow: 1px 1px 2px rgb(128, 125, 125);
}


.RCMB {
    border: 1px solid rgba(180, 178, 178, 0.6);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}

.RCMB i {
    color: #5c9c2ee6;
}

.RCMB:hover {
    box-shadow: 1px 1px 2px rgb(128, 125, 125);
}


/* Specilities */

.specilities {
    border: 1px solid rgba(180, 178, 178, 0.6);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}

.specilities i {
    color: #5c9c2ee6;
}

.specilities:hover {
    box-shadow: 1px 1px 2px rgb(128, 125, 125);
}


/* Slider start */

/* Slick Slider Css Ruls */


/* Footer start */
.main {
    height: auto;
    width: 100%;
}

.footer a {
    color: white;
}

.footer-input {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 40px;
}

.footer-input::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.footer-social-icons {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
}

.footer-social-icons li i {
    font-size: 13px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px;
}