*,
*::before,
*::after {
    box-sizing: border-box
}
* {
    outline: none;
}
p {
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

.location-area form .element-holder.elm_hide {
    display: none;
}
/********************* header customization start *************************/
.gen-cms-page .static-page, .gen-cms-page .faq-page {
    margin-top: 30px;
}
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;
}
.home-sec-pg-banner {
    position: relative;
    top: 0;
    padding: 0;
    background: #fff
}
/*#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: #3d5aaa;
}*/
#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: #3d5aaa;*/
    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 .header-left ul li a::after {
    /*background-color: #5c95fa;*/
    height: 2px
}
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;*/
    transition: all 0s ease 0s;

    align-items: center;
    background-color: transparent;
    position: relative;
}
.header-right ul:last-child li:last-child {
    padding-left: 0;
}

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;
    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
}
#order-pages header.fixed .navmenu-links li .column a {
    color: #000;
}
/* ============================== Heading CSS Start ======================================*/
.heading_area {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}
.heading_area.center > *{
    text-align: center;
    display: block;
}
.heading_area.white > *{
    color: #fff;
}
.heading_area > p{
    margin: 10px 0 0 0;
}
.main-title {
    font-size: 46px;
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    text-transform: capitalize;
}

.main-title:empty {
    display: none;
}
.main-title span {
    font-weight: 600;
    font-size: 30px;
    display: block;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}
._center_{
    text-align: center !important;
}
/* ============================== Heading CSS End =========================================== */

/******************** Banner CSS Start **************************/
.banner {
    margin: 83px 0 0 0;
    position: relative;
}
.banner::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 31.8%;
}
.banner-slider{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.banner__area{
    display: block;
    position: relative;
}
.banner__area::before{
    display: block;
    content: '';
    padding-top: 31.66%;
}
.banner__area > *{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.bn_link_area{
    display: flex;
    flex-direction: column;
    margin-top: -3px;
    position: relative;
    z-index: 1;
}
.bn_link_bg{
    background-color: #00AA13;
    padding: 20px 0;
}
.bn_link_bg:last-child{
        background-color: #000;
}
.bn_link_inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.banner_btn{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: normal;display: block;
    text-decoration: none;
}

/******************** Banner CSS End **************************/
.location-area {
    padding: 40px 0;
    background-color: #F3F3F4;
}
.location-area-inner {
    max-width: 1370px;
    padding: 0 15px;
    margin: 0 auto;
}
.location-area select ,
.location-area .selected_service {
    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;
    cursor: pointer;
    min-height: 71px;
    display: flex;
    align-items: center;
}
.location-area .selected_service a {
    line-height: 21px;
}
.location-area select option ,
.location-area #standard-select li {
    font-size: 18px;
}
.location-area input {
    width: 646px;
    max-width: 100%;
    font-size: 16px;
    color: #494949;
    padding: 20.5px 120px 20.5px 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;
    height: 100%;
}
.location-area form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 859px;
    margin: 0 auto 15px 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: inset 0 0 0 1px #E1E1E1;
    border: 1px solid #E1E1E1;
}
.location-area form .element-holder {
    display: inline-block;
    position: relative;
    margin: 0;
}
.goto-service-page {
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    right: 0;
    display: none;
    flex-wrap: wrap;
    /*background-color: #3d5aaa;*/
    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/ProGBX/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/ProGBX/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/ProGBX/locate-go.png);
    z-index: 1;
    width: 62px;
    background-position: center;
    background-size: 24px;
}

.common-title.left h3 {
    align-items: flex-start;
    text-align: initial;
}
/********************************/
.select_service {
    position: relative;
}
.services_part {
    display: flex;
    flex-wrap: wrap;
}
.services_part_title {
    width: 100%;
    font-weight: 600;
    display: block;
    padding: 10px 0px 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 10px 15px;
}
.select_service ul#standard-select {
    position: absolute;
    top: 100%;
    width: 858px;
    display: none;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
    z-index: 2;
    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 .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;
}

/*****************************************/
.features_section{
    padding: 40px 0;
    background: linear-gradient(to top, #F8F8F8 37%, #FFFFFF 55%);
    position: relative;
    z-index: 1;
}
.features_inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.TABROW {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 15px 0;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 62px;
    align-items: flex-start;
}
.TABROW li {
    color: #999999;
    border: 1px solid #999999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8.5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.TABROW li.active:after {
    content: '';
    position: absolute;
    border-top: 15px solid #00AA13;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -15px;
    left: 50%;
    margin-left: -11px;
    z-index: -1;
}
.TABROW li span img{
    opacity: 0.4;
}
.TABROW li.active{
    color: #00AA13;
    border-color: #00AA13;
}
.TABROW li.active span img{
    opacity: 1;
}
.tab_content_inner{
    display: grid;
    grid-template-columns: 31% 69%;
    border-bottom: 1px solid #E5E9F0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tab_content_inner:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tab_content_inner .heading_area{
    margin-right: 15px;width: auto;
}
.fet_caption{
    background: linear-gradient(to top, #00AA13, #4CC177);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 2px;
    overflow: hidden;
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    display: flex;
    flex-direction: column;
    text-decoration: none;

}
.fet_caption_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
    margin: 2px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    height: 100%;
}
.fet_caption i{
    width: 80px;
    height: 80px;
    background-color: #ECF8F5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fet_caption i img{
    width: 42px;
    height: 42px;
    display: inline-block;
    font-size: 0;
}
.tab_list{
    background-color: #F0FFF2;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.fet__detail{
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.fet__detail strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    display: block;
}
.tabs{
    display: none;
}
.tabs.active{
    display: block;
}

/*****************************************/
.howworks {
    padding: 40px 0;

}
.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: 18px;
    font-weight: 600;
    color: #010101;
    margin: 23px 0 18px 0;
    text-transform: capitalize;
}
.howworks ul li .howworks-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;
}
.howworks ul li .howworks-block img {
    height: 97px;
}
.howworks ul li .howworks-block i {
    display: inline-flex;
}
.howworks ul li .howworks-block p {
    text-align: center;
}
.howworks .common-title.havedesc p {
    text-align: center;
}
.common-title.havedesc h3 {
    margin-bottom: 5px;
}
.common-title.havedesc p {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.common-title.havedesc {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*****************************************/
/*****************************************/
.become-shape {
    width: 112px;
    height: 112px;
    position: absolute;
    left: -40px;
    top: 47%;
    /*background-color: #3d5aaa;*/
    border-radius: 50%;
    opacity: 0.20;
    z-index: -1;
}
.become {
    padding: 40px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #f8f8f8;
}

.become .common-title.white ~ p {
    color: #000;
    margin: 0 0 40px 0;
    text-align: center;
}
.become-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.become_grid{
    display: grid;
    grid-template-columns: calc(60% - 10px) calc(40% - 10px);
    gap: 20px;
}
.become ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.become ul li .become-block {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.21);
    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;
    position:relative;
    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;
}
.become ul li .become-block > a {
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-position:center center;
}
.became-img-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.became-img-block::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 108.9%;
}
.become ul li strong {
    font-size: 20px !important;
    line-height: 1em !important;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 30px 25px 22px 30px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
.become ul li .become-block:after {
    content: '>';
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    /*background-color: #3d5aaa;*/
    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;
    cursor: pointer;
    pointer-events: none;
}
.become ul li:hover .become-block:after {
    background-color:#5c96fa;
}
.become ul li strong:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    /*background-color: #3d5aaa;*/
    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: inline-block;
    margin-bottom: 0;
}
.become ul li strong span {
    font-size: 25px;
    font-weight: bold;
    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: 32px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-decoration: none;
    text-align: right;
    z-index: 0;
    margin: 0 0 -5px 0;
}

.become ul.become_right_list li:first-child{
    grid-column: span 2;
}
.become ul.become_right_list li:first-child .became-img-block::before{
    padding-top: 29%;
}
.become ul.become_right_list li .became-img-block::before{
    padding-top: 54.25%;
}
/* .become ul.become_right_list li strong {
    font-size: 25px !important;
    margin: 25px 25px 22px 20px;
}
.become ul.become_right_list li strong:before {
    width: 38px;
    height: 38px;
    left: -15px;
    top: -10px;
} */
/**************************************************/
.workflow {
    padding: 40px 0 20px 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;
}
.workflow ul li {
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
    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;
}
.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: #fff;
}
.workflow.style2 ul li {
    width: 33.33%;
}
.workflow.style2 ul li:hover strong {
    /*color: #3d5aaa;*/
}
.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 {
    padding: 40px 0 80px 0;
}
.workflow.style2 ul li:hover .workflow-caption {
    box-shadow: 0 0 0 1px #e0e0e0 inset ,0 0 25px 0 rgba(0,0,0,0.10);
}
.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;
} */

.deliver-address:before {
    content: '';
    width: 42px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../../../assets/img/apptype/ProGBX/location.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    pointer-events: none;
    z-index: 1;
}

.banner .slick-arrow {
    position: absolute;
    top: calc(50% - 79px);
    top: -webkit-calc(50% - 79px);
    top: -moz-calc(50% - 79px);
    top: -ms-calc(50% - 79px);
    z-index: 2;
    font-size: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    -moz-transition: all 0.5 ease-in-out;
    -ms-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border: 0;
    border-radius: 5px;
    background-color: transparent;
}
.banner .slick-arrow.slick-prev {
    left: 20px;
    background-size: 50px;
    background-position: center center;
    background-image: url(../../../img/page/home/apptype/ProGBX/right.svg);
    background-repeat: no-repeat;
}
.banner .slick-arrow.slick-next {
    right: 20px;
    background-size: 50px;
    background-position: center center;
    background-image: url(../../../img/page/home/apptype/ProGBX/left.svg);
    background-repeat: no-repeat;
}

.banner .slick-arrow.slick-disabled {
    opacity: 0.2;
}
/**************************************************/

[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: right;
}
[dir="rtl"] .become-shape:after {
    border-right: none;
    border-left: 1920px solid #4657f7;
}
[dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}
[dir="rtl"] .goto-service-page {
    border-radius: 10px 0 0 10px;
}
[dir="rtl"] .location-area .selected_service {
    border-right: none;
    border-left: 1px solid #ddd;
    border-radius: 0;
}

[dir="rtl"] .deliver-address:before{
    left: auto;
    right: 0;
}

.become ul li span {
    line-height: 1.2em !important;
}

@media screen and (max-width:1366px) {
    .commondataimgholder {
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .main-title {
        font-size: 40px;
    }
    .banner_btn {
        font-size: 24px;
    }
    .banner .slick-arrow {
        top: calc(50% - 75px);
        top: -webkit-calc(50% - 75px);
        top: -moz-calc(50% - 75px);
        top: -ms-calc(50% - 75px);
    }
}
@media screen and (max-width:1024px) {
    .workflow ul li {
        width: 50%;
        margin: 0 0 80px 0;
    }
    .workflow.style2 ul li {
        margin: 0 0 30px 0;
    }
    .commondata:before {
        display: none;
    }

    header.fixed .header-right ul li{
        padding: 0 4px;
    }
    .header-left .logo{
        margin: 0;
    }
    .became-img-block::before {
        padding-top: 66.25%;
    }
    .become_grid {
        grid-template-columns: 1fr;
    }
    .fet_caption{
        width: 100%;
    }
}
@media screen and (max-width:991px) {
    /**********************************/
    header.fixed .header-right ul li {
        padding: 0;
    }
    .header-left .logo {
        margin-right: 0;
        padding: 0 8px 0 8px;
        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.active a {
       border: none !important;
       background-color: none !important;
    }
    header.fixed .header-right ul li.login {
        border-bottom: 1px solid #ddd;
    }
    header.fixed .header-right ul li.login:last-child {
        border: none;
    }
    header.fixed .header-right ul li.login.active a,
    header.fixed .header-right ul li.login a,
    header.fixed .header-right ul li.login a:hover {
        background-color: transparent;
    }
    header.fixed.loggedin ul li.login a:hover img,
    header.fixed.loggedin ul li.login a img {
        display: inline-block;
    }

    /**********************************/
    .header-right ul li .dropdown-content {
        top: 0;
    }
    header ul.mobile_language_cur li .dropdown-content {
        width: 95vw;
        top: 72px;
        margin: 0 auto;
    }
    /**********************************/
    .banner{
        margin-top: 73px;
    }
    /**********************************/
    .workflow.style2 ul li {
        width: 50%;
    }
    .workflow.style2 ul li:last-child {
        width: 100%;
    }
    .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 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%;
    }
    /*************************************/

    .location-area select,
    .location-area .selected_service {
        width: 100%;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        border-right: none;
    }
    [dir="rtl"] .location-area .selected_service {
        border-left: none;
    }
    [dir="rtl"] .goto-service-page {
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
    .location-area form .element-holder.address-input button[type="submit"] {
        top: 0;
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }

    .goto-service-page {
        top: 0;
        border-radius: 0 0 0 10px;
        font-size: 24px;
    }
    .select_service ul#standard-select {
        width: auto;
    }
    .select_service ul#standard-select li {
        width: 33.33%;
    }
    /*************************************/

    .serviceblock {width: 33.33%;}

    /*************************************/
    .howworks ul li {
        width: 50%;
        margin-bottom: 30px;
    }
    /*************************************/
    [dir="rtl"] .app-store-btn a {
        margin: 0 0 15px 15px;
    }
    [dir="rtl"] .location-area form .element-holder.address-input button[type="submit"] {
        border-radius: 0 0 0 10px;
        -webkit-border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        -ms-border-radius: 0 0 0 10px;
        -o-border-radius: 0 0 0 10px;
    }
    [dir="rtl"] .categories-block {
        margin: 1;
    }
    .main-title {
        font-size: 38px;
    }
    .fet_caption i {
        width: 60px;
        height: 60px;
    }
    .fet_caption i img {
        width: 32px;
        height: 32px;
    }
    .fet_caption_inner {
        padding: 15px;
    }
    .fet__detail strong {
        font-size: 20px;
        line-height: 1em;
    }
    .fet__detail {
        width: calc(100% - 75px);
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: -ms-calc(100% - 75px);
        width: -o-calc(100% - 75px);
    }
    .fet_caption_inner {
        margin: 1px;
    }
    .tab_list {
        padding: 10px;
        row-gap: 15px;
    }
    .tab_content_inner {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:767px) {

    .common-title h3, .common-title .heading-style {
        font-size: 30px;
    }
    .location-area input {
        width: 100%;
        max-width: 100%;
        text-overflow: ellipsis;
    }

    #DeliveryAddress.deliver-address:before {
        top: 0;
    }
    .search-page-wrap .deliver-address:before {
        top: -72px !important;
        left:2px;
    }
    .become ul li strong span {
        font-size: 25px;
    }

    .tab_content_inner {
        display: flex;
        flex-direction: column;
    }

    .tab_content_inner .heading_area {
        margin-right: 0;
    }
    .TABROW {
        justify-content: space-between;
    }
    .become-shape{
        display: none;
    }
}
@media screen and (max-width:630px) {

    .banner {
        margin-top: 67px;
    }
    .banner::before {
        padding-top: 56.7%;
    }
    .banner__area::before {
        display: block;
        content: '';
        padding-top: 56.25%;
    }
    .banner_btn {
        font-size: 19px;
    }
    .bn_link_bg {
        background-color: #000;
        padding: 15px 0;
    }
    .howworks ul li {
        width: 100%;
    }
    .common-title.havedesc p {
        font-size: 17px;
    }
    .workflow.style2 ul li,
    .workflow ul li {
        width: 100%;
        padding: 0;
    }
    .become ul {
        display: flex;
        flex-direction: column;
    }
    .became-img-block::before {
        padding-top: 66.25% !important;
    }
    .become ul li strong span {
        font-size: 24px;
    }
    .become ul li strong {
        font-size: 22px !important;
    }
    .become ul li .become-block:after {
        content: '>';
        width: 35px;
    }
    /*************************************/

    /*************************************/
    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%;
    }

    .gen-cms-page p{
        text-align: justify;
    }

    .main-title {
        font-size: 30px;
    }
    .fet__detail strong {
        font-size: 18px;
    }
    .banner .slick-arrow {
        width: 34px;
    }
    .banner .slick-arrow.slick-prev {
        background-size: 34px;
        left: 10px;
    }
    .banner .slick-arrow.slick-next {
        background-size: 34px;
        right: 10px;
    }
    .banner .slick-arrow {
        top: calc(50% - 59px);
        top: -webkit-calc(50% - 59px);
        top: -moz-calc(50% - 59px);
        top: -ms-calc(50% - 59px);
    }
}

@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%;
    }
}
@media screen and (max-width:480px) {
    .location-area select,
    .location-area .selected_service {
        padding: 10px 70px 10px 13px;
        font-size: 16px;
    }
    .location-area input {
        padding: 22px 100px 22px 40px;
        font-size: 16px;
    }
    [dir="rtl"] .location-area input {
        padding: 22px 40px 22px 100px;
    }
    .element-holder:after {
        width: 50px;
        background-position: center;
    }
    .element-holder.address-input:before {
        width: 36px;
        background-size: 14px;
        background-position: center;
    }
    .header-right ul li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }
    header ul.mobile_language_cur li.lang .dropdown-content .column a {
        width: calc(50% - 9px);
        width: -o-calc(50% - 9px);
        width: -moz-calc(50% - 9px);
        width: -webkit-calc(50% - 9px);
    }
    header ul.mobile_language_cur li .dropdown-content .column a {
        width: calc(33.33% - 9px);
        width: -o-calc(33.33% - 9px);
        width: -moz-calc(33.33% - 9px);
        width: -webkit-calc(33.33% - 9px);
    }
    .goto-service-page {
        font-size: 18px;
    }

    #DeliveryAddress.deliver-address:before {
        top: 0;
        left: 2px;
        height: 63px;
    }
    .search-page-wrap .deliver-address:before {
        top: -72px;
        left:2px;
    }
}

