body {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    outline: none;
}

:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

#new-home-page body {
    font-family: var(--desc_font);
}

p {
    font-size: 15px;
    line-height: 23px;
    color: #494848;
}

* {
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
}

.location-area form .element-holder.elm_hide {
    display: none;
}

.banner {
    padding: 100px 0 55px 0;
    background: #fff !important;
    position: relative;
    margin-bottom: 0;
}

.banner-shape {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    border-radius: 50%;
    /* border: 2px solid #45aeac;*/
    bottom: -12px;
    margin-left: -16px;
}

.banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: -11%;
    background-image: url(../../../../img/page/home/apptype/ProXSP/ServiceX/sp-banner-bg-new.svg);
    z-index: 0;
    pointer-events: none;
    background-position: right top;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-size: 43%;
    /* opacity: 0.1; */
}

.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    align-items: center;
}

.banner-left {
    width: 53%;
}

.banner-right {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.banner-right::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 689px;
    max-width: 110%;
    height: 52px;
    background-color: rgba(0, 123, 123, 0.1);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.banner-right img {
    max-width: 100%;
}

.banner-content h1 {
    font-weight: 700;
    font-size: clamp(28px, 4.5vw, 50px);
    line-height: 1.25;
    color: #00a9aa;
    margin: 0 0 10px 0;
    text-transform: none;
}

.banner-content p strong {
    font-weight: 700;
    font-size: clamp(18px, 2.8vw, 26px);
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
    display: block;
    text-transform: none;
}

.banner-content h1 small {
    display: block;
}

.banner-content h1 span {
    font-size: clamp(24px, 4vw, 56px);
    line-height: 1.2;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content p {
    font-size: clamp(14px, 1.6vw, 16px);
    color: #494848;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: left;
}

.banner-content p:last-child {
    margin-bottom: 0;
}

.banner-content p:empty {
    display: none;
}

.app-store-btn h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 12px;
    font-family: var(--desc_font);
    margin-top: 17px;
    text-transform: uppercase;
    width: 100%;
}

.app-store-btn a {
    display: inline-block;
    margin: 0 20px 15px 0;
    width: 207px;
    position: relative;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.app-store-btn a:hover {
    left: -10px;
}

.app-store-btn a img {
    max-width: 100%;
}

.app-store-btn a:last-child {
    margin: 0;
}

/*****************************************/
.location-area {
    padding: 65px 0 21px 0;
}

.location-area-inner {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}

.rootservices .common-title h3 {
    color: #000;
}

.common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-title h3 {
    font-size: clamp(26px, 3.5vw, 46px);
    line-height: 1.25;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.common-title h3:empty {
    display: none;
}

.common-title h3 span {
    font-weight: 600;
    font-size: clamp(18px, 2.2vw, 30px);
    display: block;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}

.common-title h3 span:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    /*background-color: #45aeac;*/
    top: 50%;
    margin-top: -1px;
    left: -63px;
}

.common-title h3 span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    /*background-color: #45aeac;*/
    top: 50%;
    margin-top: -1px;
    right: -63px;
}

.location-area select,
.location-area .selected_service {
    width: 210px;
    font-size: 16px;
    color: #494949;
    padding: 10px 45px 10px 23px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    outline: none;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.location-area .selected_service a {
    line-height: 21px;
}

.location-area select option,
.location-area #standard-select li {
    font-size: 18px;
}

.location-area input {
    width: 646px;
    max-width: 100%;
    font-size: 20px;
    color: #494949;
    padding: 22px 120px 22px 62px;
    margin: 0;
    border: none;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    outline: none;
    box-sizing: border-box;
    vertical-align: top;
    text-overflow: ellipsis;
}

.location-area form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 858px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11), 0 0 0 1px #e1e1e1 inset;
}

.location-area form .element-holder {
    display: inline-block;
    position: relative;
    margin: 0;
}

.goto-service-page {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    right: 0;
    display: none;
    flex-wrap: wrap;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 35px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.element-holder:after {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../../img/apptype/CJXv3Pro/drop_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 27px;
    background-size: 12px;
    pointer-events: none;
}

.element-holder.address-input:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../img/apptype/CJXv3Pro/location.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    pointer-events: none;
}

.location-area form .element-holder.address-input button[type="submit"] {
    position: absolute;
    border: none;
    outline: none;
    width: 62px;
    height: auto;
    background-color: #3d5aaa;
    right: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    top: 1px;
    bottom: 1px;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

.element-holder.address-input:after {
    background-image: url(../../../img/apptype/CJXv3Pro/locate-go.png);
    z-index: 1;
    width: 62px;
    background-position: center;
    background-size: 24px;
}

.common-title.left h3 {
    align-items: flex-start;
    text-align: initial;
}

/********************************/
.select_service {
    position: relative;
}

.services_part {
    display: flex;
    flex-wrap: wrap;
}

.services_part_title {
    width: 100%;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 10px 15px;
}

.select_service ul#standard-select {
    position: absolute;
    top: 100%;
    width: 858px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    z-index: 1;
    margin-top: 20px;
}

.select_service.active ul#standard-select {
    display: block;
}

.select_service ul#standard-select .service_head {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #000;
    font-family: var(--desc_font);
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    background-color: #d5fffe;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.selected_service.active~ul#standard-select {
    display: flex;
}

.select_service ul#standard-select:before {
    content: '';
    position: absolute;
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    right: 20px;
    top: -11px;
    left: 20px;
    width: 0;
}

.select_service ul#standard-select li {
    font-size: 14px;
    display: inline-block;
    width: 25%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-right: 1px solid #ddd;
    color: #000;
}

.select_service ul#standard-select li a {
    padding: 8px 10px;
    margin: 4.5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: block;
    color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.select_service ul#standard-select li a:hover {
    background-color: #ddd;
    color: #000;
}

/*.select_service ul#standard-select li:hover {
    color: #45aeac;
}*/
.select_service ul#standard-select .service_head .search_service img {
    width: 16px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select_service ul#standard-select .service_head .search_service input[type="text"] {
    background-color: #fff;
    border-radius: 5px;
    width: 174px;
    height: auto;
    padding: 5.5px 33px 5.5px 10px;
    font-size: 15px;
    border: 1px solid #ddd;
}

.select_service ul#standard-select .service_head .search_service {
    position: relative;
}

/*****************************************/

.round-shape {
    width: 112px;
    height: 112px;
    position: absolute;
    right: 60px;
    top: 60px;
    /* background-color: #45aeac;*/
    border-radius: 50%;
    opacity: 0.20;
}

.strock-round {
    display: none;
}

.rootservices-inner {
    max-width: 1800px;
    width: 93%;
    margin: 0 auto;
    background-color: #F8F8F8;
    border-radius: 70px;
    padding: 40px 260px;
    box-sizing: border-box;
}

@media (max-width: 1440px) {
    .rootservices-inner {
        padding: 70px 100px;
    }
}

@media (max-width: 1024px) {
    .rootservices-inner {
        padding: 50px 30px;
        border-radius: 40px;
    }
}

@media (max-width: 767px) {
    .rootservices-inner {
        padding: 30px 15px;
        border-radius: 30px;
        width: 100%;
    }
}

.common-title.havedesc {
    margin-bottom: 24px;
}

.rootservices .common-title h3 {
    font-size: clamp(26px, 3.5vw, 48px);
    font-weight: 600;
    color: #111827;
    line-height: 1.25;
    font-family: var(--desc_font);
    margin-bottom: 16px;
    text-transform: none;
    text-align: center;
}

.rootservices .common-title p {
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-family: var(--desc_font);
    text-align: center;
}

.services-container {
    max-width: 1280px;
    width: 100%;
    margin: 24px auto 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    overflow: hidden;
}

.rootservices .TABROW {
    display: flex;
    min-height: 64px;
    height: auto;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E2E2E2;
    border-radius: 24px 24px 0 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    gap: 0;
    -webkit-overflow-scrolling: touch;
}

.rootservices .TABROW .TAB {
    flex: 1;
    min-height: 64px;
    height: auto;
    padding: 12px 16px;
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 600;
    color: #3E4A39;
    background-color: #F8F8F8;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    white-space: nowrap;
}

.rootservices .TABROW .TAB.active {
    background-color: #ffffff;
    color: #00a9aa;
    border-bottom: 3px solid #00a9aa;
}

.rootservices .TABROW .TAB:hover {
    color: #00a9aa;
}

.rootservices .TABROW .TAB img.tab-icon {
    height: 26px;
    width: auto;
    object-fit: contain;
    margin-right: 8px;
    opacity: 0.8;
    filter: brightness(0) saturate(100%) invert(26%) sepia(10%) saturate(1400%) hue-rotate(56deg) brightness(94%) contrast(87%);
    transition: opacity 0.3s ease;
}

.rootservices .TABROW .TAB:hover img.tab-icon,
.rootservices .TABROW .TAB.active img.tab-icon {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(49%) sepia(93%) saturate(1435%) hue-rotate(143deg) brightness(92%) contrast(101%);
}

.servicelist {
    display: none;
    padding: clamp(16px, 2.5vw, 30px);
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: clamp(12px, 2vw, 24px);
    border: none;
    border-radius: 0 0 24px 24px;
}

.servicelist.activelist {
    display: grid;
    background-color: #ffffff;
}

.serviceblock {
    width: auto;
    padding: 0;
}

.serviceblock-inner {
    width: 100%;
    max-width: 183px;
    min-height: 140px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 12px;
    gap: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.serviceblock-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px 0px rgba(0, 169, 170, 0.15);
}

.serviceblock-inner b {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
}

.serviceblock-inner img {
    max-height: 64px;
    max-width: 64px;
    height: auto;
    width: auto;
    object-fit: contain;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.rootservices .serviceblock strong {
    display: block;
    font-weight: 500;
    color: #1B1B1B;
    text-transform: none;
    font-size: 16px;
    font-family: var(--desc_font);
    margin: 0;
    text-align: center;
    line-height: 20px;
}

.hiddenrootser {
    display: none;
}

/*****************************************/
.howworks {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 0;
}

.howworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.howworks .common-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3.5vw, 45px);
    font-weight: 600;
    color: #000000;
    line-height: 1.25;
    text-transform: none;
    text-align: center;
    margin-bottom: 8px;
}

.howworks .common-title p {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.howworks ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
    gap: 32px;
}

.howworks ul li.howwork-item {
    position: relative;
    width: 100%;
    max-width: 296px;
    height: 315px;
}

.howwork-bg-rect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    border-radius: 8px;
}

.howwork-item[data-number="0"] .howwork-bg-rect {
    background-color: #E7F4F7;
}

.howwork-item[data-number="1"] .howwork-bg-rect {
    background-color: #F9F5ED;
}

.howwork-item[data-number="2"] .howwork-bg-rect {
    background-color: #FAF1F1;
}

.howwork-item[data-number="3"] .howwork-bg-rect {
    background-color: rgba(238, 229, 255, 0.8);
}

.howworks ul li .howworks-block {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 21px;
    width: auto;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 24px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.howworks-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howworks-icon img {
    max-height: 65px;
    max-width: 65px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.howworks ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 27px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.howworks ul li p {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1309px) {
    .howworks ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        gap: 16px;
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .howworks ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(240px, 296px));
        justify-content: center;
        gap: 40px 24px;
        margin-top: 40px;
    }
}

@media (max-width: 630px) {
    .howworks ul {
        display: grid;
        grid-template-columns: minmax(240px, 296px);
        justify-content: center;
        gap: 30px;
        margin-top: 15px;
    }
}

.howworks .common-title.havedesc p {
    text-align: center;
}

.common-title.havedesc h3 {
    margin-bottom: 5px;
}

.common-title.havedesc p {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.common-title.havedesc {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*****************************************/
.become-shape {
    width: 112px;
    height: 112px;
    position: absolute;
    left: -40px;
    top: 47%;
    /*background-color: #45aeac;*/
    border-radius: 50%;
    opacity: 0.20;
    z-index: -1;
}

.become {
    padding: 60px 0 60px 0;
}

.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.become .common-title h3 {
    font-size: clamp(26px, 3.5vw, 45px);
    font-weight: 600;
    color: #000000;
    line-height: 1.25;
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
}

.become .common-title p {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    max-width: 1280px;
    margin: 16px auto 0 auto;
}

.become ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.become ul li {
    width: calc((100% / 5) - 16px);
    width: -o-calc((100% / 5) - 16px);
    width: -moz-calc((100% / 5) - 16px);
    width: -webkit-calc((100% / 5) - 16px);
}

.become ul li a {
    padding: 20px 1px 1px 1px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    text-decoration: none;
    min-height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
    outline: 1px solid #D7D7D7;
}

.become ul li img {
    width: auto;
    height: 171px;
    max-width: 100%;
    margin-bottom: 1px;
    object-fit: scale-down;
    vertical-align: top;
    object-position: bottom center;
}

.become ul li a strong {
    text-transform: initial;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.become ul li a strong i {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    opacity: 0;
    height: 24px;
    margin: 0;
}

.become ul li a:hover strong i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    opacity: 1;
    color: #FDB03E;
}

.become ul li strong i img {
    height: 24px;
}

.app-feature-section {
    padding: 30px 0;
    background-color: #ffffff;
}

.app-feature-section strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #3e3e3e;
    display: block;
    margin-bottom: 0;
    max-width: 990px;
    text-align: center;
    margin: 0 auto;
}

.select2-container--default .select2-results__option[aria-disabled=true][id$="service-main-cat"] {
    padding: 6px 6px 6px 6px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.select2-container--default .select2-results__option[aria-disabled=true][id$="service-main-subcat"] {
    padding: 6px 6px 6px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

li.select2-results__option:not([id$="service-main-subcat"]):not([id$="service-main-cat"], .select2-results__option) {
    padding: 6px 6px 6px 50px;
}

li.select2-results__option:not([id$="service-main-subcat"]):not([id$="service-main-cat"]):first-child {
    padding: 6px;
}

.gen-cms-page .static-page,
.gen-cms-page .faq-page {
    margin-top: 30px;
}

.download ul li img {
    height: auto !important;
}

/*****************************************/
.banner:after {
    display: none;
}

.banner-right {
    position: relative;
    z-index: 1;
}

.banner-right::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 140px;
    background: linear-gradient(179.98deg, #E8F7F7 0%, #BAE8E8 100%);
    z-index: -1;
    margin-top: -40px;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
    width: 60%;
    margin-left: auto;
}

.shape__ {
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 140px;
    width: 50%;
    z-index: 0;
    pointer-events: none;
}

.shape__ img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/*****************************************/
[dir="rtl"] .round-shape {
    right: auto;
    left: 60px;
}

[dir="rtl"] .become-shape {
    right: -40px;
    left: auto;
}

[dir="rtl"] .strock-round {
    right: -280px;
    left: auto;
}

[dir="rtl"] .app-store-btn {
    font-size: 0;
}

[dir="rtl"] .app-store-btn a {
    margin: 0 0 15px 10px;
}

[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
    left: 0;
    right: auto;
}

[dir="rtl"] .location-area select,
[dir="rtl"] .location-area .selected_service {
    padding: 10px 23px 10px 45px;
    border-right: 0 solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -ms-border-radius: 0 10px 0 0;
    -o-border-radius: 0 10px 0 0;
}

[dir="rtl"] .location-area input {
    padding: 22px 62px 22px 120px;
}

[dir="rtl"] .goto-service-page {
    left: 60px;
    right: 0;
}

[dir="rtl"] .detect-loc {
    right: auto;
    left: 70px;
}

[dir="rtl"] .element-holder:after {
    right: auto;
    left: 0;
}

[dir="rtl"] .common-title h3:before {
    left: auto;
    right: -25px;
}

[dir="rtl"] .element-holder.address-input:before {
    right: 0;
    left: auto;
}

[dir="rtl"] .rootservices .common-title.left {
    padding: 24px 0 0 160px;
}

[dir="rtl"] .rootservices ul li:nth-child(2) {
    border-width: 1px 1px 0 0px;
}

[dir="rtl"] .rootservices ul li:nth-child(3) {
    border-width: 1px 1px 0 1px;
}

[dir="rtl"] .rootservices ul li {
    border-width: 1px 1px 1px 0px;
}

[dir="rtl"] .rootservices ul li strong {
    padding: 0 20px 0 0;
}

[dir="rtl"] .rootservices ul li .readmorebtn {
    right: auto;
    left: 0;
    border-radius: 0 10px;
    -moz-border-radius: 0 10px;
    -ms-border-radius: 0 10px;
    -o-border-radius: 0 10px;
}

[dir="rtl"] .common-title.left h3:before {
    left: auto;
    right: -30px;
}

[dir="rtl"] .rootservices ul li.headinglist .common-title h3 span:after {
    right: auto;
    left: -63px;
}

[dir="rtl"] .rootservices ul li:last-child {
    border-width: 1px 1px 1px 1px;
}

[dir="rtl"] .rootservices ul li a.more-services img {
    vertical-align: middle;
    margin-left: 0;
    margin-right: 6px;
}

[dir="rtl"] .element-holder.address-input:after {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .rootservices ul li a.readmorebtn:after {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}

[dir="rtl"] .become ul li a:after {
    /*transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);*/
}

form#_fare_estimate_form .button-block {
    display: block;
}

[dir="rtl"] #_fare_estimate_form .btn-hold.mr-auto {
    margin: 0 10px 0 0;
}

[dir="rtl"] .become ul li a:after {
    right: auto;
    left: 0;
    border-radius: 0 10px;
    -moz-border-radius: 0 10px;
    -ms-border-radius: 0 10px;
    -o-border-radius: 0 10px;
}

[dir="rtl"] .rootservices .common-title.left p {
    text-align: right;
}

[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

[dir="rtl"] .become ul li strong:before {
    left: auto;
    right: -15px;
}

[dir="rtl"] .banner-section.taxi-app .categories-block {
    margin-left: 0;
    margin-right: auto;
}

#new-home-page {
    overflow-x: hidden;
}

[dir="rtl"] .banner-section.taxi-app .banner-section-inner {
    direction: rtl;
}

#currDropdown,
#langDropdown {
    z-index: 99999
}

#currDropdown {
    display: none;
}

#mainCurrDropdown:hover #currDropdown {
    display: block;
}

#langDropdown {
    display: none;
}

#mainLangDropdown:hover #langDropdown {
    display: block;
}

[dir="rtl"] .goto-service-page {
    border-radius: 10px 0 0 10px;
}

[dir="rtl"] .banner:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

[dir="rtl"] .commondata:before {
    right: 0;
    left: auto;
}

[dir="rtl"] .commondata.reverse:before {
    left: 0;
    right: auto;
}

[dir="rtl"] .become ul li a .became_arrow img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

[dir="rtl"] .common-title h3::after {
    left: auto;
    right: -13px;
    transform: translate(0, -50%) skew(45deg, 0);
    -webkit-transform: translate(0, -50%) skew(45deg, 0);
    z-index: -1;
    -moz-transform: translate(0, -50%) skew(45deg, 0);
    -ms-transform: translate(0, -50%) skew(45deg, 0);
    -o-transform: translate(0, -50%) skew(45deg, 0);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1920px) {
    .banner:after {
        top: -5%;
    }

    .banner-right {
        align-items: center;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width:1680px) {
    .banner:after {
        top: -5%;
    }

    .banner-right {
        align-items: center;
    }
}

@media (max-width:1366px) {
    .banner {
        padding: 110px 0 40px 0;
    }

    .commondataimgholder {
        max-width: 100%;
    }

    .banner:after {
        top: -5%;
    }

    .banner-right {
        align-items: center;
    }

    .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 48.44px;
        line-height: 50px;
    }

}

@media screen and (max-width:1280px) {
    .become ul li {
        flex: 1 1 0;
    }
}

@media screen and (max-width:1279px) {
    .banner-content h1 span {
        font-size: 48px;
        line-height: 48px;
    }

    .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /************************************/
    header.fixed .header-right ul li {
        padding: 0 6px;
    }

    .become ul {
        gap: 30px;
        padding: 20px;
    }
}

@media screen and (max-width:1024px) {
    .banner:after {
        display: none;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .rootservices ul li a.more-services {
        padding: 14px 28px;
        font-size: 20px;
    }

    .rootservices ul li:hover a {
        color: #fff;
    }

    /*********************************/
    .rootservices ul li,
    .rootservices ul li:last-child {
        width: 33.33%;
    }

    /*********************************/
    .commondata:before {
        display: none;
    }

    .rootservices .TABROW .TAB {
        min-width: inherit;
    }
}

@media screen and (max-width:991px) {

    header.fixed .header-right ul li {
        padding: 0;
    }

    .header-left .logo {
        margin-right: 0;
        padding: 0;
        margin-left: 0;
    }

    header.fixed {
        background-color: #FFF !important;
    }

    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login.active a {
        border: none;
        width: 100%;
        padding: 15px;
        border-radius: 0;
        color: #000;
    }

    header.fixed .header-right ul li.login {
        border-bottom: 1px solid #ddd;
    }

    header.fixed .header-right ul li.login:last-child {
        border: none;
    }

    header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login a:hover {
        background-color: transparent;
    }

    header.fixed.loggedin ul li.login a:hover img

    /*header.fixed.loggedin ul li.login a img*/
        {
        display: inline-block;
    }

    /*#new-home-page header.fixed .header-right ul li.login.active a,*/
    #new-home-page header.fixed .header-right ul li.login a {
        color: #000;
    }

    #new-home-page header.fixed .header-right ul li.login a:hover,
    header.fixed .header-right ul li.login.active a:hover,
    header.fixed .header-right ul li.login:hover a {
        background-color: #fff;
        /* color: #45aeac;*/
    }

    header.fixed .header-right ul li.login:hover a,
    #new-home-page header.fixed .header-right ul li.login.active a {
        border: none;
    }

    /**********************************/
    .header-right ul li .dropdown-content {
        top: 0;
    }

    header ul.mobile_language_cur li .dropdown-content {
        width: 95vw;
        top: 72px;
        margin: 0 auto;
    }

    /**********************************/
    .banner {
        padding: 100px 0 15px 0;
        margin: 0;
    }

    .banner-inner {
        flex-direction: column-reverse;
    }

    .banner-left {
        width: 100%;
    }

    .banner-right {
        width: 100%;
        align-items: center;
    }

    .banner-right img {
        width: auto;
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .banner:after {
        display: none;
    }

    .banner-content h1 span {
        font-size: 38px;
        line-height: 38px;
    }

    /*************************************/
    .common-title h3 {
        font-size: 42px;
    }

    .common-title h3 span {
        font-size: 22px;
        margin-bottom: 4px;
    }

    /*************************************/
    .rootservices ul li.headinglist {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }

    .rootservices ul li {
        width: 50%;
    }

    .rootservices ul li:last-child {
        width: 100%;
    }

    .rootservices .common-title.left,
    [dir="rtl"] .rootservices .common-title.left {
        padding: 0 0 0 0;
    }

    /*************************************/
    .app-store-btn a {
        margin: 0 15px 15px 0;
    }

    /*************************************/
    .location-area form {
        flex-direction: column;
    }

    .location-area select,
    .location-area .selected_service {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        border-right: none;
    }

    [dir="rtl"] .location-area .selected_service {
        border-left: none;
    }

    [dir="rtl"] .goto-service-page {
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }

    .location-area form .element-holder.address-input button[type="submit"] {
        top: 0;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }

    .location-area input {
        width: calc(100% - 124px);
        width: -o-calc(100% - 124px);
        width: -moz-calc(100% - 124px);
        width: -webkit-calc(100% - 124px);
        max-width: 734px;
    }

    .goto-service-page {
        top: 0;
        font-size: 24px;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }

    .select_service ul#standard-select {
        width: auto;
    }

    .select_service ul#standard-select li {
        width: 33.33%;
    }

    /*************************************/
    .rootservices ul li,
    .rootservices ul li:nth-child(2),
    .rootservices ul li:nth-child(3),
    [dir="rtl"] .rootservices ul li,
    [dir="rtl"] .rootservices ul li:nth-child(2),
    [dir="rtl"] .rootservices ul li:nth-child(3) {
        border-width: 1px;
    }

    [dir="rtl"] .rootservices ul li:nth-child(3) {
        border-width: 1px 1px 1px 1px;
    }

    /*************************************/
    [dir="rtl"] .app-store-btn a {
        margin: 0 0 15px 15px;
    }

    [dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
        border-radius: 0 0 0 10px;
        -webkit-border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        -ms-border-radius: 0 0 0 10px;
        -o-border-radius: 0 0 0 10px;
    }

    [dir="rtl"] .categories-block {
        margin: 1;
    }

    .commondata-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .commondata-right {
        width: 100%;
    }

    .commondata.reverse .commondata-inner {
        flex-direction: column-reverse;
    }

    .commondataimgholder,
    .commondataimgholder img {
        width: 100%;
    }

    .location-area {
        padding: 55px 0 27px 0;
    }

    .rootservices ul li:last-child {
        margin-bottom: 0;
    }

    .gen-cms-page .static-page,
    .gen-cms-page .faq-page {
        margin-top: 20px;
    }


    .strock-round {
        display: none;
    }

    .servicelist {
        grid-template-columns: repeat(4, 1fr);
    }

    .become ul li a {
        padding: 15px;
    }

    .became-img-block {
        border-radius: 8px;
    }

    .become ul li strong {
        font-size: 25px !important;
        line-height: 32px !important;
    }


}

@media screen and (max-width:767px) {
    .banner {
        text-align: center;
    }

    .banner-content p {
        font-size: 15px;
        /*line-height: 26px;*/
        /*font-weight: 400;*/
        text-align: center;
    }

    /*************************************/
    .common-title h3 {
        font-size: 35px;
    }

    .common-title h3 span {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .common-title.havedesc {
        margin-bottom: 0;
    }

    /*************************************/
    .location-area input {
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    .location-area form .element-holder {
        width: 100%;
    }

    .location-area select,
    .location-area .selected_service {
        width: 100%;
    }

    /*************************************/

    #DeliveryAddress.deliver-address:before {
        top: 0;
    }

    .search-page-wrap .deliver-address:before {
        top: -72px !important;
        /*left:2px;*/
        left: 9px;
    }

    .footer-column ul li a {
        line-height: 20px;
    }

    .deliver-address input {
        padding: 0 45px 0 29px !important;
    }

    .search-page-wrap h3 {
        margin: 0 0 0px 0 !important;
    }

    .search-page-wrap p {
        margin-bottom: 12px !important;
    }

    .deliver-address .user_info_input {
        margin: 0 0 0px !important;
    }

    .rootservices .TABROW {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: inherit;
    }

    .rootservices .TABROW .TAB {
        min-width: inherit;
        width: auto;
        white-space: nowrap;
    }


}

@media screen and (max-width:630px) {
    .banner-content h1 {
        font-size: 8vw;
        line-height: 8vw;
        margin-bottom: 15px;
    }

    .banner-content p strong {
        font-size: 22px;
    }

    .banner-right::after {
        bottom: 15px;
        width: 100%;
        height: 20px;
    }

    .howworks,
    .rootservices {
        padding: 0 0;
    }

    .banner-content h1 span {
        font-size: 30px;
        line-height: 30px;
    }

    .rootservices ul {
        display: block;
        margin: 0;
    }

    .rootservices ul li.headinglist {
        width: 100%;
    }

    .rootservices ul li,
    .rootservices ul li:last-child {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .rootservices.homepage ul li {
        margin-bottom: 20px;
        padding: 0;
    }

    .rootservices ul li:last-child {
        padding: 0;
        background-color: transparent;
        border: none;
    }

    .rootservices ul li:last-child:hover {
        background-color: transparent;
    }

    .rootservices ul li a.more-services {
        background-color: #000 !important;
    }

    .rootservices .serviceblock strong {
        font-size: 14px;
    }


    .common-title.havedesc p {
        font-size: 17px;
    }

    /*************************************/
    .app-store-btn h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    [dir="rtl"] .app-store-btn a,
    .app-store-btn a {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        margin: 0;
    }

    .app-store-btn {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .app-store-btn a img {
        width: 100%;
    }

    .app-store-btn a:hover {
        left: 0;
    }

    /*************************************/
    header.fixed .header-right .login-icon,
    header.fixed.loggedin ul li.login a img {
        display: inline-block;
    }

    /*************************************/
    .header-right ul li.curr .dropdown-content .column a,
    header ul.mobile_language_cur li .dropdown-content .column a {
        width: calc(33.33% - 9px);
        width: -o-calc(33.33% - 9px);
        width: -moz-calc(33.33% - 9px);
        width: -webkit-calc(33.33% - 9px);
    }

    .select_service ul#standard-select li {
        width: 50%;
    }

    .common-title h3 {
        font-size: 27px;
    }

    .servicelist {
        grid-template-columns: repeat(auto-fit, minmax(calc(50% - 15px), 1fr));
        border-radius: 0;
    }

    .serviceblock-inner {
        max-width: unset;
        min-height: unset;
    }


    .serviceblock-inner img {
        height: 60px;
    }


    .location-area {
        padding: 40px 0 20px 0;
    }

    .rootservices ul li:last-child {
        margin-bottom: 0;
    }

    .footer-column ul.contact-data li {
        margin-bottom: 5px;
    }

    .footer-column ul li {
        margin-bottom: 6px;
    }
}

@media screen and (max-width:480px) {
    .become {
        padding: 40px 0;
    }

    .location-area select,
    .location-area .selected_service {
        padding: 10px 70px 10px 13px;
        font-size: 16px;
    }

    .location-area input {
        padding: 22px 100px 22px 40px;
        font-size: 16px;
    }

    [dir="rtl"] .location-area input {
        padding: 22px 40px 22px 100px;
    }

    .element-holder:after {
        width: 50px;
        background-position: center;
    }

    .element-holder.address-input:before {
        width: 36px;
        background-size: 14px;
        background-position: center;
    }

    .header-right ul li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }

    header ul.mobile_language_cur li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }

    header ul.mobile_language_cur li .dropdown-content .column a {
        width: calc(33.33% - 9px);
        width: -o-calc(33.33% - 9px);
        width: -moz-calc(33.33% - 9px);
        width: -webkit-calc(33.33% - 9px);
    }

    .goto-service-page {
        font-size: 18px;
    }

    #DeliveryAddress.deliver-address:before {
        top: 0;
        left: 8px;
        /*height: 63px;*/
    }

    .search-page-wrap .deliver-address:before {
        top: -72px;
        left: 2px;
    }

    .become ul li a {
        min-height: auto;
    }

    .become ul li strong {
        font-size: 20px;
        line-height: 23px;
    }

    header.loggedin .header-inner .logo {
        padding: 0 0px 0 30px;
    }

    .common-title h3::after {
        height: 13px;
        left: -6px;
        width: 25px;
    }

    [dir="rtl"] .common-title h3::after {
        left: auto;
        right: -6px;
    }

    .become ul {
        gap: 30px;
        padding: 0;
        background: transparent;
        box-shadow: none;
        margin-top: 15px;
    }

    .become ul li strong {
        font-size: 23px !important;
        line-height: 30px !important;
    }

    .become ul li a .became_arrow img {
        height: 25px;
    }
}

@media (max-width:375px) {
    .servicelist {
        padding: 20px 6px;
    }

    .servicelist {
        row-gap: 15px;
    }

    .serviceblock {
        padding: 0 8px;
    }
}