:root {
    --theme:#03acef;
    --theme-hover:#0173a0;
    --theme-medium:#b4eaff;
    --theme-light:#e3f7ff;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@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)
    }
}
.play-anim-ico {
    background-image: url(../images/carcare/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    right: 50px;
    top: 50px;
    z-index: 111;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #fff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.company-logo {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}
p {
    line-height: 22px;
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #000;
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
a,
a:hover,
a:active
{
    text-decoration: none;
}
* {
    text-rendering: optimizeSpeed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::after,
*::before{
    margin: 0;
    padding: 0;
}
ul,li,ol{
    padding: 0;
    list-style: none;
}
[data-toggle="popup"] {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 40px 10px 40px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
}
[data-toggle="popup"]:hover {
    background-color: #0173a0;
    color: #fff;
}
.btn__div{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
}
.btn__div.ju-center{
    justify-content: center;
}
.common-btn {
    background-color: var(--theme);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 12px 15px 12px 12px;
    color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    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: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.common-btn img {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    font-size: 0;
    display: inline-block;
}
.common-btn:hover {
    background-color: #0173a0;
    color: #fff;
}
a.btn-color2 {
    background-color: #0fb158;
}
a.btn-color2:hover,
a.btn-color2:focus {
    background-color: #0a8d45;
}
a.btn-color1 {
    background-color: #FE9B00;
}
a.btn-color1:hover,
a.btn-color1:focus
 {
    background-color: #c07a24;
}
/************************************/
.banner h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1em;
    color: var(--theme);
    font-size: 45px;
    display: block;
}
.banner b {
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.banner p {
    text-align: justify;
}
.banner .banner-right>strong {
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1em;
}
.banner{
    background-color: var(--theme-light);
}
.banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.banner img {
    max-width: 100%;
    vertical-align: top;
}
.banner-left {
    width: 48%;
    position: relative;
}
.banner-right {
    width: 50%;
}
.banner-right p:last-child {
    margin-bottom: 0;
}
.banner.gradient {
    background: #ff6e00;
    background: -moz-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: -webkit-linear-gradient(-45deg, #ff6e00 0%, #f3aa00 100%);
    background: linear-gradient(135deg, #ff6e00 0%, #f3aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e00', endColorstr='#f3aa00', GradientType=1);
}
.banner.gradient h1,
.banner.gradient p {
    color: #fff;
}
/************************************/
/****************************************/
.deliveryvideos {
    padding: 40px 0 20px 0;
    background-color: var(--theme);
}
.deliveryvideos .heading-area h3 {
    color: #fff;
}
.deliveryvideos-inner {
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.deliveryvideos ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}
.deliveryvideos ul li {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 20%;
}
.deliveryvideos ul li a {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    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;
}
.deliveryvideos ul li a img {
    max-width: 100%;
}
.deliveryvideos .heading-area {
    margin-bottom: 25px;
}
.deliveryvideos ul li a:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/carcare/play-black.svg);
    background-size: 100%;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    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;
}
.deliveryvideos ul li a.view-more {
    background-color: #fff;
    display: block;
    position: relative;
}
.deliveryvideos ul li a.view-more span {
    position: absolute;
    color: var(--theme);
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.deliveryvideos ul li a.view-more:after {
    display: none;
}
.deliveryvideos ul li a:hover {
    background-color: #cdffdb;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #333 inset;
}
/****************************************/
/************************************/
.flowmap {
    padding: 50px 0;
}
.flowmap-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.flowmap img {
    max-width: 100%;
}
/************************************/
.mainWrapper {
    margin: 80px auto 0 auto;
    max-width: 1920px;
    overflow: hidden;
}
.mainWrapper > *{
    padding: 40px 0;
}
.heading-area {
    text-align: center;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
}
.heading-area strong {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--theme);
    font-weight: 600;
    display: block;
}
.main-title {
    font-size: 35px;
    font-weight: bold;
    margin: -5px 0 6px 0;
    color: #000;
    text-transform: uppercase;
    line-height: 1em;
}
.heading-area.center > *{
    text-align: center;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area > p{
    margin: 10px 0 0 0;
}
.m_0{
    margin: 0 !important;
}
/****************************************/
.services-inner{
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.services ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.services ul li{
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.services ul i img{
    width: 50px;
    height: 50px;
}
.services ul li strong{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}
/****************************************/
.features {
    position: relative;
}
.features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.features ul {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    row-gap: 20px;
}
.features ul li {
    width: 33.33%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    flex-grow: 1;
}
.features ul li img {
    max-width: 100%;
}
.features ul li .fet-caption {
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10), 0 0 0 0px #03acef inset;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10), 0 0 0 0px #03acef inset;
    min-height: 100%;
    background-color: #ffffff;
    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: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.features ul li i {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 56px;
    color: #03acef;
}
.features ul li i img {
    height: 56px;
    width: 56px;
    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;
    font-size: 0;
}
.features ul li .sep {
    position: absolute;
    right: -18px;
    bottom: -70px;
}
.features ul li strong {
    display: block;
    line-height: normal;
    font-size: 16px;
    color: #373737;
    margin-bottom: 8px;
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.features ul li p {
    text-align: center;
}
/**************************************/
.provide {
    background-color: var(--theme-light);
}
.provide.white_bg {
    background-color: #fff;
}
.provide-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.provide-left {
    width: 50%;
}
.provide-right {
    width: 48%;
}
.provide-right img {
    max-width: 100%;
    vertical-align: top;
}
.provide-left .heading-area {
    text-align: left;
}
.provide-left .heading-area .header-sep {
    margin-left: 0;
}
.provide ul li {
    font-size: 15px;
    list-style: none;
    padding-left: 21px;
    position: relative;
    margin-bottom: 4px;
    font-weight: 400;
    color: #000;
}
.provide ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--theme);
    border-radius: 50%;
    left: 0;
    top: 6px;
}
/**************************************/
/**************************************/
.work-process {
    padding: 15px 0 116px 0;
    position: relative;
    background-color: #e9f7da;
}
.work-process-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.work-process:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 92px solid #fff;
    border-right: 100vw solid transparent;
}
.work-process b {
    max-width: 846px;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
}
.work-process ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.work-process ul li {
    padding: 0 10px;
    width: 19%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.work-process ul li i {
    height: 145px;
    width: 145px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #a4ad99;
    border-radius: 50%;
    position: relative;
}
.work-process ul li i img {
    height: 65px;
}
.work-process ul li strong {
    display: block;
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 8px 0 5px 0;
}
.work-process ul li p {
    margin-bottom: 0;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}
.work-process ul li i:after {
    content: '';
    position: absolute;
    width: 117px;
    height: 117px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #a4ad99;
}
.work-process ul li img.launch-system {
    margin-top: 12px;
}
.work-process ul li:after {
    content: '';
    position: absolute;
    width: 98px;
    height: 21px;
    background-image: url(../images/carcare/wave.png);
    left: 80%;
    top: 62px;
}
.work-process ul li:first-child:after,
.work-process ul li:last-child:after {
    display: none;
}
/**************************************/
.screens {
    background-color: var(--theme-light);
}
.screens-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.TABROW {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 0 0;
}
.TABROW .TAB {
    min-width: 197px;
    height: 50px;
    padding: 15px 15px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #606060;
    line-height: 1.33em;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #d8d8d8 inset;
    margin: 0 10px 20px 10px;
    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;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.TABROW .TAB.active {
    background-color: var(--theme);
    color: #fff;
    box-shadow: none;
}
.screens ul {
    display: none;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 20px 0;
}
.screens ul.active {
    display: flex;
}
.screens ul li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.screens ul li img {
    max-width: 100%;
}
.screens ul li img {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.screens .view-app-flow {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 17px 40px;
    min-width: 264px;
    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;
}
.screens .view-app-flow:hover {
    background-color: #0173a0;
}
/**************************************/
/**************************************/
.demolinks {
    background-color: var(--theme);
}
.demolinks-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.demolinks-inner ul{
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    margin: 0 auto;
    max-width: 921px;
}
.demolinks-inner ul li {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    bottom: 0;
    width: 100%;
}
.demolinks-inner ul li a {
    display: block;
    position: relative;
    width: 100%;
}
.demolinks-inner ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}
.demolinks-inner ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 32.34%
}
/**************************************/
.pricing {
    position: relative;
    z-index: 1;
}
.pricing img {
    max-width: 100%;
}
.pricing-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.pricing .get-quote {
    font-size: 22px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 14px 40px 14px 40px;
    min-width: 264px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    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;
}
.pricing .get-quote:hover {
    background-color: #0173a0;
}
.torn-pricing {
    position: relative;
}
.torn-pricing::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 44%;
}
.torn-pricing img{
    position: absolute;
    left: 0;
    top: 0;
}
.reviews {
    background-color: #f8f8f8;
}
.reviews p {
    text-align: center;
}
.reviews .text-center {
    text-align: center;
}
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.reviews ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0 -15px;
    row-gap: 20px;
}
.reviews ul li {
    width: 25%;
    padding: 0 10px;
}
.reviews ul li img {
    width: 100%;
    border-radius: 18px;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
}
.reviews ul li a {
    position: relative;
    display: block;
    border: 8px solid #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}
.reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(../images/carcare/play-black.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.reviews ul li:not(:last-child) a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%
}
.reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
}
.reviews ul li.morereview a:hover {
    background-color: #0173a0;
}
.reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}
.reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}
/**************************************************/
.video-section {
    background-color: #fff;
}
.fronend-section._PT50_ {
    padding-top: 100px;
}
.video-section .demo-video {
    display: block;
    width: 49%;
    position: relative;
    outline: 5px solid var(--theme);
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    cursor: pointer;
}
.video-section .demo-video#adam-video .play-anim-ico {
    left: 48%;
    top: 50%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    margin: 0;
}
.video-section .demo-video#demo-video .play-anim-ico {
    left: 54%;
    top: 58%;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    margin: 0;
}
.video-section .demo-video img,
.video-section .demo-video iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.video-section .demo-video::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.20%
}
.video-section p {
    margin-bottom: 20px;
}
.video-section-inner {
    text-align: center;
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 15px;
}
.video-section .video-data {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.play-anim-ico {
    background-image: url(../images/carcare/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 25vw;
    top: 50%;
    z-index: 111;
    margin-top: -30px;
    margin-left: -30px;
}
/*******************/
.package-banner {
    color: #fff;
}
.package-banner h3 {
    font-size: 99px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.cost-block span {
    font-size: 49px;
    color: #dddddd;
    font-weight: 600;
    display: inline-block;
    position: relative;
    min-width: 175px;
}
.cost-block span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../images/carcare/disable-cost.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.cost-block strong {
    color: #ff9e06;
    font-size: 73px;
    font-weight: 700;
    display: block;
    margin-top: -10px;
}
.package-banner h3 strong {
    font-weight: 500;
    font-size: 31px;
    display: block;
}
.subtitle {
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
}
.subtitle span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25.4px;
    display: block;
    margin-top: 6px;
}
.package-banner-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.package-banner p {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 25.4px;
}
.banner-bottom-part {
    position: relative;
    padding: 45px 0 48px 0;
}
.banner-bottom-part:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #323232;
    left: 0;
    top: 0;
    pointer-events: none;
}
.banner-bottom-part:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #1c1c1c;
    right: 0;
    top: 0;
    pointer-events: none;
}
.banner-bottom-part .package-banner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.package-banner-left:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    background-image: url(../images/carcare/binding.png);
    right: -50px;
    top: 0;
    pointer-events: none;
}
.package-banner-left {
    width: 407px;
    position: relative;
    background-image: url(../images/carcare/pricing-left-bg.jpg);
    text-align: center;
    padding: 0 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 30px 20px 30px;
}
.package-banner-right {
    width: calc(100% - 420px);
    width: -o-calc(100% - 420px);
    width: -ms-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    background-image: url(../images/carcare/pricing-bg.jpg);
    padding: 20px 40px 25px 88px;
    display: flex;
    flex-wrap: wrap;
}
.package-banner-left ul {
    padding-right: 55px;
}
.package-banner-right ul {
    width: 50%;
}
.package-banner ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    color: #e4e4e4;
    padding-left: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-right: 20px;
}
.package-banner ul li:last-child {
    margin-bottom: 0;
}
.package-banner ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff9e06;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.cost-block {
    position: relative;
}
.package-banner-right a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 32px;
    background-color: #ff9e06;
    border-radius: 5px;
    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;
    outline: none;
}
.text-center.full {
    margin-top: 25px;
    font-size: 0;
}
.text-center.full a {
    margin: 0 8px 10px 8px;
}
.package-banner-right a:hover {
    background-color: #e99a1b;
}
.package-banner-left b {
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: capitalize;
}
.full {
    width: 100%;
}
.package-banner-main {
    padding: 40px 0 50px 0;
}
.package-banner-main>h3 {
    margin: 0 0 20px;
    padding: 0px;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.package-banner-main>h3 strong {
    color: #ff6e00;
    font-weight: 600;
}
.package-banner-main>h3 span {
    text-transform: initial;
    font-size: 15px;
    display: block;
    color: #333;
}
/**************************************************/
/***********************Web section***********************/
.web-section {
    background-color: var(--theme-light);
}
.web-section img {
    border: 3px solid #aaa;
    margin-bottom: 20px;
}
.web-section .right-text {
    align-self: center;
}
.web-section p {
    text-align: justify;
}
.web-section .left-part {
    position: relative;
}
.web-section .btn-button-sec,
.addmin-section .btn-button-sec {
    display: block;
}
.web-section .btn-button-sec a.btn-button,
.addmin-section .btn-button-sec a.btn-button {
    background-color: var(--theme);
    font-size: 18px;
    color: #ffffff;
    padding: 12px 15px;
    text-align: center;
    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;
    display: inline-block;
    border: solid 2px var(--theme);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.web-section .btn-button-sec a.btn-button:hover,
.addmin-section .btn-button-sec a.btn-button:hover {
    background-color: #0173a0;
    color: #ffffff;
    border: solid 2px #0173a0;
}
.web-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.web-section-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.web-section .heading-area {
    text-align: left;
}
.addmin-section {
    padding: 40px 0;
    background: #f8f8f8;
}
.addmin-section img {
    border: 3px solid #ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.addmin-section .heading-area {
    text-align: left;
    margin-bottom: 20px;
}
.addmin-section-inner {
    max-width: 1310px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.addmin-section .right-image {
    align-self: center;
}
.addmin-section .right-image a {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}
.web_title{
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    display: block;
    margin: 0 0 10px;
    line-height: 1em;
}
/********************************/
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li:last-child {
    grid-column: span 2;
}
.faq_list li strong {
    font-size: 18px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--theme-light);
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    color: #000;
    line-height: 1em;
    font-weight: 600;
}
.faq_list li p {
    padding: 0 20px;
}
/********************************/
@media screen and (max-width:1400px) {
    .banner h1 {
        font-size: 60px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width:1366px) {
    .banner h1 {
        font-size: 50px;
    }
    .banner h1 span {
        margin-top: -20px;
    }
}
@media screen and (max-width:1200px) {
    .demo-links-row .links-column {
        width: 33.33%;
    }
}
@media screen and (max-width:1279px) {
    /************************************/
    .banner .banner-right>strong {
        font-size: 40px;
        line-height: 40px;
    }
    .banner h1 {
        font-size: 52px;
    }
    /***************************************/
    .package-banner-left,
    .package-banner-right {
        background-size: cover;
    }
    /************************************/
    /***************************************/
    .work-process ul li:after {
        display: none;
    }
    /***************************************/
    .flow-banner-caption h3 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .flow-banner-caption {
        max-width: 48vw;
    }
    .flow-banner-caption h3 span {
        font-size: 2.6vw;
    }
    .flow-banner-caption p {
        font-size: 1.3vw;
        line-height: 2vw;
    }
}
@media screen and (max-width:1024px) {
    /**************************************/
    .banner h1 {
        font-size: 35px;
    }
    .banner h1 strong {
        font-size: 45px;
    }
    .banner-left {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .banner-right {
        width: 100%;
    }
    /**************************************/
    /*********************************************/
    .deliveryvideos ul li {
        width: 25%;
    }
    /*********************************************/
    .reviews ul li.morereview a{
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    /*********************************************/
}
@media screen and (max-width:991px) {
    /*****************************************/
    .banner h1 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1em;
        text-align: center;
    }
    .banner h1 strong {
        font-size: 52px;
    }
    .banner b {
        font-size: 20px;
        line-height: 1em;
    }
    /*****************************************/
    .banner-part-left {
        width: 100%;
        padding-top: 70px;
    }
    .banner-part-inner {
        flex-wrap: wrap;
        height: auto;
        background-size: cover;
    }
    .banner-part-right {
        width: 100%;
        max-width: 100%;
        margin: 40px 0 40px 0;
        display: block;
        text-align: center;
    }
    .banner-bottom {
        display: none;
    }
    /**************************************/
    .web-section .btn-button-sec a.btn-button,
    .addmin-section .btn-button-sec a.btn-button,
    a.btn-button {
        font-size: 18px;
        padding: 6px 30px 8px;
    }
    .web-section-inner {
        flex-direction: column;
        align-items: center;
    }
    .addmin-section-inner {
        flex-direction: column-reverse;
    }
    .web-section-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .addmin-section {
        padding: 40px 0 40px 0;
    }
    /**************************************/
    .video-section .demo-video:first-child {
        width: 100%;
        margin-bottom: 30px;
    }
    .video-section .demo-video:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    /*****************************************************/
    .features ul li {
        width: 50%;
    }
    .features ul li .sep {
        display: none;
    }
    .main-title {
        font-size: 32px;
    }
    .heading-area strong {
        font-size: 18px;
    }
    /**************************************/
    .provide ul {
        margin-left: 0;
    }
    .provide p {
        max-width: 100%;
    }
    .provide-left {
        width: 100%;
        order: 3;
    }
    .provide-right {
        width: 100%;
        text-align: center;
        order: 2;
        margin-bottom: 30px ;
    }
    .provide-left .heading-area {
        text-align: center;
    }
    .provide-left .heading-area .header-sep {
        margin-left: auto;
    }
    .provide:after {
        display: none;
    }
    .provide-inner {
        position: relative;
    }
    .green-part-inner ul li {
        padding: 0;
    }
    /**************************************/
    .TABROW .TAB {
        margin-bottom: 20px;
    }
    .screens ul li {
        width: 50%;
    }
    /**************************************/
    .pricing .clipart {
        display: none;
    }
    /**************************************/
    ul.weblinks li {
        margin: 0 10px 20px 10px;
    }
    ul.weblinks li a,
    .pricing .get-quote {
        min-width: initial;
        height: auto;
        line-height: normal;
        box-sizing: border-box;
        padding: 14px 20px 17px 20px;
        font-size: 18px;
    }
    /**************************************/
    /**************************************/
    .reviews ul li {
        width: 33.33%;
    }
    .reviews a.reviews-btn {
        padding: 10px 50px;
        font-size: 22px;
    }
    /**************************************/
    .work-process ul {
        justify-content: center;
    }
    .work-process ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .work-process {
        padding: 50px 0 20px 0;
    }
    .work-process:after {
        display: none;
    }
    /**************************************/
    /****************************************/
    .deliveryvideos ul li {
        width: 33.33%;
    }
    /****************************************/
    .package-banner-main>h3,
    .video-section h3 {
        font-size: 32px;
    }
    .banner-bottom-part .package-banner-inner {
        display: block;
    }
    .package-banner-left {
        width: 100%;
        padding: 30px 40px 40px 40px;
    }
    .cost-block {
        top: auto;
        margin: 25px 0;
    }
    .package-banner-right {
        width: auto;
        margin-top: 20px;
        padding: 60px 20px 40px 20px;
    }
    .package-banner-right ul {
        padding-left: 0;
    }
    .banner-bottom-part:before {
        width: 100%;
    }
    .banner-bottom-part:after {
        display: none;
    }
    .package-banner-left:after {
        background-image: url(../images/carcare/binding-horizontal.png);
        width: 100%;
        height: 90px;
        background-repeat: repeat-x;
        left: 0;
        bottom: -51px;
        top: auto;
    }
    .package-banner-left ul {
        padding-right: 0;
    }
    .subtitle {
        padding: 0;
    }
    .package-banner-left b {
        margin-top: 30px;
    }
    /****************************************/
    .banner-right {
        text-align: center;
    }
    .reviews ul li.morereview a {
        font-size: 23px;
        line-height: 28px;
    }
    .services ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:767px) {
    /********************************************/
    .banner .banner-right>strong {
        margin-bottom: 10px;
        font-size: 30px;
        text-align: center;
        line-height: 1em;
    }
    .reviews ul li.morereview a {
        font-size: 18px;
        line-height: 22px;
    }
    /********************************************/
    .faq_list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (max-width:630px) {
    .mainWrapper > *{
        padding: 40px 0;
    }
    .main-title {
        font-size: 28px;
    }
    .features ul li {
        width: 100%;
        padding: 0;
    }
    .main-title {
        font-size: 30px;
        margin-top: -4px;
    }
    .heading-area strong {
        font-size: 16px;
    }
    /**************************************/
    .order ul li {
        width: 100%;
        margin-bottom: 80px;
    }
    /**************************************/
    .TABROW .TAB {
        padding: 15px 25px;
        height: auto;
        min-width: initial;
    }
    /**************************************/
    /**************************************/
    ul.reviews-list li {
        width: 50%;
    }
    ul.reviews-list li a {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 0;
    }
    ul.reviews-list li a img {
        border-radius: 8px;
    }
    ul.reviews-list li.morereview a {
        font-size: 4.1vw;
        line-height: 5.2vw;
    }
    ul.reviews-list li a::after {
        width: 35px;
        height: 35px;
        background-size: 29px;
    }
    ul.reviews-list li.morereview a:before {
        width: 40px;
        height: 40px;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    ul.reviews-list li.morereview a:after {
        width: 40px;
        height: 40px;
        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;
    }
    .demolinks-inner ul {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        gap: 10px;
    }
    .features.appsol ul li {
        width: 100%;
        padding: 0;
    }
    /****************************************/
    .work-process ul li {
        width: 100%;
    }
    /*****************************************/
    .deliveryvideos ul li {
        width: 50%;
    }
    /*****************************************/
    .package-banner-main>h3,
    .video-section h3 {
        font-size: 25px;
    }
    .package-banner p {
        font-size: 22px;
    }
    .package-banner-right ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .package-banner-right a {
        margin-top: 0;
    }
    .package-banner h3 {
        font-size: 68px;
    }
    .package-banner h3 strong {
        font-size: 21px;
    }
    .cost-block span {
        font-size: 40px;
    }
    .cost-block strong {
        font-size: 62px;
    }
    /*****************************************/
    .demo-links-row .links-column {
        width: 50%;
    }
    .demo-links-row .links-column ul li a img {
        max-width: 100%;
    }
    .demo-links-row strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .demo-links-row .links-column ul {
        margin: 0;
    }
    .demo-links-row .links-column:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    .demo-links-row .links-column:last-child ul li {
        width: calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
    }
    .demo-links-row .links-column:last-child ul {
        display: flex;
        flex-wrap: wrap;
    }
    /*****************************************/
    .services ul {
        grid-template-columns: 1fr 1fr;
    }
    .services ul li strong {
        font-size: 15px;
    }
}
@media screen and (max-width:480px) {
    .screens ul li {
        width: 100%;
        padding: 0;
    }
    /******************************/
    .webscreens ul .slick-arrow {
        bottom: -30px;
    }
    .webscreens {
        padding: 50px 0 80px 0;
    }
    .webscreens.admin-panel {
        padding: 40px 0 80px 0;
    }
    /******************************************/
    .reviews ul li a::after {
        width: 37px;
        height: 37px;
        background-size: 33px;
    }
}
@media screen and (min-width:1921px) {
    .mainWrapper {
        max-width: 100%;
    }
}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    background-color: #f8f8f8;
    position: relative;
    z-index: 0;
    float: left;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: var(--theme);
    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;
    cursor: pointer;
    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: #0173a0;
}
.inq_form .head-style {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: var(--theme);
}
/*.inq_form .head-style:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background-color: #f76a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}*/
.inq_form .heading-area {
    margin-bottom: 15px;
    text-align: left;
    align-items: flex-start;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    margin-top: 15px;
    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 30px 30px 30px;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
}
.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;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: #fd585c;
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: #bf0000;
}
.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 screen and (max-width:991px) {
    .inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        text-align: left;
        align-items: center;
    }
}
@media screen and (max-width:630px) {
    .inq_form-left,
    .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
    .screens .view-app-flow {
        font-size: 18px;
        padding: 12px 15px;
        min-width: inherit;
    }
    .inq_form .box-shadow ul li:last-child {
        padding: 15px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
    .inq_form .head-style {
        font-size: 26px;
    }
    .inq_form form input[type=submit] {
        font-size: 18px;
        padding: 10px 15px;
    }
}
@media (max-width:375px) {
    .main-title{
        font-size: 25px;
        line-height: 1em;
    }
    .video-section .demo-video#adam-video .play-anim-ico,
    .video-section .demo-video#demo-video .play-anim-ico {
        transform: translate(-50% , -50%) scale(0.8);
        -webkit-transform: translate(-50% , -50%) scale(0.8);
        -moz-transform: translate(-50% , -50%) scale(0.8);
        -ms-transform: translate(-50% , -50%) scale(0.8);
        -o-transform: translate(-50% , -50%) scale(0.8);
    }
}