.single-service-section1 {
    background: rgb(74,167,205);
	background: linear-gradient(180deg, rgba(91,153,162,1) 0%, rgba(108,175,214,1) 100%);
    z-index: 9;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.single-service-section1-inner {
    padding:270px 0 50px 0;
    text-align: center;
    color:#FFF;
    max-width:800px;
    margin:0 auto;
}

.single-service-section1-inner h1 {
    font-size: 120px;
    margin:0 0 25px 0;
}

.single-service-section2 {
    padding:50px 0;
    /* background-color: #f2faf6; */
    position: relative;
}

.sss2-blob {
    position: absolute;
    top:-240px;
    right:0;
    z-index: 1;
    opacity: .75;
}

.sss2-inner {
    /* max-width:1000px; */
    margin:0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
    margin-bottom:75px;
}

.ss2i-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    max-width: 300px;
}

.ss2i-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sss2-inner p {
    font-size: 24px;
}

.sss2-image-block {
    margin:65px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 12% 0 7% 85px;
    border-radius: 35px;
}

.sss2f-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
    margin:50px 0;
    padding-bottom:50px;
    border-bottom:1px solid #6cb8d6;
}

.sss2f-container:last-child {
    border-bottom:0;
}

.sss2-guide {
    padding:130px 0;

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 100;
}

.sss2g-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.sss2g-col1 {
    -webkit-flex: 30;
    -ms-flex: 30;
    flex: 30;
}

.sss2g-col2 {
    -webkit-flex: 70;
    -ms-flex: 70;
    flex: 70;
}

.sss2gc2-box {
    /* border:3px solid #000; */
    margin-bottom:45px;
    position: relative;
    /* padding:50px;
    background-image: url('../images/sss2-box-img.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center top; */
}
.sss2gc2-box h2 {
    font-weight: bold;
    font-size: 66px;
}

.sss2g-col2 .btn {
    margin-top:25px;
}

h3 {
    font-size: 34px;
    margin-bottom:20px;
}

.sss2-fillers {
    position: relative;
    z-index: 99;
}

.sss2-large-sect {
    position: relative;
}

.sss2ls-blob3 {
    position: absolute;
    top:-1000px;
    right:0;
    opacity: .5;
}

.sss2ls-blob4 {
    position: absolute;
    top:0;
    left:0;
}


.sss2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 385px;
    max-width: 385px;
}

.sss2c1-img {
    background-image: url('../images/filler-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center 30px;
    padding:0 15px 15px 15px;
}

.sss2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.sss2-col2 p {
    font-size: 24px;
}

.sss2-col1 img {
    border-radius: 50%;
}

.single-service-section3 {
    padding:100px 0;
    background-image: url('../images/injectable-s3-bg.png');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    color:#fff;
    margin-bottom:100px;
}

.sss3-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    align-items : center;
}

.sss3-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 500px;
}

.sss3-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sss3-col2 .btn {
    font-size: 28px;
}

.single-service-section3 h3 {
    color:#000;
}


@media only screen and (max-width: 1300px) {
    .sss2gc2-box h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    .sss2-guide {
        background-position: -300px top;
    }
}

@media only screen and (max-width: 1023px) {
    .single-service-section1-inner {
        padding: 60px 0;
    }
    .sss2-guide {
        background-position: -368px top;
    }
    .sss2g-col1 {
        -webkit-flex: 40;
        -ms-flex: 40;
        flex: 40;
    }
    .sss2g-col2 {
        -webkit-flex: 50;
        -ms-flex: 50;
        flex: 50;
    }
    .sss2gc2-box h2 {
        font-size: 40px;
    }
    .sss2gc2-box h3 {
        font-size: 28px;
    }
    .sss2-inner {
        flex-direction: column;
        gap:25px;
    }
    .single-service-section1-inner h1 {
        font-size: 90px;
    }
    .single-service-section1-inner {
        padding: 60px 0 25px 0;
    }
}



@media only screen and (max-width: 900px) {
    .sss2f-container {
        flex-direction: column;
    }
    .sss2-image-block {
        padding: 17% 0 2% 50px;
    }
    .sss3-container {
        flex-direction: column;
    }
    .sss3-col2 {
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .sss2g-container {
        flex-direction: column;
    }
    .sss2g-col1 {
        display: none;
    }
    .sss2g-col2 {
        background-color: #FFFFFF50;
        text-align: center;
        padding:20px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .single-service-section1-inner {
        padding: 40px 0 15px 0;
    }
    .single-service-section1-inner h1 {
        font-size: 78px;
    }
    .single-service-section2 {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .single-service-section1-inner h1 {
        font-size: 64px;
    }
}

@media only screen and (max-width: 500px) {
    .single-service-section1-inner h1 {
        font-size: 55px;
    }
}


/* REVERSED */
@media only screen and (min-width: 2000px) {
    .single-service-section1-inner {
        padding: 360px 0 50px 0;
    }
}