@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap&family=Public+Sans:wght@300..700&display=swap');

.mhn-features-mobile-screen {
    width: 315px;
    min-height: 636px;
    height: 636px;
}
.mhn-features-mobile-screen-amount {
    position: absolute;
    top: 130px;
    right: -55px;
    object-fit: cover;
    z-index: 2;
    min-width: 188px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.mhn-features-mobile-screen-amount:hover {
    transform: scale(1.05);
}
.mobile-screen {
    overflow: visible;
}
.mhn-features-mobile-screen-note {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 370px;
    object-fit: cover;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0 auto;
}
.mhn-features-mobile-screen-note:hover {
    transform: translateX(-50%) scale(1.02);
}
.mhn_features_banner_trofy_one {
    width: 436px;
    height: 220px;
    inset: 12% auto auto -160%;
    box-shadow: 0 0 40px 0 #1EA9FF33;
}
.mhn-features-card-banner-first {
    width: 436px;
    height: 220px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.mhn_features_banner_images_second {
    width: 436px;
    height: 220px;
    inset: 53% auto auto -160%;
    box-shadow: 0 0 40px 0 #1EA9FF33;
}
.mhn-features-card-banner-second {
    width: 436px;
    height: 220px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.mhn_features_banner_second_part {
    width: 436px;
    height: 220px;
    inset: 12% -160% auto auto;
    box-shadow: 0 0 40px 0 #1EA9FF33;
}
.mhn-features-card-banner-third {
    width: 436px;
    height: 220px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.mhn_features_banner_second_part_second {
    width: 436px;
    height: 220px;
    inset: 53% -160% auto auto;
    box-shadow: 0 0 40px 0 #1EA9FF33;
}
.mhn-features-card-banner-four {
    width: 436px;
    height: 220px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.mhn-features-banner-line-shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.mhn-features-list-area {
    padding: 100px 0 80px;
    position: relative;
}
.mhn-feature-card-left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}
.mhn-feature-card-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}
.mhn-features-list-container {
    width: 100%;
    padding: 0 80px;
}
.mhn-features-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mhn-features-items-left {
    flex-basis: 62%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mhn-features-items-left .meeting-card-1 {
    flex-basis: 48%;
    margin-bottom: 30px;
}
.mhn-features-items-left .meeting-inner-content .meeting-card-title {
    margin-bottom: 0;
}
.mhn-features-items-left .meeting-card-inner {
    width: 100%;
}
.mhn-features-items-right {
    flex-basis: 34%;
}
.mhn-feature-stats-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    padding: 28px 19px;
    border-radius: 24px;
    box-shadow: 0 0 40px 0 #1EA9FF33;
}
.mhn-feature-stats-card-left h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 600;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-stats-card-left span {
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-stats-card-right {
    display: flex;
    gap: 20px;
}
.mhn-feature-stats-card-img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
}
.mhn-feature-leads-card {
    background-color: #fff;
    padding: 16px 19px 0;
    border-radius: 24px;
    box-shadow: 0 0 40px 0 #1EA9FF33;
    position: relative;
    margin-top: 45px;
}
.mhn-feature-leads-card-new {
    position: absolute;
    display: inline-block;
    top: -15px;
    right: -15px;
    background-color: #00A76F;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-leads-card-head h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-leads-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 15px;
}
.mhn-feature-leads-card-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mhn-feature-leads-card-img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
}
.mhn-feature-leads-card-item-left h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 2px;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
    margin-top: 0;
}
.mhn-feature-leads-card-item-left span {
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-leads-card-item-btns {
    display: flex;
    gap: 10px;
}
.mhn-feature-leads-card-item-btn-email {
    padding: 11px 16px;
    background-color: #D9EBFF33;
    border-radius: 10px;
    border: 0.5px solid #0077FF;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    font-family: "Funnel Display", sans-serif;
    text-decoration: none;
}
.mhn-feature-leads-card-item-btn-message {
    padding: 12px 17px;
    background-color: #1EA9FF;
    border-radius: 10px;
    border: 0.5px solid #0077FF;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    text-decoration: none;
}
.mhn-feature-automation-card {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    padding: 20px;
    border-radius: 24px;
    margin-top: 36px;
}
.mhn-feature-automation-card-head-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
}
.mhn-feature-automation-card-head-img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFBFF4D;
}
.mhn-feature-automation-card-head-top h4 {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-automation-card-head-bottom p {
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-automation-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    background-color: #FAFBFF33;
    border-radius: 10px;
}
.mhn-feature-automation-card-item:not(:last-child) {
    margin-bottom: 10px;
}
.mhn-feature-automation-card-item-start {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mhn-feature-automation-card-item-start h4 {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
    margin-top: 0;
}
.mhn-feature-ecommerce-card {
    background-color: #fff;
    padding: 25px 25px 15px;
    border-radius: 24px;
    box-shadow: 0 0 40px 0 #1EA9FF33;
    margin-top: 42px;
}
.mhn-feature-ecommerce-card-head h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-ecommerce-card-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
}
.mhn-feature-ecommerce-card-cl-item {
    flex-basis: 48%;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 #0000000F;
    padding: 23px 25px;
    margin-left: -15px;
    margin-bottom: -30px;
    margin-top: 30px;
    height: auto;
}
.mhn-feature-ecommerce-card-cl-item span {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-ecommerce-card-cl-item h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-ecommerce-card-nm-item {
    flex-basis: 48%;
    background: linear-gradient(135deg, #ecf4ff, #fff 59%);
    color: #FFFFFF;
    border-radius: 20px;
    padding: 23px 25px;
}
.mhn-feature-ecommerce-card-nm-item span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #6B7280;
    font-family: "Funnel Display", sans-serif;
}
.mhn-feature-ecommerce-card-nm-item h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #000000;
    font-family: "Poppins", sans-serif;
}
.mhn-features-growth-area {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
.mhn-features-growth-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.mhn-features-growth-left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.mhn-features-growth-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.mhn-features-revenue-container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.mhn-features-revenue-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.mhn_revenue_trophy_item {
    flex-basis: auto;
    margin-bottom: 30px;
    background-image: none;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 40px 0 #1EA9FF33;
    max-height: 248px;
    height: auto;
}
.mhn_revenue_trophy_item_box {
    position: relative;
    flex-basis: auto;
}
.mhn_revenue_trophy_item img:not(.mhn-revenue-trophy-label) {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.mhn_revenue_trophy_item:hover img:not(.mhn-revenue-trophy-label) {
    transform: scale(1.02);
}
img.mhn-revenue-trophy-label {
    position: absolute;
    top: 10px;
    right: -100px;
    width: 245px;
    height: 37px;
    z-index: 3;
}
.mhn-banner-new-shape-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 620px;
    height: auto;
    object-fit: contain;
}
.sponsors-ticker {
    margin-top: 50px;
}

/** Home Page Css **/
.mhn-banner-images-generation-card {
    max-width: 380px;
    box-shadow: none !important;
    inset: auto auto 17% -20% !important;
}
.mhn-mobile-screen-png {
    min-width: 390px;
    min-height: 640px;
}
.mhn-mobile-screen-png.mhn-mobilev-screen-png {
    display: none;
}
.mhn-banner-image-inner-padding {
    padding: 12px 24px 8px;
}
.image-generation-sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
}
.mhn-home-digital-products-area {
    padding: 80px 0;
}
.mhn-home-digital-products-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.mhn-home-digital-products-top-right-wrapper {
    background-color: #fff;
    border: 1px solid #EFF6FF;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 4px 24px 0 #00000012;
    width: auto;
}
.mhn-home-digital-products-top-left {
    flex-basis: 63%;
}
.mhn-home-digital-products-top-right {
    flex-basis: 31%;
}
.mhn-home-digital-products-top-right-box {
    position: relative;
    z-index: 2;
    padding: 20px 15px;
}
.mhn-home-digital-products-top-right-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.mhn-home-digital-products-top-right-box h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.mhn-home-digital-products-top-right-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mhn-home-digital-products-top-right-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mhn-home-digital-products-top-right-box ul li:not(:last-child) {
    margin-bottom: 10px;
}
.mhn-home-digital-products-top-right-box ul li span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 2px;
}
.mhn-home-digital-products-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.mhn-home-digital-products-bottom {
    padding: 25px 52px;
    border-radius: 24px;
    box-shadow: 0 2px 32px 0 #00000012;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.mhn-home-digital-products-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
    border-radius: 24px;
}
.mhn-home-digital-products-left {
    flex-basis: 48%;
    margin-bottom: -60px;
}
.mhn-home-digital-products-left-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.mhn-home-digital-products-left-top span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #085BC5;
}
.mhn-home-digital-products-left-top h3 {
    font-size: 16px;
    line-height: 22px;
    color: #085BC5;
    font-weight: 400;
    margin: 0;
}
.mhn-home-digital-products-left h4 {
    font-size: 32px;
    line-height: 38px;
    color: #1F2937;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}
.mhn-home-digital-products-left p {
    font-size: 18px;
    line-height: 24px;
    color: #6B7280;
    font-weight: 400;
    margin-bottom: 30px;
}
.mhn-home-digital-products-right {
    flex-basis: 52%;
    background-color: #fff;
    border: 1px solid #EFF6FF;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 #00000012;
    padding: 8px;
}
.mhn-home-digital-products-top-left img {
    margin-top: -185px;
    transform: scale(1.18);
}
.mhn-home-digital-products-right-item {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2;
    border-radius: 12px;
    border: 1px solid #F3F4F6;
    padding: 20px;
}
.mhn-home-digital-products-right-item:not(:last-child) {
    margin-bottom: 10px;
}
.what-we-do-this-section {
    padding: 0 72px 80px;
}
.mhn-what-we-do-this-section {
    padding: 80px 72px 80px;
}
.mhn-home-digital-products-right-item-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-home-digital-products-right-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1EA9FF;
}
.mhn-home-digital-products-right-info h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 2px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.mhn-home-digital-products-right-info span {
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.mhn-home-agency-area {
    padding: 80px 0 0;
}
.partner_stories-2 {
    width: 100%;
    padding: 100px 72px 142px;
}
.mhn-home-agency-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.mhn-home-agency-item-wrapper {
    flex-basis: 32%;
    background-color: #fff;
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #EFF6FF;
    box-shadow: 0 4px 24px 0 #00000012;
}
.mhn-home-agency-item-wrapper-box {
    position: relative;
    z-index: 2;
    padding: 71px 8px 8px;
    border-radius: 12px;
}
.mhn-home-agency-item-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-home-agency-item-icon {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1EA9FF;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}
.mhn-home-agency-item-info {
    text-align: center;
    margin-bottom: 16px;
}
.mhn-home-agency-item-info h4 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 0;
}
.mhn-home-agency-item-info p {
    font-size: 12px;
    line-height: 20px;
    color: #111827;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    max-width: 344px;
    margin: 0 auto;
}
.mhn-home-agency-item-img-two-box {
    height: 75px;
}
.mhn-home-agency-item-img-two {
    min-width: 444px;
    height: 75px;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.mhn-home-agency-item-url {
    display: block;
    margin-top: 20px;
}
.mhn-home-agency-item-wrapper:first-child .mhn-home-agency-item-url {
    margin-top: 42px;
}
.mhn-home-agency-item-url-two {
    margin-top: 14px;
}
.mhn-single-home-testi-wrapper {
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #EFF6FF;
    box-shadow: 0 0 20px 0 #1EA9FF29;
    background-color: #fff;
}
.mhn-single-home-testi-author-img-box {
    position: relative;
}
.mhn-single-home-testi-author-img {
    min-height: 380px;
    border-radius: 12px;
    object-fit: cover;
}
.mhn-home-testimonial-author-info-box {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    padding: 27px 13px 22px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: -27px;
    background-color: #FFFFFF;
}
.mhn-testi-author-info-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-home-testimonial-author-info-left h4 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    margin-top: 0;
    font-family: "Poppins", sans-serif !important;
}
.mhn-home-testimonial-author-info-left p {
    font-size: 12px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
}
.mhn-home-testimonial-author-info-left-address {
    display: flex;
    align-items: center;
    gap: 2px;
}
.mhn-home-testimonial-author-info-left-address span {
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #000000;
}
.mhn-home-testimonial-author-info-right img {
    transition: all 0.5s ease-in-out;
}
.mhn-single-home-testi-wrapper:hover .mhn-home-testimonial-author-info-right img {
    transform: rotate(45deg);
}
.mhn-home-testimonial-author-amount-box-wrapper {
    position: relative;
    z-index: 3;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 4px 24px 0 #00000012;
    border: 1px solid #EFF6FF;
    margin-top: -10px;
}
.mhn-home-testimonial-author-amount-box {
    padding: 28px 10px;
    border-radius: 12px;
    position: relative;
}
.mhn-testi-amount-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-home-testimonial-author-amount-top {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
}
.mhn-home-testimonial-author-amount-top h4 {
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.mhn-home-testimonial-author-amount-top span {
    font-size: 14px;
    line-height: 20px;
    color: #1EA9FF;
    font-weight: 400;
}
.mhn-home-testimonial-author-amount-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.mhn-home-testimonial-author-amount-bottom span {
    background-color: #2DACFF29;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #1EA9FF;
}

.mhn-home-testimonial-area .mv-card {
    height: auto;
    background: transparent;
    border-radius: 20px;
    overflow: visible
}
.mhn-home-testimonial-area .mv-video-wrap {
    overflow: visible;
}
.mhn-home-cta-location-box-wrapper {
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #FFFFFF30, #FFFFFF20);
    border-radius: 20px;
    padding: 34px 32px 38px 45px;
}
.mhn-home-cta-location-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 52px;
    color: #fff;
}
.mhn-home-cta-location-box-head-left h4 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Funnel Display", sans-serif;
}
.mhn-home-cta-location-box-head-left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.mhn-home-cta-location-box-head-right {
    display: flex;
    align-items: center;
    gap: 26px;
}
.mhn-home-cta-location-box-head-right div {
    background-color: #FFFFFF20;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 18px 12px 11px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFBFF;
}
.mhn-home-cta-location-box-head-right div span {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #FAFBFF;
}
/* .mhn-home-cta-location-box-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.mhn-home-cta-location-box-item {
    min-width: 288px;
    background-color: #fff;
    border-radius: 20px;
    padding: 31px 22px 19px 25px;
    position: relative;
    z-index: 2;
}
.mhn-home-cta-location-box-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 35px;
}
.mhn-home-cta-location-box-item-head-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mhn-home-cta-location-box-item-head-left span {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
}
.mhn-home-cta-location-box-item-body h4 {
    font-size: 42px;
    line-height: 48px;
    color: #1EA9FF;
    font-weight: 600;
    margin: 0;
}
.mhn-home-cta-location-box-item-body p {
    font-size: 24px;
    line-height: 30px;
    color: #6B7280;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}
.mhn-home-cta-location-box-progress {
    height: 8px;
    background-color: #1EA9FF33;
    border-radius: 16px;
    position: relative;
}
.mhn-home-cta-location-box-progress-bar {
    height: 8px;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
}
.mhn-home-cta-location-box-item-bottom {
    margin-top: 15px;
}
.mhn-home-cta-location-box-item-bottom span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #1EA9FF15;
    border-radius: 10px;
    padding: 9px 9px 9px 9px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #1EA9FF;
}
.mhn-home-cta-location-box-item-wrapper-box {
    position: relative;
    padding: 0 100px;
}

.mhn-home-cta-location-box-item-wrapper-box .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #FFFFFF33 0%, #FFFFFF88 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    z-index: 100;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mhn-home-cta-location-box-item-wrapper-box .bx-controls-direction a:hover {
    background: linear-gradient(135deg, #FFFFFF33 0%, #FFFFFF88 100%);
    transform: translateY(-50%) scale(1.1);
}

.mhn-home-cta-location-box-item-wrapper-box .bx-prev {
    left: 0;
}

.mhn-home-cta-location-box-item-wrapper-box .bx-next {
    right: 0;
}

.mhn-home-cta-location-box-item-wrapper-box .bx-controls-direction a i {
    pointer-events: none;
}
.mhn-home-cta-location-box-body-bottom {
    margin-top: 20px;
    padding: 0 100px;
}
.mhn-home-cta-location-box-body-bottom-info p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 25px;
}
.mhn-home-cta-location-box-body-bottom-slide-item-box {
    max-width: 930px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background: #FFFFFF33;
    padding: 18px 25px;
}
.mhn-home-cta-location-box-body-bottom-slide-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.mhn-home-cta-location-box-body-bottom-slide-item p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0;
}
.mhn-agency-cta-section {
    background-image: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    background-position: center;
    background-size: auto, auto;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.mhn-agency-cta-bg-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.mhn-home-cta-location-box-btn {
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}
.mhn-single-home-testi-author-img-box .top-left-logo img {
    max-width: 25px;
}
.mhn-single-home-testi-author-img-box .top-left-logo p {
    color: #fff;
}
.mhn-home-quality-partner-area {
    padding: 80px 0 0;
}
.mhn-home-quality-partner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mhn-home-quality-partner-left {
    flex-basis: 58%;
}
.mhn-home-quality-partner-left img {
    transform: scale(1.06);
}
.cta-global {
    padding: 60px 72px 80px;
}
.mhn-home-quality-partner-right {
    flex-basis: 40%;
}
.mhn-home-quality-partner-item-wrapper {
    padding: 8px;
    border: 1px solid #EFF6FF;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 #00000012;
    background-color: #fff;
}
.mhn-home-quality-partner-item-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
.mhn-home-quality-partner-item-box {
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.mhn-home-quality-partner-item-box-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-home-quality-partner-item-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1EA9FF;
}
.mhn-home-quality-partner-item-box h4 {
    font-size: 20px;
    line-height: 26px;
    color: #111827;
    font-weight: 500;
    margin: 0;
}
.mhn-testimonial-detail-back svg {
    color: #1ea9ff;
}

/* BXSlider Pagination Dots */
.custom-bx-pager {
    text-align: center;
    margin-top: -31px;
    padding: 10px 0;
    display: block !important;
    position: relative;
    z-index: 10;
}
.custom-pager-link {
    display: inline-block !important;
    width: 5.50px;
    height: 5.50px;
    background-color: #FFFFFF50 !important;
    border-radius: 50%;
    text-indent: -9999px;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    margin: 0 5px;
    cursor: pointer;
}
.custom-pager-link:hover {
    background-color: #fff !important;
}
.custom-pager-link.active {
    width: 8px !important;
    height: 8px !important;
    background-color: #fff !important;
}

/* Testimonal Details Page Css */
.mhn-single-tesimonial-detail {
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #EFF6FF;
    box-shadow: 0 0 20px 0 #1EA9FF29;
    background-color: #fff;
}
.mhn-single-tesimonial-detail .top-left-logo img {
    max-width: 25px;
}
.mhn-single-tesimonial-detail-box {
    border-radius: 12px;
    position: relative;
    z-index: 2;
}
.mhn-single-tesimonial-detail-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-single-tesimonial-detail-box-top {
    border-radius: 12px;
}
.mhn-single-tesimonial-detail-box-top {
    border-radius: 24px 24px 0 0;
}
.mhn-single-tesimonial-detail-box-top {
    position: relative;
    z-index: 2;
    border-radius: 12px;
    padding: 81px 13px 10px;
}
.mhn-single-tesimonial-detail-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-single-tesimonial-detail-author-info h4 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
    margin-top: 0;
    font-family: "Poppins", sans-serif !important;
}
.mhn-single-tesimonial-detail-author-info p {
    font-size: 12px;
    line-height: 18px;
    color: #101010;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.mhn-single-tesimonial-detail-author-info-address {
    display: flex;
    align-items: center;
    gap: 2px;
}
.mhn-single-tesimonial-detail-author-info-address span {
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #000000;
}
.mhn-testimonial-details-author-amount-top {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
    margin-top: 24px;
}
.mhn-testimonial-details-author-amount-top h4 {
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.mhn-testimonial-details-author-amount-top span {
    font-size: 14px;
    line-height: 20px;
    color: #1EA9FF;
    font-weight: 400;
}
.mhn-testimonial-details-author-amount-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.mhn-testimonial-details-author-amount-bottom span {
    background-color: #2DACFF29;
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #1EA9FF;
}
.mhn-single-tesimonial-detail-box-bottom {
    position: relative;
    z-index: 2;
    padding: 19px 13px 14px;
    border-radius: 0 0 12px 12px;
}
.mhn-single-tesimonial-detail-box-bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 0 0 12px 12px;
}
.mhn-single-tesimonial-detail-box-bottom-head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0077FF40;
}
.mhn-single-tesimonial-detail-box-bottom-head ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mhn-single-tesimonial-detail-box-bottom-head ul li {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-single-tesimonial-detail-box-bottom-head ul li:not(:last-child) {
    margin-bottom: 10px;
}
.mhn-single-tesimonial-detail-box-bottom-head ul li span {
    color: #6B7280;
}
.mhn-single-tesimonial-detail-box-bottom-body-top h4 {
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-single-tesimonial-detail-box-bottom-body-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 18px;
}
.mhn-single-tesimonial-detail-box-bottom-body-top ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-single-tesimonial-detail-box-bottom-body-top ul li:not(:last-child) {
    margin-bottom: 10px;
}
.mhn-single-tesimonial-detail-box-bottom-body-top ul li span {
    font-size: 18px;
    line-height: 24px;
    color: #0077FF;
    font-weight: 600;
}
.mhn-single-tesimonial-detail-box-bottom-body-middle ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mhn-single-tesimonial-detail-box-bottom-body-middle ul li {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-single-tesimonial-detail-box-bottom-body-middle ul li:not(:last-child) {
    margin-bottom: 10px;
}
.mhn-single-tesimonial-detail-box-bottom-body-middle ul li span {
    display: block;
    margin-bottom: 5px;
    color: #6B7280;
}
.mhn-single-tesimonial-detail-box-bottom-body-bottom {
    margin-top: 20px;
}
.mhn-single-tesimonial-detail-box-bottom-body-bottom h4 {
    font-size: 12px;
    line-height: 18px;
    color: #6B7280;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 400;
    font-family: "Funnel Display", sans-serif;
}
.mhn-single-tesimonial-detail-box-bottom-body-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mhn-single-tesimonial-detail-box-bottom-body-bottom ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    font-weight: 400;
}
.mhn-single-tesimonial-detail-box-bottom-body-bottom ul li:not(:last-child) {
    margin-bottom: 8px;
}
.line-a {
    inset: 20% auto auto -8%;
}
.line-b-2 {
    inset: auto auto -28% 29%;
}
.banner-images-generation-card.banner-image-card-generation2.banner-image-card-generation3.mobile-lottie-two {
    top: 5%;
}
.banner-client-image-wrapper {
    border: 1px solid #fff;
    padding: 8px 12px 8px 0;
}
.banner-client-image {
    border-radius: 50%;
    background: #fff;
    padding: 2px;
}
.banner-client-image:not(:first-child) {
    margin-right: -12px;
}
.sponsors-ticker img {
    max-width: 155px;
}
.mhn-home-agency-item-img img {
    box-shadow: 0 4px 24px 0 #00000012;
}
.wf-box-glow {
    stroke: #0077FF;
}
.wf-box-glow-delay {
    stroke: #0077FF;
    stroke-dasharray: none;
}

/* Home Page New Css */
.process-card {
    position: relative;
    z-index: 2;
} 
.mhn-process-card-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 20px;
}
.mhn-process-content {
    max-width: 100%;
}
.mhn-process-content .process-card-number-wrap {
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    border-radius: 50%;
    max-width: 72px;
    height: 72px;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}
.mhn-process-content .process-card-number-wrap .process-card-number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}
.mhn-process-content .process-card-typography {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.mhn-process-content .w-slider-mask {
    overflow: visible;
}
.mhn-process-content .process-card-description {
    color: #6B7280;
}
.mhn-process-content .process-card-image-wrapper {
    padding: 20px;
    padding-top: 0;
}
.mhn-process-content .mhn-process-second-item {
    padding-bottom: 0;
}
.mhn-process-second-item-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-process-third-item-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-process-first-item-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #1EA9FF33;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.mhn-process-first-item-box.active {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
}
.mhn-process-first-item-box:not(:last-child) {
    margin-bottom: 20px;
}
.mhn-process-first-item-left {
    display: flex;
    align-items: center;
    gap: 13px;
}
.mhn-process-first-item-img {
    min-width: 47px;
    height: 47px;
    border-radius: 10px;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-process-first-item-box.active .mhn-process-first-item-img {
    background: #FFFFFF43;
}
.mhn-process-first-item-info h4 {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0;
}
.mhn-process-first-item-box.active .mhn-process-first-item-info h4 {
    color: #fff;
}
.mhn-process-first-item-info h2 {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
.mhn-process-first-item-box.active .mhn-process-first-item-info h2 {
    color: #fff;
}
.mhn-process-first-item-info h2 span {
    font-size: 8px;
    line-height: 14px;
    color: #000000;
    font-weight: 400;
}
.mhn-process-first-item-box.active .mhn-process-first-item-info h2 span {
    color: #fff;
}
.mhn-process-first-item-info h2 strong {
    font-size: 12px;
    line-height: 16px;
    color: #1EA9FF;
    font-weight: 500;
}
.mhn-process-first-item-box.active .mhn-process-first-item-info h2 strong {
    color: #fff;
}
.mhn-process-first-item-right a {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #1EA9FF;
    border-radius: 50px;
    padding: 8px 17px;
    text-decoration: none;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: #0040C1;
    transition: all 0.3s ease;
}
.mhn-process-first-item-box.active .mhn-process-first-item-right a {
    border-color: #fff;
    color: #fff;
}
.mhn-process-first-item-right a:hover {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    color: #fff;
}
.mhn-process-arrow {
    display: none;
}


.mhn-price-card-gradient, .mhn-price-card-gradient.card-one {
    background-image: none;
}
.mhn-price-card-shape-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 24px 24px 0 0;
}
.mhn_pricing-card-wrap {
    border-radius: 24px;
}
.mhn-pricing-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.pricing_card-wrap.mhn_pricing-card-wrap .elipsisi {
    display: none;
}
.pricing_card-wrap.mhn_pricing-card-wrap .pricing_title-wrap {
    padding-left: 25px;
}
.mhn-pricing-header-item-info h2 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
.mhn-pricing-header-item-info p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 0;
}
.mhn-pricing-header-item-img {
    min-width: 54px;
    height: 54px;
    border-radius: 10px;
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-pricing-details-wrap-box {
    border-radius: 20px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 4px 24px 0 #00000012;
}
.mhn-pricing-details-wrap {
    position: relative;
    z-index: 2;
    padding: 24px 30px 11px;
    border-radius: 12px;
}
.mhn-pricing-card-item-shape-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap {
    padding: 11px 17px 31px;
    position: relative;
    z-index: 2;
}
.pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100px;
    background-color: #eaf5ff;
    opacity: 0.80;
    z-index: -2;
}
.pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 48%;
    width: 40px;
    height: 100px;
    background-color: #eaf5ff;
    opacity: 0.62;
    z-index: -1;
    border-radius: 0 3px 0 0;
}
.pricing_card-wrap.mhn_pricing-card-wrap .card-main-inner-wrap {
    position: relative;
}
.pricing_card-wrap.mhn_pricing-card-wrap .mhn-pricing-card-item-amount {
    font-size: 42px !important;
    line-height: 48px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    text-align: center;
}
.pricing_card-wrap.mhn_pricing-card-wrap .mhn-pricing-card-item-amount b {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    letter-spacing: 0.5px;
}
.pricing_card-wrap.mhn_pricing-card-wrap .mhn-pricing-card-item-amount strong {
    font-family: "Inter", sans-serif !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #1EA9FF !important;
    font-weight: 500 !important;
    margin-right: 4px;
    display: inline-block;
}
.mhn-pricing-header-item-info h2 {
    text-align: left !important;
}
.mhn-pricing-header-item-info h2 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.mhn-pricing-details-wrap  p {
    font-family: Poppins, sans-serif;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000000 !important;
    margin: 0;
}
.mhn-pricing-box-shadow-wrap {
    min-width: 416px;
}
.mhn-plan-inner-wrap h2 {
    font-family: "Funnel Display", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 13px;
}
.mhn-plan-inner-wrap h4 {
    font-family: "Funnel Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin: 0;
    background-color: #1EA9FF12;
    border-radius: 10px;
    padding: 14px 12px;
    border-left: 4px solid #1EA9FF;
}
.mhn-plan-inner-wrap {
    grid-row-gap: 0;
}
.pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap {
    border-top: 0;
    border-radius: 0 0 24px 24px;
    margin-top: 25px;
}
.pricing_card-wrap.mhn_pricing-card-wrap .plan-penter-inner {
    background-color: #F5F9FF !important;
    min-height: 100px;
}
.mhn-pricing-box-shadow-wrap .mhn-pricing-header-item-info h2 {
    color: #000 !important;
}
.mhn-pricing-box-shadow-wrap.card-02 .mhn-pricing-header-item-info h2 {
    color: #fff !important;
}
/* .mhn-pricing-box-shadow-wrap:hover .card-gradient, .mhn-pricing-box-shadow-wrap.card-02 .card-gradient {
    background-image: url('../img/Group-13.svg'), linear-gradient(135deg, var(--dark-blue), var(--lite-blue) 55%, var(--soft-blue));
} */
.mhn-pricing-box-shadow-wrap.card-02 .card-gradient {
    background-image: url('../img/Group-13.svg'), linear-gradient(135deg, var(--dark-blue), var(--lite-blue) 55%, var(--soft-blue));
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_content-wrap, .mhn-pricing-box-shadow-wrap.card-02 .pricing_content-wrap {
    border-top: 0;
    border-radius: 24px;
    margin-top: 25px;
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_content-wrap {
    border-top: 0;
    border-radius: 24px;
    margin-top: 25px;
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::before, .mhn-pricing-box-shadow-wrap.card-02 .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::before, .mhn-pricing-box-shadow-wrap:hover .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::after, .mhn-pricing-box-shadow-wrap.card-02 .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::after {
    display: none;
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::before, .mhn-pricing-box-shadow-wrap.card-02 .pricing_card-wrap.mhn_pricing-card-wrap .pricing_content-wrap::after {
    display: none;
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_image-wrap, .mhn-pricing-box-shadow-wrap.card-02 .pricing_image-wrap {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    background-color: transparent;
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_image-wrap {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    background-color: transparent;
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_image-wrap img , .mhn-pricing-box-shadow-wrap.card-02 .pricing_image-wrap img {
    filter: brightness(0) invert(1);
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_image-wrap img {
    filter: brightness(0) invert(1);
}
/* .mhn-pricing-box-shadow-wrap:hover .mhn-pricing-header-item-info p , .mhn-pricing-box-shadow-wrap.card-02 .mhn-pricing-header-item-info p {
    color: #fff !important;
} */
.mhn-pricing-box-shadow-wrap.card-02 .mhn-pricing-header-item-info p {
    color: #fff !important;
}
/* .mhn-pricing-box-shadow-wrap:hover .mhn-pricing-header-item-img, .mhn-pricing-box-shadow-wrap.card-02 .mhn-pricing-header-item-img {
    background: linear-gradient(135deg, #FFFFFF40, #FFFFFF40, #FFFFFF40);
    box-shadow: 0 0 119px 0 #1EA9FF33;
} */
.mhn-pricing-box-shadow-wrap.card-02 .mhn-pricing-header-item-img {
    background: linear-gradient(135deg, #FFFFFF40, #FFFFFF40, #FFFFFF40);
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-pricing-box-shadow-wrap:not(.card-02) .mhn_pricing-card-wrap {
    background: #EFF6FF48;
}
.mhn-pricing-box-shadow-wrap .pricing_title-wrap.btn  {
    background-color: #fff;
    background-image: linear-gradient(135deg, transparent, transparent);
    color: #0040C1;
    border: 1px solid #1EA9FF;
    padding-left: 0;
}
.mhn-pricing-box-shadow-wrap .pricing_title-wrap.btn .pricing_button {
    background-image: linear-gradient(135deg, transparent, transparent);
    color: #0040C1;
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_title-wrap.btn .pricing_button, .mhn-pricing-box-shadow-wrap.card-02 .pricing_title-wrap.btn .pricing_button {
    background-image: linear-gradient(135deg, #085bc5, #1ea9ff 55%, #80bbff);
    color: #fff;
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_title-wrap.btn .pricing_button {
    background-image: linear-gradient(135deg, #085bc5, #1ea9ff 55%, #80bbff);
    color: #fff;
}
/* .mhn-pricing-box-shadow-wrap:hover .text-size-large.text-weight-semibold.text-color-lightgray, .mhn-pricing-box-shadow-wrap.card-02 .text-size-large.text-weight-semibold.text-color-lightgray {
    color: #fff;
} */
.mhn-pricing-box-shadow-wrap.card-02 .text-size-large.text-weight-semibold.text-color-lightgray {
    color: #fff;
}
/* .mhn-pricing-box-shadow-wrap:hover .pricing_title-wrap.btn, .mhn-pricing-box-shadow-wrap.card-02 .pricing_title-wrap.btn {
    border-color: transparent
} */
.mhn-pricing-box-shadow-wrap.card-02 .pricing_title-wrap.btn {
    border-color: transparent
}
.mhn-pricing-box-shadow-wrap .pricing_content-wrap.gradient {
    background-image: linear-gradient(#fff, #fff);
}
.mhn-pricing-box-shadow-wrap .pricing_content-wrap {
    background-image: linear-gradient(#fff, #fff) !important;
}
.mhn-price-card-footer-shape {
    display: none;
}
.mhn-pricing-box-shadow-wrap:not(.card-02) .pricing_content-wrap {
    position: relative;
    background-image: linear-gradient(#EFF6FF40, #EFF6FF40) !important;
    z-index: 2;
}
.mhn-pricing-box-shadow-wrap:not(.card-02) .pricing_content-wrap .mhn-price-card-footer-shape {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.pricing_card-wrap.mhn_pricing-card-wrap .plan-penter-inner .plan-petner-iiner-wrap-one svg {
    transition: all 0.3s ease;
}
.pricing_card-wrap.mhn_pricing-card-wrap .plan-penter-inner .plan-petner-iiner-wrap-one:hover svg {
    transform: rotate(45deg);
}
.pricing_image-wrap {
    background-color: #f1f5ff;
}

/** Free Call modal */
.mhn-freecall-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: "Public Sans", sans-serif;
    pointer-events: none;
}

.mhn-freecall-modal.show {
    display: flex;
    pointer-events: auto;
}

.mhn-freecall-modal-wrapper {
    background-color: #fff;
    border-radius: 20px;
    max-width: 1550px;
    width: 100%;
    box-shadow: 0 0 119.1px 0 #1EA9FF33;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    pointer-events: auto;
}
.mhn-freecall-modal-left {
    background: linear-gradient(135deg, #085BC5, #1EA9FF, #80BBFF);
    border-radius: 20px 0 0 20px;
    padding: 67px 80px;
    flex-basis: 49%;
}
.mhn-freecall-logo {
    max-width: 202px;
    margin-bottom: 70px;
}
.mhn-freecall-obliegation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    background-color: #FAFBFF16;
    padding: 8px 10px;
    border-radius: 10px;
}
.mhn-freecall-obliegation span {
    width: 15px;
    height: 15px;
    background-color: #05CD99;
    border-radius: 50%;
}
.mhn-freecall-obliegation h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.mhn-freecall-left-content h2 {
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 25px;
}
.mhn-freecall-left-content p {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    margin-bottom: 60px;
}
.mhn-freecall-feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mhn-freecall-feature-item:not(:last-child) {
    margin-bottom: 28px;
}
.mhn-freecall-feature-item-img {
    width: 47px;
    height: 47px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 119px 0 #1EA9FF33;
}
.mhn-freecall-feature-item span {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}
.mhn-freecall-left-info {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 80px;
    background-color: #ffffff33;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 15px;
}
.mhn-freecall-left-info-img {
    background-color: #FFFFFF50;
    border-radius: 10px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mhn-freecall-left-info span {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.mhn-freecall-modal-right {
    padding: 60px 68px;
    flex-basis: 49%;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
}
.mhn-freecall-right-session {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #2BABFF16;
    border-radius: 10px;
    padding: 8px 12px;
}
.mhn-freecall-right-session span {
    width: 15px;
    height: 15px;
    background-color: #1EA9FF;
    border-radius: 50%;
}
.mhn-freecall-right-session h4 {
    font-size: 18px;
    line-height: 24px;
    color: #1EA9FF;
    margin: 0;
}
.mhn-freecall-modal-close {
    text-align: right;
    margin-bottom: 50px;
}
.mhn-freecall-modal-close img {
    max-width: 50px;
    cursor: pointer;
}
.mhn-freecall-right-content h2 {
    font-size: 50px;
    line-height: 56px;
    color: #000;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 35px;
}
.mhn-freecall-right-content p {
    font-size: 18px;
    line-height: 24px;
    color: #6B7280;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;
}
.mhn-freecall-form-group:not(:last-child) {
   margin-bottom: 35px;
}
.mhn-freecall-form-group label {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.mhn-freecall-form-group label span {
    color: #FF0606;
}
.mhn-freecall-form-group input {
    width: 100%;
    padding: 15px 8px 15px 38px;
    border-radius: 8px;
    border: 1px solid #D9EBFF;
    font-size: 15px;
    line-height: 20px;
    color: #919EAB;
}
.mhn-freecall-form-group input:focus, .mhn-freecall-form-group input:focus-visible {
    outline-color: #D9EBFF;
}
.mhn-freecall-input-group {
    position: relative;
}
.mhn-freecall-input-group svg {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    pointer-events: none;
}
.mhn-freecall-input-group span {
    width: auto;
    padding: 15px 8px 15px 38px;
    border-radius: 8px;
    border: 1px solid #D9EBFF;
    font-size: 15px;
    line-height: 20px;
    color: #919EAB;
    display: inline-block;
    background-color: #D9EBFF33;
}
.mhn-freecall-form-input-group {
    display: flex;
    gap: 14px;
}
.mhn-freecall-form-input-group input {
    padding-left: 8px;
}
.mhn-freecall-submit-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #1EA9FF, #085BC5);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 65px;
}
.mhn-freecall-submit-btn:hover {
    background: linear-gradient(135deg, #085BC5, #1EA9FF);
}
.mhn-freecall-form-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #6B7280;
    margin-top: 25px;
}
.mhn-freecall-modal-close-white {
    display: none;
}
.mhn-freecall-left-shape {
    display: none;
}
.mhn-freecall-woman-img {
    display: none;
}

/** Home Page Process Section */
.mhn-proof-top-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #fff;
    padding: 17px 13px;
    margin-top: 50px;
}
.mhn-proof-single-card {
    position: relative;
    padding: 27px 20px;
    z-index: 2;
    border-radius: 12px;
    flex-basis: 24%;
}
.mhn-proof-single-card-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 12px;
}
.mhn-proof-card-title {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
    margin-top: 0;
}
.mhn-rupi-apan {
    font-family: "Funnel Display", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #000;
    font-weight: 600;
}
.mhn-proof-card-span-title {
    font-family: "Funnel Display", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #085bc5, #1ea9ff 55%, #80bbff);
    -webkit-background-clip: text;
    background-clip: text;
}
.mhn-proof-card-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #6B7280;
    margin: 0;
}
.mhn-proof-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.mhn-proof-left {
    flex-basis: 56%;
}
.mhn-proof-left img {
    object-fit: cover;
    height: 100%;
    box-shadow: 0 0 20px 0 #1EA9FF33;
}
.mhn-proof-right {
    flex-basis: 43%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mhn-proof-right-start {
    flex-basis: 49%;
}
.mhn-proof-right-end {
    flex-basis: 49%;
}
.mhn-proof-abs-inner-border {
    padding: 0;
}
.mhn-proof-abs-1 {
    position: relative;
    inset: auto;
}
.mhn-proof-right-bottom {
    margin-top: 25px;
}
.mhn-proof-right-bottom img {
    box-shadow: 0 0 20px 0 #1EA9FF33;
}
.mhn-proof-right-end-top img {
    box-shadow: 0 0 20px 0 #1EA9FF33;
}
.mhn-proof-right-end-bottom {
    margin-top: 10px;
}
.proof-section-2 {
    background-image: none; 
    position: relative;
    z-index: 2;
}
.mhn-proof-left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.mhn-proof-right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.sponsors-ticker img {
    max-width: 155px;
    min-height: 28px;
    max-height: 28px;
    height: 100%;
}
.pricing_content-wrap {
    grid-row-gap: 20px;
}

@media screen and (min-width: 768px) {
  .process-slider .w-slide {
    width: 31.5%;
  }
  .process-slide:not(:last-child) {
    margin-right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .process-slider .w-slide {
    width: 100%;
  }
  .mhn-process-arrow {
    display: block;
  }
}


@media screen and (min-width: 1440px) {
    .line-a {
        left: -8%;
    }
}

@media screen and (max-width: 768px) {
    .mhn-features-wrapper {
        flex-direction: column;
    }
    .mhn-features-list-container {
        padding: 0 20px;
    }
    .mhn-features-items-left,
    .mhn-features-items-right {
        flex-basis: 100%;
    }
    .mhn-features-items-left .meeting-card-1 {
        flex-basis: 100%;
    }
    .mhn-features-items-left .meeting-card-1 img {
        max-width: 40px;
    }
    .mhn-feature-stats-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .mhn-feature-stats-card-right {
        justify-content: flex-start;
        width: 100%;
    }
    .mhn-feature-revenue-trophy-item-box {
        margin-bottom: 20px;
    }
    .mhn-feature-leads-card-new {
        top: -15px;
        font-size: 14px;
        line-height: 20px;
    }
    .mhn-feature-ecommerce-card-cl-item {
        padding: 15px;
    }
    .mhn-feature-ecommerce-card-nm-item {
        padding: 15px;
    }
    .mhn-feature-ecommerce-card-cl-item h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .mhn-features-revenue-container {
        padding: 0 20px;
    }
    img.mhn-revenue-trophy-label {
        top: -15px;
        right: 0;
    }
    .mhn_features_banner_trofy_one {
        display: none;
        width: 120px;
        height: auto;
        inset: 0 auto auto -12%;
        margin-top: 70px;
    }
    .mhn-features-card-banner-first {
        width: 100%;
        height: 100%;
    }
    .mhn_features_banner_images_second {
        width: 120px;
        height: auto;
        inset: 0 auto auto 232px;
        box-shadow: 0 0 27px 0 #1EA9FF33;
        margin-top: 70px;
        border-radius: 5px;
        display: none;
    }
    .mhn-features-card-banner-second {
        width: 100%;
        height: 100%;
    }
    .mhn_features_banner_second_part_second {
        display: none;
        width: 120px;
        height: auto;
        inset: 0 auto auto -12%;
        box-shadow: 0 0 27px 0 #1EA9FF33;
        margin-top: 170px;
    }
    .mhn-features-card-banner-four {
        width: 100%;
        height: 100%;
    }
    .mhn_features_banner_second_part {
        display: none;
        width: 120px;
        height: auto;
        inset: 0 auto auto 232px;
        box-shadow: 0 0 27px 0 #1EA9FF33;
        margin-top: 170px;
    }
    .mhn-features-card-banner-third {
        width: 100%;
        height: 100%;
    }
    .mobile-screen {
        width: 150px;
    }
    .mhn-features-mobile-screen.mobile-screen {
        width: 280px;
    }
    .mhn-features-mobile-screen-note {
        display: none;
    }
    .mhn-features-mobile-screen-amount {
        display: none;
    }
    .mhn-features-mobile-screen {
        max-width: 280px;
        min-height: auto;
        height: 500px;
        margin-top: 10px;
        width: 100%;
    }
    .mhn-feature-leads-card-img {
        min-width: 40px;
        height: 40px;
    }
    .mhn-feature-leads-card-img img {
        max-width: 22px;
    }
    .mhn-feature-leads-card-item-btn-message, .mhn-feature-leads-card-item-btn-email {
        padding: 6px 10px;
    }
    .mhn-features-revenue-wrapper {
        justify-content: center;
    }
    .mhn-home-digital-products-top-left {
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    .partner_stories-2 {
        padding: 100px 10px 80px;
    }
    .mhn-home-digital-products-area .section-title-wrapper-3.key-features {
        margin-bottom: 20px;
    }
    .mhn-home-digital-products-top-left img {
        margin-top: 0;
        transform: scale(1.2);
        margin-left: -35px;
    }
    .mhn-home-digital-products-top-right {
        flex-basis: 100%;
    }
    .mhn-home-digital-products-left {
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .mhn-home-digital-products-right {
        flex-basis: 100%;
    }
    .mhn-home-digital-products-bottom {
        padding: 25px 20px;
    }
    .mhn-home-digital-products-right-item {
        gap: 15px;
    }
    .mhn-home-digital-products-right-img {
        min-width: 40px;
        height: 40px;
    }
    .mhn-home-digital-products-right-img svg {
        max-width: 25px;
    }
    .mhn-home-digital-products-left h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .mhn-home-digital-products-left-top {
        justify-content: center;
    }
    .mhn-home-agency-item-wrapper {
        flex-basis: 100%;
    }
    .mhn-home-agency-item-wrapper:not(:last-child) {
        margin-bottom: 50px;
    }
    .mhn-mobile-screen-png {
        min-width: 300px;
        min-height: 330px;
        width: 100%;
        margin-top: -40px;
        display: none;
    }
    .mhn-mobile-screen-png.mhn-mobilev-screen-png {
        display: block;
        transform: scale(1.08);
    }
    .banner-images-generation-card.banner-image-card-generation2.banner-image-card-generation3.mobile-lottie-two {
        width: 100%;
        max-width: 120px;
        height: 90px;
        top: -26px;
    }
    .line-a-mobile {
        width: 280px;
    }
    .image-generation-sub-title {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px;
    }
    img.mhn-banner-star-img {
        max-width: 60px;
    }
    .banner-img-generation-top-img {
        width: 18px;
        height: 18px;
    }
    .banner-img-generation-text {
        font-size: 16px;
        line-height: 16px;
    }
    .banner-images-generation-card.mobile-lottie-one {
        max-width: 120px;
        height: 100%;
        max-height: auto;
        display: block;
        padding: 2px;
    }
    .what-we-do-this-section {
        padding: 0 10px 80px;
    }
    .mhn-what-we-do-this-section {
        padding: 60px 10px 80px;
    }
    .mhn-home-digital-products-top {
        margin-top: 0;
    }
    .mhn-banner-images-generation-card {
        inset: auto auto 30% -1% !important;
    }
    .mhn-wf-box-svg-b {
        width: 1200px;
        height: 1050px;
    }
    .banner-right {
        margin-top: 40px;
    }
    .mhn-banner-new-shape-img {
        right: -75px;
        width: 400px;
        height: 400px;
        top: 55%;
        transform: translateY(-50%) scale(1.35);
    }
    .mhn-home-quality-partner-left {
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .cta-global {
        padding: 60px 10px 80px;
    }
    .mhn-home-quality-partner-item-box h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .mhn-home-quality-partner-right {
        flex-basis: 100%;
    }
    .mhn-home-cta-location-box-wrapper {
        padding: 20px;
    }
    .mhn-home-cta-location-box-head-left h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .mhn-home-agency-item-img-two {
        min-width: 100%;
    }
    .mhn-single-home-testi-wrapper {
        max-width: 350px;
        min-width: 350px;
        height: auto;
        width: 100%;
    }
    .mhn-single-home-testi-author-img {
        min-height: 240px;
    }
    .mhn-home-testimonial-author-info-left h4 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    .mhn-home-testimonial-author-info-right img {
        max-width: 40px;
        transition: all 0.5s ease-in-out;
    }
    .mhn-home-cta-location-box-head {
        flex-direction: column;
    }
    .mhn-home-cta-location-box-head-right div {
        padding: 10px 18px 10px 11px;
        font-size: 16px;
        line-height: 22px;
    }
    .mhn-home-cta-location-box-head-right div span {
        font-size: 20px;
        line-height: 24px;
    }
    .mhn-home-cta-location-box-item-wrapper-box .bx-controls-direction a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .mhn-home-cta-location-box-item-wrapper-box {
        padding: 0 20px;
    }
    .mhn-home-cta-location-box-item {
        min-width: 230px;
    }
    .mhn-home-cta-location-box-item-head-left img {
        max-width: 24px;
    }
    .mhn-home-cta-location-box-item-body h4 {
        font-size: 34px;
        line-height: 40px;
    }
    .mhn-home-cta-location-box-item-body p {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mhn-home-cta-location-box-item-head-left span {
        font-size: 20px;
        line-height: 26px;
    }
    .mhn-home-cta-location-box-body-bottom {
        padding: 0 20px;
    }
    .mhn-home-cta-location-box-body-bottom-slide-item-box {
        max-width: max-content;
    }
    .line-b-mobile {
        width: 320px;
        height: 300px;
    }
    .banner-client-wrapper.banner-client-global-none {
        margin-top: -125px;
    }
    .wf-box-static {
        stroke-width: 2;
    }
    .wf-box-glow {
        stroke-width: 2;
    }
    .wf-box-glow-delay {
        stroke-width: 2;
    }
    .mhn-home-cta-location-box-item-wrapper-box .bx-prev {
        left: -15px;
    }
    .mhn-home-cta-location-box-item-wrapper-box .bx-next {
        right: -15px;
    }
    .mhn-mb-container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .marquee-wrapper {
        overflow: visible;
    }
    .mhn-home-testimonial-area .mv-card {
        overflow: visible;
    }
    .mhn-home-testimonial-area .mv-card.mhn-visible {
        min-height: 728px;
    }
    .marquee-track {
        align-items: flex-start;
    }
    .mhn-home-cta-location-box-body-bottom-slide-item-box {
        border-radius: 8px;
        padding: 8px;
    }
    .mhn-home-cta-location-box-body-bottom-slide-item {
        gap: 6px;
    }
    .mhn-home-cta-location-box-body-bottom-slide-item svg {
        max-width: 16px;
    }
    .mhn-home-cta-location-box-body-bottom-slide-item p {
        font-size: 12px;
        line-height: 18px;
    }
    .mhn-process-content .process-card-number-wrap {
        top: -30px;
        border-radius: 50%;
        max-width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 32px;
    }
    .mhn-process-content .process-card-typography {
        padding-top: 40px;
    }
    .mhn-process-content .process-card-typography {
        padding-bottom: 40px;
    }
    .mhn-process-content .process-card-image-wrapper {
        padding: 15px;
        padding-top: 0;
    }
    .mhn-process-content .process-card-number-wrap .process-card-number {
        font-size: 30px;
        line-height: 30px;
    }
    .mhn-process-first-item-info h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .mhn-process-first-item-right a {
        padding: 8px 14px;
        width: 84px;
    }
    .process-content.mhn-process-content {
        margin-top: 60px;
    }
    .mhn-pricing-box-shadow-wrap {
        min-width: 100%;
    }
    .mhn-process-third-item-img {
        height: 280px;
        object-fit: fill;
    }
    .mhn-features-list-area {
        padding: 50px 0 80px;
    }
    .mhn-freecall-modal-left {
        padding: 15px 15px;
        flex-basis: 100%;
        border-radius: 20px 20px 0 0;
        position: relative;
        z-index: 2;
    }
    .mhn-freecall-modal-right {
        padding: 15px 15px;
        flex-basis: 100%;
        border-radius: 0 0 20px 20px;
    }
    .mhn-freecall-logo {
        max-width: 78px;
        margin-bottom: 12px;
    }
    .mhn-freecall-obliegation {
        background-color: #FAFBFF16;
        padding: 6px 7px;
        margin-bottom: 12px;
    }
    .mhn-freecall-obliegation span {
        width: 7px;
        height: 7px;
    }
    .mhn-freecall-obliegation h4 {
        font-size: 7px;
        line-height: 12px;
    }
    .mhn-freecall-left-content h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .mhn-freecall-left-content p {
        display: none;
    }
    .mhn-freecall-feature-item-img {
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }
    .mhn-freecall-feature-item-img img {
        max-width: 10px;
    }
    .mhn-freecall-feature-item span {
        font-size: 12px;
        line-height: 18px;
    }
    .mhn-freecall-feature-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .mhn-freecall-feature-item {
        gap: 5px;
    }
    .mhn-freecall-right-session h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .mhn-freecall-right-session span {
        width: 7px;
        height: 7px;
    }
    .mhn-freecall-right-session {
        border-radius: 50px;
        padding: 6px 12px;
    }
    .mhn-freecall-right-content h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .mhn-freecall-modal-close {
        display: none;
    }
    .mhn-freecall-left-info {
        border-radius: 5px;
        padding: 5px;
        margin-top: 11px;
        display: inline-flex;
    }
    .mhn-freecall-left-info-img {
        min-width: 17px;
        width: 17px;
        height: 17px;
        border-radius: 50%;
    }
    .mhn-freecall-left-info-img svg {
        max-width: 10px;
    }
    .mhn-freecall-left-info span {
        font-size: 10px;
        line-height: 16px;
    }
    .mhn-freecall-right-content p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .mhn-freecall-form-group label {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .mhn-freecall-form-group:not(:last-child) {
        margin-bottom: 12px;
    }
    .mhn-freecall-form-group input {
        padding: 9px 8px 9px 27px;
        font-size: 14px;
    }
    .mhn-freecall-form-input-group input {
        padding-left: 8px;
    }
    .mhn-freecall-input-group span {
        font-size: 14px;
        padding: 9px 8px 9px 27px;
    }
    .mhn-freecall-submit-btn {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .mhn-freecall-input-group svg {
        max-width: 14px;
    }
    .mhn-freecall-form-message {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .mhn-freecall-form-message svg {
        max-width: 18px;
    }
    .mhn-freecall-modal {
        padding: 6px;
    }
    .mhn-freecall-modal-close-white {
        position: absolute;
        display: block;
        top: 20px;
        right: 20px;
        width: 20px;
    }
    .mhn-freecall-left-shape {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    .mhn-freecall-woman-img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
    }
    .mhn-proof-single-card {
        padding: 20px;
        flex-basis: 100%;
    }
    .mhn-proof-single-card:not(:last-child) {
        margin-bottom: 20px;
    }
    .mhn-rupi-apan, .mhn-proof-card-span-title {
        font-size: 36px;
        line-height: 42px;
    }
    .mhn-proof-card-title {
        margin-bottom: 10px;
    }
    .mhn-proof-left {
        flex-basis: 100%;
    }
    .mhn-proof-right {
        flex-basis: 100%;
        margin-top: 20px;
    }
    .proof-right-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .mhn-proof-right-bottom {
        margin-top: 5px;
    }
    .single-sponsor-img {
        margin-right: 25px;
    }
}