:root {
	--transition: transform 0.7s ease-in-out;
}

[class^="box-"] {
	display: none;
}

[class^="box-"].showfirst {
	display: block;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 700;
	line-height: 1.13;
}

p {
	font-family: 'Open Sans', sans-serif;
	display: block;
}

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

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

a,
input[type="submit"] {
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	display: inline-block;
	cursor: pointer;
}

p,
a {
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.inline-block {
	font-size: 0;
}

.inline-block>li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.inline-block>li:last-child {
	margin-right: 0;
}

.slick-dots {
	display: block;
	position: absolute;
	left: 0;
	bottom: -40px;
	right: 0;
	margin: auto;
	display: flex !important;
	justify-content: center;
}

.slick-dots>li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots>li button {
	padding: 0;
	font-size: 0;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-radius: 25px;
	border: 2px solid #45ACA2;
	cursor: pointer;
}

.slick-dots>li.slick-active button {
	background-color: #45ac9e;
	display: none;
}

.slick-arrow {
	font-size: 0;
	cursor: pointer;
	position: absolute;
	border: 1px solid transparent;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow i {
    font-size: 20px;
    color: #fff;
    display: block;
}

.slick-arrow {
    background: #10187c !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.ff-qwitcher {
	font-family: 'Qwitcher Grypen', cursive;
}

textarea,
select,
input[type],
textarea,
select,
button {}

::-webkit-input-placeholder {
	color: #3b3b3b;
}

::-moz-placeholder {
	color: #3b3b3b;
}

:-ms-input-placeholder {
	color: #3b3b3b;
}

:-moz-placeholder {
	color: #3b3b3b;
}


/* General CSS Start*/
.bg-detail-2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Font Awesome Icon Adjustments */
i.fa-solid, i.fa-brands, i.fa-regular {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Default size for replaced icons */
    background: none !important; /* Remove sprite backgrounds */
}

.h-contact-info ul li a i {
    font-size: 20px;
}

.op-box i {
    font-size: 35px;
    margin-bottom: 10px;
}

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

.inline-flex>li {
	margin-right: 20px;
}

.inline-flex>li:last-child {
	margin-right: 0;
}

.headingstyle1 {
	margin-bottom: 30px;
	text-align: center;
}

.headingstyle1 h3 {
	margin: 0 0 15px 0;
	font-size: 34px;
	font-weight: 600;
	color: #111111;
}

.headingstyle1 h5 {
	margin: 0 0 15px 0;
	display: inline-block;
	background-color: #0b163c;
	color: #FFFFFF;
	font-weight: 400;
	padding: 8px 20px;
	border-radius: 60px;
	font-size: 18px;
}

.headingstyle1 p {
	margin: 0 0 25px 0;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-1 {
	background-color: #fac623;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	border-radius: 50px;
	padding: 9px 28px !important;
}
.btn-style-11 {
	background-color: #fac623;
	color: #ffffff !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	border-radius: 50px;
	padding: 18px 28px !important;
}

.btn-style-1:hover {
	background-color: #000000;
	color: #FFFFFF !important;
}

.btn-style-2 {
	background-color: white;
	color: black;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	padding: 9px 40px;
}
.btn-style-22{
	background-color: white;
	color: black;
	font-size: 15px;
	font-weight: 500;
	border-radius: 50px;
	padding: 13px 40px;
}
.btn-style-2:hover {
	background-color: #fac623;
	color: #ffffff;
}

.spacing__x {
	padding: 70px 0;
}

.pb-130 {
	padding-bottom: 130px;
}

.over-hidden {
	overflow: hidden;
}

.bg-color-1 {
	background-color: #EEEEEE;
}

.bg-color-2 {
	background-color: #10187c;
}

.bg-color-3 {
	background-color: #f9f8f8;
}

.element {
	position: absolute;
}

.element-1 {
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

.mainSlider .slick-arrow {
	font-size: 2rem;
	border: 0;
	text-indent: 0;
	color: var(--white);
}

.mainSlider .slick-arrow:before {
	content: none;
}

.mainSlider .slick-prev {
	left: 3rem;
}

.mainSlider .slick-next {
	right: 3rem;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.banner-style-1 .yellowLight {
	color: #fff000;
	font-weight: 500;
	font-size: 18px;
}

/* General CSS END */


header {
	position: absolute;
	width: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

.h-contact-info {
	text-align: right;
}

.h-contact-info ul {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 20px;
}

.h-contact-info ul li {
	margin-right: 30px;
	text-align: left;
}

.h-contact-info ul li:last-child {
	margin-right: 0;
}

.h-contact-info ul li span {
	margin-bottom: -4px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}

.h-contact-info ul li a {
	color: #FFFFFF;
	position: relative;
	font-weight: 600;
	font-size: 11px;
	padding-left: 55px;
}

.h-contact-info ul li a i {background: url(../images/images-sprite.png) no-repeat;background-position: -274px -4px;width: 47px;height: 47px;position: absolute;left: 0;}

.h-contact-info ul li a i.ic2 {
	background-position: -273px -58px;
	width: 55px;
	height: 47px;
}

.banner-style-1 {
	height: 900px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 10rem;
	flex-direction: column;
	background: linear-gradient(
180deg, #0a137f 0%, #fac623 100%);
}

.banner-style-1 h2 {
	color: #FFFFFF;
	font-size: 43px;
}

.banner-style-1 p {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}

.banner-style-1 .pointers {
	font-size: 0;
	margin-bottom: 40px;
	margin-left: -0.9rem;
}

.banner-style-1 .pointers li {
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 1rem;
	position: relative;
}

.banner-style-1 .pointers li:before {
	content: '';
	background: #FFFFFF;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
}

.banner-form {
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #111111;
	border-radius: 20px;
}

.banner-top {
	text-align: center;
	padding: 25px 0 20px 0;
}

.banner-top h4 {
	font-size: 44px;
	color: #111111;
	margin: 0;
	text-transform: uppercase;
	animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}

.banner-top h5 {
	margin: 0;
	font-size: 20px;
	color: #111111;
}

.banner-middle {
	background-color: #1e6f5c;
	text-align: center;
	padding: 7px 0;
}

.banner-middle p {
	color: #FFFFFF;
	margin: 0;
}

.banner-middle p span {
	color: #fff000;
	font-weight: 600;
}

@keyframes blink1 {

	0%,
	100% {
		color: #000000;
	}

	50% {
		color: red;
	}
}

.custom-input-style {
	width: 100%;
	font-size: 15px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	padding: 15px 25px;
}

.custom-submit-style {
	width: 100%;
	background: #d01717;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 600;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	padding: 11px 0;
}

.banner-last {
	padding: 30px 22px;
}

.best-gw-service {
	position: relative;
	margin-top: -160px;
	margin-bottom: 60px;
}

.best-gw-service ul.list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.best-gw-service ul.list li {
	margin-right: 25px;
	height: 177px;
	width: 17%;
	border-radius: 7px;
}

.best-gw-service ul.list li:last-child {
	margin-right: 0;
}

.best-gw-service ul.list li a {
	color: #111111;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 1px rgb(41 187 137 / 40%);
	border-radius: inherit;
}

.best-gw-service ul.list li h6 {
	margin: 18px 0 0 0;
	font-weight: 500;
	font-size: 16px;
}

.best-gw-service ul.list li i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: -1px -153px;
	width: 56px;
	height: 56px;
	filter: hue-rotate(52deg);
}

.best-gw-service ul.list li i.ic2 {
	background-position: -71px -153px;
	width: 70px;
	height: 56px;
}

.best-gw-service ul.list li i.ic3 {
	background-position: -155px -153px;
	width: 56px;
	height: 56px;
}

.best-gw-service ul.list li i.ic4 {
	background-position: -240px -152px;
	width: 41px;
	height: 57px;
}

.best-gw-service ul.list li i.ic5 {
	background-position: -306px -153px;
	width: 48px;
	height: 58px;
}

.best-gw-service ul.list li a:hover,
.best-gw-service ul.list li.active a {
	background: rgb(41, 187, 137);
	background: -moz-linear-gradient(top, rgba(41, 187, 137, 1) 0%, rgba(30, 111, 92, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(41, 187, 137, 1) 0%, rgba(30, 111, 92, 1) 100%);
	background: linear-gradient(to bottom, #10187c 0%, #cba335 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29bb89', endColorstr='#1e6f5c', GradientType=0);
}

.best-gw-service ul.list li a:hover i,
.best-gw-service ul.list li.active a i {
	filter: brightness(0) invert(1);
}

.best-gw-service ul.list li a:hover h6,
.best-gw-service ul.list li.active a h6 {
	color: #FFFFFF;
}

.best-gw-service .slick-dots {
	display: none !important;
}

.unique-selling-point .text-box h3 {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
}

.unique-selling-point .text-box p {
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 40px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
}

.unique-selling-point .providing-you li {
	text-align: center;
	width: 25%;
	margin-right: 0;
	margin-bottom: 25px;
}

.unique-selling-point .providing-you li i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: -4px -232px;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: auto;
	filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(10%) hue-rotate(154deg) brightness(115%) contrast(100%);
}

.unique-selling-point .providing-you li i.ic2 {
	background-position: -58px -232px;
	width: 50px;
	height: 50px;
}

.unique-selling-point .providing-you li i.ic3 {
	background-position: -119px -235px;
	width: 50px;
	height: 50px;
}

.unique-selling-point .providing-you li i.ic4 {
	background-position: -183px -235px;
	width: 50px;
	height: 48px;
}

.unique-selling-point .providing-you li h6 {
	margin: 7px 0 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}

.unique-selling-point .providing-you li img,
.unique-selling-point .providing-you li svg {
	width: 50px;
	height: 50px;
}

.footer-top {
	background-color: #111111;
	padding: 15px 0;
}

.copyrights p {
	margin: 0;
	color: #f8f4ff;
}

.copyrights p a {
	color: inherit;
}

.copyrights p a:hover {
	color: #13b57d;
}

.dmca {
	text-align: right;
}

.footer-bottom {
	padding: 15px 0;
}

.disclaimer p {
	color: #111111;
	margin: 0;
	font-size: 13px;
}

.disclaimer p strong {
	display: block;
}

.overlay {
	display: none;
}

.overlay::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(24 24 24 / 90%);
	z-index: 4;
}

.color-white {
	color: #FFFFFF !important;
}

.process-flow {
	background: url(https://ghostwritersplanet.com/assets/lp/promotion-lp/images/webp/bg-process.webp);
}

.process-flow .headingstyle1 .ff-qwitcher {
	display: inline-block;
}

.process-flow .op-box {
	position: relative;
	text-align: center;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px 18px 20px 18px;
	height: 100%;
	margin-bottom: 15px;
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: center;
}

.process-flow .op-box i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: 0 -60px;
	width: 51px;
	height: 49px;
	display: block;
	filter: hue-rotate(52deg);
	margin: 0 auto;
}

.process-flow .op-box i.ic2 {
	background-position: -65px -57px;
	width: 49px;
}

.process-flow .op-box i.ic3 {
	background-position: -134px -57px;
	width: 49px;
}

.process-flow .op-box i.ic4 {
	background-position: -197px -60px;
	width: 49px;
}

.process-flow .op-box h6 {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	margin: 7px 0 10px 0;
}

.process-flow .op-box p {
	margin: 0;
	color: #687087;
	line-height: normal;
	letter-spacing: 0.3px;
}

.process-flow .count {
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	left: -15px;
	top: -15px;
	color: white;
	background-color: #fac623;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	line-height: normal;
}

.process-flow .btn-style-2 {
	padding: 11px 35px;
}

.prce_box {
	background: #ffffff;
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid transparent;
	min-height: 350px;
	font-size: 0px;
	position: relative;
	box-shadow: 5px 6px 30px #12121226;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.prce_box:hover {
	transform: translateY(-0.625rem);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.myprocess.main-arcle-sec .prce_box {
	margin: 20px 0px;
}

.myprocess.main-arcle-sec .prce_box {
	min-height: 570px;
}

.prce_box h3 {
	color: #091e42;
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 5px 0;
	font-family: 'Poppins', sans-serif;
}

.prce_box h3 span {
	font-family: 'Qwitcher Grypen', cursive;
	font-size: 38px;
	line-height: normal;
}

.bb-1 {
	border-bottom: 1px solid #cecece;
	margin-bottom: 15px;
}

.myprocess.main-arcle-sec .prce_box p {
	font-size: 15px;
	color: #091e42;
	margin: 0 0 10px 0;
}

.prce_box ul.pck-scrl {
	height: 368px;
	overflow-x: hidden;
	text-align: left;
	padding: 20px 0;
}

.prce_box ul.pck-scrl::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-button:start:decrement,
.prce_box ul.pck-scrl::-webkit-scrollbar-button:end:increment {
	display: none;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-track-piece {
	background-color: #cccccc;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-thumb:vertical {
	background-color: #29bb89;
}

.prce_box ul.pck-scrl li {
	display: block !important;
	font-size: 14px;
	color: #687087;
	position: relative;
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	line-height: normal;
}

.prce_box ul li.pck-heading {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
}

.prce_box ul.pck-scrl li.pck-heading::before {
	display: none;
}

.prce_box ul.pck-scrl li:before {
	content: "\f00c";
	position: absolute;
	left: 0px;
	top: 4px;
	color: #29b987;
	font-family: "Font Awesome 5";
	font-weight: 900;
}

.prce_box h4 {
	color: #091e42;
	font-weight: 700;
	font-size: 22px;
	margin: 20px 0 10px 0;
}

.prce_box .toll-free {
	font-weight: 500;
	color: #171717;
	margin: 10px 0 0 0 !important;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.prce_box .toll-free i {
	color: #29b987;
	display: inline-block;
	font-size: 13px;
}

.prce_box .btn-style-1 {
	padding: 9px 20px !important;
	font-size: 14px !important;
	background: #29bb89;
	color: #FFF !IMPORTANT;
}

.bookSec {}

.bookSec .box {
	text-align: center;
	border-bottom: 5px solid #0b163c;
	position: relative;
}

.bookSec .box:after {
	content: '';
	border: 15px solid transparent;
	border-top-color: #0b163c;
	bottom: -32px;
	left: 46%;
	position: absolute;
}

.bookSec .box img {
	margin: auto;
}

.bookSec .box h2 {
	color: #0b163c;
	font-size: 26px;
}

.bookSec .box p {
	font-size: 14px;
}

.hero-slider-wrap,
.homepage-programs,
.homepage-programs .program-taglines {
	position: relative;
}

.homepage-programs .program-taglines .container {
	height: 50px;
}

.homepage-programs .program-taglines--entry {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23%;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	color: #fff;
	position: relative;
	z-index: 1;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.homepage-programs .program-taglines--entry:before {
	content: '';
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #24a7f1 transparent transparent;
	border-width: 10px 10px 0;
}

.homepage-programs .program-taglines--entry:nth-child(1):before {
	border-color: #378cf1 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(2):before {
	border-color: #2d9bf1 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(3):before {
	border-color: #20aff2 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(4):before {
	border-color: #13bff2 transparent transparent;
}

.homepage-programs--entry {
	/* -webkit-box-flex: 0; */
	/* -webkit-flex: 0 1 23%; */
	-ms-flex: 0 1 23%;
	/* flex: 0 1 23%; */
	/* position: relative; */
	/* z-index: 10; */
	padding-top: 30px;
}

.homepage-programs--entry .program-subtitle {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	color: #fff;
	margin: 18px 0 45px;
}

.homepage-programs--entry .program-info {
	text-align: center;
}

.homepage-programs--entry .program-title {
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
}

.homepage-programs--entry .program-title a {
	color: #091E42;
}

.homepage-programs--entry .program-title span {
	display: block;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}

.homepage-programs--entry .program-title a:hover {
	color: #29b987;
}

.homepage-programs--entry .program-icon {
	height: 35px;
	margin-bottom: 15px;
}

.homepage-programs--entry .program-icon img {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	filter: hue-rotate(184deg);
}

.homepage-programs--entry .program-price {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .88px;
	color: #c49102;
	margin: 20px 0 25px;
}

.homepage-programs--entry .program-button {
	margin-top: 10px;
}

.homepage-programs--entry .program-button a {
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	color: #c49102;
}

.homepage-programs--entry .program-description {
	padding-top: 10px;
	margin-top: 32px;
	border-top: 1px solid #cecece;
}

.homepage-programs--entry .program-description ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.homepage-programs--entry .program-description p {
	margin-bottom: 10px;
}

.homepage-programs--entry .program-description li,
.homepage-programs--entry .program-description p {
	font-size: 13px;
	line-height: 24px;
	list-style: initial;
}

.ser_slider .slick-prev,
.ser_slider .slick-next {
	width: 50px;
	top: 50%;
	height: 50px;
	background: #0b163c;
	border-radius: 50%;
	box-shadow: 0 0 11px #eaf0f6;
}

.ser_slider .slick-prev {
	left: -70px;
	z-index: 9;
}

.ser_slider .slick-prev.slick-arrow::before {
	content: "\f104";
}

.ser_slider .slick-next {
	right: -70px;
}

.ser_slider .slick-arrow::before {
	content: "\f105";
	font-family: "Font Awesome 5";
	font-weight: 900;
	font-size: 16px;
	color: #FFFFFF;
	display: none;
}

.cta__2 {
	position: relative;
	padding: 180px 0;
	overflow: hidden;
}

.cta__2 .element {
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cta__2 ul.pointers {
	font-size: 0;
	margin-bottom: 25px;
}

.cta__2 ul.pointers li {
	display: inline-block;
	width: 50%;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}

.cta__2 ul.pointers li i {
	font-size: 13px;
	margin-right: 3px;
}

.our-portfolio {}

.our-portfolio .img-box {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-box {
	position: relative;
	background-color: #FFFFFF;
	padding: 40px 30px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 0 15px 8px #eeeeee;
	margin: 30px 20px 30px 20px;
}

.testimonial-by {
	background-color: #0b163c;
	width: 61px;
	height: 61px;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	top: -30px;
}

.testimonial-box h5 {
	font-size: 20px;
	font-weight: 600;
	color: #111111;
	margin: 15px 0 20px 0;
}

.testimonial-box p {
	margin: 0 0 25px 0;
	font-family: 'Poppins', sans-serif;
}

.testimonial-box ul {
	display: flex;
	justify-content: space-between;
}

.testimonial-box ul li {}

.testimonial-box ul li i {
	color: #f5a521;
}

.testimonial-box.style-2 {
	padding: 50px 15px 30px 15px;
	margin: 40px 0 0 0;
}

.testimonial-box.style-2 .img-box {
	position: relative;
	border-radius: 10px;
}

.testimonial-box.style-2 .img-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	border-radius: inherit;
	display: none;
}

.testimonial-box.style-2 .img-box img {
	border-radius: inherit;
	width: 100%;
}

.testimonial-box.style-2 .img-box .play-icon {
	color: #FFFFFF;
	font-size: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-box.style-2 .testimonial-by {
	left: 30px;
}

.cta-3 .headingstyle1 h5 {
	color: #111111;
	background-color: #FFFFFF;
}

.cta-3 .ul-style-1 {
	font-size: 0;
	margin-bottom: 20px;
}

.cta-3 .ul-style-1 li {
	width: 100%;
	display: flex;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 10px;
}

.cta-3 .ul-style-1 li i {
	margin-right: 4px;
	font-size: 13px;
}

.cta-3 .banner-form {
	position: relative;
	top: 0;
}

.popup-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 90%);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.popup {
	border: 5px solid #18dba0;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 753px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	font-size: 0;
}

.popup .popup-close {
	background: #ffc424;
	position: absolute;
	right: -25px;
	top: -25px;
	width: 64px;
	height: 64px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 28px;
}

.popup .off-20 {
	position: absolute;
	left: -20px;
	top: 20px;
}

.popup .popup-img {
	max-width: fit-content;
	position: absolute;
	bottom: 9%;
	left: -110px;
}

.popup .wrapper {
	font-size: 0;
	background: url(../images/bg-bg-popup.html) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 0;
}

.popup .wrapper>div {
	display: inline-block;
	vertical-align: middle;
}

.popup .wrapper .left {
	width: 40%;
}

.popup .wrapper .right {
	width: 60%;
	padding: 0 35px;
}

.popup .wrapper h3 {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.popup .wrapper p {
	color: #FFFFFF;
	font-size: 15px;
	padding: 0;
	margin-bottom: 20px;
}

.popup .formwrap .custom-input-style {
	width: 100%;
	background-color: #FFFFFF;
	height: 45px;
	border: none;
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	padding: 0 15px;
	outline: none;
}

.popup .formwrap .custom-textarea-style {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	height: 100px;
	font-size: 14px;
	padding: 10px 15px;
	outline: none;
}

.popup .formwrap .custom-submit-style {
	width: 100%;
	background: linear-gradient(to right, #1e6f5c 0%, #289672 50%, #29bb89 100%);
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	padding: 10px 0;
	cursor: pointer;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1620px) and (min-width: 1200px) {

	.banner-form {
		top: -530px;
	}
}

@media (max-width: 1600px) {

	.banner-style-1 {
		/* height: auto; */
	}

	.banner-style-1 h2 {
		font-size: 44px;
	}

	.banner-top {
		padding: 20px 0 15px 0;
	}

	.banner-top h4 {
		font-size: 34px;
	}

	.banner-top h5 {
		font-size: 18px;
	}

	.custom-input-style {
		padding: 10px 25px;
		font-size: 14px;
	}

	.custom-submit-style {
		padding: 8px 0;
	}

	.element-1 {
		bottom: 30px;
	}

	.unique-selling-point .providing-you li h6 {
		font-size: 14px;
	}

	.cta__2 .element {
		right: -300px;
	}
}

@media (max-width: 1620px) {}

@media (max-width: 1199px) {}

@media (max-device-width: 1024px) and (orientation: landscape) {}

@media (max-width: 1024px) {

	.banner-style-1 {
		height: auto;
		padding: 100px 0 60px 0;
	}

	.element-1 {
		bottom: 15px;
		max-width: 60%;
	}

	.spacing__fx {
		padding: 40px 0;
	}

	.custom-submit-style {
		font-size: 15px;
	}

	.banner-form {
		position: relative;
		top: auto;
		background-color: #97cbba;
	}

	.banner-top h4 {
		font-size: 30px;
	}

	.banner-top h5 {
		font-size: 16px;
	}

	.ser_slider .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 991px) {

	.h-contact-info,
	.cta__2 .element {
		display: none;
	}
	.form-box{
		max-width: 100% !important;
	}
	.partaa{
		display: none;
	}

}

@media (max-height: 991px) {}

@media screen and (max-width: 995px),
screen and (max-height: 700px) {}

@media (max-width: 864px) {
	
	.spacing__x {
		padding: 40px 0;
	}

	.headingstyle1 h3 br {
		display: none;
	}

	.headingstyle1 p br {
		display: none;
	}

	.headingstyle1 h5 {
		font-size: 15px;
	}

	.headingstyle1 h3 {
		font-size: 28px;
	}

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

	.dmca {
		text-align: left;
		margin-top: 10px;
	}

	.logo img {
		max-width: 80%;
	}

	.banner-style-1 .pointers li {
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	.banner-style-1 h2 {
		font-size: 22px;
	}

	.banner-style-1 p {
		font-size: 14px;
	}

	.banner-style-1 .yellowLight {
		font-size: 15px;
		margin: 0;
	}

	.banner-style-1 .pointers {
		margin-bottom: 20px;
		margin-left: 8px;
	}

	.inline-flex .btn-style-1,
	.inline-flex .btn-style-2 {
		font-size: 13px !important;
		padding: 10px 20px;
	}

	.banner-content {
		margin-top: 1.5rem;
	}

	.element-1 {
		bottom: 25px;
		max-width: 100%;
		padding: 0 15px;
	}

	.btn-style-1,
	.btn-style-2 {
		font-size: 15px !important;
	}

	.best-gw-service {
		margin-top: 0;
	}

	.best-gw-service ul.list {
		display: block;
	}

	.best-gw-service ul.list li {
		margin-right: 0;
		width: 100%;
	}

	.unique-selling-point .text-box h3 {
		font-size: 28px;
	}

	.unique-selling-point .providing-you {
		display: block;
		font-size: 0;
	}

	.unique-selling-point .providing-you li {
		width: 50%;
		display: inline-block;
	}

	.cta__2 ul.pointers li {
		width: 100%;
	}

	.cta-3 .ul-style-1 li {
		width: 100%;
		font-size: 14px;
	}

	.cta-3 .inline-flex {
		margin-bottom: 30px;
	}

	.responsive-slider .slick-dots {
		bottom: -20px;
	}

	.popup .popup-close {
		right: -5px;
		width: 50px;
		height: 50px;
		font-size: 18px;
		z-index: 1;
	}

	.popup .wrapper .left,
	.popup .off-20 {
		display: none;
	}

	.popup .wrapper .right {
		width: 100%;
		padding: 0 20px;
	}
}

.loader {
	text-align: center;
	margin-top: 10px;
}

.loader img {
	width: 40px;
}










/*sign form css start*/
.form-box {
	padding: 25px 20px 0;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	text-align: left;
	position: relative;
	float: right;
	max-width: 80%;
	margin-top: 41px;
}

.default-form .form-group {
	position: relative;

}

.form-box .form-group {
	margin-bottom: 7px;
}

.field-inner label {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.col-md-4 .default-form .form-group input[type=email],
.col-md-4 .default-form .form-group input[type=file],
.col-md-4 .default-form .form-group input[type=number],
.col-md-4 .default-form .form-group input[type=password],
.col-md-4 .default-form .form-group input[type=tel],
.col-md-4 .default-form .form-group input[type=text],
.col-md-4 .default-form .form-group input[type=url],
.col-md-4 .default-form .form-group select {
	height: 40px;
	width: 100%;
	font-size: 12px;
	color: #000;
	line-height: 40px;
	font-weight: 400;
	padding: 14px 30px;
	background-color: transparent;
	border: 2px solid #00000063;
	border-radius: 7px;
	font-family: var(--thm-b-font);
	-webkit-transition: .3s;
	transition: .3s;
}

.form-box p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: #000;
}

.accountbtn {
	font-weight: 400;
	padding: 7px 47px 7px;
	letter-spacing: .1em;
	font-size: 18px;
	line-height: 30px;
	background: #fac623;
	color: #fff;
	border-radius: 5px;
	margin: 2% auto;
	display: table;
	width: 100%;
	border: 0;
}

.field-inner select {
	height: 40px;
	border: 1px solid #0000005e;
	padding: 0 12px;
	width: 100%;
	border-radius: 10px;
}

/*sign form css end*/



.form-box img {
	position: absolute;
	width: 25% !important;
	right: 5px;
	top: 5px;
}

.form-group input {
	height: 40px;
	border: 1px solid #0000005e;
	padding: 0 12px;
	width: 100%;
	border-radius: 10px;
}



.accordion {
	width: 100%;
	padding: 16px;

	/* background-color: #ebebd3; */
	first-child {
		margin-top: 16px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	;

	last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	;

	last-child) {
		border-bottom: 1px dashed #083d77;
	}

	;

	__heading {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-weight: bold;
		font-size: 18px;
		color: #083d77;
		list-style-type: none;
	}

	;

	__icon {
		height: 24px;
		width: 24px;
	}

	;

	__text {
		color: black;
		font-size: 14px;
	}

	;
	border-bottom: 1px solid #00a59f !important;
	/* border-top: 1px solid black; */
}




details.accordion .open {
	/* border: 2px solid #00a59f!important; */
}

p.accordion__text {
	color: rgba(0, 0, 0, .6);
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 10px;
}






.accordion__icon {
	width: 25px;
}


.faqha {
	text-align: center;
	margin-bottom: 43px;
}

.faqha h1 {
	font-size: 50px;
	color: #000000;
}

.faqha h1 span {
	color: #0b163c;
}

.faqha p {
	color: #000000;
	font-size: 16px;
}

details.accordion:first-child {
	border-top: 1px solid #00a59f;
}

section.faqs {
	padding: 3rem 0px;
}


.partaa {
	/* display: block; */
	width: 100%;
	background-color: #10187c;
	/* display: flex; */
	/* align-items: center; */
	padding: 22px 0px;
	margin-top: 56px;
	position: absolute;
	bottom: 0;
}

section.cta-3.bg-detail-2.spacing__x {
	background: linear-gradient(300deg, #232657 0%, #071338 100%);
}

.loader img {
	position: unset !important;
	width: 36px !important;
}


.success.mt-3.alert.alert-success.text-center.mb-0.p-2 p {
	color: black;
}




.publish-packages {
	background: url(https://ghostwritersplanet.com/assets/lp/promotion-lp/images/webp/banner.webp);
	padding: 6.25rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* filter: brightness(0.5); */
	position: relative;
}

.an-custom-container {
	max-width: 1570px;
	margin: auto;
	width: 100%;
}

.an-custom-container {
	padding: 0 15px;
}

.publish-packages .section-title.text-center {
	margin-bottom: 50px;
}

.h2-lg.grey-color {
	color: white;
	position: relative;
}

.packages-mn {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
}

.packge-inn {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-bottom: 20px;
	cursor: pointer;
}

.packge-inn figure {
	width: 4.5rem;
	height: 4.5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5rem;
	box-shadow: 0 5px 10px 0 rgba(222, 53, 50, .26);
	margin-bottom: 0;
	transition: .5s;
	flex: 0 0 4.5rem;
}

.packge-inn h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
	white-space: normal;
	max-width: 300px;
	color: white;
}

.packgaes-para {
	font-size: 24px;
	font-weight: 600;
	color: white;
	padding-top: 2rem;
}

.text-center {
	text-align: center !important;
}

.publish-packages:before {
	position: absolute;
	content: "";
	background: #00000078;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

h2.h2-lg.grey-color {}


.col-lg-12.text-center.order-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gener img {
	width: 61px;
	height: 60px;
	object-fit: cover;
	filter: brightness(0) invert(1);
}

.gener h2 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 13px;
}

.copyrights ul {
	margin: 0;
	display: flex;
	gap: 10px;
	padding: 12px 0 0;
	justify-content: start;
}

.copyrights ul li {
	margin: 0;
}

.copyrights ul li a {
	color: white;
}











/* modal css  */

.balti_popup {
	width: 1150px;
	border-radius: 23px;
	padding: 20px 30px;
	border-radius: 53px;
	background-color: #fdfdfd;
	box-shadow: 0px -5px 22px 0px rgb(0 0 0 / 32%) inset;
	overflow: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0px 6px 20px #00000038);
}

.balti_popup h2 {
	font-size: 40px;
	color: #333333;
	padding-bottom: 0;
	px;
	*/ line-height: 35px;
	margin: 0;
	font-weight: 500;
}

.balti_popup h2+p {
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 12px;
	color: #00000080;
	margin-top: 20px;
}

.balti_popup ul {
	margin: 0;
	padding: 0;
}

.modal-img {
	position: absolute;
	right: -45px;
	bottom: 0;
	max-width: 49%;
}

.balti_popup .modal-input-main {
	box-shadow: 0px 0px 29px rgb(0 0 0 / 20%);
	border: 1px solid #D3D3D3;
	border-radius: 24px;
	background-color: #F9F8F3;
	padding: 25px 40px 25px;
	margin: 0px 12px;
	width: 100%;
}

.balti_popup ul li {
	text-align: left;
	position: relative;
	width: 100%;
	margin: 8px 0px;
	display: inline-block;
}

.balti_popup ul li i {
	position: absolute;
	top: 14px;
	left: 14px;
	background: #00aeff;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.balti_popup ul li input[type="text"],
.balti_popup ul li input[type="email"],
.balti_popup ul li input[type="number"],
.balti_popup ul li textarea {
	background: unset;
	border-bottom: 1px solid #D3D3D3;
	padding: 0px 6px 6px 0px;
	width: 100%;
	border-radius: unset;
	font-size: 14px;
	color: #333333;
	box-shadow: none !important;
	outline: none 0px !important;
}

.balti_popup ul li textarea {
	height: 161px;
}


.balti_popup ul li input::placeholder,
.balti_popup ul li textarea::placeholder {
	color: #333333;
}

.balti_popup ul li input[type="text"]:focus,
.balti_popup ul li input[type="email"]:focus,
.balti_popup ul li textarea:focus {
	border-bottom: 1px solid #333333;
}

.balti_popup .pd-right-0 {
	padding-right: 0px !important;
}

.balti_popup ul li input[type="submit"] {
	border-radius: 35px;
	background-image: -webkit-linear-gradient(154deg, rgb(82, 136, 255) 0%, rgb(62, 194, 255) 100%);
	padding: 9px 25px;
	border: 4px solid rgb(255, 255, 255);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	color: #ffffff;
	transition: 0.4s linear;
	font-size: 18px;
	position: relative;
}

.balti_popup ul li input[type="submit"]:hover {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	color: #3ec2ff;
	border: 4px solid #ffffff;
	background-image: -webkit-linear-gradient(154deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

.balti_popup .close-modal {
	width: 44px;
	height: 44px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	box-shadow: #0000007d 0 0 10px;
	padding: 0;
	margin: 0;
	outline: none;
	position: absolute;
	right: 25px;
	top: 23px;
	overflow: visible;
	z-index: 10;
	background: #dd754f;
}

.balti_popup .close-modal::before {
	display: none;
}

.balti_popup .close-modal:hover {
	z-index: 11;
	background: #009B55;
}

.balti_popup button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.balti_popup button::before {
	right: 5px !important;
	left: auto;
}

.balti_popup button .icon-img {
	position: absolute;
	right: 22px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 22px;
	left: auto;
}

.balti_popup button {
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.balti_popup button span {
	font-family: "Rum Raisin";
}

.balti_popup ul li input[type="text"],
.balti_popup ul li input[type="email"],
.balti_popup ul li input[type="number"],
.balti_popup ul li textarea {
	background: unset;
	border-bottom: 1px solid #D3D3D3;
	padding: 0px 6px 6px 0px;
	width: 100%;
	border-radius: unset;
	font-size: 14px;
	color: #333333;
	box-shadow: none !important;
	outline: none 0px !important;
	border-top: 0px;
	border-right: 0;
	border-left: 0px;
}

.balti_popup h2 span {
	color: #043384;
}


.btn-close {
	width: 65px;
	height: 65px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	box-shadow: #0000007d 0 0 10px;
	padding: 0;
	margin: 0;
	/* outline: none; */
	position: absolute;
	right: -580px;
	top: -110px;
	overflow: visible;
	z-index: 10;
	background: #dd754f;
	opacity: 1;
}

.btn-close img {
	filter: brightness(0.5) invert(1);
	width: 20px;
}

.navbar-brand img {
	filter: brightness(0) invert(1);
	max-width: 180px;
}

.modal-dialog.modal-dialog-centered {
	/* margin: 3% 50%; */
}


@keyframes addcolor {

	0% {
		color: #f9754b;
	}

	25% {
		color: #ff0000;
	}

	50% {
		color: #00b805;
	}

	75% {
		color: #3600b8;
	}

	100% {
		color: #ff00f3;
	}

}

.addocolor {
	color: #f9754b;
	animation: addcolor 2s linear infinite;
	font-weight: 500;
	/* font-size: 30px; */
	line-height: 41px;
	display: none;
}

marquee {
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
}


/* modal css  */





/**/


.custom-btn {
	padding: 13px 22px 13px 74px;
	border-radius: 33px;
	background: #ffffff;
	color: #333333;
	transition: 0.4s linear;
	border: unset;
	font-size: 16px;
	position: relative;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
}

.custom-btn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 58px;
	height: 42px;
	transition: 0.4s linear;
	border-radius: 24.5px;
	z-index: 0;
}

.custom-btn.blue:before {
	background: #043384;
	right: unset;
	left: 5px;
}

.custom-btn.orange:before {
	background: #f9754b;
	left: unset;
	right: 5px;
}

.custom-btn.orange {
	padding: 13px 74px 13px 22px;
}

.custom-btn.blue img {
	position: absolute;
	left: 21px;
	z-index: 9999;
	top: 17px;
	width: 29px;
}

.custom-btn.orange img {
	position: absolute;
	right: 21px;
	z-index: 9999;
	top: 1px;
	width: 29px;
}

.custom-btn:hover {
	background: white;
}

.custom-btn:hover:before {
	width: 94%;
}

.custom-btn span {
	z-index: 1;
	position: relative;
	color: black;
}

.custom-btn:hover span {
	color: white;
}


marquee {
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
	/* margin-bottom: 30px; */
	display: none;
}

marquee span {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	margin: 0 70px;
}

.logo {
	margin-top: 31px;
	width: 100%;
}

/**/


/* entry */
#entry-popup {
	/* position: fixed; */
	/* width: 100%; */
	/* height: 100%; */
	/* z-index: 99999990; */
	/* align-items: center; */
	/* background-color: rgba(0, 0, 0, .62); */
	/* display: block; */
	/* -webkit-transition: all .5s ease; */
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	/* transition: all .5s ease; */
	/* top: 0px; */
	/* left: 0; */
}

.entry-box {
	/* background: url('assets/images/chris-pop-img.png'); */
	/* padding-top: 0; */
	/* padding-bottom: 20px; */
	max-width: 500px;
	margin: 0px auto;
	border-radius: 20px;
	/*background-color: #171717;*/
	position: relative;
	height: auto;
	padding: 60px 0;
	background: linear-gradient(90deg, #50223c 0, #361d19 91%);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

a#entry-box_close {
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	width: 59px;
	height: 59px;
	display: block;
	line-height: 59px;
	color: #fff;
	border-radius: 50%;
	font-size: 32px;
	text-align: center;
	position: absolute;
	right: 32px;
	top: 10px;
	z-index: 999;
}

.entry-box .text-1 h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 34px;
	margin-bottom: 12px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	/* padding-left: 15px; */
	/* border-left: #50223c 6px solid; */
	margin-bottom: 5px;
	line-height: 35px;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
}

.entry-box .text-1 h1 span.red {
	color: white;
	text-transform: uppercase;
}

.col-sm-12.entry-right {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
}

.entry-box .text-1 p {
	color: #fff;
	font-size: 19px;
	line-height: 22px
}

.entry-box .text-1 p strong {
	text-transform: uppercase
}

.text-1 {
	position: relative;
	padding-left: 27px;
	margin-bottom: 20px
}

.text-1:before {
	content: "";
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	border-radius: 100px;
}

.entry-box .form-control {
	min-height: 45px;
	border-radius: 7px;
	background-color: rgba(250, 250, 250, .92);
	border-color: transparent;
	color: #060606;
	font-size: 16px;
	width: 100%;
	display: block;
	padding: 15px 15px;
	background: #fafafa;
	border: #dcdcdc 1px solid;
	/* padding: 12px 12px 10px 10px; */
	width: 100%;
	border-radius: 7px;
	font-size: 16px;
	color: #000;
	box-shadow: none !important;
	outline: none 0px !important;
	margin-bottom: 0px;
}

.entry-box .form-control::placeholder {
	color: #000
}

.entry-box button {
	border-radius: 5px;
	background-color: #3376ee;
	background: #000;
	color: #fff;
	font-size: 18px;
	border: #000 1px solid;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 50px;
	letter-spacing: 1px;
	border-radius: 3px;
	outline: 0px none;
	width: 88%;
	display: inline-block;
}

.entry-box button {
	/* border-radius: 5px; */
	/* background-color: #171717; */
	/* color: #fff; */
	/* width: 100%; */
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	height: 60px;
	cursor: pointer;
	width: 100%;
}

.entry-box ul li {
	color: #111322;
	font-size: 16px;
	font-weight: 500;
	width: 49%;
	display: inline-block;
	margin-bottom: 4px
}

.entry-box ul li i {
	color: #eb0000
}

.form-group {
	margin-bottom: 1rem
}

.form-btn {
	text-align: center
}

.two-title p {
	padding-bottom: 25px
}

#entry-popup .container {
	max-width: 1574px !important;
	width: 100%;
	margin: 0 auto !important;
	float: none !important;
	padding: 0 15px !important;
}

.christmas-popup {
	position: absolute;
	left: -10px;
	/* display: none; */
	top: 34px;
}

.loader {
	margin-top: 8px;
}

.loader img {
	width: 40px;
}

button#entry-box_close {
	/* position: absolute; */
	/* top: 100px; */
	/* right: 0; */
	/* z-index: 999; */
	/* font-size: 2rem; */
	/* color: white; */
	opacity: 1;
	background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
	width: 50px;
	height: 50px;
	display: block;
	line-height: 9px;
	color: #fff;
	border-radius: 50%;
	font-size: 32px;
	text-align: center;
	position: absolute;
	right: 120px;
	top: 10px;
	z-index: 999;
}

.modal-header {
	padding: 0;
	border: none;
}

.modal-content {
	background: transparent;
	border: none;
}

/* entry */

.copyrights ul i {
	font-size: 20px;
}

/*popupbottom css */

.manuscript-upload-feed-wrap.open {
	max-height: 68px;
	max-width: 350px;
}

.manuscript-upload-feed-wrap {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0 1rem;
	cursor: default;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	padding: 1rem;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.manuscript-upload-feed-wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0 1rem;
	cursor: default;
	height: auto;
	max-height: 0;
	overflow: hidden;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed button {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	background: white;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-size: 10px;
	font-weight: 900;
	font-family: "Open Sans", sans-serif;
	opacity: 0.7;
	cursor: pointer;
	text-align: center;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed ol {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed ol li {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: normal;
	/* font-weight: 300; */
	/* font-family: "Open Sans", sans-serif; */
	opacity: 0;
	/* max-height: 0; */
	/* overflow: hidden; */
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed ol li .name {
	text-transform: capitalize;
}

.manuscript-upload-feed-wrap .manuscript-upload-feed ol li.active {
	opacity: 1;
	transition: all ease-in-out 0.6s;
}

.manuscript-upload-feed-wrap.open.hide {
	display: none;
}


/*popupbottom css */