#top-sec {
    padding: 200px 0 100px;
    background-image: url('https://i.imgur.com/sUFoxy9.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
div {
  font-family: 'Poppins', sans-serif;
}
body {
	padding:0;
}
.guest .navbar-default .navbar-nav li a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	min-width: 130px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 15px;
}
.guest .navbar-default .navbar-nav li a[href="/signup"], 
.guest .navbar-default .navbar-nav li.active a, 
.guest .navbar-default .navbar-nav li a:hover, 
.guest .navbar-default .navbar-nav li.active a:hover,
.guest .navbar-default .navbar-nav li.active a:focus, 
.guest .navbar-default .navbar-nav li.active a:focus-visible, 
.guest .navbar-default .navbar-nav li a:hover {
	background: linear-gradient(to right, rgba(74,95,197,1) 0%, rgba(122,143,248,1) 100%);
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}
.main-title {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}
.txt {
	font-size: 18px;
	color: #fff;
}
.btn.btn-primary {
	background: linear-gradient(to right, rgba(74,95,197,1) 0%, rgba(122,143,248,1) 100%);
	box-shadow: 0 0 10px 0 rgba(0,0,0,20%);
	min-width: 160px;
	text-align: center;
	padding: 8px 12px;
	line-height: 50px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
    border: 0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible {
	text-decoration: none;
}
.work-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-left: 25px;
}
.work-btn-icon {
    width: 46px;
    height: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    color: #aa6ff5;
    font-size: 18px;
    animation: pulse 1.5s linear infinite;
}
.work-btn-txt {
	margin-left: 25px;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.work-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 50px 0;
}
a {
	text-decoration: none !important;
}
.form-control {
	height: 63px;
	width: 100%;
	background-color: rgba(255,255,255,30%);
	border: 1px solid #fff !important;
	border-radius: 15px;
	color: #fff;
}
.form-group {
	position: relative;
}
.input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
}
.input-icon + .form-control {
	padding-left: 45px;
}
.form-control::placeholder {
	color: rgba(255,255,255,50%);
}
.row.frm-row .btn.btn-primary {
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
}
.row.frm-row .col-sm-7, 
.row.frm-row .col-sm-2, 
.row.frm-row .col-sm-5 {
	padding: 0 5px !important;
	margin: ;
}
.row.frm-row {
	margin: 0;
	position: relative;
	z-index: 1;
}
.top-sec-img-wrap {
	position: relative;
}
.top-sec-img {
	position: absolute;
	width: 750px;
	top: -52px;
	right: -160px;
}
.reset-pswd {
	color: #fff;
	font-size: 15px;
}
.checkbox {
	margin: 0;
	text-align: right;
	color: #fff;
}
.guest .navbar-default {
	padding-top: 15px;
	background: linear-gradient(to right, rgba(116,116,246,1) 0%, rgba(181,247,89,1) 100%);
	padding-bottom: 15px;
}
.have-account {
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.have-account a {
	color: #fff;
}
.top-reviews {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin-top: 45px;
}
.top-reviews ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-bottom: 0;
	position: relative;
}
.review-pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 63px;
	width: 63px;
}
.top-reviews ul li {
	margin-right: 35px;
	position: relative;
	height: 63px;
}
.review-txt {
	margin-left: 45px;
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.review-txt span {
	display: block;
	font-weight: 700;
	font-size: 36px;
}
.review-pic:hover {
	z-index: 2;
	transition: ;
}
#fastest {
	padding: 80px 0;
}
#fastest .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.fastest-inner {
	padding: 20px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,20%);
	border-radius: 20px;
	width: 88%;
	margin: auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
  	transition: 0.3s linear;
}
.fastest-icon {
	width: 55px;
	height: 55px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px 0 rgba(0,0,0,20%);
	margin-bottom: 25px;
	position: relative;
}
.fastest-icon::after {
	content: '';
	position: absolute;
	left: -23px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('https://i.imgur.com/M2bRSgs.png');
	width: 106px;
	height: 114px;
	background-position: center;
	margin: auto;
	background-size: 106px 144px;
	opacity: 0.5;
}
.fastest-title {
	font-size: 18px;
	font-weight: 700;
	color: #0f1b2c;
	margin-bottom: 12px;
}
.fastest-txt {
	font-size: 14px;
	font-weight: 400;
	color: #0f1b2c;
	line-height: 1.6;
}
.fastest-box-bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: -20px;
	background-color: #9e66e2;
	border-radius: 20px;
	height: 160px;
	z-index: -1;
}
.fastest-box {
    margin-bottom: 20px;
    position: relative;
}
.fastest-icon::after {
	content: '';
	position: absolute;
	left: -23px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('https://i.imgur.com/M2bRSgs.png');
	width: 106px;
	height: 114px;
	background-position: center;
	margin: auto;
	background-size: 106px 144px;
}
.fastest-box + .fastest-box .fastest-box-bg {
	top: auto;
	bottom: -15px;
}
.fastest-box.cart .fastest-icon::after {
	background-image: url('https://i.imgur.com/kpwd4Ky.png');
}
.fastest-box.dollar .fastest-icon::after {
	display: none;
}
.fastest-box.integration .fastest-icon::after {
	background-image: url('https://i.imgur.com/YtRQcOT.png');
}
.fastest-box:hover .fastest-inner {
	transform: rotateZ(-3deg);
	transition: 0.3s linear;
}
.title {
	font-size: 60px;
	color: #000;
	font-weight: 700;
	line-height: 1.3;
}
#fastest .txt {
	color: #000000;
	margin-bottom: 45px;
}
.fastest-img-wrap {
	position: relative;
}
.fastest-img {
	position: absolute;
	top: -50px;
	right: 0;
	max-width: 250px;
}
#provider {
	padding: 80px 0;
	background-image: url('https://i.imgur.com/V8qQWPq.png');
	overflow: hidden;
}
#provider .title {
	color: #fff;
}
#provider .btn.btn-primary {
	margin-top: 45px;
	background: linear-gradient(45deg, rgba(98,168,82,1) 0%, rgba(167,241,148,1) 100%);
	text-shadow: -1px 1px 1px #000;
	box-shadow: -10px 10px 50px 0 #a5f093;
}
.provider-right-img {
	position: relative;
}
.provider-right-img .img-responsive {
	position: absolute;
	width: auto;
	max-width: unset;
	left: 0;
	top: 80px;
}
#providing {
	padding: 80px 0;
}
.title-bar {
	position: relative;
}
.title-bar::after {
	width: 45%;
	height: 2px;
	background-color: #8f71f5;
	position: absolute;
	left: ;
	right: 0;
	bottom: 32px;
	content: '';
}
.title-bar::before {
	content: '';
	position: absolute;
	background-color: #fec043;
	height: 20px;
	width: 20px;
	bottom: 22.6px;
	right: 110px;
	border-radius: 100px;
	z-index: 1;
}
.providing-img {
	position: relative;
}
.providing-img img {
	position: absolute;
	width: auto;
	max-width: unset;
	left: -90px;
	top: -70px;
	width: 850px;
}
.providing-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 25px;
	border: 1px solid #8e71f4;
	border-radius: 20px;
	position: relative;
	margin-bottom: 40px;
}
.providing-wrap .providing-left {
  flex: 0 0 20%;
  max-width: 20%;
}
.providing-wrap .providing-right {
  flex: 0 0 80%;
  max-width: 80%;
}
.providing-title {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
}
.providing-right .txt {
	color: rgba(0,0,0,67%);
	font-size: 18px;
}
.providing-wrap::after {
	content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/xX5uWMR.png');
	width: 95%;
	height: 12px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
	background-size: 100% 12px;
}
.providing-wrap::before {
	content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/QMgnOAF.png');
	width: 85%;
	height: 20px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
	background-size: 100% 20px;
	z-index: 0;
}
.row.title-wrap {
	display: flex;
	align-items: center;
}
.row.title-wrap .txt {
	color: rgba(0,0,0,67%);
}
.row.title-wrap .btn.btn-primary {
	margin-left: auto;
	display: block;
	width: max-content;
}
#does {
	padding: 80px 0 0;
	background-image: url('https://i.imgur.com/ZAvXA9m.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
  	overflow: hidden;
  	position: relative;
}
.row.does-row {
	margin-top: 55px;
}
.row.does-row .fastest-icon {
	height: auto;
	width: auto;
	box-shadow: none;
	justify-content: flex-start;
}
.row.does-row .fastest-icon::after {
	display: none;
}
.row.does-row .fastest-icon .fastest-num {
	font-size: 68px;
	color: #8b6eee;
	font-weight: 700;
	text-shadow: -6px 0 10px rgba(0,0,0,25%);
}
.row.does-row .fastest-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
  	padding-right: 45px;
}
.fastest-box-two .fastest-box-bg {
	background-color: #5bd281;
}
.fastest-box-two .fastest-num {
	color: #5dd683 !important;
}
.fastest-box-three .fastest-num {
	color: #f66c17 !important;
}
.fastest-box-three .fastest-box-bg {
	background-color: #f66c17;
}
.fastest-box-four .fastest-box-bg {
	background-color: #9d66df;
}
.fastest-box-four .fastest-num {
	color: #9d66df !important;
}
.testimonial-title {
	margin-top: 150px;
}
.testi-slider {
	margin-top: 100px;
}
.testi-slide {
	background-image: url('https://i.imgur.com/KXUFGlQ.png');
	background-size: 100% 100%;
	border-radius: 15px;
	padding: 27px 45px 45px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,20%);
    position: relative;
    margin: 20px;
}
.testi-img {
	max-width: 100%;
}
.testi-slide .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.testi-name {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin: 15px auto;
}
.testi-txt {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	width: 67%;
}
.testi-slide::after {
	/*content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/ycID8JB.png');
	width: 537px;
	height: 489px;
	right: -90px;
	top: -260px;
	background-size: 537px auto;
	background-repeat: no-repeat;*/
}
.testi-slider-nav .slick-arrow {
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-color: #8aec73;
	border: 0 solid #8aec73;
	box-shadow: inset 3px -2px 14px 0 rgba(0,0,0,20%), -3px 3px 10px 0 #8aec73;
	color: #fff;
	font-size: 24px;
}
.testi-slider-nav {
	position: absolute;
	bottom: 40px;
	right: 50px;
}
.testi-slider-nav .left-arrow.slick-arrow {
	margin-right: 10px;
}
.testi-slider .slick-slide, .testi-slider .slick-list {
	border-radius: 15px !important;
}
.testi-slider::after {
	content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/ycID8JB.png');
	width: 537px;
	height: 489px;
	right: -90px;
	top: -260px;
	background-size: 537px auto;
	background-repeat: no-repeat;
}
footer {
	background-color: #7474f6;
	padding: 45px 0 15px;
}
.ftr-logo-wrap {
	margin-bottom: 25px;
}
.frt-txt {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
}
.social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	list-style: none;
	margin: 25px 0 15px 0;
}
.social-share li a {
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 10px;
	margin-right: 12px;
	text-shadow: -3px 3px 3px rgba(0,0,0,30%);
}
.social-share li a.fb {
	color: #1976d2;
}
.social-share li a.twitter {
	color: #55acee;
}
.social-share li a.yt {
	color: #ff120d;
}
.ftr-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.ftr-nav {
	padding-left: 0;
	list-style: none;
}
.ftr-nav li a {
	color: #fff;
	font-size: 18px;
	display: block;
	width: max-content;
	margin-bottom: 10px;
}
.newsletter .form-control {
	height: 42px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.newsletter .btn.btn-primary {
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0;
	border-radius: 10px;
	background: transparent;
	background-color: #8aec73;
	color: #000;
	font-size: 14px;
}
.ftr-top {
	background-image: url('https://i.imgur.com/Nw5w2Js.png');
	background-position: top center;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
}
.ftr-bottom {
	padding-top: 20px;
}
#does::after {
	content: '';
	background-color: #7474f6;
	height: 115px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	bottom: 0;
}

.sidebar-wrap {
    width: 292px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fafafa;
    border-right: 1px solid #dadada;
    z-index: 99999;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
}
.sidebar-logo {
	text-align: center;
	margin-bottom: 77px;
	padding: 30px 0 0;
}
.sidebar-logo img {
	display: block;
	margin: auto;
	max-width: 220px;
}
.sidebar-nav li a {
	font-size: 18px;
	color: #b2b2b2;
	font-weight: 500;
}
.sidebar-nav {
	list-style: none;
	padding: 0 25px 0 30px;
}
.sidebar-nav li a {
	font-size: 18px;
	color: #b2b2b2;
	font-weight: 500;
	padding: 15px;
	display: block;
	border-radius: 10px;
}
.sidebar-nav li.active a, .sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a:focus-visible {
	background-color: #6274f6;
	color: #fff;
	box-shadow: 0 0 30px 0 rgba(123,113,241,79%);
}
.sidebar-nav li a .navbar-icon {
	width: 33px;
	height: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-right: 16px;
}
.sidebar-nav li.active a .navbar-icon, 
.sidebar-nav li a:hover .navbar-icon, 
.sidebar-nav li a:focus .navbar-icon, 
.sidebar-nav li.active a:focus-visible .navbar-icon {
	background-color: #fff;
	border-radius: 6px;
	color: #6274f6;
}
.wrapper .content {
	padding-left: 292px;
  transition: 0.3s ease-in-out;
}
.top-nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.top-nav-bar {
	padding: 16px 0;
}
.top-nav-wrap {
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.bread a {
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: rgba(0,0,0,100%);
	display: flex;
	align-items: center;
}
.bread a span {
	font-size: 14px;
	font-weight: 700;
	color: rgba(0,0,0,46%);
  	margin-right:10px;
}
.top-nav-bar {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.reach-txt {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,45%);
	margin-bottom: 0;
}
.reach-wrap {
	display: flex;
	align-items: center;
	align-content: center;
}
.reach-bar-wrap {
	width: 100px;
	margin-left: 15px;
	background-color: #eaeaea;
	height: 5px;
	border-radius: 100px;
}
.reach-bar-inner {
	height: 5px;
	border-radius: 100px;
	width: 50%;
	background-color: #06d7a1;
	display: block;
}
.top-nav-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,33%);
	padding: 12px 10px;
  	position:relative;
}
.top-nav-item i {
	margin-right: 5px;
	font-size: 18px;
}
.top-nav-item:hover, .top-nav-item:hover i {
	color: #ef4770;
}
.top-nav-item:hover:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	bottom: -18px;
	width: 88%;
	height: 2px;
	background-color: #ef4770;
}
.stats-wrap {
	padding: 20px 18px;
	background-color: #ef4770;
	border-radius: 8px;
	box-shadow: -10px 10px 20px 0 rgba(239,71,112,50%);
	margin-bottom: 30px;
}
.stats-txt {
	font-size: 13px;
	color: #fff;
	margin: 12px 0;
}
.stats-title {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
}
.row.stats-row {
	display: flex;
}
.row.stats-row .col-sm-3 {
	flex: 0 0 21.66%;
	max-width: 21.66%;
	padding: 0 7px;
}
.row.stats-row .col-sm-3:last-child {
	flex: 0 0 35%;
	max-width: 35%;
}
.user-media {
	display: flex;
	align-items: center;
}
.user-media .media-heading {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.user-media .media-txt 
	font-size: 10px;
	color: #fff;
	margin-bottom: 0;
}
.row.stats-row .col-sm-3 {
	padding: 0 7px;
}
.row.stats-row {
	margin: 0;
}
.row.stats-row .col-sm-3:first-child {
	padding-left: 0;
}
.row.stats-row .col-sm-3:last-child {
	padding-right: 0;
}
.stats-icon,
.user-media .media-left .media-object {
	height: 64px;
	width: auto;
}
.user-media .media-txt {
	font-size: 12px;
	color: #fff;
	margin-top: ;
	margin-bottom: 0;
}
.user-media2 {
	background-color: #805efb;
	padding: 11px;
	border-radius: 8px;
}
.row.stats-row .col-sm-3:nth-child(2) .stats-wrap {
	background-color: #08d7a0;
	box-shadow: -10px 10px 20px 0 rgba(8,215,160,50%);
}
.row.stats-row .col-sm-3:nth-child(3) .stats-wrap {
	background-color: #ffb522;
	box-shadow: -10px 10px 20px 0 rgba(255,181,34,30%);
}
.row.stats-row .col-sm-3:nth-child(4) .stats-wrap {
	background-color: #ab98ee;
	box-shadow: -10px 10px 20px 0 rgba(171,152,238,50%);
}
.dash-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.dash-tabs li a {
	font-size: 14px;
	font-weight: 500;
	color: #b6b6b6;
	padding: 12px 0;
	border: 0;
}
.dash-tabs li.active a,
.dash-tabs li.active a:hover,
.dash-tabs li.active a:focus,
.dash-tabs li.active a:focus-visible,
.dash-tabs li a:hover,
.dash-tabs li a:focus-visible,
.dash-tabs li a:focus {
    border: 0;
    border-bottom: 1px solid #805efb;
    color: #8a6dec;
    background: transparent;
}
.auth label {
	font-size: 12px;
	font-weight: 400;
	color: #030202;
	margin-bottom: 9px;
}
.well2 {
    border: 1px solid #b6b6b6;
    padding: 30px 22px;
    border-radius: 22px;
    position: relative;
    background-color: rgba(255,255,255,60%);
}
.dash-title {
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 22px;
}
.result-box {
	background-color: #8a6dec;
	border-radius: 12px;
	padding: 30px 15px;
	margin-bottom: 11px;
}
.result-box .media-heading {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.result-box .media-heading + h5 {
	font-size: 10px;
	color: #fff;
	margin-bottom: 0;
}
.result-box .media-left .media-object {
	width: 52px;
}
.well2::before {
	content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/Ki1hdgK.png');
	width: 400px;
	height: 400px;
	top: -100px;
	right: -80px;
	z-index: -1;
}
.well2::after {
	content: '';
	position: absolute;
	background-image: url('https://i.imgur.com/6ozMQTg.png');
	width: 400px;
	height: 400px;
	bottom: -120px;
	left: -60px;
	z-index: -1;
}
body.auth {
	overflow-x: hidden;
}
.auth .form-control {
    background-color: rgba(236,230,255,35%);
    border: 1px solid #8a6dec !important;
    color: #000000;
    font-size: 12px;
    border-radius: 10px;
}
.auth .btn.btn-primary {
    background: transparent;
    background-color: #06d7a1;
    font-size: 18px;
    font-weight: 700;
}
.auth .btn.btn-primary.full-btn {
	width: 100%;
}
.sidebar-img-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: -1;
    opacity: 0.2;
}
.serv-cat-wrap .dropdown-toggle {
	width: 100%;
	background: #6274f6 !important;
	background-color: #6274f6;
}
.search-wrap .input-group {
	width: 100%;
	position: relative;
}
.search-wrap .form-control {
	width: 100%;
	display: block;
	border-color: #b2b2b2 !important;
	background-color: #fafafa !important;
	color: #9c9c9c !important;
	border-radius: 10px !important;
}
.search-wrap .input-group-btn .btn.btn-default {
	padding: 0;
	border: 0;
	box-shadow: none;
	background: transparent;
	color: #fff;
	font-size: 20px;
}
.search-wrap .input-group-btn {
	right: 0;
	z-index: 3;
	min-width: 110px;
	background-color: #6274f6;
	height: 63px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
}
.search-wrap .form-control::placeholder {
	color: #9c9c9c;
}
.row.search-row {
	margin-bottom: 20px;
}
.cat-tr td {
	background-color: #fff;
	padding: 15px !important;
	border-radius: 12px;
	text-align: center;
	font-size: 24px;
	color: #6274f6;
	font-weight: 700;
	border: 1px solid #6274f6 !important;
	box-shadow: inset 0 0 15px 0 rgba(123,113,241,79%);
}
.table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
thead tr th {
	background-color: #6274f6;
	padding: 15px !important;
	font-size: 15px;
	font-weight: 700;
    color: #fff;
    border: 0 !important;
}
thead tr th:first-child {
	border-radius: 12px 0 0 12px;
}
thead tr th:last-child {
	border-radius: 0 12px 12px 0;
}
tbody tr td {
	background-color: #eef0fe;
	border: 0 !important;
	color: #000000;
	font-size: 15px;
    padding: 15px !important;
}
tbody tr td:first-child {
	border-radius: 12px 0 0 12px;
}
tbody tr td:last-child {
	border-radius: 0 12px 12px 0;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	vertical-align: middle;
}
.badge.min, .badge.max {
	padding: 11px;
	min-width: 80px;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	display: block;
	margin: auto;
}
.badge.min {
	background-color: #06d7a1;
}
.badge.max {
	background-color: #ef4770;
}
.service-name {
	max-width: 100%;
	word-break: break-word;
	min-width: 100%;
}
.service-description .btn.btn-primary {
	height: 37px;
	padding: 0;
	line-height: 37px;
	font-weight: 400;
}
.well2.not-effect::after, 
.well2.not-effect::before {
	display: none;
}
.api-title {
	font-size: 24px;
	font-weight: 700;
	color: #6274f6;
}
pre {
	background-color: #eff1fe;
	border: 1px solid #b6b6b6;
	border-radius: 22px;
	padding: 20px 45px;
	font-size: 15px;
	font-weight: 600;
	color: #060601;
}
.dash-title2 {
	font-size: 30px;
	color: #060601;
	font-weight: 600;
	margin-bottom: 35px;
}
.faq-accordian .panel-heading {
	padding: 0;
	background: transparent;
	border: 0;
}
.faq-accordian .panel-heading a {
	display: block;
	background-color: #e6e9fe;
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	border-radius: 8px;
  	position:relative;
}
.faq-accordian .panel.panel-default {
	border: 0;
	background: #6274f6;
	border-radius: 10px;
}
.faq-accordian .panel-body {
	border: 0 !important;
}
.faq-accordian .panel.panel-default .panel-body,
.faq-accordian .panel.panel-default .panel-body p {
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}
.faq-accordian .panel-heading a .i {
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: #6274f6;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 25px;
}
.faq-accordian .panel-heading a[aria-expanded="true"] {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}
.faq-accordian .panel-heading a[aria-expanded="true"] .i {
	background-color: #f9b625;
	color: #000;
}
.auth .nav.nav-pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.auth .nav.nav-pills li a {
	min-width: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 8px;
	border: 1px solid transparent;
}
.auth .nav.nav-pills li a.All {
    background-color: #09c5cb;
    box-shadow: 0 5px 10px 0 #09c5cb50;
}
.auth .nav.nav-pills li a.Pending,
.auth .nav.nav-pills li a.Paused {
	background-color: #ffb522;
	box-shadow: 0 5px 10px 0 #ffb52250;
}
.auth .nav.nav-pills li a.In.progress {
	height: auto;
	margin-bottom: 0;
	background-color: #0058dd;
	box-shadow: 0 5px 10px 0 #0058dd50;
}
.auth .nav.nav-pills li a.Completed {
	box-shadow: 0 5px 10px 0 #06d7a150;
	background-color: #06d7a1;
}
.auth .nav.nav-pills li a.Partial {
	box-shadow: 0 5px 10px 0 #ff756550;
	background-color: #ff7565;
}
.auth .nav.nav-pills li a.Processing,
.auth .nav.nav-pills li a.Active {
	box-shadow: 0 5px 10px 0 #6274f650;
	background-color: #6274f6;
}
.auth .nav.nav-pills li a.Canceled {
	box-shadow: 0 5px 10px 0 #ef477050;
	background-color: #ef4770;
}
.auth .nav.nav-pills li a.Expired {
	box-shadow: 0 5px 10px 0 #ff000050;
	background-color: #ff0000;
}
.badge-status {
	min-width: 100px;
	padding: 14px;
	border-radius: 8px;
  	font-weight: 400;
}
.status-Pending {
	background-color: #ffb522;
}
.status-In.progress {
    height: auto;
    margin-bottom: 0;
    background-color: #0058dd;
}
.status-Completed {
	background-color: #06d7a1;
}
.status-Partial {
	background-color: #ff7565;
}
.status-Processing {
	background-color: #6274f6;
}
.status-Canceled {
	background-color: #ef4770;
}
.row.welcome-row {
	background-color: #6274f6;
	display: flex;
	align-items: center;
	margin: 0;
	border-radius: 25px;
	height: 200px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.welcom-title {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.welcome-txt {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 0;
}
.welcome-img {
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	right: 10px;
	width: auto;
	max-width: unset;
}
.well2.no-shadow::before, 
.well2.no-shadow::after {
	display: none;
}
.payment-box {
	padding: 15px;
	display: flex;
	align-items: center;
	align-content: center;
	border: 1px solid #000;
	border-radius: 12px;
  	margin-bottom: 15px;
}
.payment-left {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}
.payment-left .payment-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 58px;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
}
.payment-title {
	margin-top: 0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.payment-txt {
	font-size: 14px;
	color: #000;
	margin: 0;
}
.payment-box.paypal {
	border-color: #ef4770;
}
.payment-box.paypal .payment-icon {
	background-color: #ef4770;
	box-shadow: 0 0 20px 0 #ef477050;
}
.payment-box.payeer {
	border-color: #06d7a1;
}
.payment-box.payeer .payment-icon {
    background-color: #06d7a1;
    box-shadow: 0 0 20px 0 #06d7a150;
}
.payment-box.bitcoin {
	border-color: #6274f6;
}
.payment-box.bitcoin .payment-icon {
    background-color: #6274f6;
    box-shadow: 0 0 20px 0 #6274f650;
}
#order_description .panel-body {
	background-color: rgba(236,230,255,35%);
	border: 1px solid #8a6dec !important;
	color: #000000;
	font-size: 12px;
	border-radius: 10px;
	min-height: 63px;
	width: 100%;
}
.ticket-tabs {
	border: 0;
	margin-bottom: 20px;
}
.ticket-tabs li a {
	background-color: #6274f6 !important;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;
	margin-right: 10px;
	padding: 10px 35px;
	border-color: #6274f6 !important;
  	color:#fff !important;
}
.ticket-tabs li.active a, .ticket-tabs li.active a:hover, .ticket-tabs li a:hover {
	box-shadow: -5px 5px 12px 0 #6274f650;
}
.ticket-question-row {
	margin-top: 25px;
}
.ticket-question-wrap {
	padding: 30px 20px;
	border-radius: 25px;
	background-color: #06d7a1;
    box-shadow: 0 0 20px 0 #06d7a150;
    margin-bottom: 25px;
}
.ticket-question {
	margin-top: 0;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.ticket-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.ticket-txt {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.ticket-question-wrap1 {
    background-color: #ef4770;
    box-shadow: 0 0 20px 0 #ef477050;
}
.ticket-question-wrap3 {
	background-color: #ffb522;
	box-shadow: 0 0 20px 0 #ffb52250;
}
.ticket-message {
	box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
	border-radius: 10px !important;
	margin-bottom: 10px;
}
.terms-tabs {
	background-color: #e9ebfe;
	display: flex;
	justify-content: center;
	border: 0;
	border-radius: 8px;
    padding: 8px;
    margin-bottom: 15px;
}
.terms-tabs li a {
	background-color: transparent;
	border-radius: 8px;
	color: #060601;
	margin: 0 5px;
}
.terms-tabs li.active a, 
.terms-tabs li.active a:hover, 
.terms-tabs li a:focus, 
.terms-tabs li a:focus-visible, 
.terms-tabs li a:hover {
	background-color: #6274f6 !important;
	color: #fff !important;
	border-color: #6274f6 !important;
	box-shadow: 0 0 10px 0 #6274f680;
}
.page-title {
	font-size: 30px;
	font-weight: 600;
	color: #060601;
	margin-bottom: 25px;
}
.term-tab-content {
	background-color: #ebedfe;
	padding: 45px 25px;
	border-radius: 8px;
}
.term-tab-content .txt {
	color: #060601;
	line-height: 1.6;
}
.signup-frm-inner {
	background-color: #5878f6;
	padding: 20px;
	border-radius: 20px;
}
.signup-frm-inner .title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}
.signup-frm-inner .btn.btn-primary {
	background: transparent;
	background-color: #8aec73;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,50%), -1px -1px 5px rgba(0,0,0,50%);
	box-shadow: inset 3px -6px 20px 0 rgba(0,0,0,25%), -5px 10px 25px 0 #8aec73;
}
.signup-wrap .checkbox {
	font-size: 18px;
	color: #000;
	margin-top: 20px;
	text-align: left;
}
.signup-wrap .checkbox .terms-accept-checkbox {
	margin-top: 6px;
}
.signup-wrap .have-acc {
	color: #000;
	font-size: 18px;
	text-align: center;
	margin-top: 50px;
}
.signup-wrap .have-acc a {
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.signup-wrap .checkbox a {
	color: #fec043;
	text-decoration: underline !important;
	font-weight: 600;
}
#signup {
	padding: 80px 0;
}
.signup-img-wrap img {
	display: block;
	margin: auto;
}
#signup .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.well3 {
	border: 1px solid #8a72f5;
	padding: 30px 22px;
	border-radius: 22px;
	position: relative;
	background-color: rgba(255,255,255,60%);
	margin-bottom: 20px;
	overflow: hidden;
}
.well3::after, .well3::before {
	content: '';
	position: absolute;
	background-image: url(https://i.imgur.com/ZTfnpB7.png);
	width: 350px;
	height: 350px;
	background-size: 350px 350px;
	background-position: center;
	opacity: 1 !important;
	z-index: -2 !important;
}
.well3::after {
	left: 0;
	top: 0;
	opacity: 63%;
	z-index: -1;
}
.well3::before {
	right: 0;
	bottom: 0;
	opacity: 63%;
	z-index: -1;
}
#blog-sec {
	padding: 80px 0;
}
#blog-sec .title, 
#blog-sec .blog-txt {
	text-align: center;
}
.row.blog-row {
	margin-top: 50px;
}
.blog-wrap {
	text-align: center;
	border: 1px solid #8e86f7;
	border-radius: 12px;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(142, 134, 247,50%);
}
.blog-img {
	border-radius: 12px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.blog-img img {
	display: block;
	margin: auto;
}
.blog-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.blog-exerpt {
	font-size: 18px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 20px;
}
.btn.btn-primary.blog-btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-shadow: 3px 3px 5px rgba(0,0,0,50%), -3px -3px 5px rgba(0,0,0,50%);
}
.blog-txt {
	font-size: 18px;
	color: #000;
	line-height: 1.6;
}
.alert.alert-info {
	background-color: #f8f6ff;
	border-color: #8a6dec;
	border-radius: 10px;
	color: #000000;
}
.wrapper.toggle .sidebar-wrap {
	left: -292px;
}
.wrapper.toggle .content {
	padding: 0;
}
.show-on-mob {
	display: none;
}
.auth .form-control::placeholder {
	color: #000 !important;
	opacity: 1;
}
































@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}


@media (max-width:550px) {
.guest #navbar {
	background-color: #8aec73;
}
.guest #navbar li a {
	margin-bottom: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #8aec73;
}
#top-sec {
	padding: 70px 0 40px;
	background-size: cover;
}
.main-title {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
}
.txt {
	font-size: 16px;
}
.work-btn-wrap {
	margin: 20px 0;
}
.btn.btn-primary {
	padding: 8px 12px;
	font-size: 16px;
}
.work-btn {
	margin-left: 0;
	margin-top: 20px;
}
#top-sec .work-btn-wrap {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
}
#top-sec .work-btn-wrap a {
	flex: 0 0 100%;
	max-width: 100%;
}
.form-control {
	height: 48px;
	border-radius: 10px;
}
.row.frm-row .btn.btn-primary {
	height: 48px;
	margin-bottom: 12px;
}
.checkbox {
	text-align: left;
	margin-top: 12px;
}
.top-sec-img {
	display: none;
}
.review-txt span {
	font-size: 26px;
}
.review-txt {
	font-size: 14px;
}
.top-reviews {
	margin-top: 5px;
}
#fastest {
	padding: 40px 0;
}
.fastest-box-bg {
	top: -10px;
}
.fastest-inner {
	width: 95%;
}
.fastest-box + .fastest-box .fastest-box-bg {
	top: -10px;
	bottom: auto;
}
.title {
	font-size: 38px;
	margin-bottom: 12px;
}
.fastest-img {
	top: -80px;
	max-width: 100px;
}
#provider {
	padding: 25px 0;
	background-image: none;
	background-color: #8f71f5;
}
.provider-icon {
	max-width: 100px;
}
#provider .btn.btn-primary {
	margin-top: 15px;
}
#providing {
	padding: 20px 0;
}
.providing-img img {
	position: unset;
	max-width: 100%;
	width: auto;
	display: block;
	margin: auto;
}
.providing-wrap {
	flex-direction: column;
	align-content: flex-start;
}
.providing-wrap .providing-left, .providing-wrap .providing-right {
	flex: 0 0 100%;
	max-width: 100%;
}
.providing-right {
	margin-top: 15px;
}
  .providing-left {
	margin-right: auto;
}
.providing-title {
	font-size: 20px;
}
.providing-right .txt {
	font-size: 15px;
}
#does {
	padding: 20px 0 0;
}
.row.title-wrap {
	display: block;
}
.title br {
	display: none;
}
  .btn.btn-primary {
	padding: 0;
	height: 48px;
	line-height: 48px;
}
.row.title-wrap .btn.btn-primary {
	margin-left: 0;
}
.row.does-row .fastest-icon .fastest-num {
	font-size: 50px;
	line-height: 1;
}
.row.does-row .fastest-icon {
	margin-bottom: 5px;
}
.row.does-row .fastest-title {
	font-size: 20px;
	padding-right: 0;
	margin-bottom: 0;
}
  #does .fastest-box-bg {
	top: -15px;
}
.fastest-box {
	margin-bottom: 40px;
}
.testimonial-title {
	margin-top: 20px;
}
.testi-slider::after {
	width: 100px;
	height: 90px;
	right: 0;
	top: -30px;
	background-size: 100px auto;
}
.testi-slider {
	margin-top: 20px;
}
.star-rating {
	display: block;
	margin: 15px auto;
}
.testi-name {
	font-size: 28px;
	text-align: center;
}
.testi-txt {
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.testi-slide {
	padding: 15px 25px 15px;
}
.testi-slider-nav {
	position: absolute;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}
.testi-slider-nav .slick-arrow {
	width: 30px;
	height: 30px;;
	box-shadow: inset 3px -2px 4px 0 rgba(0,0,0,20%), -3px 3px 4px 0 #8aec73;
	color: #fff;
	font-size: 15px;
}
.frt-txt {
	font-size: 16px;
	line-height: 1.4;
}
.social-share li a {
	width: 35px;
	height: 35px;
	font-size: 18px;
}
.ftr-nav li a {
	font-size: 16px;
	margin-bottom: 5px;
}
  .title-bar::before, .title-bar::after {
	display: none;
}
  .dropdown .btn.btn-primary {
	margin-bottom: 12px;
	width: 100%;
}
.dropdown-menu .dropdown-item {
	white-space: normal;
	word-break: break-word;
}
.dropdown-menu {
	width: 100%;
}
.search-wrap .input-group-btn {
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	min-width: 50px;
}
.table-responsive {
	border: 0;
}
.cat-tr td {
	padding: 8px !important;
	border-radius: 8px;
	font-size: 18px;
	text-align: left;
}
thead tr th {
	padding: 8px !important;
	font-size: 15px;
}
thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}
.service-description .btn.btn-primary {
	min-width: 100px;
}
tbody tr td {
	font-size: 14px;
	padding: 8px !important;
}
.well2 {
	padding: 10px;
	border-radius: 11px;
}
.table-responsive {
	margin-bottom: 0;
}
.api-title {
	font-size: 20px;
	margin-bottom: 10px;
}
pre {
	font-size: 14px;
	font-weight: 400;
}
  #signup {
	padding: 10px 0;
}
.signup-frm-inner {
	padding: 10px;
	border-radius: 10px;
}
#signup .row {
	display: block;
}
.signup-frm-inner .title {
	font-size: 30px;
	margin-bottom: 15px;
}
.signup-wrap .have-acc {
	font-size: 14px;
	margin-top: 20px;
}
.signup-wrap .have-acc a {
	font-size: 16px;
	font-weight: 600;
}
.signup-img-wrap img {
	max-width: 250px;
	margin: 35px auto 15px;
}
  .top-nav-bar {
	display: block;
	padding: 5px 0;
}
.top-nav-center, .top-nav-right {
	display: none;
}
.bread a {
	font-size: 17px;
}
.bread a span {
	font-size: 12px;
}
.row.stats-row {
	display: block;
}
.row.stats-row .col-sm-3,
.row.stats-row .col-sm-3:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
.stats-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 35px;
}
.stats-wrap {
	position: relative;
}
.stats-txt {
	font-size: 13px;
	color: #fff;
	margin: 0 0 5px;
}
.stats-title {
	font-size: 20px;
}
.stats-wrap {
	padding: 15px 12px;
	margin-bottom: 15px;
}
.row.stats-row .col-sm-3:first-child {
	padding-left: 7px;
}
  .sidebar-logo {
	margin-bottom: 20px;
	padding: 12px 0 0;
}
  .sidebar-nav li a {
	font-size: 15px;
	padding: 8px 15px;
	border-radius: 5px;
}
  .sidebar-nav {
	padding: 0 15px 0 15px;
}
  .sidebar-img-wrap {
	z-index: -1;
	opacity: 0.2;
}
  .show-on-mob {
	display: block;
}
  .wrapper .page-content,
  .wrapper .top-nav-bar .bread {
	display: none;
}
  .wrapper.toggle .page-content,
  .wrapper.toggle .top-nav-bar .bread {
	display: block;
}
  .wrapper.toggle .sidebar-wrap {
	left: -270px;
}
  .sidebar-wrap {
	width: 270px;
}
  .wrapper .content {
	padding-left: 270px;
}
  .auth .btn.btn-primary {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    width: max-content;
  }
  .auth .btn.btn-primary.full-btn {
	width: max-content;
	margin: auto auto 15px;
	display: block;
}
  .dash-title {
	font-size: 20px;
	margin-bottom: 15px;
}
  .result-box {
	padding: 15px 12px;
	margin-bottom: 11px;
}
  .result-box .media-heading {
	margin-bottom: 12px;
}
  .result-box .media-heading + h5 {
	line-height: 1.5;
}
  .auth .btn.btn-primary.dropdown-toggle {
	width: 100%;
}
  .service-description .modal-header .modal-title {
	word-break: break-word;
	white-space: normal;
}
  .row.nav-pill-row .nav.nav-pills li {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 7px;
}
  .auth .nav.nav-pills li a {
	font-size: 14px;
}
  .welcome-img-wrap {
	display: none;
}
  .welcom-title {
	font-size: 20px;
	margin-bottom: 10px;
}
  .welcome-txt {
	font-size: 14px;
}
  .row.welcome-row {
	/* display: block; */
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
  .well2 {
	margin-bottom: 15px;
}
  .dash-tabs {
	margin-bottom: 20px;
}
  .payment-box {
	flex-direction: column;
}
  .payment-left {
	flex: 0 0 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 12px;
}
  .ticket-tabs li a {
	font-size: 15px;
	padding: 10px 15px;
}
  .ticket-question-wrap {
	padding: 12px 15px;
	border-radius: 15px;
	margin-bottom: 15px;
}
  .ticket-question {
	font-size: 30px;
	margin-bottom: 12px;
}
  .ticket-title {
	font-size: 16px;
}
  .ticket-txt br {
	display: none;
}
  .faq-accordian .panel-heading a {
	font-size: 14px;
	padding: 10px 15px;
}
  .faq-accordian .panel-heading a .i {
	width: 25px;
	height: 25px;
	font-size: 20px;
}
  .faq-accordian .panel.panel-default .panel-body, 
  .faq-accordian .panel.panel-default .panel-body p {
	font-size: 14px;
}
  .terms-tabs {
	flex-wrap: wrap;
	flex-direction: column;
}
  .terms-tabs li {
	margin-bottom: 2px;
}
  .term-tab-content {
	padding: 15px;
}
  .dash-title2 {
	font-size: 22px;
	margin-bottom: 25px;
}
  #blog-sec {
	padding: 15px 0;
}
  .blog-txt {
	font-size: 14px;
}
  .blog-txt br {
	display: none;
}
  .row.blog-row {
	margin-top: 20px;
}
  .blog-title {
	font-size: 22px;
	margin-bottom: 10px;
}
  .blog-exerpt {
	font-size: 14px;
	margin-bottom: 15px;
}
  .btn.btn-primary.blog-btn {
	font-size: 14px;
	letter-spacing: 1px;
}
  .blog-wrap {
	margin-bottom: 12px;
}
}




