@font-face {
	font-family: couture-bldit;
	src: url(../fonts/couture-bldit.woff) format('woff');
	font-style: normal
}
@font-face {
	font-family: couture-bld;
	src: url(../fonts/couture-bld.woff) format('woff')
}
.btn-default, a, h1, h2, h3, h4, h5, h6, li, p, span, textarea, ul {
	margin: 0;
	padding: 0
}
* {
	margin: 0;
	padding: 0
}
a:hover {
	text-decoration: none
}
a:focus {
	text-decoration: none
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #73c361;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(125 234 216 / 55%);
}
.main-heading h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}
h2 {
	text-transform: uppercase
}
::-webkit-scrollbar {
	width: 10px
}
::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #000
}
::-moz-selection {
	color: #fff;
	background: #000
}
::selection {
	color: #fff;
	background: #000
}
.mobile-menu {
	display: none
}
.mobile-menu .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #000;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	border: 2px solid #fff
}
.mobile-menu .mobile-cross {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #000;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 10px;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	border: 2px solid #fff
}
.mobile-menu .nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all .5s cubic-bezier(.7, 0, .3, 1);
	padding: 40px 20px;
	border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}
.mobile-menu .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, .71);
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999
}
.mobile-menu .navlinks li {
	display: block;
	padding: 8px 0
}
.mobile-menu .navlinks li a {
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	text-decoration: none
}
.mobile-menu .navlinks li a:hover {
	text-decoration: none
}
.mobile-dropdown button {
	background: 0 0;
	border: none;
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
	text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
	border-radius: 0 0 20px 20px;
	border: none;
	/* height: 225px; */
	padding: 15px;
	box-shadow: 0 15px 35px #00000029;
	overflow: auto
}
.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url(../images/preloader.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center
}
.active-class {
	border: 2px solid #000
}
.header {
	position: fixed;
	z-index: 99;
	height: 100px;
	top: 0;
	width: 100%;
	background: #0000001f;
	padding: 20px 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
	border-bottom: 2px solid transparent
}
.active-header {
	background-color: rgba(255, 255, 255);
	top: 0
}
.second-header {
	background: #fff;
	display: none;
	visibility: hidden;
	position: fixed;
	transition: all .75s linear!important;
	width: 100%;
	border-bottom: 1px solid #f2653a;
	padding: 10px 0;
	line-height: 0
}
.second-header.sticky-header {
	display: flex;
	visibility: visible;
	transition: all .75s linear!important;
	top: -100px;
	transform: translateY(100px);
	z-index: 200
}
.second-header .dropdown-nav {
	margin: 12px 0;
	padding: 10px 15px 0 15px
}
.second-header-dropdown li a:hover {
	color: #f2653a
}
.second-header ul.nav.navbar-na {
	line-height: 70px;
	top: 0
}
.header-top-bg {
	background: transparent radial-gradient(closest-side at 50% 50%, #000 0, #000 100%);
	line-height: 70px;
	text-transform: uppercase
}
.header-top {
	display: flex;
	justify-content: space-between
}
.header-top-bg .top-number a {
	border-radius: 0 20px 20px 0;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: 700
}
.header-top-bg .top-number a:hover {
	color: #73c361
}
.header-top-bg .top-btn-1 {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	padding: 7px 15px;
	margin: 0 10px 0 0
}
.header-top-bg .top-btn-2 {
	background: #73c361;
	border-radius: 5px;
	text-decoration: none;
	padding: 7px 25px;
	color: #fff;
	border: 2px solid #73c361
}
.main-logo {
	width: 200px
}
.main-header-bg {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	line-height: 94px;
	padding: 5px 0
}
.main-header-bg .main-header {
	display: flex;
	justify-content: space-between
}
.main-header-bg .main-header ul {
	list-style: none;
	text-transform: uppercase
}
.main-header .main-navigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 0 15px;
	font-weight: 600;
	font-size: 15px
}
.main-header .main-navigation ul li a:hover {
	color: #000
}
.main-header .dropdown .dropdown-menu {
	box-shadow: 0 15px 35px #00000029;
	border-radius: 10px;
	opacity: 1;
	top: 63px;
	padding: 10px 20px;
	background-color: rgb(255 255 255 / 36%);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px)
}
.main-header .dropdown .dropdown-menu ul li a {
	letter-spacing: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 10px 0 40px
}
.main-header .main-navigation li .main-nav-btns a {
	background: #73c361;
	padding: 10px 10px;
	border-radius: 5px;
	transition: all .3s ease-in-out;
	font-weight: 600;
	border: 1px solid transparent;
	color: #000;
}
.main-header .main-navigation li .main-nav-btns a:hover {
	background: transparent;
	border: 1px solid #000;
}
.main-header .main-navigation li .main-nav-btns a i {
	color: #000;
	font-size: 16px;
	margin: 0 0px 0 0;
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block
}
.main-navigation .dropdown-menu {
	line-height: 40px;
	width: max-content
}
.main-dropdown-arrow .button {
	position: relative
}
.main-dropdown-arrow .button:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -5px;
	width: 8px;
	height: 8px;
	border: 2px solid #73c361;
	border-left: 0;
	transform: rotate(316deg);
	border-top: 0;
	transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
	left: 3px;
	left: 3px
}
.navi-drop-hr {
	width: 95%!important;
	margin: 0
}
section.main-banner-bg {
	padding: 100px 0 60px;
	background-size: cover;
	background-repeat: no-repeat
}
.main-banner-bg h5 {
	color: #73c361;
	padding: 10px 0;
	text-transform: uppercase
}
.main-banner-bg h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 56px
}
.main-banner-bg p {
	font-size: 15px;
	color: #fff
}
.main-banner-btn {
	display: flex;
	/*	justify-content: space-between;*/
	margin: 30px 0;
	/*	padding: 0 200px 0 0*/
}
.main-banner-btn .service-btn a {
	background: #73c361;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	margin: 0 8px 0px 0;
	padding: 10px 14px!important;
	transition: .3s;
	border: 2px solid #73c361;
}
.main-banner-btn .service-btn a:hover {
	background: 0 0;
	color: #73c361;
	border: 2px solid #73c361
}
.main-banner-btn .contact-btn a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	margin: 0 8px 0 0;
	text-decoration: none
}
.main-banner-btn .contact-btn a:hover {
	background: #73c361;
	color: #000;
	border: 2px solid #73c361
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
.ticker-wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 8rem;
	background-color: transparent;
	box-sizing: content-box
}
.ticker-wrap .ticker {
	display: inline-block;
	height: 4rem;
	line-height: 8rem;
	white-space: nowrap;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 50s;
	animation-duration: 50s
}
.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 113px;
	font-weight: 600;
	color: #ffffff1c;
	text-transform: uppercase
}
.banner-logo-bg {
	background: transparent radial-gradient(closest-side at 50% 50%, #091a39 0, #091a39 100%);
	padding: 30px 0;
}
.banner-form {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	border-radius: 15px;
	padding: 35px;
	position: relative;
	top: 60px;
	margin: 0
}
.banner-btn button {
	background: #73c361;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
	width: 100%;
	border: 2px solid #73c361
}
.banner-logo-bg input {
	height: 50px
}
.banner-logo-bg .owl-carousel .owl-item img {
	width: 160px;
}
.exceptional-bg {
	padding: 50px 0 0 0;
}
.exceptional-content {
	padding: 110px 0 0 0
}
.exceptional-content h5 {
	color: #73c361;
	padding: 10px 0;
	text-transform: uppercase
}
.exceptional-icon-inner {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0
}
.exceptional-icon img {
	width: 70px;
}
.exceptional-content h1, .exceptional-content h2 {
	font-size: 35px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.exceptional-icon h4 {
	font-size: 35px;
	font-weight: 700;
	color: #000;
}
.exceptional-icon h5 {
	font-size: 15px
}
.leader-bg {
	padding: 50px 0;
}
.leader-text {
	text-align: center;
	padding: 30px 0
}
.leader-text h1, .leader-text h2, .leader-text h3 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
}
.leader-card .box-container {
	align-items: center;
	justify-content: space-around
}
@media screen and (min-width:1380px) {
	.leader-card .box-container {
		flex-direction: row
	}
}
.leader-card .box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	/* width: 300px; */
	/* margin: 5px; */
	max-width: 100%
}
.leader-card .flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px
}
.leader-card .flip-box-back, .leader-card .flip-box-front {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 300px;
	-ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.leader-card .flip-box-front {
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow: 0 5px 20px #0000003d;
	border-radius: 7px;
	margin: 10px 0;
}
.leader-card .flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.leader-card .flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow: 0 5px 20px #0000003d
}
.leader-card .flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.leader-card .flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 18px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%
}
.leader-card .flip-box-header {
	font-size: 21px;
	font-weight: 700;
	color: #000;
}
.leader-card .flip-box p {
	font-size: 15px;
	line-height: 1.5em;
	height: 95px;
	overflow: auto;
}
.leader-card .flip-box-button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
	padding: 15px 20px;
	text-transform: uppercase
}
.leader-inner-text p {
	font-size: 15px
}
.color-black {
	color: #000
}
.color-white, .color-white .flip-box-header {
	color: #fff
}
.cta-bg {
	background-size: cover;
	background-color: #091a39;
}
/*.cta1-bg {*/
/*	background-image: url(../images/cta1-bg.webp);*/
/*	background-size: cover*/
/*}*/
.cta-text {
	padding: 50px 0;
}
.cta-text h2, .cta-text h4, .cta-text h3 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}
.cta-side-img {
	/* padding: 20px 20px 0 21px; */
}
.cta-text p{
	font-size: 17px;
	color: #fff;
}
.cta-btn {
	display: flex;
	margin: 30px 0;
}
.cta-btn .service-btn a {
	background: #73c361;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	padding: 10px 20px;
	border: 2px solid #73c361;
	transition: .3s;
	margin: 0 10px;
}
.cta-btn .service-btn a:hover {
	background: 0 0;
	color: #fff;
	border: 2px solid #fff
}
.cta-btn .contact-btn a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	transition: .3s;
	text-transform: uppercase;
}
.cta-btn .contact-btn a:hover {
	border: 2px solid #73c361;
	color: #000;
	background-color: #73c361
}
.services-header {
	padding: 10px 0 20px 0;
}
.our-services-bg {
	padding: 50px 0;
}
.our-services-bg .services-header h4 {
	color: #73c361;
	font-size: 20px;
	font-weight: 700
}
.our-services-bg .services-header h2,.our-services-bg .services-header h3, .our-services-bg .services-header h5 {
	color: #000;
	font-size: 45px;
	font-weight: 700
}
.our-service-card {
	text-align: center;
	padding: 15px 30px
}
.our-service-card h4, .our-service-card h3, .our-service-card h6 {
	font-size: 22px;
	font-weight: 700;
	color: #000
}
.our-service-card p {
	font-size: 17px
}
.our-services-bg .our-service-card-border {
	border-right: 1px solid #bcb6c1;
	margin: 20px 0;
	position: relative
}
.our-services-bg .our-service-card-border2 {
	border-right: 1px solid #bcb6c1;
	margin: 20px 0;
	position: relative
}
.our-services-bg .our-service-card-border:before {
	content: "";
	background: #bcb6c1;
	width: 90%;
	height: 1px;
	margin: 0 5px;
	position: absolute;
	bottom: -20px
}
.our-services-bg .our-service-card-border2:before {
	content: "";
	background: #fff;
	width: 90%;
	height: 1px;
	margin: 0 5px;
	position: absolute;
	bottom: -20px
}
.our-service-card-border:nth-child(5n) {
	border-right: none
}
.portfolio-bg {
	background-image: url(../images/portfolio-bg.webp);
	background-size: cover;
	padding: 50px 0;
}
.portfolio-header h4 {
	font-size: 20px;
	font-weight: 600;
	color: #73c361;
	text-transform: uppercase;
	padding: 20px 0 0 0
}
.portfolio-header h2, .portfolio-header h5 {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	background-color: #73c361!important;
	border: 1px solid #73c361
}
.nav-pills .nav-link {
	border-radius: .25rem;
	border: 1px solid #fff;
	border-radius: .25rem;
	margin: 0 15px;
	color: #fff
}
.portfolio-btn-btm a {
	background-color: #73c361;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 5px;
	transition: .3s
}
.portfolio-btn-btm a:hover {
	background: 0 0;
	color: #73c361;
	border: 2px solid #73c361
}
.portfolio-bg img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	transform: scale(1);
	transition: .3s;
	padding: 10px;
}
.portfolio-bg img:hover {
	transform: scale(1.1)
}
.ultimate-bg {
	background-image: url(../images/ultimate-bg.webp);
	background-size: cover;
	padding: 60px 0
}
.ultimate-bg-2 {
	background-color: #fff;
	padding: 60px 0
}
.ultimate-content h5 {
	color: #73c361;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}
.ultimate-content h2, .ultimate-content h3 {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase
}
.ultimate-btn a {
	border: 2px solid #000;
	border-radius: 5px;
	color: #000;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.ultimate-main-img {
	padding: 80px 0 0 60px
}
.ultimate-ul {
	padding: 15px 0 15px 20px;
	list-style: none
}
.ultimate-ul li::before {
	content: "\2022";
	color: #73c361;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}
.howdoes-bg {
	/*background-image: url(../images/howdoes-bg.webp);*/
	/*background-size: cover;*/
	padding: 50px 0;
	background: #fff;
}
.howdoes-header h2, .howdoes-header h5 {
	font-size: 45px;
	font-weight: 700;
	color: #000
}
.howdoes-header p {
	font-size: 15px
}
.howdoes-disc {
	padding: 20px 10px
}
.howdoes-disc-num {
	font-size: 30px;
	background-color: #73c361;
	border-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0
}
.howdoes-disc-content h3 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 0 0 10px 0;
	text-transform: uppercase
}
.howdoes-contact {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	border: 1px solid #7070704D;
	border-radius: 10px;
	padding: 30px
}
.howdoes-contact h3 {
	font-size: 35px;
	font-weight: 700;
	color: #000;
	padding: 0 0 10px 0
}
.howdoes-contact .form-floating {
	margin: 0 30px
}
.howdoes-contact-btn button {
	background-color: #73c361;
	border-radius: 5px;
	padding: 10px 0;
	width: 90%;
	transition: .3s;
	margin: 10px 0;
	border: 1px solid #73c361;
	color: #fffcfc;
	font-size: 20px
}
.howdoes-contact-btn button:hover {
	border: 1px solid #001a45;
	background: 0 0;
	color: #000
}
.testimonial-bg {
	/*background-image: url(../images/need-bg.webp);*/
	/*background-size: cover;*/
	padding: 50px 0;
    overflow: hidden;
}
.testimonial-header h2, .testimonial-header h5 {
	color: #000;
	font-size: 35px;
	font-weight: 700
}
.testimonial-header p {
	color: #fff
}
.testimonial-inner {
	border-radius: 10px;
	margin: 10px;
	padding: 30px 20px;
	background: #ffffff94;
	border: 1px solid #7070704d;
}
.testimonial-inner h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	height: 85px;
	overflow: auto;
	padding: 15px 0;
}
.testimonial-inner p {
	color: #000;
	padding: 10px 0;
	height: 165px;
	overflow: auto
}
.testimonial-icon-img img {
	/* background-color: #001434; */
	width: 100px!important;
	height: 25px;
	/* border-radius: 50px */
}
.testimonial-inner-content h5{
	font-size: 30px;
	font-weight: bold;
	color: #73c361;
}
.testimonial-inner-content h3, .testimonial-inner-content h6 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}
/* .testimonial-inner-content h6 {
	color: #fff;
	padding: 10px 0;
	font-size: 14px
} */
.testimonial-disc {
	padding: 15px 0 0
}
.testimonial-bg .owl-theme .owl-nav {
	margin-top: 10px;
	color: #73c361;
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 186px!important;
	margin: 0 -50px;
}
.testimonial-bg .owl-theme .owl-nav button {
	background-color: #fff;
	width: 30px;
	height: 30px;
}
.testimonial-bg .owl-theme .owl-nav [class*=owl-]:hover {
	background: #73c361;
	color: #FFF;
	text-decoration: none;
}
.need-to-write-bg {
	/*background-image: url(../images/need-bg.webp);*/
	/*background-size: cover;*/
	padding: 100px 0
}
.needto-inner {
	background: #ffffff00;
	box-shadow: 0 3px 30px #00000029;
	border: 1px solid #7070704D;
	border-radius: 20px;
	padding: 50px
}
.needto-inner h2 {
	font-size: 25px;
	font-weight: 700;
	color: #000
}
.needto-inner p {
	padding: 0 92px
}
.footer-bg {
	background: transparent radial-gradient(closest-side at 50% 50%, #000 0, #000 100%);
	padding: 30px 0
}
.footer-content-1 p {
	font-size: 17px;
	color: #fff;
	padding: 10px 0
}
.social-icons a {
	padding: 0 15px 0 0
}
.footer-content-2 h4, .footer-content-3 h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 700
}
.footer-content-2 ul li {
	color: #73c361;
}
.footer-content-2 ul li a {
	color: #fff;
	text-decoration: none
}
.footer-content-2 ul li a:hover {
	color: #73c361;
	text-decoration: none
}
.footer-content-3 {
	color: #fff
}
.footer-content-3 ul {
	list-style: none
}
.footer-content-3 ul li {
	display: flex;
	padding: 5px 0
}
.footer-content-3 li i {
	padding: 4px 10px 0 0
}
.footer-content-3 a {
	color: #fff;
	text-decoration: none
}
.footer-content-3 a:hover {
	color: #73c361
}
.footer-hr {
	height: 1px!important;
	color: #fff;
	margin: 35px 0 20px 0;
	opacity: 1
}
.footer-btm {
	display: flex;
	justify-content: space-between;
	color: #fff
}
.footer-btm a {
	color: #fff;
	text-decoration: none
}
.footer-btm a:hover {
	color: #73c361;
	text-decoration: none
}
.footer-logo {
	width: 150px
}
.floatbutton.active {
	right: 0;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.floatbutton {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: fixed;
	right: -371px;
	top: 15%;
	font-size: 0;
	width: 420px;
	z-index: 999
}
.floatbutton .clickbutton {
	width: 50px;
	z-index: 999;
	height: 200px;
	cursor: pointer;
	box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
	border-radius: 3px 0 0 3px;
	border-radius: 30px 0 0 30px;
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	margin-top: 125px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	border: 1px solid #fff;
	text-transform: uppercase;
	background-color: #73c361;
	box-shadow: 0 0 40px #00000026;
	-webkit-box-shadow: 0 0 40px #00000026;
	-ms-box-shadow: 0 0 40px #00000026;
	-o-box-shadow: 0 0 40px #00000026
}
.floatbutton .clickbutton .crossplus:before {
	content: "";
	display: none;
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	background: #fbb334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.floatbutton .clickbutton .crossplus:after {
	content: "";
	display: none;
	position: absolute;
	width: 2px;
	height: 20px;
	right: 0;
	background: #fab334;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto
}
.floatbutton .clickbutton .crossplus {
	position: absolute;
	display: block;
	transform: rotate(-90deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	left: -52px;
	white-space: pre;
	bottom: 87px
}
.floatbutton .clickbutton .crossplus.rotate {
	transform: rotate(45deg);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.floatbutton .clickbutton .crossplus i {
	font-size: 18px;
	color: #fff;
	margin: 17px 0 0 15px
}
.floatbutton .banner-form {
	background: #fff;
	padding: 15px;
	position: relative;
	z-index: 99999!important;
	border-radius: 5px;
	margin: 0;
	width: 370px;
	display: inline-block;
	box-shadow: 0 0 30px #0000001f
}
.ban-form input {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	height: 50px;
	font-weight: 400;
	outline: 0!important;
	margin: 0 0 15px 0
}
.banner-form .intl-tel-input {
	width: 100%
}
.banner-form h3 {
	color: #141315;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: 700
}
.banner-form h3 strong {
	font: 24px/24px Poppins, sans-serif;
	font-weight: 600
}
.ban-form input[type=submit] {
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	text-align: center;
	padding: 10px 15px;
	margin: 20px 0 0;
	border: transparent;
	cursor: pointer;
	background-color: #73c361
}
.ban-form textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px 15px;
	color: gray;
	font-size: 14px;
	border-radius: 3px;
	font-weight: 400;
	height: 120px;
	outline: 0!important;
	margin: 15px 0 0 0;
	resize: none
}
.btns_wrap {
	position: fixed;
	right: -6px
}
.btns_wrap a:hover {
	text-decoration: none!important;
	right: 0
}
.btns_wrap .call_wrap {
	width: 280px;
	border: 1px solid #fff;
	background-color: #73c361;
	position: absolute;
	right: -225px;
	top: 63px;
	border-radius: 3px 0 0 3px;
	overflow: hidden;
	box-shadow: 0 0 40px #00000026!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9999;
	border-radius: 30px 0 0 30px
}
.btns_wrap .call_wrap span {
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	padding: 15px 20px 15px 15px
}
.btns_wrap .chat_wrap {
	display: block;
	position: absolute;
	right: -225px;
	width: 280px;
	background-color: #73c361;
	top: 0;
	border-radius: 0;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 0 40px #00000026!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 30px 0 0 30px;
	z-index: 9999
}
.btns_wrap .call_wrap span.icoo, .btns_wrap .chat_wrap span.icoo {
	color: #000;
	font-size: 18px;
	padding: 15px 20px;
	border-right: 1px solid #ded9d9;
	vertical-align: middle;
	display: inline-block;
	border-radius: 10px 0 0 10px
}
.btns_wrap .chat_wrap span {
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	padding: 15px 30px 15px 15px
}
.ban-form .fldset.inpchecbx label {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	color: #676767;
	font-size: 13px
}
.ban-form .fldset.inpchecbx input {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0
}
.fldset.inpchecbx {
	margin: 10px 0 0 0
}
.fldset p {
	font-size: 13px;
	color: #676767;
	padding: 0;
	margin: 10px 0 0 0
}
.fldset p a {
	display: block;
	padding: 5px 0 0 0;
	color: #141315;
	font-weight: 500;
	font-size: 14px
}
.main-services-banner-sec .ban-form .fldset textarea {
	height: 60px
}
.main-services-banner-sec .ban-form input {
	height: 40px
}
.intl-tel-input .country-list .country {
	font-size: 14px
}
@media screen and (max-width:736px) {
	.floatbutton {
		display: none
	}
}
.about-form {
	background: #ffffff91;
	box-shadow: 0 5px 30px #00000029;
	border: 1px solid #0000004D;
	border-radius: 30px;
	padding: 30px 50px;
	margin: 50px 0;
	position: relative
}
.about-form .about-form-head {
	/* display: flex; */
	/* justify-content: space-between; */
	padding: 5px 0 10px 0;
}
.about-form .form-head-content h4 {
	color: #010101;
	font-size: 20px
}
.about-form .form-head-content h3 {
	color: #73c361;
	font-size: 25px;
	font-weight: 700
}
.about-form .form-head-book {
	position: absolute;
	top: -30px;
	right: 51px
}
.about-form .form-head-btn button {
	color: #000;
	font-size: 20px;
	background: #73c361;
	border-radius: 5px;
	width: 100%;
	padding: 10px 0;
	border: none;
	transition: .3s
}
.about-form .form-head-btn button:hover {
	border: 1px solid #001a45;
	background: 0 0;
	color: #000
}
.the-ultimate-bg {
	background-color: #f2f2f2
}
.the-ultimate-content {
	padding: 100px 0 150px 0
}
.the-ultimate-content h4 {
	color: #73c361;
	font-size: 20px;
	font-weight: 700
}
.the-ultimate-content h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}
.whoisghostwriting {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	border: 1px solid #7070704D;
	border-radius: 10px;
	padding: 30px;
	margin: -120px 0 0 0
}
.whoisghostwriting-p p {
	padding: 5px 0px;
}
.center-line {
	height: 75%!important;
	background-color: #000;
	width: 5%;
	margin: 47px 0 0 0
}
.whoisghostwriting h2 {
	font-size: 35px;
	font-weight: 700;
	color: #000
}
.perspective-inner h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000
}
.perspective-bg {
	padding: 30px 0
}
.perspective {
	padding: 30px 0
}
.perspective h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase
}
.perspective-card {
	background: #fff;
	box-shadow: 0 3px 30px #00000029;
	border: 1px solid #70707014;
	border-radius: 15px
}
.perspective-inner {
	padding: 20px;
	text-align: center
}
.perspective-inner p {
	height: 100px;
	overflow: auto;
}
.perspective-inner h4 {
	font-size: 22px;
	font-weight: 700;
	color: #000
}
.every-book-bg {
	padding: 30px 0;
}
.everybook-card {
	background-image: url(../images/every-book.png);
	background-size: cover;
	background-repeat: no-repeat;
	/* margin: 25px; */
	padding: 30px 15px;
	box-shadow: 0 5px 30px #00000029;
}
.everybook-card p {
	height: 140px;
	overflow: auto;
}
.processwe-bg {
	background-image: url(../images/proces.webp);
	background-size: cover;
	padding: 100px 0
}
.process-cart {
	background: #fff;
	box-shadow: 0 0 15px #00000017;
	border: 1px solid #7070704D;
	border-radius: 10px;
	padding: 40px 20px;
	height: 330px;
	margin: 10px 0
}
.process-cart span {
	font-size: 12px;
	color: #a7a7a7
}
.process-cart h2 {
	font-size: 38px;
	color: #000;
	font-weight: 700
}
.process-cart h4 {
	font-size: 25px;
	color: #000;
	font-weight: 700
}
.process-cart p {
	height: 125px;
	overflow: auto;
}
.cross-btn {
	background-color: #fff;
	box-shadow: 0 0 6px #00000029;
	border-radius: 50px;
	padding: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.main-modal-bg .modal-content {
	border: none;
	/* border-radius: 20px; */
	margin: 0 80px;
	background-color: transparent;
}
.main-modal h1 {
	font-size: 40px;
	font-weight: 700;
	padding: 20px 0
}
.main-modal-bg .btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .15rem rgb(175 18 37);
	opacity: 1
}
.contact-bg {
	padding: 220px 0!important
}
.help-you-out-bg {
	padding: 50px 0
}
.help-you-inner {
	padding: 50px 30px
}
.main-privacy {
	padding: 140px 0 80px 0
}
.main-privacy .text-center h4 {
	font-size: 36px;
	color: #73c361;
	font-weight: 700;
	padding: 10px 0
}
.main-privacy h3 {
	font-size: 24px;
	color: #73c361;
	padding: 10px 0
}
.main-privacy ul li {
	list-style: none
}
/*.pop-up-modal-bg .modal-content {
    position: relative;
    pointer-events: auto;
    background-color: transparent; 
    border: none;
    width: 80%; 
    background-image: url(../images/popup-bg.webp);
    background-size: cover;
}*/

.pop-up-modal-bg .modal-body {
	background-color: #000;
	position: relative;
	flex: 1 1 auto;
	background-image: block;
	padding: 1rem;
	background-size: cover;
	padding: 20px 0;
	width: 100%;
	border-radius: 50px;
	height: 100%!important;
}
.pop-up-modal-bg .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff0;
	background-clip: padding-box;
	border: none;
	border-radius: 0.3rem;
	outline: 0;
	margin: 0 80px;
}
.popup-modal-content h3 {
	color: #fff;
	font-size: 28px;
	padding: 0 0 20px 0;
}
.popup-modal-content h4 {
	color: #fff;
	padding: 5px 0;
	font-weight: bold;
}
.popup-modal-content span {
	font-size: 40px;
	color: #73c361;
	font-weight: 700;
}
/**/

.pop-up-modal-bg2 .modal-content {
	background-color: #D7F9FF;
	position: relative;
	flex: 1 1 auto;
	background-image: block;
	padding: 1rem;
	background-size: cover;
	padding: 0;
	width: 100%;
	border-radius: 20px;
	height: 100%!important;
}
.pop-up-modal-bg2 .popup-modal-content h3 {
	color: #000;
	padding: 0 0 20px 0;
	font-size: 40px;
	font-weight: 700;
}
.pop-up-modal-bg2 .popup-modal-content h4 {
	color: #000;
	padding: 5px 0;
	font-weight: bold;
}
.pop-up-modal-bg2 .popup-modal-head {
	padding: 30px 40px;
}
/**/

.main-modal-bg-btn button {
	background-color: #0A252E;
	border-radius: 5px;
	padding: 10px 0;
	width: 100%;
	transition: .3s;
	margin: 10px 0;
	border: 2px solid #000;
	color: #7BE6D5;
	font-size: 18px;
}
.main-modal-bg-btn button:hover {
	background-color: #000;
	border: 2px solid #73c361;
}
#countdown {
	font-size: 48px;
}
.popup-modal-content strong {
	color: #73c361;
}
/*pkgs section start*/

.pricing {
	padding: 80px 0;
}
.pkg-min-box {
	background-color: #fff;
	padding: 30px 30px 40px;
	border-radius: 10px;
	transition: all ease .5s;
	position: relative;
	border: 2px solid #d8dfe6;
	margin-bottom: 60px;
}
.pkg-top-text h3 {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
}
.pkg-top-text h3 span {
	display: block;
}
.pkg-top-text p {
	font-size: 12px;
	color: #212529;
	width: 90%;
}
.pricebox {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.pricebox sup {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	color: #73c361;
}
.pricebox h4 {
	font-size: 51px;
	font-weight: 700;
	color: #73c361;
}
.pricebox h5 {
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 700;
	line-height: 15px;
	padding-left: 10px;
	position: relative;
}
.pricebox h5:before {
	content: "";
	width: 90%;
	height: 2px;
	background: #6c6c6c;
	position: absolute;
	top: 6px;
	left: 8px;
}
.pricebox h5 span {
	display: block;
}
.scrollbar ul {
	margin-left: 0;
	float: left;
	height: 188px;
	width: 100%;
	overflow-y: scroll;
	margin-bottom: 10px;
	overflow-x: hidden;
}
.scrollbar ul li {
	font-size: 12px;
	color: #212529;
	font-weight: 500;
	line-height: 23px;
	position: relative;
	padding-left: 13px;
}
.scrollbar ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	background: #73c361;
	border-radius: 100%;
	top: 9px;
}
.scrollbar p {
	font-size: 12px;
	color: #212529;
	margin-left: 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
.scrollbar p span {
	color: #9d142c;
	font-weight: 700;
}
.actions {
	border-top: 1px solid #eee;
	padding-top: 12px;
}
.actions ul {
	display: flex;
}
.actions ul li {
	text-decoration: none;
	width: 50%;
	list-style: none!important;
	border-right: 2px solid #eee;
}
.actions ul li h3 {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}
.actions ul li h3 span {
	display: block;
	text-decoration: none;
	color: #212529;
}
.pkg-min-box button {
	width: 180px;
	padding: 11px;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	background-image: linear-gradient(to right top, #000, #73c361);
	color: #fff;
}
.pkg-min-box:hover {
	transition: all ease .5s;
	color: #fff;
	background: transparent radial-gradient(closest-side at 50% 50%, #000 0, #001434 100%);
}
.pkg-min-box:hover h3, .pkg-min-box:hover p, .pkg-min-box:hover sup, .pkg-min-box:hover h4, .pkg-min-box:hover h5, .pkg-min-box:hover ul li, .pkg-min-box:hover h3 span {
	color: #fff;
	transition: all ease .5s;
}
.pkg-min-box:hover h5:before {
	background: #73c361;
}
.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
	background: #fff;
}
.actions ul li:nth-child(2) {
	border: none;
}
.scrollbar ul::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar-track {
	background-color: #73c361;
	border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar {
	width: 8px;
}
/*pkgs section end*/

.questionair-form {
	padding: 160px 0 40px;
}
.questionair-form h3 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}
.question-inputs label {
	width: 100%;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.question-inputs input {
	width: 100%;
	border: 1px solid #6a6a6a;
	padding: 10px 20px;
	resize: none;
	border-radius: 4px;
}
.question-inputs input::placeholder {
	color: #787474;
	;
	font-size: 13px;
}
.question-inputs textarea::placeholder {
	color: #787474;
	;
	font-size: 13px;
}
.question-inputs select {
	color: #787474;
	;
}
.question-inputs textarea {
	width: 100%;
	border: 1px solid #6a6a6a;
	padding: 10px 20px;
	height: 110px;
	resize: none;
	border-radius: 4px;
}
.question-inputs select {
	width: 100%;
	border: 1px solid #6a6a6a;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.questionair-form button {
	background: #000;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
	width: 20%;
	border: 2px solid #000;
	display: block;
	margin: 0 auto;
}
.question-inputs {
	margin-bottom: 40px;
}
.question-inputs h2 {
	font-size: 15px;
	margin-bottom: 6px;
	font-weight: 700;
}
.question-check-box h6 {
	width: 100%;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	text-transform: uppercase;
	line-height: 20px;
}
.question-check-box input {
	font-size: 17px;
}
.question-check-box label {
	font-size: 16px;
	font-weight: 500;
}
.question-check-box .form-check {
	margin-bottom: 11px;
}
.question-check-box {
	margin-bottom: 40px;
}
.question-inputs h6 {
	font-size: 14px;
	margin-bottom: 12px;
}
.pricing h6 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	margin: 70px 0;
}
/*Inner Published Form Css Start*/

.inner-published-form {
	background: #fff;
	padding: 20px 20px;
	border: 2px solid #73c361;
	border-radius: 10px;
	box-shadow: 0 5px 15px -4px #b2b2b2;
}
.inner-published-form h3 {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 30px;
	color: #00112b;
	font-family: Poppins, sans-serif;
	margin: 0px 0 10px 0;
	line-height: 40px;
}
.inner-published-form span {
	color: #73c361;
}
.inner-published-form .form-group {
	margin: 0 0 10px 0;
}
.inner-published-form .form-group .form-select {
	border: 2px solid #b2b2b2;
	box-shadow: 0 5px 5px -1px #eee;
	font-size: 16px;
	color: #00112b;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
	font-weight: 400;
	border-radius: 0px;
	width: 100%;
}
.inner-published-form .form-group .form-select option {
	color: #333;
	font-weight: 600;
}
.inner-published-form .form-group-select {
	margin: 0 0 10px 0;
}
.inner-published-form .form-group-select h4 {
	font-weight: 600;
	font-size: 20px;
	color: #00112b;
	font-family: Poppins, sans-serif;
	margin: 0px 0 10px 0;
	line-height: 28px;
}
.inner-published-form .form-group-select .form-check-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.inner-published-form .form-group-select .form-check-flex .form-check {
	margin: 0 5px 10px;
	width: 45%;
	display: flex;
	align-items: center;
	padding: 0;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
	border: 1px solid #73c361;
	outline: none;
	box-shadow: none;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type=checkbox] {
	background-color: #73c361;
}
.inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.inner-published-form .form-group input {
	border: 2px solid #b2b2b2;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	border-radius: 0px;
	box-shadow: 0 5px 5px -1px #eee;
	font-size: 16px;
	color: #00112b;
	font-weight: 400;
}
.inner-published-form .form-group button.submit-btn {
	background-color: #73c361;
	color: #fff;
	font-weight: 600;
	transition: all .3s ease-in-out;
	border: 2px solid #73c361;
	margin: 0 10px 0 0;
	padding: 5px 20px;
	font-size: 22px;
	cursor: pointer;
	width: 100%;
	border-radius: 0px;
}
.inner-published-form .form-group button.submit-btn:hover {
	background-color: #fff;
	color: #73c361;
}
/*Inner Published Form Css End*/
.pop-serv-card{
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px;
}
.perfect-choose-box {
    padding: 20px;
    box-shadow: 0 0 15px 1px #d0e0feba;
    border-radius: 25px;
    margin: 15px 0;
}
.perfect-choose-box span {
    color: #73c361;
    font-size: 33px;
    font-weight: bold;
}
.perfect-choose-box h3,.perfect-choose-box h6 {
    padding: 0 0 10px 0;
    font-size: 20px;
}


.perfect-choose-box p {
    height: 135px;
    overflow: hidden;
}
.faqs-sec-head p {
    font-size: 20px;
    padding: 0 0 15px 0;
}

.faqs-bg {
	padding: 50px 0;
}
.faqs-bg .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
}
.faqs-bg  ul{
	list-style: none;
}
.faqs-bg  ul li{
	padding: 3px 0;
 }
 .cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}.footer-bg{background-color:#17333c;padding: 20px 0 60px;}}