:root {
	--container-width:1344px;
	--theme:#4169E1;
	--theme-medium:#597ff0;
	--theme-dark:#2c4fb9;
	--theme-light:#f0f4ff;
	--separator-color:#d84c69;
}
p{
    color: #000;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0;
}
a:hover,a:active,a:visited,a:focus{
    text-decoration: none;
}

li {
    display: block;
}
#main {
    float: none;
}

.btn__div{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.center{
    justify-content: center;
}

main {
    max-width: 1920px;
    margin: 80px auto 0 auto;
}

main>* {
    padding: 40px 0;
}

a{
    color: #000;
}

.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: #000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: -8px;
}

.main-title.small {
    font-size: 25px;
}

.sub-title {
    color: #000;
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}

.heading-area.center>* {
    text-align: center;
}

.heading-area.white>* {
    color: #fff;
}

.heading-area.white .main-title>* {
    color: #fff;
}

.heading-area>p {
    margin-top: 5px;
    margin-bottom: 0;
}

.heading-area>.sub-title {
    margin-bottom: 0;
}

.flow__btn{
    padding: 20px 30px;
    display: inline-block;
    background: var(--theme);
    color: #FFFFFF;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
}
.flow__btn:hover{
    background-color: var(--theme-dark);
    color: #fff;
}

.gen-btn {
    color: #fff;
    background-color: #006c35;
    padding: 12px 15px 12px 15px;
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    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;
}
.gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(../svg/play-button1.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background-size: contain;
}
.gen-btn.havevideo {
    align-items: center;
    text-align: left;
    font-size: 13px;
}
.gen-btn  small{
    display: block;
}
.gen-btn:hover {
    background-color: #333;
    color: #fff;
}
.flow__btn:visited,
.gen-btn:visited{
    color: #fff;
}

img{
    max-width: 100%;
}
/*-------------------------------------------- */
.banner-section {
    background-color: #caffe3;
    direction: rtl;
}
.banner-section-inner {
    max-width: 1280px;
    padding: 0px 15px 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner-section-left {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}
.banner-section-right {
    padding-right: 10px;
    width: calc(100% - 370px);
    width: -o-calc(100% - 370px);
    width: -ms-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    margin: auto;
}
.banner-section-left img {
    height: 100%;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.banner-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #006c35;
    margin: 0 0 15px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.banner-section h1~b {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 26px;
    color: #000;
}
.banner-section strong {
    font-size: 17px;
    color: #000;
    margin-bottom: 22px;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}
/*-------------------------------------------- */
.app-text-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.screen {
    padding-top: 0;
}
.screen-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.app-screen {
    margin-bottom: 20px;
}

.screen h4.inner-heading {
    margin: 0 0 15px;
    padding: 0px;
    font-size: 23px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.screen h4.inner-heading b {
    color: var(--theme);
}
.app-screen ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.app-screen ul img {
    border: 1px solid #ddd;
    vertical-align: top;
}
/* -------------------------------------------- */
/* ------------------------------------------------------ */
.pg-used{
    background-color: #f8f8f8;
    padding: 40px 0 0 0;
    margin-bottom: 40px;
}
.pg-used-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.pg-logos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 10px 0;
}
.pg-logos li{
    position: relative;
    width: calc(25% - 15px);
    width: -webkit-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: -ms-calc(25% - 15px);
    width: -o-calc(25% - 15px);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}
.pg-logos li::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #CBCBCB;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
}
.contact-row{
    font-size: 24px;
    background-color: #006c35;
    padding: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
}
.contact-row  a{
    color: #ccc;
}
/*  */
.aboutclone {
    background-color: #fff;
}
.aboutclone-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.aboutclone-left {
    width: 32%;
    position: relative;
}
.aboutclone-right {
    width: 65%;
}

@media screen and (max-width:1280px) {
    .banner-section-left img {
        max-width: 100%;
        margin-bottom: 0;
    }
    .banner-section-right {
        padding-right: 10px;
        width: calc(100% - 340px);
        width: -o-calc(100% - 340px);
        width: -ms-calc(100% - 340px);
        width: -moz-calc(100% - 340px);
        width: -webkit-calc(100% - 340px);
        margin: auto;
    }
}
@media screen and (max-width:1199px) {
    .banner-section h1 {
        font-size: 38px;
        line-height: 1em;
    }
}
@media (max-width:991px) {
    .main-title {
        font-size: 33.08px;
    }
    .banner-section-inner {
        row-gap: 25px;
    }
    .banner-section-left {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .banner-section-right {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .aboutclone-left {
        width: 100%;
        margin: 0 0 25px;
    }
    .aboutclone-right {
        width: 100%;
    }
    .app-screen ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .pg-logos li {
        width: calc(25% - 15px);
        width: -webkit-calc(25% - 15px);
        width: -moz-calc(25% - 15px);
        width: -ms-calc(25% - 15px);
        width: -o-calc(25% - 15px);
    }
}
@media screen and (max-width:767px) {
    main>* {
        padding: 40px 0;
    }
    .main-title {
        font-size: 28.08px;
        margin-top: -4px;
    }
    .banner-section h1 {
        font-size: 30px;
    }
    .banner-section h1~b {
        font-size: 21px;
        line-height: 1em;
    }
    .app-screen ul {
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .pg-logos li {
        width: calc(33.33% - 15px);
        width: -webkit-calc(33.33% - 15px);
        width: -moz-calc(33.33% - 15px);
        width: -ms-calc(33.33% - 15px);
        width: -o-calc(33.33% - 15px);
    }
}

@media screen and (max-width:630px) {
    .pg-logos li {
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }
}
@media screen and (max-width:530px) {
    .newmobile-app-screen-passenger ul li,
    .newmobile-app-screen-driver ul li {
        width: 100%;
    }
    .banner-section .gen-btn.havevideo {
        padding: 6px;
    }
    .app-screen ul {
        grid-template-columns: 1fr;
    }
    .flow__btn {
        padding: 15px 25px;
        font-size: 18px;
    }
}