* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* background-color: #fafafa; */
    overflow-x: hidden;

}

.header-services {
    width: 100%;
    display: none;
    padding: 10px 40px;
    font-size: 25px;
    font-weight: 600;
    color: #2d2d2d;
    background-color: #ffffff;
}

.header-services-sidebar {
    display: block;
    padding: 20px;
}

.nav-services-sidebar {
    width: 100%;
    margin-top: 70px;
    font-size: 25px;
    padding: 10px 10px;
    font-weight: 600;
    color: #2d2d2d;
}

.nav-services {
    margin-top: 70px;
    padding: 50px 10px;
    width: 100%;
    display: flex;
    justify-content: center;

}

.reos-nav {
    /* font-family: 'Poppins', sans-serif; */
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* position: absolute; */
    padding: 10px 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    border-bottom: 1px solid #dbdbdb;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.reos-nav .reos-nav-menu .menu {
    color: #2d2d2d;
}

.reos-nav .reos-nav-menu .menu:hover {
    color: #044386;
    text-decoration: underline;
}



.REOS-services-master-with-sidebar {
    width: 100%;
    display: flex;
    padding: 5px;
    position: relative;

}

.REOS-services-sidebar {
    width: 20%;
    height: 100vh;
    /* border: solid; */
    top: 0;
    left: 0;
    position: sticky;
}


.r-s-side-nav {
    /* margin-top: 100px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
}

.r-s-side-nav a {
    text-decoration: none;
    padding: 8px;
    width: 100%;
    text-align: left;
    color: #007ec2;
    background-color: #ffffff;
    color: #2a2a2a;
    border-radius: 10px;
    /* border-bottom: 1px solid #a7a7a7; */
}

.r-s-side-nav a.active {
    color: #ffffff;
    /* Change this to your desired highlight color */
    /* font-weight: bold;  */
    background-color: #305496;
}

.REOS-services-main-master {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-links-master {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 60px;
    padding-bottom: 40px;
    /* border: solid; */
}

.services-card {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.services-card.reveal {
    opacity: 1;
    transform: translateY(0);
}

.services-card:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
}

.services-card:nth-child(4) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
}

.s-card-row-one {
    width: 50%;
    height: 400px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #151515;
    padding: 0;
    /* line-height: 0; */
}

.s-card-row-one img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s-card-row-two {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.heading-for-services {
    width: 100%;
}

.services-card-discription {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    color: #4e4e4e;
}

.service-inquiry-link {
    padding: 10px 0px;
}

.service-inquiry-link a,
button {
    text-decoration: none;
    color: #173f7a;
    padding: 8px 10px;
    font-size: 14px;
    background-color: transparent;
    border: #173f7a 1px solid;
    border-radius: 5px;
}

.read-more-link a {
    text-decoration: none;
    color: #173f7a;
    /* padding: 8px 10px; */
    font-size: 14px;
    /* border: #173f7a 1px solid; */
    /* border-radius: 5px; */
}

.other-services-master {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 0px 60px;
}

.other-services-label {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    padding-left: 60px;
    color: #151515;
}

.trending-pro-services {
    width: 100%;
    padding: 0 60px;
}

.header-services-top {
    padding: 20px;
}

.more-pro-services {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
    padding: 10px;

}

.main-pro-table {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.more-pro-card-main {
    width: 100%;
}

.img-pro-main {
    width: 100%;
    height: 250px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
}

.img-pro-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.more-pro-label {
    padding: 20px;

}

.title-pro-main {
    width: 100%;
    padding: 5px;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.title-pro-main {
    text-transform: lowercase;
}

.title-pro-main:first-letter {
    text-transform: uppercase;
}

.download-pro-services-main button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: row-reverse; */
    gap: 5px;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    color: #11618d;
    /* color: #1a6788; */
    /* border:  1px solid #aacefc;
    background-color: #bddafe95; */
    background-color: transparent;
    border: none;
    text-align: center;
}

.download-pro-services-main button:hover {
    color: #007ec2;
}


.more-pro-table {
    /* width: 100%; */
    width: 100%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* column-gap: 50px; */
    gap: 10px;
    /* gap: 10px; */
}


.more-pro-card {
    /* border: #9f9f9f 1px solid; */
    border-radius: 5px;
    width: 24%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.more-pro-card .img-pro {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    height: 160px;
}

.img-pro img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-pro {
    width: 100%;
    padding: 5px;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.title-pro {
    text-transform: lowercase;
}

.title-pro:first-letter {
    text-transform: uppercase;
}

.download-pro-services button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    color: #11618d;
    /* color: #1a6788; */
    /* border:  1px solid #aacefc;
    background-color: #bddafe95; */
    background-color: transparent;
    border: none;
    text-align: center;
}

.download-pro-services button:hover {
    color: #007ec2;
}













@media only screen and (max-width:756px) {
    .REOS-services-sidebar {
        width: 20%;
        display: none;
    }

    .header-services {
        width: 100%;
        display: block;
        padding: 10px 30px;
        font-size: 22px;
        font-weight: 600;
        color: #2d2d2d;
        background-color: #ffffff;
    }

    .nav-services {
        margin-top: 60px;
        padding: 40px 10px;
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .REOS-nav {
        /* font-family: 'Poppins', sans-serif; */
        display: flex;
        background-color: #fff;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /* position: absolute; */
        padding: 10px 10px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;

        border-bottom: 1px solid #dbdbdb;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .REOS-nav .REOS-nav-menu .menu {
        color: #2d2d2d;
    }

    .header-services-top {
        padding: 5px;
        width: 100%;
    }

    .REOS-services-main-master {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-pro-table {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .services-links-master {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        padding-bottom: 30px;
        /* border: solid; */
    }

    .services-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .services-card.reveal {
        opacity: 1;
        transform: translateY(0);
    }

    .services-card:nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
    }

    .services-card:nth-child(4) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 10px; */
    }

    .s-card-row-one {
        width: 100%;
        height: 300px;
    }

    h4 {
        font-size: 20px;
        font-weight: 500;
        color: #151515;
        padding: 0;
        /* line-height: 0; */
    }

    .s-card-row-one img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .s-card-row-two {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .heading-for-services {
        width: 100%;
    }

    .services-card-discription {
        width: 100%;
        font-size: 16px;
        color: #4e4e4e;
        text-align: justify;
    }

    .service-inquiry-link {
        padding: 10px 0px;
    }

    .service-inquiry-link a {
        text-decoration: none;
        color: #173f7a;
        padding: 8px 10px;
        font-size: 14px;
        border: #173f7a 1px solid;
        border-radius: 5px;
    }

    .other-services-master {
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: #fcfcfc;
        padding: 0px 10px;
    }

    .other-services-label {
        width: 100%;
        padding: 10px;
        font-size: 20px;
        text-align: left;
        padding-left: 10px;
        color: #151515;
    }

    .more-pro-services {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* background-color: #fff; */
        padding: 5px;

    }

    .more-pro-label {
        padding: 20px;
    }

    .more-pro-table {
        /* width: 100%; */
        width: 100%;
        padding: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* flex-wrap: wrap; */
        justify-content: center;
        /* column-gap: 50px; */
        gap: 10px;
        /* gap: 10px; */
    }


    .more-pro-card {
        /* border: #9f9f9f 1px solid; */
        border-radius: 5px;
        width: 100%;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .more-pro-card .img-pro {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        height: 160px;
    }

    .img-pro img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-pro {
        width: 100%;
        padding: 5px;
        color: #1d1d1d;
        font-weight: 500;
        font-size: 15px;
        text-align: center;
    }

    .title-pro {
        text-transform: lowercase;
    }

    .title-pro:first-letter {
        text-transform: uppercase;
    }

    .download-pro-services button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        gap: 5px;
        font-size: 13px;
        padding: 5px;
        border-radius: 5px;
        color: #11618d;
        /* color: #1a6788; */
        /* border:  1px solid #aacefc;
        background-color: #bddafe95; */
        background-color: transparent;
        border: none;
        text-align: center;
    }

    .download-pro-services button:hover {
        color: #007ec2;
    }

    div.input-block input {
        font-weight: 500;
        font-size: 16px;
        color: #3e3e3e;

        width: 100%;
        padding: 10px 15px;
        border-radius: 2px;
        border: none;
        border: 1.5px solid #0c388b;
        outline: none;
    }

}