.seo-digitalmarketing-main {
    position: relative;
}
/*Hero section - start*/
.hero-sec-grid {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-sec-grid-col-1 {
    margin-left: 80px;
}
.sec-h1 {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 100px;
    color: #18aaca;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 1.3;
    font-display: optional;
}
.sec-p1 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #595959;
    font-display: optional;
}
.sec-learn-more {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #262626;
    font-display: optional;
}
.quotes-icon {
    min-height: 65px;
}
.hero-section-quotes {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1360px;
    margin: 40px auto;
}
.hero-section-quotes-p1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin: 0px;
    font-display: optional;
}
.hero-section-quotes-p2 {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.2;
    color: #808183;
    font-display: optional;
    text-transform: uppercase;
}
.hero-sec-grid-col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.desk-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0px !important;
}
.mob-img {
    display: none;
}
.picture-mob {
    width: 100%;
}
.seo-digitalmarketing-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
}
.product-engineering-desk {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.seo-service-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #18aaca;
    margin: 0 auto 10px auto;
    max-width: 1360px;
}
.seo-digitalservice-h2 {
    font-size: 42px;
    color: #fff;
    padding: 15px 0 15px 0px;
    font-weight: 400;
    max-width: 1360px;
    margin: 0 auto;
    margin-block: 0px 15px;
    background-color: #18aaca;
    text-align: center;
}
.seo-digital-service-table {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #18aaca;
    margin-block: 15px 40px;
}
.seo-digital-service-table .hire-p,
.seo-digital-service-table .seo-service-h3 {
    padding-inline: 15px;
}
@media screen and (min-width: 1441px) {
    .hero-sec-grid-col-1 {
        margin-left: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-h1 {
        font-size: 38px;
        margin-block: 30px;
    }
    .hero-section-quotes {
        margin: 15px auto;
    }
    .hero-section-quotes-p1 {
        font-size: 16px;
        line-height: 1.4;
    }
    .grow-your-business {
        padding: 25px 100px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sec-h1 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 32px;
        line-height: 1.4;
    }
    .sec-p1 {
        font-size: 14px;
        line-height: 1.2;
    }
    .sec-learn-more {
        font-size: 16px;
    }
    .hero-sec-grid {
        margin-top: 60px;
    }
    .hero-section-quotes {
        margin-top: 20px;
    }
    .hero-section-quotes-p1 {
        font-size: 16px;
        line-height: 1.2;
    }
    .grow-your-business {
        padding: 25px 100px;
    }
    .seo-digitalservice-h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .sec-h1 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 40px;
        line-height: 1.2;
    }
    .sec-p1 {
        font-size: 16px;
        line-height: 1.2;
    }
    .sec-learn-more {
        font-size: 16px;
    }
    .hero-section-quotes {
        margin-top: 20px;
    }
    .hero-section-quotes-p1 {
        font-size: 14px;
        line-height: 1.4;
    }
    .hero-sec-grid {
        margin-top: 60px;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hero-sec-grid-col-2 {
        grid-row-start: 1;
        min-height: auto;
        justify-content: center;
    }
    .hero-sec-grid-col-1 {
        margin: 10px;
    }
    .mob-img {
        display: block;
        border-radius: 0px !important;
    }
    .desk-img {
        display: none;
    }
    .seo-digitalservice-h2 {
        font-size: 28px;
    }
    .seo-service-h3 {
        font-size: 20px;
    }
}
/*Hero section - end*/
/*Second-section - start*/
.sec-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto;
    min-height: 400px;
}
.sec-grid-col-1 {
    display: flex;
    align-items: center;
    justify-content: left;
}
.sec-2-grid-col-1 {
    display: flex;
    align-items: center;
    justify-content: right;
}
.sec-2-p1 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
    color: #595959;
    font-display: optional;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.second-sec-grid-1 {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto;
}
.seoservices-blue-list-grid {
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.seoservices-blue-list-grid .blue-dot-list {
    margin: 5px 0;
    line-height: 1;
}
.blue-dot-list {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #595959;
    font-display: optional;
    max-width: 1260px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    gap: 10px;
}
.blue-dot {
    height: 10px;
    min-width: 10px;
    background-color: #17accb;
    border-radius: 50%;
    display: inline-block;
    gap: 15px;
    text-align: center;
    color: #fff;
}
.blue-dot-list-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 15px;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sec-grid,
    .second-sec-grid-1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 20px;
        min-height: 300px;
    }
    .sec-2-p1 {
        font-size: 14px;
        line-height: 1.4;
    }
    .sec-2-p1,
    .blue-dot-list {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .sec-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 360px;
    }
    .second-sec-grid-1 {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sec-grid-col-1,
    .sec-2-grid-col-1 {
        grid-row-start: 1;
        justify-content: center;
    }
    .sec-2-p1 {
        font-size: 16px;
        line-height: 1.3;
    }
    .sec-2-p1,
    .blue-dot-list {
        font-size: 16px;
        line-height: 24px;
    }
    .seoservices-blue-list-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 0px 20px;
    }
}
/*Second-section - end*/
/*When You Hire Us - start */
.hire-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 65px;
    color: #000000;
    text-align: center;
    max-width: 1360px;
    margin: 80px auto 20px auto;
}
.sec-grid-hire {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto 10px auto;
}
.hire-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #18aaca;
    margin: 0 auto 10px auto;
    max-width: 1360px;
}
.hire-p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    margin: 0 auto 20px auto;
    max-width: 1360px;
}
.sec-grid-col-1-large {
    display: flex;
    align-items: center;
    justify-content: left;
}
@media screen and (max-width: 767px) {
    .sec-grid-hire {
        grid-template-columns: 1fr;
        margin: 30px auto 0px auto;
    }
    .hire-h2 {
        font-size: 26px;
        line-height: 37px;
        margin: 20px 0;
    }
    .hire-h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .hire-p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px 0;
    }
    .sec-grid-col-1-large {
        justify-content: center;
        grid-row-start: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hire-h2 {
        font-size: 35px;
        line-height: 54px;
        margin: 40px 0;
    }
    .hire-h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .hire-p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .hire-h2 {
        font-size: 35px;
        line-height: 54px;
    }
    .hire-h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .sec-grid-col-1-large {
        justify-content: center;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
}
@media screen and (min-width: 1441px) {
}
/*When You Hire Us - end */
/*grow-your-business - start*/
.grow-your-business {
    width: 100%;
    background: #dfffff;
    padding: 25px 180px;
    box-sizing: border-box;
    max-width: 1360px;
    margin: 0 auto;
}
.grow-your-business-h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    color: #18aaca;
    text-align: center;
    margin: 20px auto;
}
.grow-your-business-p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #595959;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .grow-your-business {
        padding: 25px 50px;
    }
    .grow-your-business-h3 {
        font-size: 28px;
    }
    .grow-your-business-p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .grow-your-business {
        padding: 15px 25px;
    }
    .grow-your-business-h3 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0px;
    }
    .grow-your-business-p {
        font-size: 16px;
        line-height: 25px;
    }
    .grow-your-business-h3 {
        font-size: 24px;
    }
    .grow-your-business-p {
        font-size: 14px;
    }
}
/*grow-your-business - End*/
/*Image cards - Start*/
.second-sec-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    margin: 40px 0;
    max-width: 1360px;
    margin: 60px auto;
}
.second-sec-img-col {
    position: relative;
}
.second-sec-img-text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    z-index: 1;
}
.img-overlay {
    position: absolute;
    top: 0;
    height: 99%;
    width: 100%;
    border-radius: 20px;
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
    .second-sec-grid-2 {
        gap: 20px;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .second-sec-grid-2 {
        gap: 20px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .second-sec-grid-2 {
        gap: 10px;
    }
    .second-sec-img-text {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
    .second-sec-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .second-sec-img-text {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 550px) {
    .sec-h1 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 32px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 375px) {
}
/*Image cards - End*/
/*Second-section - start*/
.sec-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto;
    min-height: 400px;
}
.sec-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto;
}
.sec-grid-col-1 {
    display: flex;
    align-items: center;
    justify-content: left;
}
.sec-2-grid-col-1 {
    display: flex;
    align-items: center;
    justify-content: right;
}
.sec-2-p1 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    font-display: optional;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}
.second-sec-grid-1 {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    max-width: 1360px;
    margin: 60px auto;
}
@media screen and (max-width: 767px) {
    .sec-grid,
    .second-sec-grid-1,
    .sec-grid-2 {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .sec-grid-col-1,
    .sec-2-grid-col-1 {
        grid-row-start: 1;
        justify-content: center;
    }
    .sec-2-p1 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sec-grid,
    .second-sec-grid-1,
    .sec-grid-2 {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 20px;
        padding-inline: 25px;
    }
    .sec-2-p1 {
        font-size: 14px;
        line-height: 22px;
    }
}
/*Second-section - end*/
/*Icons grid - Start*/
.second-sec-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 40px 0;
    max-width: 992px;
    margin: 60px auto;
}
.grid-3-col {
    display: flex;
    background: #f7f7f7;
    border-radius: 40px;
    height: 246px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.grid-3-col:hover {
    transition: 0.5s ease all;
    background: #18aaca;
    color: #fff;
    box-shadow: 0 22px 35px -23px #64dfff85;
    transition: 0.3s ease-in-out;
}
.grid-3-col:active {
    transition: 0.5s ease all;
    background: #18aaca;
    color: #fff;
    box-shadow: 0 22px 35px -23px #64dfff85;
    transition: 0.3s ease-in-out;
}
.grid-3-col:hover .blue-icon {
    display: none;
}
.grid-3-col:hover .blue-icon,
.grid-3-col:active .blue-icon {
    transition: 0.5s ease all;
    display: none;
}
.grid-3-col:hover .white-icon,
.grid-3-col:active .white-icon {
    transition: 0.5s ease all;
    display: block;
}
.grid-3-col:hover .grid-3-text,
.grid-3-col:hover .grid-3-text-sub {
    color: #fff;
}
.grid-3-col:active .grid-3-text,
.grid-3-col:active .grid-3-text-sub {
    color: #fff;
}
.blue-icon {
    display: block;
}
.white-icon {
    display: none;
}
.grid-3-text {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
}
.grid-3-text-sub {
    margin-bottom: 0;
    font-size: 18px;
    color: #595959;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 0px;
}
/*only for second-sec-grid -- start*/
@media screen and (max-width: 767px) {
    .second-sec-grid-3 {
        grid-template-columns: 1fr;
    }
    .grid-3-col {
        margin: auto;
        width: 246px;
        height: 250px;
    }
    .grid-3-text-sub {
        font-size: 14px;
    }
    .grid-3-text {
        font-size: 16px;
    }
}
/*only for second-sec-grid -- end*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .grid-3-col {
        height: 215px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .second-sec-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: fit-content;
    }
    .grid-3-col {
        width: 293px;
    }
    .grid-3-text {
        font-size: 20px;
        line-height: 1.2;
    }
    .grid-3-text-sub {
        font-size: 15px;
        line-height: 1.3;
    }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
    .second-sec-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: fit-content;
    }
}

/*Icons grid - End*/
.smm-persuasiv-sec {
    background-color: #18aaca;
    padding-block: 30px 50px;
}
.smm-digitalservice-h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
}
.hire-p.white-text {
    color: #ffffff;
}
.smm-card-gridsec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-block: 10px 20px;
}
.smm-card-griditem {
    flex-basis: 25%;
    background-color: #ffffff;
    border-radius: 15px;
    padding-block: 20px;
    min-height: 160px;
    height: 200px;
    cursor: text;
}
.smm-card-griditem .hire-p.text-center {
    max-height: 200px;
    overflow-x: scroll;
    text-align: center;
    padding-inline: 20px;
}
.smm-card-griditem:hover {
    transition: 0.5s ease all;
    cursor: pointer;
    transform: scale(1.02);
}
.smm-card-griditem.smm-mobiletext {
    background: transparent;
    text-align: left;
    padding: 20px 20px 0px;
}
.smm-card-griditem.smm-mobiletext:hover {
    transform: none;
}
.smm-elevetion-flex {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-block: 50px 0px;
}
.smm-elevation-flexitems {
    position: relative;
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.smm-elvationsec {
    position: relative;
    background-color: #e2f6ff;
    margin-block: 40px;
    padding: 30px;
    border-radius: 20px;
}
.ssm-elevation-h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    max-width: 90%;
    margin-inline: auto;
    padding-block: 12px 15px;
    font-weight: 600;
    color: #18aaca;
}
.ssm-elevation-h2.fw-300 {
    font-weight: 400;
    max-width: 95%;
    font-size: 26px;
}
.smm-elevation-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-block: 20px 10px;
    text-transform: uppercase;
    color: #212121;
}
.smm-elevation-ptext {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-block: 5px 10px;
    color: #212121;
    padding-inline: 15px;
}
.smm-elevation-iconpicture:before {
    content: "";
    display: inline-block;
    width: 3px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: -120%;
    height: calc(100% + 56px);
}
.smm-elevation-iconpicture {
    width: 94px;
    height: 94px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.smm-elevation-icon {
    width: 100%;
    object-fit: contain;
    max-width: 60px;
    object-position: center;
    height: auto;
}
/*  */
.lightblue-sec {
    position: relative;
    background-color: #e2f6ff;
    margin-block: 40px;
    padding: 30px;
    border-radius: 20px;
}
.lightbluesec-h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    max-width: 90%;
    margin-inline: auto;
    padding-block: 12px 15px;
    font-weight: 600;
    color: #18aaca;
    margin-block: 0;
}
.lightbluesec-h2.fw-300 {
    font-weight: 400;
    max-width: 95%;
    font-size: 26px;
    color: #18aaca;
}
.lightbluesec-sec {
    background-color: #18aaca;
    padding-block: 30px 50px;
}
.lightbluesec-gridsec {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.lightbluesec-griditem {
    background-color: #ffffff;
    border-radius: 15px;
    padding-inline: 30px;
    padding-block: 20px;
    min-height: 160px;
    text-align: center;
}
.lightbluesec-griditem.smm-mobiletext {
    background: transparent;
    text-align: left;
    padding: 20px 20px 0px;
}
.lightbluesec-flex {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-block: 50px 0px;
}
.lightbluesec-flexitems {
    position: relative;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.lightbluesec-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-block: 20px 10px;
    text-transform: uppercase;
    color: #212121;
}
.lightbluesec-ptext {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-block: 5px 10px;
    color: #212121;
    padding-inline: 15px;
}
.lightbluesec-iconpicture:before {
    content: "";
    display: inline-block;
    width: 3px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: -120%;
    height: calc(100% + 56px);
}
.lightbluesec-iconpicture {
    width: 94px;
    height: 94px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.lightbluesec-icon {
    width: 100%;
    object-fit: contain;
    max-width: 60px;
    object-position: center;
    height: auto;
}
.lightbluesec-textbox {
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 30px;
    padding-inline: 25px;
    padding-block: 20px;
    margin-block: 30px 0px;
}
.lightbluesec-textboxtext {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-block: 5px 10px;
    color: #212121;
    padding-inline: 15px;
    text-align: center;
}
.somethingbig-sec {
    position: relative;
    background-color: #e2f6ff;
    margin-block: 40px;
    padding: 30px;
    border-radius: 20px;
}
.somethingbig-h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    margin-inline: auto;
    margin-block: 0px;
    padding-block: 12px 15px;
    font-weight: 600;
    color: #18aaca;
}
.somethingbig-ptext {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    text-align: center;
    max-width: 500px;
    margin-inline: auto;
    margin-block: 0px 40px;
}
.somethingbig-link {
    font-size: 18px;
    padding: 11px 30px;
    color: #fff;
    background: #18aaca;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-block: 10px 25px;
    margin-inline: auto;
    font-weight: 300;
    text-decoration: none;
    z-index: 1;
    display: block;
    position: relative;
    width: fit-content;
}
.somethingbig-link:hover {
    box-shadow: 0 14px 15px #64dfff85;
    background-color: #0a7486;
    transition: all 0.4s ease-in-out;
}
.desktop-hide {
    display: none;
}
.hero-section-container.sevicebanner {
    background-color: #ecf3fb;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
    .sec-h1 {
        font-size: 46px;
        margin-block: 40px;
    }
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .grow-your-business-h3 {
        font-size: 28px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .grow-your-business-h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    /*  */
    .mobile-hide {
        display: none;
    }
    .serviceimagecollab-sec {
        position: relative;
        display: flex;
        gap: 20px;
    }
    .serviceimagecollab-picture {
        position: relative;
        display: block;
    }
    .sec-grid,
    .second-sec-grid-1 {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    /*  */
    .lightbluesec-flex {
        flex-direction: column;
        gap: 30px;
    }
    .lightbluesec-iconpicture:before {
        display: none;
    }
    .smm-card-gridsec {
        /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
        gap: 0px;
    }
    .smm-card-griditem {
        flex-basis: 85%;
        padding-block: 20px;
        min-height: 160px;
        height: auto;
    }
    .smm-card-griditem {
        border-radius: 35px;
        min-height: auto;
        margin-top: -20px;
        margin-inline: 30px;
        box-shadow: 0px 13px 14px 20px rgba(0, 0, 0, 0.1);
    }
    .smm-card-griditem.smm-mobiletext {
        margin-inline: 0;
        box-shadow: none;
        margin-top: 0px;
    }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 550px) {
    .lightblue-sec {
        padding: 30px 10px;
    }
    .smm-card-griditem {
        margin-inline: 15px;
        padding-inline: 10px;
    }
    .lightbluesec-h2 {
        max-width: 100%;
    }
    .lightbluesec-h2.fw-300 {
        max-width: 100%;
        font-size: 20px;
    }
    .lightbluesec-textbox {
        padding-inline: 0px;
    }
}
@media only screen and (max-width: 375px) {
}
.second-sec-grid-2 {
    margin: 30px auto 60px;
}
.text-bg-blue {
    background-color: #18aacae0;
    width: 100%;
    text-align: center;
    left: 0;
    margin-block: 0;
    bottom: 0;
    border-radius: 24px;
    padding-block: 24px;
    border: solid 1px #fff;
    align-content: center;
    height: 40px;
}
.tab-h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 65px;
    color: #27abc8;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    margin-top: 20px;
}