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: 'Rubik';
}
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;
}

/********************* header customization start *************************/
header.fixed.loggedin,
#order-pages header.fixed {
    z-index: 10;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
#order-pages header.fixed {
    overflow: visible !important;
}
#wrapper header.fixed.shadow {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
#new-home-page header.fixed.shadow {
    background-color: #fff;
}
#new-home-page header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    background-color: transparent;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.home-sec-pg-banner {
    position: relative;
    top: 0;
    padding: 0;
    background: #fff
}
#order-pages header.fixed .navmenu-links li a::after,
#wrapper header.fixed .header-left ul li a::after,
header.fixed.loggedin .header-left ul li a::after {
    height: 2px
}
header.fixed.loggedin ul li.login a:hover img,
header.fixed.loggedin ul li.login a img {
    display: none
}
#new-home-page header.fixed .navmenu-links li a,
#order-pages header.fixed .navmenu-links li .column a {
    color: #303030;
}
#new-home-page header.fixed .navmenu-links li a:hover {
    color: #5c96fa
}
#new-home-page header.fixed .header-left ul li a::after {
    background-color: #5c95fa;
    height: 2px
}
header.fixed .header-right ul li {
    /* padding: 0 8px; */
    padding: 0 6px;
    border-style: solid;
    border-width: 0 0px 0 1px;
    border-color: transparent;
    /*transition: all 0.5s ease 0s;*/
    transition: all 0s ease 0s;
    align-items: center;
    background-color: transparent;
    position: relative;
}
.header-right ul:last-child li:last-child {
    padding-left: 0;
}
#new-home-page header.fixed .header-right ul li:hover,
#new-home-page header.fixed .header-right ul li.login {
    background-color: transparent;
    outline: none;
    text-decoration: none;
    position: relative
}
header.fixed .header-right ul li.login::after,
header.fixed .header-right ul li.lang::after,
header.fixed .header-right ul li.curr::after {
    display: none
}
.header-right ul li .dropdown-content,
.header-left ul li .dropdown-content {
    z-index: 99998
}
#wrapper header.fixed .dropdown-content .column a,
#wrapper header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed .dropdown-content .column a,
header.fixed .navmenu-links .dropdown-content .column a:hover,
header.fixed.loggedin .dropdown-content .column a,
header.fixed.loggedin .navmenu-links .dropdown-content .column a:hover {
    float: none;
    color: #000 !important;
    padding: 16px;
    text-decoration: none;
    display: inline-block;
    text-align: initial;
    line-height: normal;
    height: auto;
    font-weight: 400;
    box-shadow: 0 0 0 2px #fff inset
}
/******************** header customization end **************************/
.banner {
    padding: 82px 0 0 0;
    position: relative;
    margin-bottom: 0;
    background-size: auto 100%;
    background-position: top 0 right 0;
    background-repeat: no-repeat;
}
.banner-img {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26%;
    background-color: #EE399F;
}
.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: flex-end;
    min-height: 100px;
}
.banner-left {
    width: 47%;
    padding: 3% 0;
}
.banner-right {
    width: 51%;
    margin-top: -5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.banner-right::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 90.586%;
}
.banner-right img{
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.banner-content h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 1em;
    color: #2E2E2E;
    margin: 0 0 10px 0;
}
.banner-content h1 strong {
    font-weight: 400;
    font-size: 20px;
    display: block;
    position: relative;
    margin: 10px 0 5px 0;
    display: block;
    line-height: 1em;
}
.banner .header-title-shape {
   width: 29px;
}
.banner-content p strong {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
}
.banner-content p:empty {
    display: none;
}
.app-store-btn h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
    font-family: 'poppins';
    margin: 20px 0 15px 0;
    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;
}
.banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 24px;
}
.banner ul li:before {
    content: '';
    height: 28px;
    background-image: url(../../../img/apptype/XBTYAIO/home-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.banner ul li {
    display: grid;
    grid-template-columns: 28px auto;
    gap: 15px;
    text-align: justify;
}
/*****************************************/
.rootservices .common-title h3 {
    color: #000;
}
.common-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.common-title img {
    width: 37px;
    display: inline-block;
    margin-bottom: 10px;
}
.common-title h3 {
    font-size:45px;
    font-weight: 800;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}

.common-title h3:empty {
    display: none;
}
.common-title h3 span {
    /*color: #45aeac;*/
    font-weight: 400;
    font-size: 20px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
/******************* location area start ***********************/
.location-area {
    padding: 25px 48px;
}
.location-input-holder {
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* overflow: hidden; */
    position: relative;
}
.location-area i img {
    height: 27px;
}
.location-area i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0;
    width: 64px;
    bottom: 0;
}
.location-area input[type="text"] {
    border: none;
    margin: 0;
    padding: 15px 15px 15px 0;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
    color: #000;
    width: 100%;
    padding-left: 64px;
    background: transparent;
}
.location-area button[type="submit"] {
    border: none;
    background-color: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1px;
    width: 80px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 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;
}
.location-area button[type="submit"] img {
    width: 36px;
}
.shape-setting {
    position: relative;
    z-index: 1;
}
/******************* location area end ***********************/
/******************************************/
.banifit {
    padding: 20px 0 40px 0;
    position: relative;
    z-index: 0;
}
.banifit::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../../../img/apptype/XBTYAIO/benifit-shape.svg);
    opacity: 0.12;
    background-repeat: no-repeat;
    background-position: bottom right;
    display: none;
}
.banifit-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: auto 480px;
    gap: 40px;
    align-items: center;
}
.banifit ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 24px;
    flex-direction: column;
    margin-top: 30px;
}
.banifit ul li:before {
    content: '';
    height: 28px;
    background-image: url(../../../img/apptype/XBTYAIO/home-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.banifit ul li {
    display: grid;
    grid-template-columns: 28px auto;
    gap: 15px;
}
.banifit-mage img{
    max-width: 100%;
}
/******************************************/
.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/XBTYAIO/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/XBTYAIO/location.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    pointer-events: none;
}
.element-holder.address-input:after {
    background-image: url(../../../img/apptype/XBTYAIO/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;
}
.common-title.left {
    align-items: flex-start;
}
/********************************/
.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: 'poppins';
    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;
}
/*****************************************/
.rootservices.homepage.page-section {
    padding-top: 50px;
}
.round-shape {
    width: 112px;
    height: 112px;
    position: absolute;
    right: 60px;
    top: 60px;
    /* background-color: #45aeac;*/
    border-radius: 50%;
    opacity: 0.20;
}
.strock-round {
    width: 392px;
    height: 392px;
    display: inline-block;
    position: absolute;
    left: -280px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    top: 122px;
}
.rootservices {
    padding: 50px 0;
    background-color: #f7f4fb;
    box-shadow: 0 0 51px 0 rgb(0 0 0 / 10%) inset;
}
.common-title.havedesc {
    margin-bottom: 20px;
}
.common-title.havedesc h3 {
    margin-bottom: 5px;
}
.rootservices .common-title h3 {
    color: #000;
}

.common-title.havedesc p {
    font-size: 18px;
    color: #000;
    text-align: center;
}
.rootservices-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.rootservices .TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0 0;
}
.rootservices .TABROW .TAB.active {
    border-style: solid;
    border-color: #4CBB17;
    border-width: 1px 1px 0 1px;
    color: #4CBB17;
    box-shadow: none;
    background-color: #ffffff;
}
.rootservices .TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-flex;
    text-align: center;
    border-style: solid;
    border-color: #d8d8d8;
    border-width: 1px 1px 0 1px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    position: relative;
}
.rootservices .TABROW .TAB.active:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
}
.rootservices .common-title.left p {
    text-align: left;
    color: #000 !important;
    text-align: left;
    color: #000 !important;
    font-size: 20px;
    line-height: 31px;
}
.servicelist.activelist {
    display: flex;
    background-color: #ffffff;
}
.servicelist {
    display: none;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    border: 1px solid #dbdbdb;
    padding: 20px 2px;
    border-radius: 10px;
}
.serviceblock {
    width: 14.2%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.servicesdata-caption {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}
.serviceblock-inner {
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13), 0 0 0 0px #ccc inset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    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;
}
.serviceblock-inner:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.20), 0 0 0 3px #fff inset;
}
.serviceblock-inner img {
    height: 80px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.rootservices .serviceblock strong {
    display: block;
    font-family: 'Rubik';
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    line-height: normal;
}
.hiddenrootser {
    display: none;
}
/*****************************************/
.workprocess {
    padding: 40px 0;
    background-color: #f8f8f8;
}
.workprocess-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.workprocess ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 25px;
}
.workprocess ul li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.workprocess ul li strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin: -35px 0 18px 0;
    text-transform: capitalize;
}
.workprocess ul li .workprocess-block {
    padding: 0;
    text-align: center !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-height: 100%;
    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;
}
.workprocess ul li .workprocess-block img {
    width: 80px;
    height: 80px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
.workprocess ul li .workprocess-block i {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    width: 172px;
    height: 187px;
}
.workprocess ul li .workprocess-block i:after {
    content: '';
    width: 172px;
    height: 187px;
    background-image: url(../../../img/apptype/XBTYAIO/process-shape.png);
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.workprocess ul li:nth-child(even) .workprocess-block i:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);

}
.workprocess ul li .workprocess-block p {
    text-align: center;
}
.workprocess .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;
}
/*****************************************/
.services-category {
    padding: 0 0 40px 0;
    position: relative;
    margin-top: -40px;
}
.services-category-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.services-category ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.services-category form {
    box-shadow: 0 0 67px 0 rgba(0, 0, 0, 0.07);
}
.services-category ul li {
    text-align: center;
    padding: 15px 15px 8px 15px;
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: transparent;
    position: relative;
    background-color: #F9F8F6;
    cursor: pointer;
    border-color: #F9F8F6;
}
.services-category ul li.active {
    background-color: #fff;
}
.services-category ul li img {
    height: 60px;
}
.services-category ul li strong {
    display: block;
    margin-top: 15px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
/*****************************************/
.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: 50px 0;
    position: relative;
    z-index: 0;
}
.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.become ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}
.become ul li {
    width: 504px;
    margin: 0 30px 0 30px;
}
.become ul li a {
    border-radius: 10px;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.21);
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: #fff;
    min-height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.became-img-block {
    height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.become ul li strong {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 35px 25px 15px 42px;
    /* margin: 45px 25px 40px 52px; */
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.become ul li span {
    font-size: 15px;
    color: #494848;
    margin: 0 30px 15px 32px;
    display: block;
    line-height: 24px;
}

.become ul li a:after {
    content: '>';
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #00a9b7;
    border-radius: 50% 0 0 0;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    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;
}
.become ul li:hover a:after {
    background-color: #005e66;
}
.become ul li strong:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    /*background-color: #45aeac;*/
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: -15px;
    top: -15px;
}
.become ul li strong small {
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
.become ul li strong span {
    text-transform: initial;
    font-size: 35px;
    display: block;
    margin-bottom: 0;
}
.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;
}
/*****************************************/
[dir="rtl"] .banner-img {
    left: 0;
    right: auto;
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}
[dir="rtl"] .shape-setting:before {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}
[dir="rtl"] .services-category ul li.active:first-child:before {
    right: -1px;
    left: auto;
    border-right: 1px solid #ccc;
    border-left: 0;
}
[dir="rtl"] .services-category ul li.active:last-child:before {
    left: -1px;
    right: auto;
    border-left: 1px solid #ccc;
    border-right: 0;
}
[dir="rtl"] .location-area button[type="submit"] img {
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}
[dir="rtl"] .location-area input[type="text"] {
    padding-left: 15px;
    padding-right: 64px;
}
[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"] .goto-service-page {
    left: 60px;
    right: 0;
}
[dir="rtl"] .detect-loc {
    right: auto;
    left: 95px;
}
[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"] .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: rotate(180deg);
}
[dir="rtl"] .location-area button[type="submit"] {
    right: auto;
    left: -1px;
    border-radius: 5px 0px 0 5px;
    -webkit-border-radius: 5px 0px 0 5px;
    -moz-border-radius: 5px 0px 0 5px;
    -ms-border-radius: 5px 0px 0 5px;
    -o-border-radius: 5px 0px 0 5px;
}
[dir="rtl"] .location-area i {
    left: auto;
    right: 0;
}
/* @media screen and (max-width: 1920px) {
    .banner-right img {
        max-width: 52vw;
    }
} */
/* @media (min-width: 1600px) and (max-width: 1920px) {
    .banner-right img {
        max-width: 43vw;
    }
} */
@media (min-width: 1280px) and (max-width: 1600px) {
    .banner-content h1 {
        font-size: 48.44px;
        line-height: 50px;
    }
}
@media (max-width:1400px) {
    .banner-inner{
        align-items: flex-end;
    }
}
@media screen and (max-width:1280px) {
    .become ul li{flex: 1 1 0;}
}
@media screen and (max-width:1279px) {
    .banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }
    /************************************/
    .serviceblock {
        width: 20%;
    }
    /************************************/
    header.fixed .header-right ul li {
        padding: 0 6px;
    }
}
@media (max-width:1199px) {
    .banner{
        padding: 100px 0 0 0;
    }
    .banner-inner{
        row-gap: 15px;
        min-height: inherit;
    }
    .banner-left{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .banner ul{
        justify-content: center;
    }
    .banner-right{
        width: 100%;
        margin: 0;
    }
    .banner-img{
        display: none;
    }
    .banner-right img {
        max-width: 70%;
        display: block;
        margin: auto;
    }
}
@media screen and (max-width:1024px) {
    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%;
    }
    /*********************************/
}
@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
        {
        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;
    }
    /**********************************/
    .app-store-btn a {
        margin: 0 15px 15px 0;
    }
    /*************************************/
    .location-area {
        padding: 25px;
    }
    .services-category ul li {
        padding: 25px 10px;
    }
    .location-area input[type="text"] {
        font-size: 15px;
    }
    .services-category ul {
        grid-template-columns: repeat(6, 180px);
        overflow-x: auto;
    }
    .services-category ul li.active:last-child {
        margin-right: 0;
    }
    .services-category ul li.active:first-child:before,
    .services-category ul li.active:last-child:before {
        display: none;
    }
    .location-area {
        border-radius: 0 0 17px 17px;
        -webkit-border-radius: 0 0 17px 17px;
        -moz-border-radius: 0 0 17px 17px;
        -ms-border-radius: 0 0 17px 17px;
        -o-border-radius: 0 0 17px 17px;
}
    /*************************************/
    .banifit-inner {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .banifit::after {
        display: none;
    }
    /*************************************/
    .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 {
        padding: 30px 0 30px 0;
    }
    .rootservices .common-title.left,
    [dir="rtl"] .rootservices .common-title.left {
        padding: 0 0 0 0;
    }
    .serviceblock {
        width: 33.33%;
    }
    /*************************************/
    .app-store-btn a {
        margin: 0 15px 15px 0;
    }
    /*************************************/
    [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;
    }
    .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;
    }
    /*************************************/
    .workprocess ul li {
        width: 50%;
    }
    /*************************************/
    [dir="rtl"] .app-store-btn a {
        margin: 0 0 15px 15px;
    }
    [dir="rtl"] .categories-block {
        margin: 1;
    }
    .rootservices.homepage.page-section {
        padding: 27px 0 27px 0;
    }
    .rootservices ul li:last-child {
        margin-bottom: 0;
    }
    .gen-cms-page .static-page,
    .gen-cms-page .faq-page {
        margin-top: 20px;
    }
    .become-shape,
    .strock-round{
        display: none;
    }
    .become ul li{
        margin: 0 15px;
    }
    .banifit-right{
        margin: 0 auto;
    }
}
@media screen and (max-width:767px) {
    .banner {
        text-align: center;
        padding: 100px 0 50px 0;
    }
    .banner-content p {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
    }
    .app-store-btn h3 {
        margin-top: 0;
    }
    /*************************************/
    .common-title h3 {
        font-size: 35px;
    }
    .common-title h3 span {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .common-title.havedesc {
        margin-bottom: 25px;
    }
    /*************************************/
    #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;
    }
    .become ul li{flex: initial;margin: 0;}
}
@media screen and (max-width:630px) {
    .common-title h3 {
        font-size: 30px;
    }
    .blog-article.book-service-section .article-right p, .blog-article.book-service-section .article-left p, .blog-article.book-service-section .article-right ul, .blog-article.book-service-section .article-left ul {
        font-size: 15px;
        line-height: 24px;
    }
    .banner-content h1 {
        font-size: 8vw;
        line-height: 8vw;
        margin-bottom: 15px;
    }
    .banner-content p strong {
        font-size: 22px;
    }
    .banner-right img {
        max-width: 100%;
        margin: auto 0 15px 0;
        border-bottom: 1px solid #ddd;
    }
    .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;
    }
    .serviceblock {
        width: 50%;
    }
    .rootservices .serviceblock strong {
        font-size: 12px;
    }
    .workprocess ul{
        margin: 0;
    }
    .workprocess ul li {
        width: 100%;
        padding: 0;
    }
    .common-title.havedesc p {
        font-size: 15px;
        line-height: 23px;
    }
    /*************************************/
    .app-store-btn h3 {
        margin-top: 0;margin-bottom: 0;
        font-size: 22px;
    }
    [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 !important;
    }
    .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;
    }
    /*************************************/
    .location-area {
        padding: 10px;
    }
    .location-input-holder {
        grid-template-columns: auto 50px;
    }
    .location-area button[type="submit"] img {
        width: 25px;
    }
    .services-category ul li.active {
        margin-bottom: 0;
    }
    /*************************************/
    .services-category ul li img {
        height: 40px;
    }
    .services-category ul li strong {
        font-size: 14px;
        margin-top: 5px;
    }
    .services-category ul li {
        padding: 10px;
    }
    .services-category ul {
        grid-template-columns: repeat(6, 130px);
    }
    /*************************************/
    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%;
    }
    .become ul li strong {
        font-size: 28px;
        margin-left: 30px;
    }
    .become ul li span {
        margin-left: 30px;
    }
    .article-right h4,
    .article-left h4 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .rootservices.homepage.page-section {
        padding: 20px 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;
    }

    .location-area input[type="text"] {
        width: 100%;
        max-width: 70%;
        text-overflow: ellipsis;
        padding-left: 44px;
    }
    .location-area button[type="submit"]{
        width: 60px;
    }
    [dir="rtl"] .location-area input[type="text"]{
        padding-left: 15px;
        padding-right: 44px;
    }
    .detect-loc {
        width: 30px;
        right: 65px;
    }
    [dir="rtl"] .detect-loc {
        left: 65px;
        right: auto;
    }
    .location-area i {
        width: 44px;
    }
    .services-category {
        margin-top: -20px;
    }
    .workprocess ul li:nth-child(even) .workprocess-block i:after {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
}
@media screen and (max-width:480px) {
    .became-img-block {
        height: 69vw;
    }
    /******************************/
    .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;
    }
    .earning-block {
        text-align: left;
    }
    .earning-block .count {
        font-size: 32px;
        line-height: 40px;
    }
    header ul.mobile_language_cur li a {
        padding: 5px;
    }
    html[dir="rtl"] .earning-block {
        text-align: right;
    }
    html[dir="rtl"] header.loggedin .header-inner .logo {
        padding: 0 35px 0 0;
    }
}
@media (max-width:360px) {
    html[dir="rtl"] header.loggedin .header-inner .logo {
        padding: 0 30px 0 0;
    }
    .banner-content p strong {
        font-size: 18px;
        line-height: 24px;
    }
    .app-store-btn h3 {
        font-size: 19px;
    }
}