body {
    font-family: Poppins, sans-serif;
}

.nav-item .nav-link {
    color: #474747;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.nav-link-button {
    background: #1B4079;
    color: white !important;
    border-radius: 6px;
    font-size: 14px;
}
.nav-ul-w{
    width: 230px;
}
@media screen and (min-width: 1200px) {
    .nav-link-button {
        margin-left: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-link-button {
        margin-bottom: 6px;
        padding-left: 13px;
    }
}
.pricing-card1 {
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
    border: 1px solid #1B4079;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.experience-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
    min-height: 120px;
}
.experience-p2 {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
    min-height: 270px;
}
.experience-p3 {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}
.experience-h4 {
    color: #1B4079;
    font-size: 20px;
}
.experience-card1 {
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
    border: none;
    margin-top: 50px;
}
.experience-card-img {
    height: 120px;
    margin: 10px;
}

.banner-home {
    background-image: url('../images/markweb-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 55px;
    padding-bottom: 55px;
}
.sticky-top {
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 0px 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
}
.home-h4 {
    color: white;
    font-size: 22px;
}

.home-main-h2 {
    color: #97C100;
    font-size: 47px;
    font-weight: bold;
    margin: 11px 0;
}

.home-main-p {
    color: white;
}

.home-main-btn {
    background: #97C100;
    color: #1B4079;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider-css {
    background: none;
    /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
    /* height: 75px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 18px 0;
}

.slider-css::before,
.slider-css::after {
    /*background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);*/
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.social-facebook{
    background: #1877F2;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 7px 10px;
}


.slider-css::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider-css::before {
    left: 0;
    top: 0;
}

.slider-css .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider-css .slider-css {
    height: 100px;
    width: 250px;
}

.slide {
    padding-left: 40px;
}

.card-h4 {
    color: #1B4079;
    font-size: 20px;
}

.card-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

.card-a {
    font-size: 15px;
    color: black;
}

.home-card1 {
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
    border: none;
    margin-top: 50px;
    background-image: url('../images/card-banner.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}



.home-card-img {
    height: 120px;
    margin: 10px;
}

@media screen and (min-width: 576px) {
    .card-h4 {
        height: 46px;
    }
}

.h5-1 {
    font-size: 19px;
}

.h2-1 {
    color: #1B4079;
    font-size: 30px;
    font-weight: bold;
}

.p-1 {
    color: #333333;
}

.section-5 {
    background: #1B4079;
    padding: 40px 0px 200px 0px;
}

.h4-5 {
    color: white;
    font-weight: 600;
}

.sec-p-5 {
    color: white;
    max-width: 800px;
    font-size: 15px;
    padding: 11px 0;
    line-height: 1.8;
}

.jsty-center {
    justify-content: center;
    display: flex;
}

.home-card2 {
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
    border: none;
    margin-bottom: 50px;
}

.home-card-img2 {
    /* height: 120px; */
    margin: 10px;
}

.card-h4-2 {
    color: #1B4079;
    font-size: 20px;
}

.card-p-2 {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

.card-a-2 {
    font-size: 15px;
    color: black;
}

.section-6 {
    margin-top: -180px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .card-p-2 {
        height: 200px;
    }
}

@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .card-p-2 {
        height: 290px;
    }
}

.section-7 {
    background-image: url('../images/markweb-banner3.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 390px) {
    .section-7-h2 {
        background-image: url('../images/h2-back.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 417px;
        height: 78px;
        color: white;
        padding-top: 14px;
        font-size: 23px;
        padding-left: 108px;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 389px) {
    .section-7-h2 {
        background-image: url('../images/h2-back.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 417px;
        height: 78px;
        color: white;
        padding-top: 14px;
        font-size: 23px;
        padding-left: 77px;
    }
}

@media screen and (max-width: 359px) {
    .section-7-h2 {
        background: #1B4079;
        padding: 20px 15px;
        text-align: center;
        color: white;
        font-size: 23px;
    }
} 


.review-h5 {
    color: #1B4079;
    font-weight: 800;
}

.review-p-date {
    color: rgb(51 51 51 / 90%);
    font-size: 15px;
}

.owl-item.active img {
    max-width: 234px !important;
    height: 143px;
}

.owl-item.active.center img {
    max-width: 340px !important;
    height: 200px !important;
}

.owl-item.active .card-hom {
    margin-top: 37px;
}

.owl-item.active.center .card-hom {
    margin-top: auto;
}


.demo {
    background: #1B4079;
    padding: 20px 0;
}

.testimonial {
    text-align: center;
}

.testimonial .pic {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 16px;
    /* font-weight: 600; */
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial .description {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    max-width: 997px;
    padding: 0 50px;
}

.testimonial-h2 {
    color: white;
    font-weight: 600;
}

.testimonial-p {
    color: white;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #97C100 !important;
    font-size: 14px !important;
    border-radius: 6px !important;
    background: #FFFFFF !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 47px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 47px;
}

#testimonial-slider .owl-controls .owl-page span {
    background: #FFFFFF !important;
    opacity: 1 !important;
}

#testimonial-slider .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #97C100 !important;
    opacity: 1 !important;
    padding: 8px;
}

.color-theme-blue {
    color: #1B4079;
}

.h6-css-footer {
    color: #3F57A6;
    font-size: 19px;
    font-weight: bold;
}

footer .text-reset {
    font-size: 18px;
}

.login-main-h2 {
    color: #97C100;
    font-size: 30px;
    font-weight: bold;
    margin: 11px 0;
    font-style: italic;
}

.banner-login {
    background: #1B4079;
    padding-top: 55px;
    padding-bottom: 90px;
}

.login-card {
    background: white;
    border-radius: 20px;
    padding: 46px;
}

.login-card-2 {
    background: white;
    border-radius: 20px;
    padding: 46px;
}

.login-btn,
.login-btn:focus {
    background: #1B4079;
    border-radius: 50px;
    border: none;
    padding: 10px 39px;
    color: white;
}

.login-btn:hover {
    background: #1B4079;
    color: white;
}

.login-h3 {
    color: #1B4079;
    font-size: 22px;
    font-weight: 600;
}

.login-input {
    border: 1px solid #1B4079
}

@media screen and (min-width: 1400px) {
    .password-login-icon {
        position: absolute;
        margin-top: -25px;
        margin-left: 185px;
    }
}


@media screen and (max-width: 1399px) {
    .password-login-icon {
        position: absolute;
        margin-top: -25px;
        margin-left: 153px;
    }
}

@media screen and (max-width: 991px) {
    .password-login-icon {
        position: absolute;
        margin-top: -25px;
        margin-left: 270px;
    }

    .tabandmob {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .password-login-icon {
        position: absolute;
        margin-top: -25px;
        margin-left: 182px;
    }
}

@media screen and (max-width: 575px) {
    .password-login-icon {
        position: absolute;
        margin-top: -25px;
        right: 67px;
    }
}

.service-card-h2 {
    color: #1B4079;
    font-size: 27px;
    font-weight: 600;
}

.service-card-h4-2 {
    color: #1B4079;
    font-size: 20px;
}

.service-card-p-2 {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

.services-container {
    background: #1B4079;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

@media screen and (min-width: 992px) {
    .circles-box {
        position: absolute;
        /* left: 172px; */
        top: 314px;
        /* right: 0; */
        bottom: 0;
        border-radius: 50%;
        width: 441px;
        height: 145px;
        margin-left: 23px;

        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .circle-one {
        position: absolute;
        right: 8px;
        width: 99px;
        height: 99px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .circle-two {
        position: absolute;
        left: 8px;
        bottom: 6px;
        width: 99px;
        height: 99px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .icon-box {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        background-color: #f5f5f5;
    }

    .services-container2:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .services-container2:after {
        width: 300px;
        height: 300px;
        /* left: 244px; */
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
        margin-left: 99px;
    }
}


@media screen and (max-width: 991px) {
    .circles-box {
        position: absolute;
        left: 18%;
        top: 205px;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        width: 294px;
        height: 151px;


        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .circle-one {
        position: absolute;
        right: 8px;
        width: 70px;
        height: 70px;
        z-index: 0;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .circle-two {
        position: absolute;
        left: 8px;
        bottom: 6px;
        width: 70px;
        height: 70px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .icon-box {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        background-color: #f5f5f5;
    }

    .services-container2:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .services-container2:after {
        width: 200px;
        height: 200px;
        left: 26%;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
    }
}

@media screen and (max-width: 500px) {
    .circles-box {
        position: absolute;
        left: 15%;
        top: 311px;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        width: 294px;
        height: 151px;


        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .circle-one {
        position: absolute;
        right: 8px;
        width: 70px;
        height: 70px;
        z-index: 0;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .circle-two {
        position: absolute;
        left: 8px;
        bottom: 6px;
        width: 70px;
        height: 70px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .icon-box {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        background-color: #f5f5f5;
    }

    .services-container2:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .services-container2:after {
        width: 200px;
        height: 200px;
        left: 26%;
        top: 280px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
    }
}

@media screen and (min-width: 992px) {
    .login-circles-box {
        position: absolute;
        top: 409px;
        bottom: 0;
        border-radius: 50%;
        width: 578px;
        height: 145px;
        margin-left: -118px;

        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .login-circles-box-2 {
        position: absolute;
        top: 472px;
        bottom: 0;
        border-radius: 50%;
        width: 578px;
        height: 145px;
        margin-left: -118px;

        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
    }

    .login-circle-one {
        position: absolute;
        right: 8px;
        width: 70px;
        height: 70px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .login-circle-two {
        position: absolute;
        left: 8px;
        bottom: 6px;
        width: 70px;
        height: 70px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .login-icon-box {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        background-color: #f5f5f5;
    }

    .login-services-container2:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container2:after {
        width: 400px;
        height: 400px;
        margin-top: -40px;
        margin-left: -344px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
    }

    .login-services-container3:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container3:after {
        width: 400px;
        height: 400px;
        margin-top: -3px;
        margin-left: -315px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
    }

    .login-services-container3 {
        margin-top: 75px;
    }

    .login-services-container4:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container4:after {
        width: 400px;
        height: 400px;
        margin-top: -3px;
        margin-left: -386px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
    }

    .login-services-container4 {
        margin-top: 40px;
    }
}


@media screen and (max-width: 991px) {
    .login-circles-box {
        position: absolute;
        top: 409px;
        bottom: 0;
        border-radius: 50%;
        width: 576px;
        height: 151px;
        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        margin-left: 59px;
    }

    .login-circles-box-2 {
        position: absolute;
        top: 409px;
        bottom: 0;
        border-radius: 50%;
        width: 576px;
        height: 151px;
        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        margin-left: 59px;
    }

    .login-circle-one {
        position: absolute;
        right: 8px;
        width: 70px;
        height: 70px;
        z-index: 0;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .login-circle-two {
        position: absolute;
        left: 8px;
        bottom: 6px;
        width: 70px;
        height: 70px;
        z-index: -1;
        border-radius: 50%;
        display: inline-block;
        background-color: #97c10045;
    }

    .login-icon-box {
        position: relative;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        border-radius: 50px;
        display: block;
        margin: 0 auto;
        background-color: #f5f5f5;
    }

    .login-services-container2:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container2:after {
        width: 400px;
        height: 400px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
        margin-left: -350px;
        margin-top: 11px;
    }

    .login-services-container3:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container3:after {
        width: 400px;
        height: 400px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
        margin-left: -325px;
        margin-top: 51px;
    }

    .login-services-container4:after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .login-services-container4:after {
        width: 400px;
        height: 400px;
        background: #ffffff1f;
        background-size: cover;
        border-radius: 50%;
        margin-left: -374px;
        margin-top: 19px;
    }

    .login-img {
        margin-top: 50px;
    }

    .login-card {
        margin-top: 145px;
    }
}

@media screen and (max-width: 767px) {
    .login-circles-box {
        position: absolute;
        top: 409px;
        bottom: 0;
        border-radius: 50%;
        width: 576px;
        height: 151px;
        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        margin-left: -15px;
    }

    .login-circles-box-2 {
        position: absolute;
        top: 409px;
        bottom: 0;
        border-radius: 50%;
        width: 576px;
        height: 151px;
        -webkit-animation-name: rotateme;
        -webkit-animation-duration: 15s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        margin-left: -15px;
    }
}

@media screen and (max-width: 500px) {
    .login-circles-box {
        display: none;
    }

    .login-services-container2:after {
        display: none;
    }

    .login-services-container3:after {
        display: none;
    }

    .login-services-container4:after {
        display: none;
    }

    .login-card {
        margin-top: 30px;
    }

    .login-card-2 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 650px) {
    .login-circles-box-2 {
        display: none;
    }

    .contact-us-div-mar184 {
        margin-top: 103px;
    }
}

@media screen and (max-width: 500px) {
    .contact-us-div-mar184 {
        margin-top: 45px;
    }
}

@media screen and (min-width: 651px) {
    .contact-us-div-mar184 {
        margin-top: 184px;
    }
}

.request-quote-btn {
    background: #1B4079;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}

.btn-footer-subsc {
    background: #1B4079;
    color: white;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 14px;
}

.seo-card-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
}

@media screen and (min-width: 500px) {
    .p-flex-500 {
        display: flex;
    }

}

.form-control {
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.site-btn {
    background: #1B4079;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}

.affa-small-card {
    background: white;
    border-radius: 12px;
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
}

.affa-small-h3 {
    color: black;
    font-size: 18px;
    padding-top: 15px;
}

.affa-card-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

@media screen and (min-width: 992px) {
    .affa-card-p {
        height: 94px !important;
    }
}

@media screen and (min-width: 576px) {
    .affa-card-p {
        height: 71px;
    }
}

.dev-card-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

@media screen and (min-width: 768px) {
    .dev-card-p {
        height: 116px;
    }
}

::marker {
    color: #1B4079;
    font-size: 22px;
}

.about-li::marker {
    color: #000;
    font-size: medium;
}

.about-li {
    padding-bottom: 10px;
}

.dropdownhover:hover .dropdown-menu-hover {
    display: block;
}

.ppc-card-p {
    font-size: 15px;
    color: rgb(51 51 51 / 90%);
    padding: 13px 5px;
}

@media screen and (min-width: 576px) {
    .ppc-card-p {
        height: 207px;
    }
}

@media screen and (min-width: 768px) {
    .ppc-card-p {
        height: 166px;
    }
}

@media screen and (min-width: 992px) {
    .ppc-card-p {
        height: 227px !important;
    }
}

@media screen and (min-width: 1200px) {
    .ppc-card-p {
        height: 187px !important;
    }
}

.ppc-small-card {
    background: white;
    border-radius: 12px;
    box-shadow: 2px 6px 10px 4px rgba(41, 54, 69, 0.1);
    margin-top: 30px;
}

.about-us-small-card {
    background: white;
    border-radius: 12px;
}

.blog-card-p {
    color: #063527;
    text-shadow: 1px 1px #1B4079;
    font-weight: 600;
}

.blog-card-h5 {
    color: #000000;
    text-shadow: 1px 1px #1B4079;
}

.blog-card-p-2 {
    color: #444444;
}

.blog-card-btn {
    background-color: #1B4079;
    color: white;
    width: 100%;
    border-radius: 0;
    font-size: 20px;
    padding: 11px 0;
}

.blog-card-btn:hover,
:not(.blog-card-btn-check)+.blog-card-btn:active {
    background-color: #1B4079;
    color: white;
}

.blog-card {
    border: none;
}

@media screen and (max-width: 1198px) {
    .navbar-nav.me-auto {
        position: absolute;
        background-color: white;
        width: 100%;
        left: 0;
        padding-left: 12%;
        z-index: 1;
        padding-right: 12%;
    }
}

.response-heading-title {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 30px;
}

.testimonial-image {
    width: 50px !important;
    height: 50px !important;
}
.form-check{
    font-size: 13px;
}
.form-check-input:checked{
    background-color: #97C100;
    border-color: #97C100;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .free-seo-img-icon{
        height: 60px;
    }
}
.card-title-testimonial h2{
    font-size: 20px;
    color: #1B4079;
    font-weight: 600;
    margin: 13px;
}
.card-content-testimonial p{
    color: #333333;
    font-size: 15px;
    padding: 15px;
}
.card-testimonial{
    margin-top: 80px;
    border: 1px solid #1B4079;
    border-radius: 15px;
    margin-bottom: 20px;
}
.card-image-testimonial{
    margin-top: -66px;
}
.ebook-h3{
    font-size: 22px;
    font-weight: 600;
}
.ebook-p{
    font-size: 15px;
}
.ebook-a{
    padding: 10px;
    color: white;
    border-radius: 10px
}
.company-icon-h3{
    color: #1B4079;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0;
}
.company-icon-p{
    color: #474747;
}

