.business-growth .container,
.cta-bg,
.mobile_banner_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body h2 {
    font-size: 37px !important;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 650;
}
body h3 {
    font-weight: 550;
}
.cta-bg {
    border-radius: 10px;
}
.cta-bg .service-contect-us {
    background-color: #2247ca;
    padding: 8px 30px 10px;
    font-weight: 550;
    color: #fff;
    font-size: 17px;
    border: 2px solid transparent;
    transition: 0.5s;
}
.cta-bg .service-contect-us:hover {
    background-color: #2247ca;
    color: #fff;
    padding: 8px 40px 10px;
}
.mobile_banner_section {
    padding: 50px 0;
}
.mobile_banner_section .animations {
    display: flex;
    justify-content: space-around;
}
.mobile_banner_section .mobile-hero-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 40px;
}
.mobile_banner_section .mobile_banner_t_box h1 {
    color: #fff;
    font-weight: 550;
    font-size: 49px;
    line-height: 60px;
    margin-top: 0;
}
.mobile_banner_section .mobile_banner_t_box h1 span {
    color: #ff8900;
}
.mobile_banner_section .mobile_banner_t_box .service-contect-us {
    background-color: #f60;
    padding: 8px 30px 10px;
    font-weight: 550;
    color: #fff;
    font-size: 17px;
    border: 2px solid transparent;
}
.business-growth .container {
    background-image: url(https://static.gmtasoftware.com/img/business-growth.webp);
}
.business-growth .btn-primary.learn_btn {
    font-weight: 550;
    background-color: #2247ca;
    border: none;
    color: #fff;
    margin-top: 10px;
}
.business-growth ul {
    padding: 40px 0 10px 30px;
}
.business-growth ul li {
    list-style-type: disc;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 450;
    word-spacing: 3px;
}
.business-growth p {
    font-size: 17px;
    margin-bottom: 0;
    word-spacing: 2px;
}
.services-seo .row-desing {
    padding: 0;
    width: 80%;
    margin: 20px auto !important;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.services-seo .row > * {
    padding-left: 0 !important;
}
.services-seo .service-scroll-bar {
    height: 900px;
    padding: 30px 0;
    overflow: scroll;
    overflow-x: hidden;
}
.digital-seo .digital-heading p {
    width: 70%;
    font-size: 17px;
    word-spacing: 3px;
    font-weight: 450;
    margin: auto;
}
.digital-seo .digital-seo-box {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 40px 15px;
    height: 94%;
    transition: 0.5s;
}
.digital-seo .digital-seo-box:hover {
    box-shadow: rgba(3, 102, 214, 0.3) 0 0 0 3px;
    border: 1px solid rgba(3, 102, 214, 0.3);
}
.digital-seo .digital-seo-box img {
    width: 60px;
    height: 60px;
}
.digital-seo .digital-seo-box h3 {
    font-weight: 550;
    padding: 7px 0;
    font-size: 23px !important;
}
.digital-seo .digital-seo-box h4{
    padding: 5px 0px;
    font-weight: 550;
}
.service-scroll-bar::-webkit-scrollbar-track {
    border: 1px solid #05a2eb;
    background-color: #f5f5f5;
}
.service-scroll-bar::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
.service-scroll-bar::-webkit-scrollbar-thumb {
    background: #244c87;
    background: linear-gradient(0deg, #244c87 17%, #1570dd 94%);
}
.seo-process .main,
.why-choose {
    position: relative;
}
.why-choose .why-choose-details {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    padding: 130px 30px;
}
.why-choose .why-choose-details .text-light {
    width: 70%;
}
.why-choose .why-choose-details .slider-position {
    position: absolute;
    top: 15%;
    right: 10%;
    background-color: #fff;
    padding: 10px 30px;
    width: 26%;
    border-radius: 50px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.why-choose .why-choose-details .slider-position .owl-carousel .owl-nav .owl-next,
.why-choose .why-choose-details .slider-position .owl-carousel .owl-nav .owl-prev {
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    font-weight: 650;
    font-size: 25px;
}
.why-choose .why-choose-details .slider-position img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    aspect-ratio: 3/2;
}
.why-choose .why-choose-details .slider-position .plateform-boxs h2 {
    font-size: 50px !important;
    background: -webkit-linear-gradient(#eee, #2412c7);
    -webkit-background-clip: text;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}
.why-choose .why-choose-details p {
    font-size: 15px;
    font-weight: 450;
    padding: 5px 0;
    color: #000;
}
.why-choose .why-choose-details .slider-position .owl-carousel .owl-nav {
    top: 95%;
}
.seo-process .process-img {
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: 20s linear infinite Rotate;
    -webkit-animation: 20s linear infinite Rotate;
}
.seo-process .slider-position .owl-carousel .owl-nav .owl-next,
.seo-process .slider-position .owl-carousel .owl-nav .owl-prev {
    border: none !important;
    font-weight: 650;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    font-size: 25px;
    background-color: #d3dfe1 !important;
}
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@keyframes Rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.seo-process .slider-position .owl-carousel .owl-nav {
    top: 12%;
    right: unset;
}
.seo-process .slider-position .owl-carousel .owl-nav .owl-next {
    right: -170px !important;
}
.seo-process .slider-position .item h2 {
    position: relative;
    left: 7%;
    background: #244c87;
    background: linear-gradient(0deg, #244c87 17%, #1570dd 94%);
    display: inline-block;
    border-radius: 50px;
    padding: 2px 10px;
    color: #fff;
}
.seo-process .process-details h2 {
    color: #2247ca;
}
.faq-section {
    background-color: #fafafa;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px !important;
    border: none !important;
    background-color: #f4f4f4 !important;
}
.accordion-item .accordion-button {
    border-radius: 1px !important;
    padding: 15px 20px !important;
    font-size: 20px !important;
    font-weight: 400;
    display: flex !important;
    color: #2247ca !important;
    background-color: #f4f4f4 !important;
    justify-content: space-between !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-item:last-of-type {
    border-radius: 10px !important;
}
.accordion-item {
    margin: 20px 0;
    background-color: #f4f4f4 !important;
}
.accordion-button::after {
    display: none !important;
}
.collapsed span.arrow-link {
    transform: rotate(0);
    transition: 0.7s;
}
.accordion-button span {
    transform: rotate(-180deg);
    transition: 0.7s;
}
.accordion-item .accordion-body ul li {
    font-weight: 400;
    padding: 2px 10px;
    list-style-type: disc;
}
.accordion-item .accordion-body ul li::marker {
    color: #2247ca;
}
@media only screen and (max-width: 1680px) and (min-width: 1366px) {
    .mobile_banner_section .mobile_banner_t_box h1 {
        font-size: 40px !important;
        line-height: 47px;
    }
    .mobile_banner_section {
        padding: 52px 0;
    }
    .mobile_banner_section .mobile_banner_t_box p {
        font-size: 16px;
    }
    .accordion-item .accordion-button {
        font-size: 16px !important;
    }
    .business-growth p,
    .business-growth ul li {
        margin-bottom: 0;
        padding: 4px 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1365px) and (min-width: 1200px) {
    .mobile_banner_section .mobile_banner_t_box h1 {
        font-size: 40px !important;
        line-height: 48px;
    }
    .mobile_banner_section {
        padding: 52px 0;
    }
    .mobile_banner_section .mobile_banner_t_box p {
        font-size: 16px;
    }
    .accordion-item .accordion-button {
        font-size: 16px !important;
    }
    .why-choose .why-choose-details .slider-position .plateform-boxs .fs-2 {
        font-size: 1.5rem !important;
    }
    body h2 {
        font-size: 32px !important;
        line-height: 41px;
    }
    .seo-process .slider-position .item h2 {
        left: 10%;
        padding: 5px 13px;
    }
    .business-growth ul {
        padding: 10px 0 20px 30px;
    }
    .business-growth p,
    .business-growth ul li {
        margin-bottom: 0;
        padding: 4px 0;
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .mobile_banner_section .mobile_banner_t_box h1 {
        font-size: 36px !important;
        line-height: 42px;
    }
    .mobile_banner_section {
        padding: 52px 0;
    }
    .mobile_banner_section .mobile_banner_t_box p {
        font-size: 16px;
    }
    .accordion-item .accordion-button {
        font-size: 16px !important;
    }
    .why-choose .why-choose-details .slider-position .plateform-boxs .fs-2 {
        font-size: 1.5rem !important;
    }
    body h2 {
        font-size: 32px !important;
        line-height: 36px;
    }
    .seo-process .slider-position .item h2 {
        left: 10%;
        padding: 5px 13px;
    }
    .business-growth ul {
        padding: 10px 0 20px 30px;
    }
    .business-growth p,
    .business-growth ul li {
        margin-bottom: 0;
        padding: 4px 0;
        font-size: 14px;
    }
    .why-choose .why-choose-details .slider-position {
        top: 5%;
        width: 30%;
    }
}
@media only screen and (max-width: 992px) {
    .mobile_banner_section .mobile_banner_t_box h1,
    body h2 {
        font-size: 30px !important;
        line-height: 35px;
    }
    .service_Industries .industries-box-border {
        border-right: transparent !important;
    }
    .business-growth .mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .services-seo .row-desing {
        width: auto;
        margin: 20px !important;
    }
    .why-choose .why-choose-details .slider-position {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
    }
    .why-choose .why-choose-details .text-light {
        width: auto;
    }
    .seo-process .row {
        flex-wrap: wrap-reverse;
    }
}
@media only screen and (max-width: 767px) {
    .cta,
    .mobile_banner_section .mobile_banner_t_box {
        text-align: center;
    }
    .why-choose .why-choose-details {
        padding: 30px 10px;
    }
    .services-seo .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .services-seo .service-content {
        padding: 10px 20px;
    }
    .business-growth ul,
    body h3 {
        padding: 4px 0;
    }
    .digital-seo .digital-heading p {
        width: auto;
    }
    .seo-process .slider-position .item h2 {
        left: 10%;
        padding: 4px 11px;
    }
    .seo-process .slider-position {
        padding-bottom: 0 !important;
    }
    .services-seo {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 576px) {
    .seo-process .slider-position .item h2 {
        left: 12%;
    }
    .seo-process .ps-5 {
        padding-left: 10px !important;
    }
    .accordion-item .accordion-button {
        font-size: 14px !important;
    }
    .plateform-boxs {
        text-align: center;
    }
}
@media only screen and (max-width: 375px) {
    .seo-process .slider-position .item h2 {
        left: 15%;
    }
}
