/* =========Typography Start======== 

font-family: 'DM Sans', sans-serif;

*/


body,
h1,
h2,
h3,
h4,
h5,
p,
h6,
button,
a,
ul,
li,
input,
table,
span {
	margin: 0;
	padding: 0;
	color: #2B2B3A;
	font-family: 'DM Sans', sans-serif;
}

body {
	background: #F3FBFF;
	min-width: 360px;
}


ul li {
	list-style: none !important;
}

a {
	text-decoration: none;
	cursor: pointer;
}


button {
	cursor: pointer;
}

.container {
	/* width: 85%; */
	max-width: 1140px;
	margin: 0px auto;
}

img {
	width: auto;
	height: auto;
}

.rating {
	padding-left: 7px;
	display: inline-flex;
}

.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

/* =========Typography End======== */


/* ===============Menu Section Start===============  */
.menu-section {
	background: #FFFFFF;
	padding: 8px 0px;
	position: relative;
	z-index: 2;
}

.menubar {
	display: none;
}

.menu {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 2fr);
	gap: 1rem;
}

.menu .logo a {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}

.logo a .logoSpan2 {
	color: #000000 !important;
}

.logo a span {
	margin-left: 10px;
	color: #6D6D6D;
}

.header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	overflow: hidden;
	width: 100%;
}

.header-menu ul li {
	display: inline-block;
}

.header-menu ul li a {
	display: inline-block;
	padding: 5px 15px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	color: #2B2B3A;
}

.header-menu ul li a:hover {
	color: #FF8718;
}

.header-menu ul li .menuContact {
	background: #DCE2FF;
	border-radius: 30px;
	padding: 16px 24px;
	text-align: center;
}


.header-menu ul li .Reviews_menu {
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	background: #fff;
}


.header-menu ul li:hover .Reviews_menu {
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	background: #e8e8e9;
}


/* =============Menu Section End ============= */

/* =============Dropdown Menu Start ============= */
.dropdown-main-sec {
	background: linear-gradient(180deg, #FFFFFF 0%, #E5F0F5 100%);

	position: absolute;
	left: 0;
	right: 0;
	top: 64px;
	padding-bottom: 50px;
	padding-top: 40px;
	border-radius: 10px;
	width: 100%;
	z-index: 1;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 45px 45px;
	overflow: hidden;

}

.dropdown-menu {
	display: flex;
	gap: 50px 70px;
}

.header-menu .dropMain:hover .dropdown-main-sec {
	visibility: visible;
}

.drop-menu ul {
	display: block;
	text-align: left;
}

.drop-menu ul li a {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
}

.dropdown-menu .dropBtn a {
	width: 152px;
	height: 48px;
	line-height: 48px;
	background: #8797EC;
	border-radius: 30px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	color: white;
	margin-top: 19px;

}

.dropdown-menu .dropBtn a:hover {
	color: #fff;
}


/* Drop Paper Section  */
.drop-item {
	background: #fce7d1;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 10px 15px;
	padding: 10px;
	margin-bottom: 15px;
	padding-right: 24px;
}

.drop-paper .drop-paper-logo {
	width: 20%;
}

.drop-paper .drop-paper-logo img {
	width: 96px;
	height: 80px;
	border-radius: 18px;
}

.drop-paper .drop-paper-content {
	width: 54%;
}

.drop-paper .drop-paper-btn {
	width: 15%;
	text-align: right;
}

.drop-paper .drop-paper-btn a {
	color: #fff !important;
	text-align: center;
	background: #FF8718;
	border-radius: 30px;
	width: 88px;
	height: 48px !important;
	display: block !important;
	padding: 0 !important;
	line-height: 48px !important;
}


.drop-paper-logo h2 {
	height: 30px;
	color: white;
	text-align: center;
	width: 30px;
	background: #262A3C;
	border-radius: 18px;
	padding: 20px;
}

.drop-paper-btn a {
	height: 30px;
	color: #E3531E !important;
	text-align: center;
	background: #262A3C;
	border-radius: 18px;
	padding: 15px 20px;
}

.drop-paper-content p {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}

.drop-paper-content h3 {
	color: #172CB0;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}


.drop-paper-content p span:first-child {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #6B6B7D;
	padding-right: 5px;
}

.drop-paper-content p span:nth-child(3) {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #6B6B7D;
	padding: 0px 5px;
}

.drop-paper-content p span:nth-child(2) {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}

.drop-paper-content p span:last-child {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.dropdown-main-sec .drop-paper-content {
	text-align: left;
}

/* =============Dropdown Menu End ============= */

/* =============Hero Section Start=============  */
.hero-section {
	background-image: url(../images/intro.svg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 680px;
	border-radius: 0px 0px 30px 30px;
	overflow: hidden;
	position: static;
	z-index: -1;
}

.hero-section:hover {
	position: relative;
	z-index: 999999;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 130px;
}

.hero-content h1 {
	font-family: 'Epilogue', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 72px;
	color: #2B2B3A;
}

.hero-content h1 span {
	font-weight: 700;
	color: #2B2B3A;
}

.hero-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #6B6B7D;
	padding: 10px;
}

.hero-thubnail {
	position: relative;
}

.hero-thub2 {
	position: relative;
}

.hero-thub2 img {
	width: 432px;
}

.hero-thubnail .hero-thub1 {
	position: absolute;
	width: 59px;
	height: 61px;
	left: -82px;
	top: -20px;
}

.hero-thubnail .hero-thub3 {
	position: absolute;
	width: 38px;
	height: 36px;
	left: 186px;
	top: 315px;
}

.hero-button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 30px;
	gap: 14px;
}

.hero-button .btn1 {
	background: #FF8718;
	border-radius: 30px;
	cursor: pointer;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 16px;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.hero-button .btn1 span {
	margin-left: 10px;
}

.hero-button .btn2 {
	align-items: center;
	background: #8797EC;
	border-radius: 30px;
	cursor: pointer;
	font-style: normal;
	text-transform: capitalize;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 16px;
	font-size: 16px;
	line-height: 16px;
	display: flex;
	align-items: center;
	color: #FF8718;
	transition: all 0.5s ease-in-out;
}

.hero-button .btn2 .checkBtn {
	color: #FF8718 !important;
}

.hero-button .btn1 .checkBtn,
.hero-button .btn2 .checkBtn {
	display: block;
	color: #FFFFFF;
	margin-right: 5px;
}

.hero-button .btn1:hover {
	background: #000000;
}

.hero-button .btn2:hover {
	background: #fff;
}

.hero-button .btn2 span {
	margin-left: 10px;
}

.banner-heading svg {
	color: #8797EC;
	height: 25px;
	width: 25px;
}

.banner-heading {
	font-size: 20px;
	color: #fff;
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.banner-heading .fa-solid {
	display: inline-block;
	font-size: 10px;
	color: #6B6B7D;
}

.banner-heading a {
	display: inline-block;
	font-size: 15px;
	color: #2B2B3A;
}

.banner-heading p {
	display: inline-block;
	font-size: 15px;
	color: #6B6B7D;
}

.arrow_right {
	position: relative;
	top: -1px;
}

/* ====================Hero Section End====================  */


/* ====================Extra code Start====================  */
.home-review-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
}

.home-review-title1 p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #2A2C33;
}


.home-review-title1 h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #2A2C33;
	padding-left: 10px;
}


.home-review-logo img {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: block;
}

.review-right-home2 {
	max-width: 850px;
}

.review-right-home1 {
	width: 275px;
}

.review1-home {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.home-top-review1 {
	padding: 15px 0px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: white;
}

.home-top-review1 {
	background: #FF8718 !important;
	color: #fff;
}

.title-re2 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 18px;
}

.title-re2 p i {
	color: #FF8718;
	font-size: 13px;
	position: relative;
	top: -2px;
}

.review-right-item-home8 {
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #eeeeee;
}

.review-right-item-home8 a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	width: 100%;
}

.review-right-item-home8 a:hover h4 {
	text-decoration: underline;
	color: #2B2B3A;
}

.review-right-item-home8 a:hover {
	background: #FFEAD3;
}

.review-right-item-home8 a:hover p {
	color: #2B2B3A;
}

.review-right-item-home8 a:hover span p {
	text-decoration: underline;
}


.review-right-item-home8:first-child {
	background: #000;
}

.review-right-item-home8:nth-child(2) {
	background: #FFEAD3;
}


.review-right-logo1 {
	border: 2px solid #FF8718;
}


/* ====================Extra code End====================  */


/* ====================Home Speedy section start====================  */
.home-speedy {
	/* background: #000; */
}

.home-speedy .speedy-list {
	background: #DDE8F2;
	padding: 10px 15px;
}

.home-speedy .speedy-list .list1 {
	padding: 10px 20px;
	border-right: 1px solid #d9dde4;
}

.home-speedy .speedy-list .list1:last-child {
	border-right: none;
}

.home-speedy .speedy-list .list1 p {
	margin-bottom: 0;
}

.home-speedy-main {
	display: flex;
	align-items: center;
	gap: 16px;
}

.sppedy-thub1 {
	background: #BCE9FE;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
}

.sppedy-thub1 img {
	position: relative;
	top: -3px;
}

.review-left-item2 h3 i {
	font-size: 16px;
	position: relative;
	top: -3px;
}

.speedy-rate {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #2B2B3A;
	padding-left: 12px;
}

.home-spddy-logo {}

.home-spddy-logo img {
	width: 120px;
	height: 48px;
	border-radius: 8px;
}

.home-spddy-logo h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 15px;
}

.spped-pra1 {
	padding-top: 15px;
	padding-bottom: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B3A;
}

.home-speedy-item:not(:first-child) {
	margin-top: 30px;
}

/* ====================Home Speedy section End====================  */


/* ====================Top Services Section Start====================  */
.table-service {
	margin-top: 24px;
	margin-bottom: 40px;
}

.table-service table {
	width: 100%;
}

.top-table-title h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 48px;
}

.top-table-title table {
	border-collapse: collapse;

}

.top-table-title table,
td {
	border: 1px solid transparent;
}

.top-table-title td {
	padding: 10px 27px;
}

.top-table-title .viewSite {
	background: #FF8718;
	border-radius: 30px;
	cursor: pointer;
	text-transform: capitalize;
	color: #fff !important;
	border: none;
}

.top-table-title .viewSite11 {
	background: #E3531E;
	border-radius: 30px;
	cursor: pointer;
	text-transform: capitalize;
	padding: 10 5px;
	text-align: center;
	color: white;
	border: none;
}

.top-table-title .viewSite2 {
	color: #8797EC;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	line-height: 16px;
	margin-top: 15px;
	background: transparent;
	cursor: pointer;
	border: none;
	/* margin-top: 17px; */
	/* text-align: center; */
}

.table-top-item2 .viewSite1 {
	color: #E3531E;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	background: transparent;
	cursor: pointer;
	border: none;
}

.table-top-item td h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 10px;
}

.home-table table th {
	border: 1px solid #ffffff57;
}


.discount-page .list-table td,
th {
	border: 1px solid #e9e9e9;
}

.discount-page .table1 td:first-child {
	border-right: none;
}

.discount-page .table1 td:last-child {
	border-right: none;
}

.discount-page table td {
	border-right: 1px solid #e9e9e9;
}


.table-top-item td h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.table-top-item2 td .rating i {
	color: #FFB018;
	font-size: 16px;
	position: relative;
	top: -5px;
	padding-right: 8px;
}

.table-top-item td .rating i {
	color: #FFB018;
	font-size: 16px;
	position: relative;
	top: -5px;
	padding-right: 8px;
}

.table-top-item td p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #6B6B7D;
}

.table-top-item td p:first-child {
	margin-bottom: 5px;
}


.table-top-item td p:nth-child(2) {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: black;
}


.table-top-item td p:last-child {
	color: black;
}


.Speedy_paperp1 {
	color: black !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	line-height: 32px !important;
	padding-bottom: 10px !important;
	margin: 0 !important;
}


.Speedy_paperp2 {
	color: black !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	line-height: 32px !important;
	display: inline-block !important;
	margin: 0 !important;
}

.ratingss {
	display: flex;
	align-items: center;

}

.ratings {
	padding-left: 7px;
}

.ratings i {
	color: #FF8718;
	font-size: 16px;
	position: relative;
	padding-right: 4px;
}

.fastLogos {
	padding: 8px !important;
}


.table-top-item {
	padding: 8px 0;
	background: #FFFFFF;
	border-radius: 30px;
	display: block;
	margin-top: 10px;
}

.table-top-item .fastLogo {
	text-transform: capitalize;
	width: 80px;
	height: 80px;
	margin: 0px auto;
	text-align: center;
	border-radius: 30px;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

.discount-page .table1 {
	border: 1px solid transparent;
}


.discount-page .top-table-title table {
	width: 100%;
}

.discount-page .table-top-item td h4 {
	display: inline-block;
}

.discount-page .top-table-title table .viewSite2 {
	margin-bottom: 13px;
	display: inline-block;
}

.discount-page .top-table-title table td:nth-child(1) {
	padding: 0;
	width: 10%;
}

.discount-page .top-table-title table td:nth-child(2) {
	padding: 10px;
	width: 30%;
}

.discount-page .top-table-title table td:nth-child(3) {
	width: 15%;
}

.discount-page .top-table-title table td:nth-child(4) {
	width: 20%;
	border-right: none;
}

.discount-page .top-table-title table td:nth-child(5) {
	width: 25%;
	text-align: center;
	padding: 10px;
	vertical-align: initial;
}

.discount-page .computer-table table {
	width: 100%;
}

.discount-page .review1 .service-discount {
	width: 100%;
	max-width: 100%;
}

.discount-page .review1 .review-left .title {
	display: flex;
	padding: 10px 15px;
	box-sizing: border-box;
}

.discount-page .review1 .review-left .title h4 {
	width: 80%;
	padding: 0;
	text-align: left;
}

.discount-page .review1 .review-left .title p {
	flex-shrink: 0;
	width: 25%;
	font-size: 17px;
}

.discount-page .review1 .review-left .title i {
	color: #FFB018;
}

.discount-page .review1 .review-left .discount-parcent p {
	font-size: 25px;
	color: #FF8718;
	text-align: center;
	font-weight: 500;
}


.single-discount-page .top-table-title table {
	width: 100%;
}

.single-discount-page .table-top-item td h4 {
	display: inline-block;
}

.single-discount-page .top-table-title table .viewSite2 {
	margin-bottom: 10px;
	display: inline-block;
}

.single-discount-page .top-table-title table td:nth-child(1) {
	padding: 0;
	width: 10%;
}

.single-discount-page .top-table-title table td:nth-child(2) {
	padding: 10px;
	width: 30%;
	border-right: 1px solid #e9e9e9;
}

.single-discount-page .top-table-title table td:nth-child(3) {
	width: 15%;
	border-right: 1px solid #e9e9e9;

}

.single-discount-page .top-table-title table td:nth-child(4) {
	width: 20%;

}

.single-discount-page .top-table-title table td:nth-child(5) {
	width: 25%;
	text-align: center;
	padding: 10px;
	vertical-align: initial;
}

.table-service tr td img {
	width: 120px;
	height: 96px;
	border-radius: 24px;
	vertical-align: middle;
}

.review1 .review-left table td img {
	width: 130px;
	height: 100%;
	border-radius: 24px;
}

.table-top-item2 .fastLogo2 {
	text-transform: capitalize;
	margin: 0px auto;
	text-align: center;
	border-radius: 24px;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

.table-top-item2 {
	padding: 8px 0;
	background: #CAEDFF;
	border-radius: 30px;
	display: block;
	color: white;
}

.table-top-item2 td h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #2B2B3A;
	line-height: 32px;
	padding-bottom: 10px;
	position: relative;
	top: -8px;
}

.table-top-item2 td h5 img {
	width: 28px;
	height: 28px;
	position: relative;
	top: -3px;
	left: 7px;
}

.table-top-item2 td h4 {
	font-style: normal;
	font-weight: 500;
	color: #2B2B3A;
	font-size: 24px;
	line-height: 32px;
}

.table-top-item2 td .rating i {
	color: #FFB018;
}

.table-top-itemp1 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #AFAFB6;
	padding-bottom: 6px;
}


.table-top-itemp2 {
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
}

.table-top-itemp3 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.td2 {
	position: relative;
	top: -8px;
}


/* ====================Top Services Section End====================  */


/* ====================SpeedyPaper Section Start====================  */
.speedy-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.review-rating-right2 {
	display: flex;
	align-items: center;
	gap: 2px;
}

.speedy-left h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
}


.speedy-left h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
}


.speed-para {
	padding: 20px 0;
}

.speed-para p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B3A;
}

.speedy-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	background: #EAEFF7;
	padding: 10px;
	border-radius: 20px;
}


.speedy-list .list1 h4 sub {
	color: #373749;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	bottom: 5px;
}

.speedy-right .review-leftBtn .review-leftBtn2 button {
	width: 158px;
}

.speedy-sec2 .speedy-list p {
	margin-bottom: 0;
}

.speedy-sec2 .speedy-list .list1 {
	padding: 10px 15px;
	border-left: 1px solid #d9dde4;
}

.speedy-sec2 .speedy-list .list1:first-child {
	border-left: none;
}

.review-rating-right2 p:last-child {
	color: #AFAFB6;
	font-size: 20px;
}

.review-rating-right2 p:nth-child(2) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right2 p:nth-child(3) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right2 p:nth-child(4) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right2 p:nth-child(5) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right2 p:nth-child(6) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right2 p:first-child {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 20px;
}

.apply-sec {
	margin-top: 50px;
}

.apply-item {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.apply-left h5 {
	height: 20px;
	width: 20px;
	background: #2B2B3A;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

/* ====================SpeedyPaper Section End====================  */


/* ====================computer Section Start====================  */
.computer-easy-services {
	margin-top: 30px;
}

.computer-easy-services .content {
	padding: 20px;
	max-width: 850px;
	margin: 0;
	background: white;
	padding: 40px 20px 50px 30px;
	overflow: hidden;
	border-radius: 30px;
}

.container3 {
	width: 853px;
	margin: 40px 0;
}


.computer-logo {
	position: relative;
}

.computer-title h3 {
	font-family: 'Epilogue', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.computer-logo img {
	position: relative;
	z-index: 3;
}

.computer-logo .com-shadow {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 15px;
	top: 0px;
	background: #f7f3d7;
	border-radius: 20px;
	/* z-index: -1; */
}

.computer-para {
	flex-wrap: wrap;
}

.computer-para p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-top: 30px;
}

.computer-boder hr {
	margin: 30px 0px;
	width: 200px;
	border-radius: 50px;
	border: 1px solid #8797EC;
}

/* computer Section End  */


/* =======================Choose Section Start=======================  */
.choose-section {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;

}

.about-thub {
	padding-right: 30px;
}

.choose-section .content {
	background-image: url('../images/bg_home.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	max-width: 850px;
	margin: 0;
	padding: 60px 20px 50px 35px;
	overflow: hidden;
	border-radius: 30px;
}

.choose-title {
	padding: 2px 29px;
	padding-bottom: 0;
}

.choose-main {
	padding: 0px 50px;
}

.choose-title h3 {
	color: white;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.choose-title p {
	color: #929ECC;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
}

.choose-item {
	display: flex;
	gap: 20px;
	margin-top: 20px;
}

.computer-table tbody a {
	color: #FF8718;
}

.choose-content h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

.choose-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #AFAFB6;
	padding-top: 10px;
}

.choose-thub {
	position: relative;
}

.choose-thub img {
	position: absolute;
	left: -22px;
	top: 18px;
}

.choose-thub .ser4 {
	position: absolute;
	/* background: red; */
	left: -1px;
	top: 9px;
}


.choose-thub .choose-reg {
	position: relative;
	width: 64px;
	height: 64px;
	left: 0px;
	top: 0px;
	background: #1B1B20;
	opacity: 0.5;
	border-radius: 20px;

}

.choose-thub .choose-digit {
	position: relative;
	left: 47px;
	top: -24px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #E3531E;
}

/* =======================Choose Section End=======================  */

/* =======================Table Section Start=======================  */

.computer-table {
	margin-bottom: 30px;
	border-radius: 10px;
}

.computer-table table {
	border-collapse: collapse;
}

.computer-table table,
th,
td {

	padding: 15px;
	font-weight: 500;
	font-size: 16px;
	font-family: 'DM Sans', sans-serif;
	color: #2A2C33;
}

.list-table {
	border: 1px solid #e2e2e2;
}

.computer-table th {
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	background: #8797EC;
	color: #FFFFFF;
	text-align: left;

}

.computer-table table td:last-child {
	font-weight: 500;
}

.computer-table .viewSite {
	color: #FF8718;
	cursor: pointer;
}

.spacial-table {
	background: #FFEAD3;
}

.table-title h3 {
	font-style: normal;
	font-weight: 500;
	padding: 20px;
	font-size: 32px;
	line-height: 40px;
	padding-left: 0px;
}

/* =======================Table Section End=======================  */


/* ====================computer Section Start====================  */

.computer {
	display: flex;
	align-items: center;
	gap: 50px;
}

.computer-logo {
	position: relative;
}

.computer-title h3 {
	font-family: 'Epilogue', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.computer-logo img {
	position: relative;
	z-index: 3;
	top: -10px;
}


.computer-para {
	flex-wrap: wrap;
}

.computer-para p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-top: 13px;
}

.computer-boder hr {
	margin: 30px 0px;
	width: 200px;
	border-radius: 50px;
	border: 1px solid #00a6f5;
}

/* computer Section End  */


/* =======================Paper Section Start=======================  */
.paper-section {
	margin: auto;
	border-radius: 30px;
	overflow: hidden;
	margin-top: 30px;
}

.paper-section .content {
	background-image: url('../images/bg_home.svg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	max-width: 850px;
	margin: 0;
	padding: 50px 20px;
	overflow: hidden;
	border-radius: 30px;
}

.paper-title {
	padding: 10px 50px;
}

.paper-main {
	padding: 0px 50px;
}

.paper-title h3 {
	color: white;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.paper-title p {
	color: #929ECC;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

.paper-item {
	display: flex;
	gap: 48px;
	margin-top: 30px;
}

.paper-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}

.paper-digit {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF8718;
	position: absolute;
	height: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	width: 30px;
	color: white;
	border-radius: 50%;
	z-index: 999;
}

/* =======================Paper Section End=======================  */

/* =======================Faq Section End=======================  */
.faq-sec {
	overflow: hidden;
}

.mb-10 {
	margin-bottom: 100px;
}

.faq-sec .content {
	margin: 0;
	padding: 20px 0px 50px;
	overflow: hidden;
	border-radius: 30px;
	padding-left: 0;
}


.faq-item {
	margin-top: 10px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 25px;
	overflow: hidden;
}

.faq-title h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}

.faq-title h2 {
	color: #2A2C33;
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}


.faq-item h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.faq-item p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

/* =======================Faq Section End=======================  */


/* =======================Footer Section Start=======================  */
.footer-sec {
	background: linear-gradient(0deg, #D7F2FF, #D7F2FF), linear-gradient(259.38deg, #D2F0FE 0.68%, #6BB6DA 99.61%);
	padding-bottom: 70px;
	padding-top: 15px;
}

.footer-item .logo a {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: white;
}

.footer-item .logo a span {
	margin-left: 10px;
	color: white;
}

.footer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	grid-column-gap: 30px;
	margin-top: 30px;
}

.footer-item1 h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #2B2B3A;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer-item2,
.footer-item3,
.footer-item4 ul {
	margin-top: 30px;
}

.footer-item2 h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: white;
	text-transform: capitalize;
}

.footer-item3 h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: white;
	text-transform: capitalize;
}

.footer-item p {
	color: #959595;
	line-height: 30px;
}

.footer-item2 ul li a {
	display: block;
	color: #2B2B3A;
	text-transform: capitalize;
	margin-top: 15px;
	transition: all 0.5s ease-in-out;
}

.footer-item3 ul li a {
	display: flex;
	color: #8797EC;
	text-transform: capitalize;
	margin-top: 15px;
	transition: all 0.5s ease-in-out;
}

.footer-item3 ul li a i {
	color: #8797EC !important;
}

.footer-item1 ul li a {
	display: block;
	color: #2B2B3A;
	text-transform: capitalize;
	margin-top: 15px;
	transition: all 0.5s ease-in-out;
}

.footer-item1 ul li a:hover,
.footer-item2 ul li a:hover,
.footer-item3 ul li a:hover {
	color: #FF8718;
}

.copyright {
	background: #8797EC;
	text-align: center;
	padding: 15px;
}

.copyright p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.copyright p a {
	color: #fff;
	transition: 0.2s all ease;
}

.copyright p a:hover {
	color: #FF8718;
}

.footer-sub {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.footer-item3 {
	padding: 20px;
}

.footer-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6B6B7D;
	padding: 15px;
	padding-left: 0;
}

.footer-clinet {
	background: #000000;
	border: 1px solid #8797EC;
	border-radius: 20px;
	padding: 10px 20px;
	margin: 10px;
}

.footer-clinet ul {
	display: flex;
	align-items: center;
}

.footer-clinet ul li {
	margin-right: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.footer-item3 span {
	width: 24px;
}

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

.footer-line {
	width: 100%;
	opacity: 0.1;
	border: 1px solid #6B6B7D;
	border-radius: 50px;
}

.footer-line2 {
	width: 100%;
	opacity: 0.1;
	border: 1px solid #6B6B7D;
	border-radius: 50px;
	display: none;
}

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-left-logo a {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.footer-left-logo a span {
	color: #000000;
	padding-left: 5px;
	font-weight: 700;
}


.footer-left-logo .logoSpan4 {
	text-align: center;
	color: #6B6B7D !important;
	padding-left: 5px;
	font-weight: 300;
}

.footer-right-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 50px;
}

.footer-right-menu ul li a {
	color: #2B2B3A;
	text-transform: capitalize;
}


.footer-right-menu ul li:last-child a {
	background: #8797EC;
	color: #fff;
	border-radius: 30px;
	width: 110px;
	height: 48px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
}

/* =======================Footer Section End=======================  */


/* End Review Section Start  */
.end-review {
	padding-bottom: 50px;
}

.end-review-item {
	display: flex;
	align-items: center;
	gap: 50px;
	background: white;
	border-radius: 30px;
	padding: 30px;
	margin-top: 10px;
}

.end-review-item .end-thub:first-child {
	border-right: 1px solid #D5E0EF;
	padding-right: 50px;
	margin-right: 10px;
}

.end-review-item .end-thub:last-child {
	position: relative;
	left: -28px;
}

.end-review-item .end-thub:last-child span {
	font-size: 32px;
}

.end-review-item .end-thub:last-child i {
	color: #FF8718 !important;
	font-size: 14px;
	position: relative;
	top: -6px;
}


.end-thub h5 {
	margin-top: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #2B2B3A
}

.end-thub h5 span {
	color: #6B6B7D;
	font-size: 16px;
	float: right;
	font-weight: 400;
}

.end-thub h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #6B6B7D;
}

.end-thub p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */


	/* Main text */

	color: #2B2B3A;
}

/* End Review Section End  */


/* ======================================================================================================== 
                               All Pages Desin Here
======================================================================================================== */


/* single-top-banner */

.single__top__banner1 {
	background-image: url('../images/bg8.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 384px;
	border-radius: 0px 0px 30px 30px;
	overflow: hidden;
}


.single__top__banner {
	background-image: url('../images/bg7.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 384px;
	border-radius: 0px 0px 30px 30px;
	overflow: hidden;
}


.single-top-title {
	margin-top: 160px;
}

.single-top-title h3 {
	font-style: normal;
	text-align: center;
	font-weight: 700;
	font-size: 56px;
	text-transform: capitalize;
	line-height: 72px;
	text-align: center;
	color: #FFFFFF;
}

.single-top-title h3 span {
	font-weight: 400;
	margin-left: 10px;
	color: #FFFFFF;
}


.single-top-title h1 {
	font-style: normal;
	text-align: center;
	font-weight: 700;
	font-size: 56px;
	text-transform: capitalize;
	text-align: center;
	color: #2B2B3A;
	position: relative;
	top: -59px;
}

.single-top-title h1 span {
	font-weight: 400;
	margin-left: 10px;
	color: #2B2B3A;
}


.review-left125 {
	margin-top: 50px;
}

.terms-container {
	width: 80%;
	margin: 50px auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 30px;
}

.terms-container2 {
	width: 80%;
	margin: 50px auto;
	padding: 20px;
	border-radius: 30px;
}

.terms-container h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #2B2B3A;
	line-height: 40px;
}

.terms-container p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B3A;
}

.terms-line {
	width: 200px;
	border: 1px solid #FF8718;
	margin: 20px 0px;
	border-radius: 50px;
}

.terms-item {
	margin-top: 40px;
}


/* about pages */
.about-page {
	padding-bottom: 80px;
}

.about1 {
	display: flex;
	align-items: center;
	gap: 113px;
}

.about2 {
	display: flex;
	align-items: center;
	gap: 22px 41px;
	margin-top: 0;
}

.about1 .about-thub img {
	height: 300px;
	width: 300px;
	border-radius: 20px;
}


.social-about {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.social-about i {
	color: orange;
	font-size: 20px;
	height: 20px;
	padding: 10px;
	width: 20px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.social-about i:hover {
	background: orangered;

}


/* review services */

.review__top____banner {
	background-image: url('../images/bg9.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: auto;
	padding-bottom: 45px;
	border-radius: 35px 35px 35px 35px;
	overflow: hidden;
}


.review-top-banner {
	background-image: url('../images/bg4.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: auto;
	padding-bottom: 45px;
	border-radius: 0px 0px 35px 35px;
	overflow: hidden;
}


.review-main {
	display: flex;
	margin-top: 30px;
	align-items: center;
}


.review-main .review-content {
	width: 70%;
}

.single-review-page .review-content {
	width: 60%;
}

.review-content .about-social {
	margin-top: 20px;
}

.review-content .about-social span {
	color: #6B6B7D;
	font-size: 18px;
}

.review-content .about-social .fa-brands {
	color: #FF8718;
	font-size: 20px;
	margin-left: 15px;
}

.review-main .review-logo,
.review-logo2 {
	width: 30%;
	text-align: right;
}

.single-review-page .review-logo {
	width: 40%;
	max-width: 410px;
	position: relative;
}

.single-review-page .review-logo img {}

.comlogo5 {
	width: 100%;
	border: 8px solid #2B2B3A;
	border-radius: 16px;
	background-color: #2B2B3A;
}

.single-review-page .review-logo .action-img {
	filter: none;
	width: 96px;
	position: absolute;
	left: -40px;
	top: -40px;
}

.single-review-page .service-features {
	width: 250px;
	min-height: 330px;
	background: #8797EC;
	padding: 30px 20px;
	border-radius: 30px;
	box-sizing: border-box;
}

.single-review-page .service-features h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.single-review-page .service-features .item {
	display: flex;
	margin-bottom: 8px;
}

.single-review-page .service-features .item .left-side {
	width: 70%;
}

.single-review-page .service-features .item .right-side {
	width: 30%;
	text-align: right;
}

.single-review-page .service-features .item .right-side p {
	color: #fff;
}

.single-review-page .service-pros {
	width: 561px;
	min-height: 330px;
	background: #8797EC;
	padding: 15px 10px;
	border-radius: 30px;
	box-sizing: border-box;
}

.single-review-page .service-pros .content {
	display: flex;
}

.single-review-page .service-pros .left-side {
	width: 50%;

	padding: 15px;
	box-sizing: border-box;
}

.single-review-page .service-pros .right-side {
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}

.single-review-page .service-pros .heading {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.single-review-page .service-pros .heading img {
	display: inline-block;
	border: none;
}

.single-review-page .service-pros .heading h4 {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin-left: 8px;
	padding-bottom: 0;
}

.single-review-page .service-pros ul li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	display: flex;
	line-height: 1.5em;
}

.single-review-page .service-pros ul li img {
	height: 100%;
	border: none;
	margin-right: 8px;
}


.review-main .review-content p {
	color: #6B6B7D;
	margin-bottom: 7px;
}

.review-main .review-content p strong {
	font-weight: 500;
	color: #2B2B3A;
}

.review-main .review-content p i {
	color: #FF8718;
	font-size: 20px;
}

.review-content h1 {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 72px;
}

.review-content h3 span {
	font-weight: 300;
	color: white;
}

.review-design {
	margin-bottom: 30px;
	position: relative;
}

.review-design.discount-page {
	margin-bottom: 0;
}

.review1 {
	display: flex;
	justify-content: space-around;
	gap: 22px;
	margin-top: 50px;

}

.review1 .review-left {
	max-width: 840px;
	flex: 1 1 100%;
	width: 0;
}

.review1 .review-right {
	width: 272px;
}

.review-left1 {
	display: grid;
	grid-template-columns: repeat(3,32%);
	grid-column-gap: 2%;
	align-items: center;
	justify-content: space-around;
	grid-row-gap: 20px;
}

.review-left-item {
	background: #FFFFFF;
	border-radius: 30px 30px;
}


.review-left-item img {
	width: 100%;
	height: 180px;
	border-radius: 30px 30px 0px 0px;
}

.review-left-item h4 {
	word-wrap: break-word;
	font-style: normal;
	font-weight: 700;
	color: #2B2B3A;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 10px 15px;
}

.blog-design .review-left h4 {
	text-align: left;
}

.blog-design .date {
	padding: 0 15px;
}

.blog-design .date .fa-calendar-days {
	font-size: 12px;
	color: #555555;
}

.blog-design .date p {
	font-size: 12px;
	color: #555555;
}

.review-rating-left {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.review-rating-left p:first-child {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 20px;
}

.review-rating-left p:last-child {
	color: #AFAFB6;
	font-size: 20px;
}

.review-rating-left p:nth-child(2) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-left p:nth-child(3) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-left p:nth-child(4) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-left p:nth-child(5) {
	color: #FF8718;
	font-size: 20px;
}

.review-rating-right p:last-child {
	color: #AFAFB6;
	font-size: 16px;
}

.review-rating-right p:nth-child(2) {
	color: #FF8718;
	font-size: 16px;
}

.review-rating-right p:nth-child(3) {
	color: #FF8718;
	font-size: 16px;
}

.review-rating-right p:nth-child(4) {
	color: #FF8718;
	font-size: 16px;
}

.review-rating-right p:nth-child(5) {
	color: #FF8718;
	font-size: 16px;
}

.review-rating-right p:nth-child(6) {
	color: #FF8718;
	font-size: 16px;
}

.review-rating-right p:first-child {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-right: 10px;
	font-size: 16px;
}

.review-leftBtn {
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}

.review-leftBtn2 {
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}

.review-leftBtn a {
	background: #FF8718;
	border-radius: 30px;
	font-style: normal;
	font-weight: 700;
	margin: 20px auto;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: 0.2s all ease;
	white-space: nowrap;
}

.review-leftBtn2 a {
	background: #fff;
	border-radius: 30px;
	font-style: normal;
	font-weight: 700;
	margin: 20px auto;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	padding: 12px 30px;
	color: #FF8718;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: 0.2s all ease;
}

.review-leftBtn a:hover {
	background-color: #000000;
	color: #fff;
}

.review-leftBtn2 a:hover {
	background-color: #FF8718;
	;
	color: #fff;
}

.review-right1 {
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #f0f0f4;
}

.review-right-item a {
	display: flex;
	width: 100%;
	gap: 5px 10px;
	padding: 10px;
}

.review-right-item {
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-bottom: 1px solid #F0F0F4;
}

.review-right-item.active {
	background: #262A3C;
}

.review-right-item.active h4 {
	color: #fff;
}

.review-right-item.active p {
	color: #fff;
}

.review-right-item:hover {
	background: #b2e6ff;
}

.review-right-item.active:hover {
	background: #262A3C;
}

.review-right-item:hover h4 {
	color: #000000;
	text-decoration: underline;
}

.review-right-item:hover p {
	color: #fff;
}

.review-right-item.active p i {
	color: #FFB018;
}

.review-right-item:hover p i {
	color: #FFB018;
}

.review-right h2 {
	background: #FF8718;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	border-radius: 20px 20px 0px 0px;
	line-height: 24px;
	padding: 20px 5px;
	color: #fff;
}

.review-right .review-promo {
	margin-top: 30px;
	background: #BCE9FE;
}

.review-right .review-promo h2 {
	background: #BCE9FE;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	font-size: 20px;
	border-radius: 30px 30px 0px 0px;
	line-height: 24px;
	padding: 20px 5px;
	color: #2B2B3A;
	margin: 0;
}

.review-right .review-promo h5 {
	color: #00A6F5;
	font-size: 15px;
	margin-top: 0px;
}

.review-right .review-promo h4 {
	font-size: 15px;
}

.review-right-item:hover h5 {
	color: #000;
}

.review-right-logo {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.review-right-logo img {
	max-width: 100%;
}

.two_img1 {
	width: 15px;
	height: 17px;
	position: absolute;
	right: 0;
}

.review-rating-right {
	display: flex;
	align-items: center;
	gap: 2px;
}


.review-logo2 img {
	max-width: 100%;
}

.review-left .table-content {
	background: #D5E0EF;
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.review-left .table-content h3 {
	font-size: 25px;
}

.review-left .table-content ul li {
	margin-bottom: 10px;
}

.review-left12 {
	background: #FFFFFF;
	padding: 30px 30px;
	box-sizing: border-box;
	border-radius: 30px;
}

.review-left-item2 p {
	margin-bottom: 0px;
}

.review-left-item2 ul {
	list-style-type: circle;
	margin-left: 25px;
}

.review-left-item2 ul li {
	list-style-type: disc !important;
	margin-bottom: 0px;
}

.review-left-item2 h3 {
	font-family: 'DM Sans', sans-serif;
	font-size: 32px !important;
	font-weight: 500;
	margin: 0;
}

.review-left-item2 h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	color: #2B2B3A;
}


.review-left-item2 h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 32PX;
	line-height: 40px;
	color: #2B2B3A;
	padding-bottom: 0px;
	padding-top: 14px;
}


.review-left-item2 p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-top: 16px;
}

.review-left125 .faq-item {
	margin-top: 10px;
}

.review-left125 .faq-item h3 {
	font-size: 20px;
	font-weight: 700;
}

.review-left-dis {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 50px;
}

.review-left h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}


/* Company Review Pages */
.company-rating-left {
	display: flex;
	align-items: center;
	gap: 5px;

}

.company-rating-left p:first-child {
	color: #2B2B3A;
	font-size: 20px;
	font-weight: 400;
}


.new_company-rating-left p:first-child {
	color: white;
	font-size: 32px;
	font-weight: 400;
	margin-right: 7px;
}


.review-main .new_company-rating-left p i {
	color: #FFC42D;
	font-size: 16px;
}


.new_company-rating-leftpp p {
	padding-top: 0px !important;
}

.company___a a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #FF8718;
	border-radius: 30px;
	display: block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.company___a a:hover {
	color: #000000;
	background-color: #fff;
}


.company-rating-left p {
	color: orange;
}

.product-cart {
	padding: 10px;
}

.product-cart h3 {
	font-size: 25px;
}

.rating-review1 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 20px 0;
}

.rating-review1 p {
	color: #2B2B3A;
}

.rating-review1 p i {
	color: #AFAFB6;
	margin-right: -4px;
}

.first_startp {
	padding-right: 16px;
}

.quality-sec {
	padding: 10px;
}

.quality-sec h3 {
	font-size: 25px;
}

.single-para {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 10px;
	color: #2B2B3A;
}

.contact-sec {
	background-image: url('../images/bg6.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	height: 540px;
	border-radius: 30px;
	overflow: hidden;
	margin: 50px 0px;
}

.contact-title {
	text-align: center;
	padding: 30px 0px;
}

.contact-title h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	color: #2B2B3A;
	padding: 10px 0px;
}

.contact-title p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #6B6B7D;
}


.about-page .about-category {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 50px;
}

.about-page .about-category .row {
	display: flex;
	justify-content: center;
}

.about-page .about-category .col-lg-4 {
	width: 33.333%;
}

.about-page .about-category .card {
	background: #8797EC;
	border-radius: 20px;
	padding: 25px 20px;
	display: flex;
	margin: 10px;
	padding-right: 30px;
}

.about-page .about-category .card .icon {
	width: 60%;
}

.about-page .about-category .card .icon img {
	width: 65px;
}

.about-page .about-category .card .icon p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
}

.about-page .about-category .card .number {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.about-page .about-category .card .number p {
	color: #fff;
	font-size: 55px;
	font-weight: 700;

}


.about-page .about-content {
	background: #FFFFFF;
	border-radius: 30px;
}


.about-page .about-content h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	color: #2B2B3A;
	line-height: 40px;
	margin-bottom: 20px;
}

.about-page .about-content .about-rating img {
	width: 350px;
}

.about-page .about-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2B2B3A;
}

.about-page .about-content .about-content2 p {
	margin-top: 53px;
}

.home-top-table1 .top-table-title td {
	padding: 0 !important;
}

.home-top-table1 .table-top-item2 td:nth-child(3) {
	border-right: 1px solid #c5ddf9 !important;
}

.home-top-table1 .table-top-item2 td:nth-child(4) {
	border-right: 1px solid #c5ddf9 !important;
}

.home-top-table1 .table-top-item2 td:nth-child(5) {
	border-right: 1px solid #c5ddf9 !important;
}

.home-top-table1 .top-table-title td:nth-child(1) {
	width: 10%;
}

.home-top-table1 .top-table-title td:nth-child(2) {
	width: 17%;
}

.home-top-table1 .top-table-title td:nth-child(3) {
	width: 7%;
	border-right: 1px solid #e9e9e9;
}

.home-top-table1 .top-table-title td:nth-child(4) {
	width: 10%;
	border-right: 1px solid #e9e9e9;
	padding-left: 16px !important;
}

.home-top-table1 .top-table-title td:nth-child(5) {
	width: 10%;
	border-right: 1px solid #e9e9e9;
	padding-left: 16px !important;
}

.home-top-table1 .top-table-title td:nth-child(6) {
	width: 10%;
	padding-left: 16px !important;
}

.home-top-table1 .top-table-title td:nth-child(7) {
	width: 15%;
	text-align: center;
}

.home-top-table1 .top-table-title td:last-child {
	text-align: center;
}

.home-top-table1 .top-table-title .viewSite11 {
	font-size: 16px;
	display: block;
	width: 148px;
	font-weight: 700;
	line-height: 48px;
	margin: auto auto 13px;
}

.home-top-table1 .viewSite {
	font-size: 16px;
	display: block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	font-weight: 700;
	display: block;
	margin: auto;
}

.home-top-table1 .top-table-title .viewSite2 {
	font-size: 15px;
}


@media screen and (max-width: 767px) {
	.about-page .about-category .row {
		display: block;
		justify-content: center;
	}
	.speedy-list.computer_view {
		display: none;
	}
	.about-page .about-category .col-lg-4 {
		width: 100%;
	}

	.about-page .about-content .about-content {
		margin-bottom: 0;
	}

	.about-page .about-content .about-content2 p {
		margin-top: 0;
	}

	.single-review-page .review-logo .action-img {
		left: 0;
		top: auto;
		bottom: -50px;
	}

	.single-review-page .review-main {
		flex-direction: column-reverse;
	}

	.single-review-page .review-content h3 {
		font-size: 30px !important;
	}

	.company-rating-left p:first-child {
		font-size: 30px !important;
	}

	.single-review-page .company-btn55 {
		width: 95%;
	}

	.single-review-page .company-btn55 a {
		padding: 20px 15px !important;
		font-size: 20px !important;
		box-sizing: border-box;
	}

	.single-review-page .company-btn55.border-radius a {
		width: 100%;
	}

	.single-review-page .services-main-item99 {
		width: 100%;
	}

	.single-review-page .service-features {
		margin-top: 50px;
		width: 100%;
		height: auto;
	}

	.single-review-page .service-pros {
		height: auto;
		width: 100%;
	}

	.single-review-page .service-pros .content {
		display: block;
	}

	.single-review-page .service-pros .left-side {
		width: 100%;
	}

	.single-review-page .service-pros .right-side {
		width: 100%;
	}

	.single-review-page .service-pros .heading h4 {
		margin-top: 0;
		font-size: 25px;
	}

	.single-review-page .service-pros .heading img {
		width: 50px;
	}

	.single-review-page .service-pros ul li img {
		width: 20px;
	}

	.hero-company .review-top-banner {
		height: auto !important;
	}

	.single-review-page .service-pros .heading {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.single-review-page .services-main-item99 {
		margin-top: 30px;
	}

	.company-rating-left p:first-child {
		font-size: 20px !important;
	}

	.single-review-page .services-main-item99 .sec3 a {
		display: inline-block;
		padding: 15px !important;
	}

	.single-review-page .services-main-item99 .sec3 .company7-main {
		gap: 15px;
	}

	.speedy-sec2 .speedy-list .list1 {
		border-left: none;
		border-bottom: 1px solid #d9dde4;
		width: 100%;
		box-sizing: border-box;
	}

	.home-speedy .speedy-list .list1 {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d9dde4;
		box-sizing: border-box;
	}

	.home-speedy .speedy-list .list1:last-child {
		border-bottom: none;
	}

}


.terms-container3 {
	width: 73%;
	margin: 50px auto;
	padding: 20px;
	border-radius: 30px;
	padding-bottom: 70px;
}

.contact-form1 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-form1 .form1 {
	width: 50%;
}

.contact-form2 .form1 {
	width: 100%;
}

.contact-form input[type='text'] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #353949;
	padding: 15px 15px 15px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}

.contact-form input:focus {
	outline: none;
}

.contact-form2 textarea {
	width: 100%;
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #353949;
	border-radius: 5px;
	box-sizing: border-box;
}

.contact-form textarea:focus {
	outline: none;
}

.contact-form__submit {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: #FF8718;
	border-radius: 30px;
	display: block;
	text-align: center;
	border: none;
	padding: 10px;
	min-width: 135px;
	transition: all 0.2s;
	margin: 15px 0 0 auto;
}

.contact-form__submit:not(:disabled):hover {
	color: #000000;
	background-color: #fff;
}

.contact-form__submit:disabled {
	opacity: 0.5;
}

.form-rating {
	display: flex;
	align-items: center;
}

.form-rating__caption {
	font-size: 20px;
	color: #2B2B3A;
	font-weight: 500;
}

.form-rating__rating {
	display: flex;
  align-items: flex-start;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
	width: 110px;
	height: 26px;
	margin: 0 0 0 15px;
}

.form-rating__rating:hover .form-rating__rating-label .form-rating__rating-icon {
	fill: #FFB018;
}

.form-rating__rating-input:checked ~ .form-rating__rating-label svg {
	fill: #AFAFB6;
}

.form-rating__rating-input:checked + .form-rating__rating-label svg {
	fill: #FFB018;
}

.form-rating__rating-label {
	cursor: pointer;
	width: 22px;
	height: 26px;
}

.form-rating__rating-label:hover ~ .form-rating__rating-label .form-rating__rating-icon {
	fill: #AFAFB6;
}

.form-rating__rating-label:nth-of-type(odd) {
	z-index: 2;
	width: 11px;
	margin-right: -11px;
	overflow: hidden;
}

.form-rating__rating-icon {
	fill: #FFB018;
	transition: fill 0.1s;
	width: 22px;
	height: 26px;
}

.visually-hidden {
	position: absolute;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
}

.form1 {
	margin-bottom: 10px;
}

.contact-se2 {
	max-width: 758px;
	margin: 0 auto;
}

.contact-form label {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
	color: #2B2B3A;
}


.review-right-content h4 {
	color: #2B2B3A !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 6px;
}

.review-right-content p {
	color: #2B2B3A !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 6px;
}


.review-right-item:hover .review__right__contentsp2 {
	color: #000000;
}

.review-right-item:hover .review__right__contentsp1 {
	color: #000000;
}


.review__right__contentsp1 {
	color: #2B2B3A;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 6px;
}


.review__right__contentsp2 {
	color: #FF8718;
	font-size: 15px;
	margin-top: 0px;
	font-weight: 500;
}


.hero-company .review-top-banner {
	height: auto;
}

.company-review1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}


.company-btn55 a {
	display: block;
	min-width: 40px;
	padding: 6px 5px;
	background: #FF8718;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	transition: all .5s;
}

.company-btn55 a:hover {
	background: #8797EC;
}


.company-btn55 a .txt {
	color: #fff;
}

.Visit1-btn a .txt {
	color: #fff;
	font-weight: 800;
}

.Visit1-btn a:hover {
	background: #8797EC;
}


.company-btn55 a:hover .txt {
	display: none;
}

.company-btn55 a .fa-solid {
	display: none;
	transition: all .5s;
}

.company-btn55 a:hover .fa-solid {
	display: block;
	color: #e3531e;
}

.Visit1-btn a:hover .fa-solid {
	display: block;
	color: #fff;
}

.Visit1-btn a {
	height: 22px;
	line-height: 22px;
}


.Visit1-btn a i {
	position: relative;
	top: 3px;
}

.company-btn55.border-radius a {
	border-radius: 30px;
	padding: 12px 20px;
}

.company-extra-servies {
	margin-top: 50px;
}

.services-item55 {
	display: flex;
	gap: 20px;
	padding: 0px 0;
}

.services-main-item99 img {
	border-radius: 10px;
	border: 2px solid #e5dada30;
}

.services-main-item99 p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

.services-main-item99 p i {
	font-size: 11px;
	position: relative;
	top: -1px;
	margin-right: -1px;
}

.services-main-item99 h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #2B2B3A;
	padding-bottom: 3px;
}

.company7-main {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 15px;
}

.company7 .logo7 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.company7 h4 {
	font-size: 19px;
}

.textt1 {
	font-size: 19px !important;
	color: #6B6B7D !important;
}

.company777 {
	width: 147px;
}


/* ======================================================================================================== 
                               All Pages Desin End
======================================================================================================== */


/* ======================================================================================================== 
                               Responsive Start Form Here
======================================================================================================== */

@media all and (max-width :1000px) {
	.about-thub {
    padding-right: 0;
}
	.computer-easy-services .container,
	.choose-section .container,
	.paper-section .container {
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.review-right-home2, .review1 .review-left {
    max-width: 100%;
}
	.container2 {
		width: 700px;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.hero-section {
		padding-bottom: 100px;
	}

	.hero {
		flex-direction: column;
	}

	.hero-content p {
		text-align: center;
	}

	.hero-button {
		justify-content: center;
	}

	.review-left-dis {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.hero-content {
		order: 2;
		padding-top: 50px;
	}

	.hero-thubnail {
		order: 1;

	}

	.hero-thub2 img {
		width: 300px;
	}

	.hero-thubnail .hero-thub3 {
		position: absolute;
		width: 20px;
		height: 36px;
		left: 153px;
		top: 69px;
	}

	.hero-content h1 {
		font-style: normal;
		font-size: 36px;
		line-height: 45px;
		text-align: center;
	}

	.hero-button .btn1 .checkBtn,
	.hero-button .btn2 .checkBtn {
		display: none;
	}

	.footer {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-sub {
		flex-direction: column;
		grid-gap: 23px;
	}

	.footer-clinet ul {
		display: flex;
		align-items: center;
		grid-gap: 10px;
		flex-wrap: wrap;
	}

	.container2 {
		width: 700px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.container2 {
		width: 400px;
	}

	.company7-main {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 10px;
	}

	.company-review1 {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}

	.hero-company .review-top-banner {
		height: 1412px;
	}


	.company-extra-servies {
		margin-top: 20px;
	}

	.company-btn55 {
		margin-top: 10px;
	}

	.review1-home {
		flex-direction: column;
	}

	.product-cart img {
		width: 300px;
	}

	.quality-sec img {
		width: 300px;
	}


	.contact-se2 {
		width: 100%;
	}

	.contact-sec {
		height: 720px;
	}

	.footer-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		position: relative;
	}

	.footer-item2 {
		display: none;
	}

	.footer-item1 {
		text-align: center;

	}

	.footer-right-menu ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px 50px;
		flex-direction: column;
	}

	.footer-menu .footer-left-logo {
		position: relative;
	}

	.footer-line {
		display: none;
	}

	.footer-line2 {
		display: block;
	}

	.contact-form1 {
		display: flex;
		align-items: center;
		gap: 5px;
		flex-direction: column;
	}

	.contact-form1 .form1 {
    width: 100%;
}

	.contact-form2 textarea {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #353949;
		border-radius: 5px;
	}

	.speedy-sec {
		flex-direction: column;
		padding-top: 10px;
	}

	.splitLogo {
		height: 250px;
		width: 300px;
	}

	.comLogo2 {
		width: 280px;
	}

	.review-content h3 {
		color: white;
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 72px;
	}

	.comlogo5 {
		width: 280px;
	}

	.review-left1 {
		grid-template-columns: repeat(2,48%);
	}

	.review-left-item img {
		width: 100%;
		height: 180px;
		border-radius: 30px 30px 0px 0px;
	}

	.review-left-item_img {
		border-radius: 30px 30px 0px 0px;
	}

	.review-main {
		flex-direction: column;
	}

	.review-top-banner {
		height: 600px;
	}

	.review-content {
		order: 2;
	}

	.review-logo {
		order: 1;
	}

	.container3 {
		width: 340px;
		margin: 10px auto;
	}

	.choose-content {
		text-align: center;
	}

	.choose-item {
		flex-direction: column;
		align-items: center;
		/* text-align: center; */
		justify-content: center;
		gap: 10px;
		overflow: hidden;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.menu .logo a {
		font-size: 15px;
	}

	.end-review-item {
		display: flex;
		align-items: flex-start;
		gap: 50px;
		background: white;
		border-radius: 10px;
		padding: 30px;
		margin-top: 16px;
		flex-direction: column;
	}

	.about1 {
		display: flex;
		align-items: center;
		gap: 60px;
		flex-direction: column;
	}

	.about2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px 100px;
		flex-direction: column;
	}

	.about2 .about-content {
		order: 1;
	}

	.about2 .about-thub {
		order: 2;
	}
	.review-left-dis {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
}


@media all and (max-width :778px) {
	.container {
		padding: 0 10px !important;
	}

	.menu-section .container {
		padding: 0 !important;
	}

	.container2 {
		width: 700px;
	}

	.review-right-home2 {
		width: 100%;
	}

	.paper-section {
		height: auto;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.header-menu ul {
		width: 100%;
		background: #E5F0F5;
		position: absolute;
		text-align: left;
		z-index: 100;
		margin-top: 20px;
		display: none;
	}

	.header-menu ul li {
		display: block;
	}

	.menu {
		display: contents;
	}

	.header-menu ul li a {
		display: block;
		width: 100%;
		padding: 20px 15px;
		font-size: 22px;
		text-align: center;
		font-weight: 600;
		box-sizing: border-box;

	}

	.header-menu ul li .menuContact {
		background: #E3531E;
		color: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 30px;
		margin-bottom: 10px;
	}

	.drop-paper-sec.w-50 {
		display: none;
	}

	.navigation-bar-show {
		display: block;
	}

	.menu .logo a {
		margin-left: 20px;
	}

	.logo a .logoSpan2,
	.logoSpan {
		font-size: 20px;
	}

	.review1 .review-left {
		width: 100%;
	}

	.footer-item3 ul li a {
		display: block;
		text-align: center;
	}

	.review-main .review-content {
		width: 100%;
		text-align: center;
	}

	.review-main .review-logo,
	.review-logo2 {
		width: 100%;
		text-align: center;
	}


}


.bg-green {
	background-color: #8797ec;
}

.first_computer-logo .com-shadow {
	background: #FFEAD3 !important;
}


.computer-logo_ss .com-shadow {
	background: #FFEAD3 !important;
}


.logoSpan {
	color: #6D6D6D;
	font-weight: 400;
}


.Reviews_menu i {
	color: #AFAFB6;
	padding-left: 3px;
}

.dropdown-main-sec .container {
	position: relative;

}


.star_cut1 {
	position: absolute;
	right: 0;
	bottom: 86px;
}

.star_cut2 {
	position: absolute;
	bottom: 2px;
	left: 0px;
}

.star_cut3 {
	position: absolute;
	left: 20px;
	bottom: 161px;
}


.review_point {
	font-size: 32px;
}


.first_review_point {
	color: #2B2B3A;
}


.spped-pra1 span {
	color: #8797EC;
}

.home-review-logo-start p {
	padding-left: 0px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.home-review-logo-start p img {
	width: 15px;
	padding-left: 3px;
	position: relative;
	top: -1px;
}

.paper-title__p p {
	color: #6b6b7d;
}

.paper-main {
	position: relative;
}

.paper-main span {
	border-left: 1px dashed #6B6B7D;
	height: 360px;
	display: block;
	position: absolute;
	top: 0;
	margin-left: 15px;
}


.arrow_right1 {
	max-width: 100%;
	margin-left: 35px;
	position: relative;
	top: -1px;
	opacity: 0;
}


.review-right-item-home8 a:hover .arrow_right1 {
	opacity: 1;
}


.mobile_view {
	display: none;
}


.Check_all p {
	text-align: center;
	margin: 0;
}

.Check_all p a {
	color: #FF8718;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}


/*--- mobile_area start ---*/
.mobile_area {
	padding: 15px;
	background-color: #fff;
}

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

.mobile_left {
	width: 80%;
}

.mobile_menu {
	background: #DCE2FF;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	margin: auto;
	margin-right: 0;
}

.mobile_left img {
	width: 245px;
}

.mobile_right {
	width: 20%;
}


.menu_icon2 {
	display: none;
}

.mobile_nav {
	background: #E8F2F6;
	padding-top: 40px;
	padding-bottom: 91px;
	display: none;
}

.mobile_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}


.mobile_nav ul li {
	display: block;
	padding-bottom: 16px;
}

.mobile_nav ul li a {
	color: #2B2B3A;
	font-size: 24px;
	font-weight: 500;
	display: block;
}


.mobile_Contact {
	font-size: 16px !important;
	background: #DCE2FF;
	color: #000000 !important;
	border-radius: 30px;
	width: 118px;
	height: 48px;
	line-height: 48px;
	margin: auto;
	margin-top: 20px;
}


.mobile_nav ul li a i {
	color: #AFAFB6;
	font-size: 16px;
	padding-left: 5px;
	position: relative;
	top: -1px;
}


.mobile_nav ul li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 20px;
	display: none;
}

.mobile_nav ul li:hover ul {
	display: block;
}

.mobile_nav ul li ul li {
	display: block;
}

.mobile_nav ul li ul li a {
	font-size: 16px;
	transition: 0.2s all ease;
}

.mobile_nav ul li ul li a:hover {
	color: #FF8718;
}


.mobile_area {
	display: none;
}


.inner_hero_img {
	display: none;
}


.inner_hero_img img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 33px;
}


.Top_writing_services {
	padding: 0 15px;
	position: relative;
	display: none;
}

._main_Top_writing_services {
	margin: 40px 0;
}


._main_Top_writing_services p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 56px;
	width: 100%;
	background: #FF8718;
	border-radius: 20px;
	line-height: 56px;
	text-align: center;
	margin: 0;
}


._main_Top_writing_services p i {
	padding-left: 10px;
}

._main_Top_writing_services1 {
	margin: 40px 0;
	display: none;
}


._main_Top_writing_services1 p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 56px;
	width: 100%;
	background: #FF8718;
	border-radius: 0px 0px 20px 20px;
	line-height: 56px;
	text-align: center;
	margin: 0;
}


._main_Top_writing_services1 p i {
	padding-left: 13px;
	transform: rotate(179deg);
	position: relative;
	left: 6px;
}


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

.inner_writing_services_list_left {
	width: 20%;
}

.inner_writing_services_list_right {
	width: 80%;
}

.user_part {
	background: #8797EC;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
}


.inner_writing_services_list_right h2 {
	color: #2A2C33;
	font-size: 16px;
	font-weight: 400;
}

.inner_writing_services_list_right p {
	color: #2A2C33;
	font-size: 16px;
	font-weight: 400;
}


.inner_writing_services_list_right h2 span {
	padding-left: 10px;
}

.inner_writing_services_list_right h2 span img {
	max-width: 100%;
}


.inner_writing_services_list_right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-top: 8px;
}

.inner_writing_services_list_right ul li {
	display: inline-block;
}

.inner_writing_services_list_right ul li:nth-child(1) a {
	color: #fff;
	font-size: 16px;
	background: #8797EC;
	border-radius: 8px;
	width: 82px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
}

.inner_writing_services_list_right ul li:nth-child(2) a {
	color: #FF8718;
	font-size: 15px;
	font-weight: 500;
	padding-left: 15px;
}

.writing_services_lists {
	background: #fff;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	bottom: 57px;
	width: 100%;
	z-index: 9999;
	display: none;
}


.inner_writing_services_list:hover {
	background-color: #D2F0FE;
}

.inner_writing_services_list:hover .inner_writing_services_list_right h2 {
	color: #fff;
}


.inner_writing_services_list:hover .inner_writing_services_list_right h2 span {
	color: #fff;
}

.inner_writing_services_list:hover .user_part {

	border: 2px solid #FFB018;
}


.inner_writing_services_list:hover .user_part_img1 {
	opacity: 1;
}


.inner_writing_services_list1 {
	border-radius: 20px 20px 0px 0px;
}


.inner_writing_services_list1 {
	background-color: #FFFCE7;
}

.inner_writing_services_list1 .inner_writing_services_list_right h2 {
	color: #2B2B3A;
}


.inner_writing_services_list1 .inner_writing_services_list_right h2 span {
	color: #2B2B3A;
}

.inner_writing_services_list1 .user_part {

	border: 2px solid #FF8718;
	background: #fff;
}


.inner_writing_services_list1 .user_part_img1 {
	opacity: 1;
}

.user_part {
	position: relative;
}


.user_part_img1 {
	position: absolute;
	right: -4px;
	max-width: 100%;
	opacity: 0;
}


.mobile_Speedy_paper {
	background: #FFFFFF;
	border-radius: 30px;
	padding: 16px;
	margin-bottom: 16px;
}


.mobile_Speedy_paper1 {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
}

.mobile_Speedy_paper1_left {
	width: 35%;
}

.mobile_Speedy_paper1_right {
	width: 65%;
}

.mobile_Speedy_paper1_left_img {
	width: 72px;
	height: 72px;
	background-color: #8797EC;
	border-radius: 24px;
}

.mobile_Speedy_paper1_right h2 {
	color: #2B2B3A;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 2px;
}

.mobile_Speedy_paper1_right h4 {
	color: #2B2B3A;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.mobile_Speedy_paper1_right h4 span {
	display: block;
}


.star_icon {
	padding-left: 5px;
	margin-top: -6px;
}

.star_icon i {
	color: #FFB018;
	font-size: 12px;
	margin-right: -4px;
}


.mobile_Speedy_paper2 {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
}

.mobile_Speedy_paper2_left {
	width: 50%;
}

.mobile_Speedy_paper2_left p {
	color: #6B6B7D;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.mobile_Speedy_paper2_right {
	width: 50%;
}

.mobile_Speedy_paper2_right p {
	color: #2B2B3A;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding-left: 9px;
}


.mobile_Speedy_paper2_right p sub {
	color: #2B2B3A;
	font-size: 12px;
	position: relative;
	bottom: 5px;
}


.mobile_Speedy_paper_btn {
	display: flex;
	align-items: center;
	padding-top: 4px;
}

.mobile_Speedy_paper_btn_left {
	width: 55%;
}

.mobile_Speedy_paper_btn_left a {
	background: #37363F;
	border-radius: 30px;
	display: block;
	color: #FF8718;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 14px 10px;
	transition: 0.2s all ease;
}


.mobile_Speedy_paper_btn_left a:hover {
	background-color: #000000;
	color: #fff;
}

.mobile_Speedy_paper_btn_right {
	width: 45%;
	text-align: center;
}

.mobile_Speedy_paper_btn_right a {
	color: #8797EC;
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s all ease;
}

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


.Load_more_btn {
	text-align: center;
}

.Load_more_btn a {
	color: #2B2B3A;
	font-size: 16px;
	font-weight: 700;
	background-color: #FFFFFF;
	display: block;
	border-radius: 30px;
	padding: 12px 0;
	transition: 0.2s all ease;
	border: 1px solid #8797EC;
}

.Load_more_btn a:hover {
	background-color: #000000;
	color: #fff;
}


.mobile_Speedy_paper_top1 {
	background: linear-gradient(180deg, rgba(225, 241, 249, 0.5) 0%, rgba(215, 241, 254, 0.5) 100%), #D2F0FE;
}


.mobile_Speedy_paper1_right_top1 h2 {
	color: #2B2B3A;
}

.mobile_Speedy_paper1_right_top1 h4 span {
	color: #fff;
}

.mobile_Speedy_paper2_right1 p {
	color: #fff;
}


.mobile_Speedy_paper2_left1 p {
	color: #6B6B7D;
}


.mobile_Speedy_paper1_left_img1 {
	border: 2px solid #fff;
	position: relative;
	background: #44445b;
}


.star_coin_ {
	position: absolute;
	right: -8px;
	top: -7px;
	width: 28px;
}


.mobile_speedypaper_img {
	max-width: 100%;
	height: 100%;
	display: block;
	border-radius: 24px;
	object-fit: cover;
}


.mobile_Speedy_paper_btn_left {
	width: 55%;
}

.mobile_Speedy_paper_btns_ a {
	background: #FF8718;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 14px 10px;
	transition: 0.2s all ease;
}

.mobile_Speedy_paper_btns_ a:hover {
	background-color: #FF8718;
	color: #fff;
}

.mobiles_Speedys_paper2 h3 {
	color: #E3531E;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.main_part-mobile_Speedy_paper {
	padding: 0 2px;
}


/*--- mobile_Speedy_Section Start ----*/

.mobile_Speedy_Section {
	padding: 0px 10px;
	padding-bottom: 16px;
	display: none;
}


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

.main_mobile_Speedy_Section_left img {
	width: 56px;
	height: 56px;
	border-radius: 8px;
	object-fit: cover;
}

.main_mobile_Speedy_Section_right {
	padding-left: 8px;
}


.main_mobile_Speedy_Section_right h2 {
	color: #2B2B3A;
	font-size: 26px;
	font-weight: 500;
	padding-bottom: 17px;
	margin-top: -5px;
}

.main_mobile_Speedy_Section_right h5 {
	color: #2B2B3A;
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	display: flex;
}

.main_mobile_Speedy_Section_right h5 i {
	color: #FFB018;
	font-size: 14px;
	position: relative;
	top: -3px;
	padding-left: 4px;
	padding-right: 19px;
}


.sppedy-thubs1 {
	background: #D5E0EF;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	position: relative;
	top: -4px;
}


.main_mobile_Speedy_Section_text h5 {
	color: #2B2B3A;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	padding-top: 16px;
	line-height: 22px;
	padding-bottom: 16px;
}

.main_mobile_Speedy_Section_text h5 span {
	color: #E3531E;
}


.down_mobile_Speedy_Section {
	background: #FFEAD3;
	border-radius: 20px;
	padding: 16px;
	display: flex;
}


.down_mobile_Speedy_Section_left {
	width: 50%;
	border-right: 1px solid #AFAFB6;
}


.down_mobile_Speedy_Section_right {
	width: 50%;
}

.down_mobile_Speedy_Section_left p {
	color: #afafb6;
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px;
}

.down_mobile_Speedy_Section_left h2 {
	color: #373749;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 16px;
}


.down_mobile_Speedy_Section_left h2 sub {
	color: #373749;
	font-size: 14px;
	position: relative;
	bottom: 6px;
}

.down_mobile_Speedy_Section_right {
	padding-left: 16px;
}


.down_mobile_Speedy_Section_right p {
	color: #afafb6;
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px;
}

.down_mobile_Speedy_Section_right h2 {
	color: #373749;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 16px;
}


.down_mobile_Speedy_Section_right h2 sub {
	color: #373749;
	font-size: 14px;
	position: relative;
	bottom: 6px;
}


.review-slide_part {
	margin-bottom: 50px;
}


.mobile_choose-main {
	padding: 10px;
}


.mobile_choose-main1 {
	display: flex;
	align-items: center;
}

.mobile_choose-main_left {
	width: 30%;
}

.mobile_choose-main_left img {
	max-width: 100%;
	display: block;
}


.mobile_choose-main_right {
	width: 70%;
}

.mobile_choose-main_right p {
	color: #2B2B3A;
	font-size: 15px;
	font-weight: 500;
	padding-left: 16px;
}


.mobile_choose-main2 p {
	margin-bottom: 19px;
	color: #6B6B7D;
	font-size: 14px;
	padding-top: 15px;
	line-height: 24px;
	margin-bottom: 24px;
}


.top-table-title1 {
	padding-top: 17px;
}


.hero-content3 p {
	color: #6B6B7D;
}


.banner-heading_404 {
	opacity: 0;
}

.about-content3 {
	padding: 32px 32px;
	padding-bottom: 0;
}

.about2 {
	padding: 40px 32px;
	padding-top: 0;
}

.review-contentp {
	padding-top: 30px;
}

.review-contentp {

	color: #6B6B7D;
}


.comLogo3 {
	width: 100%;
	display: block;
	margin: auto;
	border-radius: 26px;
}


.quality-sec p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	padding-top: 16px;
}


.quality-sec ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 16px;
	padding-left: 7px;
}

.quality-sec ul li {
	display: block;
	padding-bottom: 5px;
}

.quality-sec ul li h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.quality-sec ul li h6 i {
	color: #2b2b3a;
	font-size: 5px;
	padding-right: 6px;
	padding-top: 5px;
}


.review-left-item2 ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 16px;
	padding-left: 7px;
}

.review-left-item2 ul li {
	display: block;
	padding-bottom: 5px;
}

.review-left-item2 ul li h6 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.review-left-item2 ul li h6 i {
	color: #2b2b3a;
	font-size: 5px;
	padding-right: 6px;
	padding-top: 5px;
}

.review-slide_part2 {
	display: none;
}


.rating-reviews1 p {
	color: #fff;
	font-size: 20px;
	display: block;
}


.rating-reviews1 p span {
	display: block;
	margin-top: 3px;
}

.rating-reviews1 p span i {
	color: #acacb2;
	font-size: 17px;
}


.review-content h3 {
	color: #FFFFFF;
	font-size: 56px;
	font-weight: 700;
}


.Load_more_btns {
	display: none;

}


.action-imgs2 {
	display: block;
	transform: rotate(150deg);
}


.review-logo:hover .action-imgs2 {
	display: block;
}

.review-logo:hover .action-imgs1 {
	display: none;
}


.review-content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding-top: 27px;
}

.review-content h4 i {
	padding-right: 11px;
}


.review-left-item23 h4 {
	padding-top: 24px;
}


.review-content p {
	color: #2B2B3A !important;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding-top: 27px;
}

.review-content p i {
	padding-right: 11px;
}


.viewSitess1 {
	color: #263EC6 !important;
	font-size: 15px;
	width: 147px;
	height: 48px;
	display: block;
	margin: auto;
	line-height: 48px;
	margin-top: -5px;
}


.fastLogo1 img {
	margin-left: 12px;
}


.new_faq-sec {
	padding-bottom: 75px;
}


.single-top-titless h3 {
	position: relative;
	top: -51px;
}


.new_review-design {
	position: relative;
}


.inner_review_right_home {
	overflow: hidden;
	overflow-y: scroll;
	height: 630px;
}


/* width */
.inner_review_right_home::-webkit-scrollbar {
	width: 0px;
}

/* Track */
.inner_review_right_home::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.inner_review_right_home::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.inner_review_right_home::-webkit-scrollbar-thumb:hover {
	background: #555;
}


#sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	margin-left: 0px;
}


.review-right-home1ss {
	padding-bottom: 30px;
}


.review-logo2ss img {
	position: relative;
	left: 31px;
	width: 264px;
	height: 207px !important;
}

.review-left12___ h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 1px;
	padding-top: 20px;
}


.about-us_partss .review-logo2 img {
	height: 227px;
	margin-left: -132px;
	margin-top: 25px;
	margin-bottom: 30px;
}


.new_color1_ h3 {
	color: #000000;
}


.new_table_parts td img {
	width: 130px;
	height: initial;
	border-radius: 24px;
	position: relative;
	top: 5px;
}


.review-left-item11 .review-left-item img {
	width: 100%;
	height: 200px;
	border-radius: 30px 30px 0px 0px;
	background: #8797ec;
}


.mobiles_Speedys_paper2 h3 {
	color: #FF8718;
}


.newhero-sectionsss .hero-content p {
	color: #6B6B7D;
	padding: 10px 0;
}


.newhero-sectionsss .checkBtn {
	color: #fff !important;
}


.newhero-sectionsss .hero-button .btn2 {
	color: #fff;
}

.checkBtns {
	color: #fff;
	padding-right: 7px;
}

.newhero-sectionsss .hero-button .btn2:hover {
	background: #000000;
}

.com-shadowss {
	background-color: #e9e9eb !important;
}


.inner_review_right____home .choose-title h3 {
	color: #2B2B3A;
}

.inner_review_right____home .choose-title p {
	color: #6B6B7D;
}

.inner_review_right____home .choose-content h5 {
	color: #2B2B3A;
}

.inner_review_right____home .choose-content p {
	color: #2B2B3A;
}

.inner_review_right____home .choose-thub .choose-reg {
	background: #fff;
	opacity: 1;
}

.inner_review_right____home .choose-thub .choose-digit {
	color: #FF8718;
}

.new_inner_review-right-homesss .computer-logo .com-shadow {
	background: #eaeaec;
}


.computer-logosss .com-shadow {
	background: #D9EFFA !important;
}


.inner_review-right-homesss_part .paper-title h3 {
	color: #2B2B3A;
}

.inner_review-right-homesss_part .paper-title__p p {
	color: #6B6B7D;
}

.inner_review-right-homesss_part .paper-content p {
	color: #2B2B3A;
}


.home-speedysss .home-spddy-title h3 {
	color: #2B2B3A !important;
}

.home-speedysss .speedy-rate {
	color: #2B2B3A;
}


.home-speedysss .spped-pra1 {
	color: #2B2B3A;
}


.home-speedysss .speedy-list {
	background: #FFEAD3;
}


.table-top-item2ss .viewSite11 {
	background: #FF8718;
	color: #fff;
}


.table-top-item2sss .viewSite {
	background: #8797EC;
	color: #fff;
}


.speedy-listss p {
	padding-top: 8px;
}


.mobile_Speedy_paper_top1 .mobile_Speedy_paper2_right1 p {
	color: #2B2B3A;
}


.mobile_Speedy_paper_top1 .mobile_Speedy_paper1_right_top1 h4 span {
	color: #2B2B3A;
}


.mobile_Speedy_paper_top1 .mobile_Speedy_paper_btn_left a {
	background: #FF8718;
	border-radius: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 14px 10px;
	transition: 0.2s all ease;
}


.mobile_Speedy_paper_btn_left a {
	background: #8797EC;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 14px 10px;
}


.review-logo2___img img {
	height: 300px;
}


.reviews-left1212 .speedy-left h5 {
	font-size: 32px;
}

.reviews-left1212 .review-rating-right2 p:first-child {
	font-size: 32px;
	margin-right: 5px;
}


.reviews-left1212 .review-rating-right2 p:nth-child(2) {
	font-size: 16px;
	padding-right: 2px;
}

.reviews-left1212 .review-rating-right2 p:nth-child(3) {
	font-size: 16px;
	padding-right: 2px;
}

.reviews-left1212 .review-rating-right2 p:nth-child(4) {
	font-size: 16px;
	padding-right: 2px;
}

.reviews-left1212 .review-rating-right2 p:nth-child(5) {
	font-size: 16px;
	padding-right: 2px;
}


.reviews-left1212 .review-rating-right2 p:nth-child(6) {
	font-size: 16px;
	padding-right: 2px;
}

.reviews-left1212 .review-leftBtn a {
	background: #FF8718;
	color: #fff;
}

.review-leftBtn2 a {
	background: #fff;
	color: #FF8718;
}

.reviews-left1212 .review-leftBtn a:hover {
	background-color: #000000;
	color: #fff;
}

.review-leftBtn2 a:hover {
	background-color: #FF8718;
	color: #fff;
}

.reviews-left1212 .speedy-list {
	background: #FFEAD3;
}


.apply-rightsss p {
	padding-top: 0;
}

.apply-rightsss .apply-left h5 {
	height: 20px;
	width: 20px;
	background: #00A6F5;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	line-height: 20px;
}


.review-contentpsss {
	color: #fff !important;
}

.first_startpss {
	padding-right: 5px;
}


.review-content h1 {
	color: #2B2B3A;
	font-size: 56px;
	font-weight: 700;
}

.review-content h1 span {
	font-weight: 300;
	color: #2B2B3A;
}


.user-img {
	max-width: 100%;
}

.apply-secsss ol {
	list-style-type: none;
}

.apply-secsss ol li p {
	display: flex;
}

.apply_text1 span {
	height: 34px;
	width: 34px;
	line-height: 34px;
	background: #00A6F5;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	display: block;
}


.apply_text {
	display: flex;
}


.apply_text2 {
	padding-left: 25px;
}


.apply-secsss ol {
	list-style-type: none;
	counter-reset: ordered;
	margin-left: 20px;
}

.apply-secsss li {
	margin-bottom: 20px;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}

.apply-secsss li::before {
	content: counter(ordered);
	counter-increment: ordered;
	display: inline-block;
	margin-left: -60px;
	margin-top: 0px;
	position: absolute;
	height: 20px;
	width: 20px;
	background: #FF8718;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	line-height: 20px;
}


.list1p {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #afafb6 !important;
	padding-top: 0px !important;
}

.list2p {
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	color: #373749;
	padding-top: 12px !important;
}


.home-review-logo {
	width: 10%;
}

.home-review-title1 {
	width: 72%;
}


.home__review__title1 p {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #2A2C33;
	padding-left: 10px;
}

.home-review-logo-start {
	width: 18%;
}


/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-section {
		padding: 20px 0px !important;
		position: relative !important;
	}

	.review-left-item2 h4 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 0px !important;
	}

	.hero {
		padding: 0 20px;
		padding-top: 150px;
	}

	.hero-content h1 {
		font-size: 45px !important;
	}

	.header-menu ul li a {
		padding: 5px 10px !important;
		font-size: 13px !important;
		line-height: 16px !important;
	}

	.dropdown-menu {
		display: flex;
		gap: 18px 5px !important;
		padding-left: 11px !important;
		padding-right: 20px !important;
	}

	.drop-paper .drop-paper-logo img {
		width: 84px !important;
		height: 74px !important;
		border-radius: 18px !important;
	}


	.drop-paper-content p span:first-child {
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		padding-right: 5px;
	}

	.drop-paper-content p span:first-child {
		font-size: 12px;
		line-height: 16px;
		padding-right: 5px;
	}

	.drop-paper-content p span:nth-child(2) {
		font-size: 15px;
		line-height: 24px;
	}


	.drop-paper-content p span:nth-child(2) {
		font-size: 15px;
		line-height: 24px;
	}


	.drop-paper-content p span:last-child {
		font-style: normal !important;
		;
		font-weight: 500 !important;
		;
		font-size: 13px !important;
		;
		line-height: 24px !important;
		;
	}


	.drop-paper-content p span:nth-child(2) {
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 24px;
	}

	.top_main .container {
		width: 95%;
		max-width: initial;
		margin: 0px auto;
	}


	.review-right-content h4 {
		font-size: 16px !important;
	}


	.review-right-logo {
		width: 47px !important;
		height: 47px !important;
	}

	.home-speedy .speedy-list .list1 {
		padding: 2px 5px !important;
	}

	.home-review-title1 p {
		font-size: 11px !important;
	}

	.home-review-logo-start p {
		padding-left: 0px !important;
		font-size: 16px !important;
	}

	.speedy-list {
		align-items: start !important;
	}

	.table-top-item2 td h5 img {
		width: 20px !important;
		height: 20px !important;
		position: relative !important;
		top: 5px !important;
		left: 1px !important;
	}

	.about-page .about-content p br {
		display: none;
	}


	.single-review-page .service-features {
		width: 216px;
	}

	.single-review-page .service-pros {
		width: 415px;
	}

	.services-main-item99111 {
		width: 228px;
	}

	.services-main-item99 h4 {
		font-size: 16px;
	}

	.textt1 {
		font-size: 14px !important;
	}

	.company-btn55 a {
		display: block;
		width: 51px;
		padding: 11px 3px;
		border-radius: 10px;
		text-align: center;
		transition: all .5s;
	}


	.company-btn556 a {
		width: 80px;
	}

	.review1 {
		display: flex;
		justify-content: initial;
		gap: 22px;
		margin-top: 50px;
	}


	.quality-sec img {
		width: 100%;
	}

	.review-left-item2 p br {
		display: none;
	}

	.quality-sec p br {
		display: none;
	}

	.terms-container3 {
		width: 90%;
	}

	.footer-item1 ul li a {
		font-size: 13px;
	}

	.footer-item2 ul li a {
		font-size: 13px;
	}

	.footer-content p {
		font-size: 13px;
	}


	.review-logo2 img {
		height: 250px;
		border-radius: 20px;
		width: 100%;
	}


	.review-left-item2 h4 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 30px;
	}

	.review-left-item2 p {
		font-size: 16px;
		line-height: 24px;
		padding-top: 16px;
		padding-bottom: 30px;
	}

	.new_table_part {
		width: 800px !important;
	}


	.blog-designsss .review-right-home1 {
		position: relative;
		left: 15px;
	}

	.review-designsss .review-right-home1 {
		position: relative;
		left: 10px;
	}

	.review-designsss_area .review-right-home1 {
		position: relative;
		left: 11px;
	}

	.review-designsss_area .speedy-sec2 .speedy-list .list1 {
		padding: 5px 10px;
	}

	.review-designsss_area .speedy-list .list1 h4 {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		color: #373749;
		padding-top: 2px;
		line-height: 23px;
	}

	.review-designsss_area .speedy-left h5 {
		font-size: 32px;
	}

	.review-designsss_area .review-rating-right2 p:first-child {
		font-size: 29px;
	}

	.review-designsss_area .review-left12 {
		padding: 30px 11px;
	}


	.review-design____area .review-right-home1 {
		left: 10px;
	}

	.review-logo2ss img {
		position: relative;
		left: -1px !important;
		width: 264px;
		height: 207px !important;
	}


	.review-rightsss {
		position: relative;
		left: 0px;
	}

	.new_inner_review-right-homesss .computer-table .viewSite {
		cursor: pointer;
		font-size: 12px;
	}

	.dropdown-menu .dropBtn a {
		width: 152px;
		height: 48px;
		line-height: 47px !important;
	}


	.list1p {
		font-size: 10px !important;
		line-height: 16px !important;
		color: #afafb6 !important;
		padding-top: 0px !important;
		padding-bottom: 0 !important;
	}

	.list2p {
		font-style: normal !important;
		font-weight: 500 !important;
		font-size: 17px !important;
		color: #373749;
		padding-top: 5px !important;
		padding-bottom: 0 !important;
	}

	.apply-secsss li p {
		padding: 0;
	}


	.footer-left-logo a span {
		font-size: 20px;
	}

	.footer-left-logo .logoSpan4 {
		font-size: 16px;
	}

	.logo a .logoSpan2 {
		font-size: 20px;
	}

	.logo a span {
		font-size: 16px;
	}


}

@media screen and (max-width: 992px) {
	.services-item55 {
		display: flex;
		align-items: center;
		gap: 15px;
		flex-direction: column;
		padding: 20px;
	}

	.single-review-page .service-pros,
	.single-review-page .service-features {
		min-height: auto;
	}
}

/*
    ====================================
    Small Screen - Tablate
    ====================================
    */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.review-right-home1 {
		display: none!important;
}
	.about-page .about-category .card .number p {
		font-size: 35px;
		font-weight: 700;
	}

	.review-main {
		display: flex;
		margin-top: 67px;
		align-items: center;
	}

	.menu-section {
		display: none;
	}

	.table-service table {
		width: 1012px !important;
	}

	.inner_top-table-title1 {
		overflow: hidden;
	}


	.mobile_area {
		display: block !important;
	}

	.mobile_left img {
		width: 320px !important;
	}


	.mobile_menu {
		width: 50px !important;
		height: 50px !important;
		line-height: 50px !important;
	}

	.paper-main span {
		height: 410px !important;
	}

	.choose-section {
		height: initial !important;
	}

	.computer-para {
		width: 100% !important;
	}

	.choose-title h3 {
		font-size: 31px !important;
		text-align: center !important;
	}

	.choose-title p {
		text-align: center !important;
	}

	.speedy-list {
		flex-direction: initial !important;

	}

	.review-right2 {
		position: relative;
		top: -39px;
		left: 27px;
	}


	.top_main .container {
		width: 93%;
		max-width: initial;
		margin: 0px auto;
	}

	.footer-item3 {
		padding: 20px;
		padding-top: 0;
	}

	.hero-content {
		order: 2;
		padding-top: 34px;
	}


	.review-left-item2 p br {
		display: none;
	}

	.quality-sec p br {
		display: none;
	}

	.hero-company .review-top-banner {
		height: initial;
	}


	.review1 .review-right {
		width: 100%;
		display: flex;
	}

	.review-right1s {
		position: relative;
		top: -26px;
		left: 24px;
	}

	.comlogo5 {
		width: 98%;
	}

	.review-contentp {
		padding-top: 0;
	}

	.single-review-page .service-features {
		width: 561px;
	}


	.end-review-item .end-thub:first-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0px;
	}

	.end-thub p {
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 29px;
		color: #2B2B3A;
		text-align: center;
		padding-bottom: 13px;
	}

	.end-review-item .end-thub:last-child {
		position: relative;
		left: 0;
		display: block;
	}


	.end-review-item {
		gap: 20px;
	}

	.end-review1 {
		margin-bottom: 37px !important;
	}

	.contact-form1 .form1 {
		width: 100%;
	}


	.terms-container3 {
		width: 83%;
	}

	.review-left-item img {
		width: 100%;
		height: 300px;
		border-radius: 30px 30px 0px 0px;
	}

	.review-top-banner {
		height: initial;
	}

	.new_table_part1 h5 {
		font-size: 19px !important;
	}

	.new_table_part1 .table-top-item td .rating i {
		color: #FFB018;
		font-size: 12px;
		position: relative;
		top: -5px;
		padding-right: 3px;
	}


	#sidebar.fixed {
		position: initial !important;
		margin-left: initial !important;
	}

	.inner_review_right_home {
		overflow: initial !important;
		overflow-y: initial !important;
		height: initial !important;
		display: flex;
	}

	#sidebar {
		position: initial !important;
		margin-left: 0px;
	}

	.review-logo2ss img {
		position: relative;
		left: 0;
		width: 264px;
		height: 207px !important;
	}


	.about-us_partss .review-logo2 img {
		height: 227px;
		margin-left: 0;
		margin-top: 25px;
		margin-bottom: 30px;
	}


	.top-table-title td {
		padding: 10px 13px;
	}

	.review1 .review-left table td img {
		width: 91px;
		height: 100%;
		border-radius: 15px;
	}

	.review-left1 .review-left-item img {
		width: 100%;
		height: 188px;
		border-radius: 30px 30px 0px 0px;
	}


	.hero-thub2 img {
		width: 300px !important;
		height: 300px !important;
	}

	.hero-content {
		padding-top: 0px !important;
	}

	.hero {
		padding-top: 50px !important;
	}


	.faq-title h2 {
		padding-left: 23px;
	}


	.list1p {
		font-size: 10px !important;
		line-height: 16px !important;
		color: #afafb6 !important;
		padding-top: 0px !important;
		padding-bottom: 0 !important;
	}

	.list2p {
		font-style: normal !important;
		font-weight: 500 !important;
		font-size: 17px !important;
		color: #373749;
		padding-top: 5px !important;
		padding-bottom: 0 !important;
	}

	.home-speedy .speedy-list .list1 {
		padding: 10px 11px !important;
	}


}

/*
    ====================================
    Small Screen - Mobile
    ====================================
    */
@media screen and (min-width: 576px) and (max-width: 767px) {}

/*
    ====================================
    Xtra Small Screen - Small Mobile
    ====================================
    */
@media screen and (max-width: 767px) {
	.main_mobile_Speedy_paper.mobile_view, .top-table-title.new_color1_ .mobile_view {
    display: block;
}
.computer_view.inner_top-table-title1.table-top-item2sss, .top-table-title.new_color1_ .computer_view {
	display: none;
}
	.review-right-home1 {
    display: none;
}
	.review-left-dis {
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 10px;
}

	.copyright p {
		font-size: 15px !important;
	}


	.footer-clinet {
		border: 1px solid #6b6b7d3b !important;
		border-radius: 19px !important;
		padding: 10px 10px !important;
		margin: 0 !important;
	}

	.footer-clinet ul {
		display: inherit !important;
		padding: 0;
		margin: 0;
		list-style-type: none;
		text-align: center;
	}


	.footer-clinet ul li {
		display: inline-block;
	}


	.footer-clinet ul li {
		margin-right: 6px !important;
		margin-left: 6px !important;
		cursor: pointer;
	}


	.footer-clinet ul li img {
		width: 54px;
	}


	.footer-clinet ul li:nth-child(2) img {
		position: relative;
		top: 5px;
	}

	.footer-sec {
		padding-bottom: 32px !important;
		padding-top: 16px !important;
	}

	.footer-content p {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 12px !important;
	}

	.footer-item3 ul li a {
		display: block !important;
		text-align: left !important;
	}

	.footer-item3 span {
		width: 24px !important;
		display: inline-block;
	}

	.footer-item3 ul li a {
		display: flex !important;
		align-items: center;
	}

	.footer-item3 {
		padding: 0px 15px !important;
	}

	.footer-sub {
		margin-top: 0 !important;
	}

	.footer-item3 p {
		display: block;
	}


	.footer-item3 ul li a {
		margin-top: 20px !important;
	}

	.footer-item3 {
		margin-top: 0px !important;
	}


	.footer-right-menu ul li:last-child a {
		margin-top: 11px;
	}


	.menu-section {
		display: none;
	}


	.mobile_area {
		display: block !important;
	}


	.main_part {
		padding: 0px 10px;
	}

	.hero-section {
		padding-top: 0px;
	}

	.hero {
		flex-direction: column;
		padding-top: 47px !important;
	}

	.hero-content p {
		text-align: center !important;
		font-size: 14px !important;
		line-height: 20px !important;
		margin: 0;
	}

	.hero-button {
		padding-top: 8px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}


	.hero-button .btn1 {
		font-size: 13px !important;
		width: 130px;
		display: initial !important;
		padding: 0 !important;
		height: 48px;
		line-height: 48px !important;
		text-align: center;
		margin-right: 5px;

	}

	.hero-button .btn1 img {
		margin-left: -7px;
	}

	.hero-button .btn2 {
		font-size: 13px !important;
		width: 130px;
		display: initial !important;
		padding: 0 !important;
		height: 48px;
		line-height: 48px !important;
		text-align: center;
		margin-left: 5px;
	}


	.hero-section {
		width: 100%;
		height: initial !important;
		border-radius: 30px;
		overflow: hidden;
		position: static;
		z-index: -1;
	}

	.inner_writing_services_list {
		display: flex;
		align-items: center;
		padding: 8px;
	}

	.Top_writing_services {
		padding: 0 0px !important;
	}


	.Top_writing_services {
		display: block !important;
	}

	.computer-para {
		width: initial !important;
	}

	.computer-title h3 {
		font-size: 19px !important;
		line-height: 29px !important;
	}

	.computer-title h3 {
		font-size: 18px !important;
		line-height: 27px !important;
		margin-top: -24px;
		margin-bottom: -3px;
	}

	.computer-easy-services .content {
		padding-top: 26px !important;
		padding-bottom: 15px !important;
	}


	.choose-section .content {
		padding: 9px 5px !important;
	}

	.choose-title h3 {
		font-weight: 500;
		font-size: 28px !important;
		line-height: 31px !important;
		text-align: center !important;
		padding-bottom: 12px !important;
		padding-top: 8px !important;
	}

	.choose-title p {
		font-size: 11px !important;
		line-height: 18px !important;
		text-align: center !important;
	}


	.computer-table table {
		border-collapse: collapse;
		width: 803px !important;
	}


	.table-title h3 {
		padding: 15px !important;
		font-size: 27px !important;
		line-height: 35px !important;
		padding-left: 0px !important;
	}

	.choose-section {
		height: initial !important;
	}

	.choose-section {
		padding-bottom: 8px !important;
	}

	.paper-section .content {
		margin: 0 !important;
		padding: 15px 5px !important;
	}


	.paper-title h3 {
		font-size: 26px !important;
		line-height: 36px !important;
		text-align: center !important;
	}

	.paper-title p {
		line-height: 19px !important;
		margin-top: 10px !important;
		text-align: center !important;
		padding-bottom: 20px !important;
	}


	.paper-content p {
		line-height: 22px !important;
		color: #FFFFFF;
	}

	.paper-item {
		display: flex;
		margin-top: inherit !important;
		padding-bottom: 25px !important;
	}

	.paper-main span {
		border-left: 1px dashed #6B6B7D;
		height: 618px !important;
		display: block !important;
		position: absolute;
		top: 22px !important;
		margin-left: 15px;
	}

	.paper-section {
		height: inherit !important;
	}

	.faq-item {
		margin: 10px 0px !important;
	}

	.faq-sec .content {
		padding: 50px 0;
		padding-top: 18px !important;
	}


	.mobile_Speedy_Section {
		display: block !important;
	}

	.home-speedy.home-speedysss {
		display: none;
	}

	.top-table-title1 {
		padding-top: 0px !important;
	}


	.top-table-title h3 {
		font-size: 29px !important;
		margin-bottom: 18px !important;
		text-align: center !important;
		line-height: 38px !important;
	}


	.hero-content3 p {
		font-size: 18px !important;
	}


	.banner-heading_404 {
		opacity: 1;
	}


	.review-logo2 img {
		height: 196px;
		border-radius: 20px;
	}

	.about-content3 {
		padding: 21px 17px;
		padding-bottom: 0;
	}

	.terms-line1 {
		display: none;
	}


	.about1 .about-thub img {
		height: initial;
		width: 270px;
		border-radius: 20px;
	}


	.about-page .about-content p {
		font-size: 14px;
	}


	.about1 {
		display: flex;
		align-items: center;
		gap: 22px !important;
		flex-direction: column;
	}

	.about-page .about-content .about-rating img {
		width: 100%;
		margin-top: 13px;
	}


	.about2 {
		padding: 22px 17px;
		padding-top: 0;
	}


	.about2 .terms-line {
		width: 200px;
		border: 1px solid #f57b4fb9;
		margin: 23px 0px;
		border-radius: 50px;
		margin-top: -29px;
	}

	.about-page .about-content h3 {
		margin-bottom: 8px;
	}

	.about-page .about-category .card .icon {
		width: 80%;
	}

	.about-page .about-category .card .number {
		width: 20%;
	}

	.single-review-page {
		border-radius: 30px;
	}


	.review-main {
		display: flex;
		justify-content: space-around;
		gap: 50px;
		margin-top: 25px;
	}


	.review-contentp {
		font-size: 14px;
		margin: 0;
		padding-bottom: 21px;
	}

	.review-content h1 {
		font-style: normal;
		font-weight: 700;
		font-size: 33px;
		line-height: 35px;
	}

	.company-rating-left p:first-child {
		font-size: 31px !important;

		padding-right: 0px;
	}

	.new_company-rating-left p:first-child {
		margin-right: 3px;
	}

	.newreview-content {
		gap: 22px !important;
	}

	.newreview-content {
		margin-top: -22px;
	}

	.single-review-page .review-logo img {
		height: 183px;
	}

	.single-review-page .review-logo .action-img {
		left: 23px;
		top: auto;
		bottom: -100px;
	}


	.single-review-page .service-features {
		margin-top: 22px;
		width: 100%;
		height: auto;
	}

	.services-item55 {
		display: flex;
		align-items: center;
		gap: 15px;
		flex-direction: column;
		padding: 20px 5px;
	}


	.services-main-item999 {
		margin-top: 8px !important;
	}


	.single-review-page .service-pros .left-side {
		border-right: none;
	}


	.right-side1111 {

		padding-bottom: 0 !important;
	}

	.textt_h4 {
		margin-top: -24px;
	}

	.mobile_company777 p:first-child {
		font-size: 14px !important;
	}

	.mobile_company777 h4 {
		font-size: 16px;
	}

	.sec3 a {
		padding: 8px 8px !important;
		font-size: 15px !important;
	}


	.single-review-page {
		padding-bottom: 0px !important;
	}


	.review-slide_part2 {
		display: block;
	}


	.review-slide_part2 {
		display: block;
		padding: 18px 23px;
	}


	.home-review-logo {
		width: 15%;
	}

	.home-review-title1 {
		width: 70%;
	}


	.home-review-logo-start {
		width: 15%;
	}

	.home-review-items {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: initial !important;

		padding: 10px !important;
	}

	.home-review-logo-start p {
		padding-left: 0px !important;
		display: flex;
		align-items: center;
		font-size: 18px;
	}


	.end-review-item .end-thub:first-child {
		border-right: none;
		padding-right: 0;
		margin-right: 10px;
	}


	.end-review-item {
		padding: 20px;
		gap: 30px;
	}

	.end-thub h5 {
		font-size: 18px;
	}

	.end-thub h5 span {
		color: #6B6B7D;
		font-size: 15px;
		float: left;
		font-weight: 400;
		display: block;
	}

	.end-review-item .end-thub:last-child {
		position: relative;
		left: 0;
	}

	.line_last {
		width: 53px;
		height: 1px;
		background-color: #e6edf3;
		margin-bottom: -7px;
		margin-top: -12px;
	}


	.Top_writing_services1111 {
		padding: 0 8px;
	}

	.star_cut1111 {
		position: relative;
		top: 9px;
	}

	.review-content h3 {
		font-size: 36px;
		font-weight: 700;
	}

	.review-content h1 {
		font-size: 36px;
		font-weight: 700;
	}

	.Top_writing_services111 {
		padding: 0 5px;
	}

	.review1 {
		margin-top: 0px;
	}

	.review-slide_part2 {
		display: block !important;
	}

	.review-slide_part2 {
		display: block;
		padding: 18px 12px !important;
		padding-bottom: 60px !important;
	}


	.faq-sec .content {
		padding: 50px 0;
		padding-bottom: 0 !important;
	}


	.Load_more_btns {
		padding: 0px 12px !important;
		padding-bottom: 15px !important;

	}


	.Load_more_btns {
		display: block;

	}

	.Visit1-btn a {
		height: 49px;
		line-height: 20px;
	}

	.Visit1-btn a i {
		position: relative;
		top: 0px;
	}

	.review-left-item2 h4 {
		font-size: 31px !important;
		padding-bottom: 15px !important;
	}


	.review-left-item2 h3 {
		font-size: 25px;
	}


	.review-leftt12 {
		background: #FFFFFF;
		padding: 18px 16px;
		box-sizing: border-box;
		border-radius: 30px;
		padding-top: 0;
	}


	.reviews-leftt12 p {
		padding-top: 0;
		margin-top: 15px !important;
	}


	.service-discountss h3 {
		text-align: center;
		font-size: 22px;
		padding-top: 19px;
	}

	.discount-pagesss .review-left-item {
		padding-bottom: 2px;
		margin-bottom: 20px;
	}

	.review-slide_partt2 {
		padding-top: 0 !important;
	}

	.reviews-left12 {
		padding: 10px 10px;
	}

	.mobile_Speedy_Section {
		padding: 0 10px 15px;
	}

	.main_mobile_Speedy_Section_text p {
    margin-bottom: 15px;
}

	.speedy-sec2ss {
		align-items: initial;
	}

	.speedy-sec2ss-left h5 {
		font-size: 32px;
	}


	.speedy-sec2ss-left .review-rating-right2 p:first-child {
		color: #2B2B3A;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 32px;
		margin-right: 10px;
		font-size: 30px;
	}

	.speedy-sec2ss-right .review-leftBtn {
		text-align: center;
		padding: 0 0px;
		box-sizing: border-box;
	}


	.new_speed-para {
		padding: 0;
		padding-bottom: 23px;
	}

	.new_apply-sec p {
		padding-top: 0px;
	}

	.new_faq-sec {
		padding-bottom: 25px;
	}

	.reviews-leftt12ss p {
		padding-top: 25px;
	}

	.review-slide_part2sss {
		padding-top: 0 !important;
		margin-top: -17px !important;
	}


	.new_faq-sec11 {
		margin-top: -57px;
	}


	.newhero-section {}

	.main_partss {
		padding: 0;
	}

	.main_partss ._main_Top_writing_services {
		margin: 40px 5px;
	}

	.review-logo2ss img {
		position: relative;
		left: 0;
		width: 264px;
		height: 207px !important;
	}

	.about-us_partss .review-logo2 img {
		height: 111px;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.review-right-home1ss {
		padding-bottom: 30px;
		display: none;
	}

	.checkBtns {
		display: none;
	}


	.down_mobile_Speedy_Section_left h2 {
		padding: 0;
		font-size: 20px;
	}


	.down_mobile_Speedy_Section_right h2 {
		padding: 0;
		font-size: 20px;
	}

	.down_mobile_Speedy_Section_right h2 sub {
		font-size: 9px;
		position: relative;
		bottom: 6px;
	}


	.footer-left-logo a span {
		padding-left: 3px;
		font-size: 16px;
	}

	.footer-left-logo .logoSpan4 {
		font-size: 14px;
	}

	.single__top__banner {
		background-image: none;
	}

}

@media all and (max-width :576px) {
	.mobile_view {
		display: block !important;
	}

	.computer_view {
		display: none;
	}
	.container {
		padding: 0;
		box-sizing: border-box;
	}

	.hero-section {
		padding-bottom: 100px;
	}

	.hero {
		flex-direction: column;
		padding-top: 90px;
	}


	.hero-content p {
		text-align: center;
	}

	.hero-button {
		justify-content: center;
	}

	.review-left-dis {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.hero-content {
		order: 2;
		padding-top: 0px;
	}

	.hero-thubnail {
		order: 1;

	}

	.hero-thub2 img {
		width: 172px;

	}

	.hero-thubnail .hero-thub3 {
		position: absolute;
		width: 20px;
		height: 36px;
		left: 153px;
		top: 69px;
	}

	.hero-content h1 {
		font-style: normal;
		font-size: 36px;
		line-height: 45px;
		text-align: center;
	}

	.hero-button .btn1 .checkBtn,
	.hero-button .btn2 .checkBtn {
		display: none;
	}

	.home-spddy-logo img {
		width: 60px;
		height: 50px;
	}

	.choose-section {
		height: auto;
	}

	.footer {
		grid-template-columns: repeat(1, 1fr);
	}

	.review-right-home1 {
		max-width: 275px;
		margin: 0 auto;
	}

	.choose-title {
		padding: 10px;
	}

	.choose-main {
		padding: 0 10px;
	}

	.paper-title {
		padding: 10px;
	}

	.paper-main {
		padding: 10px;
	}

	.faq-sec .content {
		padding: 50px 0;
	}

	.review1 .review-left {
		width: 100%;
	}

	.footer-sub {
		flex-direction: column;
		grid-gap: 23px;
	}

	.review1 .review-right {
		width: 300px;
		max-width: 300px;
		margin: 0 auto;
	}

	.review-content h3 {
		line-height: 40px;
	}

	.review-left-item img {
		height: auto;
	}

	.contact-form1 .form1 {
		width: 100%;
	}

	.terms-container2 {
		width: 100%;
		padding: 0;
	}

	.review-top-banner {
		height: auto;
		padding-bottom: 65px;
	}

	.footer-clinet ul {
		display: flex;
		align-items: center;
		grid-gap: 10px;
		flex-wrap: wrap;
	}

	.container2 {
		width: 700px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.computer-para {
		width: 315px;
	}

	.computer {
		flex-direction: column;
		align-items: flex-start;
	}

	.paper-section {
		height: auto;
	}


}


@media all and (max-width :400px) {
	.container2 {
		width: 400px;
	}

	.company7-main {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 10px;
	}

	.company-review1 {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 15px;
		flex-direction: column;
	}

	.services-item55 {
		display: flex;
		align-items: center;
		gap: 15px;
		flex-direction: column;
		padding: 20px;
	}

	.hero-company .review-top-banner {
		height: 1412px;
	}

	.services-main-item99 img {
		border-radius: 10px;
		border: 2px solid #e5dada30;
		width: 300px;
	}

	.company-extra-servies {
		margin-top: 20px;
	}

	.company-btn55 {
		margin-top: 10px;
	}

	.review1-home {
		flex-direction: column;
	}

	.product-cart img {
		width: 300px;
	}

	.quality-sec img {
		width: 300px;
	}

	.review-right-home2 {
		width: 400px;
	}


	.contact-se2 {
		width: 100%;
	}

	.dropdown-menu {
		flex-direction: column;
	}

	.contact-sec {
		height: 720px;
	}

	.footer-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		position: relative;
	}

	.footer-item2 {
		display: none;
	}

	.footer-item1 {
		text-align: center;

	}

	.footer-right-menu ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 11px 50px;
		flex-direction: column;
		margin-top: 20px;
	}

	.footer-menu .footer-left-logo {
		position: relative;
	}

	.footer-line {
		display: none;
	}

	.footer-line2 {
		display: block;
	}

	.contact-form1 {
		display: flex;
		align-items: center;
		gap: 5px;
		flex-direction: column;
	}

	.contact-form2 textarea {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #353949;
		border-radius: 5px;
	}

	.speedy-sec {
		flex-direction: column;
		padding-top: 10px;
	}

	.speedy-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.splitLogo {
		height: 250px;
		width: 300px;
	}

	.comLogo2 {
		width: 280px;
	}

	.review-content h3 {
		color: white;
		font-style: normal;
		font-weight: 700;
		font-size: 26px;
		line-height: 40px;
	}


	.comlogo5 {
		width: 280px;
	}

	.review-left1 {
		grid-template-columns: repeat(1, 1fr);
	}

	.review-left-item img {
		width: 100%;
		height: auto;
		border-radius: 30px 30px 0px 0px;
	}

	.review-left-dis {
		display: grid;
		align-items: center;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.review1 {
		flex-direction: column;
	}

	.review-main {
		flex-direction: column;
	}


	.review-top-banner {
		height: auto;
		padding-bottom: 65px;
	}

	.review-content {
		order: 2;
	}

	.review-logo {
		order: 1;
	}

	.choose-section {
		height: auto;
	}

	.container3 {
		width: 340px;
		margin: 10px auto;
	}

	.choose-content {
		text-align: center;
	}

	.choose-item {
		flex-direction: column;
		align-items: center;
		/* text-align: center; */
		justify-content: center;
		gap: 10px;
		overflow: hidden;
	}

	.paper-section {
		height: 1500px;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.header-menu {
		position: relative;
	}

	.menu .logo a {
		font-size: 15px;
	}


	.header-menu {}

	.menu {
		display: contents;
		grid-template-columns: repeat(2, 234px);
		gap: 1rem;
	}

	.menubar {
		display: block;
		position: absolute;
		right: 42px;
		padding: 10px 15px;
		top: 22px;
		background: #D5E0EF;
		border-radius: 8px;
	}

	.end-review-item {
		display: flex;
		align-items: flex-start;
		gap: 50px;
		background: white;
		border-radius: 10px;
		padding: 30px;
		margin-top: 10px;
		flex-direction: column;
	}

	.about1 {
		display: flex;
		align-items: center;
		gap: 60px;
		flex-direction: column;
	}

	.about2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px 100px;
		margin-top: 50px;
		flex-direction: column;
	}

	.about2 .about-content {
		order: 1;
	}

	.about2 .about-thub {
		order: 2;
	}
}

@media all and (max-width :360px) {
	.container2 {
		width: 350px;
	}

	.product-cart img {
		width: 250px;
	}

	.quality-sec img {
		width: 250px;
	}

	.contact-form2 textarea {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #353949;
		border-radius: 5px;
	}

	.contact-form input[type='text'] {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #353949;
		padding: 17px;
		border-radius: 5px;
	}

	.faq-item {
		margin: 10px 20px;
	}

	.choose-section {
		height: 1400px;
	}

	.faq-title h3 {
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 40px;
		margin: 10px 20px;
	}

	.paper-section {
		height: 1700px;
	}

	.container3 {
		width: 300px;
		margin: 10px auto;
	}
}

/* author page styles */
/* .get-discount */
.get-discount {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 8px 35px 8px 15px;
	color: #ffffff;
	background: #8797EC;
	z-index: 1;
}

.get-discount__close {
	position: absolute;
	top: 50%;
	right: 15px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background: none;
	transform: translate(0, -50%);
}

.get-discount__close:hover::before,
.get-discount__close:hover::after {
	background: #000000;
}

.get-discount__close::before,
.get-discount__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1px;
	background: #ffffff;
	transform-origin: center center;
	transform: translate(-50%, -50%);
	transition: 0.2s background;
}

.get-discount__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.get-discount__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.get-discount__inner {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.get-discount__text {
	color: inherit;
}

.get-discount__link {
	display: inline-block;
	color: #8797EC;
	margin-left: 20px;
	padding: 0.35rem 1.15rem;
	font-weight: 500;
	background: #ffffff;
	border-radius: 8px;
	transition: color 0.15s;
}

.get-discount__link:hover {
	color: #2B2B3A;
}

/* .banner-heading */
.banner-heading--alt p {
	color: #6B6B7D;
}

.banner-heading--alt svg {
	width: 13px;
	height: 13px;
}

/* .about-author */
.about-author {
	margin: 30px auto 45px;
	padding: 40px 30px;
	background: #ffffff;
	border-radius: 30px;
	line-height: 1.5;
}

.about-author h1,
.about-author h2,
.about-author h3,
.about-author h4,
.about-author h5,
.about-author h6 {
	font-size: 32px;
	font-weight: 500;
	color: #2B2B3A;
	line-height: 1;
}

.about-author h1 {
	position: static;
	top: 0;
	text-align: left;
}

.about-author__head {
	display: flex;
}

.about-author__img {
	flex-shrink: 0;
	margin-right: 40px;
	width: 312px;
	height: 312px;
	border-radius: 30px;
	overflow: hidden;
}

.about-author__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
	background: #D5E0EF;
}

.about-author__heading {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 25px;
}

.about-author__heading h1,
.about-author__heading h2,
.about-author__heading h3,
.about-author__heading h4,
.about-author__heading h5,
.about-author__heading h6 {
	margin: 5px 24px 5px 0
}

.about-author__authorname {
	display: flex;
	align-items: center;
	color: #8797EC;
}

.about-author__authorname svg {
	flex-shrink: 0;
	width: 30px;
	height: 25px;
	margin-right: 5px;
}

.about-author__body h1,
.about-author__body h2,
.about-author__body h3,
.about-author__body h4,
.about-author__body h5,
.about-author__body h6 {
	margin: 24px 0;
}

.about-author__body p {
	margin-bottom: 24px;
}

.about-author__body hr {
	max-width: 200px;
	margin: 0;
	border-color: transparent;
	border-bottom-color: #FF8718;
}

/* .author-reviews */
.author-reviews {
	padding: 0 0 45px;
}

.author-reviews:last-child {
	padding-bottom: 96px;
}

.author-reviews > h2 {
	margin: 0 0 30px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
}

.author-reviews .review-left1 {
	margin-bottom: 30px;
	grid-template-columns: repeat(4, 23.7%);
	grid-column-gap: 1.5%;
}

.author-reviews .review-leftBtn2 a {
	margin: 10px auto 8px;
}

.author-reviews .review-leftBtn a {
	margin: 16px auto 10px;
}

.author-reviews .date {
	padding: 0 16px;
}

.author-reviews .date p {
	color: #6B6B7D;
	font-size: 14px;
}

.author-reviews .date p i {
	margin-right: 5px;
}

.author-reviews--alt .review-left-item h4 {
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	line-height: 1.2;
}

/* .arrow-btn */
.arrow-btn {
	text-align: center;
}

.arrow-btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0.85rem 1.52rem;
	color: #ffffff;
	font-weight: 500;
	border-radius: 30px;
	background: #8797EC;
	transition: background 0.2s;
}

.arrow-btn a:hover {
	background: #6b7fea;
}

.arrow-btn img {
	margin-left: 8px;
}

@media screen and (max-width: 992px) {
	/* .get-discount */
	.get-discount {
		padding-bottom: 12px;
	}

	.get-discount__close {
		top: 8px;
		right: 8px;
		transform: none;
	}

	.get-discount__inner {
		display: block;
	}

	.get-discount__text {
		margin: 0 0 10px;
	}

	.get-discount__link {
		margin-left: 0;
	}

	/* .about-author__head */
	.about-author {
		padding: 24px 16px;
	}

	.about-author__head {
		display: block;
	}

	.about-author__img {
		margin: 0 0 24px;
	}

	.about-author__heading {
		display: block;
	}

	.about-author__heading h1,
	.about-author__heading h2,
	.about-author__heading h3,
	.about-author__heading h4,
	.about-author__heading h5,
	.about-author__heading h6 {
		margin: 0 0 24px;
	}

	/* .author-reviews */
	.author-reviews .review-left1 {
		grid-template-columns: repeat(2, 48%);
	}
}

@media screen and (max-width: 768px) {
	/* .author-reviews */
	.author-reviews:last-child {
		padding-bottom: 80px;
	}

	.author-reviews > h2 {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	/* .about-author */
	.about-author__img {
		width: 296px;
		height: 296px;
		margin-right: auto;
		margin-left: auto;
	}
	
	/* .author-reviews */
	.author-reviews .review-left1 {
		grid-template-columns: repeat(1, 100%);
	}

	/* .arrow-btn */
	.arrow-btn a {
		display: block;
		margin: 0 auto;
		max-width: 328px;
	}
}