 .package-box .pkg-ctrl {
	text-align: center;
	display: inline-block;
}
 .package-box .pkg-ctrl .input-group {
	border: solid 2px #7f7f7f;
	background: #fff;
	margin: 10px auto 20px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	padding: 5px;
}
 .package-box .input-group-btn {
	float: left;
}
.package-box .input-group .btn-minus, .package-box .input-group .btn-plus {
	background: #fa2865;
	color: #fff;
	padding: 0;
	border: 0px;
	font-size: 24px;
	width: 35px;
	height: 35px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.package-box .input-group .btn-minus:hover, .package-box .input-group .btn-plus:hover {

	background:#1F2E4E;
	cursor:pointer;
}
.package-box .input-group .rating_field {
	background: none;
	border: 0px;
	margin: 0px;
	padding: 5px 10px;
	float: left;
	width: 154px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	height: 36px;
}


.package-box {}


.sec-road-map {
    padding: 70px 0;
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
}

.roadmap-con {
        display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    justify-content: center;
    align-items: start;
    background: url(/assets/images/lp-product-description/gp-step-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 55px;
    padding: 0 0 0 50px;
	
}

.roadmap-steps {
    width: 31%;
    text-align: center;
	    margin-top: 32px;
}


.roadmap-steps h4 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -5%;
    text-align: center;
    background: #1F2E4E;
    display: inline-block;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.sec-road-map h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
}

.roadmap-steps img {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.roadmap-steps h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -5%;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.roadmap-steps p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}


#gurantee_section .container {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
    padding:50px;
    border-radius:0px 0px 20px 20px;
}

#gurantee_section h2 {
    text-align:left;
    margin:0px 0px 20px 0px;
}

#gurantee_section .guarantee_seal {
    margin:auto;
    display:block;
}

#gurantee_section p {
    margin-bottom:20px;
}

.c-details ul.white li:after {
    content: url(/assets/images/lp-product-description/bullet-g.png);
}

.nm {
    margin: 0;
}	
.howitswork .row {
    margin-top: 30px;
}
.c-details ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    padding: 5px 0px 0px 25px !important;
    position:relative
}

.c-details ul li span {
    background: #1f2e4e;
    color: white;
    padding: 0 5px;
    border-radius: 8px;
    font-weight: 700;
}
h2.t-head.center.n-m {
    margin: 0;
}

.c-details ul li:after {
    content: url(/assets/images/lp-website-design/bullet-p.png);
    position: absolute;
    left: 0;
    top: 5px;
}

.grient-bg .cta-col .c-image, .cta-section.gradient-darkbg .cta-col .c-image {
    width: 41%;
    text-align: center;
}

.grient-bg .c-details, .cta-section.gradient-darkbg .c-details {
    width: 55%;
}

.product-samples {
    background: url(/assets/images/lp-blog-manage/sec-1-bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.sample-work .owl-item {
    scale: 0.6;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius:10px;
	transition: all 0.8s ease-in-out;
}
.sample-work .owl-stage-outer {
    min-height: 380px;
}
.sample-work .owl-stage {
    margin: 25px 0;
}

.sample-work .owl-item img {
    border-radius:10px;
}
.sample-work .owl-item.center .samples-box img {
    border-radius:10px;
}
.sample-work .owl-item.center {
    scale: 1.1;
	box-shadow: none;
	transition: all 0.8s ease-in-out;
}
.owl-carousel .owl-item {
  transition: all 0.8s ease-in-out;
}

.sample-work .owl-item.center .samples-box {
    border-width: 10px 10px 55px 10px;
    border-style:solid;
    border-color:#1F2E4E;
    border-radius: 10px 10px 0 0;
    position: relative;
	background: #1F2E4E;
}
.sample-work .owl-item.center  {
    margin-top: 0px;
}

.sample-work .owl-item  {
    margin-top: 30px;
}

.sample-work .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    grid-gap: 10px;
}

.sample-work .owl-nav span {background: #FA2865;font-size: 35px !important;color: white !important;width: 38px;height: 38px;text-align: center;padding: 0;border-radius: 100%;}

.sample-work .owl-item.center .samples-box  {
    position: relative;
  
}

.sample-work .owl-item.center .samples-box  a:after {
    content: url(/assets/images/lp-website-design/micro.png);
    position: top;
    position: absolute;
    left: 36%;
    top: -140%;
    transition: 0.5s;
}

.sample-work .owl-item.center .samples-box:hover  a:after {
    content: url(/assets/images/lp-website-design/micro.png);
    position: absolute;
    left: 36%;
    top: -4.3%;
    transition: 0.5s;
}

.sample-work .owl-item.center .samples-box:after {
    content: "";
    width: 105%;
    height: 50px;
    background: url('/assets/images/lp-blog-manage/work-border.png');
    position: absolute;
    left: -10px;
    background-size: 100% 100%;
    top: 102%;
}

.sample-work .owl-item.center .samples-box:before {
    content: url('/assets/images/home-re/work-logo.png');
    position: absolute;
    bottom: -55px;
    right: 20px;
    z-index: 99;
}
.cta-section.gradient-darkbg {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
}
.cta-section.light-bg {
    background: url(/assets/images/lp-blog-manage/sec-1-bg.png);
    background-size: cover;
    background-position: center;
}
.light-bg .cta-col .c-image {
    width: 40%;
}
.light-bg .c-details {
    width: 56%;
}
.howitswork h3.tagline {
font-family: Almarai;
font-weight: 700;
font-size: 30px;
line-height: 64px;
text-align: center;
    color: #FA2865;
    margin: 0 0 10px 0;
}
.c-details h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
	margin:15px 0;
}
.btn-container.half .white-btn {
    color: white;
    border-color: white !important;
}

.btn-container.half .white-btn img {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.btn-container.half .white-btn:hover {
    color: white;
    border-color: #1F2E4E !important;
}
.howitswork {
    background: url(/assets/images/lp-blog-manage/sec-1-bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px 0 90px;
}
.hiw h3 {
font-family: Almarai;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -5%;
    text-align: center;
    padding: 0 11px;
}

.hiw p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
}

.hiw {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
	position:relative;
	    padding: 0 20px;
}

.hiw.arrow:after {
    content: url(/assets/images/lp-design-services/arrow.png);
    position: absolute;
    top: 60px;
    right: -30px;
}

.price {
    bottom: 0;
    top: 0;
	line-height: 1.2;
    padding-top: 20px;
}

.inner-container {
    width: 80%;
    margin: auto;
}

.sec-2.reviews {
    background: #1F2E4E;
    padding: 70px 0;
}
.rev-details {
    width: 58%;
    padding: 0;
}
.rev-details {
    width: 65%;
    padding: 0;
}
.profile {
    padding: 40px 80px 20px;
}
.headshot img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
p.rev-content {

    padding: 20px 80px 30px;
}
h4.rev-head{
	 padding: 6px 80px;
}

.slider-controls {

    position: relative;
     top:unset; 
    left: unset;
    grid-gap: 10px;
    justify-content: center;
	margin-top:20px;
}

.portfolio {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
    padding: 70px 0;
}

.portfolio-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px;
	margin-top:30px;
}

.portfolio-box {
    width: 32%;
    position: relative;
    background: #230C64;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
}

.portfolio img.border {
    width: 100%;
    position: relative;
}

.port-con {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 15px 15px 13px;
}


.port-con {
    position: relative;
    overflow: hidden;
}

.port-con a:after {
    content: url(/assets/images/lp-website-design/micro.png);
    position: top;
    position: absolute;
    left: 36%;
    top: -115px;
    transition: 0.5s;
}

.port-con:hover  a:after {
    top: 0;
    transition: 0.5s;
}


.cta-section {
    background: url('/assets/images/lp-website-design/cta-bg.png');
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.cta-col {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    align-items: center;
}

.c-details {
    width: 45%;
}

.cta-col .c-image {
    width: 51%;
}

.btn-container {
    display: flex;
    margin-top: 25px;
    grid-gap: 20px;
}

.cta-col p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 10px;

}

.c-details h2 {
    margin: 0 0 10px 0;
}

.platform-sec {
    background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
    padding: 70px 0;
}

.platform-sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sec-3 {
    background: url(/assets/images/lp-website-design/cta-bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.content-side {
    width: 100%;
}

.why-box {

    justify-content: center;
}

.wbox {
    width: 22%;
    margin-bottom: 15px;
    text-align: center;
}
.wbox h3 img {
    margin-right: 10px;
}

.sec-6 {
   background: url(/assets/images/lp-blog-manage/faq-bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 70px 0;
    text-align: center;
}
.cs-contentWDDPack {
    display: none;
}

.cs-contentWDDPack.activeWDDPack {
    display: flex;
}
.booster-pack-con {
    display: flex;
    grid-gap: 50px;
    flex-wrap: wrap;
	    align-items: center;
}

.booster-pack-col-left {
    width: 65%;
}

.booster-pack-col-right {
    width: 30%;
}

.booster-pack-col-left h2 {
    margin: 0 0 10px 0;
}

.booster-pack-col-left p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: left;
}

.price-b {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 64px;
    letter-spacing: -5%;
    vertical-align: middle;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.price-b span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -5%;
    vertical-align: middle;
    background: #FA2865;
    color: white;
    padding: 5px;
    border-radius: 10px;
	margin-left: 10px;
}

.boster-pack {
    background: #FDF5FB;
    box-shadow: 0px 4px 25px 0px #00000026;
    padding: 30px;
    border-radius: 10px 10px 0 0;
	position:relative;
}
.boster-pack h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 28.11px;
    letter-spacing: -5%;
    text-align: center;
	color:#1F2E4E;
}

.boster-pack ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0%;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.boster-pack ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FA2865;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 100%;
}

.boster-pack ul {
      margin-top: 30px;
    margin-bottom: 30px;
}


ul#tabNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
}
.package-con p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 30px 0 15px;
}

li.cs-linkWDDPack span.tag {
    position: absolute;
    bottom: -79px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    background: #fff;
    z-index: 0;
    width: 90%;
    padding: 10px;
    border-radius: 0 0 20px 21px;
    height: 80px;
    transition: 0.5s;
    color: #202f4d;
    border: 1px solid;
    border-top: 0;
}


li.cs-linkWDDPack.activeWDDPack  span.tag {
    background: #202f4d;
  color: #fff;
	transition:0.5s;
}


ul#tabNav li {
    width: 26%;
    background: #1F2E4E;
    color: white;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
	width: auto

}

ul#tabNav li.activeWDDPack {
    background: #FA2865;
    border: none;
 
	box-shadow: none !important;
}

span.tit {
    z-index: 9;
    position: relative;
}
.package-box ul {
    padding: 0 30px;
    text-align: left;
    height: auto;
}
.package-box.rec {
    position: relative;
}

.package-box.rec:before {
    content: "Recommended";
    position: absolute;
    top: -42px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    left: 4%;
    width: 90%;
    background: #FA2865;
    color: white;
    padding: 10px;
    border-radius: 20px 20px 0 0;
}

.package-con {
    padding-top: 20px;
}
.package-box h4 {
    position: relative;
}

.package-box h4 span {
    position: absolute;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 44.44px;
    letter-spacing: -5%;
    text-align: center;
    text-decoration: line-through;
    right: 40px;
}
.enterprise  .package-box.rec:before{
	display:none;
}

.enterprise .package-box h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 28.11px;
    letter-spacing: -5%;
    text-align: center;
    margin-bottom: 20px;
    background: #212f4c;
    color: white;
    font-size: 20px;
    padding: 10px;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
}

.enterprise .package-box {
    background: #FDF5FB;
    width: 31%;
    padding: 0px 0 25px 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
}
.slider-controls div:hover {
    background: #FA2865;
    color: white;
}

.work-box {
    border: 2px solid #1f2e4e26;
    border-radius: 20px 20px 0 0;
    padding: 30px 20px 70px;
    width: 34%;
    text-align: left;
    position: relative;
}




.main-white-blur{
	position:relative;
}

.pink-circle {
    background: #FA2865;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    top: 20px;
    left: 20px;
    position: absolute;
}

.enter-spec.package-box ul {
    height: 388px !important;
}

.enter-spec 
 a.pinkbtn.yellow {
    width: 70%;
    margin-top: 10px;
}

p.f-tag {
    padding: 0;
    font-weight: 700;
}

.mob-v {
    display: none;
}

.desk-v {
    display: block;
}
@media (max-width: 991px) {
	
	.sec-road-map
 {
    padding: 70px 0 90px;
 
}
	
	.sec-road-map h3 {
 
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
	img.wlogo {
    bottom: 1px !important;
}
	.hiw.arrow:after{
		display:none;
		
	}
	.howitswork h3.tagline {

    margin: 20px 0 20px 0;
	    line-height: 35px;
}
	
	.c-details ul li{
		    line-height: 30px;
	}
	.c-details h3{
		text-align:Center;
	}
	
	.package-box h4 span{
		    right: 20px;
	}
	
	.package-box h4{
		font-size: 38px;
    line-height: 44.44px;
	}
	
	    .main-white-blur {
        padding: 15px;
        padding-bottom: 70px;
    }
	
	.mob-v {
    display: block;
}

.desk-v {
    display: none;
}
	
	.pink-circle {
    background: #FA2865;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    position: absolute;
}
	
	.package-box.rec {
    position: relative;
    margin-top: 30px;
}

.enterprise .package-box {
    width: 90%;
}
	.enter-spec.package-box ul {
    height: auto !important;
    margin-bottom: 10px;
}
	.mainBanner ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 13px;
    line-height: 37px;
    letter-spacing: 0%;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

.mainBanner ul li:before {
  
    top: 2px;
}


ul#tabNav {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 40px 0 0;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

ul#tabNav li {
    width: 100%;
    background: #1F2E4E;
    color: white;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}
.package-con p {

    margin: 0px 0 15px;
}
ul#tabNav li {
    margin-bottom: 0px;
}
span.tag {
    display: none;
}
.package-con {
    padding-top: 20px;
}
	.package-box {
 
    width: 90%;
 
}
	.wbox {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.booster-pack-col-right {
    width: 100%;
}
.boster-pack {
    padding: 20px;
}

.booster-pack-col-left {
    width: 100%;
}

.price-b span{
	    font-size: 50px;
}
.price-b {
    justify-content: center;
    font-size: 25px;
}

.booster-pack-col-left p {

    text-align: center;
}
.btn-container {
    display: flex;
    margin-top: 25px;
    grid-gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
}
    a.btn {
        min-width: auto;
        font-size: 17px;
        padding: 5px 9px;
    }
	
	.btn-container a.btn.white-btn {
    width: 100%;
    margin-top: 5px;
}
	
	.platform-sec ul li {
    width: 50%;
}
	
	.profile {
    padding: 20px;
}.rev-details {
    width: 100%;
    padding: 0;
}
h4.rev-head {
    padding: 6px 10px ;
}
p.rev-content {
    padding: 20px;
}

.cta-col .c-image {
    width: 100% !important;
}
.c-details {
    width: 100% !important;
}
.btn-container.half a {
    width: 100%;
}

.cta-col p {

    text-align: center;
}
.sample-work .owl-item.center, .sample-work .owl-item {
    scale: 1;
	    transition: none;
}

.sample-work .owl-stage-outer {
    min-height: 320px;
}
.reverse-mob .cta-col {
    flex-direction: column-reverse;
}
}