/*start sitemap page 18/10/2024 */
.content-section > .new-sitemap {
    border-top: 1px solid #ececec;
}
.new-sitemap .menu li::after {
    content: none;
}
.sitemap-dash::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    margin-right: 10px;
    border-top: 1px dashed #000;
    vertical-align: middle;
}
ul.list.sitemap li {
    padding-left: 0rem;
}
ul.list.sitemap ul.sub-menu li:first-child {
    padding-top: 10px;
}
.sitemap-wrapper.grid {
    grid-template-columns: repeat(4, 1fr);
}
.content-section ul.list.sitemap ul li.main-sitemap {
	font-weight:700;
}
.container.Sitemap>.content-section {
    max-width: 1320px !important;
}
@media (max-width: 575.98px) {
  .sitemap-wrapper.grid {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 991.98px) {
 .sitemap-wrapper.grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767.98px) {
   ul.list.sitemap {
    margin-top: 0px;
}
	 .sitemap-wrapper.grid {
    grid-template-columns: repeat(1, 1fr);
}
}
/*end sitemap page 18/10/2024 */
.author-content .h6.heading {
    font-size: 18px;
}
ul.blog-meta li {
    color: #00a5cf;
}
.spacing.drupal-feature.left-right-img {
    padding-bottom: 0rem;
}
.main-box.d-block.drupal:hover {
    background-color: #f3f7f8;
}
.main-box.d-block.drupal:hover {
    background-color: #f3f7f8;
    box-shadow: none;
}

.blog-details-area .blog-details-content .table-cms tr td {
    padding: 1rem !important;
}
td.p-4 img {
    width: 10px;
}
div#jp-relatedposts {
    display: none !important;
}
section.development-benefit.spacing.devlop.make-website h3 {
    color: #fff;
}

.image.blog-grid-image:hover img {
    transform: scale(1.1);
}
.image.blog-grid-image img {
    width: 100%;
    display: block;
    transition: 0.3s all ease-in-out;
    /* height: 300px; */
}
.image.blog-grid-image {
    position: relative;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.left-tab .grid5 {
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .left-right-img p {
        line-height: 2.8rem;
			text-align: justify;
    }
}
.center-text-box .container .grid li:not(:last-child) {
    height: 64px;
    }
    .box.main-box.steps-new-main:hover {
    box-shadow: 0 10px 60px rgba(0, 102, 179, 0.161);
    color: #0066b3;
    background-color: white;
    }
    .scroller-panel-1 .number-count {
    right: 90px;
    }
    .accordion-item.hire-developer-item:hover .hire-developer-body p {
    color: #fff !important;
    }
    section.spacing.gray-bg.vision.hire-container {
    overflow: hidden;
    }
    .accordion-item.hire-developer-item:hover button.accordion-button {
    color: #fff !important;
    }
    .btn-section.price-btn > a,
    .main-btn {
    text-transform: uppercase;
    }
    .mt-4.plans-price > span {
    color: #231f20;
    font-family: Outfit;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    }
    span.price-bold.mt-4 {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 60px;
    height: 2px;
    }
    .box.main-box.steps-new-main {
    align-items: unset;
    gap: 30px;
    }
    .box.main-box.steps-new-main > .process-icons {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(25, 32, 32);
    -o-border-image: initial;
    border-image: initial;
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
    background-color: #ffffff;
    }
    .box.main-box.steps-new-main > .process-icons:after {
    content: "";
    top: 56px;
    left: 26px;
    height: calc(100% + 150px);
    width: 1px;
    background-color: #000000;
    position: absolute;
    z-index: 0;
    }
    .box.main-box.steps-new-main .process-icons:nth-of-type(5)::after {
    content: none;
    }
    .container.hire-developer {
    max-width: 1195px;
    }
    .process-icons:hover {
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #00a5d1 0%, #0065b6 100%);
    color: white;
    }
    .margin-t-100 {
    margin-top: 100px;
    }
    .table-list-section .col-box-outer {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    }
    .dis-flex {
    display: flex;
    flex-wrap: wrap;
    }
    .flex-4 {
    flex-basis: 25%;
    }
    .table-list-section .table-list:first-child ul li {
    text-align: left;
    border-right: 1px dashed #e6e6e6;
    /* padding-left: 76px; */
    }
    .table-list-section .table-list .title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 8px 8px 0px 0px;
    color: white;
    background: linear-gradient(180deg, #00a5d1 0%, #0065b6 100%);
    }
     .table-list-section .table-list li {
    border-right: 1px dashed #e6e6e6;
    padding: 10px 35px;
    min-height: 80px;
    display: flex;
    align-items: center;
    } 
    .table-list-section .table-list li:nth-child(2n) {
    background: #f8f9fa;
    color: #231f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    }
    .flex-4.table-list ul {
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    }
    .main-box.d-block.service-wordpress:hover {
    box-shadow: 0 10px 60px rgba(0, 102, 179, 0.161);
    color: #0066b3;
    background-color: white;
    }
    .main-box.d-block.slide-hire {
    border: 0;
    border: 1px solid transparent;
    padding: 150px 20px 78px;
    }
    .main-box.d-block.slide-hire:hover {
    border-radius: 16px;
    border-color: #00a5d1;
    box-shadow: 9px 9px #6ba7d4;
    }
    .hire-developer-faq .accordion-item {
    margin-bottom: 1rem;
    }
    .hire-developer-faq .hire-developer-row {
    display: flex;
    flex-wrap: wrap;
    }
    .hire-developer-faq .hire-developer-accordion {
    width: 100%;
    }
    .hire-developer-faq .hire-developer-header {
    display: flex;
    align-items: center;
    }
    .hire-developer-faq .hire-developer-icon {
    max-height: 40px;
    width: auto;
    margin-right: 10px;
   margin-left: 10px !important;
    }
    .hire-developer-faq .hire-developer-button {
    padding: 1rem;
    width: 100%;
    text-align: left;
    border: none;
    }
    .hire-developer-faq .hire-developer-button:not(.collapsed) {
    color: inherit;
    }
    .hire-developer-faq .hire-developer-body {
    padding: 1rem;
    }
    .process-icons:hover img {
    filter: invert(1) brightness(10);
    }
    .accordion .accordion-item .accordion-button.hire-developer-button:hover::after {
        filter: invert(1) brightness(10);
    }
    .hire-developer-faq .hire-developer-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    }
    .main-box.d-block.slide-hire img {
        filter: invert(0) brightness(0);
    }
    .main-box.d-block.slide-hire:hover img {
        filter: none; 
    }
    .hire-developer-faq .hire-developer-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    }
    .accordion-item.hire-developer-item:hover {
    background: linear-gradient(180deg, #00a5d1 0%, #0065b6 100%);
    color: white;
    }
    .box.main-box.steps-new-main > .process-icons:nth-child(5):after {
    content: none !important;
    }
    ul.marquee__content .box:last-child .process-icons::after {
    position: relative !important;
    height: 0 !important;
    }
    .accordion
    .accordion-item
    .accordion-button.hire-developer-button:not(.collapsed) {
    color: #000000;
    }
    .hire-developer-item:hover img.hire-developer-icon {
    filter: invert(1) brightness(5);
    }
    .box.main-box.steps-new-main > .process-icons:hover {
    border-color: rgb(255 255 255);
    border-width: 1px;
    }
    .swiper-slide.hire-slider.swiper-slide-active {
    border-radius: 16px;
    border: 1px solid #00a5d1;
    box-shadow: 9px 9px #6ba7d4;
    transform: translate(0px, -50px);
    }
    
    @media (max-width: 768px) {
    .swiper-slide.hire-slider.swiper-slide-active {
    transform: translate(0px, 0px);
    border-radius: 16px;
    border: 1px solid #00a5d1;
    box-shadow: none;
    }
    }
    @media (max-width: 767.98px) {
    .swiper-slide.hire-slider.swiper-slide-active {
    transform: none !important;
    }
    }
    @media only screen and (max-width: 991px) {
    .flex-4 {
    flex-basis: 50%;
    }
    .table-list-section .table-list:first-child ul li {
    text-align: left;
    padding-left: 10px;
    }
    }
    @media (max-width: 991px) {
    .hire-developer-faq .col-lg-6:first-child {
    margin-bottom: 2rem;
    }
    }
    
    @media (max-width: 767.98px) {
    .box.main-box.steps-new-main > .process-icons:after {
    content: none;
    }
    .main-box.d-block.slide-hire {
    padding: 25px;
    }
    ul.list.list-unstyled.p-0.faq.levels {
    margin-top: 0;
    }
    .table-list-section .table-list li {
    padding: 20px 11px;
    }
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
    .swiper-slide.hire-slider.swiper-slide-active {
    transform: translate(0px, 0px);
    border-radius: 16px;
    border: 1px solid #ffffff00;
    box-shadow: none;
    }
    }
    @media (min-width: 320px) and (max-width: 480px) {
    .btn-section {
    justify-content: center;
    display: flex;
    }
    .h4.fw-semibold.whi-font.mb-0 {
    margin-bottom: 30px !important;
    font-size: 2rem;
    line-height: 3rem;
    }
    .accordion .accordion-item {
    padding: 2rem 40px 2rem 2rem;
    }
    .accordion {
    gap: 10px;
    }
    }
    
    @media only screen and (max-width: 991px) {
    .box.main-box.steps-new-main > .process-icons:after {
    content: none;
    }
    }
    @media only screen and (max-width: 1024px) {
    .box.main-box.steps-new-main > .process-icons:after {
    content: "";
    top: 54px;
    left: 26px;
    height: calc(100% + 95px);
    }
    }
    .main-box.d-block.peicing-box .button-main {
    padding-top: 3rem;
    }
    ul.list.list-unstyled.p-0.faq.levels li {
    color: #231f20;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    }
    .accordion-body.hire-developer-body.big-p p {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 2.5rem;
    }
    .scroller-panel.align-items-center.scroller-panel-1 {
    top: 10rem;
    }
    .scroller-panel.align-items-center.scroller-panel-2 {
    top: 23rem;
    }
    .scroller-panel.align-items-center.scroller-panel-3 {
    top: 36rem;
    }
    .scroller-panel.align-items-center.scroller-panel-4 {
    top: 67rem;
    }
    .scroller-panel {
    position: relative;
    padding: 58px 67px;
    border: 1px solid hsla(0, 0%, 7%, 0.2);
    border-radius: 24px;
    margin-bottom: 34px;
    background-color: #ffffff;
    overflow: hidden;
    position: sticky;
    }
    .number-count {
    position: absolute;
    bottom: -23px;
    right: 30px;
    }
    .main-box-scroll h3 {
    background: var(--1, linear-gradient(180deg, #00a5d1 0%, #0065b6 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Be Vietnam Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
    }
    ul.list.list-unstyled.p-0.faq.levels li:after {
    background-color: #00a5d1;
    }
    @media (max-width: 767.98px) {
    .scroller-panel {
    padding: 20px 20px;
    }
    .main-box-scroll h3 {
    font-size: 25px;
    }
    }
    li.d-flex.mb-3.text-start.align-items-center span {
    font-weight: 500;
    }
    .accordion .accordion-item .accordion-button.hire-developer-button:after {   
        background-image: url('/wp-content/uploads/2024/11/mingcute_down-line.svg');
        position: absolute;
        right: -20px;
        top: -3px;
        transform: rotate(180deg);
    }
    .accordion-button.hire-developer-button:after {
        background-image: var(--bs-accordion-btn-icon);
        background-repeat: no-repeat;
        background-size: 2.25rem;;
        content: "";
        flex-shrink: 0;
        height: 30px;
        margin-left: auto;
        width: 30px;
    }
    .accordion .accordion-item .accordion-button.hire-developer-button:not(.collapsed):after {
        background-image: url('/wp-content/uploads/2024/11/mingcute_down-line-1.svg'); 
        transform: rotate(180) !important;
    }
    
   /* service redesign */
   .process-icons-redesign {
    flex: 0 0 auto;
    }
    .tier-box.d-block {
    border-radius: 8px;
    border: 1px solid #f1efef;
    background: #fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    /* height: 612px; */
    padding: 24px 24px 40px 24px;
    }
    .tier-btn a {
    font-size: 18px;
    border-radius: 12px;
    border: 2px solid #00a5d1;
    display: block;
    font-weight: 600;
    letter-spacing: 1.6px;
    line-height: 24px;
    overflow: hidden;
    padding: 1.4rem 3.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
    color:rgb(0, 134, 196);
    text-transform: uppercase;
    }
    .tier-btn:hover a {
        color: white;
        background: linear-gradient(180deg, #00A5D1 0%, #0065B6 100%);
    }
    ul.tier-list li {
    color: #231f20; 
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
    }
    .tier-content  {
        border-bottom: 1px solid #F1EFEF;
        padding: 0px 0 30px 0;
    }
    .tier-list{
        padding-top: 30px;
    }
    .tier-box.d-block:hover {
        box-shadow: 0px 2px 8px 0px rgba(0, 101, 182, 0.20), 0px 5px 30px 2px rgba(0, 101, 182, 0.20);
    }
    ul.tier-list li:before {
        content: '';
        display: inline-block;
        background-image: url('/wp-content/uploads/2024/11/Check-icon.svg');
        height: 28px;
        width: 28px;
        position: relative;
        top: 8px;
        right: 5px;
    }
    .redesign-process-card.position-relative.first {
        border-radius: 34px 0px 0px 34px;
        background: var(--cl, linear-gradient(180deg, #00A5D1 0%, #0065B6 100%));
    }
    .redesign-process-card.position-relative {
        background-color: white;
    }
    .grid.redesign-steps {
        gap: 0;
    }
    .redesign-process {
        padding: 51.624px 57px 91.029px 54px;
    }
    .redesign-process h3.h5.pt-5.pb-5 {
        border-bottom-style: dashed;
        border-color: #fff;
        border-width: 2.5px;
        color: #fff;
    }
    .redesign-process img {
        padding-top: 70px;
    }
    .first.redesign-process p ,.redesign-process-card.position-relative.first p{
        color: #fff;
    }
    .redesign-process p {
        border-bottom: 1px solid #eee;
        padding: 12px 0;
    }
    .redesign-process p:last-child {
        border: none;
    }
    .redesign-process-card.position-relative {
        border-radius: 0px 34px 34px 0px;
    }
    ul.redesign-nav li {
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .redesign-nav {
        justify-content: center;
        border: none;
        gap: 50px;
    }
    ul.redesign-nav> li.redesign-item .nav-link {
        align-items: center;
        border: none;
        border-radius: 8px;
        padding: 7px 15px 7px 15px;
    }   
    .nav-tabs .nav-link.active:after, .nav-tabs.redesign-item .nav-link:hover:after {
       content: none;
    }
    .redesign-nav .nav-link.active, .redesign-nav .nav-link:hover {
        opacity: 1;
        color: #00A5D1;
        background: rgba(12, 0, 32, 0.04);
        position: inherit;
    }
    p.main-para.mt-2 {
        padding-top: 4.8rem !important;
        padding-bottom: 4.8rem !important;
    }
    div#myTabContent {
        min-height: 500px;
    }
    @media (min-width: 320px) and (max-width: 480px) {
        .tier-list p.mt-2.pb-5.pt-5{
            padding: 0px !important ;
        }
        .redesign-nav {
            gap: 0;
            justify-content: flex-start;    
        }
        .redesign-process {
            padding: 30px 20px 30px 20px;
        }   
        .redesign-process img {
            padding-top: 0px;
        }
        .redesign-process-card.position-relative.first {
            border-radius: 34px 34px 0px 0px;
        }
        .redesign-process-card.position-relative {
            border-radius: 0px 0px 34px 34px;
        }   
        p.main-para.mt-2 {
            padding: 10px !important;
        }
        .tier-list {
            padding-top: 10px;
        }
     
    }
    @media (min-width: 481px) and (max-width: 768px) {
        .tier-list{
            padding: 0px;
        }
        .redesign-nav {
            gap: 10px;  
        }
        .redesign-process {
            padding: 30px 20px 30px 20px;
        }
        .redesign-process-card.position-relative.first {
            border-radius: 34px 0px 0px 34px;
        }
        .redesign-process-card.position-relative {
            border-radius: 0px 34px 34px 0px;
        }
    }
    @media (min-width: 576px) and (max-width:725px) {
        .tier-btn a {   
            font-size: 1.4rem;
            letter-spacing: 1.4px;
            line-height: 1.8rem;
            padding: 1.5rem 0rem !important;
        }
    }
    @media (min-width: 768px) and (max-width:1024px) {
        .redesign-nav {
            gap: 10px;
        }
        .redesign-process {
            padding: 30px 20px 30px 20px;
        }
    }
    /* 16/01 */
    @media (max-width: 767.98px) {
        .service-body-content .grid {
            grid-template-columns: repeat(1, 1fr);
        }
        .image.blog-grid-image img {
        height: unset;
        object-fit: contain;
    }
    }
    /* 03/12/2024 */
    .cmsminds-cta-sec:after, .cmsminds-cta-sec:before {
        z-index: 1;
    }
    
    @media (max-width: 992px) {
    .sideForm.home .third.active .wpcf7-spinner {
        position: absolute;
        right: 0;
          align-self: center;
        margin: 0;
        }
    }
    @media (max-width: 576px) {
    .offcanvas.offcanvas-end.sideForm .offcanvas-body {
        padding: 20px;
        }
    }
    .cmsminds-footer[data-wpr-lazyrender] {
        content-visibility: visible;
    }
    main-box.blog-main-box p:nth-child(2) {
        width: -webkit-fill-available !important;
    }
    .main-box.flex-wrap.text-center.justify-content-center.blog-main-box.active-main p:nth-child(2) {
        width: -webkit-fill-available;
        text-align: -webkit-center;
    }
    .top-drupal-header-wrapper {
        display: none !important;
    }
    @media (min-width: 992px) {
        .blog-area .grid .blog-grid-item .image img {
            height: 360px;
            max-width: 100%;
            object-fit: contain;
        }
    }

/* 22 */
div#formpopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* booking popup */
a#bookingform-btn {
    cursor: pointer;
}
.popup-list-new .item-icon span {
  margin-right: 8px;
  display: inline-block; 
}
@media only screen and (max-width: 1440px) {
.container.popup-content.booking-form {
    max-width: 92% !important;
    }
}

@media (min-width: 768px) and (max-width: 976px) {
.popup-list-new .item-icon span {
    font-size: 17px;
}
.row.books-row {
    display: block;
    width: 100%;
}
.row.books-row .col-md-6 {
    width: 100%;
}
.container.popup-content.booking-form {
    max-height: 95vh;
    overflow-y: auto;
    padding-right: 1rem;
}
.container.popup-content.booking-form {
max-width: 92% !important;
margin: 20px 21px 21px 15px;
}
.popup-content {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}
.forward-head-main {
    padding-top: 15px;
}
}
  
@media (max-width: 1024px) {
  .pop.up-contents.desk {
    text-align: left !important;
}
}
@media (max-width: 600px) {
    .forward-head-main {
        padding-top: 15px;
    }
    .container.popup-content.booking-form {
        max-height: 95vh;
        overflow-y: auto;
    }
    .container.popup-content.booking-form {
        max-width: 92% !important;
        margin: 20px 21px 21px 15px;
    }
    .popup-content {
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
    }
    .col-sm-12.col-lg-5.col-md-6.col-12.first {
        border-right: none !important;
    }
    .popup-list-new .item-icon {
        color: rgb(26 26 26 / 61%) !important;
        margin-top: 15px !important ;
        font-family: "Be Vietnam Pro", sans-serif;
        font-size: 16px;
    }
    .book-img.text-center img {
        max-width: 120px;
        max-height: 40px;
    }   
    .book-head p {
        text-align: center;
        font-size: 20px !important; 
        line-height: 1.2 !important;
    }
    p.forward-head {
        font-size: 18px !important;
        font-weight: 300;
        letter-spacing: .36px;
        line-height: normal !important;
        margin-top: 10px !important;
    }
    span.clos-btn.cl-new {
        top: 10px !important;
        right: 10px !important;
        padding: 11px !important;	
    }
    .main-booking {
        padding:10px !important
    }
    .col-sm-12.col-lg-7.col-md-6.col-12.second,.col-sm-12.col-lg-5.col-md-6.col-12.first {
        padding:5px !important;
    }
    .book-img.text-center {
        height: 10px !important;
    }
    .form-group.book-form p {
        /* line-height: 1.1 !important; */
    }
    .book-img.text-center {
        padding: 10px 0;
        padding-bottom: 30px !important;
    }
    .popup-list-new .item-icon span {
        font-size: 17px;
    }
}
.main-booking {
    padding: 20px 20px 20px 0;
}
.col-sm-12.col-lg-5.col-md-6.col-12.first {
	border-right: 1px solid rgba(26, 26, 26, 0.1);
}
.book-img.text-center {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 120px;
	padding-bottom: 20px;
}
.pop.up-contents.desk {
    text-align: left;
}
.not-bold {
    font-weight: normal;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.form-control-book {
	padding: 10px 10px;
	display: block;
	border: 1px solid #d4e0ed;
	border-radius: 8px;
	width: 100%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control-book {
	padding: 14px 10px;
	display: block;
	border: 1px solid #d4e0ed;
	border-radius: 8px;
	width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.main-btn.submit-btn.book-btn {
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control-book, textarea.wpcf7-form-control.wpcf7-textarea.form-control-book {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control-book {
    padding: 10px 14px;
	display: block;
	border: 1px solid #d4e0ed;
	border-radius: 8px;
}
.popup-list-new .item-icon {
	color: rgb(26 26 26 / 61%) !important;
	font-weight: 400 !important;
	margin-top: 2rem;
	font-family: "Be Vietnam Pro", sans-serif;
	line-height: 3.2rem;
	font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.custom-class {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
    font-family: "Be Vietnam Pro", sans-serif;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control-book {
	padding: 10px 14px;
	display: block;
	border: 1px solid #d4e0ed;
	border-radius: 8px;
}
.popup-list-new .item-icon span {
	color:  rgba(26, 26, 26, 0.61);
}
.popup-list-new svg {
	width: 18px;
	height: 18px;
}
span.clos-btn.cl-new {
    font-weight: 300;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    color: #777;
    cursor: pointer;
    border: 1px solid #777;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.book-img.text-center img {
 height:30px;
}
.container.popup-content.booking-form {
	max-width: 1000px;
	background-color: white;
	border-radius: 8px;
}
.book-img.text-center {
 border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.book-head p {
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 3.2rem !important;
	font-family: "Be Vietnam Pro", sans-serif;
}
.container.popup-content.booking-form p {
    line-height: 3.2rem !important; 
    margin-top: 2rem !important;
}
/* 27/01/2025 */

.expert_list li {
    position: relative;
}
.expert_list li:not(:last-child)::after {
    height: 32px;
    width: 1px;
    background: #000;
    content: "";
    top: 0;
    right: -80px;
    position: absolute;
}
.faq.faq-inner.spacing.pb-5.mb-5.website-new-developmet {
    display: none;
}
.row.nes p {
    line-height: 3.2rem !important;
    margin-top: 2rem !important;
}
.main-box.d-block.service-web {
    border: 1px solid #BFD3D8;
}
a#bookingform-btn {
    width: max-content;
}
.flex-4.project-main:first-child {
    border-left: 1px solid #efefef;
}
.table-list-section .table-list.project-main:nth-child(4) li {
    border-right: 0;
}
.flex-4.project-main:last-child {
    border-right: 1px solid #efefef;
}
.table-list-section .col-box-outer {
    border-bottom: 1px solid #efefef;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .table-list-section .col-box-outer {
        overflow-x: scroll;
    }
    .dis-flex.comp-tab {
        display: flex;
        flex-wrap: nowrap;
    }
    .flex-4.table-list {
        min-width: 455px;
    }
}

.table-list-section .table-list .title.project-table {
	background: rgba(0, 165, 209, 1);
}
.web-para {
	width: 80%;
	font-weight: 300;
	font-size:22px;
	line-height:42px;
	letter-spacing: 0.44px;
}
h1.h1.web-title {
	line-height: 8.6rem;
}	
h1.h1.web-head b {
	display: block;
}
.web-title b {
	color: rgba(0, 151, 197, 1);
}
.expert-main {
	border-top: 1px solid rgba(17, 17, 17, 1);
	border-bottom: 1px solid rgba(17, 17, 17, 1);
	padding: 20px;
	background-color: #f7fbfdb3;
}
.expert_list li span{
	font-weight:300;
	font-size:20px;
	line-height:32px;
	letter-spacing: 0.4px;
	color: rgba(17, 17, 17, 1);
}
.table-list-section .table-list.project-main li:nth-child(odd):not(:first-child) {
    background: #f3f7f8;
    font-size: 18px;
}
.table-list-section .table-list.project-main li:nth-child(2n) {
	background: #ffffff;
}
.web-main-btn a.border-btn{
	background: #ffffff00;
}	
.hero-growth-bg.spacing.hero-banner {
	padding-top: 19rem;
	padding-bottom: 19rem;
}
@media (max-width: 1199.98px) {
	.expert-main{
		padding:10px !important;
	}
	.expert_list li span {
	font-size: 17px !important;
	}
	.hero-growth-bg.spacing.hero-banner {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
	}
}
@media (max-width: 1024px) {
	.expert_list li:not(:last-child)::after {
    height: 32px;
    width: 1px;
    background: #000;
    content: "";
    top: 0;
    right: -10px;
    position: absolute;
    }
}
@media only screen and (max-width: 768px) {
    .left-tab .nav-pills .nav-link {
        padding: 12px;
    }
	.faq.faq-inner.spacing.pb-5.mb-5.hire-developer-faq.website-new {
    display: none;
}
.faq.faq-inner.spacing.pb-5.mb-5.website-new-developmet {
    display: block;
}
.hero-growth-bg.spacing.hero-banner {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
ul.d-flex.justify-content-between.city-contentp.expert_list {
    display: block !important;
}
.expert_list li {
	border-right: none !important;
}	
ul.expert_list {
	gap: 15px;
}
.expert-main{
	padding:20px 0 !important;
	padding:20px 0 !important;
}
p.web-para.mb-5 {
	width: 100%;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: .36px;
	line-height: 3.2rem;
	margin-top: 2rem;
}
a.main-btn.web-btn {
	margin-bottom: 3rem;
}   
.web-main-btn{
	display:block !important;
}
}
body .cmsminds-footer .footer-top .footer-social-links {
    padding-left: 10px;
}
@media only screen and (min-width: 445px) and (max-width: 768px) {
	.expert_list li span {
        font-size: 16px !important;
    }
	ul.d-flex.justify-content-between.city-contentp.expert_list {
        display: block !important;
        columns: 2;
    }
	.expert_list li:not(:last-child)::after {
        position: relative;
	}
}
.technologies.web-dev.text-center {
    padding-top: 0;
}
.accordion .accordion-item .hire-developer-header .accordion-button {
    font-size: 18px;
}
/* 21/03/2025 */
.blog-details-area .blog-details-content .table-cms tr td {
    vertical-align: baseline;
}
.accordion .accordion-item .accordion-button.hire-developer-button:after {
    right: 13px !important;
    top: 13px !important;
}
/*  Accordion click hall text*/
.accordion .accordion-item .accordion-button {
   padding: 2.5rem 1.25rem;
	padding:2.5rem !important;
}
.accordion .accordion-item .accordion-body {
    padding: 0rem 2rem 2rem 2rem !important;
	    margin-top: 0;
}
.accordion .accordion-item .accordion-button {
    padding: 2.5rem 1.25rem;
}
.accordion .accordion-item {
	padding:0 !important;
}
.accordion .accordion-item .accordion-button:after {
    right: 20px;
    top: 24px;
}
/* event page image css */
.event-details-area .event-swipper-gallerySlider .singleSwiper .swiper-wrapper .swiper-slide img {
	 object-fit: cover;
   width: 892px;
   height: 596px;
}
@media only screen and (max-width: 1024px) {
 .event-details-area .event-swipper-gallerySlider .singleSwiper .swiper-wrapper .swiper-slide img {
	object-fit: cover;
  height: auto;
	width: 100%;
}
}
/*  heder css for responsive */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
}
	a.navbar-brand img {
    padding: 20px 0;
}
}
/*  Blog section css */
div#ub-styled-box-db {
    border: 2px dotted #000000;
    padding: 20px 20px 0px;
	margin-bottom: 20px;
}
.ub-notification-box ul {
    color: black;
}
.ub-bordered-box-black {
    border: 2px dotted #000000;
    padding: 20px 20px 0px;
	margin-bottom: 20px;
}
.ub-bordered-box-black p {
    margin-bottom: 0px;
}
.ub-bordered-box-purple {
  	border: 2px dotted #9b51e0;
    padding: 20px 20px 0px;
    margin-bottom: 20px;
}
.ub-bordered-box-purple p {
	margin-bottom: 0px;
}   
.ub-bordered-box-blue {
  border: 2px dotted #8ed1fc;
  padding: 20px 20px 0px;
  margin-bottom: 20px;
}
.ub-bordered-box-blue p {
    margin-bottom: 0px;
}
.ub-notification-box {
    background-color: #d9edf7;
    margin: 10px 0;
    padding: 20px 20px 1px 20px;
    border-left-width: 4px;
    border-left-style: solid;
	border-left-color: #31708f;
}
.lh-featured-snippet {
    background-color: #fbf6f4;
    border-left: 4px solid #ff492c;
    margin-bottom: 20px;
    padding: 20px;
}
.flex-4.table-list.project-main li {
    height: 10px;
}

/* 24/02 website cost  */
.expert_list li span b {
    font-weight: bold;
}
ul.list.list-unstyled.p-0.faq li, ul.list.list-unstyled.p-0.faq li:after{
    font-weight: 300;
    font: normal normal 300 18px / 28px Outfit;
    letter-spacing: 0.36px;
}
.flex-5 {
    flex:1;
}
@media only screen and (max-width: 768px) {
    .flex-5 {
        min-width: 455px;
    }
}
@media only screen and (max-width: 991px) {
    .flex-5 {
        flex-basis: 50%;
    }
}
@media (max-width: 1199.98px) {
.table-list-section .cost-flex .table-list.project-main li:not(:first-child):not(:nth-child(2)) {
    align-items: flex-start;
    padding: 20px 35px !important;
    min-height: 166px !important;
}
}
ul.list.list-unstyled.p-0.faq li, ul.list.list-unstyled.p-0.faq.cost-faq li:after {
    text-align: left;
}
li.title.project-table.cost-tabel {
    justify-content: center;
    justify-content: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0;
}
p.cost-text {
    text-align: left;
    font: normal normal 300 18px / 32px Outfit;
    letter-spacing: 0.36px;
}
.dis-flex.col-box-outer.mt-5.cost-flex {
    gap: 30px;
}

.cost-flex .flex-5.table-list.project-main ul li img {
    padding-right: 15px;
    position: relative;
    top: 6px;
}
.table-list-section .cost-flex .table-list.project-main li:not(:first-child):not(:nth-child(2)) {
    align-items: flex-start;
    padding:20px 35px;
    min-height: 135px;
}   
.cost-flex .flex-5.table-list.project-main {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #EFEFEF;
}
.table-list-section .cost-flex .table-list li {
    border-right: 0;
}
.table-list-section .cost-flex .table-list:first-child ul li {
    border-right:0;
}
.table-list-section .col-box-outer.cost-flex {
    border-bottom:unset !important;
}
@media only screen and (max-width: 991px) {
    .flex-3.table-list {
        min-width: 455px;
    }
    .table-list-section .col-box-outer {
        overflow-x: scroll;
    }
    .dis-flex {
        display: flex;
        flex-wrap: nowrap;
    }
}

/* web-application-development */
.page-id-20969 .table-list-section .website-maintance .table-list.project-main li:not(:first-child):not(:nth-child(2)) {
    padding: 20px 35px;
    min-height: 136px;
}
.page-id-20969 .table-list-section .website-maintance .table-list.project-main li:nth-child(2n) {
    min-height: 100px;
}
.flex-3 {
    width: 33.3%;
}
.partner-dev ul li:not(:first-child) {
    align-items: flex-start !important;
}
a.web-btn {
    text-decoration: none;
    text-align: left;
    font: normal normal 600 16px / 20px Outfit;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
}
th.pricing-plans-table__header:nth-child(3)::before {
    position: absolute;
    content: "Popular";
    background-color: white;
    transform: rotateZ(33deg);
    font: normal normal bold 16px / 26px Outfit;
    letter-spacing: 0.32px;
    color: #231F20;
    padding: 0px 30px;
    top: 9px;
    right: -21px;
}
.pricing-plans-table__price:after {
    background: unset !important;
}
.maintance-btn {
    display: flex;
    justify-content: center;
}
th.pricing-plans-table__header {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.pricing-plans-table__table tbody tr:last-child th {
    background: #F3F7F8 0% 0% no-repeat padding-box;
}
.main-box.d-block.transform-block img {
    width: 60px;
    height: 60px;
}
.main-box.transform-block {
    padding: 50px;
    background-color: #f3f7f8;
}
@media only screen and (max-width: 768px) {
    .flex-3.table-list {
        min-width: 455px;
    }
}
@media only screen and (max-width: 991px) {
    .flex-3 {
        flex-basis: 50%;
    }
    .table-list-section .table-list.project-main li {
       min-height: 85px !important;
    }
    /* web-application-development */
    .page-id-20969 .table-list-section .website-maintance .table-list.project-main li:not(:first-child):not(:nth-child(2)) {
        padding: 5px;
        min-height: 80px; 
    }
    .page-id-20969 .table-list-section .website-maintance .table-list.project-main li:nth-child(2n) {
        min-height: 100px;
        padding: 5px;
    }
}
@media (max-width: 1199.98px) {
    .page-id-20969 .table-list-section .website-maintance .table-list.project-main li:nth-child(2n) {
        min-height: 116px;
    }
    .page-id-20969 .table-list-section .website-maintance .table-list.project-main li:not(:first-child):not(:nth-child(2)) {
        padding: 20px 20px;
        min-height: 137px;
    }
    .pricing-plans-table__header:first-child {
        min-width: 300px;
    }
    .accordion .accordion-item .accordion-button {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .grid3.process-loop {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.website-maintance .flex-3.table-list.project-main ul li img {
    padding-right: 15px;
    position: relative;
    top: 5px;
}
.flex-3.table-list.project-main.partner-dev.web-p li {
    border-right: unset;
}
.grid3.process-loop .develop-num {
    padding: 30px 15px !important;
}

th.pricing-plans-table__header:first-child {
    background-color: #00A5D1;
    border-radius: 10px 10px 0px 0px;
}
th.pricing-plans-table__header:nth-child(2) {
    background-color: #00A5D1;
    border-radius: 10px 10px 0px 0px;
}
th.pricing-plans-table__header:nth-child(4) {
    background-color: #00A5D1;
    border-radius: 10px 10px 0px 0px;
}
th.pricing-plans-table__header:nth-child(3) {
    background-color: #00a5d1;
    border-radius: 10px 10px 0px 0px;
}
th.pricing-plans-table__header {
    font-family: Be Vietnam Pro, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    padding: 20px 78px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.pricing-plans-table__table tr {
    background-color: white;
}
.pricing-plans-table tr:first-child th, .pricing-plans-table tr:first-child td {
    font-weight: 800 !important;
}
th.pricing-plans-table__feature {
    border-bottom: 1px solid hsla(0, 0%, 7%, .1);
    padding: 20px 0;
    padding: 10px 35px;
    min-height: 80px;
    display: flex;
    align-items: center;
}
td.pricing-plans-table__price, th.pricing-plans-table__feature {
    font-family: 'Outfit';
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.44px;
}
td.pricing-plans-table__price {
    border-left: unset;
    border-right: unset;
    text-align: center;
}
td.pricing-plans-table__price,th.pricing-plans-table__feature {
    border-bottom: 2px solid #F3F7F8 ;
}
.pricing-plans-table__price {
    position: unset;
}
.pricing-plans-table__table tbody tr:last-child td {
    border-bottom: 1px solid hsla(0, 0%, 7%, .1);
    background: #0065B6 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 10px 10px;
    border-left: unset !important;
    border-right: unset !important;
}
tbody tr td:nth-child(3):not(:last-child) {  
    border-left: 2px solid #00A5D1;  
    border-right: 2px solid #00A5D1;
}

/* Start web-application-development */
.grid, .main-box h3 img {
    margin-right: 2rem;
}
.main-box.transform-block {
    padding: 50px;
} 
@media (max-width: 1199.98px) {
    .main-box.transform-block {
        padding: 3rem;
    }
}
/* End web-application-development */

/* cms-development-services */
.develop-num {
    border-bottom: 1px solid #BFD3D8 !important;
    padding: 3rem !important;
}
.develop-num h3 {
    font: normal normal 500 2.4rem / 3.4rem Be Vietnam Pro;
}
.develop-num p {
    font: normal normal 300 18px / 32px Outfit;
    letter-spacing: 0.36px;
}
.develop-num span {
    font: normal normal 800 60px / 34px Be Vietnam Pro;
    letter-spacing: 0px;
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
.grid3.process-loop {
    grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991.98px) {
    .develop-num h3  {
        font: normal normal 500 1.8rem / 3rem Be Vietnam Pro;
    }
}
/* agency progress bar */
.border-bottom {border-bottom: 1px solid #dee2e6 !important;}
.nav .nav-item button.active{background-color:transparent;}
.agencise-block__btntext,.agencise-block__tabtextinner--text{font:normal normal 600 24px/33px Be Vietnam Pro;color:#000210;border-color:#dee2e6;}
.agencise-block__tabtextinner p{font: normal normal 300 18px / 32px Outfit;letter-spacing: 0.36px;max-width:592px;display:none;}
.active .agencise-block__tabtextinner p{display:block;}
.agencise-block__btntext{-webkit-box-align:baseline!important;-webkit-align-items:baseline!important;-moz-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important;}
.nav-pills .nav-link.active{background:transparent linear-gradient(104deg,rgba(0,85,165,0.1) 0%,rgba(0,151,197,0.1) 100%) 0% 0% no-repeat padding-box;background-color:transparent;color:#000210;}
.progress-bar-tech{-webkit-transition:width 0.1s ease;-o-transition:width 0.1s ease;-moz-transition:width 0.1s ease;transition:width 0.1s ease;background-color:#000000;height:2px;}
.progress {height: 2px;background: transparent;display: none;}
.active .progress {display:block;}
@media (max-width:1199.98px){
	.agencise-block__btntext{font:normal normal 500 1.8rem/3rem Be Vietnam Pro}
	.agencise-block__imgblock{width:30px;height:3px;-webkit-box-flex:0;-webkit-flex:0 0 30px;-moz-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;margin-right:15px;}
}
@media (max-width:767.98px){
	.agencise-block__tabtextinner--text {font:normal normal 500 1.8rem/3rem Be Vietnam Pro}
	.agencise-block__imgblock{width:30px;height:30px;-webkit-box-flex:0;-webkit-flex:0 0 30px;-moz-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;margin-right:15px;}
}
@media (max-width:575.98px){
	.agencise-block__tabtextinner--text  {font:normal normal 500 1.8rem/3rem Be Vietnam Pro}
	.agencise-block__imgblock{width:30px;height:30px;-webkit-box-flex:0;-webkit-flex:0 0 30px;-moz-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;margin-right:15px;}
}
/* Pricing table */
.active .seprator {border: 1px solid #ffffff;}
.pricing-table__box:hover .seprator {border: 1px solid #ffffff;}
.pricing-table__box{border-radius:20px;padding:50px 40px;    background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #BFD3D8;}
.pricing-table__title{font:normal normal 600 24px/30px Be Vietnam Pro;letter-spacing:0px;}
.pricing-table__description{font: normal normal 300 18px / 32px Outfit;letter-spacing: 0.36px;}
.pricing-table__subtitle{font: normal normal 300 18px / 26px Outfit;letter-spacing: 0.36px;}
.text-primary-black {color: #000000;}
.seprator {border: 1px solid #00A5D1;}
.pricing-table__price{font:normal normal 800 40px/50px Be Vietnam Pro;letter-spacing:0px;color:#0055a5;}
.pricing-table__price small{font:normal normal 800 30px/50px Be Vietnam Pro;letter-spacing:0px;}
.pricing-table__list li{font:normal normal normal 20px/34px Outfit;letter-spacing:0.4px;}
.pricing-table__list li::before{content:'';display:inline-block;height:26px;width:26px;background-image:url('/wp-content/uploads/2025/04/listicon.svg');-o-background-size:contain;background-size:contain;background-repeat:no-repeat;margin:0 0.5em -0.25em -1em;}
.call-to-action__list{padding-left:0;}
.pricing-table__list li{position:relative;padding-left:40px;}
.pricing-table__list li::before{position:absolute;left:0;margin:0;top:5px;}
.pricing-table__box:hover{background:transparent -moz-linear-gradient(297deg,#0055A5 0%,#0097C5 100%) 0% 0% no-repeat padding-box;background:transparent -o-linear-gradient(297deg,#0055A5 0%,#0097C5 100%) 0% 0% no-repeat padding-box;background:transparent linear-gradient(153deg,#00A5D1  0%,#00A5D1 100%) 0% 0% no-repeat padding-box;-webkit-box-shadow:0px 0px 60px #00000033;box-shadow:0px 0px 60px #00000033;}
.pricing-table__box:hover svg{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);}
.pricing-table__box:hover .pricing-table__list li::before{content:'';background-image:url('/wp-content/uploads/2025/04/white-list.svg');}
.pricing-table__box:hover .text-primary-black{color:#fff;}
.pricing-table__box:hover .cta-primary{background:#000210;}
.pricing-table__box.active{background:transparent -moz-linear-gradient(297deg,#0055A5 0%,#0097C5 100%) 0% 0% no-repeat padding-box;background:transparent -o-linear-gradient(297deg,#0055A5 0%,#0097C5 100%) 0% 0% no-repeat padding-box;background:transparent linear-gradient(153deg,#00A5D1 0%,#00A5D1 100%) 0% 0% no-repeat padding-box;-webkit-box-shadow:0px 0px 60px #00000033;box-shadow:0px 0px 60px #00000033;}
.pricing-table__box.active svg{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);}
.pricing-table__box.active .pricing-table__list li::before{content:'';background-image:url('/wp-content/uploads/2025/04/white-list.svg');}
.pricing-table__box.active .text-primary-black{color:#fff}
.pricing-table__box.active .cta-primary{background:#000210;}
.ribbon-1{-webkit-box-shadow:0 0 0 999px #fff;box-shadow:0 0 0 999px #fff;-webkit-clip-path:inset(0 -100%);clip-path:inset(0 -100%);}
.right{inset:0 0 auto auto;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translate(15.3%) rotate(30deg);-moz-transform:translate(15.3%) rotate(30deg);-ms-transform:translate(15.3%) rotate(30deg);-o-transform:translate(15.3%) rotate(30deg);transform:translate(15.3%) rotate(30deg);font:normal normal 600 16px/24px Lexend;letter-spacing:0px;color:#0055a5;}
@media (max-width:1399.98px){
    .pricing-table__box{padding:30px 25px;}
}
@media (max-width:575.98px){
.pricing-table__list li {font: normal normal normal 18px / 32px Outfit;letter-spacing: 0.4px;}
}
.care-price:nth-child(2) .active::before {
    position: absolute;
    content: "Most Popular";
    background-color: #0055a5;
    transform: rotate(40deg);
    font: normal normal normal 16px / 26px Outfit;
    letter-spacing: 0.32px;
    color: #ffffff;
    padding: 0px 45px;
    top: 30px;
    right: -46px;
    z-index: 9;
} 
/* Comparison chart */
.comparison__innerblock--listitmes{border-color:rgba(0, 2, 16, 0.3);}
.infobox__listbox--innerbox:hover img{filter:none;-webkit-filter:grayscale(0);}
.infobox__listbox--innerbox:hover{background:#fff;-webkit-box-shadow:0px 30px 60px #0000001A;box-shadow:0px 30px 60px #0000001A;border-color:#fff;}
.comparison__innerblock--title{font: normal normal 600 24px / 34px Be Vietnam Pro;letter-spacing: 0px;color: #111111;}
.comparison__innerblock--imgicon{width:32px;height:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;-moz-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;}
.comparison__innerblock ul li span{font: normal normal 300 18px / 1.3 Outfit;letter-spacing: 0.36px;color:#000210;}
@media (max-width:1199.98px){
    .comparison__innerblock--title{font:normal normal 600 32px/35px Be Vietnam Pro;}
    .comparison__innerblock ul li span{font:normal normal 300 20px/26px Outfit;}
}
@media (max-width:991.98px){
    .comparison__innerblock--title{font:normal normal 600 28px/35px Be Vietnam Pro;}
    .comparison__innerblock ul li span{font:normal normal 300 18px/26px Outfit;}
}
@media (max-width:767.98px){
    .comparison__innerblock--sepratebox{margin:15px 0;}
    .comparison__innerblock--title{font:normal normal 600 24px/35px Be Vietnam Pro;}
    .comparison__innerblock ul li span{font:normal normal 300 18px/22px Outfit;}
    .col-sm-12.col-md-5.comparison-col:after {content: unset !important ;}
    .comparison .comparison__innerblock--title {margin-top: 2rem;}
}
@media (max-width:575.98px){
    .comparison__innerblock--sepratebox{margin:15px 0;}
    .comparison__innerblock--title{font:normal normal 600 24px/35px Be Vietnam Pro;}
    .comparison__innerblock ul li span{font:normal normal 300 18px/22px Outfit;}
}
.col-sm-12.col-md-5.comparison-col:after {
    content: '';
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    right: 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/04/Path-11332.svg');
}
.care-btn {
    margin-right: 30px;
}
.center-text-box .container .grid b {
    font: normal normal bold 26px / 33px Be Vietnam Pro;
    font-family: 'Be Vietnam Pro';
}
.care-price .main-btn {
    line-height: 20px;
}
p.text-center {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.accordion .accordion-item .accordion-button:after {
    right: 14px !important;
}
.row.care-price-row {
    --bs-gutter-x: 2rem;
}
b.new-blue-text {
    color: #0097C5;
}
.new-cta-section {
    background-image: url('/wp-content/uploads/2025/04/Group-5926.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
    padding: 80px 60px;
    text-align: center;
    border-radius: 30px;
}
.flat-fee::after {
    content: "";
    display: block;
    margin: auto;
    width: 30%;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/04/Path-11228-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.flat-fee {
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1024px) {
 .new-cta-section {
    padding: 50px 30px;
    background-size: cover;
}
}
.flat-fee{
	font: normal normal 900 36px / 50px Be Vietnam Pro;
    letter-spacing: 0px;
    color: #0055A5;
}
@media screen and (max-width: 767px) {
    .new-cta-section {
        padding: 30px 20px;
        background-position: center;
    }
    .new-cta-section h2 {
        margin: 20px 0;
    }
    .flat-fee {
        font: normal normal 700 25px / 30px Be Vietnam Pro;
    }
    .maintance-btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) { 
.flat-fee::after {
    content: "";
    display: block;
    margin: auto;
    width: 51%;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/04/Path-11228-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
}
/*  01/04 */
.h3.process-number span {
    background: #00A5D1 0 0 no-repeat padding-box !important;
    border-radius: 50% !important;
    color: #fff !important;
    line-height: 42px !important;
    text-align: center !important;
    width: 75px !important;
    height: 75px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}
.h3.process-number {
    display: inline-block;
}
/*  01/04 */
/*  26/03*/
@media (min-width: 820px) and (max-width: 1023px) {
	.hero-technology-bg::after {
		background-image:unset !important;
	}
}
@media (max-width: 575px) {
    .expert_list li:not(:last-child)::after {
     content:unset;
    }
}
.table-list-section .table-list.project-main li {
    padding: 10px 15px;
    min-height: 117px;
    display: flex;
    align-items: center;
}
.left-tab .nav-pills .nav-link {
    background: #fff 0 0 no-repeat padding-box !important;
} 
.web-para {
    width: 80%;
    font-weight: 300;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 0.44px;
}
@media (max-width: 575.98px) {
    .vision .grid3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
@media (max-width: 1199.98px) {
    .vision .grid3 {
        grid-template-columns: repeat(2, 1fr);
    }
	.main-box.d-block.bussiness-modal {
         padding: 20px !important;
}
}
@media only screen and (max-width: 768px) {
    p.web-para.mb-5 {
			width: 100%;
	}
}
@media (min-width: 992px) {
    .flow .main-box-new:nth-child(2n) {
        margin-top: 40px;
    }
}
.flow .main-box-new.approach-main:nth-child(2):after {
    background-image: url('/wp-content/uploads/2025/03/Group-5649.svg') !important;
    right: -93px;
    top: -20px;
}
.flow .main-box-new.approach-main:nth-child(2):after {
    background-image: url('/wp-content/uploads/2025/03/Group-5649.svg')!important;
}
.flow .main-box-new.approach-main:after {
    background-image: url('/wp-content/uploads/2025/03/Group-5650.svg') !important;
    content: "";
    height: 38px;
    position: absolute;
    right: -103px;
    top: 35px;
    width: 170px;
    background-size: contain;
    background-repeat: no-repeat;
}
.bussiness-modal:nth-child(1) {
    background-color: #00A5D1;
}
.bussiness-modal:nth-child(2) {
    background-color: #0065B6;
}
.bussiness-modal h3 ,.bussiness-modal p{
    color: #FFFFFF;
}
.bussiness-modal:nth-child(2) .button-main .bussines-btn {
    background-color: #00A5D1 !important;
}
a.bussines-btn {
    width: unset;
}
.testimonials-new.bussiness-testimonial {
    padding-bottom: 120px;
}
.cmsMinds-development img {
    width: 260px !important;
    height: 168px !important;
}
.helpStand-section-area ul.standOutList.cms-standOut li {
    border-bottom: 2px solid #00a5cf;
    column-gap: unset;
    padding: 5rem 0;
}
.spacing-bottom {
    padding-bottom: 12rem !important;
}
.bussiness-modal, .btn-section.mt-5 {
    display: flex;
    justify-content: space-around;
}
ul.list.auto-partner li:after {
    background: #00A5D1;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}
ul.list.auto-partner li{
	letter-spacing: 0.36px;
}
.main-box.d-block.bussiness-modal {
    padding: 60px;
}
p.cmsp {
    line-height: 3.2rem;
}
.technologies.web-dev.text-center {
    padding-top: 12rem;
}
/* 25/03  Scrollbar*/
.work-sticky {
    position: sticky;
    top: 25%;;
    height: fit-content;
    z-index: 10;
}
@media (max-width: 575.98px) {
    .work-sticky,.main-btn {
        width: fit-content;
    }
}
@media (max-width: 1024px) {
    .work-sticky {
       top: 160px;
    }
	  .top_bottom {
       overflow-y: auto;
       position:relative;
    }
}
@media (max-width: 991px) {
    .work-sticky {
        position: relative;
        top: 0;
    }
}
body {
    font-family: 'Outfit', 'sans-serif';
}
@media (max-width: 575.98px) { 
	.banner .animation-section .fade-in-out {
    animation: none !important;
    opacity: 0.5 !important;
}
}
@media (max-width: 768px) {
    .banner .animation-section ul li {
        -webkit-animation: none !important;
        animation: none !important;
    }
}


/*----------Tabbing Section [Website Redesign Template]-----------*/

.tab-title-wrapper .icon {
    width: 50px;
}
.redesign-process-tabs-wrapper {
    border: 1px solid #BFD3D8;
    border-radius: 20px;
    overflow: hidden;
}
.redesign-process-tabs-wrapper ul.nav {
    display: grid;
    border-bottom: 1px solid #BFD3D8;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}
.redesign-process-tabs-wrapper .nav .nav-link {
    width: 100%;
    padding: 18px 30px;
    border-right: 1px solid #BFD3D8;
    font-size: 20px;
    font-weight: 600;
}
.redesign-process-tabs-wrapper .nav li:last-child .nav-link {
    border: none;
}
.redesign-process-tabs-wrapper .nav .nav-link.active {
    background: #00A5D1;
    color: #fff;
}
.tab-title-wrapper {
    column-gap: 40px;
}
.redesign-process-tabs-wrapper .tab-content {
    padding: 40px;
}
.redesign-tab-content li strong {
    font-weight: 600;
}
.tab-title-wrapper {
    column-gap: 40px;
    margin-bottom: 30px;
}
.redesign-tab-content ul.list {
    margin-top: 20px;
}
.tab-title-wrapper .tab-title {
    font-size: 24px;
    font-weight: 600;
}
.redesign-process-tabs-wrapper .nav .nav-link:hover:not(.active:hover) {
    background-color: #00a5d112;
}
.redesign-tab-content ul {
    margin-top: 20px;
}
.redesign-tab-content ul li {
    font-weight: 300;
    line-height: normal;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2.2rem;
    font-size: 18px;
}
.redesign-tab-content ul 
 li::after {
    content: "";
    background: #0065B6;
    height: 10px;
    width: 10px;
    top: 6px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}
@media only screen and (max-width:1200px) {
    .redesign-process-tabs-wrapper .nav .nav-link {
    padding: 12px;
}
}
@media only screen and (max-width:1024px) {
    .redesign-process-tabs-wrapper .nav .nav-link {
    font-size: 18px;
}
}
@media only screen and (max-width:992px) {
.redesign-process-tabs-wrapper .nav .nav-link {
        font-size: 16px;
}
    .redesign-process-tabs-wrapper .tab-content {
    padding: 25px;
}
    .tab-title-wrapper {
    column-gap: 20px;
    margin-bottom: 15px;
}
    .tab-title-wrapper .icon {
    width: 40px;
}
    .tab-title-wrapper .tab-title {
    font-size: 20px;
}
    .redesign-process-tabs-wrapper .nav .nav-link:hover:not(.active:hover) {
    background-color: inherit;
}
}
@media only screen and (max-width:575px) {
.redesign-process-tabs-wrapper ul.nav {
    display: block;
}
.redesign-process-tabs-wrapper .nav .nav-link {
    border-right: 0;
    border-bottom:1px solid #BFD3D8;
}
    .redesign-process-tabs-wrapper .tab-content {
    padding: 20px;
}
.box.main-box.steps-new-main > .process-icons:after {
    display: none;
}
}
.process[data-wpr-lazyrender] {
    content-visibility: visible;
}
.flow .main-box-new:nth-child(2):after {
    top: 50px;
}
.single-our-team .Specialities .right {
    transform: rotate(0);
}
.blog-details-area .container .post_content img {
    border-radius: 0px;
}
.blog-content a.text-decoration-none {
    color: black !important;
}

/*New Contact Form Popup Start*/
.offcanvas.offcanvas-end.sideForm.new-contact-form-popup {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    inset: 0;
    margin: auto;
    width: auto;
}
.offcanvas.offcanvas-end.sideForm.new-contact-form-popup .offcanvas-body {
    padding: 0;
    overflow: inherit;
    position: inherit;
}

body:has(.offcanvas.offcanvas-end.sideForm.new-contact-form-popup) .offcanvas-backdrop.fade {
    top: 0;
    background: rgba(0,0,0,0.7);
    opacity: 1;
}
.new-contact-form-popup .offcanvas-body .btn-close img {
    filter: brightness(0);
    width: 24px;
    transition: 0.3s;
}
.new-contact-form-popup .offcanvas-body .btn-close img:hover {
    filter: inherit;
}
.new-contact-form-popup .form-btn-wrapper {
    text-align: center;
}
.popup-form-descr {
    margin-bottom: 40px;
}
.popup-form-descr .text-with-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
}
.popup-form-descr .text-with-img img {
    max-height: 14px;
    width: auto;
}
.popup-form-descr .text-with-img img:last-child {
    max-height: 18px;
}
.popup-form-descr .h2 {
    margin-block: 15px; }
.contact-p a {
    color: #111111;
    font-weight: 600;
}
.contact-p a:hover {
    color: #0066B3;
}
.new-contact-form .form-control {
    font-size: clamp(16px, 1.1vw, 20px);
    padding: 15px 30px;
    line-height: 1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(232, 232, 232, 0.2);
    outline: none;
    border-radius: 10px;
    width: 100%;
    display: block;
}
.new-contact-form .form-fields {
    margin-bottom: 30px;
}
.new-contact-form-popup .new-contact-form {
    background-color: #FFF;
    padding: 50px;
    border-radius: 22px;
    background-image: url(/wp-content/uploads/2025/09/contact-form-bg.webp);
    background-position: center;
    background-size: cover;
    box-shadow: 0px 20px 99px #00000024;
}
.new-contact-form-popup p.contact-p.fs-20 {
    font-size: 20px;
    line-height: 1.8;
    font-weight: normal;
}
.new-contact-form-popup a {
    text-decoration: none;
}
/*New Contact Form Popup End*/
@media only screen and (min-width:768px){
	.desktop-hide{display:none;}
}

@media only screen and (max-width:767px){
	.mobile-hide{display:none}
}
.testimonials-new .testimonials_data {overflow: hidden; }
.testimonials-new .testimonials_data .swiper-pagination {width: 100%; display: flex; justify-content: center; column-gap: 8px; }