* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Exo 2';
}
*::after,
*::before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}

p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    text-align: justify;
    margin: 0 0 15px 0;
}
p:last-child {
    margin-bottom: 0;
}
.heading-area {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}
.head-style,
.main-title {
    font-size: 38px;
    line-height: 1em;
    color: #000;
    display: block;
    margin: -8px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
.heading-area.white {
    color: #fff;
}
.heading-area.white>* {
    color: #fff;
}
.heading-area.center {
    text-align: center;
}
.heading-area.center>* {
    display: block;
    text-align: center;
}
.heading-area>p {
    margin: 5px 0 0 0;
}
.btn-button-sec {
    margin: 0 auto 0px;
    display: flex;
    justify-content: center;
}
.btn-button-sec a {
    background-color: #FE9B00;
    font-size: 25px;
    text-transform: initial;
    font-weight: 600;
    padding: 15px 40px 17px 40px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px 0;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.btn-button-sec a:hover {
    background-color: #c07a24;
}
ul,
li {
    list-style: none;
}
main {
    margin: 80px auto 0 auto;
    max-width: 1920px;
}
main>* {
    padding: 40px 0;
}
.btn_div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: center;
}
.common-btn {
    background-color: #FE9B00;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 10px 12px 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
}
.common-btn:hover,
.common-btn:focus {
    background: #c07a24;
    color: #fff;
}
a.btn-color2 {
    background-color: #0fb158;
}
a.btn-color2:hover,
a.btn-color2:focus {
    background-color: #0a8d45;
}
a.btn-color1 {
    background-color: #0c8ee4;
}
a.btn-color1:hover,
.main-banner a.btn-color1:focus {
    background-color: #0976be;
}
.btn_div .blink {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.btn_div .blink img {
    width: 21px;
    vertical-align: middle;
}
.btn_div .blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
@keyframes blink {
    30% {
        opacity: 0;
    }
}
/*===========================================*/
.banner-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner-left {
    width: 48%;
}
.banner h1 {
    width: 100%;
    font-size: 45px;
    line-height: 1em;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.banner b {
    margin: 0 0 10px;
    display: block;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
.banner .btn_div {
    justify-content: flex-start;
}
.banner-right {
    width: 46%;
}
.uber-for-x-deyail-page {
    float: none !important;
    padding: 45px 0 !important;
}
/* =============================================== */
.features{
    background: #FFFAEF;
}
.features-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.features-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
    margin-top: 40px;
}
.features-caption {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    min-height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.12);
}
.features-list .features-caption {
    display: flex;
    flex-direction: column;
}
.features-caption i {
    margin: 0 0 20px 0;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -41px;
    position: relative;
    z-index: 1;color: #000;
    font-size: 41px;
}
.features-caption i::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    transform: rotate(333deg);
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    -ms-transform: rotate(333deg);
    -o-transform: rotate(333deg);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #e69c24;
    z-index: -1;
}
.features-caption i img {
    display: inline-block;
    font-size: 0;
    width: 40px;
    height: 40px;
}
.features-caption strong {
    font-size: 20px;
    line-height: 1.3em;
    text-transform: capitalize;
    display: block;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: bold;
}
/* =============================================== */
.perfect-script {
    background-color: #f8f8f8;
}
.perfect-script-inner {
    margin: 0 auto;
    padding: 0px 15px;
    max-width: 1310px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.perfect-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}
.perfect-script-left {
    margin: 0;
    padding: 0px;
    width: 48%;
}
.perfect-script-right {
    margin: 0;
    padding: 0px;
    width: 48%;
}
.perfect-script-right ul {
    margin: 0;
    padding: 0px;
}
.perfect-script-right ul img {
    max-width: 100%;
}
.perfect-script-right ul li {
    margin: 0 0 0 0;
    padding: 0 0 5px 20px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: normal;
    display: block;
    position: relative;
}
.perfect-script-right ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #fcae3f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.perfect-script-right-res {
    display: none;
    float: left;
    width: 100%;
}
.perfect-script-right-res img {
    max-width: 100%;
}
/* =============================================== */
.video__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.uberclone-vidoe-img {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.uberclone-vidoe-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.uberclone-vidoe-img img,
.uberclone-vidoe-img iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.play-anim-ico {
    background-image: url(../svg/play-button-6.svg);
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 54%;
    top: 50%;
    z-index: 11;
    margin-top: -32px;
    margin-left: -25px;
    background-color:#fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.play-anim-ico:after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ff6e00;
    transform: scale(.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 15px 0;
    gap: 15px;
}
.TABROW .TAB {
    min-width: 197px;
    height: auto;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.TABROW .TAB.active {
    background-color: #FE9B00;
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.screens ul li img {
    outline: 1px solid #ddd;
}
/* ========================================= */
.demolinks {
    background-color: #e69c24;
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.demo-links-row  ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 15px 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.demo-links-row li a {
    display: block;
    position: relative;
}
.demo-links-row .links-column ul li {
    position: relative;
    width: calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -o-calc(25% - 10px);
}
.demo-links-row li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.5%;
}
.demo-links-row li a img {
    position: absolute;
    left: 0;
    top: 0;
}
/* ========================================= */
.price-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: auto;
}
.torn-pricing {
    margin-bottom: 15px;
    position: relative;
}
.price .common-btn {
    font-size: 22px;
    background-color: #FE9B00;
    font-weight: 600;
    color: #ffffff;
    padding: 11px 30px 15px 30px;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.price .common-btn:hover{
    background-color: #c58319;
}
/*=========================================*/
.inq_form {
    background-color: #FFFAEF;
}
.inq_form form input[type=submit] {
    background: #FE9B00;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.inq_form form input:hover[type=submit] {
    background-color: #c58319;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #003a57;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #ff6e00;
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
/* ========================================= */
@media (max-width:991px) {
    .banner-inner {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .banner-left {
        width: 100%;
        text-align: center;
    }
    .banner p{
        text-align: center;
    }
    .banner .btn_div{
        justify-content: center;
    }
    .banner-right {
        width: 100%;
        text-align: center;
    }
    .banner h1 {
        font-size: 40px;
    }
    .banner b {
        font-size: 21px;
    }
    .features-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .box-shadow ul {
        row-gap: 30px;
    }
    .head-style,
    .main-title {
        font-size: 35px;
    }
    .screens ul li {
        width: 50%;
    }
    .perfect-script-left {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .perfect-script-right {
        width: 100%;
    }
}
@media (max-width:630px) {
    main>* {
        padding: 40px 0;
    }
    .banner h1 {
        font-size: 29px;
    }
    .banner b {
        font-size: 18px;
    }
    .head-style,
    .main-title {
        font-size: 26px;
        margin-top: -4px;
    }
    .features-list {
        grid-template-columns: 1fr;
        row-gap: 40px;
        margin-top: 30px;
    }
    .features-caption {
        padding: 15px;
    }
    .features-caption i {
        margin-top: -31px;
    }
    .perfect-script-left {
        margin: 0 0 15px 0;
    }
    .play-anim-ico {
        margin-top: -24px;
        margin-left: -11px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }
    .features-caption {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .screens ul li {
        width: 100%;
        text-align: center;
    }
    .demo-links-row {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .btn_div{
        gap: 10px;
    }
    .common-btn {
        padding: 11px 10px;
        grid-gap: 10px;
        font-size: 16px;
        background: #e69c24;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        line-height: 1em;
    }
    .price .common-btn {
        font-size: 18px;
        padding: 12px 15px;
        line-height: 1em;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .inq_form form input[type=submit] {
        font-size: 18px;
        padding: 8px 10px;
        line-height: 1em;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 15px;
    }
    .btn-button-sec a {
        font-size: 20px;
    }
}