 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.containerswiper-full {
	display: flex;
	flex-direction: column;
	box-shadow: none;
}
/*----------------------------------------*/
/*          Hemorrhoids Page css
/*----------------------------------------*/
.hero-section-d1 {
	background-image: url(../images/may-img-26/hero-bg.jpg);
	position: relative;
	z-index: 0;
	margin-bottom: -92px;
	padding-bottom: 117px;
	padding-top: 129px;
	float: left;
	width: 100%;
}
.hero-info-img {
	max-height: clamp(400px, 30vw, 800px);
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.hero-info-img img {
	transform: translateY(7rem);
	max-height: clamp(400px, 37vw, 800px);
	width: auto;
	z-index: -2;
}
.hero-info-content .hero-info-title-d {
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	line-height: 63px;
	margin-bottom: 22px;
}
.hero-info-content p {
	color: #fff;
	font-size: 17px;
	line-height: 29px;
}
.trustpilot-wrappe {
	gap: 0.8rem;
	display: grid;
	text-align: center;
}
.trustpilot-wrappe-item1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
}
.trustpilot-wrappe-item1 .excellent-text {
	color: #fff;
	font-size: 16px;
}
.trustpilot-wrappe-item1 .sg-icon img {
	max-width: 93px;
}
.trustpilot-wrappe-item1 .trustpilot-icon {
	max-width: 102px;
}
.trustpilot-wrappe-item2 p {
	color: #fff;
	font-size: 15px; 
}
.trustpilot-wrappe-item2 p a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.swiper-slide-plan {
	border: 1px solid #dddddd;
	padding: 23px;
	border-radius: 23px;
	position: relative;
}
.swiper-slide-plan .grid-plan-title .plan-title-2xl {
	font-size: 22px;
	margin-bottom: 4px;
	color: #212121;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.swiper-slide-plan .grid-plan-title p {
	font-size: 16px;
	color: #212121;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.swiper-slide-plan .plan-get-btn a {
	background: #212121;
	padding: 9px 15px;
	display: inline-block;
	text-align: center;
	width: 100%;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.swiper-slide-plan .plan-get-btn a:hover {
	background: #4b4b4b;
}
.swiper-slide-plan .plan-list-div-d {
	margin-top: 17px;
	border-top: solid 1px #dddddd;
	padding-top: 14px;
}
.swiper-slide-plan .plan-list-div-d li {
	margin-bottom: 4px;
	font-size: 14px;
	display: flex;
	gap: 0.4rem;
	align-items: center;
	font-family: "Inter", sans-serif;
	color: #585858;
	font-weight: 500;
}
.swiper-slide-plan .plan-list-div-d li strong {
	font-weight: 600;
	color: #212121;
}
.swiper-slide-plan .plan-list-div-d li::before {
	display: block;
	content: "";
	min-width: 21px;
	min-height: 26px;
	background-image: url(../images/may-img-26/icon_check_small.svg);
	background-position: 50% 50%;
	background-size: cover;
}
.swiper-slide-plan .plan-grid {
	display: grid;
	align-self: stretch;
	max-width: 100%;
	margin-bottom: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color: #212121;
	font-size: 14px;
}
.swiper-slide-plan .plan-grid span.price-plan-d {
	font-size: 32px;
	color: #212121;
	font-weight: 500;
}
.plan-container {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	border-radius: 4.4rem 4.4rem 0 0;
	background: #fff;
	float: left;
	width: 100%;
}
.section-title-div3 {
	font-size: 32px;
	margin-bottom: 11px;
	text-align: center;
	color: #212121;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.section-title-div-row-3 {
	text-align: center;
	margin-bottom: 47px;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.custom-tooltip {
	background-color: #000;
}
.Why-professionals-Choose-section-d {
	background: #111111;
	padding-top: 45px;
	padding-bottom: 45px;
	float: left;
	width: 100%;
}
.Why-professionals-Choose-section-d .section-title-div3 {
	color: #fff;
}
.accordion__toggle-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .35s ease-in;
}
.accordion__toggle-image.active {
	position: relative;
	opacity: 1;
}
.accordion__toggle-image img {
	width: 100%;
	height: auto;
}
.accordion-wrapper-d {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-flow: row;
	display: grid;
	gap: 4rem;
}
.accordion-wrapper-d ul.flex {
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
}
.accordion-wrapper-d ul.accordion__toggle-images {
	position: relative;
	width: 100%;
	border-radius: 1.6rem;
	display: flex;
	overflow: hidden;
	background-size: cover;
}
.accordion-wrapper-d button {
	background: none;
	border: none;
	color: #fff;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion-wrapper-d p {
	color: #fff;
	font-size: 15px;
}
.accordion-wrapper-d li.accordion__container--item {
	border-bottom: solid 1px #424242;
}
.accordion-wrapper-d button span {
	font-size: 25px;
	font-weight: 500;
}
.accordion-wrapper-d button span:after {
	transition: all .35s ease-in-out;
	right: 0;
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 0px;
}
.accordion-wrapper-d li.accordion__container--item.active button span:after {
	content: "\f106";
	font-family: "Font Awesome 6 Pro";
}
.accordion-wrapper-d .density-h--2xl {
	padding-bottom: 17px;
	padding-top: 17px;
}
.accordion-wrapper-d .accordion__container__content {
	margin-top: 15px;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.traffic-spikes-section-d {
	background-image: url(../images/may-img-26/traffic-spikes-section_bg.jpg);
	background-position: 50% 50%;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
.traffic-spikes-section-d .section-title-div3 {
	color: #fff;
}
.section-title-div-row-3 p {
	color: #fff;
	font-size: 17px;
	font-family: "Inter", sans-serif;
}
.traffic-spikes-card-box {
	border: 1px solid rgba(255,255,255,.3);
	backdrop-filter: blur(40px);
	background: linear-gradient(124deg, rgba(111,111,111,.01) -11.18%, rgba(255,255,255,.1) 27.19%, rgba(124,107,107,.01) 121.43%);
	border-radius: 26px;
	padding: 33px;
	height: 100%;
}
.traffic-spikes-card-box .title-traffic-spikes-card {
	font-size: 22px;
	color: #fff;
	margin-bottom: 13px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.traffic-spikes-card-box p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.traffic-spikes-card-box .traffic-spikes-card-box-icon {
	margin-bottom: 11px;
}
.traffic-spikes-card-box .traffic-spikes-card-box-icon svg * {
	fill: #fff;
}
.traffic-spikes-card-r .col-md-6 {
	margin-bottom: 25px;
}
.two-col-section-d-1 {
	background: #111111;
	padding-top: 32px;
	padding-bottom: 32px;
	float: left;
	width: 100%;
}
.two-col-about-img1 {
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}
.grid-two-col-info .grid-two-col-info-title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
.grid-two-col-info p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
}
.faq-section-d2 {
	padding-top: 46px;
	padding-bottom: 48px;
	float: left;
	width: 100%;
}
.faq-section-d2 .accordion-item {
	border: none;
	border-bottom: solid 1px #dfdfdf;
}
.faq-section-d2 .accordion-item .accordion-header button {
	background: none;
	box-shadow: none;
}
.faq-section-d2 .accordion-item .accordion-header button {
	background: none;
	box-shadow: none;
	font-size: 17px;
	color: #212121;
	font-weight: 500;
	padding-left: 0px;
}
.faq-section-d2 .accordion-body {
	padding-left: 0px;
	padding-right: 0px;
}
.customer-success-section-d2 {
	background: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow-x: clip;
	position: relative;
	float: left;
	width: 100%;
}
.customer-success-section-d2 .section-title-div-row-3 {
	text-align: left;
}
.customer-success-section-d2 .section-title-div-row-3 .section-title-div3 {
	text-align: left;
}
.customer-success-section-d2 .section-title-div-row-3 p {
	color: #212121;
}
.customer-success-stories {
	width: 1300px;
	max-width: 100%;
	margin-left: 0;
	overflow: visible;
	height: 100%;
}
.customer-success-stories-swiper-slide {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: 8fr 9fr;
	align-items: center;
	padding: 33px;
	border-radius: 28px;
}
.customer-success-stories-svg-icon svg {
	max-width: 38px;
	margin-bottom: 9px;
}
.swiper-bg-1 {
	background: #2e6185;
}
.customer-success-stories-left-info p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
}
.customer-success-stories-left-info .customer-success-stories-name1 {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
.customer-success-stories-left-info .customer-success-stories-name2 {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.swiper-bg-blue-light {
	background: #e7f0f7;
}
.black-text-slider .customer-success-stories-name1, .black-text-slider .customer-success-stories-name2 {
	color: #212121;
}
.black-text-slider p {
	color: #212121;
}
.choice-for-agencies-div-img {
	border-radius: 23px;
	overflow: hidden;
	margin-bottom: 35px;
}
.choice-for-agencies-info-d2 .choice-for-agencies-info-title1 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #212121;
}
.choice-for-agencies-info-d2 p {
	font-size: 16px;
	color: #424242;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.text-align-left-text {
	text-align: left;
}
.text-align-left-text .section-title-div3 {
	text-align: left;
}
.text-align-left-text p {
	text-align: left;
	color: #212121;
}
.choice-for-agencies-section-d2 {
	padding-top: 54px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
.website-optimized-section-d {
	padding-top: 50px;
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
.website-optimized-section-d .section-title-div-row-3 p {
	color: #212121;
}
.bg-color-optimized1 {
	background: #daf1e4;
}
.website-optimized-card-info {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	border-radius: 21px;
	align-items: center;
	padding-left: 31px;
}
.website-optimized-card-info-two .website-optimized-ca-info1 {
	font-size: 22px;
	margin-bottom: 6px;
	color: #212121;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.website-optimized-card-info-two p {
	color: #212121;
	font-size: 15px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.bg-color-optimized2 {
	box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
	padding: 24px;
	grid-template-columns: auto 1fr;
	margin-top: 20px;
}
.bg-color-optimized2 .website-optimized-card-img1 {
	min-width: 91px;
	margin-right: 16px;
}
.bg-color-optimized3 {
	display: inline-block;
	background: #f8f8f8;
	height: 100%;
}
.row-optimized2 {
	margin-top: 20px;
}
.percentag-d .website-optimized-ca-info1 {
	font-size: 82px;
	color: #2e8566;
	line-height: 94px;
	font-weight: 500;
}
.feature-list {
	list-style: none;
	padding: 0;
}
.tooltip-btn {
	background: none;
	border: none;
	color: #fff;
	border-bottom: 1px dashed #aaa;
	cursor: pointer;
	position: relative;
}
/* Tooltip box */
.tooltip-box {
	position: fixed;
	display: block;
	margin-right: 2.4rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	text-align: left;
	color: #fff;
	max-width: 360px;
	border: none;
	border-radius: 1.2rem;
	padding: 1.6rem 2.4rem;
	background: #fff;
	visibility: visible;
	opacity: 1;
	transition: opacity .3s, visibility 0s;
	box-shadow: none;
}
/* Arrow */
.tooltip-box::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #222 transparent transparent transparent;
}
.every-cloud-bg-d {
	background: #111111;
	border-radius: 15px;
	padding: 19px;
	float: left;
	width: 100%;
}
.every-cloud-section-d {
	padding-bottom: 51px;
	float: left;
	width: 100%;
}
.white-color-btn-d a {
	background: #fff;
	padding: 11px 27px;
	display: inline-block;
	border-radius: 100px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.cloud-feature-list li::before {
	display: block;
	content: "";
	min-width: 21px;
	min-height: 26px;
	background-image: url(../images/may-img-26/icon_check_small.svg);
	background-position: 50% 50%;
	background-size: cover;
}
.cloud-feature-list li {
	display: flex;
	gap: 0.4rem;
	margin-bottom: 8px;
}
.cloud-feature-list li span {
	color: #fff;
	border-bottom: 1px dashed #727171;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 500;
}
.accordion-wrapper-d p {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
.every-cloud-sectiondiv1 {
	text-align: center;
	margin-bottom: 32px;
	margin-top: 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.swiper-slide-arrow-row1 .swiper-button-prev, .swiper-slide-arrow-row1 .swiper-button-next {
	background: none !important;
	border: 1px solid #212121;
	display: inline-block;
	width: 36px !important;
	height: 36px;
	border-radius: 100px;
	top: 60%;
}
.swiper-slide-arrow-row1 .swiper-button-prev:hover, .swiper-slide-arrow-row1 .swiper-button-next:hover {
	border: 1px solid #db3e56;
	background-color: #db3e56 !important;
}
.swiper-slide-arrow-row1 svg {
	width: 16px;
	text-align: center;
	display: inline-block;
	margin: 0px auto;
	display: flex;
}
.black-color-btn-d {
	text-align: right;
}
.black-color-btn-d a {
	background: #212121;
	padding: 9px 32px;
	display: inline-block;
	text-align: center;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.choose-Plan-slider1 {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.choose-Plan-slider-mobile-view {
	display: none;
}
.accordion__container__content img {
	background-size: cover;
	border-radius: 1.6rem;
	display: table;
	border: 0;
	max-width: 100%;
	width: 100% !important;
	height: auto !important;
}
.accordion-wrapper-d .order--m-2 li:last-child {
	border-bottom: none;
}
.swiper-slide-arrow-row1 .swiper-button-prev::after, .swiper-slide-arrow-row1 .swiper-button-next::after {
	display: none;
}
.row-optimized2 {
	margin-top: 22px !important;
}
.plan-desktop-view-div .swiper-slide-plan:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 45px -12px rgb(0 0 0 / 15%), 0 8px 20px -10px rgb(219 62 86 / 10%);
	border-color: rgba(219, 62, 86, 0.15);
}
.plan-desktop-view-div .swiper-slide-plan {
	transition: transform 0.25s ease, box-shadow 0.3s ease;
}
.traffic-spikes-card-box:hover {
	transform: translateY(-4px);
}
.traffic-spikes-card-box {
	transition: transform 0.25s ease, box-shadow 0.3s ease;
}
.swiper-slide-plan-home .owl-dots {
	display: none;
}
.swiper-slide-plan-home {
	display: none !important;
}
.plan-desktop-view-div {
	margin-bottom: 59px;
}
.accordion-d-wrapper1 .accordion-button::after {
	content: "";
	background-image: url(../images/may-img-26/icon_keyboard_arrow_down.svg);
	background-size: auto;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
}
.accordion-d-wrapper1 .accordion-button:not(.collapsed)::after {
	background-image: url(../images/may-img-26/icon_keyboard_arrow_down.svg);
}
/*----------------------------------------*/
/*            Page No 2 css
/*----------------------------------------*/
.container {
	max-width: 1300px;
}
.wp_hero_bg-d1 {
	background-image: url(../images/may-img-26/wp_hero_bg.jpg);
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-blend-mode: normal, color;
	position: relative;
	z-index: 0;
	/*margin-bottom: -92px;*/
	padding-bottom: 117px;
	padding-top: 129px;
	float: left;
	width: 100%;
}
.step-by-step-guide-card {
	border-radius: var(--radius-x-large, 16px);
	border: 1px solid rgba(255,255,255,.3);
	background: linear-gradient(124deg, rgba(111,111,111,.02) -11.18%, rgba(255,255,255,.2) 27.19%, rgba(124,107,107,.02) 121.43%);
	backdrop-filter: blur(30px);
	padding: 1.4rem;
	display: flex;
}
.step-by-step-guide-card-icon {
	margin-right: 7px;
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 24px;
	height: auto;
	align-items: flex-start;
}
.step-by-step-guide-card .step-by-step-guide-card-title {
	font-size: 16px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
.step-by-step-guide-card-icon svg path {
	fill: #fff;
}
.hosting-manage-card-box .title-traffic-spikes-card {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 11px;
}
.hosting-manage-card-box p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
.hosting-manage-card-section-d {
	background: radial-gradient(121.49% 87.22% at 49.22% 127.37%, rgba(156,196,221,.6) 0, rgba(46,97,133,.6) 41.26%, rgba(46,97,133,0) 79.96%), var(--black-black-950, #111);
	padding-top: 63px;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.hosting-manage-card-section-d .section-title-div3 {
	color: #fff;
}
.row-hosting-manage-r-img {
	max-width: 610px;
	margin: 0px auto;
	margin-bottom: 44px;
}
.speed-results-info-div .speed-results-info-title {
	font-size: 32px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	color: #212121;
	font-weight: 500;
}
.speed-results-info-div p {
	font-size: 16px;
	line-height: 29px;
	color: #424242;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.speed-results-section-d {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 58px;
}
.real-support-section-d {
	background-color: #0b231c;
	float: left;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 65px;
}
.real-support-section-d .section-title-div3 {
	color: #fff;
}
.real-support-info-div .real-support-info-item {
	border-bottom: solid 1px #305e51;
	padding-bottom: 20px;
	display: flex;
	padding-top: 20px;
}
.real-support-info-div .real-support-info-item .real-support-info-item-icon {
	width: 40px;
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.real-support-info-div .real-support-info-item-icon svg path {
	fill: #fff;
}
.real-support-info-item .real-support-info-item-text .real-support-info-item-text {
	color: #fff;
	font-size: 21px;
	font-family: "Poppins", sans-serif;
}
.real-support-info-item .real-support-info-item-text p {
	color: #c2c2c2;
	font-size: 17px;
	font-family: "Inter", sans-serif;
	margin-bottom: 0px;
}
.real-support-info-div .real-support-info-item:last-child {
	border-bottom: none;
}
.color-white-info-div {
	background: #fff;
}
.color-white-info-div .section-title-div3 {
	color: #212121;
}
.color-white-info-div .accordion-wrapper-d button {
	color: #212121;
}
.color-white-info-div .accordion-wrapper-d p {
	color: #424242;
	font-weight: 400;
}
.color-white-info-div .accordion-wrapper-d li.accordion__container--item {
	border-bottom: solid 1px #c1c1c1;
}
.label-bg-color-new {
	background: #daf1e4;
	padding: 0px 10px;
	color: #1c604a;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
}
.hosting-plans-card-box-list .plan-list-div-d {
	border-top: none;
	padding-top: 0px;
}
.hosting-plans-card-box-list .plan-features-title {
	margin-top: 18px;
	color: #212121;
	font-weight: 500;
	font-size: 17px;
}
.hosting-plans-card-box-list {
	border-top: solid 1px #dddddd;
	margin-top: 20px;
}
.price-plan-off {
	margin-bottom: 20px;
	margin-top: 19px;
}
.price-plan-off .pri-darkest {
	font-size: 11px;
	color: #424242;
	font-weight: 400;
	margin-right: 7px;
}
.price-plan-off .pri-darkest em {
	font-style: normal;
}
.price-plan-off .text-color-salem-off {
	background: #ececec;
	padding: 0px 8px;
	color: #1c604a;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
	width: max-content;
	min-width: auto;
	font-weight: 600;
	text-align: center;
	font-size: 13px;
}
.label-label-absolute {
	display: flex;
	justify-content: center;
	width: calc(99% + 0.4rem);
	height: 45px;
	border-radius: 2.4rem 2.4rem 0 0;
	background: #33D495;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-items: center;
	align-items: center;
	transform: translate(-50%, -50%);
	color: #212121;
	font-weight: 600;
	font-size: 17px;
}
.best-value-card-box {
	border: 2px solid #33D495;
	box-shadow: none;
}
.color-blue-bg {
	background: #172b3a;
}
.swiper-reviews-card-slider {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: visible;
	list-style: none;
	padding: 0;
	z-index: 1;
	touch-action: pan-y;
}
.swiper-reviews-card-slider-container {
	width: 100%;
	float: left;
	background-image: url(../images/may-img-26/security_bg.png);
	background-size: cover;
	overflow-x: clip;
	position: relative;
	padding-top: 65px;
	padding-bottom: 65px;
}
.swiper-slide-reviews-bg1 {
	padding: 24px;
	border-radius: 20px;
	border: 2px solid rgba(255,255,255,.3);
	background: rgba(255,255,255,.2);
	backdrop-filter: blur(40px);
	overflow: hidden;
}
.swiper-slide-reviews-bg1 .swiper-reviews-card-title-d {
	font-size: 22px;
	margin-bottom: 20px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
.containerd {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	gap: 4rem;
	display: grid;
	align-self: stretch;
}
.swiper-slide-reviews-bg1 p {
	color: #fff;
	line-height: 24px;
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
}
.swiper-reviews-card-slider-container .section-title-div3 {
	text-align: left;
	color: #fff;
}
.swiper-slide-arrow-row2 {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: flex-end;
	margin-top: 35px;
}
.swiper-slide-arrow-row2 .swiper-button-next, .swiper-slide-arrow-row2 .swiper-button-prev {
	position: static;
	border: 1px solid #fff;
	width: 80px !important;
	height: 80px;
	margin: 0;
	padding: 0.8rem;
	border-radius: 100px;
	background-image: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-slide-arrow-row2 .swiper-button-next::after, .swiper-slide-arrow-row2 .swiper-button-prev::after {
	display: none;
}
.swiper-slide-arrow-row2 svg path {
	fill: #fff;
}
.swiper-reviews-card-slider-sub p {
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}
.hero-info-content .text-color-salem-off {
	background-color: #33D495;
	padding: 1px 9px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0.4rem;
	width: max-content;
	min-width: auto;
	font-weight: 600;
	text-align: center;
	color: #212121;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	margin-bottom: 13px;
}
.hero-info-content-price {
	margin-top: 15px;
}
.hero-info-content-price {
	margin-top: 15px;
	color: #fff;
	font-size: 17px;
	font-family: "Inter", sans-serif;
}
.hero-info-content-price strong {
	color: #33D495;
}
.hero-info-content-price span {
	color: #33D495;
}
.hero-info-content-price em {
	font-style: normal;
	text-decoration: line-through;
	margin-left: 4px;
	font-weight: 500;
}
.step-by-step-guide-card-icon svg {
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.swiper-reviews-card-slider .swiper-pagination {
	display: none;
}
.step-by-step-guide-card-row {
	margin-top: 70px !important;
	margin-bottom: 47px;
}
.solution-mar {
    margin-top: 0;
}





/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.wp_hero_bg-d1 {
    padding-top: 45px !important;
    padding-bottom: 23px !important;
}	
	
.hero-info-img1 {
	margin-top: 26px;
	text-align: center;
}
.step-by-step-guide-card-row {
	display: none;
}
.hero-info-img1 {
	margin-bottom: 32px;
}
.best-value-card-box {
	margin-top: 54px;
	margin-bottom: 31px;
}
.swiper-slide-arrow-row2 .swiper-button-next, .swiper-slide-arrow-row2 .swiper-button-prev {
	width: 63px;
	height: 63px;
}
.hosting-manage-card-box {
	margin-bottom: 33px;
}
.real-support-section-d {
	padding-top: 33px;
	padding-bottom: 32px;
}
.swiper-reviews-card-slider .swiper-pagination {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 18px;
}
.plan-desktop-view-div {
	display: none !important;
}
.hero-info-content .hero-info-title-d {
	font-size: 35px;
	line-height: 51px;
}
.swiper-slide-plan-home {
	display: block !important;
}
.swiper-slide-plan-home .owl-nav button {
	background: none !important;
	border: 1px solid #212121 !important;
	display: inline-block;
	width: 36px !important;
	height: 36px;
	border-radius: 100px !important;
	color: #000 !important;
}
.swiper-slide-plan-home .owl-nav {
	margin-bottom: 30px;
	margin-top: 21px;
}
.hero-info-img {
	margin-top: 35px;
	max-height: inherit;
}
.hero-info-img img {
	transform: none;
}
.plan-container {
	border-radius: 2.4rem 2.4rem 0 0;
}
.choose-Plan-slider-mobile-view {
	display: block;
}
.swiper-slider-button-arrow .swiper-button-prev, .swiper-slider-button-arrow .swiper-button-next {
	background: none;
	border: 1px solid #212121;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	position: relative;
	top: auto;
	margin-top: 23px;
	left: auto;
	right: auto;
}
.swiper-slider-button-arrow svg {
	width: 20px;
	display: inline-block;
	margin: 0px auto;
	display: flex;
}
.swiper-slider-button-arrow {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.plan-container .section-title-div3 {
	font-size: 29px;
}
ul.cloud-feature-list {
	margin-bottom: 30px;
}
.section-title-div3 {
	font-size: 26px;
	margin-bottom: 15px;
}
.website-optimized-card-info {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	display: inline-block;
}
.bg-color-optimized2 .website-optimized-card-img1 {
	min-width: 77px;
	margin-right: 16px;
	max-width: 82px;
	margin-bottom: 11px;
}
.website-optimized-card-info {
	margin-bottom: 30px;
}
.black-color-btn-d {
	text-align: center;
}
.choice-for-agencies-div-img {
	border-radius: 12px;
	margin-bottom: 22px;
	margin-top: 28px;
}
.two-col-about-img1 {
	margin-top: 30px;
}
.customer-success-stories-swiper-slide {
	display: inline-block;
}
.swiper-slide-arrow-row1 {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.swiper-slide-arrow-row1 .swiper-button-prev, .swiper-slide-arrow-row1 .swiper-button-next {
	position: relative;
	top: auto;
	margin-top: 23px;
	left: auto;
	right: auto;
}
.accordion-wrapper-d {
	display: inline-block;
}
.accordion-wrapper-d ul.accordion__toggle-images {
	display: none;
}
.accordion-inner-img {
	margin-bottom: 25px;
	display: inline-block;
}
}


/********* Mobile Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.step-by-step-guide-card-row .col-md-3 {
	width: 50%;
	margin-bottom: 23px;
}
.hero-info-content .hero-info-title-d {
    font-size: 38px;
    line-height: 63px;
}
.hero-info-title-d br {
    display: none; 
}
.services-plan-box-row-bg .services-plan-box-img {
    width: 175px !important;
    height: 175px !important;
}
.n-project-card-box .n-project-card-img {
    height: auto !important;
}
.plan-desktop-view-div .col-md-3 {
	width: 50%;
	margin-bottom: 29px;
}
.hero-section-d1 .col-md-6 {
	width: 100%;
}
.hero-info-img {
	margin-top: 35px;
	max-height: inherit;
}
.hero-info-img img {
	transform: none;
}
.hero-info-content {
	text-align: center;
}
.every-cloud-col-3 {
	width: 50%;
	margin-bottom: 24px;
}
.accordion-wrapper-d {
	display: inline-block;
}
.accordion-wrapper-d ul.accordion__toggle-images {
	display: none;
}
}
 @media screen and (min-width: 1024px), screen and (device-width: 1023px) {
.accordion__container__content img {
	display: none;
}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.n-project-card-box .n-project-card-img {
    height: auto !important;
}
}





