@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Inter", sans-serif;
}

html {
	scroll-padding-top: 90px;
	scroll-behavior: smooth;
}

.container {
	width: 100%;
	max-width: 1170px;
}

.container-fluid {
	width: 100%;
	max-width: 1440px;
}

a {
	text-decoration: none;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99999;
}

.btn-primary:hover {
	color: #fff;
	background-color: #00538f;
	border-color: #00538f;
	opacity: 0.8;
}

button.navbar-toggler {
	border: none;
	margin-right: 10px;
	background-color: #016094;
	position: relative;
	float: right;
	padding: 7px 8px;
}

button.navbar-toggler:focus {
	background: #016094 !important;
	border: none;
	box-shadow: none;
}

.fab.fa-twitter::before {
	content: "𝕏";
	font-size: 19px;
}

.fab {
	font-size: 19px;
}

.icon-bar {
	display: block;
	width: 20px;
	height: 2.5px;
	border-radius: 1px;
	background-color: #fff;
}

.icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-header {
	margin: 0;
}

.navbar-collapse {
	justify-content: space-around;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-toggle .icon-bar {
	height: 3px;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover {
	border: none;
	margin-right: 5px;
	background-color: #00538f;
}

.navbar-default .navbar-toggle:focus {
	background: #f26e1f !important;
	border: none;
}

.navbar-default {
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	transition: 0.3s;
	position: fixed;
	width: 80%;
	max-width: 1440px;
	left: 50%;
	top: 50px;
	z-index: 9999;
	border-radius: 20px 0 20px 0;
	transform: translate(-50%, 0);
}

.navbar-default.fixed {
	background-color: #fff;
	box-shadow: 0 0 15px #ddd;
	position: fixed;
	width: 100%;
	top: 0;
	border-radius: 0;
	padding: 5px;
	max-width: 100%;
}

.navbar-default.fixed .navbar-brand > img {
	max-width: 150px;
}

a.navbar-brand {
	padding: 2px 0 0 15px;
	display: inline-block;
	margin-right: 30px;
}

.navbar-brand > img {
	max-width: 150px;
	margin: 15px 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #ef2e31 !important;
	background-color: transparent;
}

.navbar-nav > li a#search-bar {
	cursor: pointer;
}

.navbar-nav > li > a {
	color: #082868 !important;
	border-bottom: 3px solid transparent;
	padding: 10px 20px !important;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	transition: 0.2s;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.navbar-nav > li > a.log-btn {
	background: #FF2727;
	color: #fff !important;
	border-radius: 20px 0 20px 0;
	box-shadow: 0 0 13px #ef2e3196;
}

.navbar-nav > li > a.log-btn:hover {
	opacity: 0.8;
	background: #181a6f;
	color: #fff !important;
	box-shadow: 0 0 13px #181a6f8c;
}

.navbar-nav > li > a.log-btn .fa {
	margin-left: 5px;
}

.navbar-nav > li > a:hover {
	color: #ef2e31 !important;
}

.navbar-collapse {
	border-top: none;
	text-align: center;
}

/*------------------------------------*/

p.top-text {
	background: #2461DD;
	text-align: center;
	padding: 15px 0 10px;
	font-size: 14px;
	color: #fff;
	margin: 0;
}
/*----------Banner---------*/
section.banner {
	text-align: center;
	padding: 150px 0 0;
	background:url('../images/bg.png') no-repeat top center, linear-gradient(180deg, #2461DD 0%, #082868 100%) ;
	position: relative;
	color: #fff;
}


img.banner-pic {
	width: 100%;
	display: inline-block;
	margin: 20px 0 0;
}

.banner h1 {
	font-weight: bold;
	font-size: 65px;
	margin: 0;
	line-height: normal;
	text-transform: capitalize;
}

.banner p {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.banner p.sub {
	font-weight: 400;
	text-transform: none;
}
/*------------------------*/

/*---------Features------------*/

.features-area {
	padding: 40px 0;
	text-align: center;
}

.s-box {
	text-transform: uppercase;
	background: #e9f0ff;
	display: inline-block;
	padding: 10px 18px;
	color: #4142a3;
	border-radius: 20px 0 20px 0;
	font-size: 14px;
}

.features-area h2 {
	color: #082868;
	font-weight: bold;
	font-size: 38px;
	margin: 0px 0 60px;
}

.feature-box {
	text-align: left;
	padding: 30px;
	box-shadow: 0 0 15px #ebebeb;
	border-radius: 20px 0 16px 0;
	transition: 0.2s;
}

.feature-box:hover {
	background: #2461DD;
}

img.f-icon {
	width: 60px;
	margin: 0 0 20px 0;
}

.feature-box h4 {
	font-weight: bold;
	font-size: 18px;
	color: #082868;
	margin: 0 0 10px 0;
}

.feature-box p {
	font-size: 15px;
	margin: 0;
	color: #8B8B8B;
}

.features-area .col-lg-3:nth-child(even) {
	margin-top: 40px;
}

.feature-box:hover h4,
.feature-box:hover p {
	color: #fff;
}
/*------------------------*/

/*--------Partners-----------*/
.partners-area {
	position: relative;
	z-index: 99;
}

.partners-box {
	padding: 50px 30px;
	margin-top: 30px;
	background: linear-gradient(90deg, #2461DD 0%, #082868 100%);
	border-radius: 20px 0 0 0;
}

.partners-box h2 {
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
}

.partners-box .row {
	align-items: center;
}

.partners-logo {
	text-align: center;
}

.partners-logo a {
	display: inline-block;
	width: 200px;
	margin: 10px 15px;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
	transition: 0.2s;
}

.partners-logo a img {
	width: 100%;
}

.partners-logo a:hover {
	transform: scale(0.9);
}

.scale-box {
	background: #2461DD;
	padding: 50px 30px;
	border-top: 2px #ffffff4f dashed;
	color: #fff;
}

.scale-box .row {
	align-items: center;
}

.scale-box h3 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.scale-box p {
	font-size: 14px;
	margin: 0 0 20px 0;
}

.num-wrap {
	text-align: center;
	padding-bottom: 10px;
}

.scale-box .num-wrap.br {
	border-left: 1px solid #3f74e1;
	border-right: 1px solid #3f74e1;
}

.num-wrap h4 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 30px;
}

.num-wrap h5 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
/*----------------------------*/

/*------------about----------------*/

.about-wrap {
	padding: 150px 0 50px;
	background: linear-gradient(#eaf1ff, #fff 30%);
	margin-top: -70px;
	z-index: 88;
	position: relative;
}

.about-info {
	border-bottom: 2px dashed #e5e5e5;
}

.about-info h2 {
	font-weight: bold;
	font-size: 38px;
	color: #082868;
	margin: 10px 0 30px;
}

.about-info p {
	color: #8B8B8B;
	font-size: 16px;
}

a.red-btn {
	background: #FF2727;
	color: #fff !important;
	border-radius: 20px 0 20px 0;
	padding: 15px 20px;
	display: inline-block;
	margin: 10px 0 20px;
	text-transform: uppercase;
	transition: 0.2s;
	font-size: 15px;
	font-weight: 400;
}
.red-btn {
	background: #FF2727;
	color: #fff !important;
	border: none;
	border-radius: 20px 0 20px 0;
	padding: 15px 20px;
	display: inline-block;
	margin: 10px 0 20px;
	text-transform: uppercase;
	transition: 0.2s;
	font-size: 15px;
	font-weight: 400;
}
.red-btn .fa {
	margin-left: 10px;
}

a.red-btn .fa {
	margin-left: 10px;
}
.red-btn:hover {
	opacity: 0.8;
}

a.red-btn:hover {
	opacity: 0.8;
}

.info-list {
	background: #f4f7ff;
	padding: 20px 30px;
	margin: 20px 0;
	border-radius: 20px 0 20px 0;
}

.list-wrap {
	display: flex;
	flex-flow: wrap;
	border-bottom: 2px dashed #c7d0e2;
	margin: 15px 0;
}

.list-wrap:last-child {
	border: none;
}

img.check-icon {
	width: 25px;
	height: 25px;
	margin: 2px 10px 0 0;
}

.list-wrap h4 {
	font-size: 18px;
	font-weight: bold;
	color: #082868;
	width: 80%;
}

.list-wrap p {
	margin-left: 35px;
	color: #8B8B8B;
	font-size: 16px;
}

/*--------------------*/

/*------------how it work---------------*/

.work-wrap {
	text-align: center;
	padding: 50px 0 20px;
}

.work-wrap .row {
	justify-content: center;
	align-items: center;
}

.work-wrap h2 {
	color: #082868;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 30px;
}

.steps {
	margin: 10px 0;
}

.steps img {
	width: 60px;
	display: inline-block;
	margin-bottom: 10px;
}

.steps h5 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
	color: #082868;
}

.steps p {
	font-size: 16px;
	color: #8b8b8b;
}

h4.nums {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: 1px dashed #e72e33;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8b8b8b;
	font-size: 18px;
	font-weight: bold;
}

img.work-pic {
	max-width: 700px;
	display: inline-block;
	margin-top: 30px;
}

.row.line {
	position: relative;
}

.row.line:before {
	content: '';
	width: 65%;
	height: 2px;
	border-bottom: 2px dashed #e9e9e9;
	position: absolute;
}
/*------------------*/


/*------------marketing----------------*/
.marketing-info {
	background: linear-gradient(to right, #2461DD, #1849ad 30%, #232f69 70%);
	color: #fff;
	border-radius: 20px 0 20px 0;
	padding: 100px 50px 350px;
	margin-top: -140px;
}

.marketing-info h2 {
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 20px;
}

.m-box {
	margin: 15px 0;
}

.m-box h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
}

.m-box span {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
}

img.m-icon {
	width: 65px;
}

.m-top {
	align-items: center;
}

.market-info-wrap {
	border-bottom: 2px dashed #5e75b8;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

img.g-pic {
	max-width: 450px;
	display: block;
	margin: 0 auto;
	background: url('../images/bg.png') no-repeat;
    background-position: top;
    background-size: cover;
}

.dashboard {
	text-align: center;
	padding: 60px 0 0;
}

img.dashboard-pic {
	display: block;
	max-width: 800px;
	margin: -330px auto 0;
	position: relative;
}

a.dashboard-p-link {
	transition: 0.2s;
	display: block;
}

a.dashboard-p-link:hover {
	transform: scale(0.9);
}
/*-----------------*/

/*---------benefits--------*/

.benefits-area {
	padding: 50px 0;
}

.benefits-area .row {
	align-items: center;
}

.benefits-area h2 {
	color: #082868;
	font-weight: bold;
	font-size: 38px;
}

.benefits-area p {
	color: #8B8B8B;
	margin: 15px 0;
	font-size: 16px;
}

.benefits-area ul {
	padding: 0;
}

.benefits-area ul li {
	font-size: 16px;
	color: #8B8B8B;
	padding: 7px 0 7px 30px;
	list-style: none;
	position: relative;
}

.benefits-area ul li::before {
	content: " ";
	padding: 0;
	background: url(../images/check.png);
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 7px;
}

img.beefits-pic {
	max-width: 500px;
	margin: 0 auto 30px;
	display: block;
}
/*---------------------*/

/*--------management---------*/
.manage-wrap {
	background: #eef2fb;
	padding: 30px 50px;
	border-radius: 20px 0 20px 0;
}

.manage-wrap .row {
	align-items: center;
}

.manage-wrap h2 {
	color: #082868;
	font-weight: bold;
	font-size: 38px;
}

.manage-wrap p {
	color: #8B8B8B;
	margin: 15px 0;
	font-size: 16px;
}

.manage-wrap ul {
	padding: 0;
}

.manage-wrap ul li {
	font-size: 16px;
	color: #8B8B8B;
	padding: 7px 0 7px 30px;
	list-style: none;
	position: relative;
}

.manage-wrap ul li::before {
	content: " ";
	padding: 0;
	background: url(../images/check.png);
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 7px;
}

.manage-wrap .s-box {
	background: #fff;
}

img.manage-pic {
	width: 800px;
	margin-left: -50px;
}
/*----------------------*/

/*-------pricing------------*/
.pricing-area {
	padding: 70px 0;
	text-align: center;
}

.pricing-area h2 {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #082868;
}

.pricing-box {
	padding: 30px;
	box-shadow: 0px 0px 40px 0px #0000000D;
	border-radius: 12px;
	position: relative;
	max-width: 330px;
	margin: 20px auto;
}

img.s-badge {
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
}

.pricing-box h4 {
	color: #2461DD;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}

.pricing-box p {
	font-size: 16px;
	font-weight: normal;
	color: #8B8B8B;
	margin-bottom: 30px;
}

h4.p-num {
	font-size: 42px;
}

h4.p-num sup {
	font-size: 16px;
	top: -1.2em;
}

.pricing-box ul {
	padding: 0;
}

.pricing-box ul li {
	font-size: 16px;
	font-weight: normal;
	color: #8B8B8B;
	list-style: none;
	padding: 10px 0;
	border-bottom: 2px dashed #d8d8d8;
	margin-bottom: 5px;
}

.pricing-box ul li:last-child {
	border: none;
}

p.s-title {
	margin-bottom: 10px;
}

p.pricing-info {
	margin: 20px 0;
	color: #8B8B8B;
}

p.pricing-info a {
	color: #21225B;
	font-weight: 500;
}
/*---------------*/

/*-------Testimonial--------*/
.slick-dots {
	text-align: right;
}

.slick-dots li button:before {
	font-size: 15px;
}

.testimonial-area {
	padding: 0 0 50px;
}

.slick-dots li.slick-active button:before {
	color: #FF2727;
	opacity: 1;
}

.testimonials-info {
	border-bottom: 2px dashed #f0f0f0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.testimonials-info h2 {
	font-size: 38px;
	font-weight: bold;
	color: #082868;
}

.testimonials-info p {
	color: #8B8B8B;
	margin-top: 40px;
}

a.r-link {
	color: #082868;
	font-size: 16px;
	font-weight: 400;
}

a.r-link .fa {
	margin-left: 5px;
}

img.t-pic {
	width: 100%;
	border-radius: 20px 0 20px 0;
	display: block;
	margin: 20px 0;
}

.t-slide {
	padding: 50px 50px 50px 15%;
	max-width: 80%;
	background: url('../images/coma.svg') no-repeat;
	background-size: 65px;
	background-position: 10px 10px;
	margin-left: 40px;
}

.t-slide p.t-info {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	color: #8b8b8b;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user {
	display: flex;
	flex-flow: wrap;
	margin: 20px 0;
}

img.u-pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

p.u-info {
	font-weight: bold;
	color: #2F33A1;
	font-size: 16px;
	margin: 5px 0;
	line-height: 20px;
}

p.u-info span {
	display: block;
	color: #8b8b8b;
	font-size: 14px;
	font-weight: normal;
}

/*-----------------*/

/*----------faq-----------*/
section#faqs {
	background: linear-gradient(#eaf1ff, #fff 40%);
	padding: 80px 0;
}

.faq-area h2 {
	font-size: 38px;
	font-weight: bold;
	color: #082868;
	margin-bottom: 30px;
}

.faq-area p {
	color: #8B8B8B;
}

.faq-area p.question {
	margin-bottom: 0;
	color: #082868;
}

.accordion {
	padding: 15px 30px;
	background: #fff;
	border-radius: 20px 0 20px 0;
	border: 1px solid #e6e6e6;
}

.accordion-button {
	color: #8B8B8B;
	padding: 20px 5px;
	border-bottom: 2px dashed #d1d1d1!important;
	box-shadow: none!important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.accordion-body {
	padding: 15px 5px;
}

.accordion-button {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}

.accordion-button:not(.collapsed) {
	color: #2461DD;
	background: transparent;
}

.accordion-item {
	border: none;
	margin-bottom: 10px;
}

h2.accordion-header {
	margin-bottom: 0;
}

.accordion-body {
	font-size: 15px!important;
	color: #8B8B8B;
}

.accordion-button::after {
	background-image: url('../images/down-arrow.svg');
	background-size: contain;
	transform: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: url('../images/up-arrow.svg');
	transform: none;
}

.mr-left {
	padding-left: 60px;
}
/*--------------*/

/*---------blogs---------*/
section#blogs {
	padding: 0 0 100px;
	text-align: center;
}

.blogs-area h2 {
	font-size: 38px;
	font-weight: bold;
	color: #082868;
	margin-bottom: 30px;
}

.blogs-box {
	padding: 0 25px;
	border: 2px dashed #e9e9e9;
	border-radius: 20px 0 20px 0;
}

a.blogs-info {
	display: block;
	padding: 10px;
	transition: 0.2s;
	margin: 25px 0;
}

a.blogs-info:hover {
	transform: scale(0.9);
}

a.blogs-info img {
	border-radius: 16px 16px 0 0;
}

a.blogs-info span.title {
	display: block;
	margin: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #082868;
}

span.d-info {
	font-size: 14px;
	color: #8B8B8B;
	padding: 10px 0 0;
	border-top: 1px solid  #f6f6f6;
	display: block;
}

/*------------*/

/*-----------download--------------*/

.app-info .row {
	align-items: center;
	min-height: 340px;
}

.app-info {
	background: #082868 url('../images/bg.png') no-repeat;
    background-position: -400px -150px;
    background-size: inherit;
	color: #fff;
	padding: 30px 50px;
	border-radius: 16px 16px 16px 0;
	position: relative;
	min-height: 400px;
}

img.app-pic {
	position: absolute;
	top: -32px;
	right: -30px;
	width: 100%;
	max-width: 550px;
}

.app-info h2 {
	font-size: 38px;
	font-weight: bold;
}

.app-info p {
	margin: 20px 0;
}
/*------------footer----------------*/

footer {
	margin-top: -80px;
	padding: 130px 0 20px;
	background: linear-gradient(180deg, #2461DD 0%, #082868 100%);
	color: #fff;
	border-radius: 26px 0 0 0;
}

img.f-icons {
	width: 16px;
	margin-top: 2px;
}

.f-logo {
	width: 200px;
}

footer p {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin: 15px 0;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer ul li {
	padding: 7px 0 7px 25px;
	position: relative;
	font-size: 14px;
}

footer ul li::before {
	content: " ";
	padding: 0;
	background: url(../images/r-arrow.svg);
	background-size: cover;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 11px;
}

footer ul li img {
	margin-right: 5px;
}

footer ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}

footer ul li a:hover {
	opacity: 0.8;
	color: #fff;
}

.social-icons {
	text-align: right;
	margin: 15px 0;
}

.social-icons a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #4d77cb;
	color: #fff;
	margin-right: 5px;
	transition: 0.3s;
}

.social-icons a:hover {
	opacity: 0.8;
}

footer h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
}

footer ul li img {
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 11px;
	float: left;
	width: 20px;
}

.simple-links {
	padding-left: 0;
}

.simple-links li {
	padding-left: 0;
}

.simple-links li:before {
	background: transparent;
}

.simple-links li .fa {
	margin-right: 5px;
}

.hidden {
	visibility: hidden;
}

.lower-footer {
	margin-top: 30px;
	padding: 10px 0 0;
	border-top: 1px solid #4a71bf;
}

.lower-footer p {
	font-size: 16px;
	font-weight: 400;
}

.right {
	text-align: right;
}

.top-footer {
	border-bottom: 1px solid #4a71bf;
	padding: 0 0 15px;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.navbar-brand > img {
		max-width: 150px;
	}

	.navbar-nav > li > a {
		padding: 10px 15px !important;
		font-size: 14px;
	}

	a.navbar-brand {
		margin-right: 20px;
	}

	img.app-pic {
		position: static;
	}
}

@media (max-width: 992px) {
	.mr-left {
		padding-left: 15px;
	}

	.navbar-collapse {
		margin-bottom: 10px;
	}

	.navbar-nav .dropdown-menu {
		text-align: center;
	}

	.navbar-default {
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0);
		border-radius: 0;
	}

	footer {
		text-align: center;
	}

	footer ul li img {
		float: none;
	}

	.right {
		text-align: center;
	}

	.lower-footer p {
		margin: 10px 0;
	}

	.row.line {
		display: none;
	}

	img.arrow {
		display: none;
	}

	.app-info {
		border-radius: 20px 0 20px 0;
	}

	.partners-box {
		text-align: center;
		padding: 50px 20px;
	}

	.scale-box {
		text-align: center;
	}

	.about-info {
		text-align: center;
	}

	img.dashboard-pic {
		margin: -100px auto 0;
	}

	.marketing-info {
		text-align: center;
		padding: 100px 20px 110px;
	}

	#benefits .row {
		flex-direction: column-reverse;
	}

	.manage-wrap {
		padding: 30px 20px;
	}

	.testimonials-info {
		text-align: center;
	}

	.testimonials-info p {
		margin: 0;
	}

	.t-slide {
		padding: 50px 39px;
		max-width: 100%;
		background-size: 65px;
		background-position: 0 -10px;
		margin-left: 0;
	}

	.accordion-body {
		font-size: 15px !important;
		color: #8B8B8B;
		text-align: left;
	}

	#faqs {
		padding: 50px 0;
		text-align: center;
	}

	#faqs .row {
		flex-direction: column-reverse;
	}

	.accordion-body {
		text-align: left;
	}

	img.manage-pic {
		width: 100%;
	}

	section h2 {
		font-size: 24px !important;
	}

	.blogs-box {
		padding: 0 10px;
	}

	img.app-pic {
		position: static;
	}

	section#download-app {
		text-align: center;
	}

	.app-info {
		padding: 30px 20px;
	}

	.social-icons {
		text-align: center;
	}

	footer ul li {
		padding-left: 0;
	}

	footer ul li::before {
		background: transparent;
	}
}

@media (max-width: 767px) {
	.slick-dots {
		bottom: 0;
	}

	.pricing-box {
		max-width: 100%;
	}

	.navbar-default {
		background: #fff;
		position: static;
	}

	.navbar-collapse .navbar-nav > li {
		border-bottom: 1px solid #dfdfdf;
	}

	.navbar-brand > img {
		margin: 6px 0;
	}

	.navbar-default {
		padding: 10px 0;
		z-index: 999;
	}

	.navbar-nav {
		background: #fff;
		padding: 10px 0;
	}

	.navbar-header {
		padding: 0 15px;
	}

	section.banner {
		padding: 50px 0 0;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner p br,
  section h2 br {
		display: none!important;
	}

	.feature-box {
		text-align: center;
	}

	.t-slide p.t-info {
		font-size: 16px;
		line-height: 25px;
	}

	.testimonial-area {
		padding: 0;
	}

	section#faqs {
		padding: 30px 0 50px;
	}

	section#blogs {
		padding: 0 0 50px;
	}

	.pricing-area {
		padding: 50px 0;
	}

	footer p {
		margin: 25px 0;
	}

	.lower-footer p span {
		margin: 0 5px;
	}

	.lower-footer p {
		margin: 5px 0;
	}
}

@media (max-width:575px) {
	.nav-tabs .nav-link {
		width: 100%;
	}

	.marketing-info {
		margin-top: -100px;
	}
}

@media (min-width:1201px) and (max-width:1350px) {
	.navbar-default {
		width: 90%;
	}

	img.manage-pic {
		width: 100%;
		margin: 0;
	}
}

@media (min-width:993px) and (max-width:1200px) {
	.navbar-default {
		width: 95%;
	}

	img.manage-pic {
		width: 100%;
	}
}

@media (min-width: 1577px) {
	.container-fluid {
		max-width: 1577px;
	}
}

@media (min-width:1600px) {
	.about-pic {
		position: relative;
		right: -30%;
		display: inline-block;
	}

	img.manage-pic {
		width: 750px;
	}
}