@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,800&display=swap');

/* =====================
   GLOBAL
===================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 29px;
    font-weight: normal;
    color: #4c4c4c;
}

/* =====================
   VARIABLES (SAFE)
===================== */

:root {
    --white-color: #fff;
    --blue: #00438a;
    --black-color: #2f2f2f;
    --light-green-color: #00cab1;
    --main-font: 'Poppins', sans-serif;
}

/* =====================
   BLOG SUBSCRIBER
===================== */

section.blog-subscriber h2 {
    font-size: 19px !important;
}

section.blog-subscriber textarea#message {
    height: 100px;
}

section.blog-subscriber .es_subscription_form_submit {
    background: #ffc107 !important;
    color: #212020 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    border: none;
    padding: 11px;
}

/* =====================
   CALL TO ACTION
===================== */

section.pack-call-to-action {
    padding: 20px;
    background: #0b559b;
    margin: 20px 0;
}

.tt-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}

.client-review-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 8px 25px;
}

.client-review-btn a,
.tt-left a {
    color: #fff;
    text-decoration: none;
}

section.pack-call-to-action .client-review-btn:hover {
    background: #f4d13f !important;
    color: #0b559b !important;
}

section.pack-call-to-action .client-review-btn:hover a {
    color: #0b559b !important;
}

/* =====================
   NEWSLETTER
===================== */

.newsletter-main-section {
    background: #f9cf2f;
    width: 100%;
    padding: 50px;
    margin: 40px 0;
}

.newsletter-main-section .form-heading h3 {
    font-size: 40px !important;
    padding-bottom: 18px !important;
}

.newsletter-main-section .form-heading p {
    font-size: 20px !important;
}

.newsletter-main-section .form-control {
    height: 60px;
    background: #ffffff;
    border: none !important;
    margin-bottom: 30px !important;
    width: 100%;
}

.newsletter-main-section .es_submit_button {
    border: none !important;
    font-size: 23px !important;
    width: 22%;
    height: 60px;
    cursor: pointer;
}

.newsletter-main-section .es_shortcode_form {
    display: flex;
    margin-top: 32px;
}

/* =====================
   BLOG SECTION
===================== */

.blog-section {
    padding: 0 0 30px;
}

.blog-section .blog-des h2 {
    font-size: 43px !important;
    font-weight: 700;
    color: #403d3d;
}

.blog-section .blog-des p {
    color: #5b5959;
    font-weight: 500;
}

.blog-section .blog-colom {
    padding: 10px 0;
}

.blog-section .blog-colom img {
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}

.blog-section .blog-colom:hover img {
    opacity: 0.7;
}

.blog-section .blog-colom-des h3 {
font-weight: 600;
    color: #444;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 1rem;
}

.blog-section .blog-colom-des p {
    font-size: 16px;
    color: #444;
}

.blog-section .blog-colom-des .btn {
    background: #198be0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-section .blog-colom-des .btn:hover {
    background: #fad000;
    border-radius: 20px;
}

/* =====================
   SEARCH & SIDEBAR
===================== */

.search-bar {
    box-shadow: 2px 1px 5px #ccc;
    padding: 10px;
}

.categories-list {
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin: 15px 0;
}

.categories-list h3 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.categories-list ul li a {
    font-size: 15px;
    color: #1f1d1d;
    text-decoration: none;
}

/* =====================
   BANNERS / FAQ
===================== */

.contact-banner {
    background-size: cover !important;
    height: 200px !important;
    padding: 50px 0 60px;
}

.faq-banner h1 {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

/* =====================
   MOBILE
===================== */

@media (max-width: 767px) {

    .tt-section {
        display: block;
        text-align: center;
        width: 100%;
    }

    .newsletter-main-section {
        padding: 15px !important;
        margin: 20px 0 !important;
    }

    .newsletter-main-section .form-heading h3 {
        font-size: 22px !important;
    }

    .newsletter-main-section .es_submit_button {
        width: 40% !important;
        font-size: 19px !important;
    }

    article.blog-section .blog-colom h2 {
        font-size: 17px !important;
    }

    article.blog-section .blog-colom p {
        font-size: 15px !important;
    }

    section.pack-call-to-action {
        padding: 25px 0 42px 0 !important;
    }
}

/* =========================
   MOBILE (CONTENT ONLY)
========================= */

@media screen and (min-device-width:320px) and (max-device-width:767px) {

    .diffrent-boxes-area .col-md-3,
    .mr0 {
        margin-right: 15px;
    }

    .pl0,
    .pr0 {
        padding-left: 15px !important;
    }

    .pr0 {
        padding-right: 15px;
    }

    .recent-post .recent-sub-clm img {
        width: 100% !important;
    }
}

/* =========================
   TABLET
========================= */

@media screen and (min-device-width:1024px) and (max-device-width:1366px) {

    .container {
        max-width: 1217px;
    }

    .carousel-caption {
        left: 4%;
    }

    .why-us-section h2 {
        font-size: 50px;
    }

    .award-reco {
        left: 38px;
    }
}

/* =========================
   DESKTOP LARGE
========================= */

@media screen and (min-device-width:1367px) and (max-device-width:1920px) {

    .reseller-query {
        background-position: -3px 0;
    }

    .vission-txt .tab-content {
        padding: 134px 4px !important;
        min-height: 475px;
    }

    .vission-img img {
        width: 100%;
    }

    .container {
        max-width: 1306px;
    }

    .carousel-caption {
        left: 16.5%;
    }
}

/* =========================
   COMMENTS / FORMS
========================= */

#respond input[type=text] {
    margin-bottom: 0;
}

.admin-dl a {
    color: #000;
}

#comments>:first-child {
    padding-bottom: 20px;
}

#respond {
    overflow: hidden;
    margin-bottom: 40px;
}

#respond .comment-reply-title {
    font-size: 21px;
    line-height: 25px;
}

#respond p {
    margin-bottom: 15px;
    padding-left: 0 !important;
}

#respond label {
    margin-bottom: 3px;
}

#respond .comment-form-author,
#respond .comment-form-email {
    width: 31.3%;
    margin-right: 2% !important;
    float: left;
}

#respond .comment-form-url {
    width: 33.3%;
    float: left;
}

#respond input,
#respond textarea,
#respond select {
    width: 100%;
}

#respond .comment-form-comment textarea {
    margin-bottom: 10px;
}

#respond .form-submit input[type=submit] {
    float: right !important;
}

/* =========================
   RATINGS
========================= */

.my-stars {
    font-size: 17px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.my-stars a {
    color: #d4d4d4;
    font-weight: 400;
}

.google-rating {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-transform: capitalize;
}

/* =========================
   GLOBAL FIXES
========================= */

.container {
    max-width: 1340px;
}

input[type=submit] {
    color: #fff !important;
    border-radius: 3px !important;
    background: #363636 !important;
    width: 100%;
    height: 46px;
}

@media screen and (max-device-width:1000px) and (min-device-width:320px) {

    /* -------- SAFE CONTENT -------- */

    .seo-approach .about-tab ul li:last-child {
        width: 100% !important;
    }

    .years-of-success h2 {
        font-size: 40px !important;
    }

    .my-stars {
        margin-left: 0;
    }

    .percentage-colom p {
        font-size: 18px;
    }

    .Packages-flip {
        display: none !important;
    }

    .years-of-success h4 {
        font-size: 39px;
    }

    #scroll span {
        color: #444;
    }

    a#scroll {
        right: 7%;
        bottom: 0;
        border-radius: 0;
        width: 47px;
        height: 35px;
        background: #464646;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .four-zero-four a {
        display: block;
    }

    .content-div {
        text-align: justify;
    }

    .Directors-clm h4,
    span.degination {
        text-align: center;
    }

    #case-study .seo-result-slide {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .Directors-clm .Directors-img,
    .lifeat-ez img,
    .Directors-img img {
        width: 100%;
    }

    .about-white-gray .gray-bg h2,
    .lifeat-ez h2,
    .lifeat-ez h3,
    .service-offering h2,
    .talk-to-expert h2,
    section.board-directors h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .Directors-clm p,
    .about-white-gray p,
    .lifeat-ez p,
    .vission-txt .tab-content p {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
    }

    .our_team h2 {
        font-size: 27px;
        margin: 0;
    }

    .overylay-team p {
        font-size: 13px;
        line-height: 21px;
        text-align: justify;
    }

    section.board-directors h3 {
        font-size: 31px;
    }

    .testiBox {
        margin: 70px 0 0;
    }

    .seprate-dr-section {
        padding: 24px 0 34px;
        background: #f3f3f3;
        margin: 34px -15px;
    }

    .client-content {
        padding: 76px 10px 17px 15px !important;
        text-align: justify;
    }

    .client-image {
        top: -73px;
        left: 31% !important;
    }

    .seo-approach .about-tab ul {
        overflow-x: scroll;
    }

    .seo-approach .about-tab ul li a {
        font-size: 12px;
        padding: 10px;
        min-width: 130px;
    }

    .expert-form h3 {
        font-size: 16px;
        text-align: center;
    }

    .reseller-query h3,
    .reseller-query h4 {
        font-size: 20px;
    }

    .reseller-query p {
        line-height: 20px;
    }

    .blog-post .blog-post-colom {
        margin: 10px 0;
    }

    .packages-section h2,
    .top-seo-section h3 {
        font-size: 23px !important;
        line-height: 29px !important;
    }

    .why-us-section {
        background: #fff !important;
    }

    .why-us-section p {
        line-height: 25px;
        text-align: justify;
    }

    .diffrent-boxes-area .diffrent-box p {
        font-size: 15px;
    }

    .ranking-form h2 {
        font-size: 23px;
    }

    .ranking-form input[type=submit] {
        width: 100%;
        font-size: 17px !important;
    }

    .slider .carousel-caption {
        display: block !important;
        left: 3%;
        top: 12px;
        width: 95%;
        padding: 14px;
    }

    .slider .carousel-caption h2 {
        font-size: 24px !important;
        line-height: 25px !important;
    }

    .slider .carousel-caption p {
        font-size: 13px;
        line-height: 20px;
    }

    .carousel-item-prev,
    .carousel-item.active,
    .slider,
    .slider .carousel-item-next {
        height: 240px !important;
    }

    .accordion_container h5 {
        font-size: 20px;
    }

    .search-bar .form-group input {
        margin: 0;
        color: #000 !important;
    }
}

  @media screen and (max-device-width:1000px) and (min-device-width:320px) {

    /* ===== CONTENT / SECTIONS ===== */

    .about-section .content-div a.btn-info {
        display: block;
    }

    .services-section .service-colom h3 {
        font-size: 22px;
    }

    .packages-section .package-tab table {
        width: 100%;
    }

    .seo-result-table {
        overflow: scroll;
    }

    .case-study ul li {
        font-size: 16px;
        padding: 5px 12px;
    }

    .case-study .item {
        display: block;
        width: 100%;
        float: none !important;
    }

    .case-study-banner h4,
    .case-study-banner-details h4 {
        padding-top: 8% !important;
    }

    .filters.portfolio h2 {
        font-size: 29px;
    }

    .filters ul li {
        padding: 9px 13px;
    }

    .filters.portfolio {
        min-height: 1px;
    }

    .explore-portfolio a {
        padding: 4px 7px;
        margin: 0 10px 10px -79px;
    }

    .case-study-status img {
        width: 75px !important;
    }

    .case-study-status span {
        font-size: 13px;
        line-height: 16px !important;
    }

    .case-study-status h3 {
        font-size: 26px !important;
    }

    .casestudy .casestudy-overlay {
        padding: 40px 0;
    }

    .case-study-tab .tab-content .case-study-colom 
    .casestudy-over-child .casestudy-overlay p {
        font-size: 15px;
        line-height: 29px;
    }

    .accordion_container .card-body {
        padding: 10px !important;
    }

    .small-banner.about-us-banner {
        height: 100% !important;
    }

    .slider .carousel-caption h3,
    .small-banner .festive-colom h1,
    .small-banner .festive-colom h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }

    .small-banner .btn {
        font-size: 15px;
        padding: 7px 12px;
    }

    .carousel-caption.d-none.d-md-block.text-center {
        display: block !important;
        left: 10%;
        top: 10px !important;
    }

    .about-section p {
        text-align: justify !important;
    }

    .content-div h2,
    .content-div h3,
    .content-div h4 {
        padding: 10px 0;
        font-size: 26px;
        font-weight: 800;
        text-align: left;
    }

    .seo-approach .section-heading p {
        font-size: 16px !important;
        text-align: justify;
    }

    .packages-section span.sub-heading {
        font-size: 14px;
        line-height: 20px;
    }

    .packages-section .tab-content {
        overflow: scroll;
        background: #fff;
        border: 4px solid #ffd917;
    }

    .explore-portfolio {
        min-width: 437px;
        border: none;
    }

    .SEO-Strategy p,
    .SEO-Strategy ul li,
    .seo-approach .about-tab p,
    .testimonial-colom p,
    .top-seo-section li {
        font-size: 15px;
    }

    .slider.inner-banner .carousel-caption .btn {
        display: none;
    }

    .featured-on-section .featuded-colom {
        height: 100%;
        margin: 8px 0;
    }

    .featured-des p {
        text-align: justify;
    }

    .featured-des h3,
    .festive-colom h4 {
        font-size: 24px !important;
        margin-top: 20px;
    }

    .case-study-banner-details {
        height: 300px !important;
    }

    .featured-des {
        padding: 20px 0;
    }

    .moreview-scroll {
        display: block !important;
        text-align: center;
        padding: 10px 1% 15px;
        font-size: 12px;
        font-weight: 600;
    }

    .event .service-slider {
        padding: 0 15px;
    }

    .case-study {
        padding: 0 10px 0 5px;
    }

    .small-banner {
        padding: 61px 0;
    }

    .choose-plain .plain-parent h1 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .expert-section .plain-parent p,
    .plain-parent > div,
    .package-page p,
    .about-white-gray .column_attr.align_justify,
    .news-clm {
        text-align: justify;
    }

    .blog-section .blog-des h2 {
        font-size: 28px !important;
    }

    .blog-colom.row .pl0,
    .blog-colom.row .pr0 {
        margin: 0;
        padding: 0 15px;
    }

    .search-bar .form-group input {
        margin: 0;
        color: #000 !important;
    }
}

@media screen and (max-device-width:1024px) and (min-device-width:768px) {

    .talk-to-expert:before {
        width: 50% !important;
    }

    .our-project .single-project .item-img img {
        object-fit: cover;
        width: 100%;
        max-height: 400px !important;
    }

    .industrial-sec .indu-item .icon img {
        width: 100%;
    }

    .industrial-sec .indu-item h3 {
        font-size: 12px !important;
    }

    .our-project .single-project .item-img {
        height: 400px !important;
    }

    .choose-plain .plain-parent h1,
    .projects-txt h2 {
        font-size: 30px !important;
        line-height: 30px;
    }

    .projects-txt a {
        font-size: 20px;
    }

    .Packages-flip.blue-bg {
        background: #0089db;
        padding: 13px 0 83px;
        height: 100%;
    }

    .Packages-flip.blue-bg .icon-img img {
        max-width: 70px;
        height: 70px !important;
    }

    .Packages-flip.blue-bg .icon-img {
        height: 110px;
        width: 110px !important;
        line-height: 106px;
    }

    .expert-form h3 {
        color: #fff;
    }

    .container {
        max-width: 99%;
    }

    .about-section .content-div a.btn-info {
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    .ranking-form input[type=submit] {
        width: auto;
    }

    .diffrent-boxes-area .diffrent-box {
        min-height: 446px;
    }

    article.blog-section.latest-blog-UI .blog-colom .col-md-4,
    article.blog-section.latest-blog-UI .blog-colom .col-md-8 {
        min-width: 100%;
    }

    .blog-section .col-md-8 {
        max-width: 55%;
        width: 50%;
    }

    .blog-section .col-md-4 {
        min-width: 45%;
    }

    .tab-ui ul.nav.nav-tabs li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .carousel-item-prev,
    .carousel-item.active,
    .slider,
    .slider .carousel-item-next {
        height: 320px !important;
    }

    .blog-post .post-heading h2 {
        font-size: 22px;
    }

    .newsletter input[type=submit] {
        padding: 12px 36px !important;
    }

    .Packages-flip .packages-colom,
    .Packages-flip .packages-colom .package-overlay,
    .Packages-flip .packages-colom img {
        width: 105px !important;
        height: 105px !important;
    }

    .years-of-success {
        padding: 50px 0 0;
        min-height: 246px !important;
        margin-bottom: 0;
    }

    .Packages-flip h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .about-section,
    .small-banner {
        padding: 60px 0;
    }

    .our_team .our_team-colmn img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    .accordion_container .card-body p,
    .accordion_container .card-body ul li {
        font-size: 15px;
    }

    .blog-section .blog-des h2 {
        font-size: 28px;
    }

    .blog-colom.row .pl0,
    .blog-colom.row .pr0 {
        padding: 0;
    }
}

/* ===== COMMON / NON-HEADER-FOOTER ===== */

@media (max-width:765px) {
    .container {
        max-width: 95%;
    }
}

.sitemap {
    position: relative;
    z-index: 99;
    margin: 10px 30px;
}

/* Scroll to top */

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #494949;
    display: none;
    z-index: 99999;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}

/* COMMENTS */

.comments {
    margin-bottom: 0;
}

#comments .commentlist {
    margin-left: 0;
    list-style: none;
}

#comments .commentlist > li {
    margin-bottom: 30px;
}

#respond .comment-form-comment textarea {
    height: 120px;
}

/* BLOG SUBSCRIBER */

section.blog-subscriber {
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0;
    border-top: 3px solid #f77956;
    box-shadow: 0 5px 15px rgba(37,44,97,.15);
}

section.blog-subscriber h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
}

section.blog-subscriber .btn {
    background: #ffc107 !important;
    color: #212020 !important;
    font-size: 22px;
    border: none;
    padding: 11px;
}

/* ================= TAB UI ================= */

.tab-ui .categories-list {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    box-shadow: 0 5px 15px rgba(37,44,97,.15),
                0 2px 4px rgba(93,100,148,.2);
}

.tab-ui .nav-tabs {
    border-bottom: none !important;
}

.tab-ui ul.nav.nav-tabs li {
    border-bottom: none;
}

.tab-ui ul.nav.nav-tabs li a {
    padding: 6px 24px;
    border: 1px solid #d6d1d1;
    border-radius: 0;
    font-weight: 600;
    color: #444;
}

.tab-ui ul.nav.nav-tabs li a.active {
    background: #198be0 !important;
    color: #fff !important;
    border: none;
}

.tab-ui ul.nav.nav-tabs li:last-child a {
    border-radius: 0 12px 0 0;
}

/* ================= BLOG LIST / SIDEBAR ================= */

.latest-blog-UI aside.sidebar,
article.blog-section.latest-blog-UI-details aside.sidebar {
    margin: 10px 20px;
    position: sticky;
    top: 0;
}

article.blog-section.latest-blog-UI .blog-colom {
    border-bottom: 2px solid #ccc9;
    padding: 10px 0;
}

article.blog-section.latest-blog-UI .blog-colom h3,
article.blog-section.latest-blog-UI .blog-colom h3 a {
    font-size: 19px;
    color: #313131;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}

article.blog-section.latest-blog-UI-details .blog-colom p {
    font-size: 17px;
    line-height: 31px;
    color: #272727;
}

/* ================= PAGINATION ================= */

.latest-blog-UI ul.pagination {
    display: block;
    text-align: left;
}

.latest-blog-UI ul.pagination span.pages,
.latest-blog-UI ul.pagination span.extend {
    display: none;
}

.latest-blog-UI ul.pagination a,
.latest-blog-UI ul.pagination span.current {
    border: 1px solid #f1eded;
    padding: 10px 20px;
    background: #fbfbfb;
    color: #000;
}

.latest-blog-UI ul.pagination span.current,
.latest-blog-UI ul.pagination a:hover {
    background: #f4d13f;
    color: #232222;
}

/* ================= BLOG DETAILS ================= */

.latest-blog-UI-details .single-post img {
    max-width: 100%;
}

.blog-section.latest-blog-UI-details .blog-colom img {
    width: 100%;
    height: auto;
}

article.blog-section.latest-blog-UI-details .blog-colom h2 {
    font-size: 21px;
    font-weight: 600;
    color: #212020;
}

/* Quote block */
article.blog-section.latest-blog-UI-details .blog-colom p em strong {
    background: #f3f4f6;
    padding: 40px;
    display: block;
    border-left: 3px solid #0e1350;
    margin: 30px 0;
    position: relative;
}

/* ================= COMMENTS ================= */

.latest-blog-UI .column.one.comments {
    width: 100%;
    padding: 0;
}

.latest-blog-UI .column.one.comments textarea,
.latest-blog-UI .column.one.comments input {
    border: 1px solid #ccc;
    padding: 7px;
}

.latest-blog-UI .column.one.comments input#submit {
    background: #0e1350 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.latest-blog-UI .column.one.comments input#submit:hover {
    background: #ffc107 !important;
    color: #444 !important;
}

/* ================= AUTHOR BOX ================= */

.latest-blog-UI .author {
    background: #f7f7f7;
    padding: 10px;
    box-shadow: 1px 2px 3px #ccc;
}

.latest-blog-UI .author img {
    height: 100px;
    object-fit: cover;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 767px) {
    .tab-ui ul.nav.nav-tabs li {
        width: 33%;
    }

    .tab-ui ul.nav.nav-tabs li a {
        padding: 6px 12px;
        font-size: 13px;
    }

    .latest-blog-UI ul.pagination {
        overflow-x: auto;
        white-space: nowrap;
    }

    .latest-blog-UI aside.sidebar {
        margin: 10px 0;
    }
}

@media (min-width:1025px) and (max-width:1366px) {
    .tab-ui ul.nav.nav-tabs li a {
        padding: 6px 21px;
    }
}

/* ================= SERVICE / PACKAGE TABS ================= */

.laravel-development-services-main .main.seo-tab ul.nav.nav-tabs li a {
    font-size: 15px;
    line-height: 26px;
    max-width: 160px;
    padding: 10px !important;
}

.arrow-sign {
    display: none;
}

.main.seo-tab .tab-content .col-md-8 {
    width: 100%;
    min-width: 100%;
    text-align: left;
}

/* ================= PACKAGE AREA ================= */

main.seo-package-area ul#pills-tab li a.active {
    font-size: 25px;
}

main.seo-package-area ul#pills-tab li a {
    font-size: 16px;
}

main.seo-package-area table.new-package-UI tr:first-child th:nth-child(1) {
    font-size: 13px;
    line-height: 23px;
}

main.seo-package-area table.new-package-UI div#month h2.price-font {
    font-size: 28px;
}

.seo-package h2 {
    font-size: 29px;
}

/* ================= SERVICE SECTION ================= */

div.service-section .service-clm p {
    height: auto;
    overflow: auto;
}

.package-clm .package-ico h5 {
    font-size: 15px;
}

/* ================= ACCORDION / TABLE ================= */

.accordion-started.accordion-bral input:checked
~ .article.ac-content .col-md-10 {
    overflow-x: auto;
}

.article.ac-content table.table tr td,
.article.ac-content table.table tr th {
    font-size: 14px;
}

/* ================= CONTENT / TEXT ================= */

section.what-make-diffrent .col {
    text-align: center;
}

section.what-make-diffrent .col h3 {
    font-size: 20px;
}

section.what-make-diffrent .col p {
    height: 100%;
    overflow-y: auto;
    text-align: center;
}

/* ================= FORMS ================= */

.hidden-form {
    left: 0;
    right: 0;
}

.hidden-form .row {
    padding: 0 28px;
}

.hidden-form
.form-group.col-md-4 + .form-group.col-md-12
input[type=submit] {
    padding: 19px 11px;
}

/* ================= BLOG FAQ ================= */

section.blog-faq.seo-faq .card-header {
    min-width: 100%;
}

section.blog-faq .blog-post .card-header button {
    text-align: left;
}

/* ================= SLIDER TEXT (NO HEADER) ================= */

.slider h1,
.slider h2 {
    font-size: 30px;
    margin-top: 22px;
    display: block;
}

/* ================= SEO STRATEGY ================= */

.seo-strategy h2 {
    font-size: 26px;
}

/* ================= RESELLER / CONTENT ================= */

.container.reseller-solution-grid {
    padding: 20px 15px;
}

.content-sec-ui.reseller-page-ui h3#read-more {
    font-size: 30px;
}

/* ================= RESPONSIVE (TABLET) ================= */

@media (max-width: 1023px) and (min-width: 768px) {

    .main.seo-tab ul.nav.nav-tabs li a {
        padding: 5px 14px;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
    }

    .seo-package h2 {
        font-size: 29px;
    }

    main.seo-package-area ul#pills-tab li a.active {
        font-size: 20px;
        padding: 10px 0;
    }

    main.seo-package-area ul#pills-tab li a {
        font-size: 15px;
        padding: 10px 21px;
    }

    .accordion-started.accordion-bral input:checked
    ~ .article.ac-content .col-md-10 table.table {
        width: 700px;
    }

    div.service-section .col-md-4,
    .service-section .col-md-3 {
        min-width: 50%;
    }
}

   /* ================= PACKAGE / TAB ================= */

.package-tab.stick {
    overflow: auto;
}

main.seo-package-area .tab-pane {
    min-width: 1200px;
}

main.seo-package-area .card-header a {
    text-align: left;
}

.package-wrapper-area tr th {
    font-size: 16px;
}

.package-wrapper-area tr td {
    font-size: 15px;
}

/* ================= FIGURE ================= */

.figure-info-ui {
    margin: 0 auto;
}

.figure-info-ui img {
    top: 0;
}

/* ================= ORM / SEO ================= */

body.online-reputation-management-services-main
.our-seo-process.text-center h2 {
    font-size: 26px !important;
}

body.online-reputation-management-services-main
.seo-strategy h2 {
    font-size: 30px;
}

/* ================= RESELLER ================= */

.container.reseller-solution-grid {
    padding: 30px 15px;
}

.container.reseller-solution-grid .item p {
    height: 175px;
    overflow: auto;
}

body.seo-reseller-services-main
.container.reseller-solution-grid h2 {
    font-size: 30px;
    padding-top: 30px;
}

section.seo-reseller-solution.whote-bg .container-fluid {
    padding: 20px 15px;
    margin-bottom: 30px;
}

section.seo-reseller-solution .container-fluid {
    padding: 20px 0;
}

section.seo-reseller-solution .container-fluid h3 {
    font-size: 26px;
}

body.seo-reseller-services-main
.our-seo-process.text-center h2 {
    font-size: 24px;
}

body.seo-reseller-services-main
.our-seo-process.text-center p {
    text-align: left;
}

body.seo-reseller-services-main
.our-seo-process.text-center p ~ h3 {
    margin-top: 0;
}

body.seo-reseller-services-main
.container.reseller-solution-grid .item a.btn.btn-info {
    padding: 9px 17px;
}

/* ================= SERVICE / CONTENT ================= */

div.service-section h2 {
    font-size: 30px;
    text-align: left;
}

div.service-section .service-clm {
    margin-bottom: 20px;
}

.content-sec-ui.reseller-page-ui h3#read-more {
    font-size: 30px;
}

/* ================= SLIDER CONTENT (NO HEADER) ================= */

main.slider .caption {
    max-width: 100%;
}

main.slider .caption h2 {
    font-size: 24px;
}

/* ================= FAQ ================= */

section.blog-faq .blog-post h3 {
    font-size: 26px;
    margin: 10px 0 0;
}

section.blog-faq.seo-faq h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

section.blog-faq .blog-post .card-header button {
    text-align: left;
    font-size: 18px;
}

/* ================= CTA / FORMS ================= */

main.cta-form-design .row {
    padding: 0;
}

.form-colom h4 {
    font-size: 26px;
    text-align: center;
}

.hidden-form {
    position: relative;
    left: 0;
    opacity: 1;
    transform: none;
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {

    main.seo-package-area .tab-pane {
        min-width: 100%;
    }

    .main.seo-tab ul.nav.nav-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .main.seo-tab ul.nav.nav-tabs li {
        min-width: 200px;
    }

    .main.seo-tab ul.nav.nav-tabs li a {
        font-size: 14px;
        line-height: 22px;
        padding: 6px !important;
    }

    section.what-make-diffrent .col,
    div.service-section .col-md-4 {
        min-width: 100%;
    }

    .seo-strategy h2 {
        font-size: 25px;
    }

    .projects-txt h2 {
        font-size: 24px;
    }

    .projects-txt p {
        font-size: 16px;
    }

    .main.seo-tab .tab-content {
        padding: 10px;
        text-align: justify;
    }
}

    /* ================= WEB / SEO TAB ================= */

.web-development-company-india-main .main.seo-tab.seo-tab-4 {
    text-align: justify;
}

.web-development-company-india-main .main.seo-tab.seo-tab-4 h2 {
    text-align: left;
    font-size: 30px;
}

.main.seo-tab ul.nav.nav-tabs li a {
    padding: 15px 10px !important;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.main.seo-tab .tab-content .col-md-8 {
    width: 100%;
    min-width: 100%;
    text-align: left;
}

/* ================= SERVICE ================= */

div.service-section .service-clm h6 {
    font-size: 20px;
}

body.about-us-main div.service-section .service-clm p {
    height: 100%;
}

/* ================= PROJECT ================= */

.our-project {
    padding: 20px 0;
}

.our-project .single-project,
.projects-txt {
    text-align: center !important;
}

.our-project .single-project .owl-prev {
    left: 0 !important;
}

.our-project .single-project .owl-next {
    right: 0;
}

.our-project .single-project:hover .owl-next {
    left: 88%;
}

/* ================= SEO PACKAGE ================= */

.seo-package h2 {
    font-size: 26px;
}

.package-clm .package-ico h5 {
    font-size: 15px;
}

.package-wrapper-area {
    overflow-x: auto;
}

.package-wrapper-area table.seo-rank-table {
    width: 700px;
}

.article.ac-content table.table tr td,
.article.ac-content table.table tr th {
    font-size: 14px;
}

/* ================= ACCORDION ================= */

.accordion-started.accordion-bral
input:checked ~ .article.ac-content .col-md-10 {
    overflow-x: auto;
}

.accordion-started.accordion-bral
input:checked ~ .article.ac-content .col-md-10
table.seo-rank-table {
    width: 700px;
}

/* ================= BOARD / ABOUT ================= */

section.board-f-dir h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.board-f-dir .row {
    margin-bottom: 0;
}

.board-f-dir .row .col-md-4 {
    order: 1;
}

.board-f-dir .row .col-md-8 {
    order: 2;
}

.director-img-ui {
    height: auto;
    margin-bottom: 20px;
}

section.board-f-dir .director-txt-ui p:nth-child(2) {
    height: auto;
}

/* ================= TESTIMONIAL ================= */

.seprate-dr-section-1 .client-content {
    margin-right: 0;
    padding: 79px 10px;
    text-align: justify;
}

.seprate-dr-section-1 .testiBox {
    margin-top: 90px;
}

.seprate-dr-section-1 .client-image {
    position: absolute;
    left: 46%;
    top: -65px;
}

/* ================= CONTACT ================= */

form#contact_form {
    padding: 0 15px;
    margin: 0;
}

.address-section .contact-colom {
    font-size: 13px;
    line-height: 26px;
    color: #000;
}

/* ================= RESULT / TABLE ================= */

.seo-result-table {
    overflow: auto;
}

.seo-result-table table.result-table {
    min-width: 500px;
}

.seo-results .result-table tr:first-child th {
    font-size: 17px;
}

/* ================= RESELLER ================= */

.container.reseller-solution-grid {
    padding: 20px 15px;
}

.container.reseller-solution-grid h2 {
    font-size: 30px;
    padding-top: 30px;
}

.container.reseller-solution-grid .item a.btn.btn-info {
    padding: 10px 20px;
}

.seo-reseller-partner-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

/* ================= FAQ ================= */

section.blog-faq.seo-faq .card-header {
    min-width: 100%;
}

/* ================= CTA PACKAGE ================= */

section.pack-call-to-action {
    padding: 40px 0;
    background: #0b559b;
    margin-bottom: 40px;
}

section.pack-call-to-action h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

section.pack-call-to-action p {
    color: #fff;
}

/* ================= NEWSLETTER ================= */

.newsletter-main-section .es_shortcode_form {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.newsletter-main-section .es_shortcode_form input {
    height: 50px;
    width: 100%;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .main.seo-tab ul.nav.nav-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .main.seo-tab ul.nav.nav-tabs li {
        min-width: 200px;
    }

    .main.seo-tab ul.nav.nav-tabs li a {
        font-size: 14px;
        padding: 6px !important;
    }

    .seo-package h2 {
        font-size: 24px;
    }

    section.board-f-dir h2 {
        font-size: 30px;
    }

    .content.portfolio.grid .grid-item,
    .case-study .item {
        width: 100%;
    }
}

/* ================= GLOBAL ================= */

html {
    scroll-behavior: smooth;
}

@media (max-width: 767px) {
    .latest-blog-UI aside.sidebar {
        margin: 10px 0 !important;
    }
    article.blog-section.latest-blog-UI-details .blog-colom h2{
      padding-top: 1rem;
    }
}
.blog-section .blog-colom-des ul {
    margin: 0 0px;
}
@media (max-width: 767px) {
    .blog-section .blog-colom img {
        width: 100%;
        height: auto;
    }    
}