/******************** header customization end **************************/
* {
    box-sizing: border-box;
}
p {
    font-size: 16px;
    font-weight: 400;
    color: #494848;
    line-height: 30px;
}
.banner {
    padding: 40px 0 70px 0;
    overflow: hidden;
    background-size: auto 820px;
    position: relative;
    z-index: 0;
}
.banner:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d4dfff;
    z-index: -1;
    width: 510px;
    height: 680px;
}
.banner-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-left {
    width: 68%;
}
.banner-right {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.banner-content h1 {
    font-size: 66px;
    color: #3d5aaa;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner-content h1 small {
    display: block;
}
.banner-content h1 span {
    color: #000;
}
.banner-content p {
    font-size: 16px;
    font-weight: 500;
    color: #494848;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
}
.banner-content p b {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #000;
}
.banner-content p:empty {
	display: none;
}
.app-store-btn h3 {
    font-size: 22px;
    color: #494949;
    font-weight: 600;
    display: block;
    margin-bottom: 22px;
    margin-top: 27px;
}
.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: 50px 0;
    background-color: #f2f2f2;
}
.location-area-inner {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}
.common-title.havedesc h3 {
    margin-bottom: 5px;
}
.common-title.havedesc p {
    font-size: 16px;
    color: #000;
    text-align: center;
}
.common-title.havedesc.white p {
    color: #fff;
}
.common-title.havedesc {
    margin-bottom: 42px;
}
.common-title h3,
.common-title .heading-style {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.common-title.white .heading-style {
    color: #fff;
}
.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: 210px;
    font-size: 16px;
    color: #494949;
    padding: 25px 45px 25px 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;
}
.location-area select option {
    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;
}
.element-holder:after {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../../img/apptype/XRD/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/XRD/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: 100%;
    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/XRD/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;
}

.become {
    padding: 50px 0 20px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.become-shape {
    content: '';
    position: absolute;
    width: auto;
    height: 372px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #3d5aaa;
}

.become .common-title.white ~ p {
    color: #ffff;
    opacity: 0.7;
    margin: 0 0 40px 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: 416px;
    margin: 0 30px 30px 30px;
}
.become ul li .become-block {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.21);
    text-align: center;
    min-height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    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;
    position: relative;
}
.become ul li .become-block::before {
    content: '';
    position: absolute;
    text-decoration: none;
    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;
    width: 60px;
    height: 60px;
    right: -18px;
    bottom: -18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #3d5aaa;
    cursor: pointer;
}
.become ul li .become-block::after {
    content: '';
    position: absolute;
    /*background-image: url(/assets/img/home-arrow.svg);*/
    background-image: url(../../../img/home-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 13px;
    right: -10px;
    bottom: -10px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.become ul li .become-block:hover{
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.21), 0 0 0 1px #3d5aaa;
}
.become ul li .become-block > a {
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    height: 331px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.become ul li strong {
    font-size: 25px;
    font-weight: 600;
    display: block;
    padding: 0 25px 25px 25px;
    text-align: center;
    position: relative;
}
.become ul li strong:before {
    content: '';
    border-bottom: 60px solid #fff;
    border-left: 416px solid transparent;
    position: absolute;
    top: -60px;
    left: 0;
}
.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: inline-block;
    margin-bottom: 0;
}
.become ul li strong span {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    position: relative;
    z-index: 0;
    margin: 0 0 -5px 0;
}
.app-feature-section {
    padding: 30px 0;
    background-color: #ffffff;
}
.become ul li strong a {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3d5aaa;
    position: relative;
    text-decoration: none;
    text-align: right;
    z-index: 0;
    margin: 0 0 -5px 0;
}
/**************************************************/
.workflow {
    padding: 40px 0;
    background-color: #f2f2f2;
}
.workflow .workflow-inner p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.workflow-inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.workflow ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    row-gap: 80px;
}
.workflow.style2 ul{
    row-gap: 30px;
}
.workflow.style2 ul {
    padding-top: 0;
}
.workflow ul li {
    padding: 0 15px;
    width: 25%;
    box-sizing: border-box;
}
.workflow ul li strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #010101;
    margin: 20px 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;
}
.workflow ul li span {
    font-size: 14px;
    color: #494848;
    line-height: 30px;
    text-align: justify;
}
.workflow ul li .workflow-caption {
    padding: 0 30px 30px 30px;
    box-shadow: 0 0 0 1px #e0e0e0 inset ,0 0 25px 0 rgba(0,0,0,0.10);
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    transition-duration: 600ms;
}
.workflow ul li i {
    width: 91px;
    height: 91px;
    background-color: #3d5aaa;
    display: inline-flex;
    border-radius: 5px;
    margin-top: -45px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.workflow ul li i img {
    height: 70px;
    width: 70px;
}
.workflow.style2 ul li i {
    height: 155px;
    width: 155px;
}
.workflow.style2 ul li strong {
    text-align: center;
}
.workflow.style2 ul li i img {
    height: 155px;
    width: 155px;
}
.workflow.style2 {
    background-color: #f2f2f2;
}
.workflow.style2 ul li {
    width: 50%;
}

.workflow.style2 ul li i {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 auto 10px auto;
    display: flex;
}
.workflow.style2 ul li .workflow-caption {
    padding: 30px;
    box-shadow: 0 0 0 0 #e0e0e0 inset ,0 0 0 0 rgba(0,0,0,0.10);
}
.workflow.style2 ~ .workflow {
    background-color: #fff;
}

.workflow.style2 .common-title ~ p {
    text-align: center;
}
/**************************************************/
.commondata {
    padding: 40px 0 50px 0;
    position: relative;
    z-index: 0;
}
/* .commondata:before {
    content: '';
    position: absolute;
    width: 446px;
    height: 456px;
    background-color: #5e5e5e;
    left: 0;
    top: -50px;
    z-index: -1;
} */
.commondata-inner {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.commondata-left {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.commondata p {
    text-align: justify;
}
.commondata-right {
    width: 49%;
}
/* .commondata.reverse:before {
    content: '';
    position: absolute;
    width: 446px;
    height: 456px;
    background-color: #5e5e5e;
    right: 0;
    left: auto;
    top: -50px;
    z-index: -1;
} */
.commondata.reverse .commondata-left {
    align-items: flex-start;
}
.commondataimgholder img {
    max-width: 100%;
    outline: 1px solid #aaa;
}
.commondataimgholder {
    width: 100;
    max-width: 100%;
}
/* .commondataimgholder {
    width: 100;
    max-width: 45vw;
} */
/**************************************************/
[dir="rtl"] .banner {
    background-position: left top;
}
[dir= rtl] .banner:after {
    left: 0;
    right: auto;
}
[dir="rtl"] .element-holder.address-input:after {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
[dir="rtl"] .element-holder.address-input:before {
    left: auto;
    right: 0;
}
[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
    left: 0;
    right: auto;
}
[dir="rtl"] .location-area select {
    padding: 25px 23px 25px 80px;
    border-right: 0 solid #ddd;
    border-left: 1px solid #ddd;
    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;
}
[dir="rtl"] .element-holder:after {
    left: 0;
    right: auto;
}
[dir="rtl"] .commondata:before {
    right: 0;
    left: auto;
}
[dir="rtl"] .commondata.reverse:before {
    left: 0;
    right: auto;
}
[dir="rtl"] .become ul li strong {
    text-align: left;
}
[dir="rtl"] .become ul li strong:before {
    border-left: none;
    border-right: 416px solid transparent;
}

[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;
}
@media screen and (min-width:1921px) {
    .banner img {
        max-width: 518px;
    }
}
@media screen and (max-width:1920px) {
    .banner-right img {
        max-width:27vw;
    }
}
@media screen and (max-width:1600px) {
    .banner:after {
        width: 460px;
        height: 570px;
    }
}
@media screen and (max-width:1440px) {
    .banner:after {
        width: 390px;
        height: 520px;
    }
}
@media screen and (max-width:1366px) {
    .commondataimgholder {
        max-width: 100%;
    }
    .banner:after {
        width: 350px;
        height: 496px;
    }
}
@media screen and (max-width:1280px) {
    .banner:after {
        width: 315px;
        height: 470px;
    }
}
@media screen and (max-width:1199px) {
    .banner-content h1 {
        font-size: 46px;
    }
    .banner-right img {
        max-width: 100%;
    }
    .banner-right {
        width: 42%;
    }
    .banner-left {
        width: 55%;
    }
    .common-title h3, .common-title .heading-style {
        font-size: 35px;
        margin-bottom: 15px;
    }
    p {
        line-height: 25px;
    }
}
@media screen and (max-width:1024px) {
    .workflow ul li {
        width: 50%;
    }
    .commondata:before {
        display: none;
    }
    .banner:after {
        width: 315px;
        height: 380px;
    }
}
@media screen and (max-width:991px) {
    .banner{
        padding: 40px 0;
    }
    .banner {
        background-image: none;
    }
    .banner:after {
        display: none;
    }
    .banner-inner{
        flex-direction: column-reverse;
    }
    .banner-left {
        width: 100%;
    }
    .banner-right img {
        max-width: 50%;
    }
    .banner-right {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 30px;
    }
    .banner-content h1 {
        font-size: 42px;
    }
    .workflow.style2 ul li {
        width: 50%;
    }

    .workflow ul li strong {
        font-size: 20px;
    }
    .common-title h3, .common-title .heading-style {
        font-size: 35px;
    }
    .commondata-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .commondata-right {
        width: 100%;
    }
    .commondata.reverse .commondata-inner {
        flex-direction: column-reverse;
    }

    /*************************************/
    .location-area form {
        flex-direction: column;
    }
    .location-area select {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }
    .location-area form .element-holder.address-input button[type="submit"] {
        top: 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;
    }
    .workflow.style2 ~ .workflow {
        padding: 40px 0 20px 0;
    }
    .commondataimgholder,
    .commondataimgholder img {
        width: 100%;
    }

}
@media screen and (max-width:767px) {
    .banner-right img {
        max-width: 70%;
    }
    .banner-content h1 {
        font-size: 38px;
    }
    .common-title h3, .common-title .heading-style {
        font-size: 30px;
    }
    p {
        line-height: 25px;
        font-weight: 400;
        font-size: 15px;
    }
    .workflow.style2 ul li {
        width: 100%;
    }
}
@media screen and (max-width:630px) {
    .banner-content h1 {
        font-size: 35px;
    }
    .workflow.style2 ul li,
    .workflow ul li {
        width: 100%;
        padding: 0;
    }
    .workflow ul {
        padding-top: 60px;
    }
    .become ul li {
        margin: 0 0 30px 0;
    }
    .become ul li strong span {
        font-size: 26px;
    }
    .become ul li strong a {
        font-size: 32px;
    }
    .workflow .workflow-inner p {
        width: 100%;
    }
    .commondata-left {
        width: 100%;
        margin-bottom: 25px;
    }


}
@media (max-width:520px) {
    .app-store-btn {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .app-store-btn h3{width: 100%;text-align: center;}
    .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 10px 10px 10px;
    }
    .app-store-btn a img {
        width: 100%;
    }
}