*{
	box-sizing: border-box;
	font-family: 'Exo 2';
}
p {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	font-family: 'Exo 2';
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
a:hover,
a:active,
a:visited,
a:focus,
a {
	text-decoration: none;
}
a{
	color: #000;
}
img {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
	margin: 0;
	font-family: 'Exo 2';
}
.demo-video {
    display: flex;
    width: 100%;
    padding-top: 8px;
    flex-wrap: wrap;
}
.demo-video a,
.common-btn {
    background: #ef9817;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    width: auto;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.demo-video a:hover,
.common-btn:hover {
    background: #be770b;
    color: #fff;
}
.demo-video a span {
    vertical-align: top;
    display: inline-block;
}
.demo-video a img {
    width: 21px;
    vertical-align: middle;
}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
li {
	display: block;
}
img {
	max-width: 100%;
  }
main{
	margin: 80px auto 0 auto;
	max-width: 1920px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}
main > *{
	padding: 45px 0;
}
.heading-area{
	display: block;
	width: 100%;
	margin: 0 0 15px 0;
}
.heading-area.center > *{
	display: block;width: 100%;
	text-align: center;
}
.heading-area.white > *{
	color: #fff;
}
.heading-area > P{
	margin: 5px 0 0 0;
}
.main-title {
	color: #000;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
	display: block;
	margin-top: -8px;
}
.sub-title {
	color: #e69c24;
	margin: 5px 0 0 0 ;
	display: block;
	font-family: 'Exo 2';
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn__div{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	grid-gap: 15px;
}
.btn {
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #e69c24;
	border-radius: 5px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.btn:hover,
.btn:focus {
	background: #c07a24;
	color: #fff;
}
.btn .blink{
	width: 25px;
	height: 25px;
}
/******top part*********/
.banner {
	background: #fffae2;
}
.banner-inner {
	display: flex;
	justify-content: space-between;
	max-width: 1310px;
	padding: 0 15px;
	flex-wrap: wrap;
	margin: auto;
	align-items: center;
}
.banner-right {
	width: 45%;
}
.banner-left {
	width: 52%;
}
.banner-right h1 {
	font-size: 49px;
	text-transform: uppercase;
	color: #000;
	line-height: 50px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.banner-right b {
	font-size: 24px;
	line-height: 26px;
	color: #e69c24;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.banner-right span h1 {
	font-size: 19px;
	color: #000;
	display: inline;
}
#uber-for-x-product-body {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
/************premium-features**********/
.features-inner {
	margin: 0 auto;
	padding: 0px 15px;
	max-width: 1310px;
}
.features-inner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 20px;
}
.features-inner ul li {
	width: 33.33%;
	padding: 0 8px;
	flex-grow: 1;
}
.fet-caption{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 13px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	min-height: 100%;
}
.fet-caption i{
	width: 100%;
	display: block;
	margin: 0 0 15px 0;
	font-size: 50px;
}
.fet-caption strong {
    margin: 10px 0 10px;
    font-size: 20px;
    color: #000;
    display: block;
    text-transform: capitalize;
    line-height: 1em;
}
/******************/
.perfect-script {
	background: #f8f8f8;
}
.perfect-script-inner {
	margin: 0 auto;
	padding: 0px 15px;
	max-width: 1310px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.perfect-script-left img {
	max-width: 100%;
}
.perfect-script-left ul {
	margin: 10px 0 0;
	padding: 0px;
	float: right;
	width: 92%;
}
.perfect-script-left ul li {
	margin: 0px;
	padding: 0 0 0 20px;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #5c5c5c;
	line-height: 25px;
	background: url(../index-94.html) no-repeat scroll left 10px;
}
.perfect-script-left,
.perfect-script-right {
	width: 48%;
}
/******************/
.safety-inner {
	margin: 0 auto;
	padding: 0px 15px;
	max-width: 1310px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.safety-inner-left span img {
	margin: 0 15px 0 0;
	padding: 0px;
}
.safety-inner-left {
	width: 50%;
}
.safety-inner-rght {
	width: 48%;
}
/******************/
.front-end{
	background: #f8f8f8;
}
.front-end-inner {
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1310px;
}
.front-end-left {
	width: 41%;
}
.front-end-right {
	width: 58%;
}
.front-end-right h4,
.front-end-right b {
	font-size: 22px;
	font-family: 'Exo 2';
	font-weight: 600;
	text-transform: none;
	display: block;
	margin-bottom: 15px;
	color: #000;
	line-height: 26px;
}
.front-end-right p a {
	color: #e69c24;
}
/*************************/
.core-fetures{
	background: #f8f8f8;
}
.core-fetures-inner{
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}
.core-fetures ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 15px;
	row-gap: 15px;
	justify-content: center;
}
.core-fetures ul 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);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 15px;
	text-align: center;
	min-height: 100%;
}
.core-fetures ul li i{
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.core-fetures ul li i img{
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
}
.core-fetures ul li strong{
	display: block;
	margin:  0 0 10px 0;
	color: #000;
	font-size: 18px;
	line-height: 24px;
}
.core-fetures ul li p{
	text-align: center;
}
/*************************/
.faq__inner{
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
  }
  .faq_list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
  }
  .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 strong {
	font-size: 20px;
	line-height: normal;
	display: block;
	margin: 0  0 10px 0;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 10px 20px;
	text-transform: capitalize;
	border-radius:12px 12px 0 0;
	background: #eff2ff;
	-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;
  }
  .faq_list li p{
	padding: 0 20px ;
  }
/*************************/
.pricing-inner {
	max-width: 1310px;
	margin: auto;
	padding: 0 15px;
	text-align: center;
}
.torn-pricing {
	position: relative;
	margin-bottom: 15px;
}
.get-price img {
	display: block;
	margin: auto;
}
.pricing-inner .btn__div{
	justify-content: center;
}

/*******************************************/
.inq_form{
	background: #fdfcf5;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: #e69c24;
    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] {
    transform: translateY(-0.15rem);
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    color: #fff;
    background-color: #e69c24;
    border-color: #e69c24;
    cursor: pointer;
}
.inq_form .head-style {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #e69c24;
    text-transform: uppercase;
    text-align: left;
}
.inq_form .head-style::after {
    background-color: #f76a00;
    left: 16px;
}
.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 {
    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;
	row-gap: 30px;
}
.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: 15px;
    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 (max-width:1199.98px) {
	.banner-right h1 {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (max-width:991px) {
.main-title {
	font-size: 35px;
	line-height: 40px;
}
.features-inner ul li {
	width: 50%;
}
.perfect-script-left{
	width: 100%;
	order: 3;
}
.perfect-script-right {
	width: 100%;
	order: 2;
	margin-bottom: 30px;
}
.safety-inner {
	flex-direction: column-reverse;
}
.safety-inner-left {
	width: 100%;
}
.front-end-left {
	width: 100%;
	margin: 0 0 25px 0 ;
}
.front-end-right {
	width: 100%;
	padding-left: 0;
}
.safety-inner-rght {
	width: 100%;margin: 0 0 30px 0;
}
.banner-inner {
	flex-direction: column-reverse;
}
.banner-left {
	margin-bottom: 4%;
}
.banner-right,
.banner-left {
	width: 100%;
}
.inq_form .box-shadow ul li {
	width: 100%;
}
.inq_form .heading-area {
	margin-bottom: 15px;
	align-items: center;
}
.inq_form .head-style {
	text-align: center;
}
.inq_form .head-style::after {
	background-color: #f76a00;
	left: 50%;
}
.core-fetures ul 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 (max-width:767px) {
main > *{
	padding: 40px 0;
}
.main-title {
	font-size: 26px;
	line-height: 30px;
	margin-top: -4px;
}
.sub-title {
	font-size: 22px;
	line-height: 24px;
}
.banner-right h1 {
	font-size: 30px;
	line-height: 30px;
}
.banner-right b {
	font-size: 22px;
}
.features-inner ul li {
	width: 100%;
	padding: 0;
}
.core-features-mid {
	display: none;
}
.front-end-right h4,
.front-end-right b {
	font-size: 20px;
	line-height: 24px;
}
}
@media (max-width:630px) {
.torn-pricing {
	position: relative;
	margin-bottom: 25px;
}
.inq_form .head-style {
	font-size: 25px;
	text-align: left;
}
.inq_form-left,
.inq_form-right {
	flex-direction: column;
}
.inq_form .input-row-flow {
	width: 100%;
}
.inq_form .box-shadow ul li:last-child {
	padding: 15px;
}
.inq_form form input[type=submit] {
	font-size: 16px;
	padding: 7px 15px;
	background-color: #e69c24;
}
.core-fetures ul li {
    width: 100%;
}
.faq_list li strong{
	font-size: 18px;
	padding: 10px 10px 10px 10px;
}
.faq_list li p {
    padding: 0 10px;
}
.inq_form .box-shadow{
	margin: 0;
}
}
@media (max-width:380px) {
.main-title {
	font-size: 24px;
	line-height: 26px;
}
.banner-right h1 {
	font-size: 27px;
}
.banner-right b {
	font-size: 20px;
	line-height: 26px;
}
.demo-video a, .common-btn {
	font-size: 16px;
	padding: 10px;
}
.btn span{
	width: 20px;
}
.btn{
	font-size: 16px;
}
}