.service-container {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.service-body {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin-top: 4rem;
}

.top-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.top-service h2 {
    color: #49acc4;
    font-weight: 700;
    font-size: 3.3rem;
}

.top-service p {
    color: #264653;
    text-align: center;
}
.head{
    color: #49acc4; 
    font-size: 25px;
}
.body{
    font-size: 15px;
    padding-top: 2rem;
    white-space: normal;
}
.content-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    display: inline-flex;
    /* padding-left: 0; */
}

.text-content {
    display: flex;
    flex-direction: column;
    padding-left: 37rem;
    padding-right: 10rem;
}

.image2 {
    border-radius: 50%;
    width: 30rem;
    height: 30rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
    left: 44rem !important;
    transform: translateX(-50%);
}

.mid-image {
    position: relative;
}

.content-1 svg {
    position: absolute;
    top: 18rem;
    left: 44rem;
    transform: translate(-50%, -50%);
    width: 34rem;
    height: 34rem;
    transform-origin: center center;
    color: #3799B1;
    z-index: 0;
    pointer-events: auto;
    /* display: inline-block; */
}


.content-1:hover svg {
    transform: translate(-50%, -50%) rotate(360deg);
    transition: 4s all;
}



#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color:#3799B1;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    display: none;
    width: 5rem;
    height: 5rem;
}

#scrollTopBtn:hover {
    background-color:cadetblue;
}

.Custom-icon{
 color: white;
 font-size: 2rem;
}


    
/* @media only screen and (min-width:1204px) and (max-width:1500px) {
    .image2{
     border-radius: 50%;
    width: 30rem;
    height: 30rem;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
    left: 8rem;
    }
    .text-content{
        display: flex;
        flex-direction: column;
        padding-left: 35rem;
    }
    .image1{
        border-radius: 50%;
        width: 30rem;
        height: 30rem;
        margin-top: 3rem;
        position: relative;
        z-index: 1;
        left: 8rem;
    }
} */
@media (max-width: 1204px) {
    .image2 {
        width: 25rem;
        height: 25rem; 
        left: 30rem !important; 
    }

    .content-1 svg {
        width: 58rem;
        height: 34rem;
        top: 18rem;
        left: 47rem;
    }
}
@media only screen and (min-width:770px) and (max-width:1203px){
    .image2{
        border-radius: 50%;
        width: 30rem;
        height: 30rem;
        margin-top: 3rem;
        position: relative;
        z-index: 1;
       margin-right: 79rem;
       margin-bottom: 4rem;
       margin-left: 26rem;
    }
   
    .text-content{
        display: flex;
        flex-direction: column;
        padding-left: 9rem;
        padding-right: 3rem;
    }
    .content-1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        display: inline-flex;
        /* padding-left: 0; */
    }
    .content-1 svg{
        position: absolute;
        top: 18rem;
        left: 56rem;
        transform: translate(-50%, -50%);
        width: 34rem;
        height: 34rem;
        transform-origin: center center;
        color: #3799B1;
        z-index: 0;
        pointer-events: auto;
        /* display: inline-block; */
    }
}
@media only screen and (min-width:300px) and (max-width:769px){
    .image2{
        border-radius: 50%;
        width: 30rem;
        height: 30rem;
        margin-top: 3rem;
        position: relative;
        z-index: 1;
       margin-left: 17rem;
       margin-right: 45rem;
    }
    
    .text-content{
        display: flex;
        flex-direction: column;
        padding-left: 9rem;
        padding-right: 3rem;
        padding-top: 2rem;
    }
}
