
/*****************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.common-title h3 {
    font-size: 46px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    font-family: 'Noto Sans';
    font-weight: 700;
}
.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;
    margin: 23px 0 18px 0;
}
.howworks ul li .howworks-block {
    padding: 50px 30px;
    text-align: center;
    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;
    font-size: 15px;

    line-height: 32px;
}
.howworks .common-title.havedesc p {
    text-align: center;
}
.common-title.havedesc h3 {
    margin-bottom: 20px;
}
.common-title.havedesc p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #323232;
    font-family: 'open sans';
}
.common-title.havedesc {
    margin-bottom: 20px;
}
.howworks ul li strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 23px 0 18px 0;
    text-transform: uppercase;
}
.howworks ul li .howworks-block img {
    filter: invert(56%) sepia(86%) saturate(4036%) hue-rotate(152deg) brightness(95%) contrast(103%);
}
/*****************************************/
.workingprocess {
    padding: 30px 0 20px 0;
}
.workingprocess-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.workingprocess ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.workingprocess ul li {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.workingprocess ul li .workingprocess-block strong {
    display: block;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Sans';
    text-transform: initial;
    color: #000;
    margin: 15px 0 10px 0;
}
.workingprocess ul li .workingprocess-block .proc_ico {
    height: 76px;
}
.workingprocess ul li .workingprocess-block {
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    padding: 25px;
    min-height: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.workingprocess ul li span {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    line-height: 21.79px;
    font-family: 'open sans';
}
/*****************************************/
.main-components {
    padding: 30px 0 50px 0;
}
.main-components-inner {
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.main-components-left {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}
.main-components-right {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}
.main-components-caption p {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    line-height: 21.79px;
    font-family: 'open sans';
}
.main-components-caption h3 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto sans';
    margin-bottom: 15px;
    display: block;
}
.main-components-caption {
    padding: 20px 15px;
}
.main-components-block {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-height: 100%;
}
.main-components-image-hold {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*****************************************/
.main-services {
    padding: 45px 0 45px 0;
    background-color: #F8F8F8;
}
.main-services-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.main-services ul {
    display: flex;
    flex-wrap: wrap;
}
.main-services ul li {
    width: 25%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
}
.main-services ul li strong {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Noto sans';
    margin: 10px 0 15px 0;
    display: block;
}
.main-services ul li p {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    line-height: 21.79px;
    font-family: 'open sans';
}
/*****************************************/
.appfor {
    padding: 45px 0 0px 0;
}
.appfor-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.appfor-flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.appfor-left {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    position: relative;
}
.appfor-right {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}
ul.appfor-listing li strong {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Noto sans';
    margin: 0 0 14px 0;
    display: block;
}
ul.appfor-listing li p {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    line-height: 21.79px;
    font-family: 'open sans';
}
ul.appfor-listing li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
ul.appfor-listing li i {
    width: 60px;
    height: 60px;
    background-color: #E7E7E7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.appfor-listing li i img {
    width: 34px;
}
ul.appfor-listing li:last-child {
    margin-bottom: 0;
}
ul.appfor-listing li  .appfor-caption {
    width: calc(100% - 82px);
    width: -o-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
}
.appfor-image-block {
    min-height: 411px;
    margin: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.appfor-left::before {
    content: '';
    width: 210px;
    height: 147px;
    background-image: url(../../../img/apptype/PXTPro/dot-shape-hard.png);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 0;
}
.appfor-left::after {
    content: '';
    width: 210px;
    height: 147px;
    background-image: url(../../../img/apptype/PXTPro/dor-shape-light.png);
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    z-index: 0;
}
.appfor .common-title {
    width: 100%;
}
/*****************************************/
.safety-section.homestyle .common-title h3,
.safety-section.homestyle .common-title.havedesc p{
    text-align: initial;
    display: block;
}
.safety-section.homestyle .common-title.havedesc {
    margin-bottom: 0;
}
.safety-section.homestyle .safety-section-right {
    padding: 0 0px 0 25px;
}
.safety-section.homestyle .safty-image-hold {
    border: 15px solid #fff;
}
.safety-section.homestyle .safety-section-left {
    position: relative;
    z-index: 0;
}
.safety-section.homestyle .safety-section-left:before {
    content: '';
    width: 160px;
    height: auto;
    background-color: #f9d117;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
    bottom: -50px;
}
/*****************************************/
.become {
    padding: 50px 0;
}
.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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.become ul li {
    width: calc(50% - 20px);
    width: -o-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
}
.become ul li .become-block {
    min-height: 100%;
    text-decoration: none;
    padding: 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.become ul li .become-block:hover strong {
    color: #f9d117;
}

.become ul li .become-block > a {
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    height: 300px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.become ul li strong {
    font-size: 30px;
    font-weight: 600;
    display: block;
    padding: 0 0 10px 0;
    position: relative;
    color: #000000;
}
.become ul li strong a {
    color: #000;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 500;
    line-height: normal;
}
.become ul li strong small {
    font-size: 20px;
    display: block;
    font-weight: 600;
    margin-top: 10px;
}
.become ul.become_right_list li:last-child{
    grid-column: span 2;
}
.become ul.become_right_list li:last-child .became-img-block::before{
    padding-top: 29%;
}
.become ul.become_right_list li .became-img-block::before{
    padding-top: 54.25%;
}
.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;
}

/*****************************************/
/*****************************************/
.secure {
    padding: 50px 0;
}
.secure-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.secure-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.secure-column {
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box;
}
.secure-column img {
    max-width: 100%;
    border: 1px solid #aaa;
}
.common-sub-title {
    font-size: 26px;
    font-weight: 600;
    font-family: 'poppins';
    color: #f9d117;
    display: block;
    margin: 20px 0 20px 0;
}
.secure-column p {
    font-size: 15px;
    color: #323232;
    font-weight: 400;
    font-family: 'poppins';
    line-height: 26px;
}
/*****************************************/
@media (max-width:1024px) {
        .appfor-image-block {
            min-height: 321px;
            margin: 10px;
        }
        .workingprocess ul li .workingprocess-block {
            padding: 15px;
            min-height: 100%;
            background-position: 0;
        }
        .safety-section.homestyle .safety-section-left {
            position: relative;
            z-index: 0;
            margin: 0 0 70px 0;
        }
        .safety-section.homestyle .safety-section-right{
            padding: 0;
        }
        .become_grid {
            grid-template-columns: 1fr;
        }
        .become ul.become_right_list {
            grid-template-columns: 1fr 1fr;
        }
        .become ul.become_right_list li:last-child .became-img-block::before,
        .become ul.become_right_list li .became-img-block::before,
        .became-img-block::before {
            padding-top: 56.25%;
        }
}
@media screen and (max-width:991px) {
    .workingprocess ul li {
        width: 50%;
        margin: 0 0 30px 0;
    }
    .workingprocess {
        padding: 50px 0 20px 0;
    }
    .common-title h3,
    .safety-section h3 {
        font-size: 36px;
    }
    /***********************************/
    .main-components-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .main-components-right {
        width: 100%;
    }
    .main-components-image-hold {
        min-height: 65vw;
    }
    /***********************************/
    .main-services {
        padding: 50px 0 20px 0;
    }
    .main-services ul li {
        padding: 0 15px;
        margin-bottom: 30px;
        width: 50%;
    }
    .safety-section.homestyle .safety-section-left:before {
        display: none;
    }
    .safety-section.homestyle .safety-section-left {
        margin-bottom: 30px;
        height: auto;
    }
    .safety-section.homestyle .safty-image-hold {
        border: 1px solid #ddd;
        height: 64vw;
    }
    .safety-section.homestyle .safety-section-right,
    [dir='rtl'] .safety-section.homestyle .safety-section-right {
        padding: 0;
    }
    .appfor-right {
        width: 50%;
    }

}
@media screen and (max-width:767px) {
    .secure-column p {
        text-align: center;
    }
    .appfor-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .appfor-right {
        width: 100%;
    }
    .appfor-image-block {
        margin: 0;
        min-height: 64vw;
    }
    .appfor-left::before,.appfor-left::after {
        display: none;
    }
    ul.appfor-listing li {
        margin-bottom: 25px;
    }
    .appfor.safty_sec .appfor-flex-row {
        flex-direction: column-reverse;
    }
    .become ul li strong {
        font-size: 20px;
    }
    .become ul{
        gap: 20px;
    }
    .become ul li{
        width: 100%;
    }
}
@media screen and (max-width:630px) {
    .workingprocess ul {
        margin: 0;
    }
    .workingprocess ul li {
        width: 100%;
        padding: 0;
    }
    .secure-column {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .secure-column:last-child {
        margin-bottom: 0;
    }
    .common-title h3, .safety-section h3 {
        font-size: 29px;
    }
    .become ul {
        display: flex;
        flex-direction: column;
    }
    .become ul.become_right_list li .became-img-block::before,
   .became-img-block::before.became-img-block::before {
        padding-top: 66.25%;
    }
    .become ul li strong span {
        font-size: 24px;
    }
    .become ul li strong {
        font-size: 22px !important;
    }
    .become ul li .become-block:after {
        width: 35px;
    }
}