@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*,
::after,
::before {
	box-sizing: border-box;
}

a {
	text-decoration: none
}

body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #000
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.text-center {
	text-align: center
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.text-white {
	color: #fff
}

.bg-white {
	background: #fff !important
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1396px
	}
}

.container {
	margin: 0 auto;
	padding: 0 15px
}

.auto-center {
	margin: 0 auto;
}

.clearfix {
	clear: both
}

/*header*/
.header {
	width: 100%;
	background: url(../images/header-bg.jpg) no-repeat center top #614629;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 144px 0 0 0;
	/* margin-bottom: 30px */
}

.header .device-img {
	margin-bottom: -69px;
	margin-top: 10px
}

.margin-0 {
	margin-top: 0 !important
}

.clearHeader {
	position: fixed;
	width: 100%;
}

.darkHeader {
	background-color: rgba(7, 10, 9, 0.66);
}

.header h1 {
	font-size: 36px;
	margin-bottom: 10px
}

.header p {
	font-size: 18px;
}

.center-text {
	max-width: 618px
}

.position-relative {
	position: relative
}

/*header*/

.page-title {
	font-size: 30px;
	margin-bottom: 88px
}


/*Check out Main Features*/
.features-section {
	padding-top: 100px
}

.features-section ul {
	margin: 0;
	padding: 0;
	display: table-row;
}

.features-section li {
	margin: 0 0 30px 0;
	padding: 0 30px;
	width: 24%;
	text-align: center;
	float: left;
	display: table-cell;
	min-height: 250px;
}

.features-section li h2 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 20px;
	height: 30px;
}

.features-section li p {
	overflow: hidden;
}

/*Check out Main Features*/


/*Ease of integration*/
.integration {
	background: #f6f6f6;
	padding: 140px 0;
	float: left;
	width: 100%
}

.integration .left-side {
	width: 50%;
	float: left
}

.integration .right-side {
	width: 50%;
	float: right;
	padding-left: 120px
}

.integration .right-side h2 {
	font-size: 30px;
	margin-bottom: 20px
}

.integration .right-side ul {
	margin: 0;
	padding: 0
}

.integration .right-side li {
	margin: 0 0 5px 0;
	padding: 8px 0 8px 60px;
	background: url(../images/tick.png) no-repeat left 5px;
}

.btn-css {
	background: #f06331;
	color: #fff;
	padding: 10px 54px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	display: inline-block
}

.btn-css2 {
	color: #fff;
	padding: 8px 40px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	display: inline-block;
	border: solid 1px #fff;
	margin-left: 14px
}

/*Ease of integration*/


/*Time-lapse Clip */
.customers {
	background: #f6f6f6;
	display: block;
	float: left;
	width: 100%;
	padding: 90px 0
}

.time-lapse .left-side2 {
	width: 50%;
	float: left
}

.time-lapse .right-side2 {
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 50px
}

.integration .left-side2 h2 {
	font-size: 30px;
	margin-bottom: 20px
}

.integration .left-side2 ul {
	margin: 0;
	padding: 0
}

.integration .left-side2 li {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 60px;
	background: url(../images/tick.png) no-repeat left 10px;
}

.integration {
	background: #f6f6f6;
	padding: 140px 0;
	float: left;
	width: 100%
}

.carousel .item {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 5px;
	margin: 70px 20px 20px 20px;
	padding: 40px 42px 42px 42px;
}

.carousel .item p {
	font-style: italic;
	margin-top: 40px
}

.carousel .item h6 {
	margin-top: 25px;
	font-size: 18px;
}

.carousel .item h5 {
	font-size: 18px;
	font-weight: 300
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f05b26
}

.comma {
	margin-top: -90px
}

.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 999
}

.owl-prev {
	left: -80px;
	position: absolute;
	color: #f05b26 !important;
	font-size: 30px
}

.owl-next {
	right: -80px;
	position: absolute;
	color: #f05b26 !important;
	font-size: 30px
}

.top-section {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	z-index: 999
}

.logo {
	float: left
}

.login {
	float: right
}


@media (min-width: 1280px) {
	.owl-prev {
		left: -80px;
		position: absolute;
		color: #f05b26 !important;
		font-size: 30px
	}

	.owl-next {
		right: -80px;
		position: absolute;
		color: #f05b26 !important;
		font-size: 30px
	}
}


@media (max-width: 1550px) {
	.owl-prev {
		left: -15px;
		position: absolute;
		color: #f05b26 !important;
		font-size: 30px
	}

	.owl-next {
		right: -15px;
		position: absolute;
		color: #f05b26 !important;
		font-size: 30px
	}
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	font-size: 60px !important
}

footer {
	background: #000;
	width: 100%;
	line-height: 55px;
	font-size: 14px;
	text-align:
		center;
	color: #fff
}

.owl-prev span {
	background: url(../images/left-arrow.png) no-repeat center center;
	width: 19px;
	height: 32px;
	display: block
}

.owl-next span {
	background: url(../images/right-arrow.png) no-repeat center center;
	width: 19px;
	height: 32px;
	display: block
}

/*Time-lapse Clip */

/*subscribe*/
.subscribe {
	padding: 100px 0;
	display: block;
}

.subscribe h2 {
	margin-bottom: 30px;
}

.text-orange {
	color: #f06331
}


.news__form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 604px;
	margin: 30px auto 30px auto;
}

.input[type=email] {
	border: 0;
	outline: 0;
	padding: 20px 30px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.news__btn {
	border: none;
	outline: none;
	background: transparent;
	background-color: #f06331;
	padding: 20px 80px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 800px) {
	.news-grid {
		grid-auto-flow: column;
		grid-template-columns: repeat(3, 1fr);
	}

	.news {
		padding: 4.125em 2.25em;
	}

	.news__form {
		flex-direction: row;
		gap: 14px;
	}

	.input[type=email] {
		flex: 0 0 500px;
	}
}

/*subscribe*/


/* start pricing page */

section {
	padding: 60px 0;
}

.inner-page-title {
	background: url('../images/bg-01.jpg') no-repeat center center;
	background-size: cover;
}

.table--features tbody>tr>td:first-child,
.table--features thead>tr>th:first-child {
	padding-left: 3rem;
	border-bottom-left-radius: 0.45rem;
	border-top-left-radius: 0.45rem;
}

.table--features tbody>tr>td:last-child,
.table--features thead>tr>th:last-child {
	padding-right: 3rem;
	border-bottom-right-radius: 0.45rem;
	border-top-right-radius: 0.45rem;
}

.table--features .fa-exclamation-circle,
.table--features .fa-info-circle {
	color: #c3c5c7;
	margin-left: 0.25rem;
}

.table--features tbody>tr>td:nth-child(2),
.table--features thead>tr>th:nth-child(2) {
	color: #3ca9f5;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(3),
.table--features thead>tr>th:nth-child(3) {
	color: #01c466;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(4),
.table--features thead>tr>th:nth-child(4) {
	color: #f9a92b;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(5),
.table--features thead>tr>th:nth-child(5) {
	color: #000;
	text-align: center;
}


.table--features tbody>tr>td:nth-child(2) i,
.table--features thead>tr>th:nth-child(2) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(3) i,
.table--features thead>tr>th:nth-child(3) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(4) i,
.table--features thead>tr>th:nth-child(4) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(5) i,
.table--features thead>tr>th:nth-child(5) i {
	font-size: 22px !important;
}


.table--features td,
.table--features tr,
.table--features table,
.table--features thead,
.table--features th {
	border: 0px !important;
}

.card-style3 {
	position: relative;
	overflow: hidden;
	border: 0;
	height: 100%;
	background: unset;
	border-radius: 0;
}

.card-style3 .card-header {
	padding: 40px 35px 70px 35px;
	border-color: #ededed;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.card-style3 .card-price {
	background-color: #fff;
	position: absolute;
	bottom: -32px;
	left: 30px;
	border-radius: 5px;
	width: 110px;
	height: 70px;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-style3 .card-month {
	position: absolute;
	right: 30px;
	bottom: -15px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background-color: #1158e7;
	padding: 5px 20px;
	border-radius: 35px;
}

.card-style3 .card-body {
	border: 1px solid #ededed;
	border-top: none;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 60px 35px 30px;
}

.list-style1 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-style1 li {
	display: block;
	border-bottom: 1px solid #ededed;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	color: #575a7b;
}

.bg-dark .list-style1 li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.bg-dark {
	background-color: #2a334e !important;
}

.butn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 16px 30px;
	font-weight: 600;
	overflow: hidden;
	line-height: normal;
	border: none;
	border-radius: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #fcaf17;
	transition: all 0.8s ease;
	white-space: nowrap;
	z-index: 99;
	color: #fff;
}

.section__title {
	font-size: 25px;
	margin-bottom: 20px;
}

.section--feature .feature {
	margin-bottom: 30px;
}

.bg-grey {
	background-color: #f1f1f1;
}

.section__subtitle {
	color: #7e7e7e;
	text-align: center;
	margin-bottom: 48px;
}

.pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	max-width: 350px;
	border-radius: 0.25rem;
	text-align: center;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .1);
}

.pricing .pricing-card {
	margin-bottom: 2rem;
}

.pricing .pricing-card {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
}

.pricing {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column wrap;
}

.pricing {
	display: flex;
	flex-flow: row wrap;
}

.pricing .pricing-card:not(:last-child) {
	margin-right: 15px;
}

.pricing-card--basic .pricing-card__title {
	background-color: #3ca9f5;
}

.pricing-card--premium .pricing-card__title {
	background-color: #01c466;
}

.pricing-card--professional .pricing-card__title {
	background-color: #ff5a00;
}

.pricing-card--ultimate .pricing-card__title {
	background-color: #000;
}

.pricing-card__title {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff5a00;
	margin: 0;
	padding: 13px 0;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.pricing-card__feaure {
	height: 147px;
	border-bottom: 4px solid #f7f7f9;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.pricing-card__feature__price {
	font-weight: 700;
	font-size: 30px;
	margin: 0 auto;
	border-bottom: 2px solid #dcdcdc;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 14px;
}

.pricing-card--basic .pricing-card__feature__highlight {
	color: #3ca9f5;
}

.pricing-card--premium .pricing-card__feature__highlight {
	color: #01c466;
}

.pricing-card--professional .pricing-card__feature__highlight {
	color: #ff5a00;
}

.pricing-card--ultimate .pricing-card__feature__highlight {
	color: #000;
}

/* end pricing page */

.pricing-container .table a {
	color: #ef6331;
	text-decoration: none;
}

.pricing-container a:hover {
	color: #d65122;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

.text-primary {
	color: #ef6331 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.orange-btn .btn-primary {
	color: white;
	padding: 10px 50px;
	font-size: 1.1rem;
	background-color: #f06331;
	border-color: #f06331;
}

.orange-btn .btn-primary:hover {
	background-color: #cc4800;
	border-color: #cc4800;
}

.green-btn .btn-primary {
	color: white;
	padding: 10px 50px;
	font-size: 1.1rem;
	background-color: #01c466;
	border-color: #01c466;
}

.green-btn .btn-primary:hover {
	background-color: #05a055;
	border-color: #05a055;
}

.white-btn .btn-primary {
	color: #f06331;
	padding: 10px 50px;
	font-size: 1.1rem;
	background-color: #fff;
	border-color: #f06331;
}

.white-btn .btn-primary:hover {
	background-color: #fff;
	border-color: #f06331;
}

.form-control {
	/* padding: 0.6rem .75rem !important; */
}

/* neww */

.login-main {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100vh;
	flex-direction: column;
	background-image: radial-gradient(circle, #fff, rgba(42, 42, 42, .1));
}

.login-logo {
	margin-bottom: 40px;
}

.login-formbox {
	max-width: 600px;
	width: 600px;
	margin: 0px auto;
	border-radius: 30px;
	background: #fff;
	margin-bottom: 40px;
	padding: 30px;
}

.text-right {
	text-align: right;
}

.speedtest-mid .fa {
	font-size: 50px;
}

.speedtest-mid .fa.fa-dashboard {
	color: purple;
}

.speedtest-mid .fa.fa-heartbeat {
	color: #3296D1;
}

.speedtest-mid .fa.fa-cloud-download {
	color: red;
}


.newcamera-mid .fa {
	font-size: 50px;
}

.newcamera-mid p {
	min-height: 110px;
}

.newcamera-mid .fa.fa-video {
	color: purple;
}

.newcamera-mid .fa.fa-camera {
	color: #3296D1;
}

.newcamera-mid .fa.fa-network-wired {
	color: red;
}

.client-logo img {
	width: 80%;
}

.client-logo .owl-carousel {
	border-radius: 10px;
	background: #fff;
	padding: 20px;
}

section {
	padding: 60px 0;
}

.top-section {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	z-index: 999;
}

.logo {
	float: left;
}

.login {
	float: right;
}

.btn-css {
	background: #f06331;
	color: #fff;
	padding: 10px 54px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	display: inline-block;
}

.btn-css2 {
	color: #fff;
	padding: 8px 40px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	display: inline-block;
	border: solid 1px #fff;
	margin-left: 14px;
}

.darkHeader {
	background-color: rgba(7, 10, 9, 0.66);
}

footer {
	background: #000;
	width: 100%;
	line-height: 55px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.inner-page-title {
	background: url('../img/bg-01.jpg') no-repeat center center;
	background-size: cover;
}

.table--features tbody>tr>td:first-child,
.table--features thead>tr>th:first-child {
	padding-left: 3rem;
	border-bottom-left-radius: 0.45rem;
	border-top-left-radius: 0.45rem;
}

.table--features tbody>tr>td:last-child,
.table--features thead>tr>th:last-child {
	padding-right: 3rem;
	border-bottom-right-radius: 0.45rem;
	border-top-right-radius: 0.45rem;
}

.table--features .fa-exclamation-circle,
.table--features .fa-info-circle {
	color: #c3c5c7;
	margin-left: 0.25rem;
}

.table--features tbody>tr>td:nth-child(2),
.table--features thead>tr>th:nth-child(2) {
	color: #3ca9f5;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(3),
.table--features thead>tr>th:nth-child(3) {
	color: #01c466;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(4),
.table--features thead>tr>th:nth-child(4) {
	color: #f9a92b;
	text-align: center;
}

.table--features tbody>tr>td:nth-child(5),
.table--features thead>tr>th:nth-child(5) {
	color: #000;
	text-align: center;
}


.table--features tbody>tr>td:nth-child(2) i,
.table--features thead>tr>th:nth-child(2) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(3) i,
.table--features thead>tr>th:nth-child(3) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(4) i,
.table--features thead>tr>th:nth-child(4) i {
	font-size: 22px !important;
}

.table--features tbody>tr>td:nth-child(5) i,
.table--features thead>tr>th:nth-child(5) i {
	font-size: 22px !important;
}


.table--features td,
.table--features tr,
.table--features table,
.table--features thead,
.table--features th {
	border: 0px !important;
}

.card-style3 {
	position: relative;
	overflow: hidden;
	border: 0;
	height: 100%;
	background: unset;
	border-radius: 0;
}

.card-style3 .card-header {
	padding: 40px 35px 70px 35px;
	border-color: #ededed;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.card-style3 .card-price {
	background-color: #fff;
	position: absolute;
	bottom: -32px;
	left: 30px;
	border-radius: 5px;
	width: 110px;
	height: 70px;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-style3 .card-month {
	position: absolute;
	right: 30px;
	bottom: -15px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background-color: #1158e7;
	padding: 5px 20px;
	border-radius: 35px;
}

.card-style3 .card-body {
	border: 1px solid #ededed;
	border-top: none;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 60px 35px 30px;
}

.list-style1 {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-style1 li {
	display: block;
	border-bottom: 1px solid #ededed;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	color: #575a7b;
}

.bg-dark .list-style1 li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
}

.bg-dark {
	background-color: #2a334e !important;
}

.butn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 16px 30px;
	font-weight: 600;
	overflow: hidden;
	line-height: normal;
	border: none;
	border-radius: 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #fcaf17;
	transition: all 0.8s ease;
	white-space: nowrap;
	z-index: 99;
	color: #fff;
}

.section__title {
	font-size: 25px;
	margin-bottom: 20px;
}

.section--feature .feature {
	margin-bottom: 30px;
}

.bg-grey {
	background-color: #f1f1f1;
}

.section__subtitle {
	color: #7e7e7e;
	text-align: center;
	margin-bottom: 48px;
}

.pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	max-width: 350px;
	border-radius: 0.25rem;
	text-align: center;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .1);
}

.pricing .pricing-card {
	margin-bottom: 2rem;
}

.pricing .pricing-card {
	display: flex;
	flex: 1 0 0;
	flex-direction: column;
}

.pricing {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-flow: column wrap;
}

.pricing {
	display: flex;
	flex-flow: row wrap;
}

.pricing .pricing-card:not(:last-child) {
	margin-right: 15px;
}

.pricing-card--basic .pricing-card__title {
	background-color: #3ca9f5;
}

.pricing-card--premium .pricing-card__title {
	background-color: #01c466;
}

.pricing-card--professional .pricing-card__title {
	background-color: #ff5a00;
}

.pricing-card--ultimate .pricing-card__title {
	background-color: #000;
}

.pricing-card__title {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff5a00;
	margin: 0;
	padding: 13px 0;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.pricing-card__feaure {
	height: 147px;
	border-bottom: 4px solid #f7f7f9;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.pricing-card__feature__price {
	font-weight: 700;
	font-size: 30px;
	margin: 0 auto;
	border-bottom: 2px solid #dcdcdc;
	text-transform: uppercase;
	line-height: 1;
	padding-bottom: 14px;
}

.pricing-card--basic .pricing-card__feature__highlight {
	color: #3ca9f5;
}

.pricing-card--premium .pricing-card__feature__highlight {
	color: #01c466;
}

.pricing-card--professional .pricing-card__feature__highlight {
	color: #ff5a00;
}

.pricing-card--ultimate .pricing-card__feature__highlight {
	color: #000;
}

.inner-page-title {
	padding-top: 120px;
}

.register-tab ul.nav-tabs {
	align-items: center;
	justify-content: center;
	border: 0px !important;
}

.register-tab ul.nav-tabs i {
	font-size: 30px;
	margin-bottom: 10px;
}

.register-tab .nav-link {
	color: #000;
	border: 0px !important;
	margin: 0px 20px !important;
}

.register-tab .nav-link.active {
	color: #ff5a00;
	border: 0px !important;
}

.register-tab .tab-content {
	padding: 30px;
	background: #eee;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.register-tab .form-main {
	margin-bottom: 30px;
}

.register-tab .form-main label {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

.register-tab .form-main .form-control {
	border: 0px;
	border-bottom: 1px solid #d1d1d1;
	border-radius: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #000;
	padding: 10px 32px 10px 10px;
	margin: 0;
	position: relative;
}

.register-tab .form-main select.form-control {
	-webkit-appearance: auto !important;
	appearance: auto !important;
}

.register-tab .form-main .form-icon {
	position: absolute;
	right: 20px;
	top: 47px;
}

.register-tab .form-main .col-md-6,
.register-tab .form-main .col-md-4,
.register-tab .form-main .col-md-3 {
	position: relative;
}

.register-tab .form-main .form-icon i {
	color: #ff5a00;
}

.form-main label sup {
	color: red;
}

.btn-primary {
	background: #ff5a00;
	border-color: #ff5a00;
}

.register-step2-main {
	padding-bottom: 50px;
}

.border-primary {
	border-color: #ff5a00 !important;
}

.note {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	padding: 10px;
	text-align: center;
}


/* new code for pricing*/
.table--features tbody > tr > td:first-child,
.table--features thead > tr > th:first-child {
	padding-left: 3rem;
	border-bottom-left-radius: 0.45rem;
	border-top-left-radius: 0.45rem;
}

.table--features tbody > tr > td:last-child,
.table--features thead > tr > th:last-child {
	padding-right: 3rem;
	border-bottom-right-radius: 0.45rem;
	border-top-right-radius: 0.45rem;
}

.table--features .fa-exclamation-circle,
.table--features .fa-info-circle {
	color: #c3c5c7;
	margin-left: 0.25rem;
}
.table--features tbody > tr {
	border-bottom: 1px solid #ddd; /* Set the border style and color */
}

.table--features tbody > tr > td:nth-child(2),
.table--features thead > tr > th:nth-child(2) {
	text-align: center;
}

.table--features tbody > tr > td:nth-child(3),
.table--features thead > tr > th:nth-child(3) {
	text-align: center;
}

.table--features tbody > tr > td:nth-child(4),
.table--features thead > tr > th:nth-child(4) {
	text-align: center;
}

.table--features tbody > tr > td:nth-child(5),
.table--features thead > tr > th:nth-child(5) {
	text-align: center;
}

.table--features tbody > tr > td:nth-child(2) i,
.table--features thead > tr > th:nth-child(2) i {
	font-size: 22px !important;
}

.table--features tbody > tr > td:nth-child(3) i,
.table--features thead > tr > th:nth-child(3) i {
	font-size: 22px !important;
}

.table--features tbody > tr > td:nth-child(4) i,
.table--features thead > tr > th:nth-child(4) i {
	font-size: 22px !important;
}

.table--features tbody > tr > td:nth-child(5) i,
.table--features thead > tr > th:nth-child(5) i {
	font-size: 22px !important;
}

@media (max-width: 550px) {
	.table--features tbody > tr > td:first-child,
	.table--features thead > tr > th:first-child {
		padding-left: 0.1rem;
	}

	.table--features tbody > tr > td:last-child,
	.table--features thead > tr > th:last-child {
		padding-right: 0.1rem;
	}
	.new-container {
		width: auto;
	}
}
@media (min-width: 576px) {
	.new-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.new-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.new-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.new-container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.new-container {
		max-width: 1296px;
	}
}

.new-container {
	margin: 0 auto;
	padding: 0 15px;
}

.auto-center {
	margin: 0 auto;
}

.clearfix {
	clear: both;
}
.label {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}


