.mainBanner {
    background: #1E123D;
	position:relative;
}
.cta-bul a.btn.pink-btn img {
    filter: brightness(0) invert(1);
}


img.hero-image {
    position: absolute;
    right: -10%;
    width: 65%;
    top: 90px;
    bottom: 0;
    margin: auto;
}

.bullets-con {
    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.bullets-box {
    width: 49%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border: 2px solid #fa2865;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    color: white;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.bullets-points {
    background-color: #1E123D;
    padding: 70px 0;
    background-image: url('/assets/images/lp-website-design/bg-bull.png');
    background-size: contain;
    background-position:0px 450px;
    background-repeat: no-repeat;
}

.bullets-box:hover {
   background: linear-gradient(269.84deg, #FB2966 1.3%, #C55FC3 99.86%);
    box-shadow: 0px 0px 20px 0px #ffffff3d;
   border: 2px solid #1e123d !important;
}

.cta-bul {
    margin: 150px 50px 0 50px ;
    text-align: center;
}

.cta-bul .cta-con {
    justify-content: center;
}
.hero-btn a.btn.white-btn {
    background: white;
}

.hero-btn a.btn.dark-btn {
    background: transparent;
    border: 1px solid #fa2865;
}

.hero-btn a.btn.dark-btn:hover {
    background: #fa2865;
}

.hero-btn a.btn.dark-btn:hover img{
    filter:brightness(0) invert(1)
} 
.price {
    position: relative;
    right: 0;
    background: #FA2865;
    width: max-content;
    height: auto;
    display: flex;
    color: white;
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    line-height: 35.75px;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 9;
    padding: 15px 30px;
	grid-gap: 10px;
}

.pkg-scroll-item li.addon-item {
  background: #fff3f8;
  border-left: 3px solid #ff7ab8;
  padding: 5px 10px;
  border-radius: 6px;
  margin-bottom: 5px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

.addon-dropdown {
  position: relative;
}

.addon-trigger {
    background: #ffffff;
    color: #1F2E4E;
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #1F2E4E;
    font-weight: 500;
    font-size: 17px;
    line-height: 95%;
    vertical-align: middle;
    width: 80%;
    margin: auto;
}

.addon-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 30px 15px;
  z-index: 100;
}
span.price-span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FA2865;
    text-align: left;
    width: 40px;
}

.close-addon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.2s;
    background: #1F2E4E !important;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 0 10px 0 0;
}
.close-addon:hover {
  color: #000;
}

.addon-selected-options {
    padding: 0 5px;
    text-align: left;
    max-height: 80px;
    overflow: hidden;
    margin: 20px 0;
    min-height: 0;
	overflow-y: scroll;
}

span.addon-item {
    background: #fa2865;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;
    color: white;
    display: inline-block;
    margin: 3px;
	width: max-content;
}
.addon-menu.show {
  display: block;
}

.addon-menu label {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #1F2E4E;
}

.addon-menu label:last-child {
  border-bottom: none;
}

.addon-menu input[type="checkbox"] {
  accent-color: #d63384;
}

.addon-item {
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 3px;
  font-size: 14px;
}

.addon-item .remove-addon {
  margin-left: 8px;
  color: #fa2865;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s;
  background: #fdf5fb;
  border-radius: 100%;
  width: 10px;
  height: 11px;
  text-align: center;
}

.addon-item .remove-addon:hover {
  color: #e74c3c;
}


.package-box:last-child .addon-menu {
  right: 0;
  left: auto;
}
/* --- Price Animation --- */
.price-animate {
  animation: pulse 0.6s ease;
}
@keyframes pulse {
  0% { transform: scale(1.1); }
  100% {transform: scale(1); }
}


.sec-10.reviews {
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

h3.tagline {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #FA2865;
}
.feature-box {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.feature-con {
    width: 85%;
    margin: auto;
    margin-top: 50px;
}

.feature-content h3 {
    font-family: Almarai;
    font-weight: 700;
    font-size: 28.11px;
    line-height: 28.11px;
    margin-bottom: 20px;
}

.feature-content p {
    font-weight: 400;
    font-size: 16.87px;
    line-height: 28.11px;
    margin-top: 10px;
}

.feature-image {
    width: 50%;
}

.feature-content {
    width: 45%;
}

.slider-controls.v2 {
    width: 83%;
    justify-content: start;
    margin: auto;
	margin-top: -20px;
}

.mode {
    font-family: Almarai;
    font-weight: 700;
    font-size: 30px;
    line-height: 28.11px;
    text-align: center;
    text-transform: capitalize;
    color: #FA2865;
    margin-bottom: 15px;
}

.mode.v2 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 95%;
    text-align: center;
    color: #A6A6A6;
	margin:0;
}

select#starSelect, select#ecommerceSelect {
    background: #ffffff;
    color: #1F2E4E;
    padding: 5px 15px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #1F2E4E;
    font-weight: 500;
    font-size: 17px;
    line-height: 95%;
    vertical-align: middle;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.pkg-scroll-item::-webkit-scrollbar, .addon-selected-options::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.pkg-scroll-item::-webkit-scrollbar-thumb:vertical, .addon-selected-options::-webkit-scrollbar-thumb:vertical {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: linear-gradient(43deg, #585858 4.74%, #0000003d 43.57%);
}

.package-box h3 {
    margin-bottom: 10px;
	padding:0 50px;
}

.package-box h5 {font-weight: 400;font-size: 18px;line-height: 20px;text-align: center;margin: 20px 0;     padding: 5px 30px;}

.package-box h5 span {
    background: #fa2865;
    padding: 5px;
    color: white;
    font-weight: 700;
    border-radius: 4px;
}

div#customPrev2, div#customNext2 {
    background: #FA2865;
    color: white;
}

div#customPrev2:hover, div#customNext2:hover {
    background: #1F2E4E;
    color: white;
}
.sec-1 {
    background: url(/assets/images/lp-website-design/cta-bg.png);
    background-size: contain;

}
.benefit-box {
    background: white;
}
.price {
    bottom: 0;
    top: 0;
}

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

.sec-2.reviews {
       background: url(/assets/images/lp-website-design/cta-bg.png);
    background-size: contain;
    padding: 70px 0;
}
.rev-details {
    width: 58%;
    padding: 0;
}
.rev-details {
    width: 65%;
    padding: 0;
}
.profile {
    padding: 40px 80px 20px;
}
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: #1E123D;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

.cta-section a.btn.white-btn {
    color: white;
    width: auto !important;
    background: transparent !important;
    border-color: white !important;
}
 .cta-section a.btn.white-btn img
 {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}


img.shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

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

.c-details {
    width: 45%;
}

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

.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;
    letter-spacing: 0%;
    vertical-align: middle;
}

.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-blog-manage/sec-1-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/sec-1-bg.png);
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    text-align: center;
}
.cs-contentWDDPack {
    display: none;
}

.cs-contentWDDPack.activeWDDPack {
    display: flex;
	
}
.package-con{
	    align-items: start;
}
.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: space-evenly;
    margin: 40px 0;
}
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;

}

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: 350px;
	overflow-y:scroll;
}
.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-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;
    left: 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;
}


.faqs-Sec.pad-sec.gradient-lightbg{
	background:#fff !important;
}


.sec-4 {
    background: url(/assets/images/lp-website-design/booster-bg.jpg);
    background-size: cover;
    background-position: center;
}

.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) {
	
	.btn-container.half a {
    width: auto;
    min-width: 100%;
}

.feature-con{
	    margin-bottom: 20px;
}
	
	.mainBanner .contentWrap p {
    font-size: 18px;
    line-height: 28px;
}
	
	.sec-10.reviews {
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}
	
	.slider-controls.v2 {
    width: 100%;
    justify-content: center;
}
	
	.feature-content,.feature-image  {
    width: 100%;
}
	
	.addon-menu {
    width: 100%;
}

.addon-menu label {
    text-align: left;
}
	
	img.hero-image {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainBanner {
    padding-bottom: 0;
}

.bullets-points {
    padding: 0 0 30px;
}
.bullets-box {
    width: 100%;
    padding: 10px;
	        font-size: 16px;
}

.cta-bul {
    margin: 50px 0;
    text-align: center;
}

.cta-bul h2 {
    font-size: 28px;
    line-height: 1.3;
}
	
	.package-box h4 span{
		    right: 20px;
	}
	
	.package-box h4{
		font-size: 38px;
    line-height: 44.44px;
	}
	
	    .main-white-blur {
        padding: 15px;
        padding-bottom: 40px;
    }
	
	.mob-v {
    display: block;
}

.desk-v {
    display: none;
}
	
	.pink-circle {
    background: #FA2865;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: 0;
    left: 0;
    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;
}
i.fas.fa-chevron-left {
    left: -2px;
    position: relative;
}

ul#tabNav {
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    margin: 40px 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: 20px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
}
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%;
}
.c-details {
    width: 100%;
}
.btn-container.half a {
    width: 100%;
}

.cta-col p {

    text-align: center;
}
}