:root {
	--cp1-primary: #ea7e2d;
	--cp1-text-dark: #1a1a1a;
	--cp1-light-dark: #2a2a2a;
	--cp1-box-shadow: 0 3.9rem 2.3rem -2.7rem rgba(0, 0, 0, 0.04);
	--cp1-box-border: rgba(30, 30, 30, 0.09);
	--cp1-btn-border: #ea7e2d;
	--cp1-devider: 0.1rem solid #f2f2f2;
	--cp1-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	--cp1-background: #fff;
	--up-lg-background: linear-gradient(to right, #fff, #eaf8ff);
	--up-lg-orange-bg: linear-gradient(to right, rgba(232, 122, 44, 1), rgba(245, 144, 51, 0.5));
	--up-lg-orange-bg2: linear-gradient(to right, rgba(232, 122, 44, 1), rgba(245, 144, 51, 0.9));
}
/*
	DARK-MANSET
*/
div.dark-manset {
    background-color: #303030;
    background-image: none;
}
div.dark-manset::before {
    background: none;
}
div.dark-manset .container {
    display: unset;
}
div.dark-manset .container .row {
    flex-wrap: nowrap;
    flex-direction: row;
}
div.dark-manset .container .row .text-side {
    order: unset;

    flex: unset;
    max-width: unset;
    z-index: 1;
}
div.dark-manset .container .row .img-side {
    width: 100%;
    height: 100%;
    max-height: 530px;
    align-content: center;
}
div.dark-manset img {
    width: 100%;
    max-height: 530px;
    padding: 12%;
}
div.dark-manset.with-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('https://upcell.com.tr/assets/css/assets/img/index/linux-web-hosting-edit.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*
	DARK-MANSET END
*/
/*
	CUSTOM-PRICING-1
*/
div.custom-pricing-wrap {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	font-size: 1.6rem;
	text-rendering: optimizeLegibility;
}
div.custom-pricing-wrap .cp1-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
div.custom-pricing-wrap .heading {
	font-size: clamp(1.2rem, 2vw, 1.3rem);
	color: var(--cp1-text-dark);
	font-weight: 700;
}
div.custom-pricing-wrap .subheading {
	/*font-size: clamp(1.2rem, 0vw, 1.2rem)*/
	font-size: 1.2rem;
	max-width: 70%;
	color: var(--cp1-primary);
	font-weight: 600;
}
div.custom-pricing-wrap .btn-action {
	margin-top: 3rem;
	width: 100%;
	padding: 1rem 1rem;
	border: 0.1rem solid var(--cp1-btn-border);
	font-weight: 600;
	font-size: 1.1rem;
	cursor: pointer;
	border-radius: 0.6rem;
	background: rgba(var(--cp1-btn-border), 0.5);
	color: var(--cp1-primary);
	transition: var(--cp1-transition);
}
div.custom-pricing-wrap .btn-action:hover,
div.custom-pricing-wrap .btn-action:active,
div.custom-pricing-wrap .btn-action:focus {
	background: var(--cp1-primary);
	color: #fff;
}
div.custom-pricing-wrap #cp1-pricing {
	padding: 1rem 0;
}
div.custom-pricing-wrap .section-top {
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1rem;
}
div.custom-pricing-wrap .section-top > p {
	text-align: center;
	width: 50%;
}
div.custom-pricing-wrap .cp1-info p {
	text-align: center;
	line-height: 1.618;
	font-weight: 500;
	color: #2d2d2d;
}
div.custom-pricing-wrap .pricing-table {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	place-items: center;
}
div.custom-pricing-wrap .pricing-item {
	max-width: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 1.5rem;
	border-radius: 2rem;
	border: 0.1rem solid var(--cp1-box-border);
	box-shadow: var(--cp1-box-shadow);
	background: var(--cp1-background);
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
div.custom-pricing-wrap .pricing-item:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
div.custom-pricing-wrap .pricing-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 1rem;
	width: 6rem;
	height: 15rem;
	background: url('../../img/png/pricingoverlay.png') no-repeat center/contain;
}
div.custom-pricing-wrap .pricing-item .heading {
	padding: 0.3rem 0;
	display: inline-flex;
	align-items: center;
	margin: 0;
}
div.custom-pricing-wrap .pricing-item i {
	text-align: center;
    display: inline-block;
    position: static;
	vertical-align: middle;
    justify-self: center;
	font-size: 2rem;
    margin-bottom: 2px;
	background: linear-gradient(to right, #e87a2c, #f59033);
    border-radius: 8px;
    color: white;
    padding: 2px;
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
div.custom-pricing-wrap .pricing-item .list span {
	display: inline-block;
	margin-left: 4%;
	font-size: 1rem;
	font-weight: 600;
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
div.custom-pricing-wrap .pricing-item .list:hover span {
	color: #e87a2c;
}
div.custom-pricing-wrap .pricing-item .list:hover i {
	background: linear-gradient(to right, black, #303030);
	color: #e87a2c;
}
div.custom-pricing-wrap .pricing-item .text-secondary {
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
	height: 13ch;
}
div.custom-pricing-wrap .text-secondary,
div.custom-pricing-wrap .pricing-item span {
	color: var(--cp1-light-dark);
	display: block;
	width: fit-content;
	height: fit-content;
	font-size: 1.1rem;
}
div.custom-pricing-wrap .list-items {
	padding-top: 2rem;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	font-size: 1.1rem;
	font-weight: 500;
	border-top: var(--cp1-devider);
}
div.custom-pricing-wrap .list {
	color: var(--cp-light-dark);
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
/*
	CUSTOM-PRICING-1 END
*/
/*
	CUSTOM-GALLERY-1
*/
.cs-gallery-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 3%;
}
.cs-gallery-wrapper .cs-gallery {
	display: flex;
	flex-wrap: wrap;
}
.cs-gallery span {
	display: flex;
	width: 100%;
	overflow: hidden;
}
.cs-gallery .image {
	padding: 3%;
	width: calc(100% / 3);
}
.cs-gallery .image img {
	width: 100%;
	vertical-align: middle;
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
.cs-gallery .image:hover img {
	transform: scale(1.11);
}
.cs-gallery-preview-box {
	position: fixed;
	z-index: 9999;
	max-width: 700px;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9);
	background: white;
	padding: 0 1% 1% 1%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 2% 2%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
.cs-gallery-preview-box.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
.cs-gallery-preview-box .details {
	display: flex;
	align-items: center;
	padding: 2% 0;
	justify-content: space-between;
}
.cs-gallery-preview-box .details .icon {
	color: #000;
	cursor: pointer;
	font-size: 20px;
	width: initial;
	height: initial;
	display: initial;
	background-color: initial;
	border-radius: initial;
	margin: 0;
}
.cs-gallery-preview-box .details .cs-gallery-pw-title {
	display: flex;
	font-size: 1rem;
	font-weight: 400;
}
.cs-gallery-preview-box .details .cs-gallery-pw-title p {
	margin: 0 2%;
}
.cs-gallery-preview-box .details .cs-gallery-pw-title p.current-img {
	font-weight: 600;
}
.cs-gallery-preview-box .img-box {
	display: flex;
	width: 100%;
}
.cs-gallery-preview-box .img-box .slide-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cs-gallery-preview-box .img-box .slide {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	color: #fff;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.cs-gallery-preview-box .img-box .slide.prev {
	left: 0;
}
.cs-gallery-preview-box .img-box .slide.next {
	right: 0;
}
.cs-gallery-preview-box .img-box img {
	width: 100%;
	border-radius: 0 0 2% 2%;
}
/*
	CUSTOM-GALLERY-1 END
*/
/*
	CUSTOM-BREADCRUMB-1
*/
div.cs-breadcrumb-main section {
    display: block;
    padding: 0;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper {
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    position: relative;
    background-image: url();
    z-index: 1;
    height: 400px;
    padding: 3% 5%;
	color: #fff;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    box-sizing: border-box;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
	overflow: hidden;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    place-content: center;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text {
    position: relative;
    z-index: 1;
    text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.7);
	padding: 3%;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
	margin-bottom: 1em;
    text-transform: capitalize;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
	line-height: 1.618;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul {
    margin: 0;
    padding: 0;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li {
    display: inline-block;
    padding: 0 0.8rem;
    text-transform: capitalize;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li a::after {
    box-sizing: border-box;
    color: #fff;
    content: "/";
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 400;
    right: -15px;
    top: 1px;
    position: relative;
    pointer-events: none;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li a:hover,
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li a:active,
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list ul li a:focus {
    color: #e87a2c;
}
div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text .breadcrumb-list span {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}
/*
	CUSTOM-BREADCRUMB-1 END
*/
/*
	CUSTOM-SUPPORT-CENTER-1
*/
div.cs-support-center {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
div.cs-support-center section {
	display: block;
}
div.cs-support-center section .cs-support-center-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-wrp-sp {
	margin-bottom: 30px;
	margin-left: 20px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content {
	margin-top: 0;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.3em;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 4%;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content .cs-sp-features {
	margin-top: 30px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content .cs-sp-features .cs-sp-features-item {
	position: relative;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content .cs-sp-features .cs-sp-features-item .cs-sp-feature-icon {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 1.7rem;
	color: #e87a2c;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content .cs-sp-features .cs-sp-features-item .cs-sp-feature-text {
	margin-left: 10px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-content .cs-sp-features .cs-sp-features-item .cs-sp-feature-text h4 {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 22px;
	margin-left: 30px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-gb-lg-col3.ml-zero {
	margin-left: 0;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block {
	display: block;
	width: 100%;
	position: relative;
	padding: 30px;
	background: var(--up-lg-orange-bg);
	box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
	margin-bottom: 30px;
	border: 2px solid #303030;
	border-radius: 8px;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
	background: var(--up-lg-orange-bg2);
}
div.cs-support-center section .cs-support-center-wrapper .cs-gb-container .cs-sp-block:hover i,
div.cs-support-center section .cs-support-center-wrapper .cs-gb-container .cs-sp-block:hover i::before,
div.cs-support-center section .cs-support-center-wrapper .cs-gb-container .cs-sp-block:hover h3 {
	color: #fff;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block.mmid {
	margin-top: 80px;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block .cs-sp-block-icon {
	line-height: 1.3;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block .cs-sp-block-icon i {
	font-size: 50px;
	color: #303030;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block .cs-sp-block-icon i::before {
	display: inline-block;
	color: #303030;
	font-size: 40px;
	line-height: 55px;
	padding-right: 10px;
	margin-left: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.cs-support-center section .cs-support-center-wrapper .cs-sp-block .cs-sp-block-text h3 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 0.5rem;
	color: #3d3d3d;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*
	CUSTOM-SUPPORT-CENTER-1 END
*/
/*
	CUSTOM-SERVICES-1
*/
div.cs-services {
	position: relative;
	padding: 0;
	background: #2980B9;
    background: -webkit-linear-gradient(to top, #106fb5, #4ac1ff);
    background: linear-gradient(to left, #fff, #eaf8ff);
}
div.cs-services section {
	display: block;
}
div.cs-services .cs-services-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col:hover .cs-service-col-inner-wp {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-col-inner-wp {
	position: relative;
	display: block;
	width: 100%;
	padding: 7%;
	background: #fff;
	border: 0.1rem solid var(--cp1-box-border);
	border-radius: 1.5rem;
	box-shadow: var(--cp1-box-shadow);
	-webkit-transition: var(--cp1-transition);
	transition: var(--cp1-transition);
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-heading {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	margin: 0;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-heading .cs-service-text {
	position: relative;
	display: block;
	width: 50%;
	align-content: center;
	color: #2a2a2a;
	font-weight: 700;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-heading .cs-service-icon {
	position: relative;
	display: inline-flex;
	width: 50%;
	align-items: center;
	justify-content: end;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-heading .cs-service-icon img {
	position: relative;
	display: block;
	max-width: 96px;
	max-height: 96px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 8%;
	background: rgba(30, 30, 30, 0.8);
	border-radius: 15px;
	border: 2px solid #ea7e2d;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-info {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col .cs-service-info p {
	color: #3d3d3d;
	font-weight: 400;
	border-top: var(--cp1-devider);
	padding-top: 5%;
	height: 185px;
}
/*
	CUSTOM-SERVICES-1 END
*/
.package .p-price .old {
	width: 100%;
}
.package .p-price .price-tag span {
	font-size: 40px;
}
/*
	MEDIA QUERIES
*/
@media (min-width: 576px) { /*sm*/
	div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}
@media (min-width: 768px) { /*md*/
	div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}
@media (min-width: 992px) { /*lg*/
	div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
}
@media (min-width: 1200px) { /*xl*/
	div.cs-services .cs-services-wrapper .cs-service-inner-wp .cs-service-col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
	}
}
@media only screen and (max-width: 1200px) {
	div.custom-pricing-wrap .pricing-table {
		grid-template-columns: repeat(3, 1fr);
	}
	div.custom-pricing-wrap .pricing-table .pricing-item:nth-child(4) {
		grid-column: 2;
	}
	div.cs-support-center section .cs-support-center-wrapper .cs-sp-block .cs-sp-block-text h3 {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 1000px) {
	div.custom-pricing-wrap .pricing-table {
		grid-template-columns: repeat(2, 1fr);
	}
	div.custom-pricing-wrap .pricing-table .pricing-item:nth-child(4) {
		grid-column: initial;
	}
	.page-banner .page-banner-text {
		padding: 0 15px;
	}
	.cs-gallery .image {
		padding: 3%;
		width: calc(100% / 2);
	}
}
@media only screen and (max-width: 992px)  {
	div.cs-support-center section .cs-support-center-wrapper .cs-sp-block.mmid {
		margin-top: 0;
	}
	.package .p-price .price-tag span {
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	div.custom-pricing-wrap .pricing-table {
		grid-template-columns: repeat(1, 1fr);
	}
	div.custom-pricing-wrap .pricing-table .pricing-item:nth-child(4) {
		grid-column: initial;
	}
	div.custom-pricing-wrap .pricing-item {
		max-width: 60%;
		width: 60%;
	}
	div.custom-pricing-wrap .pricing-item .text-secondary {
		max-width: 80%;
	}
	div.custom-pricing-wrap .section-top > p {
		width: 80%;
	}
	div.custom-pricing-wrap .pricing-item {
			max-width: 90%;
			width: 90%;
	}
	.package .p-price .price-tag span {
		font-size: 40px;
	}
}
@media only screen and (max-width: 600px) {
    div.dark-manset .container .row .img-side {
        width: 10%;
        align-content: center;
    }
    div.dark-manset img {
        width: initial;
        max-height: 530px;
        padding: 3% 0;
        filter: brightness(30%);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: -1;
    }
	.cs-gallery .image {
		padding: 3%;
		width: 100%;
	}
	div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text {
		padding: 1%;
	}
	div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text h1 {
		font-size: 1.1rem;
	}
	div.cs-breadcrumb-main .cs-breadcrumb-wrapper .cs-container .cs-row .cs-breadcrumb-text span {
		font-size: 1rem;
	}
	div.cs-support-center {
		background-position: 25%;
	}
}
@media only screen and (max-width: 530px) {
	div.custom-pricing-wrap .cp1-container {
		padding: 0;
	}
}
@media only screen and (max-width: 425px) {
	div.custom-pricing-wrap .pricing-item {
		max-width: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	div.custom-pricing-wrap .section-top {
		padding: 3rem 0;
	}
	div.custom-pricing-wrap .section-top > p {
		width: 100%;
	}
}
/*
	MEDIA QUERIES END
*/