/* Trying to override Bootstrap */
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: #E7F7FF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-bottom-width: var(--bs-border-width);
    border-color: #2C3134;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* Style for any tables */
.table-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* height: 100vh; */
    padding-top:30px;
}
.table tbody {
    background-color: #E0F0F8 !important;
    border-color: inherit;
    border-style: solid;
    border-width: 1;
}

table {
    width: 100%;
    max-width: 600px;
}
th:nth-child(1), td:nth-child(1) {
    width: 20%;
}
th:nth-child(2), td:nth-child(2),
th:nth-child(3), td:nth-child(3) {
    width: 40%;
}

table td {
    /* background-color: #E0F0F8 !important; */
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    color: #333 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}
.div-table {
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 0 !important;
    padding-left: 8px !important;
    color: #524444 !important;
}
/* Font Awesome */
.fa-1 {
    text-align: center;
    font-size: 2.6rem;
    justify-content: center !important;
    padding-top: 22px;
}
.fas {
    padding-right: 8px;
}
.fa-blog {
    padding-left: 8px;
    margin-top: 20px !important;
    color: #68C7F8;
    width: 28px;
    height: 23px;
    margin-right: -5px;
}

.fa-facebook {
    padding-right: 5px;
    color: #3B579D;
}

.fa-hand-point-up {
    padding-right: 8px;
    color: #01AEFF;
}

.fa-circle-exclamation {
    padding-right: 8px;
    padding-top: 0;
    color: #F57373;
    font-size: .8rem !important;
}
.fa-link {
    font-size: 0.7rem;
    color: #44535A;
    padding-right: 4px;
    
}
.fa-arrow-up-right-from-square {
    font-size: 0.7rem;
    color: #44535A;
    padding-right: 4px;
}

.fa-asterisk {
    padding-right: 8px;
    padding-top: 0;
    color: #F57373;
    font-size: 1.0rem;
    font-weight: 600;
}

.fa-hexagon-exclamation {
    padding-right: 8px;
    padding-top: 0;
    color: #F57373;
    font-size: 1.0rem;
}

.fa-slack {
    color: #008000;
    text-align: center;
}

.fa-diamond {
    padding-right: 8px;
    color: #008080;
}

.fa-image {
    padding-right: 8px;
    color: #E70909;
    display:inline-block;
}
.fa-image-link {
    color: #A95C46;
    font-size: 0.8rem;
    padding-right: 4px !important;
    padding-bottom: 4px;
}

.fa-searchengin {
    padding-right: 12px !important;
}

.fa-clipboard-question {
    font-size: 2.7rem;
    color: #0C7FBA;
    padding-right: 8px;
    margin-bottom: 4px;
    margin-top:-3px;
    padding-top: 0;
}
.fa-phone {
    color: #A95C46;
    font-size: 0.9rem;
    padding-right: 6px !important;
    width: 24px;
    display: inline-block !important;
}
.fa-phone-yellow {
    color: #FFD200;
    font-size: 0.9rem;
    padding-right: 6px !important;
    width: 24px;
    display: inline-block !important;
}

/* Content block dividers */
.content-div {
    padding: 16px; 
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
}
.content-div-services {
    padding: 0 10px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
}

.content-div-services-ft {
    padding: 0 10px 12px 10px;
    background-color: #FCCE6C;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
}
.instagram-ic {
    display: inline-block;
    max-width: 22px;
    height: 22px !important;
    width: 22px !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-bottom: 3px !important;
    margin-top: -1px;
    vertical-align: middle;
}





/* Style for the search bar container */
.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

/* Style for the search input */
#searchInput {
    flex: 1;
    font-size: 1rem;
    /* padding: .375rem 2.25rem .375rem .75rem; */
}

/* Style for the search button */
#searchButton {
    padding: .375rem 1.25rem;
    font-size: 1rem;
    white-space: nowrap;
    border: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #00ABF8;
}

#topicCardsContainer .card {
    height: 100% !important;
    font-size: 28px !important;
    padding-bottom: 20px;
    color: #404040;
}
#topicCardsContainer .col {
    padding: 15px;
}
.category-header {
    display: flex;
    justify-content: center;
}
.category-header h2 {
    color: #01AEFF;
    font-family: 'Poppins', sans-serif;
}
.category-header h1 {
    color: #01AEFF;
    font-family: 'Poppins', sans-serif;
}
.pdf-download {
    padding-left: 8px;
    color: #E04A3A;
}
.card-body {
    max-height: none;
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card {
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.pagination {
    margin-top: 20px !important;
}
.card-text {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    hyphens: auto;
    word-spacing: -0.05em;
/*    overflow-y: hidden; */
}
.card-text p {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    color: #333 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.p-ind {
    padding-left: 28px !important;
    margin-top: -8px !important;
}

.card-text a {
    text-decoration: none;
    color: #01AEFF;
}
.card-text:last-child {
    margin-bottom: 0;
    font-size: 18px !important;
    color: #404040;
}

.card-header {
    background-color: #FFD301;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    border-radius: 10px !important;
    color: #000000;
    line-height: 1.3;
}
.label-blog {
    color: #00ABF8; 
    padding-left: 4px; 
    padding-bottom: 4px;
}
.article-span {
    font-size: .7rem;
    padding-right: 2px;
}
.p-article-shift {
    font-size: 1.4rem !important;
    font-family: 'Poppins', sans-serif;
    color: #008080 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    padding-top:0;
}

.p-article-shift-dark {
    font-size: 1.6rem !important;
    font-family: 'Poppins', sans-serif;
    color: #404040 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    padding-top:12px;
}

.p-article-shift-light {
    font-size: 1.3rem !important;
    font-family: 'Poppins', sans-serif;
    color: #404040 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    padding-top:12px;
    margin-left: 16px;
}
/*
.blog-article img {
    margin-left: 12px;
}    
*/
.blog-article h1 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    color: #404040;
    padding-bottom: 4px;
}
.blog-article h2 {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    color: #DE9A08;
    padding-bottom: 4px;
    padding-top: 20px;
    padding-left:8px;
    padding-right: 8px;
}
.blog-article p {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    color: #404040;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:2px;
}

.blog-article-time {
    font-size: 1.0rem !important;
    font-family: 'Poppins', sans-serif;
    color: #404040;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom:0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
}

.blog-article-sm {
    padding-bottom:20px !important;
}

.blog-article-bottom {
    padding-top: 0 !important;
    margin-top: -12px !important;
}

.blog-article ul li {
    color: #404040;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem !important;
    padding-bottom: 22px;
    padding-right: 8px;
    text-align: left;
    text-decoration: none;
    margin-left: 0;
}

.list-item-p {
    margin-bottom: 6px;
    margin-left: 14px;
    font-weight: 400;
    color: #AB1F1F !important;
}
/* Styles for large screens (between 992px and 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    #topicCardsContainer .col {
        flex: 1 0 45%; /* Allows two cards per row */
        max-width: 45%;
        padding: 15px;
    }
}
/* Styles for medium screens (between 768px and 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    #topicCardsContainer .col {
        flex: 1 0 48%; /* Adjusts to two cards per row for better spacing */
        max-width: 48%;
        padding: 10px;
    }
}
/* Styles for small screens (767px and below) */
@media (max-width: 767px) {
    #topicCardsContainer .col {
        flex: 1 0 100%; /* Stacks cards in a single column */
        max-width: 100%;
        padding: 8px;
    }
}
/* Styles for small screens (480px and below) */
@media (max-width: 480px) {
    #topicCardsContainer .col {
        flex: 1 0 100%; /* Stacks cards in a single column */
        max-width: 100%;
        padding: 8px;
    }
.content-div {
    padding: 0; 
    padding-bottom: 20px;
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
    }
    
.content-modal-div {
    padding: 4px; 
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
    }
    
.blog-article p {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    color: #404040;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0px;
}
.blog-article h2 {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    color: #01AEFF;
    padding-bottom: 0;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 8px;
}
.blog-article ul li {
    color: #404040;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem !important;
    padding-bottom: 22px;
    padding-right: 8px;
    text-align: left;
    text-decoration: none;
    margin-left: -8px;
 }
}

/* IMAGE SLIDER */
.modal-content {
    transition: transform 0.3s ease;
    max-height: 80%;

}

.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #00AAFE;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-caption-services {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #00AAFE;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}

/* Base style for the slider container */
.image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}

/* Base style for the slider wrapper */
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    margin-top: 40px;
}

/* Base style for the slider items */
.slider-item {
    flex: 0 0 25%; /* Default: 4 images per row */
    max-width: 25%;
    min-width: 25%;
    padding: 5px;
    box-sizing: border-box;
}

/* Base style for images */
.slider-image {
    width: 100%;
    height: 300px; /* Consistent height */
    object-fit: cover; /* Prevents distortion */
    cursor: pointer;
    border-radius: 8px;
}

/* Navigation buttons */
.slider-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-20%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
 /*   margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
.slider-nav-services {
    position: absolute;
    top: 55%;
    transform: translateY(-20%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
 /*   margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.slider-nav.prev {
    left: 10px;
}

.slider-nav.next {
    right: 10px;
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
/*    background-color: rgba(0, 0, 0, 0.8); /* Dark background overlay */
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
}

/* Center the modal image */
.modal-content {
    display: block;
    max-width: 84%;
    max-height: 100%;
    object-fit: contain; /* Maintain the image's aspect ratio */
    border-radius: 8px; /* Optional: rounded edges for a clean look */
    transition: transform 0.2s ease-in-out; /* Smooth zoom transition */
}


/* Close button */
.close {
/*    position: absolute; */
    top: 20px;
    right: 30px;
    color: #FF4040;
    font-size: 4rem;
    font-weight: bold;
    cursor: pointer;
}
/* Remove background overlay for larger screens */
@media (min-width: 1024px) {
    .modal {
        background-color: transparent; /* Remove the dark background */
    }

    .modal-content {
        max-width: 80%; /* Slightly smaller for larger screens */
        max-height: 80%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: Subtle shadow for better visibility */
    }
}


/* Responsive Adjustments */

/* Extra Small Devices (phones, less than 420px) */
@media (max-width: 419px) {
    .slider-item {
        flex: 0 0 100%; /* 1 image per row */
        max-width: 100%;
        min-width: 100%;
    }

.slider-image {
    height: 320px; /* Smaller height for phones */
    object-fit: cover;
    }
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(50%) !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
 }
 .slider-nav-services {
    position: absolute;
    top: 50%;
    transform: translateY(50%) !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
}
/* Small Devices (phones, 420px and up) */
@media (min-width: 420px) and (max-width: 767px) {
    .slider-item {
        flex: 0 0 100%; /* 1 image per row */
        max-width: 100%;
        min-width: 100%;
    }

.slider-image {
        height: 360px; /* Adjusted height for small phones */
        object-fit: cover;
    }
.slider-nav {
    position: absolute;
    top: 55%;
    transform: translateY(10%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
 }
 .slider-nav-services {
    position: absolute;
    top: 55%;
    transform: translateY(10%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
 }
    
.slider-nav.prev {
    left: 24px;
  }
}

/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1024px) {
    .slider-item {
        flex: 0 0 50%; /* 2 images per row */
        max-width: 50%;
        min-width: 50%;
    }

.slider-image {
        height: 300px; /* Consistent height for tablets */
    }
}

/* Large Devices (desktops, 1025px and up) */
@media (min-width: 1025px) and (max-width: 1440px) {
.slider-item {
        flex: 0 0 25%; /* 4 images per row */
        max-width: 25%;
        min-width: 25%;
    }
    
.content-modal-div {
    padding: 4px; 
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
    }

.slider-image {
        height: 300px; /* Consistent height for large desktops */
    }
.slider-nav.prev {
    left: 24px;
  }
.content-modal-div {
    padding: 4px; 
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
    }
}

/* Extra Large Devices (large desktops, 1441px and up) */
@media (min-width: 1441px) {
    .slider-item {
        flex: 0 0 20%; /* Up to 5 images per row */
        max-width: 20%;
        min-width: 20%;
    }

.slider-image {
    height: 280px; /* Slightly larger images for large desktops */
    object-fit: cover;
    }
.content-modal-div {
    padding: 4px; 
    margin: 2px; 
    margin-bottom:34px; 
    background-color: #C5EBFF; 
    border: none; 
    border-radius: 12px;
    }
.slider-nav.prev {
    left: 24px;
  }
}

/* Responsive Adjustments for Modal */

/* Extra Small Devices (phones, less than 420px) */
/*
@media (max-width: 419px) {
    .modal-content {
        max-width: 100%;
        max-height: 85%;
        background-color: #83D3FD;
        object-fit: contain;
    }
.blog-article h1 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #404040;
    padding-bottom: 4px;
 }
.blog-article h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    color: #DE9A08;
}
}
*/
/* Small Devices (phones, 420px and up) */
/*
@media (min-width: 420px) and (max-width: 767px) {
    .modal-content {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        max-width: 65%;
        max-height: 78%;
        background-color: #83D3FD;
        object-fit: contain;
    }
.blog-article h2 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: #DE9A08;
}
}
*/
/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1024px) {
    .modal-content {
     max-width: 90%;
     max-height: 68%;
    }
}

/* Large Devices (desktops, 1025px and up) */
@media (min-width: 1025px) and (max-width: 1366px) {
    .modal-content {
        max-width: 34%;
        max-height: 80%;
    }
}



/* XX Large Devices (desktops, 1256px and up to 1624px) */
@media (min-width: 1367px) and (max-width: 1624px) {
    .modal-content {
        max-width: 35%;
        max-height: 80%;
    }
}

/* XX Large Devices (desktops, 1625px and up to 1920px) */
@media (min-width: 1625px) and (max-width: 1920px) {
    .modal-content {
        max-width: 27%;
        max-height: 80%;
}
}
/* XXX Ultra Large Devices (desktops, 1921px and up to 3839px) */
@media (min-width: 1921px) and (max-width: 3839px) {
    .modal-content {
        max-width: 27%;
        max-height: 80%;
}
}

/* ############################################################################################################################################# */
/*                                                          SMALLER TO MEDIUM LAPTOP & DESKTOP DEVICES 1023px - 1367px      (ALL SERVICES)       */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                    TUCKPOINTING (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 1023px) and (max-width: 1367px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -90px !important;
    margin-right: -90px !important;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 20px;
    margin-left: -90px !important;
    margin-right: -90px !important;
}
.content-div-services-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}

/* --------------------------------------------------------------------------------------------------------------- */
/*                                                      BRICK REPAIR (SERVICES)  SMALL DEVICES (1023px - 1367px)   */
/* --------------------------------------------------------------------------------------------------------------- */
.content-div-services-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                               CONCRETE SERVICES (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                    PORCH REPAIR (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -14px !important;
    margin-right: -14px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                STAMPED CONCRETE (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 24px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                  CHIMNEY REPAIR (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 26px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -70px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -70px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                         BRICK PAVER RESTORATION (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 25px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                           BLOCK RETAINING WALLS (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 25px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                  CULTURED STONE (SERVICES)  (1023px - 1367)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 50px;
    margin-left: -90px !important;
    margin-right: -94px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 25px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 28px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}

/* ############################################################################################################################################# */
/*                                                              LARGE to Ultra-Large DESKTOP DEVICES 1367px - 1920px     (SERVICES)          */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                      TUCKPOINTING (SERVICES)  1367px - 1920  */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 1367px) and (max-width: 1920px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -124px !important;
    margin-right: -124px !important;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: -124px !important;
    margin-right: -124px !important;
}
.content-div-services-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -134px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 22px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}

/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  BRICK REPAIR (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 45px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                             CONCRETE SERVICES (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 0 16px 28px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 80px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -106px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -106px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  PORCH REPAIR (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                              STAMPED CONCRETE (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 24px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 5px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CHIMNEY REPAIR (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 80px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -93px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -93px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                       BRICK PAVER RESTORATION (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 18px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                         BLOCK RETAINING WALLS (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 22px !important;
    margin-bottom: 12px;
    margin-left: -74px !important;
    margin-right: -74px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -74px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 90px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -94px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -94px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CULTURED STONE (SERVICES)  MEDIUM TO LARGE (1367px - 1920px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}
/* ############################################################################################################################################# */
/*                                                              LARGE to Ultra-LARGE DESKTOP DEVICES 1921px - 3839px     (SERVICES)          */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                                      TUCKPOINTING (SERVICES)  (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 1921px) and (max-width: 3839px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -124px !important;
    margin-right: -124px !important;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: -124px !important;
    margin-right: -124px !important;
}
.content-div-services-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -134px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 22px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 24px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}

/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  BRICK REPAIR (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 45px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                             CONCRETE SERVICES (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 0 16px 28px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 80px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -106px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -106px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -84px !important;
    margin-right: -84px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  PORCH REPAIR (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                              STAMPED CONCRETE (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 24px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 5px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CHIMNEY REPAIR (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 80px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -93px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -93px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                       BRICK PAVER RESTORATION (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 18px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 20px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                         BLOCK RETAINING WALLS (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 22px !important;
    margin-bottom: 12px;
    margin-left: -74px !important;
    margin-right: -74px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -74px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 90px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -94px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -74px !important;
    margin-right: -94px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CULTURED STONE (SERVICES)  MEDIUM TO LARGE (1921px - 3839)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: -130px !important;
    margin-right: -130px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 0 16px 12px 10px;
    background-color: #A8F6A8;;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 12px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 5px 16px 12px 16px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 16px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -73px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -27px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}


/* ############################################################################################################################################# */
/*                                                      SMALL DEVICES 360px - 420px MOBILE DEVICES                          (SERVICES)           */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      TUCKPOINTING (SERVICES)  SMALL DEVICES (360px - 420px)  */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 360px) and (max-width: 420px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
}
.content-div-services-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -13px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      BRICK REPAIR (SERVICES)  SMALL DEVICES (360px - 420px)  */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -12px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  CONCRETE SERVICES (SERVICES)  SMALL DEVICES (360px - 420px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -13px !important;
    margin-right: -12px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 85px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -31px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -31px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -11px !important;box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  PORCH REPAIR (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                              STAMPED CONCRETE (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: 1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CHIMNEY REPAIR (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 33px !important;
    margin-bottom: 50px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: -1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -2px !important;
    margin-right: -19px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -2px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: -1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -2px !important;
    margin-right: -19px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                       BRICK PAVER RESTORATION (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 34px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 0 !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                         BLOCK RETAINING WALLS (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 37px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 40px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                CULTURED STONE (SERVICES)  SMALL DEVICES (360px - 420px)      */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 7px 16px 12px 30px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 37px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 5px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 40px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}

/* ############################################################################################################################################# */
/*                                                           MEDIUM DEVICES 420px - 768px TABLETS DEVICES                 (SERVICES)             */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      TUCKPOINTING (SERVICES)  MEDIUM DEVICES 420px - 768px   */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 420px) and (max-width: 768px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 10px;
}
.content-div-services-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 30px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 12px;
    margin-left: -11px !important;
    margin-right: -10px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -11px !important;
    margin-right: -10px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -11px !important;
    margin-right: -10px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}

/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      BRICK REPAIR (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -10px !important;
    margin-right: -10px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -10px !important;
    margin-right: -10px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                 CONCRETE SERVICES (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -12px !important;
    margin-right: -11px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 90px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -32px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -32px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -11px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      PORCH REPAIR (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: 1px !important;
    margin-right: 2px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  STAMPED CONCRETE (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                    CHIMNEY REPAIR (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 33px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                           BRICK PAVER RESTORATION (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                             BLOCK RETAINING WALLS (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: 0px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 40px !important;
    margin-left: -1px !important;
    margin-right: 0 !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 74px !important;
    margin-bottom: 60px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: -6px !important;
    margin-bottom: 50px;
    margin-left: -1px !important;
    margin-right: -20px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                    CULTURED STONE (SERVICES)  MEDIUM DEVICES 420px - 768px */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 12px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 40px !important;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 60px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: 0 !important;
    margin-right: 1px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}





















/* ############################################################################################################################################# */
/*                                                           MEDIUM DEVICES 768px - 1023px TABLETS DEVICES                 (SERVICES)            */
/* ############################################################################################################################################# */
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      TUCKPOINTING (SERVICES)  MEDIUM DEVICES 768px - 1023px  */
/* ------------------------------------------------------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1023px) {
.content-div-services-about {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -70px !important;
    margin-right: -70px !important;
}
.content-div-services-about-next {
    padding: 0 10px 12px 10px;
    background-color: #E0CF80;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 50px;
    margin-left: -70px !important;
    margin-right: -70px !important;
}
.content-div-services-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 30px !important;
    margin-bottom: 50px;
    margin-left: -45px !important;
    margin-right: -45px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-TKP {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-TKP {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}

/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      BRICK REPAIR (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                 CONCRETE SERVICES (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-CS {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 90px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-CS {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                      PORCH REPAIR (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-PR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-PR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -13px !important;
    margin-right: -13px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                  STAMPED CONCRETE (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-SC {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-SC {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 60px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                    CHIMNEY REPAIR (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 33px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-chimneys {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 40px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 75px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -70px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 15px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-chimneys {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -70px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                           BRICK PAVER RESTORATION (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BPR {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 100px !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BPR {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                             BLOCK RETAINING WALLS (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 35px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-BRW {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 40px !important;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 74px !important;
    margin-bottom: 60px;
    margin-left: -50px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: -6px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -73px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-BRW {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
/* ------------------------------------------------------------------------------------------------------------ */
/*                                                    CULTURED STONE (SERVICES)  MEDIUM DEVICES (768px - 1023px) */
/* ------------------------------------------------------------------------------------------------------------ */
.content-div-services-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 50px !important;
    margin-bottom: 50px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-ft-STONE {
    padding: 0 16px 12px 18px;
    background-color: #A8F6A8;
    border: none;
    border-radius: 12px;
    margin-top: 55px !important;
    margin-bottom: 12px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-1st-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-2nd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 70px !important;
    margin-bottom: 40px !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-3rd-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 10px !important;
    margin-bottom: 60px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-4th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-5th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-6th-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -3px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
.content-div-services-B-STONE {
    padding: 0 16px 12px 10px;
    background-color: #C5EBFF;
    border: none;
    border-radius: 12px;
    margin-top: 24px !important;
    margin-bottom: 50px;
    margin-left: -3px !important;
    margin-right: -23px !important;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); /* Light shadow */
}
}
@media (max-width: 359px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 100% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
img {
        margin: 0 auto !important;
        max-width: 100% !important;
        padding: 0 !important;
}
.slider-nav {
        position: absolute;
        top: 20%;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
    }
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}
@media (min-width: 360px) and (max-width: 420px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 100% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
img {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.slider-nav {
    position: absolute;
    top: 25%;
    transform: translateY(50%) !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}


@media (min-width: 420px) and (max-width: 768px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 90% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 90% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
img {
    margin: 0 auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.slider-nav {
    position: absolute;
    top: 28%;
    transform: translateY(50%) !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 3.5rem;
    /* margin-left: 12px; */
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 88% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 88% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
.slider-nav {
        position: absolute;
        top: 25%;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
}
.slider-nav2 {
        position: absolute;
        top: 15%;
        margin-top: 116px;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
}
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}

@media (min-width: 1024px) and (max-width: 1367px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 64% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 64% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
.slider-nav {
        position: absolute;
        top: 25%;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
}
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}

@media (min-width: 1368px) and (max-width: 1920px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 52% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 52% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
.slider-nav {
        position: absolute;
        top: 25%;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
}
.slider-nav.next {
    right: 10px !important;
}
.slider-nav.prev {
    left: 10px !important;
}
}

@media (min-width: 1920px) {
.modal-caption {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 6px;
    width: 29% !important;
    color: #f1f1f1;
    font-size: .9rem !important;
    background-color: #000;
    font-size: 1rem;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 6px;
    width: 100%;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    max-width: 29% !important;
    max-height: 100%;
    background-color: lightblue;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.2s ease-in-out;
}
.slider-nav {
        position: absolute;
        top: 23%;
        transform: translateY(50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 3.5rem;
        /* margin-left: 12px; */
        padding: 10px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
}
.slider-nav.next {
    right: 15px !important;
}
.slider-nav.prev {
    left: 15px !important;
}
}