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, header, 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: 16px;
    font-family: 'Rubik';
    line-height: 28px;
    color: #010101;
}
* {
    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 *************************/
#wrapper header.fixed,
header.fixed.loggedin,
#order-pages header.fixed {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #5c96fa;
	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;
}
#wrapper header.fixed.sticky.shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #5c96fa;
	position: sticky;
	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 {
	background: transparent;
	box-shadow: none;
	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;
}
#new-home-page header.sticky.shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	background: #5c96fa;
	position: sticky;
	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;
}
.home-sec-pg-banner {
	position: relative;
	top: 0;
	padding: 0;
	background: #fff
}
#wrapper header.fixed .navmenu-links li a,
header.fixed.loggedin .navmenu-links li a,
#order-pages header.fixed .navmenu-links li a {
	color: #fff;
	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 .navmenu-links li a:hover,
#wrapper header.fixed .navmenu-links li a:hover,
header.fixed.loggedin .navmenu-links li a:hover {
	color: #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 {
	background-color: #fff;
	height: 2px
}
header.fixed.loggedin .header-right ul li.login a,
header.fixed.loggedin .header-right ul li.login:hover a {
	padding: 6px 20px
}
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
}
#new-home-page header.sticky.shadow .navmenu-links li a {
	color: #fff;
}
#new-home-page header.sticky.shadow .header-left ul li a::after {
	background-color: #fff
}
header.fixed .header-right ul li {
	padding: 0 8px;
	border-style: solid;
	border-width: 0 0px 0 1px;
	border-color: transparent;
	transition: all 0.5s ease 0s;
	display: flex;
	align-items: center;
	background-color: transparent
}
#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 .login-icon {
	display: none
}
header.fixed .header-right ul li.login::after,
header.fixed .header-right ul li.lang::after {
	display: none
}
header.fixed .header-right ul li.login a {
    border: solid 2px #fff;
    height: auto;
    padding: 6px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    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;
}

header.fixed .header-right ul li.login:hover a {
	border: solid 2px #fff;
	height: auto;
	padding: 6px 20px;
	border-radius: 20px;
	background-color: #fff;
	color: #00a9b7
}
header.fixed .header-right ul li.login.active a {
	border: solid 2px #ffffff;
	height: auto;
	padding: 6px 20px;
	border-radius: 20px;
	background-color: #ffffff;
	color: #ffffff
}
#new-home-page header.fixed .header-right ul li.login.active a {
    color: #ffffff;
    background-color: #00a9b7;
    border-color: #00a9b7;
}
header.fixed.sticky .header-right ul li.login.active a,
#new-home-page header.fixed.sticky .header-right ul li.login:hover a {
    background-color: #fff;
    color: #00a9b7;
}
header.fixed.sticky .header-right ul li.login a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
header.fixed .header-right ul li.login:hover a {
    color: #00a9b7;
}
header.fixed.sticky .header-right ul li.login:hover a {
    color: #00a9b7;
    background-color: #fff;
}
.header-right ul li .dropdown-content,
.header-left ul li .dropdown-content {
	z-index: 99999
}
#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,
header.sticky.shadow .dropdown-content .column a,
header.sticky.shadow .navmenu-links .dropdown-content .column a:hover,
header.fixed.loggedin.sticky.shadow .dropdown-content .column a,
header.fixed.loggedin.sticky.shadow .navmenu-links .dropdown-content .column a:hover,
#new-home-page header.sticky.shadow .dropdown-content .column a {
	float: none;
	color: #000;
	padding: 16px;
	text-decoration: none;
	display: inline-block;
	text-align: initial;
	line-height: normal;
	height: auto;
	font-weight: 500;
	box-shadow: 0 0 0 2px #fff inset
}
#new-home-page header ul li.lang a {
    color: #000;
}
#new-home-page header.fixed.sticky ul li.lang a {
    color: #fff;
}
#new-home-page header.fixed .header-right ul li.login a {
    color: #00a9b7;
    border-color: #00a9b7;
}
#new-home-page header.fixed.sticky .header-right ul li.login.active a {
    color: #00a9b7;
    background-color: #ffffff;
    border-color: #ffffff;
}
#new-home-page header.fixed.sticky .header-right ul li.login a {
    color: #fff;
    border-color: #fff;
}
#new-home-page header .menu-ico span,
#new-home-page header .menu-ico span:before,
#new-home-page header .menu-ico span:after {
    background-color: #00a9b7;
}
#new-home-page header.sticky .menu-ico span,
#new-home-page header.sticky .menu-ico span:before,
#new-home-page header.sticky .menu-ico span:after {
    background-color: #fff;
}
#order-pages header.fixed .navmenu-links li .column a {
	color: #000;
}
/******************** header customization end **************************/
.banner {
    padding: 40px 0 70px 0;
    background-image: url(../../../img/apptype/CJXv3/banner-shape.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    overflow: hidden;
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.banner-left {
    width: 50%;
}
.banner-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner-content h1 {
    font-size: 40px;
    color: #000;
    font-family: 'Rajdhani';
    font-weight: bold;
    text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.22);
    margin-bottom: 15px;
}
.banner-content h1 small {
    display: block;
}
.banner-content h1 span {
    font-size: 90px;
    display: block;
    color: #00a9b7;
    margin-bottom: 10px;
}
.banner-content p {
    font-size: 18px;
    font-weight: 300;
    color: #32333b;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}
.banner-content p:empty {
	display: none;
}
.app-store-btn h3 {
    font-size: 24px;
    color: #494949;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    font-family: 'Rubik';
    margin-top: 27px;
}
.app-store-btn a {
    display: inline-block;
    margin: 0 10px 15px 0;
    width: calc(33% - 15px);
    width: -o-calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: -webkit-calc(33% - 8px);
}
.app-store-btn a img {
    max-width: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    box-shadow: 1px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 9px;
}
.app-store-btn a:last-child {
    margin: 0;
}

/* old font-size replace 281223 start */
.banner-content h1 span{font-size: 52px !important;margin-bottom: 15px;}
.common-title.havedesc h3 span{font-size: 32px !important;line-height: normal;}
.rootservices .common-title.left span{font-size: 32px !important;}
/* old font-size replace 281223 ends */

/*****************************************/
.location-area {
    padding: 50px 0;
    background-color: #f7f4fb;
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.10) inset;
}
.location-area-inner {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}
.rootservices .common-title h3 {
    color: #000;
}
.common-title h3 {
    font-size: 52px;
    font-family: 'Rajdhani';
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.common-title.left h3:before {
    content: '';
    width: 72px;
    height: 72px;
    background-color: #e2fcfe;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -23px;
}
.common-title h3 span {
    color: #00a9b7;
    font-weight: 600;
    font-size: 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: #00a9b7;
    top: 50%;
    margin-top: -1px;
    left: -63px;
}
.common-title h3 span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #00a9b7;
    top: 50%;
    margin-top: -1px;
    right: -63px;
}
.location-area select {
    width: 314px;
    font-size: 20px;
    color: #494949;
    padding: 23px 80px 23px 23px;
    border: none;
    box-shadow: 0 0 0 2px #5fa7b5;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}
.location-area select option {
    font-size: 18px;
}
.location-area input {
    width: 627px;
    max-width: 100%;
    font-size: 20px;
    color: #494949;
    padding: 23px 80px 23px 80px;
    border: none;
    box-shadow: 0 0 0 2px #5fa7b5;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}
.location-area form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.location-area form .element-holder {
    display: inline-block;
    position: relative;
    margin: 0 21px 20px 21px;
}
.element-holder:after {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../../img/apptype/CJXv3/drop_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 30px;
    filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%);
    -webkit-filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%);
    pointer-events: none;
}
.element-holder.address-input:before {
    content: '';
    width: 80px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../img/apptype/CJXv3/locate.svg);
    background-repeat: no-repeat;
    background-position: center right 18px;
    background-size: 40px;
    filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%);
    -webkit-filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%);
    pointer-events: none;
}
.location-area form .element-holder.address-input button[type="submit"] {
    position: absolute;
    border: none;
    outline: none;
    width: 80px;
    height: 100%;
    background-color: transparent;
    right: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.element-holder.address-input:after {
    background-image: url(../../../img/apptype/CJXv3/go_arrow.svg);
}
.rootservices .common-title.left h3 span:before {
    display: none;
}
.common-title.left h3 {
    align-items: flex-start;
    text-align: initial;
}
/*****************************************/
.rootservices {
    padding: 65px 0 0 0;
    /* background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1fbff 75%, #00a9b7 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1fbff 75%,#00a9b7 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e1fbff 75%,#00a9b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00a9b7',GradientType=0 ); */
}
.rootservices-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.rootservices .common-title.left span {
    margin-bottom: 40px;
}
.rootservices .common-title.left {
    padding: 24px 50px 0 0;
    width: 100%;
}
.services-inner {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
}
.rootservices ul {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: repeat(2, [row] auto );
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
}
.rootservices ul li.headinglist {
    width: 50%;
    border: none;
    background-color: transparent;
}
.rootservices ul li.headinglist:hover {
    background-color: transparent;
}
.rootservices ul i {
    display: inline-block;
}
.rootservices .common-title.left p {
    text-align: left;
    color: #000 !important;
    text-align: left;
    color: #000 !important;
    font-size: 20px;
    line-height: 31px;
}
.rootservices ul i img {
    height: 80px;
    /* filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%);
    -webkit-filter: invert(44%) sepia(76%) saturate(649%) hue-rotate(139deg) brightness(99%) contrast(104%); */
}
.rootservices ul li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #010101;
    font-family: 'Rajdhani';
    margin: 18px 0 9px 0;
    text-transform: uppercase;
}
.rootservices ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 20px;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #ddd;
    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;
    background-color: #fff;
    margin: 0;
    width: 25%;
    position: relative;
    z-index: 0;
}
.rootservices ul li > div {
    width: 100%;
}

.rootservices ul li > div p {
    text-align: justify;
}
.services.homepage ul li {
    width: auto;
}
.rootservices ul li:after  {
    content: '';
    background-color: #00a9b7;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.rootservices ul li:first-child:after {
    display: none;
}
.rootservices ul li:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
/* .rootservices ul li:last-child:hover {
    background-color: #ffffff;
} 
.rootservices ul li:last-child:hover p {
    color: #000;
}*/
.rootservices ul li:hover strong {
    color: #fff;
}
.rootservices ul li:hover p {
    color: #fff;
}
/* .rootservices ul li:hover i img {
    filter: invert(100%) sepia(2%) saturate(212%) hue-rotate(237deg) brightness(115%) contrast(100%);
    -webkit-filter: invert(100%) sepia(2%) saturate(212%) hue-rotate(237deg) brightness(115%) contrast(100%);
} */
.rootservices ul li:last-child {
    border-width: 1px 1px 1px 1px;
}
.rootservices ul li:nth-child(2) {
    border-width: 1px 0px 0 1px;
}
.rootservices ul li:nth-child(3) {
    border-width: 1px 1px 0 1px;
}
.rootservices ul li a.more-services img {
    margin-left: 6px;
    width: 28px;
    padding: 5px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    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;
}
.rootservices ul li a.more-services.active img {
    transform: rotatex(180deg);
    -webkit-transform: rotatex(180deg);
    -moz-transform: rotatex(180deg);
    -ms-transform: rotatex(180deg);
    -o-transform: rotatex(180deg);
}
.rootservices ul li a.more-services {
    background-color: #00a9b7;
    padding: 17px 39px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    margin-top: 0;
    transition: .5s;
    font-family: 'Rajdhani';
    z-index: 1;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.rootservices ul li a.more-services:hover {
    background-color: #333;
}
.rootservices ul li a {
    font-size: 16px;
    color: #00a9b7;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    font-weight: 500;
}
.rootservices ul li:hover a {
    color: #ffffff;
}
.rootservices ul li a.readmorebtn:after {
    content: '➜';
    margin-left: 5px;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}
.servicelist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
}
.serviceblock {
    width: 14.2%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.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;
}
/*****************************************/
.howworks {
    padding: 20px 0 60px 0;
    position: relative;
    z-index: 0;
}
.howworks:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 334px;
    bottom: 0;
    background-color: #00a9b7;
    z-index: -1;
}
.howworks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.howworks ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.howworks ul li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.howworks ul li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #010101;
    font-family: 'Rajdhani';
    margin: 23px 0 18px 0;
    text-transform: uppercase;
}
.howworks ul li .howworks-block {
    padding: 50px 30px;
    text-align: center !important;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.13);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #ffffff;
    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;
}
.howworks ul li .howworks-block:hover {
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.13), 0 0 0 2px #aaa inset;
}
.howworks ul li .howworks-block img {
    height: 93px;
}

.howworks ul li .howworks-block p {
    text-align: justify;
}
.howworks .common-title.havedesc p {
    text-align: center;
}
.common-title.havedesc h3 {
    margin-bottom: 5px;
}
.common-title.havedesc p {
    font-size: 18px;
    color: #000;
    font-family: 'RubiK';
    text-align: center;
}
.common-title.havedesc {
    margin-bottom: 42px;
}
/*****************************************/
.become {
    padding: 40px 0 50px 0;
}
.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.become ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.become ul li {
    width: 412px;
    margin: 0 30px;
}
.become ul li a {
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.21);
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    height: 483px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.become ul li a:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 170px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.42) 64%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.become ul li strong {
    font-size: 30px;
    font-family: 'Rajdhani';
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 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;
}
/*****************************************/
[dir="rtl"] .app-store-btn {
    font-size: 0;
}
[dir="rtl"] .app-store-btn a {
    margin: 0 0 15px 10px;
}
[dir="rtl"] .location-area select {
    padding: 23px 23px 23px 80px;
}
[dir="rtl"] .element-holder:after {
    right: auto;
    left: 0;
}
[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"] .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 {
    margin: 0 5px 0 0 ;
    transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
}
[dir="rtl"] .rootservices .common-title.left p {
    text-align: right;
}
[dir="rtl"] .banner {
    background-position: left bottom;
    background-image: url(../../../img/apptype/CJXv3/banner-shape_rtl.png);
}
@media screen and (max-width:1920px) {
    .banner-right img {
        image-rendering: -webkit-optimize-contrast;
        width: 45vw;
    }
}
@media screen and (max-width:1280px) {
   .location-area .common-title.havedesc h3 span,
   .become .common-title.havedesc h3 span{width: 80% !important;}
   .common-title.havedesc h3 span{font-size: 28px !important}
}

@media screen and (max-width:1279px) {
    .banner-content h1 span {
        font-size: 80px;
    }
    .banner-content h1 {
        font-size: 56px;
    }
    /************************************/
    .serviceblock {
        width: 20%;
    }
    /************************************/
}
@media screen and (max-width:1024px) {
    .rootservices ul li {
        padding: 15px;
    }
    .rootservices ul li strong {
        margin: 8px 0 5px 0;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    .rootservices ul li a.more-services {
        padding: 14px 28px;
        font-size: 20px;
    }
    .rootservices ul i img {
        height: 70px;
    }
    .rootservices ul li a {
        color: #00a9b7;
    }
    .rootservices ul li:hover a {
        color: #fff;
    }
    /*********************************/
    .howworks ul li .howworks-block {
        padding: 25px 15px;
    }
    /*********************************/
}
@media screen and (max-width:991px) {
    /**********************************/
    .header-left .logo {
        margin-right: 0;
        padding: 5px 15px 5px 10px;
        margin-left: 0;
    }
    /**********************************/
    .banner {
        padding: 120px 0 40px 0;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right {
        width: 100%;
        margin-top: 35px;
    }
    .banner-right img {
        width: auto;
        max-width: 100%;
    }
    .banner-content h1 span {
        font-size: 70px;
    }
    .banner-content h1 {
        font-size: 50px;
    }
    .app-store-btn a {
        margin: 0 15px 15px 0;
    }
    /*************************************/
    .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: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        margin: 10px;
    }
    .rootservices ul {
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(4, [row] auto );
    }
    .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;
    }
    /*************************************/
    .location-area form {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .location-area form .element-holder {
        margin: 20px 0 0 0;
    }
    /*************************************/
    .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;
    }
    /*************************************/
    .howworks ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    /*************************************/
    .become {
        padding: 50px 0 20px 0;
    }
    .become ul li {
        margin: 0 15px 30px 15px;
    }
    /*************************************/
    [dir="rtl"] .app-store-btn a {
        margin: 0 0 15px 15px;
    }
}
@media screen and (max-width:767px) {
    .banner {
        padding: 80px 0 40px 0;
    }
    .banner-content h1 span {
        font-size: 50px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }
    /*************************************/
    .common-title h3 {
        font-size: 35px;
    }
    .common-title h3 span {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .common-title.havedesc {
        margin-bottom: 25px;
    }
    /*************************************/
    .location-area input {
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    .location-area form .element-holder {
        width: 100%;
    }
    .location-area select {
        width: 100%;
    }
    /*************************************/
    #new-home-page header .menu-ico span,
    #new-home-page header .menu-ico span:before,
    #new-home-page header .menu-ico span:after {
        background-color: #ffffff;
    }
    #new-home-page header ul li a img {
        filter: invert(1);
        -webkit-filter: invert(1);
    }
    #new-home-page header ul li.lang a {
        color: #ffffff;
    }
    #new-home-page header.fixed .header-right ul li.login.active a {
        background-color: #fff;
        color: #00a9b7;
        border-color: #fff;
    }
    header.fixed.sticky .header-right ul li.login:hover a {
        background-color: #fff;
    }
    #new-home-page header.fixed.sticky .header-right ul li.login:hover a {
        color: #00a9b7;
    }
    #new-home-page header.fixed .header-right ul li.login a {
        color: #ffffff;
        border-color: #ffffff;
    }
    #new-home-page header.fixed .header-right ul li.login:hover a {
        color: #00a9b7;
    }
}
@media screen and (max-width:630px) {
    .rootservices ul {
        display: block;
    }
    .rootservices ul li.headinglist {
        width: 100%;
    }
    .rootservices ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .rootservices.homepage ul li {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
    .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;
    }
    .howworks ul li {
        width: 100%;
    }
    .common-title.havedesc p {
        font-size: 17px;
    }
    /*************************************/
    .app-store-btn a {
        width: calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        margin: 0 5px 10px 5px;
    }
    .app-store-btn {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .app-store-btn a img {
        width: 100%;
    }
    /*************************************/
    .banner {padding: 40px 0 40px 0;}
    .location-area{padding: 40px 0;}
    .become {padding: 40px 0 20px 0;}
    .common-title h3 span:before,
    .common-title h3 span:after{display: none;}
    .banner-content h1 span{font-size: 40px !important;}
    .banner-content h1 {font-size: 28px;}
    .location-area .common-title.havedesc h3 span, .become .common-title.havedesc h3 span{width: 100% !important;}
    .common-title.havedesc h3 span{margin-bottom: 6px;}
}
@media screen and (max-width:480px) {
    .become ul li a {
        height: 101vw;
    }
    .become ul li {
        margin: 0 0 30px 0;
    }
    /******************************/
    .location-area select {
        padding: 18px 70px 18px 13px;
        font-size: 16px;
    }
    .location-area input {
        padding: 18px 60px 18px 40px;
        font-size: 16px;
    }
    .element-holder:after {
        width: 50px;
        background-size: 22px;
        background-position: center;
    }
    .element-holder.address-input:before {
        width: 50px;
        background-size: 25px;
        background-position: center;
    }
    header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login:hover a {
        padding: 0;
        font-size: 0;
    }
    header.fixed.sticky .header-right ul li.login a {
        border: none;
    }
    header.fixed .header-right .login-icon,
    header.fixed.loggedin ul li.login a img {
        display: block;
    }
    #new-home-page header.fixed .header-right ul li.login a,
    #new-home-page header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login a {
        background-color: transparent ;
        border: none transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: transparent !important;
    }
    header.fixed .header-right ul li {
        padding: 0 5px; 
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .banner {
        padding: 120px 0 70px 0;
    }
}