
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a, a:hover {
	text-decoration: none !important;
	outline: none;
}

button, button:hover, button:focus {
	outline: none !important;
}

::selection {
	background: #2cccff;
	color: #000;
}

.form-control:focus {
	border-color: #ced4da !important;
	outline: 0 !important;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important;
}

.header {
	border-bottom: 1px solid #dfe3e8;
}

.header .navbar {
	padding: 0;
}

.header .navbar-collapse-menu {
	width: 55% !important;
}

.logo {
	width: 25%;
}

.logo img {
	width: 100%;
}

.header .navbar .navbar-nav .dropdown-menu {
	padding: 0;
	border-radius: 0;
	width: 100%;
}

.header .navbar .navbar-nav .nav-item a {
	font-weight: 400;
	color: #5e5e5e;
	font-size: 15px;
	margin: 0 5px;
	transition: .3s;
}

.header .navbar .navbar-nav .nav-item a:hover {
	color: #ff705f;
	transition: .3s;
}

.blog-content:hover .blog-c-info .blog-title h4 a {
	transition: .3s;
}

.blog-content:hover .blog-c-info .blog-title h4 a {
	color: #ff705f;
	transition: .3s;
}

.header .navbar-toggler {
	box-shadow: none !important;
	border: none !important;
}

.header .navbar .navbar-nav .dropdown-menu .dropdown-item {
	margin: 0;
	padding: 8px 12px;
}

.head-top-btn a {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 10px 10px;
	margin: 0 2px;
	/* text-transform: uppercase; */
	font-size: 14px;
	border-radius: 3px;
	transition: .3s;
}

.head-top-btn a:hover {
	border: 1px solid #ff705f !important;
	background-color: transparent;
	transition: .3s;
}

.mobile-head-top-btn a {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 10px;
	margin: 0 2px;
	/* text-transform: uppercase; */
	font-size: 14px;
	border-radius: 3px;
	transition: .3s;
}

.mobile-head-top-btn a:hover {
	border: 1px solid #ff705f !important;
	background-color: transparent;
	color: #5e5e5e;
	transition: .3s;
}

.mobile-head-top-btn {
	display: none;
}

.head-top-btn a:hover {
	color: #5e5e5e;
}

section.hero-sec {
	padding: 80px 0 40px;
	background-color: #f7f9fa;
}

.hero-sec .title h1 {
	padding: 0 430px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #1d262e;
	font-family: "Open Sans";
}

.hero-sec-form {
	margin: 40px auto 60px;
	max-width: 880px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 25%);
	border-radius: 3px;
}

.hero-sec-form .form-group input {
	height: 52px;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	outline: none;
}

.hero-sec-form .form-group select {
	height: 52px;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #ced4da !important;
	outline: none;
	color: #212529;
}

.hero-sec-form .form-group input:focus, .hero-sec-form .form-group select:focus {
	border: none !important;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0%) !important;
	border: 1px solid #ced4da !important;
}

.form-btn button {
	width: 100%;
	font-size: 14px;
	height: 52px;
	border: 1px solid #ff705f !important;
	background-color: #ff705f;
	color: #fff;
	transition: .3s;
}

.form-btn button:hover {
	border: 1px solid #ff705f !important;
	background-color: transparent;
	color: #5e5e5e;
	transition: .3s;
}

.title h2 {
	padding: 0 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #1d262e;
	font-family: "Open Sans";
	text-align: center;
}

.btf-sec {
	padding: 60px 0 0;
}

.btf-sec .title {
	margin: 0 0 100px;
}

.btf-sec .card {
	transition: .3s;
	margin: 0 0 60px 0;
}

.btf-sec .card:hover {
	background-color: #f7f9fa;
	box-shadow: 0 0 10px #bfbfbf;
	transition: .3s;
}

.btf-sec .card a {
	padding: 30px 20px;
}

.card-img.text-center {
	width: 65px;
	margin: -60px auto 20px;
	height: 65px;
	text-align: center;
	box-shadow: 0 0 10px #bfbfbf;
	border-radius: 50%;
	padding: 5px 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btf-sec .card-img img {
	width: 55px;
	padding: 8px 8px;
}

.btf-sec .card-title p {
	padding: 0 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: #1d262e;
	font-family: "Open Sans";
	text-align: center;
	text-decoration: underline;
	text-transform: capitalize;
}

.btf-sec .card-text p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	color: #28323b;
	min-height: 105px;
}

.states ul li {
	display: inline-block;
	width: 28%;
	margin: 0 27px 0 27px;
	padding: 0 0 0 50px;
}

.city ul li {
	display: inline-block;
	width: 28%;
	margin: 0 27px 0 27px;
	padding: 0 0 0 50px;
}

.fl-state {
	color: #fff;
	/* background-image: url("../images/USA-Map.png"); */
	background-position: 100% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.fl-state::before {
	content: "";
	position: absolute;
	background-color: #0c3b5c;
	width: 100%;
	height: 100%;
	opacity: .8;
}

.inner-fl-state-content {
	padding: 60px 0;
	position: relative;
}

.fl-state .title h2 {
	color: #fff;
}

.fl-state .states ul {
	list-style: none;
	padding: 0 0 0 100px;
}

.fl-state .states ul li a {
	color: #fff;
	margin: 0px 0 5px;
	display: block;
	font-size: 16px;
	transition: .3s;
}

.fl-state .states ul li a:hover {
	color: #ff705f;
	transition: .3s;
}

.states {
	margin: 30px 0 0 0;
}

.fl-city {
	padding: 60px 0;
}

.fl-city .city ul {
	list-style: none;
	padding: 0 0 0 100px;
}

.fl-city .city ul li a {
	color: #28323b;
	margin: 0px 0 5px;
	display: block;
	font-size: 16px;
	transition: .3s;
}

.fl-city .city ul li a:hover {
	color: #ff705f;
	transition: .3s;
}

.city {
	margin: 30px 0 0 0;
}

/* Lawyer Profile Css */
.inner-lawyer-profile {
	border: 1px solid #dfe3e8;
	border-radius: 20px;
	padding: 20px;
	margin: 0 0 20px 0;
}

.lawyer-profile-img img {
	width: 100%;
}

.lawyer-address {
	margin: 10px 0 0 0;
}

.lawyer-address p {
	font-size: 14px;
}

.lawyer-discription p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.lawyer-name h5 {
	font-size: 22px;
	font-family: "open sans";
	font-weight: 600;
}

.lawyer-address p i {
	color: #ff705f;
	font-size: 18px;
	margin: 0 10px 0 0;
}

.lawyer-badge-img img {
	width: 30%;
	border: 3px solid #ff705f;
	padding: 4px;
	border-radius: 50%;
}

.lawyer-badge-img {
	margin: 0 0 10px 0;
	text-align: center;
}

.lawyer-contact-number a {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 3px;
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	transition: .3s;
}

.lawyer-contact-number a:hover {
	background-color: transparent;
	color: #0c3b5c !important;
	transition: .3s;
}

.lawyer-contact-number a i {
	margin: 0 10px 0 0;
}

.lawyer-email a {
	border: 1px solid #ff705f !important;
	color: #0c3b5c;
	background-color: transparent;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 3px;
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	transition: .3s;
}

.lawyer-email a:hover {
	color: #fff !important;
	background-color: #ff705f;
	transition: .3s;
}

.lawyer-email a i {
	margin: 0 10px 0 0;
}

.lawyer-website a {
	border: 1px solid #ff705f !important;
	color: #0c3b5c;
	background-color: transparent;
	padding: 8px 0;
	font-size: 14px;
	border-radius: 3px;
	display: block;
	text-align: center;
	margin: 0 0 6px 0;
	transition: .3s;
}

.lawyer-website a:hover {
	color: #fff !important;
	background-color: #ff705f;
	transition: .3s;
}

.lawyer-website a i {
	margin: 0 10px 0 0;
}

.read-more-btn a {
	color: #858080;
	font-size: 14px;
	transition: .3s;
}

.read-more-btn a i {
	color: #858080;
	margin: 0 0 0 5px;
	transition: .3s;
}

.read-more-btn a:hover i {
	margin: 0 0 0 10px;
	color: #ff705f;
	transition: .3s;
}

.read-more-btn a:hover {
	color: #ff705f;
	transition: .3s;
}

.visit-btn a {
	border: 1px solid #ff705f !important;
	color: #0c3b5c;
	background-color: transparent;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 600;
	border-radius: 3px;
	display: block;
	text-align: center;
	margin: 0 0 5px 0;
	transition: .3s;
}

.visit-btn a:hover {
	color: #fff;
	background-color: #ff705f;
	transition: .3s;
}

.lawyer-profile-img {
	margin: 0 0 5px 0;
}

.lawyer-profile-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.count {
	border: 2px solid #ff705f !important;
	color: #858080;
	background-color: transparent;
	font-size: 14px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: .3s;
}

.count:hover {
	background-color: #ff705f !important;
	color: #fff !important;
}

.count:hover {
	color: #858080;
}

.count.active {
	background-color: #ff705f;
	color: #fff;
}

.lawyer-profile-pagination .prev, .lawyer-profile-pagination .next {
	border: 2px solid #ff705f !important;
	color: #858080;
	background-color: transparent;
	font-size: 14px;
	border-radius: 50px;
	text-align: center;
	margin: 0 5px;
	padding: 5px 25px;
}

.lawyer-profile-pagination .prev:hover, .lawyer-profile-pagination .next:hover {
	background-color: #ff705f !important;
	color: #fff !important;
	transition: .3s;
}

.top-title h1 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 600;
}

.breadcrumb .breadcrumb-item a {
	color: #000;
	transition: .3s;
}

.breadcrumb .breadcrumb-item a:hover {
	color: #ff705f;
	transition: .3s;
}

.breadcrumb .breadcrumb-item {
	font-size: 14px;
}

.lawyer-add img {
	width: 100%;
}

.s-text span {
	font-size: 15px;
}

.s-text span i {
	color: #ff705f;
}

.add-map-img {
	position: relative;
}

.add-map-img img {
	width: 100%;
	cursor: pointer;
}

.map-overlap-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.map-overlap-text p {
	margin: 0;
}

.map-overlap-text p {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #0c3b5c;
}

.map-overlap-text p i {
	color: #ff705f;
}

.link-title h4 {
	font-weight: 700;
	font-size: 20px;
}

.text-mute {
	opacity: .7;
}

.link-content .a-text {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.s-texts {
	font-size: 14px;
	font-weight: 600;
	color: #555;
}

.link-contact a {
	font-weight: 600;
	color: #000;
	transition: .3s;
}

.link-contact a:hover {
	color: #ff705f;
	transition: .3s;
}

/* Lawyer Profile Css */

/* Footer Css  */
.footer {
	background-color: #0c3b5c;
	padding: 60px 0 50px;
}

.footer-title p {
	color: #fff;
	font-size: 20px;
	font-family: "open sans";
	font-weight: 500;
	margin: 0 0 20px 0;
}

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

.footer-content ul li a {
	color: #fff;
	font-size: 14px;
	margin: 0 0 8px 0;
	display: block;
	font-weight: 400;
	transition: .3s;
}

.footer-content ul li a:hover {
	color: #ff705f;
	transition: .3s;
}

.social-icons ul li {
	list-style: none;
	display: inline-block;
}

.social-icons ul li a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin: 0 4px;
	display: flex;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	z-index: 1;
	justify-content: center;
	align-items: center;
}

.social-icons ul li a .icon {
	position: relative;
	color: #262626;
	transition: .5s;
	z-index: 3;
}

.social-icons ul li a:hover .icon {
	color: #fff;
}

.social-icons ul li a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: .5s;
	z-index: 2;
}

.social-icons {
	margin: 70px 0 0 0;
}

.social-icons ul li a:hover:before {
	top: 0;
}

.social-icons ul li:nth-child(1) a:before {
	background: #3b5999;
}

.social-icons ul li:nth-child(2) a:before {
	background: #f00;
}

.social-icons ul li:nth-child(3) a:before {
	background: #00acee;
}

.social-icons ul li:nth-child(4) a:before {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-icons ul li:nth-child(5) a:before {
	background: #0e76a8;
}

.footer .top-line {
	border-color: #fff;
}

.sub-footer {
	padding: 10px 0 0;
}

.copyright p {
	color: #fff;
	text-align: center;
}

.sub-footer-links {
	text-align: center;
}

.sub-footer-links ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.sub-footer-links ul li {
	display: inline-block;
	margin: 0 10px;
}

.sub-footer-links ul li a {
	color: #fff;
	font-size: 14px;
}

/* Footer Css */
.title h4 {
	font-size: 26px;
	font-family: "open sans";
	font-weight: 600;
}

.s-both p span {
	margin: 0 0 0 10px;
}

.further-reading p {
	margin: 0 0 5px 0;
}

.lawyer-review .testimonial-box {
	/* box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1); */
	background-color: #fff;
	padding: 20px;
	margin: 0 0 15px 0;
	border: 1px solid #dfe3e8;
}

.lawyer-review .profile-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.lawyer-review .profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.profile {
	display: flex;
	align-items: center;
}

.name-user {
	display: flex;
	flex-direction: column;
}

.name-user span {
	color: #979797;
	font-size: 13px;
}

.name-user p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.reviews {
	color: #f9d71c;
}

.box-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.client-comment p {
	font-size: .9rem;
	color: #4b4b4b;
}

.review-btn {
	text-align: right;
	margin: 40px 0 0 0;
}

.review-btn a {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 10px 10px;
	margin: 0 2px;
	font-size: 14px;
	border-radius: 3px;
	transition: .3s;
}

.review-btn a:hover {
	border: 1px solid #ff705f !important;
	color: #ff705f;
	background-color: transparent;
	transition: .3s;
}

.lawyer-photo {
	margin: 0 0 25px 0;
}

.lawyer-photo img {
	width: 100%;
}

.lawyer-social-media ul li a {
	font-size: 20px;
	display: flex;
	background-color: transparent;
	color: #fd5949;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	transition: .3s;
}

.lawyer-social-media ul li:hover a {
	background-color: #fd5949;
	color: #fff;
	transition: .3s;
}

.loucation-map iframe {
	width: 100%;
	height: 45%;
}

.attroney-list {
	font-size: 13px;
	color: #777;
}

.attroney-list a {
	font-size: 16px;
	color: #333;
}

.attroney-img img {
	width: 100%;
}

.further-reading p a {
	color: #ff705f;
}

.lawyer-video iframe {
	width: 100%;
}

.f-lawyer-state {
	padding: 60px 0;
}

.state-list ul {
	list-style: none;
	padding: 0;
}

.state-list ul li {
	display: inline-block;
	width: 33%;
	text-align: center;
	line-height: 30px;
}

.state-list ul li a {
	color: #000;
	transition: .3s;
}

.state-list ul li a:hover {
	color: #ff705f;
	transition: .3s;
}

.city-list-content .city-list {
	list-style: none;
	border-bottom: 1px solid #dfe3e8;
	padding: 5px 0 15px 0;
	margin: 0 0 40px 0;
}

.alpha-content {
	border-bottom: 1px solid #dfe3e8;
	margin: 0 0 10px 0;
	padding: 0 0 5px 10px;
}

.alpha-content h5 {
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #ff705f;
	color: #fff;
	box-shadow: 2px 2px 4px #737171;
}

.city-list-content .city-list li {
	display: inline-block;
	width: 33%;
	text-align: center;
	line-height: 30px;
}

.city-list-content .city-list li a {
	color: #000;
	transition: .3s;
}

.city-list-content .city-list li a:hover {
	color: #ff705f;
	transition: .3s;
}

.title h1 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	color: #1d262e;
	font-family: "Open Sans";
}

.short-by-sec form .form-group select {
	width: 30%;
	height: 35px;
	font-size: 14px;
	margin: 0 0 0 5px;
	padding: 5px 0 5px 5px;
	outline: none;
}

.short-by-sec form .form-group label {
	display: block;
}

.top-filter-sec nav ul li {
	border: 1px solid #808080;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 40px;
	cursor: pointer;
}

.top-filter-sec nav ul .dropdown .dropdown-menu li {
	border: none;
	margin: 0;
	display: inherit;
	width: auto;
	height: auto;
}

.filter-btn {
	color: #808080;
	background-color: transparent;
	border: none;
	font-size: 14px;
}

.top-filter-sec nav ul .dropdown a {
	color: #808080 !important;
	font-size: 14px !important;
}

.c-yellow {
	color: #fc9835 !important;
}

.top-filter-sec nav ul .dropdown .dropdown-menu span {
	color: #ccc;
}

.review-rating, .licence, .lawyers-ss, .practice-boxes, .o-language {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 0 0 25px 0;
}

.select-licence p {
	margin: 0 0 5px 0;
}

.select-licence p {
	font-size: 16px;
	font-weight: 600;
}

.lawyers-w-box button {
	border-radius: .1875em;
	padding: 0;
	background-color: transparent;
	border: 1px solid #ccc;
	color: #808080;
	width: 20%;
	height: 35px;
	margin: 0 5px;
	font-size: 14px;
	font-weight: 700;
}

.radio-practice-box label, .o-language-box label {
	border-radius: .1875em;
	background-color: transparent;
	border: 1px solid #ccc;
	color: #808080;
	width: 30%;
	height: 35px;
	line-height: 33px;
	margin: 0 5px 15px;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	align-items: center;
}

.more-practice button {
	border: none;
	background-color: transparent;
	font-size: 14px;
	font-weight: 600;
	transition: .3s;
}

.more-practice button:hover {
	color: #ff705f;
	transition: .3s;
}

.modal-footer button {
	width: 25%;
	height: 35px;
	border: 1px solid #ff705f;
	background-color: transparent;
	color: #ff705f;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	transition: .3s;
}

.modal-footer button:hover {
	background-color: #ff705f;
	color: #fff;
	transition: .3s;
}

.review-rating .review-star span {
	color: #ccc;
}

/* ==== Blog CSS Start */
.top-blog-sec {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.top-blog-title h2 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin: 0 0 15px 0;
}

.top-blog-text p {
	color: #3a444f;
	font-size: 18px;
	line-height: 29px;
	margin: 0px 345px;
	font-weight: 400;
}

.top-blog-form {
	max-width: 400px;
	margin: 40px auto 0;
}

.top-blog-form .form-group {
	align-items: stretch;
	background-color: #fff;
	border: 2px solid #dfe3e8;
	border-radius: 4px;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	padding: 2px;
}

.top-blog-form form .form-group input {
	font-size: 14px !important;
	height: 40px !important;
	padding: 5px 12px 8px !important;
	border: 0 !important;
}

.top-blog-form .form-group button {
	background-color: #ff705f;
	border: 1px solid #ff705f;
	color: #fff;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	width: 115px;
	border-radius: 3px;
	transition: .3s;
}

.inner-blog {
	margin: 30px 0 0 0;
	padding: 10px 10px;
	transition: .3s;
}

.inner-blog:hover {
	margin: 20px 0 0 0;
	box-shadow: 0 0 8px #ccc;
	border-radius: 8px;
	transition: .3s;
}

.blog-img img {
	max-width: 100%;
	height: auto;
}

.blog-post-tag a {
	color: #3a444f;
	font-size: 12px;
	line-height: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #dfe3e8;
	text-decoration: none;
	padding: 0 0 2px 0;
	transition: .3s;
}

.blog-post-tag a:hover {
	border-bottom: 1px solid #c7cdd4;
	color: #3a444f;
	transition: .3s;
}

.blog-post-title {
	margin: 15px 0 0 0;
}

.blog-post-title a {
	color: #000;
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
	text-decoration: none;
	font-family: "Poppins", Sans-serif;
}

.blog-post-title a:hover {
	color: #000;
}

.blog-post-text {
	margin: 15px 0 0 0;
	display: none;
}

.blog-post-text a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "poppins";
	text-decoration: none;
}

.blog-post-text a:hover {
	color: #000;
}

.blog-post-tm-post {
	margin: 15px 0 0 0;
}

.blog-post-tm-post a {
	color: #707880;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-decoration: none;
}

.blog-post-tm-post a:hover {
	color: #707880;
}

.blog-post-tm-post .dot {
	margin: 0 5px;
}

.blog-post-tm-post span {
	color: #707880;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.blog-content {
	margin: 15px 0 20px 0;
}

.blog-pagination {
	margin: 100px 0 20px;
	text-align: center;
	color: #707880;
}

.blog-pagination a {
	text-decoration: none;
	color: #3a444f;
	margin: 0 10px;
	font-size: 16px;
	line-height: 35px;
	font-weight: 600;
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.page-numbers.current {
	background: #fe715e !important;
	color: #fff !important;
	border-radius: 100px !important;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.blog-pagination .next, .blog-pagination .prev {
	width: auto;
}

.b-post-title a {
	font-size: 22px;
	color: #000;
	line-height: 1.3;
}

.b-content {
	margin: 0 40px 0 0;
	padding: 40px 30px 40px 0;
	border-bottom: 1px solid #dfe3e8;
}

.blog-more-btn a {
	display: block;
	max-width: 300px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 20px;
	border-radius: 5px;
	color: #3a444f;
	margin: 80px auto 0;
	background-color: #eef0f3;
	transition: all 200ms ease-in-out;
}

.blog-more-btn a:hover, .blog-more-btn a:focus {
	background-color: #dfe3e8;
	color: #3a444f;
	transition: all 200ms ease-in-out;
}

section.blog {
	background: #f7f9fa;
	padding: 60px 0 30px;
}

.top-s-blog {
	max-width: 750px;
	margin: 0 auto;
}

.top-s-blog .top-blog-text p {
	color: #3a444f;
	margin: 0px 0;
}

.top-s-blog .blog-post-tag {
	margin: 0 0 30px 0;
}

.top-s-blog .blog-post-tm-post a img {
	height: 24px;
	width: 24px;
	border-radius: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 0;
}

.top-s-blog .blog-img {
	margin-top: 40px;
}

/* ==== Blog CSS End */
.s-blog-text {
	padding: 0 50px;
}

/* ==== Claim Profile CSS Start ====  */
.claim-profile {
	padding: 30px 0 50px 0;
}

.claim-profile-content {
	background-color: #f7f9fa;
	border-radius: 6px;
	padding: 12px;
	margin: 22px 0 0 0;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 25%);
}

.claim-profile-form .form-group {
	margin: 0 0 10px 0;
}

.claim-profile-form .form-group label {
	font-size: 13px;
	line-height: 17.1429px;
	font-weight: 400;
	color: #888;
	margin: 0 0 3px 0;
}

.claim-profile-form .form-group input {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	color: #565656;
	padding: 8px 12px;
	height: 35px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 20px;
}

.claim-profile-form-content p {
	margin: 0 0 8px 0;
}

.claim-profile-form-content ul li {
	font-size: 14px;
}

.claim-profile-form-content ul li::marker {
	color: #ff705f;
}

.search-btn {
	margin: 20px 0 10px 0;
}

.search-btn button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	margin: 0 2px;
	/* text-transform: uppercase; */
	font-size: 14px;
	border-radius: 3px;
	width: 25%;
	height: 35px;
	transition: .3s;
}

.claim-profile-note {
	margin: 30px 0 0 0;
}

.claim-profile-note h4 {
	font-size: 18px;
}

.claim-profile-note p {
	font-size: 14px;
	margin: 0;
}

/* ==== Claim Profile CSS End ====  */

/* ==== Claim Profile CSS Start ==== */
.result-found {
	font-size: 18px;
}

.pagination {
	border-top: 3px solid #ccc;
	height: 38px;
	font-size: 20px;
}

.pagination>* {
	float: left;
	display: block;
	width: 40px;
	text-align: center;
	color: #333;
	padding-top: 10px;
	line-height: 17px;
	padding-bottom: 10px;
	border-top: 3px solid #ccc;
	margin-top: -3px;
}

.pagination>.active {
	font-weight: 600;
	border-top: 3px solid #ff705f;
}

.pagination>*:hover {
	text-decoration: none;
	border-top: 3px solid #999;
}

.pagination i {
	line-height: 17px;
}

.pagination-sec {
	overflow: hidden;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d7dadd;
	margin: 0 0 8px 0;
}

.shorting .form-group label {
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.shorting .form-group label select {
	height: 35px;
	font-size: 14px;
	background-color: #fff;
	width: 20%;
	padding: 5px 10px;
	margin: 0 0 0 5px;
	border-radius: 0;
	border: 1px solid #ced4da !important;
	outline: none;
	color: #666;
}

.search-profile-lists-content {
	margin: 30px 0 0 0;
}

.search-profile-lists-content ul {
	padding: 0;
	list-style: none;
}

.search-profile-lists-content ul li {
	border-bottom: 1px solid #d7dadd;
	padding-top: 16px;
	padding-bottom: 16px;
}

.profile-list-img {
	margin: 0 0 0 10px;
}

.profile-list-img img {
	width: 65px;
	border: 1px solid #ccc;
	padding: 1px;
}

.profile-list-content {
	display: inline-block;
	width: 56%;
	vertical-align: top;
}

.profile-list-content .l-name {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

.profile-list-content .profile-address {
	font-size: 13px;
	margin: 0 0 8px 0;
}

.profile-list-content .licence-valid {
	color: #333;
	font-size: 12px;
}

.profile-list-content.right {
	width: 42%;
}

.already-claim {
	font-size: 13px;
	margin: 0 0 0 20px;
	color: #767b7c;
	line-height: 1.4em;
}

.claim-btn a {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 4px 10px;
	width: 64%;
	text-align: center;
	margin: 0 2px;
	font-size: 14px;
	border-radius: 3px;
	display: inline-block;
	transition: .3s;
}

.claim-btn a:hover {
	border: 1px solid #ff705f !important;
	color: #5e5e5e;
	background-color: transparent;
	transition: .3s;
}

.signin-btn a {
	border: 1px solid #ff705f !important;
	color: #5e5e5e;
	background-color: transparent;
	padding: 4px 10px;
	width: 64%;
	text-align: center;
	margin: 0 2px;
	font-size: 14px;
	border-radius: 3px;
	display: block;
	transition: .3s;
}

.signin-btn a:hover {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	transition: .3s;
}

.list-profile-note p {
	font-size: 13px;
	padding: 0 70px 0 0;
}

.claim-profile-search {
	padding: 0 0 30px 0;
}

.right-cpf-content {
	background-color: #f7f9fa;
	border-radius: 6px;
	padding: 12px;
}

/* ==== Claim Profile CSS End ==== */

/* ==== single claim profile CSS Start ==== */
.single-claim-profile {
	padding: 40px 0 30px 0;
}

.single-profile-card {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 20px;
	margin: 20px 0 0 0;
}

.s-profile-img img {
	width: 80%;
	border: 1px solid #ccc;
	padding: 2px 1px;
}

.s-profile-name h5 {
	font-size: 22px;
	font-weight: 600;
}

.s-profile-name p {
	margin: 0;
	font-size: 16px;
}

.s-profile-name p i {
	color: #ff705f;
	display: inline-block;
	width: 2%;
}

.back-search {
	margin: 20px 0 0 0;
}

.continue-btn button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 8px 0;
	width: 24%;
	text-align: center;
	margin: 0 2px;
	font-size: 16px;
	border-radius: 3px;
	transition: .3s;
}

.continue-btn button:hover {
	border: 1px solid #ff705f !important;
	color: #5e5e5e;
	background-color: transparent;
	transition: .3s;
}

.continue-btn button a {
	color: #fff;
	transition: .3s;
}

.continue-btn button:hover a {
	color: #5e5e5e;
	transition: .3s;
}

.continue-btn p {
	color: #ff705f;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
}

.tick-icon {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

.points {
	padding: 20px;
}

.tick-icon i {
	font-size: 32px;
	color: #ff705f;
}

.point-content {
	display: inline-block;
	width: 78%;
	vertical-align: top;
}

.p-title h5 {
	font-weight: 600;
	font-size: 18px;
}

.title h5 {
	font-size: 20px;
	font-weight: 600;
}

.works {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 25px 0 0;
}

.works ol li {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.works ol li p {
	margin: 0 0 0 0;
}

.works ol li span {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.progress-tabs-sec ol {
	padding: 0;
	list-style: none;
	margin: 0;
}

.progress-tabs-sec ol li {
	position: relative;
}

.progress-tabs-sec ol li::before {
	width: 1.8em;
	height: 1.8em;
	background-color: #ccc;
	border-radius: 100%;
	line-height: 1.8em;
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	margin-right: .6em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.progress-tabs-sec ol li.active::before {
	background: #ff7441;
}

.progress-tabs-sec ol li.active {
	background-color: #f9f9f9;
	margin-bottom: -1px;
}

.progress-tabs-sec ol {
	display: flex;
	margin: 0;
	align-items: center;
	height: 80px;
	counter-reset: li;
}

.progress-tabs-sec ol li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-basis: 0;
}

.progress-tabs-sec ol li a {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.inner-progress-tabs {
	border-bottom: 1px solid #ccc;
}

.claim-method-content {
	padding: 40px 0 100px 0;
	background-color: #f9f9f9;
}

.inner-claim-method-content {
	border: 1px solid #e6e6e6;
}

.method-lists {
	padding: 32px 40px !important;
}

.m-btn a {
	color: #fff;
	display: block;
	background-color: #1abeb7;
	border: 1px solid #17a8a1;
	height: 42px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 600;
}

.m-btn a:hover {
	color: #fff;
}

.m-btn a i {
	border-right: 1px solid;
	border-right-color: inherit;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
}

.call-btn a {
	background-color: #1abeb7;
	border: 1px solid #17a8a1;
}

.linkedin-btn a {
	background-color: #1a88bd;
	border-color: #1778a7;
}

.facebook-btn a {
	background-color: #344e86;
	border-color: #2d4373;
}

.g-plus-btn a {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.method-lists.b-bottom {
	border-bottom: 1px solid #e6e6e6;
}

.left-verify-content, .right-verify-content {
	padding: 40px;
}

.s-number {
	font-size: 25px;
}

.s-verify-btn button {
	width: 85%;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
	background-color: #03afda;
	border: 1px solid #03afda;
	color: #fff;
	border-radius: 7px;
}

.s-verify-btn button i {
	margin: 0 5px 0 0;
}

.warrning-msg {
	max-width: 85%;
	margin: 0 auto 20px;
	background-color: #ed4f4b;
	padding: 20px 0;
	text-align: center;
}

.warrning-msg p {
	margin: 0;
	color: #fff;
}

.go-back {
	text-align: center;
	margin: 20px 0 0 0;
}

.go-back a {
	font-size: 14px;
	color: #ff705f;
	font-weight: 600;
}

.go-back a:hover {
	color: #ff705f;
}

.steps h4 {
	font-weight: 600;
	font-size: 20px;
}

.steps {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 20px 0;
}

.s-text-content h4 {
	font-size: 18px;
	font-weight: 600;
}

.s-text-content p {
	max-width: 58%;
}

.steps ol li {
	font-size: 15px;
}

.steps p {
	font-size: 15px;
}

/* ==== single claim profile CSS End ==== */

/* ==== Signup CSS Start */
section.signup {
	padding: 40px 0;
	background-color: #f7f9fa;
}

.inner-signup {
	margin: 0 auto;
	max-width: 800px;
	border: 1px solid #e6e6e6;
	padding: 25px 15px 15px;
	background-color: #fff;
}

.s-title h5 {
	font-size: 16px;
	font-weight: 700;
}

.s-text p {
	color: #333;
}

.s-text p a {
	color: #ff705f;
}

.top-s-content {
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.signup-title h4 {
	font-weight: 600;
	font-size: 32px;
}

.signup-form-sec form .form-group {
	position: relative;
}

.signup-form-sec form .form-group input {
	padding: 5px 35px;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	outline: none;
}

.signup-form-sec form .form-group span {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 38px;
	color: #ff705f;
}

.signup-btn button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	width: 18%;
	height: 40px;
	font-weight: 600;
	border-radius: 3px;
	transition: .3s;
}

.signup-btn button:hover {
	border: 1px solid #ff705f !important;
	color: #ff705f;
	background-color: transparent;
	transition: .3s;
}

.or-line {
	border-top: 1px solid #ccc;
	margin: 30px 0 0 0;
}

.or-line p {
	display: inline-block;
	width: 20%;
	margin: -12px 0 0 0;
	background-color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.condition-text p a {
	color: #6c757d !important;
	text-decoration: underline !important;
}

.account-text p {
	font-size: 14px;
}

.condition-text p {
	font-size: 14px;
}

.already-account p {
	margin: 0 0 5px 0;
	font-size: 14px;
}

.already-account a {
	font-size: 14px;
	font-weight: 600;
	color: #ff705f;
}

.already-account a:hover {
	color: #ff705f;
}

.border-right {
	border-right: 1px solid #e6e6e6;
}

/* ==== Signup CSS End */

/* ==== Signin CSS Start ==== */
.red {
	color: #f00;
}

.signin {
	padding: 60px 0;
	background-color: #f7f9fa;
}

.inner-signin {
	margin: 0 auto;
	max-width: 800px;
	border: 1px solid #e6e6e6;
	padding: 30px 50px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ccc;
}

.previous-btn i {
	font-size: 30px;
	transition: .3s;
}

.previous-btn a {
	color: #000;
}

.previous-btn i:hover {
	color: #ff705f;
	transition: .3s;
}

.signin-title h4 {
	font-weight: 600;
	font-size: 32px;
}

.signin-form-sec form .form-group label {
	font-size: 14px;
	font-weight: 600;
}

.signin-form-sec form .form-group input {
	padding: 5px 15px;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	outline: none;
}

.next-btn button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	width: 100%;
	height: 35px;
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	transition: .3s;
}

.next-btn button:hover {
	border: 1px solid #ff705f !important;
	color: #5e5e5e;
	background-color: transparent;
	transition: .3s;
}

.s-btn {
	position: relative;
}

.s-btn a {
	color: #fff;
	display: block;
	background-color: #1abeb7;
	border: 1px solid #17a8a1;
	height: 40px;
	border-radius: 3px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 500;
}

.s-btn a:hover {
	color: #fff;
}

.s-facebook-btn a {
	background-color: #4f6aa2;
	border-color: #475f91;
}

.s-twitter-btn a {
	background-color: #1ab4ef;
	border-color: #10a6e0;
}

.s-linkedin-btn a {
	background-color: #006a9d;
	border-color: #005983;
}

.s-google-btn a {
	background-color: #d73925;
	border-color: #c23321;
}

.s-btn span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	display: inline-flex;
	width: 40px;
	height: 39px;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.account a {
	font-size: 14px;
	font-weight: 600;
	color: #ff705f;
}

.account a:hover {
	color: #ff705f;
}

.remember label {
	color: #333;
	font-size: 15px;
}

.remember label input {
	margin: 0 5px 0 0;
}

.email-text h5 {
	font-size: 16px;
	font-weight: 600;
}

.auto-posts p {
	font-size: 14px;
}

.account p {
	font-size: 14px;
}

.forgot a {
	font-size: 14px;
	font-weight: 600;
	color: #ff705f;
}

.forgot a:hover {
	color: #ff705f;
}

.terms-text p {
	font-size: 14px;
}

.terms-text a {
	font-size: 14px;
	font-weight: 600;
	color: #ff705f;
}

.terms-text a:hover {
	color: #ff705f;
}

/* ==== Signin CSS End ==== */

/* ==== Frogot Password CSS Start ==== */
.forgot-password {
	padding: 60px 0;
	background-color: #f7f9fa;
}

.inner-forgot-password {
	margin: 0 auto;
	max-width: 750px;
	border: 1px solid #e6e6e6;
	padding: 30px 50px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ccc;
}

.forgot-title h4 {
	font-weight: 600;
	font-size: 32px;
}

.contact-support p {
	font-size: 14px;
}

.contact-support a {
	font-size: 14;
	font-weight: 600;
	color: #ff705f;
}

.contact-support a:hover {
	color: #ff705f;
}

.forgot-password-form-sec form .form-group label {
	font-size: 14px;
	font-weight: 600;
}

/* ==== Frogot Password CSS End ==== */
.blog-tag {
	margin: 20px 0 0 0;
}

.blog-tag a {
	color: #3a444f;
	font-size: 13px;
	line-height: 13px;
	padding: 0px 0px 0px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}

.blog-title {
	margin: 15px 0 0;
}

.blog-title h4 a {
	color: #3a444f;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.blog-post-date a, .blog-post-date span, .blog-post-date time {
	color: #707880;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

/* ==== Webinars CSS Start ==== */
.webinars {
	padding: 80px 0 80px 0;
	border-bottom: 1px solid #dfe3e8;
	background-color: #f7f9fa;
}

.inner-webinars .title h1 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #1d262e;
	font-family: "Open Sans";
}

.head-text {
	margin: 15px 0 0 0;
}

.head-text p {
	color: #4c555e;
	font-size: 19px;
	padding: 0 240px;
}

.register-live-demo {
	padding: 80px 0;
}

.left-register-demo-content .title {
	margin: 0 0 20px 0;
}

.left-register-demo-content .title h3 {
	font-size: 22px;
}

.left-register-demo-content .text p {
	font-size: 18px;
	padding: 0 160px 0 0;
}

.register-btn button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	width: 100%;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	transition: .3s;
}

.register-btn button:hover {
	border: 1px solid #ff705f !important;
	color: #5e5e5e;
	background-color: transparent;
	transition: .3s;
}

.form-title span {
	font-size: 14px;
	font-weight: 600;
}

.choose-session .form-check label {
	font-size: 13px !important;
}

.choose-session .form-check {
	display: flex;
	align-items: center;
}

.choose-session .form-check input {
	margin: 0 8px 0 0;
	width: 14px !important;
	height: 14px !important;
}

.aggrement-content .form-group {
	position: relative;
}

.aggrement-content .form-group label {
	font-size: 13px;
	color: #4c555e;
	padding: 0 0 0 20px;
}

.aggrement-content .form-group input {
	position: absolute;
	top: 3px;
	left: 0;
}

.aggrement-content .form-group label a {
	font-size: 13px;
	color: #4c555e;
	text-decoration: underline !important;
}

.register-form-fields .form-group label {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 4px 0;
}

.register-form-fields .form-group input {
	height: 40px;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	padding: 0 15px;
	border-radius: 0;
	outline: none;
}

.right-register-demo-content-form form {
	background-color: #fff;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 12%);
	padding: 20px 30px;
}

.aggrement-content {
	border-top: 1px solid #dfe3e8;
	padding-top: 10px;
}

.overview {
	padding: 80px 0 80px 0;
	border-bottom: 1px solid #dfe3e8;
	background-color: #f7f9fa;
}

.inner-overview .title h4 {
	font-size: 28px;
	font-family: "open sans";
	font-weight: 400;
}

.left-overview-content {
	background-color: #d0e8fb;
	padding: 30px 10px;
}

.right-overview-content {
	padding: 25px;
}

.left-overview-content img {
	width: 90%;
}

.over-view-content {
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 20%);
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: all .2s ease-in-out;
}

.over-view-content:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 25%);
	transition: all .2s ease-in-out;
}

.overview-title h5 {
	font-weight: 600;
	font-size: 22px;
}

.overview-text {
	margin: 15px 0 30px 0;
}

.overview-text p {
	font-size: 16px;
	line-height: 1.5;
	color: #4c555e;
}

.overview-link a {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	transition: .3s;
}

.overview-link a:hover {
	color: #ff705f;
	border-bottom: 1px solid #ff705f;
	transition: .3s;
}

.overview-link a i {
	font-size: 10px;
}

.tutorials {
	padding: 80px 0 80px 0;
}

.inner-tutorials .title h4 {
	font-size: 28px;
	font-family: "open sans";
	font-weight: 400;
}

.inner-tutorials .text p {
	color: #4c555e;
}

.title h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 60px 0 30px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfe3e8;
}

.card-img img {
	width: 100%;
}

.card-body-content {
	padding: 25px;
}

.card-heading a {
	font-size: 19px;
	font-weight: 600;
	color: #1d262e;
}

.card-heading a:hover {
	color: #1d262e;
}

.card-heading a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.card-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .25em;
	border: 1px solid #dfe3e8;
	background-color: #f7f9fa;
	color: #4c555e;
	font-size: 12px;
	line-height: 16px;
	padding: .25em .5em;
	border-radius: 2px;
	font-weight: 600;
}

.card-boby-text p {
	font-size: 14px;
	line-height: 1.5;
	color: #4c555e;
}

.card-content {
	background-color: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 20%);
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: all .2s ease-in-out;
}

.card-content:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 25%);
	transition: all .2s ease-in-out;
}

/* ==== Webinars CSS Start ==== */
.table-content {
	padding: 20px 24px;
	background: #f7f9fa;
	border-radius: 8px;
	margin: 40px 50px;
}

.table-content .unstyled {
	list-style: none;
	padding: 0;
}

.heading-title h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #3a444f;
	font-weight: 700;
}

.table-content ul li {
	line-height: 1.6em;
	margin: .25em 0;
}

.table-content ul li a {
	font-size: 18px;
}

.t-content-list p {
	margin: 0 0 3px 0;
	padding: 0 0 0 25px;
}

.table-content ul .t-content-list p a {
	font-size: 16px;
}

.sb-title h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}

.form-btn button a {
	color: #fff;
	display: block;
	transition: .3s;
}

.form-btn button:hover a {
	color: #5e5e5e;
	transition: .3s;
}

.auther-about-content p {
	line-height: 24px !important;
	font-size: 13px !important;
	color: #666 !important;
}

#ServetheInjured-loder-img::before {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	z-index: 9999;
	display: none;
}

#ServetheInjured-loder-img::after {
	content: "";
	display: block;
	position: absolute;
	left: 48%;
	top: 40%;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-color: black;
	border-top-color: transparent;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

section.buy-guest-posts .hero-title {
	margin: 0 0 0;
}

.hero-title h1 {
	font-size: 42px;
	font-weight: 600;
	font-family: "Poppins";
}

.hero-title h3 {
	padding: 0 170px;
	margin: 0 0 19px;
	color: #3a444f;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: "Poppins";
}

section.buy-guest-posts .create-free-account {
	box-shadow: none;
	margin: 0px auto 30px;
	max-width: 680px;
}

.right-top-form form {
	border: 1px solid #e4e8ed;
	background: #fbfcfd;
	padding: 20px 30px 30px;
	border-radius: 8px;
	position: relative;
	z-index: 5;
}

.create-free-account {
	margin-top: 20px;
}

.create-free-account .login-getstarted a.login {
	font-size: 14px;
	background-color: #ff705f;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
	transition: .3s;
	font-weight: 600;
	font-family: "Poppins";
	border: 1px solid #ff705f;
	box-shadow: none;
	margin: 0 0 0 10px;
}

.create-free-account .login-getstarted button.login {
	font-size: 14px;
	background-color: #ff705f;
	color: #fff;
	padding: 10px 25px;
	border-radius: 5px;
	transition: .3s;
	font-weight: 600;
	font-family: "Poppins";
	border: 1px solid #ff705f;
	box-shadow: none;
	margin: 0 0 0 10px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.create-free-account .login-getstarted a.get-started {
	font-size: 14px;
	background-color: transparent;
	color: #ff705f;
	padding: 10px 25px;
	border-radius: 5px;
	transition: .3s;
	font-weight: 600;
	font-family: "Poppins";
	border: 1px solid #ff705f;
	box-shadow: none;
	margin: 0 0 0 10px;
}

section.buy-guest-posts-content {
	padding: 25px 0px 60px 0px;
	margin-top: 30px;
}

.buy-guest-posts-inner-content {
	position: relative;
}

.narrow-sidebar {
	/* position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px; */
	opacity: 1;
	transition: opacity .33s ease-out;
	height: 100%;
}

.editorcontent h2 {
	line-height: 50px !important;
	margin: 40px 0 20px !important;
}

.floting-strip {
	position: sticky;
	z-index: 999;
	bottom: 0;
	width: 100%;
}

.floting-strip .inner-floting-strip {
	background: #f4f6f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	position: relative;
}

.floting-strip .strip-img {
	width: 170px;
	height: 100%;
	position: relative;
}

.floting-strip .strip-content h6 {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
}

.floting-strip .strip-content p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}

.mobile-strip-btn {
	display: none;
}

.floting-strip .strip-btn a {
	background-color: transparent;
	color: #ff705f !important;
	padding: 12px 10px !important;
	border-radius: 5px;
	transition: .3s;
	font-weight: 700;
	border: 1px solid #ff705f;
	margin: 0 0 0 30px;
	font-size: 12px;
	letter-spacing: 1px;
}

.floting-strip .strip-btn a {
	background-color: transparent;
	color: #ff705f !important;
	padding: 12px 10px !important;
	border-radius: 5px;
	transition: .3s;
	font-weight: 700;
	border: 1px solid #ff705f;
	margin: 0 0 0 30px;
	font-size: 12px;
	letter-spacing: 1px;
}

.table-of-content {
	margin: 0 0 0px;
	position: sticky;
	top: 80px;
	margin-bottom: 20px;
	border-left: 1px solid #e7e7e7;
	overflow-y: auto;
	max-height: 100vh;
}

.want-more-traffic {
	padding: 30px 15px 40px;
	border: 1px solid #e4e8ed;
	margin: 0 0 0 20px !important;
	background: #fbfcfd;
}

.want-more-traffic .inner-more-traffic .more-traffic-content {
	margin: 0 auto;
	max-width: 250px;
}

.want-more-traffic .inner-more-traffic .more-traffic-content h3 {
	font-size: 36px;
	font-weight: 300 !important;
	font-family: "Poppins";
	line-height: 38px;
	color: #393939;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0px 0 0;
}

.want-more-traffic .inner-more-traffic .more-traffic-content p {
	text-align: center !important;
	font-size: 14px !important;
	font-family: "Open Sans", Sans-serif !important;
	line-height: 27px !important;
	margin: 24px 0;
	color: #666 !important;
}

.about-auther {
	margin: 0 0 40px 20px;
	border: 1px solid #e4e8ed;
	background: #fbfcfd;
}

.auther-about-content {
	padding: 0 20px;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content h3 {
	font-size: 26px;
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	line-height: 40px;
	margin: 15px 0 15px;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content p {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 15px;
}

.social-connection {
	margin: 0 0 40px 20px;
	border: 1px solid #e4e8ed;
	background: #fbfcfd;
}

.inner-social-connection .social-connection-title {
	padding: 0 20px;
	border-bottom: 1px solid #e4e8ed;
}

.connection-social-icons {
	padding: 20px;
}

.inner-social-connection ul {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}

.search-bar {
	margin: 0 0 0 20px;
}

.search-bar .inner-search .search {
	position: relative;
}

.demo {
	padding: 0;
	min-height: 280px;
	border: 1px solid #e4e8ed;
	margin: 40px 0 40px 20px;
	background: #fbfcfd;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.tab-content {
	padding: 10px;
}

.tabs-side .demo ul li.active {
	border-bottom: 3px solid #ff705f;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content ul li {
	color: #000;
	font-family: "Poppins", Sans-serif;
	position: relative;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content ul li::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #fe715e;
	position: absolute;
	top: 15px;
	left: -30px;
	margin-top: -4px;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content ul li {
	color: #3a444f;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 36px;
}

.tabs-side .demo ul li {
	padding: 15px 15px !important;
	margin: 0 14px;
}

.tabs-side .demo .tab-content ul {
	margin: 10px 0 !important;
}

.tabs-side .demo .tab-content ul li {
	margin: 0;
	padding: 0 25px !important;
	position: relative;
}

.tabs-side .demo .tab-content ul li a {
	color: #ff705f;
}

.tabs-side .demo .tab-content ul li::after {
	content: "";
	background: #ffead6;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 16px;
	left: 8px;
}

.tabs-side .demo ul li a {
	color: #000;
	font-size: 15px;
}

.hero-title h3 {
	padding: 0;
	margin: 0 0 19px;
	color: #3a444f;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: "Poppins";
}

section.buy-guest-posts {
	border-bottom: 1px solid #dfe3e8;
	padding: 60px 0 60px 0;
	margin-bottom: 15px;
}

section.buy-guest-posts .inner-hero-section {
	text-align: center;
	margin: 0 110px;
	padding: 0;
}

form.m-traffic-form {
	position: relative;
}

form.m-traffic-form input[type="text"] {
	width: 100%;
	border: 1px solid #e4e8ed;
	padding: 10px 110px 10px 10px;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	outline: none;
}

form.m-traffic-form input[type="submit"] {
	background: #ff5932;
	color: #fff;
	outline: none;
	border: none;
	padding: 9px 18px;
	position: absolute;
	right: 0;
}

.want-more-traffic .inner-more-traffic .more-traffic-content h3 {
	font-size: 36px;
	font-weight: 300 !important;
	font-family: "Poppins";
	line-height: 38px;
	color: #393939;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0px 0 0;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content ul {
	padding: 0 0 0 35px;
	list-style: none;
}

section.buy-guest-posts-content .buy-guest-posts-inner-content ul li {
	color: #000;
	font-family: "Poppins", Sans-serif;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	line-height: 36px;
}

.floting-strip .strip-img img {
	position: absolute;
	top: -114px;
}

.floting-strip .strip-img {
	width: 170px;
	height: 100%;
	position: relative;
}

.floting-strip .inner-floting-strip {
	background: #f4f6f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	position: relative;
}

.floting-strip .strip-img {
	width: 170px;
	height: 100%;
	position: relative;
}

.floting-strip .strip-img img {
	position: absolute;
	top: -114px;
	width: 100%;
}

.connection-social-icons ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ff705f;
	line-height: 30px;
	font-size: 20px;
	width: 35px;
	height: 35px;
	text-align: center;
	border: 1px solid #ff705f;
	border-radius: 50%;
	margin: 0 8px 0 0;
	transition: .3s;
}

.connection-social-icons ul li a:hover {
	background-color: #ff705f;
	color: #fff;
	transition: .3s;
}

.connection-social-icons ul li {
	display: inline;
}

input.searchTerm {
	width: 100%;
	padding: 12px 12px;
	font-size: 14px;
	border: 1px solid #e4e8ed;
	outline: none;
}

.search-bar .inner-search .search button.searchButton {
	position: absolute;
	right: 0;
	padding: 12px 20px;
	outline: none;
	border: none;
	background: no-repeat;
	font-size: 20px;
	color: #ccc;
}

.getbtn {
	background: #ff5932;
	color: #fff;
	outline: none;
	border: none;
	padding: 9px 18px;
	width: 130px;
	display: inherit;
	text-align: center;
	margin: 0 auto;
}

.editorcontent-date span {
	line-height: 24px !important;
	font-size: 13px !important;
	color: #666 !important;
	font-style: italic;
}

.editorcontent p, .editorcontent li {
	color: #000 !important;
	font-family: "Poppins", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 34px !important;
	margin: 0 0 25px !important;
}

.editorcontent a {
	color: #ff5932;
}

.editorcontent a:hover {
	text-decoration: underline;
}

a.getbtn:hover {
	color: #fff;
}

.want-more-traffic .inner-more-traffic .more-traffic-content h3 span {
	font-weight: 600;
}

.header .navbar .navbar-nav .dropdown-menu {
	border-radius: 0 !important;
	width: 220px !important;
	top: 35px !important;
	padding: 5px 0 !important;
}

.tabs-side .demo ul {
	padding: 0 !important;
}

.narrow-sidebar .tabs-side .demo .tab-content ul li::before {
	content: none;
}

.narrow-sidebar .tabs-side .demo ul li::before {
	content: none;
}

.inner-social-connection ul li::before {
	content: none !important;
}

/* ==== New Blog Page CSS Start ==== */
.blog-filter-sec {
	margin: 0 0 30px;
	background-color: #fff;
	box-shadow: 0 0 8px #ccc;
	border-radius: 8px;
}

.inner-filter {
	display: flex;
	align-items: center;
}

.filter-title {
	padding: 25px;
	width: 24%;
}

.filter-title h4 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	font-family: "Poppins", Sans-serif;
	margin: 0;
	color: #ff705f;
}

.filter-list {
	padding: 14px 0;
	border-left: 1px solid #ccc;
}

.filter-list ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

.filter-list ul li {
	display: inline-block;
	width: auto;
	text-align: center;
}

.filter-list ul li a {
	font-size: 14px;
	font-weight: 600;
	font-family: "Poppins", Sans-serif;
	color: #000;
	text-transform: capitalize;
	border: 1px solid transparent;
	padding: 4px 12px;
	border-radius: 6px;
	transition: .3s;
}

.filter-list ul .active a {
	color: #fff;
	background-color: #ff705f;
	border: 1px solid #ff705f;
	transition: .3s;
}

.blog-post-tag {
	width: auto;
	display: inline;
	margin-right: 10px;
	display: none;
}

.editorcontent {
	padding: 0 45px 0 0;
}

/* ==== New Blog Page CSS End ==== */
.header .navbar .navbar-nav {
	align-items: center;
}

.header .navbar .navbar-nav .dropdown-menu li a {
	font-size: 13px;
	margin: 0 !important;
	padding: 4px 10px;
	width: 100%;
	display: block;
}

.inner-consultation-form {
	padding: 25px 20px 20px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
}

.inner-consultation-form .consultation-form .form-group {
	margin: 0 0 15px;
}

.inner-consultation-form .consultation-form .form-group label {
	font-size: 14px;
	font-weight: 600;
}

.inner-consultation-form .consultation-form .form-group input, .inner-consultation-form .consultation-form .form-group select {
	padding: 5px 15px;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	outline: none;
}

.form-select:focus {
	border-color: #ced4da !important;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0) !important;
}

.consultation-submit-btn {
	margin: 15px 0 0;
}

.consultation-submit-btn button, .consultation-submit-btn .submit-button {
	background: #ff5932;
	color: #fff;
	outline: none;
	border: none;
	padding: 8px 18px;
	display: inherit;
}

.down-up-arrow {
	display: none;
}

.footer-content p a {
	color: #fff;
	transition: .3s;
}

.footer-content p a:hover {
	color: #ff705f;
	transition: .3s;
}

/* Responsive css  */
@media only screen and (max-width: 1439px) {
	.filter-title {
		width: 28%;
	}
	
	.filter-title h4 {
		font-size: 22px;
		line-height: 34px;
	}
	
	.filter-list ul li a {
		padding: 2px 10px;
	}
}

@media only screen and (max-width: 1400px) {
	.hero-sec .title h1 {
		padding: 0 340px !important;
	}
}

@media only screen and (max-width: 1399px) {
	.buy-guest-posts-content .container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1199px) {
	header.header .navbar .navbar-nav .nav-item a {
		font-size: 14px !important;
	}
	
	.hero-sec .title h1 {
		font-size: 35px !important;
		line-height: 45px !important;
		padding: 0 280px !important;
	}
	
	.social-icons ul li a {
		width: 35px;
		width: 35px;
		height: 35px;
		margin: 0 2px;
	}
	
	.head-top-btn a {
		padding: 3px 5px;
		margin: 0 2px;
		font-size: 13px;
	}
	
	.head-top-btn a {
		padding: 5px !important;
		font-size: 13px !important;
	}
	
	.hero-sec-form .form-group select {
		padding: 0 5px !important;
	}
	
	.title h2 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	
	.btf-sec .title {
		margin: 0 0 70px !important;
	}
	
	.fl-state .states ul, .fl-city .city ul {
		padding: 0 0 0 60px !important;
	}
	
	.fl-state .states ul li a, .fl-city .city ul li a {
		font-size: 16px !important;
	}
	
	.states ul li, .city ul li {
		width: 26% !important;
	}
	
	.top-blog-title h2 {
		font-size: 35px;
		line-height: 45px;
	}
	
	.top-blog-text p {
		margin: 0px 155px;
	}
	
	.blog-post-title a {
		font-size: 26px;
		line-height: 30px;
	}
	
	.inner-blog {
		margin: 0 !important;
	}
	
	.blog-pagination {
		margin: 50px 0 20px;
	}
	
	.hero-title h1 {
		font-size: 35px;
	}
	
	.editorcontent p, .editorcontent li {
		font-size: 16px !important;
		line-height: 30px !important;
	}
	
	.editorcontent h2 {
		line-height: 40px !important;
		margin: 30px 0 20px !important;
	}
	
	section.buy-guest-posts-content .buy-guest-posts-inner-content h3 {
		font-size: 22px;
		line-height: 34px;
		margin: 10px 0 10px;
	}
	
	.logo {
		width: 22% !important;
	}
	
	.filter-title h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.filter-title {
		width: 30%;
		padding: 18px;
	}
	
	.filter-list ul {
		margin: 0 0 0 20px;
	}
	
	.filter-list ul li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.head-top-btn {
		display: none;
	}
	
	.mobile-head-top-btn {
		display: block;
		padding: 0 8px;
	}
	
	.logo {
		width: 60% !important;
	}
	
	.mobile-head-top-btn a {
		padding: 5px 10px;
		font-size: 13px;
	}
	
	.header .navbar .navbar-nav li:first-child {
		margin: 20px 0 10px;
		padding: 0 14px 10px;
	}
	
	.header .navbar .navbar-nav li {
		margin: 0 0 10px;
		width: 100%;
		border-bottom: 1px solid #dfe3e8;
		padding: 0 14px 10px;
	}
	
	.header .navbar .navbar-nav li:last-child {
		border-bottom: none;
		padding: 0 14px 0;
	}
	
	.header .navbar .navbar-nav li ul li:first-child {
		margin: 10px 0 10px;
	}
	
	.hero-sec .title h1 {
		padding: 0 184px !important;
	}
	
	.hero-sec .title h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	section.hero-sec {
		padding: 70px 0 20px !important;
	}
	
	.btf-sec {
		padding: 30px 0 !important;
	}
	
	.title h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	.btf-sec .title {
		margin: 0 0 70px !important;
	}
	
	.btf-sec .card-title p {
		font-size: 16px !important;
	}
	
	.btf-sec .card {
		margin: 0 0 50px 0 !important;
	}
	
	.fl-state .states ul, .fl-city .city ul {
		padding: 0 !important;
	}
	
	.states ul li, .city ul li {
		width: 25% !important;
	}
	
	.inner-fl-state-content {
		padding: 40px 0 !important;
	}
	
	.fl-state .states ul li a {
		font-size: 14px !important;
	}
	
	.hero-sec-form {
		padding: 40px 15px !important;
	}
	
	.hero-sec-form .form-group input {
		font-size: 13px !important;
	}
	
	.form-btn button {
		font-size: 13px !important;
	}
	
	.fl-city {
		padding: 40px 0 !important;
	}
	
	.fl-city .city ul li a {
		font-size: 14px !important;
	}
	
	.blog {
		padding: 40px 0 !important;
	}
	
	.blog-title h4 a {
		font-size: 18px !important;
	}
	
	.footer-title p {
		font-size: 18px !important;
	}
	
	.footer-content ul li a {
		font-size: 12px !important;
	}
	
	.social-icons ul li a {
		width: 25px !important;
		height: 25px !important;
		margin: 0 0px !important;
	}
	
	.footer {
		padding: 40px 0 35px !important;
	}
	
	.copyright p {
		font-size: 12px !important;
	}
	
	.sub-footer-links ul li a {
		font-size: 12px !important;
	}
	
	.top-blog-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.top-blog-text p {
		margin: 0px 35px;
	}
	
	.blog-post-title a {
		font-size: 22px;
		line-height: 26px;
	}
	
	.top-blog-sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.hero-title h1 {
		font-size: 30px;
	}
	
	.editorcontent h2 {
		line-height: 30px !important;
	}
	
	section.buy-guest-posts-content .buy-guest-posts-inner-content h3 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.want-more-traffic .inner-more-traffic .more-traffic-content h3 {
		font-size: 28px;
	}
	
	.inner-social-connection .social-connection-title {
		padding: 0 15px;
	}
	
	.header .navbar .navbar-nav .dropdown-menu {
		width: 100% !important;
		border: none !important;
	}
	
	.editorcontent {
		padding: 0;
	}
	
	.header .navbar .navbar-nav {
		align-items: start;
	}
	
	.filter-title {
		width: 53%;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mobile-head-top-btn a {
		padding: 2px 8px;
		font-size: 13px;
	}
	
	.header .navbar .navbar-nav li:first-child {
		padding: 0 10px 10px;
	}
	
	.header .navbar .navbar-nav li {
		padding: 0 10px 10px;
	}
	
	.header .navbar .navbar-nav li:last-child {
		padding: 0 10px 0;
	}
	
	.hero-sec .title h1 {
		padding: 0 94px !important;
	}
	
	.hero-sec-form .form-group select {
		margin: 0 0 15px !important;
	}
	
	.title h2 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	
	.btf-sec .card-text p {
		min-height: inherit !important;
	}
	
	.btf-sec .title {
		margin: 0 0 60px !important;
	}
	
	.btf-sec .card {
		margin: 0 0 60px 0 !important;
	}
	
	.states ul li, .city ul li {
		width: 25% !important;
	}
	
	.states ul li, .city ul li {
		margin: 0 18px 0 18px !important;
		padding: 0 0 0 7px !important;
	}
	
	.social-icons {
		margin: 30px 0 0 !important;
	}
	
	.top-blog-text p {
		margin: 0;
		font-size: 16px;
	}
	
	.blog-post-text a {
		font-size: 14px;
	}
	
	.blog-post-title a {
		font-size: 20px;
		line-height: 24px;
	}
	
	.blog-img {
		margin: 0 0 15px;
	}
	
	.buy-guest-posts-inner-content {
		padding: 0;
	}
	
	.narrow-sidebar {
		position: inherit;
		width: 100%;
		margin: 0 0 30px;
	}
	
	.about-auther {
		margin: 30px 0 40px 0;
	}
	
	.social-connection {
		margin: 0 0 40px 0;
	}
	
	.search-bar {
		margin: 0;
	}
	
	.demo {
		margin: 40px 0 40px 0;
	}
	
	.want-more-traffic {
		margin: 0 !important;
	}
	
	section.buy-guest-posts .inner-hero-section {
		margin: 0 0;
	}
	
	.search-bar .inner-search .search button.searchButton {
		padding: 8px 28px;
	}
	
	section.buy-guest-posts-content .buy-guest-posts-inner-content ul li::before {
		top: 10px !important;
		left: -22px !important;
		margin-top: 0 !important;
	}
	
	section.buy-guest-posts {
		margin-bottom: 0;
	}
	
	.editorcontent-date {
		margin: 0 0 10px 0;
	}
	
	.inner-consultation-form {
		padding: 25px 0 20px;
	}
	
	.inner-filter {
		display: block;
	}
	
	.filter-list {
		border-left: 0;
	}
	
	.filter-title {
		width: 100%;
		padding: 15px;
		/* border-bottom: 1px solid #ccc; */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.blog-img img {
		width: 100%;
	}
	
	.filter-list {
		display: none;
	}
	
	.filter-list.show {
		display: block;
		border-top: 1px solid #ccc;
	}
	
	.filter-list ul li {
		width: 49%;
	}
	
	.filter-list ul {
		margin: 0 20px 0 20px;
	}
	
	.down-up-arrow {
		display: block;
	}
	
	.up-arrow {
		display: none;
	}
	
	.up-arrow.show {
		display: block;
	}
	
	.down-arrow.hide {
		display: none;
	}
	
	/* Hero New Style */
	.inner-hero-banner-page img {
		width: 80%;
		margin: 0 auto;
	}
	
	.inner-hero-banner-page .head-img-sec {
		text-align: center;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.header .navbar .navbar-nav li:first-child {
		padding: 0 8px 10px;
	}
	
	.header .navbar .navbar-nav li {
		padding: 0 8px 10px;
	}
	
	.header .navbar .navbar-nav li:last-child {
		padding: 0 8px 0;
	}
	
	.hero-sec .title h1 {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	
	.states ul li, .city ul li {
		width: 33% !important;
		margin: 0 !important;
		padding: 0 0 0 30px !important;
	}
	
	.top-blog-title h2 {
		font-size: 25px;
		line-height: 35px;
	}
	
	.hero-title h1 {
		font-size: 25px;
	}
	
	section.buy-guest-posts-content .buy-guest-posts-inner-content ul li::before {
		top: 10px !important;
		left: -20px !important;
		width: 5px !important;
		height: 5px !important;
	}
	
	a.navbar-brand {
		margin: 0;
	}
	
	button.navbar-toggler {
		padding: 0 10px 0 0;
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.header .navbar .navbar-nav li:first-child {
		padding: 0 6px 10px;
	}
	
	.header .navbar .navbar-nav li {
		padding: 0 6px 10px;
	}
	
	.header .navbar .navbar-nav li:last-child {
		padding: 0 6px 0;
	}
	
	.hero-sec .title h1 {
		padding: 0 36px !important;
	}
	
	.states ul li, .city ul li {
		width: 50% !important;
		padding: 0 0 0 30px !important;
	}
	
	.blog-pagination {
		margin: 20px 0 20px;
	}
	
	.blog-pagination a {
		margin: 0 15px;
	}
	
	section.buy-guest-posts-content .buy-guest-posts-inner-content ul li::before {
		top: 10px !important;
		left: -19px !important;
	}
	
	.filter-list ul {
		overflow-x: auto;
		height: 206px;
	}
	
	.filter-list ul li {
		width: 100%;
		text-align: start;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px;
	}
	
	.filter-list ul li.active {
		padding: 0;
	}
}

@media only screen and (max-width: 360px) {
	.footer-title p {
		font-size: 15px !important;
	}
	
	.hero-sec .title h1 {
		padding: 0 25px !important;
		font-size: 22px !important;
		line-height: 30px !important;
	}
	
	.title h2 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	
	section.hero-sec {
		padding: 40px 0 50px !important;
	}
	
	.hero-sec-form {
		margin: 40px auto 0 !important;
	}
	
	.btf-sec {
		padding: 30px 0 0 !important;
	}
	
	.states ul li, .city ul li {
		padding: 0 0 0 15px !important;
	}
	
	.top-blog-title h2 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.top-blog-text p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.top-blog-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.blog-post-title a {
		font-size: 18px;
		line-height: 20px;
	}
	
	.blog-pagination a {
		margin: 0 10px;
		font-size: 14px;
		line-height: 15px;
	}
	
	.hero-title h1 {
		font-size: 22px;
	}
	
	.editorcontent h2 {
		line-height: 25px !important;
	}
}

/* Hero new Section Styles */
.hero-banner-page-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e8;
	padding: 60px 0;
}

.hero-banner-page-section .create-free-account .login-getstarted a.get-started {
	font-size: 14px;
	color: #fe715e;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fe715e;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-family: "Poppins";
	padding: 10px 25px;
	margin: 0 0 0 10px;
	transition: .3s;
}

.hero-banner-page-section .create-free-account .login-getstarted a.login {
	font-size: 14px;
	color: #fff;
	background-color: #fe715e;
	border: 1px solid #fe715e;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-family: "Poppins";
	padding: 10px 25px;
	margin: 0 0 0 10px;
	transition: .3s;
}

.hero-banner-page-section .create-free-account .login-getstarted a.login:hover {
	color: #fe715e;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fe715e;
	transition: .3s;
}

.hero-banner-page-section .create-free-account .login-getstarted a:first-child {
	margin: 0;
}

.hero-banner-page-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins";
	margin: 0 0 60px;
}

.hero-banner-page-content h1 {
	color: #000;
	font-size: 55px;
	line-height: 60px;
	font-weight: 700;
	font-family: "Poppins";
	margin: 0 0 30px;
}

.hero-banner-page-content h4 {
	color: #000;
	font-size: 23px;
}

.hero-banner-page-content p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}

@media only screen and (max-width:1365px) {
	.buy-guest-posts-content .contact-us-list li .c-left-title {
		width: 64%;
	}
	
	.hero-banner-page-content h1 {
		font-size: 30px;
		line-height: 45px;
	}
	
	.hero-banner-page-content h4 {
		font-size: 20px;
	}
	
	.pricing-module-top-content .pricing-module-head h3 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	
	.pricing-module-top-content .pricing-module-head p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.pricing-module-top-content .pricing-module-head p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.pricing-module-bottom-content .pricing-module-foot .price {
		font-size: 22px !important;
		line-height: 35px !important;
	}
	
	.pricing-module-top-content .single-package h3 {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	
	.custome-plan-text p {
		font-size: 14px !important;
	}
	
	.buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3 {
		width: 50%;
		padding: 0 15px;
	}
	
	.buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3:nth-child(3), .buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3:nth-child(4) {
		padding-top: 60px;
	}
	
	.buy-guest-posts-content .new-pricing-module .pricing-module-tag {
		top: 45px !important;
		right: 14px !important;
	}
	
	.buy-guest-posts-content .pricing-module-sec.new-pricing-module {
		padding-bottom: 40px;
	}
}

/* Learning Page Styles */
.learning-banner-page-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin: 40px 0 60px;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e8;
	padding: 60px 0;
}

.leaning-banner-page-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins";
	margin: 0 0 60px;
}

.learning_sub_title {
	font-size: 32px;
	font-weight: 600;
	font-family: "Poppins";
	margin-top: 20px;
	margin-bottom: 20px;
}

.emphasis {
	font-size: 12px;
	font-weight: 600;
	font-family: "Poppins";
	color: #ff540b;
}

.create-free-form {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 1096px 307px 0px rgba(0, 0, 0, 0), 0px 701px 280px 0px rgba(0, 0, 0, .01), 0px 394px 237px 0px rgba(0, 0, 0, .03), 0px 175px 175px 0px rgba(0, 0, 0, .04), 0px 44px 96px 0px rgba(0, 0, 0, .05);
	max-width: 680px;
	padding: 50px;
}

.form-action-text {
	color: #333f55;
	font-size: 20px;
	line-height: 1.5em;
}

.input-box {
	height: 60px;
	width: 100%;
}

.submit-btn-head button {
	border: 1px solid #ff705f !important;
	color: #fff;
	background-color: #ff705f;
	padding: 10px;
	margin: 0 2px;
	font-size: 14px;
	border-radius: 3px;
	transition: .3s;
	width: 100%;
	display: block !important;
	text-align: center;
	font-weight: 600;
}

/* Audit Section Style */
.uppercut-audit-section {
	max-width: 900px;
	line-height: 1.8;
	color: #333;
}

.uppercut-audit-section h2, .uppercut-audit-section h3, .uppercut-audit-section h4 {
	margin-top: .6em;
	color: #111;
}

.uppercut-audit-section ul {
	padding-left: 20px;
}

.uppercut-audit-section li {
	margin-bottom: 8px;
}

.uppercut-audit-section blockquote {
	border-left: 4px solid #fe715e;
	padding-left: 16px;
	color: #555;
	font-style: italic;
	margin: 1.5em 0;
}

.uppercut-audit-section .audit-btn {
	display: inline-block;
	background-color: #fe715e;
	color: #fff !important;
	padding: 12px 24px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none;
	transition: all .3s ease;
}

.uppercut-audit-section .audit-btn:hover {
	background-color: #fe715e;
}

/* New Landing Page CSS */
.landing-hero-banner-page-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e8;
	padding: 80px 0;
}

.injury-lawyers-audit-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff;
	padding: 20px 0;
}

.seo-services-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e8;
	padding: 20px 0;
}

.why-injury-lawyers-invest-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #dfe3e8;
	padding: 20px 0;
}

.guarenteed-seo-audit-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-color: #0d3b5d;
	border-bottom: 1px solid #dfe3e8;
	padding: 60px 0;
	margin-top: 20px;
}

.guarenteed-seo-audit-content .inner-content {
	color: #fff;
	align-items: center;
	text-align: center;
}

.landing-tabs-side .demo {
	padding: 0;
	border: 1px solid #e4e8ed;
	min-height: 100px;
	margin: 40px 0 40px 20px;
	background: #fbfcfd;
}

.seo-services__card {
	background-color: #fff;
	border-radius: 14px;
	padding: 25px 20px;
	text-align: left;
	border: 1px solid #eaeaea;
	transition: all .3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
}

.seo-services__card:hover {
	background-color: #fff7f3;
	border-color: #ffd6c6;
	transform: translateY(-4px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
}

.seo-services__icon {
	width: 55px;
	height: 55px;
	margin: 0 auto 16px auto;
	/* ✅ centers horizontally */
	object-fit: contain;
	display: block;
}

.seo-services__card-title {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 14px;
	line-height: 1.4;
	text-align: center;
}

.seo-services__card-text {
	font-size: 13px;
	color: #333;
	line-height: 1.6;
	flex-grow: 1;
	padding-right: 6px;
	text-align: left;
}

.seo-services__card-text::-webkit-scrollbar {
	width: 6px;
}

.seo-services__card-text::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 6px;
}

.seo-services__card-text::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}

.seo-services__card a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 767px) {
	.seo-services__card {
		padding: 20px 15px;
	}
	
	.seo-services__card-text {
		font-size: 12.5px;
	}
}

.landing-hero-banner-page-section .inner-hero-banner-page {
	display: flex;
	flex-direction: column;
	/* stack all elements vertically */
	align-items: center;
	/* center horizontally */
	justify-content: center;
	/* center vertically */
	text-align: center;
}

.landing-hero-banner-page-section .landing-hero-banner-page-content, .landing-hero-banner-page-section .head-img-sec {
	width: 100%;
	max-width: 800px;
}

.landing-hero-banner-page-section .create-free-account .login-getstarted a.get-started {
	font-size: 14px;
	color: #fe715e;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fe715e;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-family: "Poppins";
	padding: 10px 25px;
	margin: 0 0 0 10px;
	transition: .3s;
}

.landing-hero-banner-page-section .create-free-account .login-getstarted a.login {
	font-size: 14px;
	color: #fff;
	background-color: #fe715e;
	border: 1px solid #fe715e;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-family: "Poppins";
	padding: 10px 25px;
	margin: 0 0 0 10px;
	transition: .3s;
}

.landing-hero-banner-page-section .create-free-account .login-getstarted a.login:hover {
	color: #fe715e;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #fe715e;
	transition: .3s;
}

.landing-hero-banner-page-section .create-free-account .login-getstarted a:first-child {
	margin: 0;
}

.landing-hero-banner-page-content h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins";
	margin: 0 0 20px;
}

.landing-hero-banner-page-content h1 {
	color: #000;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	font-family: "Poppins";
}

.head-img-sec h1 {
	color: #000;
	font-size: 36px;
	line-height: 60px;
	font-weight: 700;
	font-family: "Poppins";
}

.landing-hero-banner-page-content h4 {
	color: #000;
	font-size: 23px;
}

.landing-hero-banner-page-content .emphasis {
	color: #000;
	font-size: 16px;
	margin: 0 0 20px;
}

@media only screen and (max-width:1365px) {
	.buy-guest-posts-content .contact-us-list li .c-left-title {
		width: 64%;
	}
	
	.hero-banner-page-content h1 {
		font-size: 30px;
		line-height: 45px;
	}
	
	.hero-banner-page-content h4 {
		font-size: 20px;
	}
	
	.pricing-module-top-content .pricing-module-head h3 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	
	.pricing-module-top-content .pricing-module-head p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.pricing-module-top-content .pricing-module-head p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.pricing-module-bottom-content .pricing-module-foot .price {
		font-size: 22px !important;
		line-height: 35px !important;
	}
	
	.pricing-module-top-content .single-package h3 {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	
	.custome-plan-text p {
		font-size: 14px !important;
	}
	
	.buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3 {
		width: 50%;
		padding: 0 15px;
	}
	
	.buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3:nth-child(3), .buy-guest-posts-inner-content .new-pricing-module .pricing-module-boxes .pricing-module-outer .col-xl-3:nth-child(4) {
		padding-top: 60px;
	}
	
	.buy-guest-posts-content .new-pricing-module .pricing-module-tag {
		top: 45px !important;
		right: 14px !important;
	}
	
	.buy-guest-posts-content .pricing-module-sec.new-pricing-module {
		padding-bottom: 40px;
	}
}

.why-choose-us {
	padding: 60px 0;
	background-color: #fff;
}

.why-choose-us__header {
	text-align: center;
	margin-bottom: 48px;
}

.why-choose-us__subtitle {
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 13.5px;
}

.why-choose-us__title {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	line-height: 48px;
}

@media only screen and (max-width: 1439px) {
	.industries__title, .seo-services__title, .why-choose-us__title {
		font-size: 32px;
		line-height: 45px;
	}
	
	.why-choose-us__image-wrapper {
		flex: 1 1 30%;
	}
	
	.why-choose-us__content {
		gap: 40px;
	}
}

.why-choose-us__description {
	font-size: 16px;
	color: #000;
	max-width: 1090px;
	margin: 0 auto;
	line-height: 24px;
	font-weight: 400;
}

.why-choose-us__content {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	align-items: center;
}

.why-choose-us__image-wrapper {
	flex: 1 1 40%;
	position: relative;
}

.why-choose-us__image {
	width: 100%;
	height: auto;
	display: block;
}

.why-choose-us__logo-overlay {
	position: absolute;
	bottom: 40px;
	left: 80%;
	transform: translate(-50%, 50%);
	background-color: #f6f8f9;
	border-radius: 50%;
	width: 123px;
	height: 123px;
	text-align: center;
	line-height: 105px;
	border: 5px solid #fff;
	padding-left: 3px;
}

.why-choose-us__cards {
	flex: 1 1 45%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.why-choose-us__card {
	background-color: #f7f9f9;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .03);
}

.why-choose-us__card-icon {
	margin-bottom: 15px;
	background-color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50px;
	text-align: center;
	padding: 9px 0;
}

.why-choose-us__card-icon img {
	width: 19px;
}

.why-choose-us__card-title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
	line-height: 20px;
}

.why-choose-us__card-text {
	font-size: 13px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

/* Make <ul> clean and styled */
.editorcontent ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 20px;
}

/* Style each list item with icon */
.editorcontent .verify-item {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

/* Add custom verify.webp icon */
.editorcontent .verify-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background-image: url("https://cdn-iledjlb.nitrocdn.com/vtiAXRrLIFIEJCNfwuNbrrnyCdQJnAEo/assets/images/optimized/rev-5487ff3/uppercutseo.com/wp-content/themes/uppercutseo/images/verify.webp");
	background-size: contain;
	background-repeat: no-repeat;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.editorcontent .verify-item {
		font-size: 13.5px;
		padding-left: 30px;
	}
}

/* Container */
.ready-to-work-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home-bg-content-image {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.faq-image-container {
		display: none !important;
	}
}
