body {
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	background: #ebebeb;
}
p{
	font-size: 16px;
	color: #000;
	line-height: 22px;
	text-align: justify;
}
img {
	max-width: 100%;
}

.visuals-section {
	padding: 40px 0;
}

.visuals-section-inner {
	padding: 0 15px;
	max-width: 1470px;
	margin: 0 auto;
	text-align: center;
}

.visuals-section ul li p {
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	max-width: 700px;
	margin-top: 15px;
	display: inline-block;
}

.visuals-section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.visuals-section ul li {
	text-align: center;
	margin-bottom: 30px;
	width: 50%;
	padding: 0 10px;
}

.visuals-section ul li:last-child {
	margin-bottom: 0;
}

.visuals-section ul li i {
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 20px;
	background-color: #ff6f02;
	/* background-color: #f38f00; */
	font-size: 35px;
	border-radius: 50%;
	font-style: normal;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	color: #fff;
	line-height: 54px;
}

.visuals-section ul li img {
	max-width: 700px;
	width: 100%;
	display: block;
	margin: 0 auto;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}

#midd-part {
	max-width: 1920px;
	margin: 80px auto 0 auto;
	display: block;
	overflow: hidden;
}

section {
	display: block;
	padding: 50px 0px;
}

.container-inner{
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Exo 2";
	font-weight: 500;
	line-height: 1.1;
	background: 0 0;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.text-center {
	text-align: center;
}

.heading-area{
	display: block;
	margin: 0 0 15px;
	width: 100%;
}
.main-title {
	color: #000;
	font-size: 40px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
}

.heading-area.white >* {
	color: #fff;
}
.heading-area.center > *{
	display: block;
	text-align: center;
}
.app__title{
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 10px;
}
.heading-area > p{
	margin: 5px 0 0 0;
}
.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

img {
	border: 0;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	color: #ff0606;
	text-decoration: none;
	outline: 0;
}

.section-one {
	padding: 50px 0px;
	position: relative;
}

.section-one::after {
	position: absolute;
	width: 100%;
	height: 237px;
	content: "";
	background: #ee9817;
	z-index: -1;
	left: 50%;
	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%);
}

.row.user-part {
	position: relative;
	display: flex;
	align-items: center;
}

.section-one .section-one-content {
	width: 100%;
	display: block;
	position: relative;
	padding: 25px 0;
}

.section-one .content {
	width: 100%;
	position: absolute;
	bottom: 55px;
	left: 15px;
}

.section-one .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section-one .content li {
	margin-bottom: 15px;
	font-size: 24px;
	color: #000;
	position: relative;
	padding-left: 25px;
}

.section-one .content li::after {
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background: #ee9817;
	z-index: -1;
	top: 13px;
	left: 0px;
	border-radius: 50%;
}

.section-one .round-shape-img {
	position: relative;
	z-index: -1;
}

.section-one .watch-screen-1 {
	position: absolute;
	top: -70px;
	left: 50px;
	z-index: 1;
}

.section-one .watch-screen-2 {
	position: absolute;
	right: 65px;
	bottom: -70px;
	z-index: 1;
}

/***********************************************************/
.apple-watch-banner {
	width: 100%;
	background: #fff;
	position: relative;
	padding: 0;
	color: #000;
	min-height: 780px;
	border-bottom: solid 5px #fff;
	display: flex;
	align-items: center;
	border-top: 1px solid #ddd;
}

.banner-bg {
	position: absolute;
	right: 0;
	top: 0;
	/* width: 100%; */
	left: auto;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
}

.shape-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 200px;
}

.apple-watch-banner-element {
	position: absolute;
	bottom: 0;
	left: -150px;
	z-index: 0;
	width: 300px;
}

.apple-watch-banner-inner {
	max-width: 1337px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	z-index: 1;
	position: relative;
	align-items: center;
	height: 100%;
}

.apple-watch-banner-left {
	width: 50%;
	padding-bottom: 50px;
}

.apple-watch-banner-left .heading-style1 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0;
	margin: 0;
}

.apple-watch-banner-left .heading-style2 {
	display: block;
	color: #ff9000;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 70px;
	line-height: 80px;
	font-weight: bold;
}

.apple-watch-banner-left p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 10px;
	text-align: justify;
}

.apple-watch-banner .demo-video a {
	background: #f76a00;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
}

.apple-watch-banner .demo-video a:hover {
	background: #643001;
}

.top-new-benner-mob {
	max-width: inherit;
	width: 42vw;
}

/******************************/
.key-features-section {
	position: relative;
	background: #2e2e2e;
	z-index: 0;
	color: #fff;
	overflow: hidden;
}

.apple-watch-banner-element-right {
	width: 400px;
	bottom: 0;
	right: -200px;
	position: absolute;
}

.Key-features-section-content {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.Key-features-section-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.Key-features-section-content ul li {
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
}

.Key-features-section-content ul li span {
	color: #ee9817;
	font-size: 25px;
	width: 35px;
	display: inline-block;
	text-align: right;
	font-weight: 500;
	margin-right: 15px;
}

.Key-features-section-content ul li ul {
	margin-left: 55px;
	margin-top: 0px;
}

.Key-features-section-content ul li ul li {
	margin-bottom: 0;
	font-size: 16px;
}

/******************************/
.application-flow-section {
	position: relative;
	background-color: #fff;
	padding-bottom: 0;
}

.application-flow-section .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 0;
	margin: 10px 0 30px 0;
}
.application-flow-section .row:last-child{
	margin-bottom: 0;
}
.application-flow-section .heading-styele-1 {
	color: #000;
}

.application-flow-section-content {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.application-flow-section .row::after {
	content: '';
	width: 108.3%;
	height: 240px;
	background: #ee9817;
	position: absolute;
	z-index: -1;
	right: 210px;
	top: 50%;
	transform: translate(0%, -50%);
}

.application-flow-section .row.common::after {
	height: 280px;
}

.application-flow-section-content p {
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	font-weight: 300;
	margin: 0 0 10px;
	text-align: justify;
}

.application-flow-section-content p:last-child {
	margin-bottom: 0px;
}

.application-flow-section-images {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.application-flow-section-images .step-watch {
	position: absolute;
	top: auto;
	width: 60%;
	text-align: center;
}

.application-flow-section .watch-screen-3 {
	position: absolute;
	left: 0;
}

.application-flow-section .watch-screen-4 {
	position: absolute;
	right: 0;
}

.watch-screen-5 {
	position: absolute;
	right: auto;
}

.application-flow-section .row.row-reverse {
	flex-direction: row-reverse;
}

.application-flow-section .row.row-reverse::after {
	right: auto;
	left: 210px;
}

.application-flow-section .row.title-bar {
	margin: 30px 0;
}

.application-flow-section .row.title-bar::after {
	display: none;
}

.step-watch-title-bar {
	position: relative;
	width: 100%;
	text-align: center;
}

.step-watch-title-bar .step-heading-title {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	background: #ff6e00;
	width: auto;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 50px;
}

.step-watch-title-bar:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background: #ff6e00;
	left: 0;
	top: 25px;
	z-index: -1;
}

.boxsection {
	padding: 30px 0 50px 0;
	background-image: url(../jpg/back.jpg);
	background-position: bottom -186px left;
	background-repeat: no-repeat;
	background-color: #fff;
}

.boxsection-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.boxcolumn {
	padding: 25px 30px 40px 30px;
	width: calc(50% - 15px);
	width: -o-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	background-image: none !important;
	border-radius: 25px;
}

.boxrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 3px solid #fff;
	/* box-shadow: 0 0 0 3px #ee9817; */
}

.boxcolumn.orange {
	background-color: #ee9817;
}

.boxcolumn.orange h3,
.boxcolumn.orange h5,
.boxcolumn.orange h4,
.boxcolumn.orange p {
	color: #fff;
}

.boxcolumn h3,
.boxcolumn h4,
.boxcolumn h5 {
	font-size: 46px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.boxcolumn p {
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	margin-bottom: 0;
}

.boxcolumn.full {
	width: 100%;
	margin-bottom: 30px;
}

.boxcolumn.orange a {
	color: #000;
}

.boxcolumn.orange a:hover {
	color: #666;
}

.boxcolumn a {
	color: #ee9817;
}

.boxcolumn a:hover {
	color: #ff6e00;
}

/*************************************************/
.inner-banner {
	margin: 0;
}

.uber-visuals {
	margin: 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}

.uber-visuals h3 {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 100%;
}

.uber-visuals p {
	margin: 0 0 22px;
	padding: 0;
	float: left;
	width: 100%;
}

/*.uber-visuals ul {margin:22px 0; padding:0px; float:left; widows:100%;}
.uber-visuals ul li {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 1px solid #dddcdc; display: block; float: left; margin: 0 30px 0 0; padding: 17px; width: 31.7%;}
.uber-visuals ul li:last-child{margin-right:0px;}
.uber-visuals ul li h2 {margin:0 0 15px; padding:0px; float:left; widows:100%; color: #000000; font-size: 27px; font-weight: 700;}
.uber-visuals ul li p {color: #636161; float: left; font-size: 15px; line-height: 21px; margin: 0; min-height: 85px; padding: 0; width: 100%; }*/
.orange-txt {
	color: #ff6e00;
	font-weight: 700;
	text-transform: uppercase;
}

.uber-visuals-mid {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}

.uber-visuals-mid-left {
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	width: 480px;
}

.uber-visuals-admin-logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.uber-visuals-mid-left-text {
	margin: 20px 0 0 30px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}

.uber-visuals-mid-left-text span {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	left: -30px;
	top: 0;
	width: 300px;
	text-align: right;
	direction: rtl;
	transform-origin: right top;
	transform: translateX(-100%) rotate(-90deg);
	-webkit-transform: translateX(-100%) rotate(-90deg);
	-moz-transform: translateX(-100%) rotate(-90deg);
	-ms-transform: translateX(-100%) rotate(-90deg);
	-o-transform: translateX(-100%) rotate(-90deg);
}

.uber-visuals-mid-left-text span img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.uber-visuals-mid-left-text h2,
.uber-visuals-mid-left-text h3 {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	max-width: 460px;
	color: #b6b6b6;
	font-size: 41px;
	font-family: 'Exo 2';
	font-weight: bold;
	text-transform: uppercase;
}

.uber-visuals-mid-left-text p {
	margin: 0 0 15px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	color: #595959;
}

.uber-visuals-mid-left-text label {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.uber-visuals-mid-left-text label img {
	max-width: 100%;
}

.uber-visuals-mid-right {
	margin: 30px 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 766px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	max-width: 100%;
}

.uber-visuals-mid-right img {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border: 3px solid #ddd;
}

.uber-visuals-admin-body-paer {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}

.uber-visuals-admin-body-paer .container {
	min-height: 700px;
	padding: 10px 0 0 0;
}

.add-vehicle01 {
	background-position: left -2px bottom -138px;
}
.bg-gray{
	background-color: #F6F6F6;
}
.hotel_fullWidth{
	padding: 40px 0;
}
.hotel___inner{
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
}

.hotel__img img{
	border-radius: 15px;
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.15);
	vertical-align: top;
}
.hotel_fullWidth .hotel__img{
	position: relative;
	z-index: 1;
	margin-top: 35px;
	margin-bottom: 15px;
}
.hotel_fullWidth .hotel__img::before{
	content: '';
	background-color: #F6F6F6;
	position: absolute;
	right: -20px;
	left: 100px;
	top: -20px;
	bottom: -20px;
	border-radius: 0 15px 15px 0;
	z-index: -1;
}
.hotel_fullWidth.bg-gray .hotel__img{
	margin: 0;
}
.hotel_fullWidth.bg-gray .hotel__img::before{
	display: none;
}
.hotel___inner h3,
.hotel___inner h4,
.hotel___inner b {
	margin: 0 0 10px;
	font-size: 35px;
	color: #ff6e00;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	display: block;
}
.center {
	text-align: center;
}
.center p{
	text-align: center;
}
.main__bg{
	background-color: #F94C00;
	width: 100%;
	position: relative;
	background-color: #F94C00;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
	padding: 20px 0 65px 0;
}
.hotel___inner.white >*{
	color: #fff;
}
.banner-bottom-part {
	margin: 0 0 30px;
	padding: 0px;
	float: left;
	width: 100%;
}

.banner-bottom-part-box1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	background: #fc4d00;
	min-height: 295px;
	border-radius: 3px;
}

.banner-bottom-part-box1-text {
	margin: 20px 0 0 25px;
	padding: 0px;
	float: left;
	width: 225px;
	color: #FFFFFF;
}

.banner-bottom-part-box1-text h4 {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 35px;
	font-family: 'Exo 2';
	font-weight: bold;
	text-transform: uppercase;
}

.banner-bottom-part-box1-text p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 13px;
	min-height: 80px;
}

.banner-bottom-part-box1-text span {
	margin: 20px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}

.banner-bottom-part-box1-text span a {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-family: 'Exo 2';
	font-weight: bold;
}

.banner-bottom-part-box1-text span a:hover {
	border-color: #000000;
	color: #000000;
}

.banner-bottom-part-box1-img {
	margin: 20px 0 0;
	padding: 0px;
	float: right;
	width: 152px;
}

.banner-bottom-part-box2 {
	margin: 0 5px;
	padding: 0px;
	float: left;
	width: 33%;
	background: #262626;
	min-height: 295px;
	border-radius: 3px;
}

.banner-bottom-part-box2-text {
	margin: 20px 0 0 25px;
	padding: 0px;
	float: left;
	width: 234px;
	color: #FFFFFF;
}

.banner-bottom-part-box2-text h4 {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 35px;
	font-family: 'Exo 2';
	font-weight: bold;
	text-transform: uppercase;
}

.banner-bottom-part-box2-text p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 13px;
	min-height: 80px;
}

.banner-bottom-part-box2-text span {
	margin: 20px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}

.banner-bottom-part-box2-text span a {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-family: 'Exo 2';
	font-weight: bold;
}

.banner-bottom-part-box2-text span a:hover {
	border-color: #babafb;
	color: #babafb;
}

.banner-bottom-part-box2-img {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 157px;
}

.banner-bottom-part-box3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33%;
	background: #69bd33;
	min-height: 295px;
	border-radius: 3px;
	background-size: cover;
}

.banner-bottom-part-box3-text {
	margin: 20px 0 0 25px;
	padding: 0px;
	float: left;
	width: 225px;
	color: #FFFFFF;
}

.banner-bottom-part-box3-text h4 {
	margin: 0 0 20px;
	padding: 0px;
	float: left;
	width: 78%;
	font-size: 35px;
	font-family: 'Exo 2';
	font-weight: bold;
	text-transform: uppercase;
}

.banner-bottom-part-box3-text p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 13px;
	min-height: 80px;
}

.banner-bottom-part-box3-text span {
	margin: 20px 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}

.banner-bottom-part-box3-text span a {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	font-family: 'Exo 2';
	font-weight: bold;
}

.banner-bottom-part-box3-text span a:hover {
	border-color: #000000;
	color: #000000;
}

.banner-bottom-part-box3-img {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 169px;
}

.hotel-visuals-section {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 0;
}

.section-title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}

.admin-left-part{
	background-color: #f8f8f8;
	padding: 25px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.admin-left-part:first-child{
	margin-top: 40px;
}
.admin-right-part{
	background-color: #fff;
	padding: 40px 25px;
}
/*************************************************/
@media screen and (max-width:1820px) {
	.apple-watch-banner {
		min-height: 745px;
	}
}

@media screen and (max-width:1699px) {
	.apple-watch-banner {
		min-height: 720px;
	}

	.apple-watch-banner-left {
		width: 48%;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 32px;
		line-height: 36px;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 60px;
		line-height: 65px
	}
}

@media screen and (max-width:1599px) {
	.apple-watch-banner {
		min-height: 700px;
	}
}

@media screen and (max-width:1499px) {
	.apple-watch-banner {
		min-height: 675px;
	}

	.apple-watch-banner-left {
		width: 45%;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 28px;
		line-height: 32px;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 50px;
		line-height: 50px;
	}

	.application-flow-section .watch-screen-3,
	.application-flow-section .watch-screen-4,
	.application-flow-section .watch-screen-5 {
		width: 275px;
	}
}

@media screen and (max-width:1399px) {
	.apple-watch-banner {
		min-height: 650px;
	}

	.apple-watch-banner-left {
		width: 42%;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 28px;
		line-height: 32px;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:1199px) {
	.apple-watch-banner {
		min-height: 750px;
	}

	.apple-watch-banner-left {
		width: 41%;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 24px;
		line-height: 32px;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 42px;
		line-height: 50px;
	}

	.section-one .section-one-content::after {
		width: 100%;
		height: auto;
		background-size: auto 100%;
		top: 20px;
		right: 0;
		bottom: 20px;
	}

	.heading-styele-1 {
		font-size: 36px;
	}

	.heading-styele-2 {
		font-size: 30px;
	}

	.heading-style3 {
		font-size: 24px;
	}

	.section-one .content li {
		font-size: 20px;
	}

	.section-one .watch-screen-1 {
		top: -10px;
		right: 30%;
		z-index: 1;
		width: 235px;
	}

	.section-one .watch-screen-2 {
		right: 0;
		bottom: -10px;
		z-index: 1;
		width: 235px;
	}

	.apple-watch-banner-element-right {
		width: 300px;
		right: -175px;
	}

	.application-flow-section .row::after {
		height: 260px;
		right: 80px;
	}

	.application-flow-section .row.common::after {
		height: 300px;
	}

	.application-flow-section .row.row-reverse::after {
		right: auto;
		left: 80px;
	}

	.application-flow-section .watch-screen-3,
	.application-flow-section .watch-screen-4,
	.application-flow-section .watch-screen-5 {
		width: 180px;
	}

	.application-flow-section-content p {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 5px;
	}
}

@media screen and (max-width:1023px) {
	.apple-watch-banner {
		min-height: 750px;
	}

	.apple-watch-banner-left {
		width: 40%;
		padding-bottom: 106px;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 24px;
		line-height: 32px;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 42px;
		line-height: 50px;
	}

	.application-flow-section .watch-screen-3,
	.application-flow-section .watch-screen-4,
	.application-flow-section .watch-screen-5 {
		width: 160px;
	}

	.application-flow-section-content p {
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 5px;
	}

	.application-flow-section .row.row-reverse::after {
		right: 75PX;
	}

	.application-flow-section .row::after {
		right: 75PX;
	}

	.application-flow-section .row.common::after {
		height: 230px;
	}
}

@media screen and (max-width:991px) {
	.visuals-section ul li {
		width: 100%;
	}

	.apple-watch-banner {
		min-height: auto;
		padding: 50px 0 30px;
	}

	.banner-bg {
		display: none;
	}

	.apple-watch-banner-left {
		width: 100%;
		padding-bottom: 0;
	}

	.apple-watch-banner-left .heading-style1 {
		font-size: 18px;
		line-height: 18px;
		margin: 0px 0 10PX;
	}

	.apple-watch-banner-left .heading-style2 {
		font-size: 28px;
		line-height: 30px;
	}

	.apple-watch-banner-left p {
		font-size: 15px;
		line-height: 22px;
	}

	.section-one::after {
		display: none;
	}

	.section-one .row.user-part {
		position: relative;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.section-one .section-one-content {
		width: 100%;
		display: flex;
		position: relative;
		padding: 25px 0;
		align-items: center;
		justify-content: center;
	}

	.section-one .title-content .heading-styele-1,
	.section-one .title-content .heading-styele-2 {
		color: #ee9817;
	}

	.section-one .content {
		width: 100%;
		position: relative;
		bottom: auto;
		left: 0;
		padding: 0 15px;
	}

	.section-one .round-shape-img {
		position: relative;
		z-index: -1;
	}

	.round-shape-img::after {
		position: absolute;
		width: 100%;
		height: 237px;
		content: "";
		background: #ee9817;
		z-index: -1;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.section-one .watch-screen-1 {
		top: auto;
		left: 0;
		z-index: 1;
		width: 235px;
	}

	.section-one .watch-screen-2 {
		right: 0;
		bottom: auto;
		z-index: 1;
		width: 235px;
	}

	.Key-features-section-content ul li span {
		font-size: 20px;
		width: 28px;
		margin-right: 0;
		position: absolute;
		top: -2px;
		left: 3px;
	}

	.Key-features-section-content ul li {
		position: relative;
		padding: 0 0 0 45px;
	}

	.apple-watch-banner-element-right {
		width: 185px;
		right: -65px;
	}

	.application-flow-section .row::after {
		right: 75px;
		border-radius: 0px 100px 100px 0px;
	}

	.application-flow-section .row.row-reverse::after {
		left: 75px;
		border-radius: 100px 0 0 100px;
	}

	.boxcolumn {
		padding: 30px;
	}

	.boxcolumn h3,
	.boxcolumn h4,
	.boxcolumn h5 {
		font-size: 35px;
	}

	.admin-left-part-text em,
	.admin-right-part-text em {
		font-size: 28px;
		line-height: normal;
	}

	.admin-left-part-text span {
		width: calc(100% - 55px);
		width: -o-calc(100% - 55px);
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		margin: 0;
		padding: 0px 0 20px 10px;
	}

	.admin-right-part-text span {
		width: calc(100% - 55px);
		width: -o-calc(100% - 55px);
		width: -moz-calc(100% - 55px);
		width: -webkit-calc(100% - 55px);
		margin: 0;
		padding: 0px 10px 20px 0;
	}

	.admin-right-part-text span h3,
	.admin-left-part-text span h3,
	.uber-visuals-mid-left-text h2,
	.uber-visuals-mid-left-text h3 {
		font-size: 22px;
	}

	.uber-visuals-mid-left-text h2,
	.uber-visuals-mid-left-text h3 {
		margin-bottom: 10px;
	}

	.uber-visuals-mid-left {
		width: 100%;
		padding: 0 20px 0 0;
	}
	.main__bg {
		clip-path: none;
		padding: 20px 0;
	}
	.hotel___inner p:last-child {
		margin-bottom: 0;
	}
	.hotel_fullWidth .hotel__img {
		padding: 20px 0;
		margin: 10px 0;
	}
}

@media screen and (max-width:767px) {
	.apple-watch-banner-inner {
		flex-wrap: wrap;
	}

	.apple-watch-banner-left {
		width: 100%;
	}

	.apple-watch-banner-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);
	}

	.round-shape-img::after {
		position: absolute;
		width: 75%;
		height: 237px;
		content: "";
		background: #ee9817;
		z-index: -1;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		border-radius: 50px;
	}

	.application-flow-section .row {
		flex-wrap: wrap;
	}

	.application-flow-section .row::after,
	.apple-watch-banner-element-right {
		display: none;
	}

	.application-flow-section .row {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 25px;
	}

	.application-flow-section .row .col-sm-6 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
		text-align: center;
	}

	.application-flow-section-content {
		width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		background: #ee9817;
		padding: 15px;
		margin: 20px 0;
	}

	.application-flow-section-content p {
		font-size: 17px;
		line-height: 24px;
		margin: 0 0 10px;
		text-align: center;
	}

	.application-flow-section .watch-screen-3,
	.application-flow-section .watch-screen-4,
	.application-flow-section .watch-screen-5 {
		width: 50%;
	}

	.boxcolumn {
		margin-bottom: 30px;
	}

	.mb-50 {
		margin-bottom: 25px;
	}

	.boxcolumn.orange {
		width: 100%;
	}

	.boxcolumn {
		width: 100%;
	}

	.boxcolumn h3,
	.boxcolumn h4,
	.boxcolumn h5 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.boxcolumn p {
		font-size: 16px;
		line-height: normal;
	}

	h1.page-heading {
		font-size: 31px;
	}
	.hotel_fullWidth .hotel__img {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		padding: 0;
	}
	.hotel__img img {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.hotel_fullWidth .hotel__img::before {
		height: auto;
		top: -10px;
		bottom: -10px;
		right: -10px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.hotel___inner h3,
	.hotel___inner h4,
	.hotel___inner b {
		font-size: 25px;
	}
}

@media screen and (max-width:568px) {
	.section-one .section-one-content {
		flex-wrap: wrap;
	}

	.section-one .round-shape-img {
		position: absolute;
		z-index: -1;
	}

	.section-one .watch-screen-2,
	.section-one .watch-screen-1 {
		position: relative;
		width: auto;
		max-width: 100%;
	}
}