@charset "UTF-8";

.process-section {
            background: linear-gradient(135deg, #008c8c 0%, #00cccc 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        .process-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(0, 140, 140, 0.3));
            animation: wave 15s infinite ease-in-out;
            z-index: 1;
        }
        .container {
            position: relative;
            z-index: 2;
        }
        .process-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 2px solid transparent;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            transition: all 0.4s ease;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            animation: cosmicFadeIn 0.8s ease-out forwards;
            opacity: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .process-card:nth-child(1) { animation-delay: 0.3s; }
        .process-card:nth-child(2) { animation-delay: 0.6s; }
        .process-card:nth-child(3) { animation-delay: 0.9s; }
        .process-card:hover {
            transform: translateY(-15px) scale(1.05);
            border-color: #00cccc;
            box-shadow: 0 0 20px rgba(0, 204, 204, 0.7);
        }
        .process-icon {
            font-size: 3.5rem;
            color: #fff;
            margin-bottom: 20px;
            animation: pulse 2s infinite ease-in-out;
        }
        .process-card:hover .process-icon {
            transform: rotate(10deg);
        }
        .process-title {
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            margin-bottom: 15px;
        }
        .process-desc {
            font-size: 1rem;
            color: #fff;
            line-height: 1.6;
            opacity: 0.9;
        }
        @keyframes cosmicFadeIn {
            from {
                opacity: 0;
                transform: translateY(60px) rotate(5deg);
            }
            to {
                opacity: 1;
                transform: translateY(0) rotate(0);
            }
        }
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }
        @keyframes wave {
            0% { transform: translateX(0); }
            50% { transform: translateX(-100px); }
            100% { transform: translateX(0); }
        }
        @media (max-width: 768px) {
            .process-card {
                margin-bottom: 30px;
            }
            .process-icon {
                font-size: 2.8rem;
            }
            .process-title {
                font-size: 1.3rem;
            }
            .process-desc {
                font-size: 0.85rem;
            }
            .process-section {
                padding: 60px 0;
            }
        }

#snackbar {
	visibility: hidden;
	background-color: #000;
	color: #fff;
	padding: 16px;
	position: fixed;
	z-index: 10;
	left: 45%;
	bottom: 50px;
	font-size: 15px;
	font-family: opensansregular
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein .5s, fadeout .5s 2.5s;
	animation: fadein .5s, fadeout .5s 2.5s
}

@-webkit-keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}

	to {
		bottom: 50px;
		opacity: 1
	}
}

@keyframes fadein {
	0% {
		bottom: 0;
		opacity: 0
	}

	to {
		bottom: 50px;
		opacity: 1
	}
}

@-webkit-keyframes fadeout {
	0% {
		bottom: 50px;
		opacity: 1
	}

	to {
		bottom: 0;
		opacity: 0
	}
}

@keyframes fadeout {
	0% {
		bottom: 50px;
		opacity: 1
	}

	to {
		bottom: 0;
		opacity: 0
	}
}

@media(max-width:766px) {
	#snackbar {
		width: 100%;
		left: 0%;
		text-align: center;
		bottom: 0
	}

	#snackbar.show {
		visibility: visible;
		-webkit-animation: fadein .5s, fadeout .5s 2.5s;
		animation: fadein .5s, fadeout .5s 2.5s
	}

	@-webkit-keyframes fadein {
		0% {
			bottom: -50px;
			opacity: 0
		}

		to {
			bottom: 0;
			opacity: 1
		}
	}

	@keyframes fadein {
		0% {
			bottom: -50px;
			opacity: 0
		}

		to {
			bottom: 0;
			opacity: 1
		}
	}

	@-webkit-keyframes fadeout {
		0% {
			bottom: 0;
			opacity: 1
		}

		to {
			bottom: -50px;
			opacity: 0
		}
	}

	@keyframes fadeout {
		0% {
			bottom: 0;
			opacity: 1
		}

		to {
			bottom: -50px;
			opacity: 0
		}
	}
}

.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4,
.main_content h5,
.main_content h6 {
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

/* Professional Font Sizes for Headings and Body Text inside main_content */
.main_content h1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
	text-align:center;
	
}

.main_content h2 {
    font-size: 1.625rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
	text-align:center;
}

.main_content h3 {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
}

.main_content h4 {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
}

.main_content h5 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
}

.main_content h6 {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.8rem !important;
    margin-top: 1.2rem !important;
}

.main_content p,
.main_content body {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.main_content .wp-block-list {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.main_content .wp-block-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    display: list-item;
}

.main_content strong,
.main_content b {
  font-weight: 700 !important;
}

/* Optional: Adjust for small devices */
@media (max-width: 768px) {
    .main_content h1 {
        font-size: 2rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content h2 {
        font-size: 1.5rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content h3 {
        font-size: 1.25rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content h4 {
        font-size: 1rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content h5 {
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content h6 {
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.8rem !important;
        margin-top: 1.2rem !important;
    }

    .main_content p,
    .main_content body {
        font-size: 0.9375rem !important;
        margin-bottom: 1rem !important;
    }
}


.breadcrumb {
	padding: 10px 0 30px;
	font-size: 13px;
	line-height: 15px
}

.breadcrumb .active {
	color: var(--primary-color)
}

.breadcrumb .breadcrumb-item a {
	color: #333
}

.breadcrumb .breadcrumb-item a:hover {
	color: var(--primary-color)
}

.breadcrumb .breadcrumb-item a svg {
	vertical-align: top
}

.breadcrumb .home-mobile {
	padding: 0
}

.breadcrumb .home-mobile:before {
	display: none
}

@media(max-width:767px) {
	.breadcrumb-item+.breadcrumb-item:before {
		float: none !important;
		margin: 0 7px -3px 0 !important
	}

	.breadcrumb {
		padding: 10px 0;
		overflow: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.breadcrumb .breadcrumb-item {
		white-space: nowrap;
		line-height: 17px
	}

	.breadcrumb::-webkit-scrollbar {
		width: 0;
		height: 0
	}
}



.space60 {
	padding: 60px 0
}

.title-head {
	font-size: 30px;
	line-height: 36px;
	color: #1d1d1d;
	font-family: opensanssemibold;
	text-align: center;
	position: relative
}

.title-head:after {
	content: "";
	border-bottom: 1px solid var(--primary-color);
	display: block;
	width: 23%;
	margin: 8px auto 0
}

.title-head:before {
	content: "";
	border-bottom: 5px solid var(--primary-color);
	display: block;
	width: 40px;
	position: absolute;
	bottom: -2px;
	left: 49%
}

.title-head .title-subhead {
	font-size: 16px;
	line-height: 18px;
	font-family: opensansregular;
	display: block;
	padding: 6px 0 0
}

.common-btn {
	background: #ffbe00;
	padding: 9px 26px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 25px;
	font-family: opensanssemibold;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #1d1d1d
}

.common-btn:hover {
	background: #ffc827
}

.testimonial .testimonial-slider {
	padding: 20px 0 0;
	width: 88%;
	margin: auto
}

.testimonial .testimonial-slider .slick-next {
	right: -30px
}

.testimonial .testimonial-box {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 25px;
	margin: 45px 15px 5px 5px;
	color: #1d1d1d
}

.testimonial .testimonial-box .quote {
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	margin: -55px auto 20px
}

.testimonial .testimonial-box .quote svg {
	margin: 12px
}

.testimonial .testimonial-box .content {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	height: 102px;
	overflow: overlay
}

.testimonial .testimonial-box .content::-webkit-scrollbar {
	width: 0
}

.testimonial .testimonial-box .content:hover::-webkit-scrollbar {
	width: 1px
}

.testimonial .testimonial-box .content:hover::-webkit-scrollbar-thumb {
	background: var(--primary-color)
}

.testimonial .testimonial-box .username {
	font-size: 16px;
	line-height: 19px;
	font-family: opensanssemibold
}

.testimonial .testimonial-box .user-city {
	font-size: 14px;
	line-height: 18px;
	color: #2a2a2a
}

.testimonial .testimonial-box .rating .rating-icon,
.testimonial .testimonial-box .rating .rating-star {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/rating-star.svg) no-repeat;
	background-size: 14px;
	margin: 0 1px
}

.common-order-strip {
	color: #1d1d1d;
	background: #f5f5f5;
	padding: 40px 0 0
}

.common-order-strip .container {
	position: relative
}

.common-order-strip .container .position-relative {
	position: relative
}

.common-order-strip .strip-title {
	font-size: 30px;
	line-height: 34px;
	font-family: opensanssemibold
}

.common-order-strip .strip-subtitle {
	font-size: 16px;
	line-height: 20px;
	color: #1d1d1d
}

.common-order-strip .btns {
	width: 60%;
	padding: 35px 0 50px
}

.common-order-strip .btns .review-btn {
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
	padding: 8px 20px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 0 0 20px;
	font-family: opensanssemibold;
	background: #fff
}

.common-order-strip .btns:after,
.common-order-strip .btns:before {
	content: "";
	position: absolute;
	background: url(../images/home-orderstrip1.svg) no-repeat;
	width: 96px;
	height: 112px;
	left: 0;
	bottom: 0
}

.common-order-strip .btns:after {
	background: url(../images/home-orderstrip2.svg) no-repeat;
	width: 132px;
	height: 112px;
	left: inherit;
	right: 0
}

.common-order-strip .btns:before {
	left: 0
}

@media(max-width:1024px) {
	.common-order-strip .btns {
		width: 85%
	}
}

@media(max-width:768px) {
	.common-btn {
		font-size: 18px;
		padding: 7px 18px
	}

	.space60 {
		padding: 30px 0
	}

	.title-head {
		font-size: 26px;
		line-height: 30px
	}

	.testimonial .testimonial-box {
		padding: 15px
	}

	.testimonial .testimonial-box .quote {
		margin: -39px auto 13px
	}

	.common-order-strip .strip-title {
		font-size: 22px;
		line-height: 26px
	}

	.common-order-strip .btns {
		width: 100%
	}

	.common-order-strip .btns .review-btn {
		font-size: 18px;
		line-height: 20px
	}
}

@media(max-width:767px) {
	.common-btn {
		font-size: 17px;
		line-height: 21px
	}

	.title-head {
		font-size: 20px;
		line-height: 22px
	}

	.title-head:after {
		width: 55%
	}

	.title-head:before {
		left: 45%
	}

	.title-head .title-subhead {
		font-size: 14px;
		line-height: 16px
	}

	.space60 {
		padding: 25px 0
	}

	.testimonial .testimonial-slider {
		width: 100%;
		padding: 20px 0 25px
	}

	.testimonial .testimonial-box {
		margin: 45px 5px 5px
	}

	.common-order-strip {
		padding: 25px 12px 0;
		border-top: 1px solid #d8d8d8
	}

	.common-order-strip svg {
		width: 50px;
		height: 50px
	}

	.common-order-strip .strip-title {
		font-size: 20px;
		line-height: 23px
	}

	.common-order-strip .strip-subtitle {
		font-size: 15px;
		line-height: 17px;
		padding: 5px 0 0
	}

	.common-order-strip .btns {
		padding: 30px 0 26px
	}

	.common-order-strip .btns:before {
		background-size: 69px;
		background-position: bottom left;
		width: 82px
	}

	.common-order-strip .btns:after {
		background-size: 88px;
		width: 86px;
		background-position: bottom right;
		right: -11px;
		bottom: 0
	}

	.common-order-strip .btns .review-btn {
		font-size: 17px;
		line-height: 20px;
		margin: 20px 0 0;
		padding: 6px 15px
	}

	.common-order-strip .btns .common-btn {
		padding: 6px 37px;
		margin: 0 auto;
		display: block
	}

	.common-order-strip .container {
		padding: 0
	}
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
	padding: 5px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: 0;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	width: 34px;
	height: 34px;
	right: -40px;
	padding: 0;
	color: #fff
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports(padding:max(0px)) {
	.fancybox-caption {
		padding: 75px 44px 25px
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media(max-width:1024px) {
	.fancybox-content video {
		width: 900px
	}
}

@media(max-width:768px) {
	.fancybox-content video {
		width: 670px
	}
}

@media(max-height:576px) {
	.fancybox-content {
		max-width: 100%;
		padding: 16px
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports(padding:max(0px)) {
		.fancybox-caption {
			padding-left: 12px;
			padding-right: 12px
		}
	}

	.fancybox-content video {
		width: 100%
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media(max-width:767px) {
	.fancybox-content video {
		width: 100%
	}

	.fancybox-content .fancybox-close-small {
		right: 0;
		top: -34px
	}
}

@media(max-width:576px) {
	video {
		width: 100%
	}

	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

* {
	-webkit-tap-highlight-color: transparent;
	outline: none
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

::-moz-placeholder {
	color: #707070 !important
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #172c6d;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

html {
	line-height: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}



body {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	-webkit-overflow-scrolling: touch;
	-webkit-animation: none 0s ease 0s 1 normal none running;
	animation: none 0s ease 0s 1 normal none running
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

blockquote {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1,
h2,
h3,
h4,
h5,
strong {
	padding: 0;
	margin: 0;
	font-weight: 400
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-family: opensanssemibold
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: opensansregular;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	-webkit-appearance: none
}

button,
input {
	overflow: visible;
	border: none;
	background: 0 0
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	-webkit-appearance: checkbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%
}

a {
	text-decoration: none
}

p {
	margin: 0;
	padding: 0
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden
}

.clear,
.clearfix:after {
	clear: both
}

.slick-dots li button {
	background: 0 0;
	border: 0;
	outline: 0
}

.slick-next,
.slick-prev {
	font-size: 0;
	position: absolute;
	top: 46%;
	display: block;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: 0 0;
	left: -42px
}

.slick-next:before,
.slick-prev:before {
	content: "";
	background: url(../images/CaretLeft.svg) no-repeat;
	width: 30px;
	height: 32px;
	background-size: 40px;
	display: block;
	margin: auto
}

.slick-next {
	right: -17px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	left: inherit;
	top: 48%
}

input,
select,
textarea {
	width: 100%;
	height: 44px;
	background: #fff;
	padding: 0 10px;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
	border: 1px solid #d8d8d8;
	border-radius: 0
}

input {
	padding: 0 25px 0 10px
}

select {
	padding: 0 24px 0 10px;
	border: 1px solid #ced4da;
	border-radius: 2px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../images/down-arrow.svg) no-repeat center right 8px
}

.ai-outline-gen {
	padding: 15px 90px;
	border-radius: 15px;
	background: -webkit-gradient(linear, left top, right top, from(#CC2B5E), to(#753A88));
	background: linear-gradient(90deg, #CC2B5E 0%, #753A88 100%);
	text-align: center;
	margin: 20px 0
}

.ai-outline-gen .ai-gen-title {
	font-size: 28px !important;
	line-height: 34px !important;
	padding: 0 !important;
	color: #fff !important
}

.ai-outline-gen .ai-gen-title svg {
	margin: 0 10px 0 0;
	vertical-align: baseline
}

.ai-outline-gen .ai-gen-para {
	margin: 14px 0 20px !important;
	font-family: opensanssemibold !important;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #fff !important;
	text-align: center !important
}

.ai-outline-gen .ai-searchbar {
	width: 78%;
	margin: 0 auto
}

.ai-outline-gen .ai-searchbar .ai-search-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 4px solid #782749;
	background: #fff;
	border-radius: 14px
}

.ai-outline-gen .ai-searchbar .ai-search-box svg {
	margin: 0 0 0 13px
}

.ai-outline-gen .ai-searchbar .ai-search-box .error-show {
	position: absolute;
	left: 0;
	font-size: 13px;
	line-height: 16px;
	color: red;
	bottom: -26px;
	background: #fff2f2;
	padding: 2px 5px;
	border-radius: 6px
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
	font-size: 16px;
	line-height: 20px;
	padding: 0 15px;
	border: none !important
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-webkit-input-placeholder {
	color: #c6c6c6
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-moz-placeholder {
	color: #c6c6c6
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic:-ms-input-placeholder {
	color: #c6c6c6
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::-ms-input-placeholder {
	color: #c6c6c6
}

.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic::placeholder {
	color: #c6c6c6
}

.ai-outline-gen .ai-gen-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC009), to(#EFB200));
	background: linear-gradient(180deg, #FFC009 0%, #EFB200 100%);
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1215686275);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1215686275);
	font-size: 18px;
	line-height: 22px;
	padding: 14px 15px;
	margin: 30px auto 0;
	border-radius: 9px
}

.ai-outline-gen .ai-gen-btn:hover {
	background: #ffc827;
	color: inherit
}

.proposal-strip {
	margin: 20px 0;
	background: linear-gradient(92.65deg, #560125 9.38%, #690B33 23.53%, #760F3A 38.05%, #780E3B 52.92%, #740E39 67.74%, #6F0C36 82.14%, #560125 96.79%);
	border-radius: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative
}

.proposal-strip:before {
	content: "";
	background: url(../images/bg-lines.svg) no-repeat;
	background-size: contain;
	left: 0;
	bottom: 0;
	height: 89%;
	width: 100%;
	position: absolute
}

.proposal-strip .left-proposal {
	position: relative
}

.proposal-strip .left-proposal .title {
	font-size: 26px !important;
	line-height: 30px !important;
	color: #fff !important;
	font-family: opensansregular
}

.proposal-strip .left-proposal .title .sub-title {
	font-size: 36px;
	line-height: 40px;
	font-family: opensansbold
}

.proposal-strip .left-proposal .para {
	font-size: 18px !important;
	line-height: 22px !important;
	color: #fff !important
}

.proposal-strip .left-proposal .offer-img {
	display: none
}

.proposal-strip .left-proposal .cta-btn {
	background: #ffbe00;
	-webkit-box-shadow: 0 0 25px 5px rgba(255, 255, 255, .2);
	box-shadow: 0 0 25px 5px rgba(255, 255, 255, .2);
	border-radius: 6px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 8px 16px;
	font-family: opensanssemibold;
	font-size: 18px;
	line-height: 22px;
	color: #2a2a2a !important
}

.proposal-strip .right-proposal {
	position: relative
}

.srtip01 {
	background: url(../images/strip-bg.jpg) no-repeat center top/cover;
	position: relative;
	background-size: cover;
	height: 299px;
	margin: 0 0 15px
}

.srtip01 .heading {
	width: 220px;
	height: 220px;
	font-family: opensanssemibold;
	text-align: center;
	padding: 65px 10px 0;
	background: #fff;
	border: solid 3px #c33571;
	color: #000;
	float: left;
	border-radius: 50%;
	font-size: 23px;
	margin: 40px 0 0 20px;
	line-height: 30px
}

.srtip01 .heading strong {
	font-size: 35px;
	font-family: opensanssemibold;
	display: inline-block;
	line-height: 45px
}

.srtip01 ul {
	float: right;
	margin-right: 1px;
	padding: 10% 0
}

.srtip01 ul li {
	list-style: none !important;
	font-size: 18px !important;
	padding: 5px 20px !important;
	background: #1477a1;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin: 7px 0 !important;
	padding-left: 12px !important
}

.srtip01 ul li a {
	color: #fff !important;
	font-family: opensanssemibold;
	text-decoration: none;
	background: url(../images/strip01-bullets.png) left no-repeat;
	padding-left: 25px;
	text-align: left
}

.srtip01 ul li+li {
	background: #b32c66
}

.srtip01 ul li+li+li {
	background: #d86628
}

.srtip02 {
	background: url(../images/strip02.jpg) center no-repeat;
	position: relative;
	background-size: cover;
	display: inline-block;
	width: 100%
}

.srtip02 .srtip02-block {
	background: #000;
	color: #fff;
	padding: 10px;
	width: 42%;
	text-align: center;
	float: right
}

.srtip02 .srtip02-block a {
	color: #fff !important
}

.srtip02 .srtip02-block .heading {
	color: #e65453;
	font-size: 38px;
	line-height: 40px;
	font-family: medula one, cursive;
	padding: 0 0 8px
}

.srtip02 .srtip02-block p {
	color: #fff !important;
	text-align: center !important
}

.srtip02 .srtip02-block ul {
	display: inline-block
}

.srtip02 .srtip02-block ul li {
	border-radius: 2px;
	background: #ebebeb;
	padding: 6px 15px !important;
	text-align: left;
	margin: 0 0 10px !important;
	list-style: none !important
}

.srtip02 .srtip02-block ul li a {
	color: #272727 !important;
	background: url(../images/strip-bullet.png) no-repeat;
	padding: 0 20px 0 0;
	background-position: right;
	display: block
}

.srtip02 .srtip02-block ul .act1 {
	background: #e65453;
	text-align: center
}

.srtip02 .srtip02-block ul .act1 a {
	color: #fff !important;
	background: 0 0
}

.srtip03 {
	width: 100%;
	height: 263px;
	border: 5px solid #f1f1f1;
	background: url(../images/strip03.jpg) center/cover no-repeat;
	background-size: cover;
	position: relative;
	margin: 0 0 15px
}

.srtip03 p {
	text-align: center !important
}

.srtip03 .srtip03-block {
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 52px 10px 53px;
	width: 40%;
	text-align: center
}

.srtip03 .srtip03-block .heading {
	color: #fff;
	font-size: 38px;
	padding: 0 0 10px;
	font-family: medula one, cursive
}

.srtip03 .srtip03-block p {
	color: #fff !important;
	font-size: 13px !important;
	line-height: 20px;
	font-family: arial !important;
	padding: 0 !important;
	margin: 0;
	text-align: center
}

.srtip03 .srtip03-block p a {
	color: #fff;
	text-decoration: none
}

.srtip03 .srtip03-block p a:hover {
	color: #bf1b11
}

.srtip03 .srtip03-block .getp {
	line-height: 35px;
	height: 35px;
	border-radius: 2px;
	background-color: #bf1b11;
	list-style: none;
	font-family: arial;
	width: 50%;
	margin: 10px auto 0;
	font-size: 14px
}

.srtip03 .srtip03-block .getp a {
	color: #fff;
	text-decoration: none
}

.srtip02_3,
.srtip04 {
	background: url(../images/strip04.jpg) no-repeat;
	background-size: cover
}

.srtip02_3 .srtip02-block .heading,
.srtip04 .srtip02-block .heading {
	color: #fac5e3
}

.srtip02_3 .srtip02-block ul li,
.srtip04 .srtip02-block ul li {
	padding: 6px 15px
}

.srtip02_3 .srtip02-block ul .act1,
.srtip04 .srtip02-block ul .act1 {
	background: #ca2470
}

.srtip02_3 .srtip02-block ul .act1 a,
.srtip04 .srtip02-block ul .act1 a {
	padding: 0
}

.srtip02_1,
.srtip05 {
	background: url(../images/strip5.jpg) no-repeat;
	background-size: 68%
}

.srtip02_1 .srtip02-block .heading,
.srtip05 .srtip02-block .heading {
	color: #b8ebdf
}

.srtip02_1 .srtip02-block ul li,
.srtip05 .srtip02-block ul li {
	padding: 6px 15px
}

.srtip02_1 .srtip02-block ul li a,
.srtip05 .srtip02-block ul li a {
	background: url(../images/strip-bullets2.png) no-repeat;
	background-position: right
}

.srtip02_1 .srtip02-block ul .act1,
.srtip05 .srtip02-block ul .act1 {
	background: #2bbcad
}

.srtip02_1 .srtip02-block ul .act1 a,
.srtip05 .srtip02-block ul .act1 a {
	padding: 0
}

.srtip02_2,
.srtip6 {
	background: url(../images/strip6.jpg) no-repeat;
	background-size: 58%
}

.srtip02_2 .srtip02-block .heading,
.srtip6 .srtip02-block .heading {
	color: #fae9d9
}

.srtip02_2 .srtip02-block ul li,
.srtip6 .srtip02-block ul li {
	padding: 6px 15px
}

.srtip02_2 .srtip02-block ul li a,
.srtip6 .srtip02-block ul li a {
	background: url(../images/strip-bullets3.png) no-repeat;
	background-position: right
}

.srtip02_2 .srtip02-block ul .act1,
.srtip6 .srtip02-block ul .act1 {
	background: #cf8b68
}

.srtip02_2 .srtip02-block ul .act1 a,
.srtip6 .srtip02-block ul .act1 a {
	padding: 0
}

.newconversationstrip img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.newconversationstrip .stripdesktop {
	display: block
}

.newconversationstrip .stripmobile {
	display: none
}

.app-strip {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffe9f3), color-stop(50%, var(--primary-color)));
	background-image: linear-gradient(to right, #ffe9f3 50%, var(--primary-color) 50%)
}

.app-strip img {
	width: 100%;
	height: 100%
}

.app-strip-home {
	background: url(../images/app-strip.jpg) no-repeat;
	padding: 35px 0;
	background-size: cover
}

.app-strip-home:after {
	content: "";
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.app-strip-home .container {
	z-index: 1
}

.app-strip-home .strip-title {
	font-size: 38px;
	line-height: 40px;
	color: #fff;
	font-family: opensanssemibold
}

.app-strip-home .strip-title span {
	color: #ffbe00
}

.app-strip-home .strip-subtitle {
	color: #fff;
	font-size: 20px;
	line-height: 24px
}

.app-strip-home .download-btn {
	color: #ffbe00;
	text-decoration: underline;
	font-size: 16px;
	line-height: 18px;
	margin: 25px 0 8px
}

.app-strip-home .app-icon img {
	width: 100%;
	height: 100%
}

.guarantee_strip {
	margin: 15px 0;
	color: #fff;
	border-radius: 5px;
	background: url(../images/guarantee_strip.jpg) no-repeat left bottom;
	padding: 30px 30px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: cover
}

.guarantee_strip p {
	font-size: 35px;
	font-family: opensanssemibold;
	line-height: 38px;
	text-align: left
}

.guarantee_strip .odr_btn {
	font-size: 14px;
	background: #fed442;
	color: #000 !important;
	padding: 5px 30px;
	font-family: opensanssemibold;
	display: inline-block;
	margin-top: 20px
}

.guarantee_strip .left_title {
	width: 55%
}

.guarantee_strip .left_title p {
	font-size: 35px !important;
	font-family: opensanssemibold !important;
	line-height: 38px !important;
	color: #fff !important;
	text-align: left !important
}

.guarantee_strip ul li {
	font-size: 18px !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, .6196078431);
	margin: 0;
	color: #fff !important
}

.guarantee_strip ul li:last-child {
	border-bottom: 0
}

.guarantee_strip ul li:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/right-yellow.svg) no-repeat;
	margin-right: 10px
}

.discount_strip {
	margin: 15px 0;
	color: #fff;
	border-radius: 5px;
	background: url(../images/discount_bg.jpg) no-repeat left bottom;
	text-align: center;
	padding: 20px 0
}

.discount_strip span {
	font-size: 22px;
	font-family: opensanssemibold;
	padding: 0 0 15px;
	display: block
}

.discount_strip p {
	font-size: 20px !important;
	padding: 0;
	text-align: center !important;
	color: #fff !important
}

.discount_strip p strong {
	color: #fd0;
	font-family: opensanssemibold;
	font-weight: 400
}

.discount_strip .odr_btn {
	font-size: 16px;
	background: #fd0;
	color: #000;
	padding: 9px 30px;
	font-family: opensanssemibold;
	display: inline-block;
	border-radius: 3px
}

.commn-strip {
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 8px;
	padding: 10px;
	margin: 15px 0
}

.commn-strip .box {
	border: 2px solid #d11c73;
	padding: 40px;
	border-radius: 8px;
	position: relative
}

.commn-strip .box:before {
	content: "";
	background: url(../images/pen-tip.svg) no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -2px;
	left: -3px
}

.commn-strip .strip9-text {
	color: #0c0c0c !important;
	text-align: center;
	font-size: 30px !important;
	line-height: 34px !important;
	font-family: opensanssemibold;
	padding: 0 0 24px !important
}

.commn-strip .strip9-text span {
	color: #d11c73
}

.commn-strip .newstriptitle {
	color: #0c0c0c;
	text-align: center;
	font-size: 30px !important;
	line-height: 34px !important;
	font-family: opensanssemibold;
	padding: 0 !important;
	margin: 0 0 20px !important
}

.commn-strip .newstriptitle span {
	color: #d11c73
}

.commn-strip .newstriptitle:after {
	content: "";
	border-bottom: 2px solid #d11c73;
	width: 40%;
	display: block;
	margin: 10px auto 0
}

.commn-strip .strip-para {
	text-align: center;
	color: #333 !important;
	font-size: 16px !important;
	line-height: 18px !important;
	font-family: opensansmedium !important;
	padding: 0 !important;
	margin: 0 0 20px !important;
	text-align: center !important
}

.commn-strip .strip-para span {
	color: #d11c73
}

.commn-strip .btn-strip9 {
	font-size: 13px;
	line-height: 15px;
	border-radius: 4px;
	outline: 1px solid #d11c73;
	border: 2px solid #fff;
	color: #d11c73;
	padding: 8px 40px;
	background-color: #fae8f1;
	margin: 0 40px 0 0;
	display: inline-block
}

.commn-strip .btn-strip9:last-child {
	margin: 0
}

.commn-strip .btn-strip9:hover {
	background: var(--primary-color);
	color: #fff !important
}

.twoline-strip .box {
	padding: 30px
}

.twoline-strip .buttons-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tool-strip {
	background: url(../images/tool-1.png) no-repeat;
	text-align: center;
	padding: 40px;
	background-size: 100%;
	border-radius: 8px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin: 15px 0
}

.tool-strip .strip9-text {
	color: #0c0c0c !important;
	text-align: center;
	font-size: 28px !important;
	line-height: 32px !important;
	font-family: opensanssemibold;
	padding: 0 0 24px !important
}

.tool-strip .strip9-text span,
.tool-strip .strip9-text strong {
	font-size: 30px !important;
	line-height: 34px !important
}

.tool-strip .strip9-text span {
	color: #d11c73
}

.tool-strip .strip9-text:after {
	content: "";
	background-color: #d11c73;
	height: 3px;
	width: 126px;
	margin: 5px auto 0;
	display: block
}

.tool-strip .btn-strip9 {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	font-size: 12px;
	line-height: 15px;
	border-radius: 8px;
	border: 2px solid #fff;
	color: #fff !important;
	padding: 10px 30px;
	background-color: #c82a6d;
	margin: 0 13px 0 0;
	display: inline-block
}

.tool-strip .btn-strip9:last-child {
	margin: 0
}

.tool-strip .btn-strip9:hover {
	background: #dc1368;
	color: var(--primary-color)
}

.newcust-strip {
	padding: 8px;
	border-radius: 5px;
	background: #fff4f9;
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative
}

.newcust-strip .box {
	border: 2px solid #8c1d4c;
	border-radius: 5px;
	text-align: center;
	padding: 22px 0 32px
}

.newcust-strip .box .strip-heading {
	position: relative;
	color: #282828;
	font-size: 40px;
	font-family: opensanssemibold;
	line-height: normal;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 30px
}

.newcust-strip .box .strip-heading span {
	font-size: 45px;
	text-transform: uppercase;
	color: #9d3a64;
	margin: 0 35px 0 0
}

.newcust-strip .box .strip-heading:after {
	content: "";
	position: absolute;
	width: 182px;
	height: 3px;
	bottom: 0%;
	right: 9%;
	background: #9d3a64
}

.newcust-strip .box .scissors-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px
}

.newcust-strip .box .scissors-btn .coupon-code {
	position: relative;
	padding: 8px 10px 8px 19px;
	border: 1px dashed #361128;
	color: #361128;
	font-family: opensanssemibold;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 4.5px
}

.newcust-strip .box .scissors-btn .coupon-code:after {
	content: "";
	position: absolute;
	background: url(../images/scissors.svg) no-repeat;
	width: 25px;
	height: 28px;
	left: -14px
}

.newcust-strip .box .scissors-btn .claim-now-btn {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	background: #eeb201;
	padding: 9px 13px;
	color: #181010;
	font-size: 18px;
	font-family: opensansbold;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 9.347px 9.347px rgba(194, 53, 113, 0.15));
	filter: drop-shadow(0px 9.347px 9.347px rgba(194, 53, 113, 0.15))
}

.newcust-strip .box .scissors-btn .claim-now-btn:after {
	content: "T&C Apply*";
	font-family: opensansregular;
	position: absolute;
	color: #696969;
	font-size: 11px;
	line-height: normal;
	bottom: -37%;
	right: 0;
	left: 0
}

.newcust-strip .box .scissors-btn .claim-now-btn:hover {
	background: #fdca38
}

.newcust-strip:after,
.newcust-strip:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-size: cover
}

.newcust-strip:before {
	left: 0;
	top: 0;
	background-image: url(../images/newcust-before.svg)
}

.newcust-strip:after {
	right: 0;
	bottom: 0;
	background-image: url(../images/newcust-after.svg)
}

.doctoral-strip {
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff4f9;
	border-radius: 4px
}

.doctoral-strip .box {
	position: relative;
	padding: 22px 135px 32px 165px;
	text-align: center
}

.doctoral-strip .box .main_h {
	color: #131313;
	font-size: 30px;
	line-height: 41px;
	font-family: opensansbold;
	padding: 0;
	margin: 0 0 12px
}

.doctoral-strip .box .main_h span {
	position: relative
}

.doctoral-strip .box .main_h span:after {
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #000;
	right: 0%;
	bottom: 0%
}

.doctoral-strip .box .para {
	font-size: 16px;
	line-height: 22px;
	font-family: opensansregular;
	color: #131313;
	text-align: center;
	margin: 12px 0 28px
}

.doctoral-strip .box .para span {
	color: #d11c73;
	font-family: opensanssemibold
}

.doctoral-strip .box .para .highlight {
	color: #131313
}

.doctoral-strip .box .btn-strip {
	font-size: 17px;
	line-height: 23px;
	font-family: opensanssemibold;
	text-transform: capitalize;
	color: #181010;
	background: #ffbe00;
	-webkit-box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}

.doctoral-strip .box .btn-strip:hover {
	color: #181010
}

.doctoral-strip .box .doctor-man,
.doctoral-strip .box .thinking-girl {
	position: absolute;
	top: 0;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.doctoral-strip .box .thinking-girl {
	left: 0
}

.doctoral-strip .box .doctor-man {
	right: 0
}

.ai-strip {
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff1f1;
	border-radius: 4px;
	padding: 15px 22px 19px;
	position: relative
}

.ai-strip .polygon {
	position: absolute;
	right: 0;
	top: 0
}

.ai-strip .box {
	position: relative
}

.ai-strip .box .content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1
}

.ai-strip .box .content-row .main_h {
	font-size: 30px;
	line-height: 41px;
	font-family: opensansbold;
	color: #131313;
	padding: 0
}

.ai-strip .box .content-row .main_h .bottom-border {
	position: relative
}

.ai-strip .box .content-row .main_h .bottom-border:after {
	content: "";
	position: absolute;
	width: 85%;
	border: 1px solid #000;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.ai-strip .box .content-row .main_h .red {
	color: #e82525
}

.ai-strip .box .content-row .main_h .green {
	color: #4fba6f
}

.ai-strip .box .content-row .line {
	border: 2px solid #8c1d4c;
	margin: 0 48px
}

.ai-strip .box .content-row .ai-logo {
	margin: 0 10px 0 0
}

.ai-strip .box .content-row .authentic-logo {
	margin: 0 0 0 10px
}

.ai-strip .box .para {
	font-size: 16px;
	line-height: 22px;
	color: #131313;
	text-align: center;
	margin: 0 0 19px
}

.ai-strip .box .para span {
	font-family: opensanssemibold;
	color: #d11c73
}

.ai-strip .box .btn-strip {
	font-size: 17px;
	line-height: 23px;
	font-family: opensanssemibold;
	text-transform: capitalize;
	color: #181010;
	background: #ffbe00;
	-webkit-box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}

.ai-strip .box .btn-strip:hover {
	color: #181010
}

.deadline-strip {
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff4f9;
	border-radius: 4px
}

.deadline-strip .box {
	padding: 15px 15px 35px 100px;
	text-align: center;
	position: relative
}

.deadline-strip .box .time-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 4px
}

.deadline-strip .box .main_h {
	font-size: 30px;
	line-height: 38px;
	font-family: opensansbold;
	padding: 0;
	color: #131313
}

.deadline-strip .box .main_h span {
	color: #e41e1e
}

.deadline-strip .box .para {
	font-size: 16px;
	line-height: 22px;
	margin: 17px 0 24px;
	text-align: center
}

.deadline-strip .box .para .highlight {
	font-family: opensanssemibold
}

.deadline-strip .box .btn-strip {
	font-size: 17px;
	line-height: 23px;
	font-family: opensanssemibold;
	text-transform: capitalize;
	color: #181010;
	background: #ffbe00;
	-webkit-box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}

.deadline-strip .box .btn-strip:hover {
	color: #181010
}

.features-strip {
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff4f9;
	border-radius: 4px
}

.features-strip .box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.features-strip .box .left-side {
	padding: 33px 0 56px 53px;
	width: 55%
}

.features-strip .box .main_h {
	font-size: 26px;
	line-height: 35px;
	font-family: opensansbold;
	color: #131313;
	padding: 0
}

.features-strip .box .main_h span {
	color: var(--primary-color)
}

.features-strip .box .features_list {
	margin: 32px 0
}

.features-strip .box .features_list li {
	font-size: 15px;
	line-height: 20px;
	color: #393939;
	padding: 0;
	margin: 0 0 10px 25px
}

.features-strip .box .features_list li::marker {
	color: #393939;
	font-size: 16px
}

.features-strip .box .btn_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}

.features-strip .box .btn_row .price-btn {
	border-radius: 4px;
	padding: 9px 11px;
	color: #fff;
	background: var(--primary-color);
	font-size: 18px;
	line-height: 25px;
	text-transform: capitalize;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	z-index: 1
}

.features-strip .box .btn_row .price-btn.reverse {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background: 0 0
}

.features-strip .box .man-img {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 4px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.features-strip .box .circle {
	position: absolute;
	bottom: 0
}

.confused-strip {
	margin: 15px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff4f9;
	border-radius: 4px
}

.confused-strip .box {
	position: relative;
	padding: 42px 198px 49px 43px
}

.confused-strip .box .main_h {
	font-size: 30px;
	line-height: 38px;
	font-family: opensansbold;
	padding: 0;
	color: #131313;
	margin: 0 0 21px
}

.confused-strip .box .para-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.confused-strip .box .para-row .para {
	font-size: 16px;
	line-height: 22px;
	color: #131313;
	text-align: left;
	width: 70%;
	margin: 0
}

.confused-strip .box .para-row .para span {
	color: var(--primary-color);
	font-family: opensansbold
}

.confused-strip .box .btn-strip {
	font-size: 17px;
	line-height: 23px;
	font-family: opensanssemibold;
	text-transform: capitalize;
	color: #181010;
	background: #ffbe00;
	-webkit-box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	box-shadow: 0 10px 10px 0 rgba(194, 53, 113, .1490196078);
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.confused-strip .box .btn-strip:hover {
	color: #181010
}

.confused-strip .box .confused-boy {
	position: absolute;
	right: 1%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media(max-width:1380px) {
	.proposal-strip:before {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	.proposal-strip .left-proposal .title {
		font-size: 20px !important;
		line-height: 24px !important
	}

	.proposal-strip .left-proposal .title .sub-title {
		font-size: 30px;
		line-height: 34px
	}

	.proposal-strip .left-proposal .para {
		font-size: 16px !important;
		line-height: 20px !important
	}

	.proposal-strip .left-proposal .cta-btn {
		padding: 6px 12px;
		font-size: 16px;
		line-height: 20px
	}

	.proposal-strip .right-proposal {
		height: 170px
	}

	.newcust-strip .box .strip-heading {
		font-size: 35px
	}

	.newcust-strip .box .strip-heading span {
		font-size: 40px;
		margin: 0 25px 0 0
	}

	.newcust-strip .box .strip-heading:after {
		width: 150px
	}

	.doctoral-strip .box .main_h {
		font-size: 26px;
		line-height: 35px
	}

	.deadline-strip .box .main_h {
		font-size: 26px;
		line-height: 35px
	}

	.confused-strip .box .main_h {
		font-size: 24px;
		line-height: 35px
	}

	.confused-strip .box .para-row {
		width: 92%
	}

	.ai-strip .box .content-row .main_h {
		font-size: 24px;
		line-height: 35px
	}

	.ai-strip .box .content-row .line {
		margin: 0 38px
	}
}

@media(max-width:1024px) {
	.proposal-strip .left-proposal .title {
		font-size: 18px !important;
		line-height: 22px !important
	}

	.proposal-strip .left-proposal .title .sub-title {
		font-size: 24px;
		line-height: 28px
	}

	.proposal-strip .left-proposal .para {
		font-size: 14px !important;
		line-height: 18px !important
	}

	.proposal-strip .left-proposal .cta-btn {
		font-size: 14px;
		line-height: 18px
	}

	.proposal-strip .right-proposal {
		height: 150px
	}

	.ai-outline-gen {
		padding: 15px 70px
	}

	.ai-outline-gen .ai-gen-title {
		font-size: 22px !important;
		line-height: 28px !important
	}

	.ai-outline-gen .ai-gen-para {
		margin: 12px 0 16px !important;
		font-size: 15px !important;
		line-height: 18px !important
	}

	.ai-outline-gen .ai-searchbar {
		width: 95%
	}

	.ai-outline-gen .ai-searchbar .ai-search-box {
		padding: 3px
	}

	.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
		font-size: 15px;
		height: 36px
	}

	.ai-outline-gen .ai-gen-btn {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 10px
	}

	.newcust-strip .box {
		padding: 22px 15px
	}

	.newcust-strip .box .strip-heading {
		font-size: 30px;
		margin: 0 0 20px
	}

	.newcust-strip .box .strip-heading span {
		font-size: 35px;
		margin: 0 20px 0 0
	}

	.newcust-strip .box .strip-heading:after {
		width: 130px;
		right: 2%
	}

	.newcust-strip .box .scissors-btn .coupon-code {
		font-size: 20px
	}

	.commn-strip .box {
		padding: 30px
	}

	.commn-strip .strip9-text {
		font-size: 28px !important;
		line-height: 32px !important
	}

	.commn-strip .btn-strip9 {
		padding: 8px 30px;
		margin: 0 25px 0 0
	}

	.tool-strip {
		padding: 25px
	}

	.tool-strip .strip9-text {
		font-size: 25px !important;
		line-height: 28px !important
	}

	.tool-strip .strip9-text span,
	.tool-strip .strip9-text strong {
		font-size: 28px !important;
		line-height: 32px !important
	}

	.tool-strip .btn-strip9 {
		padding: 10px 15px;
		margin: 0 15px 0 0
	}

	.doctoral-strip .box {
		padding: 22px 115px 32px 133px
	}

	.doctoral-strip .box .doctor-man,
	.doctoral-strip .box .thinking-girl {
		width: 23%
	}

	.doctoral-strip .box .main_h {
		font-size: 24px;
		line-height: 32px
	}

	.doctoral-strip .box .para {
		font-size: 15px;
		line-height: 18px;
		margin: 12px 0 15px
	}

	.deadline-strip .box {
		padding: 15px 15px 35px 85px
	}

	.deadline-strip .box .main_h {
		font-size: 24px;
		line-height: 32px
	}

	.deadline-strip .box .time-bg {
		width: 23%
	}

	.features-strip .box .left-side {
		padding: 33px 0 30px 35px
	}

	.features-strip .box .features_list {
		margin: 15px 0
	}

	.features-strip .box .man-img {
		width: 52%
	}

	.features-strip .box .btn_row .price-btn {
		font-size: 16px;
		line-height: 20px
	}

	.confused-strip .box {
		padding: 20px 150px 35px 20px
	}

	.confused-strip .box .main_h {
		font-size: 22px;
		line-height: 26px;
		margin: 0 0 15px
	}

	.confused-strip .box .para-row {
		width: 100%
	}

	.confused-strip .box .confused-boy {
		width: 20%
	}

	.ai-strip .polygon {
		width: 373px;
		height: auto
	}

	.ai-strip .box .content-row svg {
		width: 50px;
		height: 50px
	}

	.ai-strip .box .content-row .main_h {
		font-size: 22px;
		line-height: 25px
	}
}

@media(max-width:768px) {
	.proposal-strip {
		padding: 15px 0 !important
	}

	.proposal-strip:before {
		height: 58%
	}

	.proposal-strip .left-proposal .title {
		text-align: center
	}

	.proposal-strip .left-proposal .para {
		text-align: center !important
	}

	.proposal-strip .left-proposal .offer-img {
		display: block;
		position: absolute;
		bottom: -15px;
		right: -28%;
		height: 70%
	}

	.proposal-strip .left-proposal .cta-btn {
		margin: 15px auto 0
	}

	.proposal-strip .right-proposal {
		display: none !important
	}

	.ai-outline-gen {
		padding: 15px
	}

	.ai-outline-gen .ai-gen-title {
		font-size: 20px !important;
		line-height: 24px !important
	}

	.ai-outline-gen .ai-gen-para {
		margin: 10px 0 15px;
		font-size: 14px !important;
		line-height: 16px !important
	}

	.ai-outline-gen .ai-searchbar .ai-search-box {
		padding: 2px 13px 2px 2px;
		border-width: 2px
	}

	.ai-outline-gen .ai-searchbar .ai-gen-topic {
		font-size: 14px
	}

	.ai-outline-gen .ai-gen-btn {
		font-size: 14px;
		line-height: 18px
	}

	.srtip01 {
		height: 245px
	}

	.srtip01 .heading {
		margin: 25px 0 0 20px;
		width: 180px;
		height: 180px;
		padding: 48px 10px 0;
		font-size: 20px;
		line-height: 24px
	}

	.srtip02 .srtip02-block {
		width: 55%
	}

	.srtip02 .srtip02-block .heading {
		font-size: 35px;
		line-height: 34px
	}

	.srtip03 {
		height: 250px
	}

	.srtip03 .srtip03-block {
		padding: 62px 10px;
		width: 54%
	}

	.app-strip-home {
		padding: 15px 0
	}

	.app-strip-home .strip-title {
		font-size: 30px;
		line-height: 34px
	}

	.app-strip-home .strip-subtitle {
		font-size: 18px;
		line-height: 20px
	}

	.guarantee_strip {
		background-position: left;
		background-size: cover;
		padding: 20px
	}

	.guarantee_strip p {
		font-size: 20px
	}

	.guarantee_strip .odr_btn {
		font-size: 13px
	}

	.guarantee_strip ul li {
		font-size: 13px !important;
		line-height: normal;
		margin: 0
	}

	.discount_strip {
		padding: 20px 10px
	}

	.commn-strip .btn-strip9 {
		padding: 5px 14px;
		margin: 0 10px 0 0
	}

	.commn-strip br {
		display: none
	}

	.commn-strip .box {
		padding: 25px
	}

	.commn-strip .strip9-text {
		font-size: 25px !important;
		line-height: 28px !important;
		padding: 0 0 18px !important
	}

	.commn-strip .newstriptitle {
		font-size: 24px !important;
		line-height: 26px !important;
		margin: 0 0 15px !important
	}

	.commn-strip .newstriptitle:after {
		width: 70%
	}

	.commn-strip .strip-para {
		font-size: 14px !important;
		margin: 0 0 15px !important
	}

	.tool-strip .btn-strip9 {
		padding: 10px 15px;
		margin: 0 5px 0 0
	}

	.tool-strip .btn-strip9:last-child,
	.tool-strip .btn-strip9:nth-child(4) {
		margin: 10px 5px 0 0
	}

	.tool-strip .strip9-text {
		font-size: 20px !important;
		line-height: 24px !important;
		padding: 0 0 18px !important
	}

	.tool-strip .strip9-text span,
	.tool-strip .strip9-text strong {
		font-size: 22px !important;
		line-height: 26px !important
	}

	.newcust-strip .box .strip-heading {
		font-size: 25px;
		margin: 0 0 15px
	}

	.newcust-strip .box .strip-heading span {
		font-size: 25px;
		margin: 0
	}

	.newcust-strip .box .strip-heading:after {
		display: none
	}

	.newcust-strip .box .scissors-btn .coupon-code {
		font-size: 18px;
		letter-spacing: 4px
	}

	.doctoral-strip .box {
		padding: 15px
	}

	.doctoral-strip .box .doctor-man,
	.doctoral-strip .box .thinking-girl {
		display: none
	}

	.doctoral-strip .box .main_h {
		font-size: 22px;
		line-height: 28px
	}

	.doctoral-strip .box .btn-strip {
		font-size: 16px;
		line-height: 18px
	}

	.deadline-strip .box {
		padding: 15px 15px 25px
	}

	.deadline-strip .box .time-bg {
		display: none
	}

	.deadline-strip .box .main_h {
		font-size: 22px;
		line-height: 28px
	}

	.deadline-strip .box .para {
		font-size: 15px;
		line-height: 22px;
		margin: 15px 0
	}

	.deadline-strip .box .btn-strip {
		font-size: 16px;
		line-height: 18px
	}

	.features-strip .box .man-img {
		display: none
	}

	.features-strip .box .left-side {
		width: 100%;
		padding: 20px
	}

	.features-strip .box .main_h {
		font-size: 22px;
		line-height: 28px
	}

	.features-strip .box .main_h br {
		display: none
	}

	.features-strip .box .btn_row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.confused-strip .box {
		padding: 20px 20px 35px
	}

	.confused-strip .box .main_h {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 10px
	}

	.confused-strip .box .confused-boy {
		display: none
	}

	.confused-strip .box .para-row .para {
		width: 65%;
		font-size: 15px;
		line-height: 18px
	}

	.confused-strip .box .btn-strip {
		font-size: 16px;
		line-height: 18px
	}

	.ai-strip .polygon {
		display: none
	}

	.ai-strip .box .content-row svg {
		display: none
	}

	.ai-strip .box .content-row .main_h {
		font-size: 20px;
		line-height: 22px
	}

	.ai-strip .box .content-row .line {
		border: 1px solid #8c1d4c;
		margin: 0 15px
	}

	.ai-strip .box .para {
		margin: 15px 0;
		font-size: 15px;
		line-height: 20px
	}

	.ai-strip .box .btn-strip {
		font-size: 16px;
		line-height: 18px
	}
}

@media(max-width:767px) {
	.proposal-strip:before {
		height: 25%
	}

	.proposal-strip .left-proposal .offer-img {
		position: unset;
		margin: auto
	}

	.ai-outline-gen .ai-gen-title {
		font-size: 18px !important;
		line-height: 20px !important
	}

	.ai-outline-gen .ai-gen-title svg {
		display: none
	}

	.ai-outline-gen .ai-searchbar .ai-search-box {
		padding: 3px 13px 3px 3px
	}

	.ai-outline-gen .ai-searchbar .ai-search-box .ai-gen-topic {
		font-size: 15px;
		height: 38px
	}

	.ai-outline-gen .ai-gen-btn {
		padding: 10px
	}

	.srtip01 {
		height: 285px
	}

	.srtip01 .heading {
		width: 120px;
		height: 120px;
		padding: 33px 10px 0;
		font-size: 14px;
		line-height: 16px;
		margin: 10px 0 0 10px
	}

	.srtip01 ul {
		float: none;
		margin: 0;
		padding: 0
	}

	.srtip01 ul li {
		margin-left: 10px;
		float: right;
		width: 66%;
		display: block;
		font-size: 16px
	}

	.srtip01 ul li+li+li {
		display: block
	}

	.srtip02 {
		background: 0 0
	}

	.srtip02 .srtip02-block {
		width: 100%
	}

	.srtip02 .srtip02-block ul li {
		padding: 6px 25px !important;
		display: inline-block
	}

	.srtip02 .srtip02-block ul .act1 {
		display: block
	}

	.srtip02 .srtip02-block ul .act1 a {
		padding: 0 !important
	}

	.srtip03 {
		width: 100%;
		height: 170px
	}

	.srtip03 .srtip03-block {
		width: 100%;
		height: 100%;
		padding: 20px
	}

	.srtip03 .srtip03-block .heading {
		font-size: 32px;
		line-height: 34px
	}

	.srtip03 .srtip03-block p {
		color: #fff !important
	}

	.newconversationstrip img {
		width: 100%;
		height: 100%
	}

	.newconversationstrip .stripdesktop {
		display: none
	}

	.newconversationstrip .stripmobile {
		display: block
	}

	.app-strip {
		background: 0 0
	}

	.app-strip .container {
		padding: 0
	}

	.app-strip-home {
		padding: 25px 0
	}

	.app-strip-home .strip-title {
		font-size: 25px;
		line-height: 28px
	}

	.app-strip-home .strip-subtitle {
		font-size: 14px;
		line-height: 16px
	}

	.app-strip-home .download-btn {
		margin: 20px 0 6px
	}

	.guarantee_strip {
		padding: 15px 10px;
		background: #c92a62
	}

	.guarantee_strip .odr_btn {
		padding: 5px 8px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px
	}

	.guarantee_strip .left_title {
		width: 40%
	}

	.guarantee_strip .left_title p {
		font-size: 20px !important;
		line-height: 22px !important;
		text-align: left !important;
		margin: 0 !important
	}

	.guarantee_strip ul li {
		color: #fff !important;
		padding: 5px 0 !important
	}

	.guarantee_strip ul li:before {
		margin-right: 5px
	}

	.discount_strip {
		background: #1f6692
	}

	.discount_strip span {
		font-size: 18px;
		line-height: 20px;
		padding: 0 0 8px
	}

	.discount_strip p {
		font-size: 15px !important;
		margin: 3px 0 10px
	}

	.discount_strip .odr_btn {
		padding: 6px 20px
	}

	.commn-strip {
		margin: 10px 0
	}

	.commn-strip .box {
		padding: 10px
	}

	.commn-strip .strip9-text {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 0 0 10px !important
	}

	.commn-strip .btn-strip9 {
		padding: 5px 10px;
		margin: 0 6px 0 0
	}

	.commn-strip .btn-strip9:last-child {
		margin: 10px 0 0 0
	}

	.commn-strip .newstriptitle {
		font-size: 18px !important;
		line-height: 22px !important;
		margin: 0 0 10px !important
	}

	.commn-strip .newstriptitle:after {
		margin: 6px auto 0
	}

	.commn-strip .strip-para {
		font-size: 13px !important;
		margin: 0 0 10px !important
	}

	.twoline-strip .buttons-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px
	}

	.twoline-strip .buttons-row .btn-strip9 {
		margin: 0 !important
	}

	.tool-strip {
		padding: 10px;
		margin: 10px 0
	}

	.tool-strip .strip9-text {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 0 0 10px !important
	}

	.tool-strip .strip9-text:after {
		width: 83px
	}

	.tool-strip .strip9-text span,
	.tool-strip .strip9-text strong {
		font-size: 20px !important;
		line-height: 24px !important
	}

	.tool-strip .btn-strip9 {
		padding: 10px 9px
	}

	.tool-strip .btn-strip9:last-child,
	.tool-strip .btn-strip9:nth-child(4) {
		margin: 5px 5px 0 0
	}

	.newcust-strip .box .strip-heading {
		font-size: 20px
	}

	.newcust-strip .box .strip-heading span {
		font-size: 20px;
		margin: 0
	}

	.newcust-strip .box .scissors-btn {
		gap: 15px
	}

	.newcust-strip .box .scissors-btn .coupon-code {
		font-size: 16px
	}

	.newcust-strip .box .scissors-btn .claim-now-btn {
		font-size: 16px
	}

	.doctoral-strip .box .main_h {
		font-size: 18px;
		line-height: 22px
	}

	.doctoral-strip .box .para {
		font-size: 14px;
		line-height: 16px
	}

	.ai-strip {
		padding: 15px 15px 20px
	}

	.ai-strip .box .para {
		font-size: 14px;
		line-height: 18px
	}

	.ai-strip .box .content-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ai-strip .box .content-row .main_h {
		font-size: 16px;
		line-height: 24px
	}

	.ai-strip .box .content-row .line {
		display: none
	}

	.deadline-strip .box .main_h {
		font-size: 18px;
		line-height: 22px
	}

	.deadline-strip .box .para {
		font-size: 14px;
		line-height: 18px;
		margin: 10px 0
	}

	.features-strip .box .main_h {
		font-size: 18px;
		line-height: 22px
	}

	.features-strip .box .circle {
		display: none
	}

	.features-strip .box .features_list {
		margin: 20px 0
	}

	.features-strip .box .features_list li {
		margin: 0 0 8px 25px
	}

	.confused-strip .box {
		padding: 15px 15px 20px
	}

	.confused-strip .box .main_h {
		font-size: 18px;
		line-height: 22px;
		text-align: center
	}

	.confused-strip .box .para-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.confused-strip .box .para-row .para {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		margin: 0 0 10px
	}

	.confused-strip .box .btn-strip {
		margin: 0 auto
	}
}

.rightbar-common-box {
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin: 20px 0 0
}

.rightbar-common-box .box-head {
	background: #333;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 22px;
	font-family: opensanssemibold;
	color: #f6d20a;
	padding: 10px 15px
}

.rightbar-common-box .box-head s {
	color: #fff
}

.rightbar-common-box .others {
	max-height: 269px;
	overflow: auto
}

.rightbar-common-box.sticky {
	position: fixed;
	width: 349.91px;
	top: 108px
}

.rightbar-common-box.free-feature.sticky {
	width: 325px
}

.rightbar-common-box .list {
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 18px
}

.rightbar-common-box .list .name {
	font-family: opensanssemibold;
	color: #2a2a2a
}

.rightbar-common-box .list .value {
	font-family: opensansregular;
	color: #333;
	text-decoration: line-through
}

.rightbar-common-box .list:nth-child(2n) {
	background: #f5f5f5
}

.rightbar-common-box .price {
	padding: 30px 0 20px
}

.rightbar-common-box .price .content {
	color: #333;
	font-size: 16px;
	line-height: 18px
}

.rightbar-common-box .price .prices {
	color: #2db261;
	font-size: 28px;
	line-height: 32px;
	font-family: opensanssemibold
}

.rightbar-common-box .price .start-btn {
	background: #ffbe00;
	border-radius: 3px;
	padding: 5px;
	color: #1d1d1d;
	font-size: 18px;
	line-height: 22px;
	font-family: opensanssemibold;
	width: 50%;
	cursor: pointer
}

.rightbar-common-box .price .start-btn:hover {
	background: #eebe2d
}

.rightbar-common-box .tool-list {
	padding: 15px 15px 20px
}

.rightbar-common-box .tool-list p {
	cursor: inherit !important
}

.rightbar-common-box .tool-list p:hover {
	color: #333 !important
}

.rightbar-common-box .tool-list p:hover:before {
	background: #333 !important;
	border: 1px solid #333 !important;
	background-clip: content-box !important
}

.rightbar-common-box .tool-list a,
.rightbar-common-box .tool-list p {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 10px;
	display: block;
	cursor: pointer
}

.rightbar-common-box .tool-list a:last-child,
.rightbar-common-box .tool-list p:last-child {
	padding: 0
}

.rightbar-common-box .tool-list a:before,
.rightbar-common-box .tool-list p:before {
	width: 12px;
	height: 12px;
	margin: 0 8px 0 0;
	background: #333;
	border-radius: 100%;
	padding: 2px;
	position: relative;
	background-clip: content-box;
	border: 1px solid #333;
	content: "";
	display: inline-block
}

.rightbar-common-box .tool-list a:hover,
.rightbar-common-box .tool-list p:hover {
	color: var(--primary-color)
}

.rightbar-common-box .tool-list a:hover:before,
.rightbar-common-box .tool-list p:hover:before {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	background-clip: content-box
}

.rightbar-common-box .blog-list {
	padding: 15px;
	border-bottom: 1px solid #d8d8d8
}

.rightbar-common-box .blog-list img {
	width: 100%;
	height: 142px
}

.rightbar-common-box .blog-list .blog-list-img {
	height: 142px;
	display: block
}

.rightbar-common-box .blog-list .blog-title {
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-family: opensanssemibold
}

.rightbar-common-box .blog-list .schedule {
	margin: 5px 0 0
}

.rightbar-common-box .blog-list .schedule p {
	color: #777;
	font-family: opensanssemibold;
	font-size: 14px;
	line-height: 16px;
	display: inline-block
}

.rightbar-common-box .blog-list .schedule p:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #777;
	border-radius: 50%;
	font-size: 24px;
	display: inline-block;
	margin: 0 8px;
	vertical-align: baseline
}

.rightbar-common-box .blog-list .schedule p:last-of-type:after {
	display: none
}

.rightbar-common-box .view-all {
	color: var(--primary-color);
	font-size: 18px;
	line-height: 22px;
	font-family: opensanssemibold;
	text-decoration: underline;
	padding: 20px
}

.sticky-guidebar {
	margin: 0 0 30px
}

.sticky-guidebar .guide_nav_bar {
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	border-radius: 18px;
	padding: 20px 22px;
	z-index: 11;
	background: #fff
}

.sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
	font-family: opensanssemibold;
	font-size: 22px;
	line-height: 27px;
	color: #2a2a2a;
	padding: 0 0 13px;
	border-bottom: 1px solid #b8b8b8
}

.sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
	margin: 0 10px 0 0;
	vertical-align: middle
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul {
	padding: 12px 0 0
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list {
	cursor: pointer;
	position: relative
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list:before {
	content: "";
	background: url(../images/plus-round.svg) no-repeat;
	position: absolute;
	left: 5px;
	top: 3px;
	background-size: cover;
	height: 15px;
	width: 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list.current:before {
	rotate: 180deg;
	background: url(../images/minus-round.svg) no-repeat
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
	font-size: 18px;
	line-height: 34px;
	color: #2a2a2a;
	padding: 0 0 0 30px;
	cursor: pointer
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li:hover {
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 .9px 0 rgba(0, 0, 0, .1607843137);
	box-shadow: 0 0 .9px 0 rgba(0, 0, 0, .1607843137);
	border-radius: 6px
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li:hover .blog-head {
	color: var(--primary-color)
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
	padding: 0 0 10px 30px
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul {
	border-left: 1px solid #9e9e9e
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li {
	margin: 0 0 10px 10px;
	font-size: 16px;
	line-height: 20px
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li:last-child {
	margin: 0 0 0 10px
}

.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li .detail_ul_li_head {
	color: #2a2a2a
}

.rightbar-calc {
	margin: 0 0 30px
}

.rightbar-calc .box-title {
	font-size: 25px;
	line-height: 35px;
	color: #2a2a2a
}

.rightbar-calc .box-title .title-pink {
	font-family: opensanssemibold;
	color: var(--primary-color)
}

.rightbar-calc .price-calculator {
	background: #fff;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, .28);
	box-shadow: 0 0 34px 0 rgba(0, 0, 0, .28);
	margin: 15px 10px
}

.rightbar-calc .price-calculator .form-heading {
	padding: 11px 0;
	font-size: 22px;
	line-height: 30px;
	color: #2a2a2a;
	text-align: center;
	font-family: opensansbold;
	border-bottom: 1px solid #d8d8d8
}

.rightbar-calc .price-calculator .calculator-form {
	padding: 15px 10px
}

.rightbar-calc .price-calculator .calculator-form .calculate-form-div {
	min-height: 165px;
	position: relative
}

.rightbar-calc .price-calculator .calculator-form .calculate-form-div .form-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.rightbar-calc .price-calculator .calculator-form ::-webkit-input-placeholder {
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form ::-moz-placeholder {
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form :-ms-input-placeholder {
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form ::-ms-input-placeholder {
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form ::placeholder {
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form input,
.rightbar-calc .price-calculator .calculator-form select,
.rightbar-calc .price-calculator .calculator-form textarea {
	background: #f2f2f2;
	border-radius: 5px;
	border: none;
	height: 40px
}

.rightbar-calc .price-calculator .calculator-form select {
	background: #f2f2f2 url(../images/download.svg) no-repeat center right 10px;
	padding: 0 30px 0 10px !important;
	font-size: 16px;
	line-height: 22px;
	color: #8c8c8c
}

.rightbar-calc .price-calculator .calculator-form .select-box {
	margin: 0 0 15px
}

.rightbar-calc .price-calculator .calculator-form .select-box .selecthalf {
	width: 50%
}

.rightbar-calc .price-calculator .calculator-form .pg-urgacy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_box {
	position: relative;
	margin: 0 0 15px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_box .upload-btn,
.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] {
	border-radius: 5px;
	color: #fff;
	background: var(--primary-color);
	padding: 9px 10px;
	font-family: opensanssemibold;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	cursor: pointer
}

.rightbar-calc .price-calculator .calculator-form .upload_file_box .upload-btn svg,
.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] svg {
	margin: 0 5px 0 0;
	vertical-align: middle
}

.rightbar-calc .price-calculator .calculator-form .upload_file_box input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.rightbar-calc .price-calculator .calculator-form .upload_file_box .file-type-error {
	position: absolute;
	bottom: unset;
	color: #ef1010;
	font-size: 13px;
	display: block;
	text-align: left
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result {
	display: none;
	width: 100%;
	margin: 0 0 12px;
	overflow: hidden;
	background: #efefef;
	border: 1px dashed #646464;
	border-radius: 5px;
	padding: 8px 5px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list {
	overflow: auto;
	max-height: 58px;
	padding: 0 7px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list::-webkit-scrollbar-thumb {
	background: var(--primary-color)
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #fff
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li {
	padding: 4px 25px;
	font-size: 13px;
	line-height: 16px;
	color: #444;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	background: #fff;
	margin: 0 0 5px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li .close-icon {
	background: url(../images/upload_close.svg) no-repeat;
	width: 10px;
	height: 10px;
	right: 5px;
	top: 8px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li:before {
	background: url(../images/upload_tick.svg) no-repeat;
	width: 14px;
	height: 14px;
	left: 5px;
	top: 5px
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li .close-icon,
.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li:before {
	content: "";
	cursor: pointer;
	position: absolute;
	background-size: contain
}

.rightbar-calc .price-calculator .calculator-form .upload_file_result .ul_list li svg {
	background: #fff;
	position: absolute;
	right: 5px;
	top: 2px
}

.rightbar-calc .price-calculator .calculator-form .calc-offers {
	border: 1px dashed #787878;
	border-radius: 12px;
	background: #fff9fb;
	padding: 13px 20px;
	position: relative
}

.rightbar-calc .price-calculator .calculator-form .calc-offers:before {
	content: "";
	background: url(../images/offer-bg.svg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: contain;
	left: 0;
	bottom: 0
}

.rightbar-calc .price-calculator .calculator-form .calc-offers .price-detail {
	display: none
}

.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px
}

.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content {
	color: #9d154f;
	font-size: 18px;
	line-height: 22px
}

.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content span {
	font-family: opensansbold
}

.rightbar-calc .price-calculator .calculator-form .price-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px 0 0;
	font-family: opensanssemibold
}

.rightbar-calc .price-calculator .calculator-form .price-box .price-title {
	font-size: 18px;
	line-height: 22px;
	color: #2a2a2a
}

.rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
	margin: 0 0 0 8px;
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	font-family: opensansregular
}

.rightbar-calc .price-calculator .calculator-form .price-box .price-list {
	position: relative
}

.rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice {
	font-size: 16px;
	line-height: 22px;
	color: #434343
}

.rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice:before {
	position: absolute;
	content: "";
	left: 35px;
	top: 50%;
	right: 0;
	border-top: 2px solid;
	border-color: #d81b1b;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}

.rightbar-calc .price-calculator .calculator-form .discount-price-box {
	color: #2a2a2a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5px 0 0
}

.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title {
	font-size: 16px;
	line-height: 26px
}

.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title span {
	font-family: opensanssemibold;
	color: var(--primary-color);
	margin: 0 0 0 10px
}

.rightbar-calc .price-calculator .calculator-form .discount-price-box .discounted-price-list {
	font-family: opensansbold;
	font-size: 20px;
	line-height: 22px
}

.rightbar-calc .price-calculator .calculator-form .continue-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 193, 12)), to(rgb(228, 170, 0)));
	background: linear-gradient(180deg, rgb(255, 193, 12) 0%, rgb(228, 170, 0) 100%);
	border-radius: 10px;
	display: block;
	width: 100%;
	padding: 14px;
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 24px;
	font-family: opensanssemibold;
	color: #000
}

.try-sample {
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	background: #fff;
	border-radius: 18px;
	padding: 20px 15px
}

.try-sample .sample-head {
	font-family: opensanssemibold;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: var(--primary-color);
	margin: 0 0 20px
}

.try-sample .sample-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px
}

.try-sample .sample-inner .sample-div {
	background: #eee;
	border-radius: 9px;
	padding: 16px 8px;
	min-width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.try-sample .sample-inner .sample-div:hover {
	background: #fff;
	-webkit-box-shadow: 0 0 15px 1px rgba(194, 53, 113, .2196078431);
	box-shadow: 0 0 15px 1px rgba(194, 53, 113, .2196078431)
}

.try-sample .sample-inner .sample-div .right-sample {
	margin: 0 5px 0 0
}

.try-sample .sample-inner .sample-div .left-sample {
	font-size: 20px;
	line-height: 24px;
	color: #2a2a2a
}

.try-sample .sample-inner .sample-div .left-sample .left-sample-span {
	display: block;
	font-size: 15px;
	line-height: 19px;
	color: #4d4d4d
}

.rightbar-free-tools {
	padding: 0 5px;
	margin: 30px 0 20px
}

.rightbar-free-tools .free-tools-inner {
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	border-radius: 18px
}

.rightbar-free-tools .free-tools-inner .title {
	background: var(--primary-color);
	border-radius: 18px 18px 0 0;
	padding: 10px;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: relative
}

.rightbar-free-tools .free-tools-inner .title span {
	font-family: opensanssemibold
}

.rightbar-free-tools .free-tools-inner .title svg {
	position: absolute;
	top: -22px;
	left: -5px
}

.rightbar-free-tools .free-tools-inner .tools-area {
	padding: 20px 10px 0 0
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section {
	padding: 0 10px 20px;
	max-height: 295px;
	overflow-y: scroll
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section::-webkit-scrollbar {
	width: 5px;
	height: 3px;
	background: #fff;
	border-radius: 0
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section::-webkit-scrollbar-thumb {
	background: var(--primary-color)
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
	display: block;
	background: #fff1f7;
	border-radius: 8px;
	margin: 0 0 15px;
	padding: 8px 10px;
	position: relative;
	font-size: 20px;
	line-height: 32px;
	color: #2a2a2a
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:last-child {
	margin: 0
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover {
	background: var(--primary-color);
	color: #fff
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover .tool-arrow circle {
	fill: #fff
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools:hover .tool-arrow path {
	fill: var(--primary-color)
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
	margin: 0 15px 0 0
}

.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.seasonal-offer {
	position: relative;
	background: var(--primary-color);
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
	border-radius: 18px;
	padding: 12px 28px 28px;
	text-align: center;
	color: #fff;
	margin: 0 0 20px
}

.seasonal-offer .title {
	font-size: 18px;
	line-height: 30px
}

.seasonal-offer .title span {
	font-family: opensansbold;
	font-size: 25px;
	line-height: 29px
}

.seasonal-offer .sub-title {
	margin: 0 0 5px;
	font-size: 22px;
	line-height: 26px;
	font-family: opensanssemibold;
	text-shadow: 0 1px 7px rgba(0, 0, 0, .2196078431)
}

.seasonal-offer .lottie-offer {
	height: 200px !important;
	width: 200px !important;
	margin: 10px auto 0
}

.seasonal-offer .coupon-code {
	font-family: opensansmedium;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	margin: -30px 0 0
}

.seasonal-offer .coupon-code .line {
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 14px;
	background: #fff
}

.seasonal-offer .coupon-box {
	background: #fff;
	color: var(--primary-color);
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
	padding: 8px 17px;
	border: 1px dashed #2b2b2b;
	border-radius: 5px;
	font-family: opensanssemibold;
	font-size: 15px;
	line-height: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 7px auto 17px;
	position: relative
}

.seasonal-offer .coupon-box .scissor {
	position: absolute;
	right: -27px;
	bottom: -15px
}

.seasonal-offer .claim-btn {
	background: #ffbe00;
	-webkit-box-shadow: 0 0 18.9px 2px rgba(255, 255, 255, .2509803922);
	box-shadow: 0 0 18.9px 2px rgba(255, 255, 255, .2509803922);
	border-radius: 7px;
	color: #2a2a2a;
	font-size: 16px;
	line-height: 20px;
	font-family: opensanssemibold;
	padding: 7px 13px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto
}

.sticky-newsletter {
	position: sticky;
	top: 122px;
	background: #fff
}

.sticky-newsletter .newsletter {
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	border-radius: 18px;
	padding: 15px 35px 53px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 30px 0
}

.sticky-newsletter .newsletter:before {
	content: "";
	background: url(../images/Plane-plus-Line.svg) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: -1
}

.sticky-newsletter .newsletter .title {
	font-family: opensanssemibold;
	font-size: 22px;
	line-height: 30px;
	color: #2a2a2a
}

.sticky-newsletter .newsletter .sub-title {
	font-size: 16px;
	line-height: 20px;
	color: #494949;
	margin: 5px 0 15px
}

.sticky-newsletter .newsletter .email-form .email-div {
	position: relative;
	margin: 0 48px 20px
}

.sticky-newsletter .newsletter .email-form .email-div .email {
	font-size: 16px;
	line-height: 22px;
	color: #cacaca;
	border: 1px solid #a7a7a7;
	border-radius: 12px;
	padding: 15px
}

.sticky-newsletter .newsletter .email-form .email-div .error {
	position: absolute;
	font-size: 13px;
	line-height: 13px;
	bottom: -14px;
	left: 5px;
	color: red
}

.sticky-newsletter .newsletter .email-form .subscribe-btn {
	background: #ffbe00;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 22px;
	border-radius: 10px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	padding: 11px 19px
}

@media(max-width:1380px) {
	.rightbar-common-box.sticky {
		width: 301.31px
	}

	.rightbar-common-box.free-feature.sticky {
		width: 280px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
		font-size: 20px;
		line-height: 24px
	}

	.try-sample .sample-inner {
		gap: 10px
	}
}

@media(max-width:1024px) {
	.rightbar-common-box.sticky {
		width: 309.75px;
		top: 93px
	}

	.rightbar-common-box.free-feature.sticky {
		width: 291.95px
	}

	.sticky-guidebar .guide_nav_bar {
		padding: 15px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
		font-size: 17px;
		line-height: 20px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
		margin: 0 5px 0 0
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul {
		padding: 8px 0 0
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list:before {
		height: 12px;
		width: 12px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .inner-list.current:before {
		background-size: contain !important
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
		font-size: 16px;
		line-height: 26px;
		padding: 0 0 0 25px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
		padding: 0 0 8px 15px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li {
		margin: 0 0 5px 5px;
		font-size: 14px;
		line-height: 18px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail .li_detail_ul .detail_ul_li:last-child {
		margin: 0 0 0 5px
	}

	.rightbar-calc .box-title {
		font-size: 20px;
		line-height: 26px
	}

	.rightbar-calc .price-calculator {
		margin: 10px 0
	}

	.rightbar-calc .price-calculator .form-heading {
		padding: 8px 0;
		font-size: 20px;
		line-height: 26px
	}

	.rightbar-calc .price-calculator .calculator-form .calc-offers {
		padding: 10px
	}

	.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer svg {
		height: 48px;
		width: 48px
	}

	.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer .offer-content {
		font-size: 16px;
		line-height: 20px
	}

	.rightbar-calc .price-calculator .calculator-form .price-box {
		margin: 10px 0 0
	}

	.rightbar-calc .price-calculator .calculator-form .price-box .price-title {
		font-size: 16px;
		line-height: 20px
	}

	.rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
		margin: 0 0 0 5px
	}

	.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title {
		font-size: 14px;
		line-height: 20px
	}

	.rightbar-calc .price-calculator .calculator-form .discount-price-box .discount-title span {
		margin: 0 0 0 5px
	}

	.rightbar-calc .price-calculator .calculator-form .discount-price-box .discounted-price-list {
		font-size: 16px;
		line-height: 20px
	}

	.rightbar-calc .price-calculator .calculator-form .continue-btn {
		padding: 8px;
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 20px
	}

	.try-sample {
		padding: 15px 10px
	}

	.try-sample .sample-head {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 15px
	}

	.try-sample .sample-inner .sample-div .right-sample {
		height: 25px;
		width: 25px
	}

	.try-sample .sample-inner .sample-div .left-sample {
		font-size: 16px;
		line-height: 20px
	}

	.try-sample .sample-inner .sample-div .left-sample .left-sample-span {
		font-size: 14px;
		line-height: 18px
	}

	.rightbar-free-tools {
		padding: 0
	}

	.rightbar-free-tools .free-tools-inner .title {
		font-size: 18px;
		line-height: 24px
	}

	.rightbar-free-tools .free-tools-inner .tools-area {
		padding: 10px 10px 0 0
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section {
		padding: 0 10px 10px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
		margin: 0 0 15px;
		padding: 8px 10px;
		font-size: 20px;
		line-height: 32px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
		margin: 0;
		height: 28px;
		width: 28px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-arrow {
		height: 25px;
		width: 25px
	}

	.seasonal-offer .sub-title,
	.seasonal-offer .title {
		font-size: 18px;
		line-height: 22px
	}

	.seasonal-offer .sub-title span,
	.seasonal-offer .title span {
		font-size: 22px;
		line-height: 26px
	}

	.seasonal-offer .coupon-box {
		padding: 5px 10px;
		font-size: 14px;
		line-height: 18px
	}

	.sticky-newsletter .newsletter {
		padding: 15px 15px 45px;
		margin: 20px 0
	}

	.sticky-newsletter .newsletter:before {
		bottom: -20px;
		background-size: contain
	}

	.sticky-newsletter .newsletter .title {
		font-size: 18px;
		line-height: 24px
	}

	.sticky-newsletter .newsletter .sub-title {
		font-size: 15px;
		line-height: 18px
	}

	.sticky-newsletter .newsletter .email-form .email-div {
		margin: 0 20px 20px
	}

	.sticky-newsletter .newsletter .email-form .email-div .email {
		padding: 10px 15px
	}

	.sticky-newsletter .newsletter .email-form .subscribe-btn {
		font-size: 16px;
		line-height: 20px;
		padding: 7px 15px
	}
}

@media(max-width:820px) {
	.sticky-guidebar .guide_nav_bar {
		padding: 10px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_bar_title {
		font-size: 15px;
		line-height: 18px;
		padding: 0 0 8px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_bar_title svg {
		width: 40px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .blog-head {
		font-size: 15px;
		line-height: 22px
	}

	.sticky-guidebar .guide_nav_bar .guide_nav_ul .guide_li .guide_li_detail {
		padding: 0 0 5px 10px
	}

	.rightbar-calc .box-title {
		font-size: 18px;
		line-height: 22px
	}

	.rightbar-calc .price-calculator .form-heading {
		font-size: 18px;
		line-height: 22px
	}

	.rightbar-calc .price-calculator .calculator-form {
		padding: 10px
	}

	.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer {
		gap: 15px
	}

	.rightbar-calc .price-calculator .calculator-form .calc-offers .form-offer svg {
		height: 40px;
		width: 40px
	}

	.rightbar-calc .price-calculator .calculator-form .price-box .price-title {
		font-size: 14px;
		line-height: 18px
	}

	.rightbar-calc .price-calculator .calculator-form .price-box .price-title span {
		font-size: 13px;
		line-height: 16px
	}

	.rightbar-calc .price-calculator .calculator-form .price-box .price-list .basePrice {
		font-size: 14px;
		line-height: 18px
	}

	.rightbar-calc .price-calculator .calculator-form .continue-btn {
		font-size: 14px;
		line-height: 18px
	}

	.try-sample {
		padding: 10px
	}

	.try-sample .sample-head {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 10px
	}

	.try-sample .sample-inner .sample-div {
		min-width: 47%;
		padding: 16px 5px
	}

	.try-sample .sample-inner .sample-div .right-sample {
		height: 22px;
		width: 22px
	}

	.try-sample .sample-inner .sample-div .left-sample {
		font-size: 14px;
		line-height: 18px
	}

	.try-sample .sample-inner .sample-div .left-sample .left-sample-span {
		font-size: 13px;
		line-height: 16px
	}

	.rightbar-free-tools .free-tools-inner .title {
		font-size: 16px;
		line-height: 20px;
		padding: 8px
	}

	.rightbar-free-tools .free-tools-inner .title svg {
		height: 45px;
		width: 45px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section {
		max-height: 200px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools {
		margin: 0 0 10px;
		padding: 5px 8px;
		font-size: 16px;
		line-height: 20px
	}

	.rightbar-free-tools .free-tools-inner .tools-area .tools-section .tools .tool-icon {
		margin: 0 4px 0 0;
		height: 25px;
		width: 25px
	}

	.seasonal-offer .sub-title,
	.seasonal-offer .title {
		font-size: 16px;
		line-height: 20px
	}

	.seasonal-offer .sub-title span,
	.seasonal-offer .title span {
		font-size: 20px;
		line-height: 24px
	}

	.seasonal-offer .lottie-offer {
		height: 180px !important;
		width: 180px !important
	}

	.seasonal-offer .claim-btn {
		font-size: 15px;
		line-height: 18px
	}

	.sticky-newsletter .newsletter {
		padding: 10px 10px 30px
	}

	.sticky-newsletter .newsletter:before {
		bottom: -30px
	}

	.sticky-newsletter .newsletter .title {
		font-size: 16px;
		line-height: 20px
	}

	.sticky-newsletter .newsletter .sub-title {
		font-size: 14px;
		line-height: 16px
	}
}

.slick-dots {
	position: absolute !important;
	bottom: -10px !important;
	list-style: none !important;
	display: block !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px !important;
	width: 10px !important;
	margin: 0 3px !important;
	padding: 0 !important;
	border-radius: 100% !important;
	cursor: pointer !important;
	background: #d8d8d8 !important
}

.slick-dots li button {
	font-size: 0
}

.slick-dots li.slick-active {
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 0;
	height: 100%;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@font-face {
	font-family: opensansregular;
	/*src: url(../fonts/OpenSans-Regular.html) format("woff2"), url(../fonts/OpenSans-Regular-2.html) format("woff");*/
	font-style: normal;
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: opensansmedium;
	/* src: url(../fonts/OpenSans-Medium.html) format("woff2"), url(../fonts/OpenSans-Medium-2.html) format("woff"); */
	font-style: normal;
	font-weight: 500;
	font-display: swap
}

@font-face {
	font-family: opensanssemibold;
	/*src: url(../fonts/OpenSans-SemiBold.html) format("woff2"), url(../fonts/OpenSans-SemiBold-2.html) format("woff");*/ 
	font-style: normal;
	font-weight: 600;
	font-display: swap
}

@font-face {
	font-family: opensansbold;
	/*src: url(../fonts/OpenSans-Bold.html) format("woff2"), url(../fonts/OpenSans-Bold-2.html) format("woff");*/ 
	font-style: normal;
	font-weight: 700;
	font-display: swap
}

.faqs {
	padding: 50px 0
}

.flex {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.allfaq {
	color: #333;
	width: 48%
}

.allfaq li {
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	background: #fff;
	width: 100%;
	padding-left: inherit;
	margin: 0 40px 15px 0
}

.allfaq li .faqtop {
	padding: 12px 32px 12px 14px;
	font-size: 15px;
	line-height: 18px;
	color: #1d1d1d;
	position: relative;
	font-family: opensanssemibold;
	cursor: pointer;
	display: block
}

.allfaq li .faqtop:after {
	content: "";
	background: url(../images/down-arrow.svg) no-repeat center;
	width: 12px;
	height: 8px;
	display: block;
	position: absolute;
	right: 15px;
	top: 45%;
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.allfaq li .faqtop.active {
	background: #fff5f9
}

.allfaq li .faqtop.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .5s all ease;
	transition: .5s all ease
}

.allfaq li .faq-box {
	margin: 15px;
	font-size: 14px;
	line-height: 20px;
	display: none
}

.allfaq li ul {
	list-style: disc;
	margin: 5px 0 0 30px
}

.allfaq li ul li {
	border: none;
	margin: 0 0 5px
}

@media(max-width:768px) {
	.faqs {
		padding: 30px 0 0
	}

	.faqs .allfaq {
		width: 49%
	}

	.faqs .allfaq li {
		margin: 0 13px 10px 0
	}

	.faqs .allfaq li .faqtop {
		padding: 8px 32px 8px 10px;
		font-size: 14px;
		line-height: 15px
	}

	.faqs .allfaq li .faq-box {
		margin: 10px
	}
}

@media(max-width:767px) {
	.faqs {
		padding: 25px 0
	}

	.faqs .allfaq {
		width: 100%
	}
}

.button#writers {
	cursor: pointer
}

.writer-popup {
	background: #fff;
	padding: 30px 20px;
	border-radius: 3px;
	width: 910px;
	text-align: center
}

.writer-popup .full-loader {
	background: #fff;
	position: initial;
	height: auto;
	width: auto
}

.writer-popup .full-loader svg {
	position: unset;
	-webkit-transform: none;
	transform: none
}

.writer-popup .slick-prev {
	left: -30px
}

.writer-popup .slick-next:before,
.writer-popup .slick-prev:before {
	background: url(../images/CaretLeft.svg) no-repeat left;
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	opacity: 1
}

.writer-popup .slick-next {
	right: -30px
}

.writer-popup .rating li:after,
.writer-popup .rating span:after {
	content: "";
	display: none
}

.writer-popup .rating li,
.writer-popup .rating span {
	padding: 0
}

.writer-popup .rating span {
	margin: 0
}

.writer-popup .rating-star:before {
	content: "";
	background: url(../images/writing-rating-star.svg);
	width: 16px;
	height: 15px;
	display: inline-block;
	margin: 0 4px 0 0
}

.writer-popup .popup-title {
	font-size: 20px;
	line-height: 22px;
	color: #1d1d1d;
	font-family: opensansmedium
}

.writer-popup .subtitle {
	color: #616161;
	padding: 2px 0 15px;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 18px
}

.writer-popup .writer-list {
	width: 96%;
	margin: 0 auto;
	visibility: hidden
}

.writer-popup .writer-list.slick-initialized {
	visibility: visible
}

.writer-popup .fancybox-close-small {
	right: 0;
	top: -34px;
	color: #fff
}

.writer-popup .writer-box {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
	border-radius: 5px;
	margin: 8px 12px
}

.writer-popup .writer-box .writer-profile {
	padding: 15px;
	text-align: center
}

.writer-popup .writer-box .writer-profile img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: auto
}

.writer-popup .writer-box .writer-profile .writer-names {
	font-size: 18px;
	line-height: 20px;
	color: #1d1d1d;
	font-family: opensansmedium;
	margin: 5px 0 0
}

.writer-popup .writer-box .writer-profile .writer-paper {
	color: #10b024;
	margin: 0
}

.writer-popup .writer-box .writer-profile .writer-details {
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #d8d8d8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	max-height: 6rem;
	height: 75px
}

.writer-popup .writer-btn {
	background: var(--primary-color);
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-family: opensansmedium;
	padding: 10px;
	display: block
}

@media(max-width:768px) {
	.writer-popup {
		width: 760px
	}
}

@media(max-width:767px) {
	.writer-popup {
		padding: 35px 10px 10px
	}

	.writer-popup .subtitle {
		padding: 2px 0 10px;
		margin: 0 0 20px
	}

	.writer-popup .writer-list {
		width: 100%;
		margin: 0 auto 30px
	}

	.writer-popup .slick-dots {
		bottom: -30px !important
	}
}

.error {
	font-size: 13px;
	line-height: 16px;
	color: red;
	text-align: left
}

.service-banner {
	padding: 35px 0;
	color: #fff;
	background: url(../images/service-banner.jpg)
}

.service-banner:before {
	content: "";
	background: #232323;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 50%
}

.service-banner .container {
	z-index: 1
}

.service-banner .service-title {
	color: #ffbe00;
	font-family: opensanssemibold;
	font-size: 32px;
	line-height: 38px;
	margin: 0 0 5px
}

.service-banner .service-subtitle {
	font-size: 16px;
	line-height: 19px
}

.service-banner .service-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 23px auto 0;
	width: 45%
}

.service-banner .service-feature .feature-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px 0 0
}

.service-banner .service-feature .feature-list svg {
	margin: 0 15px 0 0
}

.service-banner .service-feature .feature-list .feature-content {
	font-family: opensanssemibold;
	font-size: 16px;
	line-height: 18px
}

.service-banner .service-feature .feature-list span {
	font-family: opensansregular;
	font-size: 14px;
	line-height: 16px;
	display: block
}

.service-banner .service-feature .feature-list .free {
	font-size: 16px;
	line-height: 23px;
	font-family: opensanssemibold;
	background: #2db261
}

.service-banner.service-banner-us {
	background: url(../images/service-banner-us.jpg)
}

@media screen and (max-width:1380px) {
	.service-banner .service-feature.service-features-listing {
		width: 52%
	}
}

@media screen and (max-width:1366px) {
	.service-banner .service-feature {
		width: 50%
	}
}

@media screen and (max-width:1024px) {
	.service-banner .service-feature {
		width: 65%
	}

	.service-banner .service-feature.service-features-listing {
		width: 60%
	}
}

@media screen and (max-width:768px) {
	.service-banner .service-feature {
		width: 75%
	}

	.service-banner .service-feature.service-features-listing {
		width: 90%
	}
}

@media screen and (max-width:767px) {
	.service-banner .service-feature {
		width: 92%;
		margin: 12px auto 0
	}

	.service-banner .service-feature .feature-list {
		margin: 0
	}

	.service-banner .service-feature .feature-list:nth-child(2) {
		display: none
	}

	.service-banner .service-feature .feature-list svg {
		width: 28px;
		height: 26px;
		margin: 0 10px 0 0
	}

	.service-banner .service-feature .feature-list .feature-content {
		font-size: 15px;
		line-height: 16px
	}

	.service-banner .service-feature .feature-list .feature-content span {
		font-size: 13px
	}

	.service-banner .service-feature .feature-list .free {
		font-size: 15px;
		line-height: 16px;
		padding: 1px 3px
	}

	.service-banner {
		padding: 20px 0;
		background: 0 0
	}

	.service-banner:before {
		background: rgba(0, 0, 0, .8);
		opacity: 1
	}

	.service-banner .service-title {
		font-size: 22px;
		line-height: 26px
	}

	.service-subtitle {
		font-size: 14px !important;
		line-height: 18px
	}

	.service-banner .service-feature.service-features-listing {
		width: 92%
	}
}

.space60 {
	padding: 60px 0
}

.menu {
	border-bottom: 0
}

.common-btn {
	background: #ffbe00;
	padding: 9px 26px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 25px;
	font-family: opensanssemibold;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #1d1d1d
}

.common-btn:hover {
	background: #ffc827
}

.collapse-toggle-btn {
	color: var(--primary-color);
	font-size: 13px;
	line-height: 15px;
	font-family: opensanssemibold;
	text-decoration: underline;
	text-align: center;
	display: none
}

.title-head:after {
	content: "";
	border-bottom: 1px solid var(--primary-color);
	display: block;
	width: 23%;
	margin: 8px auto 0
}

.title-head:before {
	content: "";
	border-bottom: 5px solid var(--primary-color);
	display: block;
	width: 40px;
	position: absolute;
	bottom: -2px;
	left: 49%
}

.title-head .title-subhead {
	font-size: 16px;
	line-height: 18px;
	font-family: opensansregular;
	display: block;
	padding: 6px 0 0
}



.home-banner .home-content {
	width: 45%
}

.home-banner .home-title {
	font-size: 52px;
	line-height: 60px;
	font-family: opensanssemibold
}

.home-banner .home-subtitle {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
	margin: 0 0 35px
}

.home-banner .home-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left
}

.home-banner .home-feature .feature-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 20px 0 0
}

.home-banner .home-feature .feature-list:last-child {
	margin: 0
}

.home-banner .home-feature .feature-list svg {
	margin: 0 15px 0 0
}

.home-banner .home-feature .feature-list .feature-content {
	font-family: opensanssemibold;
	font-size: 16px;
	line-height: 21px
}

.home-banner .home-feature .feature-list span {
	font-family: opensansregular;
	font-size: 14px;
	line-height: 16px;
	display: block;
	color: #434343
}

.home-banner .message-banner {
	width: 9%;
	background: #fff;
	position: absolute;
	display: inline-block;
	right: 72px;
	padding: 10px 6px;
	border-radius: 10px;
	color: #434343;
	top: 15%;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-family: opensanssemibold
}

.home-banner .message-banner span {
	color: var(--primary-color)
}

.home-banner .message-banner:after {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-left: 0;
	bottom: -5px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	background: #fff
}

.price-calculator {
	width: 70%;
	margin: 80px 0 -250px;
	color: #1d1d1d;
	z-index: 1
}

.price-calculator:before {
	content: "";
	height: 54px;
	width: 195px;
	position: absolute;
	left: -22px;
	top: -26px;
	background: linear-gradient(90deg, #f4f4f4 8px, transparent 1%) center, linear-gradient(#f4f4f4 8px, transparent 1%) center, #d8d8d8;
	background-size: 11px 11px;
	z-index: -1
}

.price-calculator .price-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.price-calculator .price {
	font-size: 18px;
	line-height: 20px;
	font-family: opensanssemibold;
	padding: 7px 20px;
	background: #f5f5f5;
	color: #1d1d1d
}

.price-calculator .price.symbole {
	font-family: opensanssemibold;
	font-size: 23px;
	line-height: 28px;
	color: #2db261;
	padding: 0;
	border: none !important;
	background: #fff
}

.price-calculator .price span {
	font-size: 33px;
	line-height: 38px
}

.price-calculator .price.tab1 {
	background: var(--primary-color);
	color: #fff
}

.price-calculator .price:last-child {
	border-left: 1px solid #aeaeae
}

.price-calculator .price-content {
	padding: 20px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

.price-calculator .price-content .price-text {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular
}

.price-calculator .price-content .error {
	position: absolute
}

.price-calculator .price-content .amount {
	font-family: opensanssemibold;
	font-size: 23px;
	line-height: 28px;
	color: #2db261
}

.price-calculator .price-content .amount span {
	font-size: 33px;
	line-height: 38px
}

.price-calculator .price-content .home-cal-form {
	width: 100%
}

.price-calculator .price-content .select-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 12px 0 0
}

.price-calculator .price-content .price-calculator-form {
	position: relative;
	min-height: 58px;
	width: 83%
}

.price-calculator .price-content .price-calculator-form .form-loader {
	position: absolute;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.price-calculator .price-content .upload-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 12px 0 0;
	position: relative
}

.price-calculator .price-content .upload_file_box {
	position: relative
}

.price-calculator .price-content .upload_file_box .upload-btn,
.price-calculator .price-content .upload_file_box input[type=file] {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	color: #707070;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	height: 44px;
	cursor: pointer;
	text-align: left
}

.price-calculator .price-content .upload_file_box .upload-btn svg,
.price-calculator .price-content .upload_file_box input[type=file] svg {
	margin: 0 10px 0 0;
	vertical-align: middle
}

.price-calculator .price-content .upload_file_box input[type=file] {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.price-calculator .price-content .upload_file_box .file-type-error {
	color: #ef1010;
	font-size: 13px;
	display: block;
	position: absolute;
	bottom: -20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.price-calculator .price-content .attachment-number {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-radius: 3px;
	background: #fff5f9;
	color: #707070;
	font-family: opensansmedium;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 7px;
	cursor: pointer
}

.home-price-calculator {
	width: 100%
}

#attachmentResult {
	display: none;
	width: 580px;
	padding: 40px 25px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16)
}

#attachmentResult .title {
	color: #1d1d1d;
	font-size: 20px;
	font-family: opensansmedium;
	line-height: 24px
}

#attachmentResult .upload_file_result {
	width: 100%;
	margin: 0
}

#attachmentResult .upload_file_result .ul_list {
	list-style: none;
	margin: 0
}

#attachmentResult .upload_file_result .ul_list li {
	padding: 7px 30px 10px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	word-wrap: break-word;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
	margin: 0
}

#attachmentResult .upload_file_result .ul_list li .close-icon {
	cursor: pointer;
	background: url(../images/cancel.svg) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px
}

#attachmentResult .upload_file_result .ul_list li .mini_loader {
	background: #fff;
	position: absolute;
	right: 30px;
	top: 8px
}

#attachmentResult .fancybox-close-small {
	right: 20px;
	top: 10px;
	color: #000
}

#attachmentResult .done-btn {
	padding: 11px 37px;
	color: #fff;
	background: var(--primary-color);
	font-family: opensansmedium;
	font-size: 20px;
	line-height: normal;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	border-radius: 3px;
	margin: 50px auto 0
}

.home_trusted_new {
	padding: 25px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home_trusted_new .heading-title {
	width: 33%;
	background: -webkit-gradient(linear, left top, right top, color-stop(49.86%, var(--primary-color)), color-stop(74.65%, rgba(0,140,140)), to(rgba(0,140,140)));
	background: linear-gradient(90deg, var(--primary-color) 49.86%, rgba(0,140,140) 74.65%, rgb(3, 180, 180) 100%);
	padding: 19px 15px;
	border-radius: 15px
}

.home_trusted_new .heading-title .mobile-div {
	display: none
}

.home_trusted_new .heading-title .desktop-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home_trusted_new .heading-title .desktop-div svg {
	margin: 0 8px 0 0
}

.home_trusted_new .heading-title .desktop-div .home_trusted_title {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-family: opensanssemibold
}

.home_trusted_new .heading-title .desktop-div .home_trusted_title span {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular
}

.home_trusted_new .right-university {
	width: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px
}

.home_trusted_new .right-university .uni-div {
	margin: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.choose-us {
	border-top: 1px solid #d8d8d8
}

.choose-us .choose-content {
	margin: 30px 0 0
}

.choose-us .choose-content .left {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	text-align: center
}

.choose-us .choose-content .left .common-btn {
	margin: 30px 0 0
}

.choose-us .choose-content .right {
	width: 72%;
	margin: 35px auto 30px;
	-webkit-box-shadow: 0 0 30px 0 rgba(72, 72, 72, .2);
	box-shadow: 0 0 30px 0 rgba(72, 72, 72, .2);
	border-radius: 10px
}

.choose-us .choose-content .right .right-head {
	background: #dfdfdf;
	padding: 9px 19px;
	border-radius: 10px 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.choose-us .choose-content .right .right-main {
	padding: 17px 19px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 26px
}

.choose-us .choose-content .right .right-main .vd-left,
.choose-us .choose-content .right .right-main .vd-right {
	width: 50%;
	-webkit-box-shadow: 0 4.69px 23.44px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4.69px 23.44px 0 rgba(0, 0, 0, .2);
	overflow: hidden;
	text-align: right;
	position: relative;
	border: 2px solid var(--primary-color);
	border-radius: 13px
}

.choose-us .choose-content .right .right-main .vd-left img,
.choose-us .choose-content .right .right-main .vd-right img {
	-webkit-box-shadow: 0 4.69px 23.44px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 4.69px 23.44px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
	width: 100%;
	height: 100%
}

.choose-us .choose-content .right .right-main .vd-left .vd-play-btn,
.choose-us .choose-content .right .right-main .vd-right .vd-play-btn {
	position: absolute;
	top: 35%;
	left: 37%
}

.choose-us .choose-content .right .right-main .vd-left .vd-play-btn svg,
.choose-us .choose-content .right .right-main .vd-right .vd-play-btn svg {
	height: 95px;
	width: 95px;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-transition: all .3s;
	transition: all .3s
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	25% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2)
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	25% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2)
	}

	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
}

.number {
	padding: 30px 0 0
}

.number:before {
	background: #fff5f9;
	content: "";
	height: 86%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0
}

.number:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*background: url(../images/number-curvepath.svg) no-repeat;*/
	z-index: -1
}

.number .number-box {
	display: inline-block;
	width: 22%;
	padding: 20px;
	background: #fff;
	margin: 30px 20px 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-bottom: 2px solid var(--primary-color);
	position: relative;
	text-align: center
}

.number .number-box:last-child {
	margin: 0
}

.number .number-box:last-child:after {
	content: "";
	height: 57px;
	width: 178px;
	position: absolute;
	right: -28px;
	top: -35px;
	background: linear-gradient(90deg, #fff5f9 8px, transparent 1%) center, linear-gradient(#fff5f9 8px, transparent 1%) center, #f9e1eb;
	background-size: 11px 11px;
	z-index: -1
}

.number .number-box .number-count {
	color: var(--primary-color);
	font-size: 30px;
	line-height: 34px;
	font-family: opensanssemibold;
	margin: 10px 0 0
}

.number .number-box .name {
	color: #333;
	font-size: 14px;
	line-height: 16px;
	font-family: opensanssemibold
}

.top-notch {
	text-align: center;
	padding: 50px 0
}

.top-notch .sub-title-div {
	margin: 8px 0 16px
}

.top-notch .sub-title-div .sub-title {
	font-size: 15px;
	line-height: 20px;
	color: #333
}

.top-notch .sub-title-div .readmore {
	display: none
}

.top-notch .writers-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.top-notch .writers-div .writer-box {
	padding: 26px 22px;
	background: #f5f5f5;
	border: 1px solid #a4a4a4;
	border-radius: 20px;
	width: 100%
}

.top-notch .writers-div .writer-box:hover {
	border: 1px solid transparent;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1490196078);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1490196078);
	background: #fff
}

.top-notch .writers-div .writer-box:hover .bottom-btn .about-writer {
	background: #f5f5f5
}

.top-notch .writers-div .writer-box .img-div {
	position: relative;
	display: inline-block;
	height: 110px;
	width: 110px
}

.top-notch .writers-div .writer-box .img-div .writer-image {
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2509803922);
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2509803922);
	border-radius: 50%;
	height: 100%;
	width: 100%
}

.top-notch .writers-div .writer-box .img-div .online-writer {
	content: "";
	background: #19da44;
	position: absolute;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	bottom: 5px;
	right: 10px
}

.top-notch .writers-div .writer-box .writer-name {
	font-family: opensanssemibold;
	font-size: 18px;
	line-height: 22px;
	color: #ae2d64;
	margin: 14px 0 20px
}

.top-notch .writers-div .writer-box .writer-box-mobile {
	display: none
}

.top-notch .writers-div .writer-box .writer-detail {
	font-size: 15px;
	line-height: 21px;
	color: #212529;
	overflow-y: scroll;
	height: 62px
}

.page-content-wrap{
	overflow-y: scroll;
	height: 700px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	border-radius: 10px;
}

.top-notch .writers-div .writer-box .achievements {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin: 30px 0
}

.top-notch .writers-div .writer-box .achievements .rating .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3px
}

.top-notch .writers-div .writer-box .achievements .rating .stars .empty-star,
.top-notch .writers-div .writer-box .achievements .rating .stars .fill-star,
.top-notch .writers-div .writer-box .achievements .rating .stars .half-star {
	height: 22px;
	width: 22px
}

.top-notch .writers-div .writer-box .achievements .rating .stars .fill-star {
	background: url(../images/star-filled.svg) no-repeat
}

.top-notch .writers-div .writer-box .achievements .rating .stars .empty-star {
	background: url(../images/star-empty.html) no-repeat
}

.top-notch .writers-div .writer-box .achievements .rating .stars .half-star {
	background: url(../images/star-half.html) no-repeat;
	background-size: 22px
}

.top-notch .writers-div .writer-box .achievements span {
	display: block;
	font-size: 18px;
	line-height: 23px;
	color: #555;
	margin: 8px 0 0
}

.top-notch .writers-div .writer-box .achievements .order-complete svg {
	vertical-align: sub;
	margin: 0 8px 0 0
}

.top-notch .writers-div .writer-box .achievements .order-complete p {
	font-family: opensanssemibold;
	font-size: 18px;
	line-height: 23px;
	color: var(--primary-color)
}

.top-notch .writers-div .writer-box .bottom-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.top-notch .writers-div .writer-box .bottom-btn .about-writer,
.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
	font-family: opensanssemibold;
	font-size: 16px;
	line-height: 20px;
	color: #2a2a2a;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 8px;
	background: #fff
}

.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
	background: #ffbe00;
	-webkit-box-shadow: 0 0 8.6px 0 rgba(255, 190, 0, .4509803922);
	box-shadow: 0 0 8.6px 0 rgba(255, 190, 0, .4509803922)
}

.top-notch .writers-div .writer-box .bottom-btn .hire-writer:hover {
	background: #ffc314
}

.top-notch .writers-div .writer-box .bottom-btn .about-writer {
	border: 1px solid #bababa
}

.top-notch .writers-div .writer-box .bottom-btn .about-writer:hover {
	background: #f4f4f4
}

.top-notch .load-more {
	margin: 30px auto 0;
	background: #ffbe00;
	padding: 9px 20px;
	display: inline-block;
	border-radius: 5px;
	font-size: 20px;
	line-height: 25px;
	color: #1d1d1d
}

.services .tabing {
	width: 74%;
	margin: 80px auto 0;
	background: #f1f1f1;
	border-radius: 10px;
	position: relative
}

.services .tabing:before {
	content: "";
	background: url(../images/intro-pencil-bg.png) no-repeat bottom right;
	width: 399px;
	height: 176px;
	display: inline-block;
	position: absolute;
	bottom: 14px;
	right: 35px
}

.services .nav-pills {
	width: 35%;
	padding: 30px 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background: #fff;
	position: absolute;
	left: -45px;
	top: -45px
}

.services .nav-pills:before {
	content: "";
	z-index: -1;
	height: 56px;
	width: 195px;
	position: absolute;
	left: -28px;
	top: -26px;
	background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(#fff 8px, transparent 1%) center, #ebebeb;
	background-size: 11px 11px;
	z-index: -1
}

.services .nav-pills .nav-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 20px;
	color: #333;
	font-size: 18px;
	line-height: 20px;
	font-family: opensanssemibold;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 0 15px;
	text-align: left;
	white-space: nowrap; /* Prevent text from wrapping */
	overflow: hidden; /* Handle overflow of text if too long */
}

.services .nav-pills .nav-link svg {
	height: 36px;
	width: 36px;
	flex-shrink: 0; /* Prevent the SVG from shrinking */
	margin-right: 10px; /* Add space between icon and text */
}

.services .nav-pills .nav-link:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background: #fff
}

.services .nav-pills .nav-link:hover svg path {
	fill: var(--primary-color)
}

.services .nav-pills .nav-link .show>.nav-link,
.services .nav-pills .nav-link.active {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background: #fff
}

.services .nav-pills .nav-link .show>.nav-link svg path,
.services .nav-pills .nav-link.active svg path {
	fill: var(--primary-color)
}

.services .nav-pills .nav-para {
	color: #2a2a2a;
	font-family: opensanssemibold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 28px
}

.services .nav-pills .nav-para svg {
	margin: 0 5px 0 0;
	vertical-align: middle
}

.services .tab-content {
	margin: 0 0 0 33%
}

.services .tab-content .tab-pane {
	padding: 35px 44px 67px 0
}

.services .tab-content .tab-pane .topic {
	font-size: 18px;
	line-height: 20px;
	color: var(--primary-color);
	font-family: opensanssemibold
}

.services .tab-content .tab-pane .content-para {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	text-align: justify
}

.services .tab-content .tab-pane .content-para a {
	color: var(--primary-color)
}

.services .tab-content .tab-pane .content-para a:hover {
	color: #e65a96
}

.services .content-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 40px;
	width: 100%
}

.services .content-list .list-name {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	width: 33%;
	margin: 0 0 14px
}

.services .content-list .list-name:before {
	content: "";
	background: url(../images/check-green.svg) no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: sub;
	margin: 0 8px 0 0
}

.services .common-btn {
	display: block
}

.order-process {
	border-bottom: 1px solid #d8d8d8
}

.order-process .order-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px auto 0;
	position: relative;
	width: 90%
}

.order-process .order-box:after {
	content: "";
	background: url(../images/country-curvepath.svg) no-repeat;
	display: block;
	width: 742px;
	height: 413px;
	position: absolute;
	z-index: -1;
	left: 20%
}

.order-process .order-summary {
	width: 41%
}

.order-process .order-summary .order-step {
	border-top: 2px solid transparent
}

.order-process .order-summary .order-step:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-radius: 0 0 10px 10px;
	border-top: 2px solid var(--primary-color)
}

.order-process .order-summary .order-step:last-child {
	margin: 0
}

.order-process .order-summary .order-step.current {
	background: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	border-top: 2px solid var(--primary-color)
}

.order-process .order-summary .order-head {
	cursor: pointer;
	padding: 20px 25px
}

.order-process .order-summary .order-head .title {
	color: var(--primary-color);
	font-size: 16px;
	line-height: 18px;
	font-family: opensanssemibold
}

.order-process .order-summary .order-head .subtitle {
	color: #1d1d1d;
	font-size: 22px;
	line-height: 24px;
	font-family: opensanssemibold;
	margin: 5px 0 0;
	text-transform: uppercase
}

.order-process .order-summary .order-detail {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	display: none;
	padding: 0 25px 30px
}

.order-process .order-img {
	width: 47%
}

.order-process .order-img img {
	width: 100%;
	height: 100%
}

.free-tools .tools-slider {
	padding: 40px 0 0;
	color: #1d1d1d;
	width: 88%;
	margin: auto
}

.free-tools .tools-slider:before {
	background: url(../images/tools-curvepath.svg) no-repeat;
	content: "";
	display: inline-block;
	width: 95px;
	height: 101px;
	position: absolute;
	left: -42px;
	top: -15px
}

.free-tools .tools-slider:after {
	content: "";
	height: 100px;
	width: 147px;
	position: absolute;
	right: -28px;
	bottom: -26px;
	background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(#fff 8px, transparent 1%) center, #d8d8d8;
	background-size: 11px 11px;
	z-index: -1
}

.free-tools .tools-slider .slick-next {
	right: -42px
}

.free-tools .tools-slider .tool-list {
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
	padding: 15px;
	border-radius: 10px;
	margin: 5px 15px;
	background: #fff
}

.free-tools .tools-slider .tool-list .tool-title {
	font-size: 24px;
	line-height: 26px;
	font-family: opensanssemibold;
	margin: 22px 0 0
}

.free-tools .tools-slider .tool-list img {
	width: 100%;
	height: auto;
	border-radius: 10px
}

.free-tools .tools-slider .tool-list .content {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	margin: 6px 0 30px
}

.free-tools .tools-slider .tool-list .check-now {
	font-size: 15px;
	line-height: 18px;
	color: var(--primary-color);
	font-family: opensanssemibold
}

.free-tools .tools-slider .tool-list .check-now:hover {
	color: #de5790
}

.sample-strip {
	background: #f5f5f5 url(../images/sample-strip-banner.png) no-repeat;
	padding: 40px 0;
	background-size: cover
}

.sample-strip .container {
	z-index: 1
}

.sample-strip .strip-title {
	font-size: 32px;
	line-height: 38px;
	color: #1d1d1d;
	font-family: opensanssemibold
}

.sample-strip .strip-subtitle {
	color: #333;
	font-size: 16px;
	line-height: 20px
}

.sample-strip .download-btn {
	color: #ffbe00;
	text-decoration: underline;
	font-size: 16px;
	line-height: 18px;
	margin: 25px 0 8px
}

.writers {
	border-bottom: 1px solid #d8d8d8
}

.writers:after {
	background: url(../images/writer-curvepath.svg) no-repeat;
	display: block;
	position: absolute;
	content: "";
	right: 0;
	top: 60px;
	width: 130px;
	height: 289px
}

.writers .writer-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 0 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.writers .writer-left {
	width: 34%
}

.writers .writer-left:after {
	content: "";
	height: 55px;
	width: 144px;
	position: absolute;
	left: -28px;
	bottom: -11px;
	background: linear-gradient(90deg, #fff 8px, transparent 1%) center, linear-gradient(#fff 8px, transparent 1%) center, #d8d8d8;
	background-size: 11px 11px;
	z-index: -1
}

.writers .writer-right {
	width: 63%
}

.writers .writer-right .writer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

.writers .writer-right .writer-list li {
	width: 30%;
	color: #333;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 15px
}

.writers .writer-right .writer-list li:before {
	content: "•";
	color: var(--primary-color);
	font-family: opensanssemibold;
	display: inline-block;
	width: 15px;
	font-size: 18px;
	vertical-align: middle
}

.writers .writer-right .writer-list li a {
	color: #333;
	margin: 0 0 15px
}

.writers .writer-right .writer-list li a:hover {
	color: var(--primary-color)
}

.writers .writer-right .whatsapp-strip {
	background: #fff5f9;
	border-radius: 3px;
	padding: 20px;
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.writers .writer-right .whatsapp-strip p {
	font-size: 24px;
	line-height: 28px;
	color: #1d1d1d;
	font-family: opensanssemibold;
	width: 57%
}

.writers .writer-right .whatsapp-strip .whatsapp-btn {
	background: #07b501;
	padding: 8px 25px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	font-family: opensanssemibold;
	cursor: pointer
}

.writers .writer-right .whatsapp-strip .whatsapp-btn svg {
	vertical-align: bottom;
	margin: 0 5px 0 0
}

.writers .writer-right .whatsapp-strip .whatsapp-btn:hover {
	background: #09cc02
}

.writers .writer-right .wtsapp-strip {
	margin: 10px auto 0;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-5.13%, #00A948), color-stop(131.03%, #00672C));
	background: linear-gradient(180deg, #00A948 -5.13%, #00672C 131.03%);
	border-radius: 7px;
	padding: 20px 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px
}

.writers .writer-right .wtsapp-strip .whtsapp-icon {
	position: absolute;
	top: 0;
	left: 0
}

.writers .writer-right .wtsapp-strip .instant-help {
	font-size: 25px;
	line-height: 28px;
	text-align: left;
	color: #fff
}

.writers .writer-right .wtsapp-strip .instant-help .instant-span {
	font-family: opensanssemibold;
	display: block
}

.writers .writer-right .wtsapp-strip .get-assist {
	background: #ffc410;
	-webkit-box-shadow: 0 0 9.65px 1.21px rgba(255, 196, 16, .2509803922);
	box-shadow: 0 0 9.65px 1.21px rgba(255, 196, 16, .2509803922);
	border-radius: 6px;
	padding: 10px 12px;
	font-family: opensansmedium;
	font-size: 20px;
	line-height: 28px;
	color: #2a2a2a;
	z-index: 1
}

.writers .writer-right .wtsapp-strip .hand-phone {
	position: absolute;
	right: 0;
	bottom: 0
}

.guarantee-service:before {
	background: #fff5f9;
	content: "";
	height: 35%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 60px
}

.guarantee-service .service-content {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	padding: 0 0 40px
}

.guarantee-service .service-content span {
	font-family: opensanssemibold
}

.guarantee-service .guarantee-slider {
	padding: 0 0 60px
}

.guarantee-service .guarantee-slider .slick-next,
.guarantee-service .guarantee-slider .slick-prev {
	top: 33%
}

.guarantee-service .guarantee-slider .slick-next {
	right: -31px
}

.guarantee-service .slider-card {
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 20px;
	margin: 5px 15px 8px
}

.guarantee-service .slider-card .slider-head {
	color: var(--primary-color);
	font-size: 18px;
	line-height: 24px;
	font-family: opensanssemibold;
	padding: 15px 0 5px;
	text-transform: uppercase
}

.guarantee-service .slider-card .slider-content {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	height: 85px;
	overflow: auto
}

.guarantee-service .slider-card .slider-content::-webkit-scrollbar {
	width: 0
}

.order-strip {
	background: #f5f5f5;
	color: #1d1d1d;
	padding: 50px 0 0
}

.order-strip .strip-title {
	font-size: 30px;
	line-height: 34px;
	font-family: opensanssemibold
}

.order-strip .strip-subtitle {
	font-size: 16px;
	line-height: 20px
}

.order-strip .btns {
	width: 60%;
	padding: 35px 0 50px
}

.order-strip .btns .review-btn {
	font-size: 20px;
	line-height: 25px;
	color: #2a2a2a;
	padding: 8px 20px;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	margin: 0 0 0 20px
}

.order-strip .btns .review-btn:hover {
	background: #f5f5f5
}

.order-strip .btns:after,
.order-strip .btns:before {
	content: "";
	position: absolute;
	/* background: url(../images/home-orderstrip1.svg) no-repeat;*/
	width: 96px;
	height: 112px;
	left: 0;
	bottom: 0
}

.order-strip .btns:after {
	/*background: url(../images/home-orderstrip2.svg) no-repeat;*/
	width: 132px;
	height: 112px;
	left: inherit;
	right: 0
}

.blog.space60 {
	padding: 0 0 60px
}

.blog .common-underline {
	text-decoration: underline
}

.blog .container {
	width: 62% !important
}

.blog .blog-partition {
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px
}

.blog .common-btn {
	margin: auto;
	display: block
}

.blog .cm-heading {
	padding: 0 0 5px
}

.blog .flex {
	margin: 0
}

.blog .card {
	cursor: pointer;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137);
	border-radius: 3px;
	background-clip: none;
	border: none
}

.blog .card img {
	border-radius: 3px 3px 0 0
}

.blog .blog-partition {
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px
}

.blog .blog-partition.space-40 {
	padding: 35px 0
}

.blog .blog-left {
	width: 39.3%;
	display: inherit
}

.blog .blog-left .card {
	font-family: opensanssemibold
}

.blog .blog-left .card img {
	height: auto;
	width: auto
}

.blog .blog-left .card:hover .card-heading {
	color: #cf1465
}

.blog .blog-left .card:hover .common-underline {
	color: #cf1465
}

.blog .blog-left .card .card-heading,
.blog .blog-left .card .common-hire,
.blog .blog-left .card .step-dt {
	display: block
}

.blog .blog-left .card .b-dt {
	font-size: 13px;
	color: #777;
	line-height: 15px;
	font-family: opensanssemibold;
	padding: 13px 0 0;
	display: inline-block
}

.blog .blog-left .card .b-dt:first-of-type {
	padding: 13px 0 0 20px
}

.blog .blog-left .card .blog-dot:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #777;
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle
}

.blog .blog-left .card .text-right {
	text-align: right
}

.blog .blog-left .card .card-heading {
	color: #1d1d1d;
	font-size: 20px;
	line-height: 24px;
	margin: 25px 20px 8px;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	max-height: 71px
}

.blog .blog-left .card .step-dt {
	padding: 0 20px;
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #434343
}

.blog .blog-left .card .common-hire {
	font-size: 13px;
	line-height: 15px;
	color: var(--primary-color);
	padding: 45px 15px 16px
}

.blog .blog-left .card .common-hire svg {
	margin: 0 0 0 5px;
	vertical-align: middle;
	-webkit-filter: invert(29%) sepia(60%) saturate(1627%) hue-rotate(301deg) brightness(92%) contrast(93%);
	filter: invert(29%) sepia(60%) saturate(1627%) hue-rotate(301deg) brightness(92%) contrast(93%)
}

.blog .blog-right {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 58%;
	row-gap: 20px;
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px
}

.blog .blog-right .span0i {
	display: inline-block
}

.blog .blog-right .card {
	width: 48%
}

.blog .blog-right .card img {
	height: auto;
	width: auto
}

.blog .blog-right .card:hover .blog-text-rt {
	color: var(--primary-color)
}

.blog .blog-right .card .blog-text-rt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	max-height: 3rem;
	margin: 12px 15px;
	font-size: 16px;
	line-height: 20px;
	color: #1d1d1d;
	font-family: opensanssemibold
}

.blog .blog-right .card .blog-text-rt:hover {
	color: var(--primary-color)
}

.testimonial {
	border-top: 1px solid #d8d8d8
}

.testimonial .testimonial-slider {
	padding: 20px 0 0;
	width: 88%;
	margin: auto
}

.testimonial .testimonial-slider .slick-next {
	right: -30px
}

.testimonial .testimonial-box {
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 25px;
	margin: 45px 15px 8px 5px;
	color: #1d1d1d
}

.testimonial .testimonial-box .quote {
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	margin: -55px auto 20px
}

.testimonial .testimonial-box .quote svg {
	margin: 12px
}

.testimonial .testimonial-box .content {
	font-size: 15px;
	line-height: 20px;
	font-family: opensansregular;
	color: #333;
	height: 102px;
	overflow: overlay
}

.testimonial .testimonial-box .content::-webkit-scrollbar {
	width: 0
}

.testimonial .testimonial-box .content:hover::-webkit-scrollbar {
	width: 1px
}

.testimonial .testimonial-box .username {
	font-size: 16px;
	line-height: 19px;
	font-family: opensanssemibold
}

.testimonial .testimonial-box .user-city {
	font-size: 14px;
	line-height: 18px;
	color: #2a2a2a
}

.testimonial .testimonial-box .rating .rating-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/rating-star.svg) no-repeat;
	background-size: 14px;
	margin: 0 1px
}
.rating-icon {
  color: #ffcc00;
  font-size: 1 rem;
}


@media(max-width:1900px) {
	.blog .container {
		width: 100% !important
	}

	.blog .blog-right {
		-webkit-column-gap: 23px;
		-moz-column-gap: 23px;
		column-gap: 23px
	}
}

@media(max-width:1380px) {
	.home-banner .home-content {
		width: 60%
	}

	.price-calculator .price-content {
		padding: 20px 15px
	}

	.price-calculator .price-content .price-calculator-form {
		width: 87%
	}

	.price-calculator .price-content .select-box {
		margin: 0 10px 0 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 18%;
		flex: 1 0 18%
	}

	.price-calculator .price-content .common-btn {
		padding: 9px 10px;
		font-size: 16px
	}

	.price-calculator .price-content .upload-area {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 22%;
		flex: 1 0 22%
	}

	.price-calculator .price-content .upload_file_box .upload-btn,
	.price-calculator .price-content .upload_file_box input[type=file] {
		padding: 8px
	}

	.price-calculator .price-content .upload_file_box .upload-btn svg,
	.price-calculator .price-content .upload_file_box input[type=file] svg {
		margin: 0 5px 0 0
	}

	.home_trusted .heading-title {
		font-size: 22px
	}

	.home_trusted_new .heading-title {
		width: 36%
	}

	.home_trusted_new .right-university {
		width: 63%
	}

	.top-notch .sub-title-div .sub-title {
		font-size: 14px;
		line-height: 20px
	}

	.top-notch .writers-div {
		gap: 15px
	}

	.top-notch .writers-div .writer-box {
		padding: 20px 15px
	}

	.top-notch .writers-div .writer-box .img-div {
		height: 80px;
		width: 80px
	}

	.top-notch .writers-div .writer-box .img-div .online-writer {
		height: 14px;
		width: 14px;
		right: 5px
	}

	.top-notch .writers-div .writer-box .writer-name {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0 15px
	}

	.top-notch .writers-div .writer-box .writer-detail {
		font-size: 14px
	}

	.top-notch .writers-div .writer-box .achievements {
		margin: 20px 0
	}

	.top-notch .writers-div .writer-box .achievements .rating svg {
		width: 100px
	}

	.top-notch .writers-div .writer-box .achievements span {
		font-size: 16px;
		line-height: 18px
	}

	.top-notch .writers-div .writer-box .achievements .order-complete p {
		font-size: 16px;
		line-height: 18px
	}

	.top-notch .writers-div .writer-box .achievements .order-complete p svg {
		margin: 0 5px 0 0
	}

	.top-notch .writers-div .writer-box .bottom-btn .about-writer,
	.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
		font-size: 14px;
		line-height: 18px;
		padding: 8px 25px
	}

	.top-notch .load-more {
		margin: 20px auto 0;
		font-size: 18px;
		line-height: 22px
	}

	.services .tabing {
		width: 87%
	}

	.writers .writer-section {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.blog .blog-left {
		width: 39%
	}

	.blog .blog-right {
		width: 58%
	}

	.blog .blog-right .card {
		width: 47.7%
	}

	.writers .writer-section .writer-right .wtsapp-strip .whtsapp-icon {
		height: 80px;
		width: 75px
	}

	.writers .writer-section .writer-right .wtsapp-strip .hand-phone {
		display: none
	}
}

@media(max-width:1024px) {
	.home-banner .message-banner {
		width: 12%
	}

	.home-banner .home-title {
		font-size: 38px;
		line-height: 44px
	}

	.price-calculator {
		width: 80%
	}

	.price-calculator:before {
		left: -15px
	}

	.price-calculator .price-content .price-calculator-form {
		width: 78%
	}

	.price-calculator .price-content .upload_file_box .upload-btn svg,
	.price-calculator .price-content .upload_file_box input[type=file] svg {
		margin: 0 5px 0 0
	}

	.home-price-calculator {
		width: 100%
	}

	.home_trusted .home-img {
		width: 62%
	}

	.home_trusted_new .heading-title {
		width: 38%;
		padding: 10px
	}

	.home_trusted_new .heading-title .desktop-div .home_trusted_title {
		font-size: 18px;
		line-height: 22px
	}

	.home_trusted_new .heading-title .desktop-div .home_trusted_title span {
		font-size: 14px;
		line-height: 16px
	}

	.home_trusted_new .right-university {
		width: 61%
	}

	.number .number-box {
		padding: 20px 13px;
		margin: 30px 16px 0
	}

	.top-notch {
		padding: 40px 0
	}

	.services .nav-pills {
		width: 33%
	}

	.choose-us .choose-content .right {
		width: 80%
	}

	.choose-us .choose-content .right .right-main .vd-left .vd-play-btn,
	.choose-us .choose-content .right .right-main .vd-right .vd-play-btn {
		top: 33%;
		left: 35%
	}

	.writers .writer-right .whatsapp-strip {
		width: 99%
	}

	.writers .writer-right .wtsapp-strip {
		gap: 20px
	}

	.writers .writer-right .wtsapp-strip .whtsapp-icon {
		height: 71px;
		width: 71px
	}

	.writers .writer-right .wtsapp-strip .instant-help {
		font-size: 20px;
		line-height: 24px
	}

	.writers .writer-right .wtsapp-strip .get-assist {
		padding: 8px 10px;
		font-size: 18px;
		line-height: 24px
	}

	.guarantee-service .guarantee-slider {
		width: 92%;
		margin: auto
	}

	.order-strip .btns {
		width: 85%
	}

	.order-process .order-summary {
		width: 43%
	}

	.blog.space60 {
		padding: 0 0 50px
	}

	.blog .blog-right {
		-webkit-column-gap: 23px;
		-moz-column-gap: 23px;
		column-gap: 23px
	}

	.blog .blog-right .card .blog-text-rt {
		margin: 10px 15px;
		font-size: 15px;
		line-height: 19px
	}
}

@media(max-width:768px) {
	.common-btn {
		font-size: 18px;
		line-height: 20px;
		padding: 7px 18px
	}

	.space60 {
		padding: 30px 0
	}

	.title-head {
		font-size: 26px;
		line-height: 30px
	}

	.home-banner {
		padding: 30px 0 160px;
		background-position: left
	}

	.home-banner .home-content {
		width: 90%
	}

	.home-banner .home-title {
		font-size: 32px;
		line-height: 40px
	}

	.home-banner .home-subtitle {
		margin: 0 0 20px
	}

	.home-banner .message-banner {
		right: 15px
	}

	.price-calculator {
		width: 100%;
		margin: 30px 0 -180px
	}

	.price-calculator .price {
		font-size: 16px;
		line-height: 18px
	}

	.price-calculator .price-content {
		padding: 12px
	}

	.price-calculator .price-content .price-calculator-form {
		width: 75%
	}

	.price-calculator:before {
		display: none
	}

	.price-calculator .common-btn {
		padding: 11px 18px
	}

	.home_trusted {
		padding: 45px 12px 20px
	}

	.home_trusted .heading-title {
		font-size: 20px;
		line-height: 22px
	}

	.home_trusted .heading-title svg {
		width: 32px
	}

	.home_trusted .home-img {
		width: 100%;
		margin: 8px 0 0;
		display: block
	}

	.home_trusted_new {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px
	}

	.home_trusted_new .heading-title {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.home_trusted_new .heading-title .desktop-div .desktop-svg {
		width: 50px;
		height: 40px;
		margin: 0 5px 0 0
	}

	.home_trusted_new .heading-title .desktop-div .home_trusted_title {
		font-size: 16px;
		line-height: 20px
	}

	.home_trusted_new .right-university {
		width: 100%
	}

	.choose-us .choose-content .right {
		width: 90%
	}

	.choose-us .choose-content .right .right-main .vd-left .vd-play-btn,
	.choose-us .choose-content .right .right-main .vd-right .vd-play-btn {
		top: 25%;
		left: 30%
	}

	.number .number-box {
		margin: 30px 15px 0 0;
		width: 23%
	}

	.number .number-box .number-count {
		font-size: 24px;
		line-height: 28px
	}

	.number .number-box .name {
		height: 32px;
		overflow: auto
	}

	.number .number-box:last-child:after {
		right: -16px
	}

	.top-notch {
		padding: 30px 0
	}

	.top-notch .writers-div {
		gap: 10px
	}

	.top-notch .writers-div .writer-box {
		padding: 10px
	}

	.top-notch .writers-div .writer-box .img-div {
		height: 70px;
		width: 70px
	}

	.top-notch .writers-div .writer-box .writer-name {
		margin: 5px 0 10px
	}

	.top-notch .writers-div .writer-box .achievements .rating .stars .empty-star,
	.top-notch .writers-div .writer-box .achievements .rating .stars .fill-star,
	.top-notch .writers-div .writer-box .achievements .rating .stars .half-star {
		height: 16px;
		width: 16px;
		background-size: contain
	}

	.top-notch .writers-div .writer-box .achievements .rating span {
		font-size: 14px;
		line-height: 16px
	}

	.top-notch .writers-div .writer-box .achievements .order-complete p {
		font-size: 14px;
		line-height: 16px
	}

	.top-notch .writers-div .writer-box .achievements .order-complete p svg {
		height: 16px;
		width: 16px
	}

	.top-notch .writers-div .writer-box .achievements .order-complete span {
		font-size: 14px;
		line-height: 16px
	}

	.top-notch .writers-div .writer-box .bottom-btn .about-writer,
	.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
		padding: 5px 8px
	}

	.top-notch .load-more {
		margin: 15px auto 0;
		font-size: 16px;
		line-height: 20px
	}

	.services .tabing {
		width: 100%
	}

	.services .tab-content {
		margin: 0 0 0 36%
	}

	.services .nav-pills {
		left: 0;
		padding: 22px 13px
	}

	.services .nav-pills:before {
		left: -3px
	}

	.services .nav-pills .nav-para {
		font-size: 13px;
		line-height: 15px;
		padding: 0 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.services .nav-pills .nav-para svg {
		margin: 0 10px 0 0
	}

	.services .nav-pills .nav-link {
		padding: 10px;
		font-size: 16px;
		line-height: 18px
	}

	.services .nav-pills .nav-link svg {
		height: 28px;
		width: 28px
	}

	.services .content-list {
		margin: 15px 0
	}

	.services .content-list .list-name {
		width: 49%
	}

	.order-process .order-box:after {
		width: 400px;
		height: 220px;
		background-size: 400px
	}

	.order-process .order-summary {
		width: 50%
	}

	.order-process .order-summary .order-head {
		padding: 7px 15px
	}

	.order-process .order-summary .order-head .subtitle {
		font-size: 18px;
		line-height: 20px
	}

	.order-process .order-summary .order-detail {
		padding: 0 15px 20px
	}

	.free-tools .tools-slider {
		width: 93%
	}

	.free-tools .tools-slider:before {
		left: -25px;
		top: 0
	}

	.free-tools .tools-slider .slick-prev {
		left: -30px
	}

	.free-tools .tools-slider .slick-next {
		right: -30px
	}

	.sample-strip {
		padding: 20px 0
	}

	.sample-strip .strip-title {
		font-size: 26px;
		line-height: 29px
	}

	.sample-strip .common-btn {
		padding: 6px 18px
	}

	.writers .writer-section {
		padding: 20px 0 0
	}

	.writers .writer-left {
		display: none
	}

	.writers .writer-right {
		width: 100%;
		margin: 0 0 0 26px
	}

	.writers .writer-right .whatsapp-strip {
		padding: 12px
	}

	.writers .writer-right .whatsapp-strip p {
		font-size: 20px;
		line-height: 22px
	}

	.writers .writer-right .whatsapp-strip .whatsapp-strip {
		font-size: 18px;
		line-height: 21px
	}

	.guarantee-service:before {
		bottom: 30px
	}

	.guarantee-service .service-content {
		padding: 0 0 20px
	}

	.guarantee-service .guarantee-slider {
		padding: 0 10px 30px;
		width: 100%
	}

	.guarantee-service .guarantee-slider .slick-next,
	.guarantee-service .guarantee-slider .slick-prev {
		left: -19px
	}

	.guarantee-service .guarantee-slider .slick-next:before,
	.guarantee-service .guarantee-slider .slick-prev:before {
		width: 23px;
		height: 35px
	}

	.guarantee-service .guarantee-slider .slick-next {
		right: -20px;
		left: inherit
	}

	.order-strip .strip-title {
		font-size: 22px;
		line-height: 26px
	}

	.order-strip .btns {
		width: 100%
	}

	.testimonial .testimonial-box {
		padding: 15px
	}

	.testimonial .testimonial-box .quote {
		margin: -39px auto 13px
	}

	.blog.space60 {
		padding: 0 0 30px
	}

	.blog .blog-partition {
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px
	}

	.blog .blog-partition .blog-right {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px
	}

	.blog .blog-partition .blog-right .card .blog-text-rt {
		margin: 2px 15px 5px
	}

	.blog .blog-partition .blog-left .card .card-heading {
		margin: 14px 10px 5px;
		font-size: 18px;
		line-height: 22px
	}

	.blog .blog-partition .blog-left .card .step-dt {
		padding: 0 10px;
		font-size: 14px;
		line-height: 18px
	}

	.blog .blog-partition .blog-left .card .blog-dot:after {
		margin: 0 5px
	}

	.blog .blog-partition .blog-left .card .b-dt:first-of-type {
		padding: 13px 0 0 8px
	}
}

@media(max-width:767px) {
	.top-notch {
		padding: 25px 0
	}

	.top-notch .sub-title-div {
		position: relative
	}

	.top-notch .sub-title-div .sub-title {
		max-height: 38px;
		overflow: hidden;
		-webkit-transition: max-height .3s ease;
		transition: max-height .3s ease
	}

	.top-notch .sub-title-div .readmore {
		font-size: 14px;
		line-height: 18px;
		color: var(--primary-color);
		position: absolute;
		right: 0;
		bottom: 0;
		cursor: pointer;
		display: inline-block;
		background: #fff;
		text-decoration: none
	}

	.top-notch .sub-title-div.expanded .sub-title {
		max-height: none
	}

	.top-notch .writers-div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: unset
	}

	.top-notch .writers-div .slick-dots {
		bottom: -30px !important
	}

	.top-notch .writers-div .writer-box {
		padding: 15px;
		margin: 0 6px
	}

	.top-notch .writers-div .writer-box .achievements,
	.top-notch .writers-div .writer-box .img-div,
	.top-notch .writers-div .writer-box .writer-name {
		display: none
	}

	.top-notch .writers-div .writer-box .writer-box-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .mob-img-div {
		position: relative;
		height: 60px;
		width: 60px;
		-webkit-box-shadow: .54px 1.07px 2.15px 0 rgba(0, 0, 0, .2509803922);
		box-shadow: .54px 1.07px 2.15px 0 rgba(0, 0, 0, .2509803922);
		border-radius: 50%
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .mob-img-div .writer-image {
		height: 100%;
		width: 100%;
		border-radius: 50%
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .mob-img-div .online-writer {
		content: "";
		background: #19da44;
		position: absolute;
		height: 10px;
		width: 10px;
		border-radius: 50%;
		bottom: 4px;
		right: 4px
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info {
		text-align: left
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .writer-name {
		display: block;
		margin: 0 0 5px
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating {
		font-size: 13px;
		line-height: 15px;
		color: var(--primary-color);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 3px;
		margin: 0 6px 0 0
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .empty-star,
	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .fill-star,
	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .half-star {
		height: 13px;
		width: 13px
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .fill-star {
		background: url(../images/star-filled.svg) no-repeat;
		background-size: contain
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .empty-star {
		background: url(../images/star-empty.html) no-repeat;
		background-size: contain
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .rating .stars .half-star {
		background: url(../images/star-half.html) no-repeat;
		background-size: contain
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .order-complete {
		font-size: 14px;
		line-height: 18px;
		color: #555;
		margin: 2px 0 0
	}

	.top-notch .writers-div .writer-box .writer-box-mobile .writer-info .achievements-div .order-complete .order-count {
		color: var(--primary-color);
		margin: 0 0 0 5px
	}

	.top-notch .writers-div .writer-box .writer-detail {
		margin: 15px 0;
		text-align: left
	}

	.top-notch .writers-div .writer-box .bottom-btn {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.top-notch .writers-div .writer-box .bottom-btn .about-writer,
	.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 20px
	}

	.top-notch .writers-div .writer-box .bottom-btn .about-writer {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.top-notch .writers-div .writer-box .bottom-btn .hire-writer {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.top-notch .load-more {
		margin: 30px auto 0;
		font-size: 18px;
		line-height: 22px
	}

	.services {
		display: none
	}

	.space60 {
		padding: 25px 0
	}

	.title-head {
		font-size: 20px;
		line-height: 22px
	}

	.title-head:after {
		width: 55%
	}

	.title-head:before {
		left: 45%
	}

	.title-head .title-subhead {
		font-size: 14px;
		line-height: 16px
	}

	.common-btn {
		font-size: 17px;
		line-height: 21px
	}

	.home-banner {
		padding: 20px 0;
		color: #fff;
		text-align: center;
		background: 0 0;
		position: relative
	}

	.home-banner .container {
		position: relative;
		z-index: 1
	}

	.home-banner:before {
		content: "";
		background: rgba(0, 0, 0, .8);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0
	}

	.home-banner .home-content {
		width: 100%
	}

	.home-banner .home-title {
		font-size: 22px;
		line-height: 25px;
		font-family: opensanssemibold
	}

	.home-banner .home-subtitle {
		font-size: 14px;
		line-height: 16px;
		color: #fff
	}

	.home-banner .home-feature {
		display: none
	}

	.home-banner .message-banner {
		display: none
	}

	.home-banner .message-banner-mobile {
		font-size: 12px;
		line-height: 15px;
		color: #fff;
		padding: 5px 0 0
	}

	.collapse-toggle-btn {
		display: block
	}

	.price-calculator {
		margin: 0
	}

	.price-calculator .price-tabs {
		display: none
	}

	.price-calculator .price-content {
		padding: 15px;
		display: block
	}

	.price-calculator .price-content .pricing-amnt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		margin: 0 0 10px
	}

	.price-calculator .price-content .price-text {
		font-size: 16px;
		line-height: 21px
	}

	.price-calculator .price-content .select-box {
		width: 100%;
		margin: 0 0 15px
	}

	.price-calculator .price-content .services {
		display: block
	}

	.price-calculator .price-content .common-btn {
		font-size: 20px;
		line-height: 22px;
		display: block;
		padding: 8px 18px;
		width: 100%
	}

	.price-calculator .price-content .home-cal-form {
		width: 100%;
		display: block !important
	}

	.price-calculator .price-content .upload-area {
		margin: 0 0 20px
	}

	.price-calculator .price-content .price-calculator-form {
		min-height: 166px;
		width: 100%
	}

	#attachmentResult .done-btn {
		margin: 35px auto 0;
		font-size: 16px
	}

	.home_trusted {
		text-align: center
	}

	.home_trusted.container {
		padding: 20px 15px
	}

	.home_trusted .heading-title {
		font-size: 18px
	}

	.home_trusted .heading-title svg {
		display: none
	}

	.home_trusted .heading-title span {
		font-size: 14px
	}

	.home_trusted .home-img {
		width: 97%;
		margin: 8px auto 0
	}

	.home_trusted .home-img .desktop-img {
		display: none
	}

	.home_trusted .home-img .mobile-img {
		display: block;
		width: 100%;
		height: 100%
	}

	.home_trusted_new {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		gap: 15px;
		padding: 25px 0 0
	}

	.home_trusted_new .heading-title {
		background: 0 0;
		padding: 0
	}

	.home_trusted_new .heading-title .desktop-div {
		display: none
	}

	.home_trusted_new .heading-title .mobile-div {
		display: block
	}

	.home_trusted_new .heading-title .mobile-div .home_trusted_title {
		position: relative;
		background: var(--primary-color);
		padding: 9px 40px;
		border-radius: 7px;
		margin: 0 0 14px
	}

	.home_trusted_new .heading-title .mobile-div .home_trusted_title span {
		font-family: opensanssemibold;
		font-size: 15px;
		line-height: 18px;
		color: #fff
	}

	.home_trusted_new .heading-title .mobile-div .home_trusted_title .mobile-svg {
		position: absolute;
		top: -12px;
		left: -12px
	}

	.home_trusted_new .heading-title .mobile-div .home_trusted_span {
		font-size: 14px;
		line-height: 16px;
		color: var(--primary-color)
	}

	.home_trusted_new .heading-title .home_trusted_title {
		font-size: 16px;
		line-height: 20px
	}

	.choose-us .choose-content .left {
		margin: 0 0 15px
	}

	.choose-us .choose-content .left .left-content {
		font-size: 14px;
		line-height: 18px
	}

	.choose-us .choose-content .left .collapse-content-div {
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		max-height: 165px;
		overflow: hidden;
		-webkit-transition: max-height .2s ease-out;
		transition: max-height .2s ease-out
	}

	.choose-us .choose-content .right {
		width: 100%
	}

	.choose-us .choose-content .right .right-main {
		gap: 15px;
		overflow: auto
	}

	.choose-us .choose-content .right .right-main .vd-left,
	.choose-us .choose-content .right .right-main .vd-right {
		width: 100%;
		height: 200px;
		min-width: 285px
	}

	.choose-us .choose-content .right .right-main .vd-left .vd-play-btn,
	.choose-us .choose-content .right .right-main .vd-right .vd-play-btn {
		top: 25%;
		left: 30%
	}

	.read-more {
		color: var(--primary-color);
		font-size: 13px;
		line-height: 15px;
		font-family: opensanssemibold;
		text-decoration: underline
	}

	.number {
		padding: 25px 0
	}

	.number:before {
		height: 100%
	}

	.number .title-head {
		margin: 0 0 20px
	}

	.number .number-box {
		margin: 10px 0;
		width: 47%;
		padding: 20px 11px
	}

	.number .number-box:nth-child(2),
	.number .number-box:nth-child(4) {
		margin: 10px 15px 0 0
	}

	.number .number-box:last-child {
		margin: 10px 0
	}

	.number .number-box:last-child:after {
		display: none
	}

	.number .number-box .number-count {
		font-size: 22px;
		line-height: 25px
	}

	.number .number-box .name {
		font-size: 13px;
		height: auto
	}

	.number .number-box .name span {
		display: none
	}

	.services-mobile.container {
		padding: 25px 15px
	}

	.services-mobile .title-p {
		color: var(--primary-color);
		font-size: 18px;
		line-height: 22px;
		font-family: opensanssemibold;
		padding: 15px 5px
	}

	.services-mobile .subtitle {
		font-size: 14px;
		line-height: 18px;
		color: #333;
		height: 74px;
		overflow: auto;
		padding: 0 6px
	}

	.services-mobile .service-list {
		border: 1px solid #d8d8d8;
		margin: 20px 0;
		border-radius: 3px
	}

	.services-mobile .content-list {
		padding: 10px 0 10px 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.services-mobile .content-list .list-name {
		font-size: 12px;
		line-height: 15px;
		width: 50%;
		margin: 0 0 14px
	}

	.services-mobile .content-list .list-name:before {
		content: "";
		background: url(../images/check-green.svg) no-repeat;
		display: inline-block;
		width: 13px;
		background-size: 12px;
		height: 14px;
		vertical-align: sub;
		margin: 0 3px 0 0
	}

	.order-process {
		position: relative
	}

	.order-process .order-box {
		display: block;
		margin: 20px auto 0
	}

	.order-process .order-box:after {
		display: none
	}

	.order-process .order-summary {
		width: 100%;
		position: relative
	}

	.order-process .order-summary:before {
		border-left: 1px dashed var(--primary-color);
		content: "";
		height: 75%;
		left: 30px;
		top: 0;
		position: absolute
	}

	.order-process .order-summary svg {
		z-index: 1
	}

	.order-process .order-summary .order-head {
		padding: 0
	}

	.order-process .order-summary .order-head .title {
		display: none
	}

	.order-process .order-summary .order-head .subtitle {
		font-size: 15px;
		line-height: 18px
	}

	.order-process .order-summary .order-detail {
		padding: 5px 0;
		font-size: 14px;
		line-height: 18px;
		color: #434343
	}

	.order-process .order-summary .order-step {
		width: 76%
	}

	.order-process .order-summary .order-step:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: none;
		border-top: none
	}

	.order-process .order-detail-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 25px
	}

	.order-process .order-img {
		display: none
	}

	.free-tools.container {
		padding: 25px 15px
	}

	.free-tools .tools-slider {
		padding: 20px 0 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 12px
	}

	.free-tools .tools-slider:after,
	.free-tools .tools-slider:before {
		display: none
	}

	.free-tools .tools-slider .tool-list {
		width: 48%;
		margin: 0;
		border-radius: 5px;
		padding: 8px
	}

	.free-tools .tools-slider .tool-list .tool-title {
		font-size: 15px;
		line-height: 20px;
		margin: 10px 0 0
	}

	.free-tools .tools-slider .tool-list .content {
		height: 52px;
		overflow: auto;
		margin: 4px 0 15px;
		font-size: 13px;
		line-height: 17px
	}

	.free-tools .tools-slider .tool-list .check-now {
		font-size: 14px;
		line-height: 15px
	}

	.sample-strip .strip-title {
		font-size: 24px;
		line-height: 28px;
		width: 70%;
		margin: auto
	}

	.sample-strip .strip-subtitle {
		font-size: 14px;
		line-height: 16px
	}

	.writers {
		border: none
	}

	.writers:after {
		display: none
	}

	.writers .writer-right {
		margin: 0
	}

	.writers .writer-right .writer-list {
		height: 212px;
		overflow: auto
	}

	.writers .writer-right .writer-list::-webkit-scrollbar {
		width: 3px;
		height: 3px
	}

	.writers .writer-right .writer-list li {
		background: #f5f5f5;
		padding: 4px 3px;
		width: 48%;
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 10px
	}

	.writers .writer-right .writer-list li:before {
		margin-left: 0;
		width: 9px
	}

	.writers .writer-right .whatsapp-strip {
		display: block;
		width: 100%;
		margin: 21px 0 0;
		padding: 15px 11px;
		text-align: center
	}

	.writers .writer-right .whatsapp-strip p {
		font-size: 15px;
		line-height: 18px;
		width: 100%
	}

	.writers .writer-right .whatsapp-strip .whatsapp-btn {
		margin: 10px auto 0;
		display: block;
		font-size: 18px;
		line-height: 22px;
		padding: 6px 12px;
		width: 200px
	}

	.writers .writer-right .whatsapp-strip .whatsapp-btn svg {
		width: 18%
	}

	.writers .writer-right .wtsapp-strip {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
		padding: 10px 15px
	}

	.writers .writer-right .wtsapp-strip .instant-help {
		font-size: 15px;
		line-height: 18px
	}

	.writers .writer-right .wtsapp-strip .instant-help .instant-span {
		display: inline-block
	}

	.writers .writer-right .wtsapp-strip .get-assist {
		padding: 4px 13px;
		font-size: 16px;
		line-height: 22px
	}

	.guarantee-service .title-head {
		text-align: center
	}

	.guarantee-service .service-content {
		font-size: 14px;
		line-height: 18px
	}

	.guarantee-service:before {
		display: none
	}

	.guarantee-service .guarantee-slider {
		padding: 0
	}

	.guarantee-service .guarantee-slider .slick-list {
		padding: 0 55px 0 0 !important
	}

	.guarantee-service .slider-card {
		margin: 5px 10px 8px 2px;
		text-align: left !important;
		padding: 15px
	}

	.guarantee-service .slider-card svg {
		width: 14%
	}

	.guarantee-service .slider-card .slider-head {
		font-size: 15px;
		line-height: 18px;
		padding: 5px 0
	}

	.guarantee-service .slider-card .slider-content {
		font-size: 14px;
		height: 103px
	}

	.order-strip {
		padding: 25px 0 0;
		border-top: 1px solid #d8d8d8
	}

	.order-strip svg {
		width: 50px;
		height: 50px
	}

	.order-strip .strip-title {
		font-size: 20px;
		line-height: 23px
	}

	.order-strip .strip-subtitle {
		font-size: 15px;
		line-height: 17px;
		padding: 5px 0 0
	}

	.order-strip .btns {
		padding: 30px 0 26px
	}

	.order-strip .btns:before {
		background-size: 69px;
		background-position: bottom left;
		width: 82px
	}

	.order-strip .btns:after {
		background-size: 77px;
		width: 77px;
		background-position: bottom right
	}

	.order-strip .btns .review-btn {
		font-size: 17px;
		line-height: 20px;
		margin: 10px 0 0;
		padding: 6px 15px
	}

	.order-strip .btns .common-btn {
		padding: 6px 37px;
		margin: 0 auto;
		display: block
	}

	.testimonial .testimonial-slider {
		width: 100%;
		padding: 20px 0 25px
	}

	.testimonial .testimonial-box {
		margin: 45px 5px 8px
	}

	.blog.space60 {
		padding: 0 0 25px
	}

	.blog .flex {
		row-gap: 20px
	}

	.blog .blog-partition.space-40 {
		padding: 20px 0
	}

	.blog .blog-partition .blog-right {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px
	}

	.blog .blog-partition .blog-right .card {
		min-width: 80%
	}

	.blog .blog-partition .blog-right .card .blog-text-rt {
		margin: 7px 15px 10px
	}

	.blog .blog-left,
	.blog .blog-right {
		width: 100%
	}

	.blog .blog-left .card-heading {
		margin: 10px 10px 5px;
		font-size: 16px;
		line-height: 20px
	}

	.blog .blog-left .card .common-hire {
		padding: 15px 10px 10px
	}

	.blog .blog-right {
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.blog .blog-right::-webkit-scrollbar {
		display: none
	}

	.blog .blog-right.flex {
		row-gap: 20px
	}

	.blog .blog-right .card {
		width: 100%;
		margin: 10px 5px
	}

	.blog .common-btn {
		margin: 0 auto
	}
}

.hero-section {
        background-color:#005F73; 
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }


   :root {
        --primary-color: #008c8c;
        --background-color: #ffff;
        --text-color: #333;
    }

    .writers-front-section {
        background-color: var(--background-color);
        padding: 4rem 0;
        text-align: center;
    }

    .writers-front-section h2 {
        color: var(--primary-color);
        font-size: clamp(2rem, 4vw, 2.5rem);
        margin-bottom: 2rem;
        font-family: 'Georgia', serif;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }

    .writers-widget {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .writer-item {
        flex: 1 1 300px;
        max-width: 350px;
        background: var(--background-color);
        border: 1px solid var(--primary-color);
        border-radius: 10px;
        padding: 1rem;
        transition: all 0.3s ease;
    }

    .writer-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .writer-item img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
        border: 2px solid var(--primary-color);
        margin-bottom: 1rem;
    }

    .writer-item h6 {
        color: var(--primary-color);
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .writer-item h6 a {
        color: var(--primary-color);
        text-decoration: none;
    }

    .writer-item h6 a:hover {
        color: var(--text-color);
    }

    .writer-item p {
        font-size: 0.9rem;
        color: var(--text-color);
        margin-bottom: 0.5rem;
    }

    .writer-item ul {
        list-style: none;
        padding: 0;
        font-size: 0.85rem;
        color: var(--text-color);
    }

    .writer-item ul li {
        margin-bottom: 0.3rem;
    }

    .writer-item ul li strong {
        color: var(--primary-color);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .writers-front-section {
            padding: 2rem 0;
        }

        .writers-front-section h2 {
            font-size: 1.8rem;
        }

        .writer-item {
            flex: 1 1 100%;
            max-width: 100%;
        }

        .writer-item img {
            height: 120px;
        }
    }

    @media (max-width: 576px) {
        .writers-widget {
            padding: 0 0.5rem;
        }

        .writer-item {
            padding: 0.75rem;
        }
    }


 .blog-section {
    background-color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
    z-index: 2;
}

.blog-card {
    background-color: #005F73;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-bottom: 20px;
}

.blog-content {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.blog-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.blog-desc {
    font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}

.blog-meta {
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 15px;
}

.blog-link {
    display: inline-block;
    color: #00cccc;
    text-decoration: none;
    font-weight: 600;
}

.blog-link:hover {
    color: #fff;
    text-decoration: underline;
}

.title-head {
    color:#000000;
    font-weight: 800;
}

.title-subhead {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color:#000000;
    opacity: 0.8;
    margin-top: 10px;
}

.blog-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.blog-btn a {
    display: inline-block;
    padding: 12px 30px;
    background: #1B2F55;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
}

.blog-btn a:hover {
    background: #005F73;
}

@media (max-width: 768px) {
    .blog-card {
        margin-bottom: 30px;
    }
    .blog-image {
        height: 120px;
    }
    .blog-title {
        font-size: 1.3rem;
    }
    .blog-desc {
        font-size: 0.85rem;
    }
    .blog-meta {
        font-size: 0.8rem;
    }
    .blog-section {
        padding: 60px 0;
    }
    .title-head {
        font-size: 1.8rem;
    }
    .title-subhead {
        font-size: 1rem;
    }
    .blog-btn a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
