@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
	url('../fonts/Mulish-Regular.woff') format('woff'),
	url('../fonts/Mulish-Regular.svg#Mulish-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),
	url('../fonts/Mulish-ExtraLight.woff') format('woff'),
	url('../fonts/Mulish-ExtraLight.svg#Mulish-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff2') format('woff2'),
	url('../fonts/Mulish-Light.woff') format('woff'),
	url('../fonts/Mulish-Light.svg#Mulish-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Medium.woff2') format('woff2'),
	url('../fonts/Mulish-Medium.woff') format('woff'),
	url('../fonts/Mulish-Medium.svg#Mulish-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),
	url('../fonts/Mulish-SemiBold.woff') format('woff'),
	url('../fonts/Mulish-SemiBold.svg#Mulish-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff2') format('woff2'),
	url('../fonts/Mulish-Bold.woff') format('woff'),
	url('../fonts/Mulish-Bold.svg#Mulish-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Black.woff2') format('woff2'),
	url('../fonts/Mulish-Black.woff') format('woff'),
	url('../fonts/Mulish-Black.svg#Mulish-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


.heroMainSection {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: calc(100vh - 84px);
	background-image: linear-gradient(#ffffff, #e8fffd);
	position: relative;
	overflow: hidden;
	padding:20px 0px;
}

.heroMainSection::before {
    content: '';
    background-image: url(../images/shape1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    transform: scale(1.1);
	pointer-events: none;
}
.themeColor1 {
	color:var(--red-color);
}
.themeBg1 {
	background-color:var(--red-color);
}
.themeColor2 {
	color:var(--blue-color);
}
.themeBg2 {
	background-color:var(--blue-color);
}
.discountAlert {
    font-size: 22px;
    font-weight: 700;
}
.ftLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ftLinks li a:after {
    content: '|';
    margin-left: 15px;
}
.ftLinks li:last-child a:after {
    display:none;
}
.footerMain {
    text-align: center;
    padding:70px 0px 50px 0px;
    background: #e6fbff;
}
.footerMain .copyRight {
    margin-top: 40px;
}
.footerMain .ftLogo {
width: 280px;
    margin-bottom: 50px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}

.ftSocial {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin-bottom:30px;
}
.ftSocial li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background:var(--bs-primary);
    border-radius: 50px;
    font-size: 22px;
    border: 1px solid var(--bs-primary);
    color: #fff;
}
.ftSocial li a:hover {
	transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}
.ftLinks li a:hover {
	color:#fff;
}
.ftLinks li a:hover:after{
	color:#cacaca;
}

.cmsContentSection {
	padding:60px 0px;
}

.activeStar, .starRating {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.activeStar:before, .starRating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
}
.starRating .activeStar {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc600;
	overflow: hidden;
}
.starRating {
    position: relative;
	color:#dddddd;
	overflow: hidden;
}
.starRatingCard p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.starRatingCard {
    text-align: center;
    line-height: 20px;
}
.starRatingCard p span:first-child {
    color: #222;
    font-weight: 500;
}
.showBtn {
    padding: 5px 16px;
    min-width: 135px;
}
.buyBtn {
    padding: 5px 10px;
    min-width: 100px;
}
.sectionPadding {
	padding-top:120px;
	padding-bottom:120px;
}
.sectionPaddingTop {
	padding-top:120px;
}
.sectionPaddingBottom {
	padding-bottom:120px;
}
.pageTitle {
    margin-bottom: 40px;
}
.packageTable th,
.packageTable td {
    color: #222;
}
.descriptionTable {
	display:none;
}
.descriptionTable {
    text-align: left;
}
.descriptionTable p {
    margin-bottom: 5px;
}
.answerShowBtn {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.showBtn:hover , .answerShowBtn:hover{
    transform: none !important;
    background: #fff;
    color: var(--bs-primary);
}
.modal-header,
.modal-body,
.modal-footer {
    padding: 25px 25px;
}
.packageTable {
	table-layout: fixed; 
	    font-weight: 700;
}
.packageTable p {
    font-weight: 300;
}
.accordion-wrapper .card-header button i {
    position: absolute;
    left: 20px;
    top: 24px;
    font-size: 18px;
}
.accordionChooseUs.accordion-wrapper .card-header button i {
    top: 6px;
    left: 0;
}
.ftLinks li a,
.footerMain .copyRight{
    color: #cacaca;
}
.priceBox p {
    margin-bottom: 0;
    font-weight: 600;
}
.priceBox .newPrice {
    font-weight: 800;
    line-height: 15px;
}
.timeCounter {
    display: flex
	;
    align-items: center;
    justify-content: center;
}
.timeCounter .countBox {
    width: 120px;
    text-align: center;
}
.timeCounter .countBox h6 {
    font-size: 60px;
    line-height: 45px;
	margin-bottom: 20px;
}
.timeCounter .countBox p {
    margin: 0;
    font-size: 22px;
    line-height: 1;
}
.offerTimerBox {
    text-align: center;
    width: 600px;
    margin: 0 auto;
    background: #e8ffe8;
    padding: 25px 25px;
    border-style: dashed;
    border-color: green;
    border-width: 2px;
    border-radius: 10px;
    margin-bottom: 60px;
	position: relative;
}
.offerTimerBox h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #2e922e;
}
.packageHead .offerImg {
    width: 60px;
    position: absolute;
    top: 5px;
    left: 5px;
}

@keyframes blinkAnimation {
	0% {
		transform:translate(-50%, -50%) scale(1, 1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	100% {
		transform:translate(-50%, -50%)  scale(1, 1);
	}
}

.offerTimerBox .offerImg {
    width: 120px;
    position: absolute;
    left: 50%;
    top: -5px;
    z-index: 99;
	animation: blinkAnimation 1s ease-out infinite;
}
.offerApplied h2 {
    margin: 0;
}
.offerApplied {
    padding: 30px 0px 20px 0px;
}
.packageTable thead {
    position: sticky;
    top: 86px;
    z-index: 2;
    background: #fff;
}
.packageTable thead tr th::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #cacaca;
    height: 1px;
    width: 100%;
    left: 0;
}
.desktopPackages {
	display:block;
}
.mobilePackages {
	display:none;
}
.navbar-brand img {
    width: 240px;
}
.reviewsList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.reviewsList li .starRatingCard {
    text-align: left;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.reviewsList li .reviewMessage p {
    margin: 0;
}
.reviewsList li .reviewMessage {
    margin-top: 15px;
}
.reviewsList li h5 {
    margin-bottom: 8px;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.reviewsList li {
    border-bottom: 1px solid #d5d5d5;
    padding: 30px 0px;
}
.reviewsList li h5 .verified {
    font-size: 12px;
    background: green;
    color: #fff;
    padding: 0px 8px;
    font-weight: 500;
}
.reviewsList li:last-child,
.questionUl li:last-child {
    border: none;
}


.questionUl {
    margin: 0;
    padding: 0;
	list-style: none;
}
.questionUl li p {
    line-height: normal;
    margin: 0;
}
.questionSection {
    padding: 20px 20px;
    margin-top: 30px;
}
.questionUl li h6:before {
	content:'Q';
}
.questionUl li {
    position: relative;
    padding: 25px 0;
    padding-left: 40px;
    border-bottom: 1px solid #d5d5d5;
}
.questionUl li h6,
.questionUl li p{
	position: relative;
}
.questionUl li h6:before {
    content: 'Q';
    position: absolute;
    left: -40px;
    top: -3px;
    width: 30px;
    text-align: center;
    height: 30px;
    background:var(--bs-primary);
	color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
}
.questionUl li h6:after {
    content: '';
    position: absolute;
}
.questionUl li p:before {
    content: 'A';
    position: absolute;
    left: -36px;
    top: 1px;
    width: 22px;
    text-align: center;
    height: 22px;
    background:var(--bs-primary);
	color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
}
.questionUl li h6 {
    margin-bottom: 15px;
}
.buyModal {
    list-style: none;
    margin: 0;
    padding: 0;
}

.buyModal li.bottom {
    font-weight: bold;
    font-size: 20px;
}
.badgesUl {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.badgesUl li .badgeImg {
    height: 200px;
}
.packageUl {
    list-style: none;
    margin: 0;
    padding: 10px 0px;
	color: #222;
}
.solid-duo.text-grape-fuchsia .fill-secondary {
    fill: var(--bs-primary);
}
.solid-duo.text-grape-fuchsia .fill-primary {
    fill: #4c4c4c;
}
.packageUl li {
    display: flex
;
    align-items: center;
    padding: 5px 15px;
}
.packageList {
    border: 1px solid #cacaca;
    border-radius: 8px;
	margin-bottom:15px;
}
.packageUl .showBtn {
    min-width: 70px;
    padding: 2px 3px;
    font-size: 13px;
}
.packageList .buyBtn {
    min-width: 70px;
    padding: 2px 3px;
    font-size: 13px;
}
.packageList .thead .left {
    font-weight: 600;
    color: #222;
}
.packageList .thead {
    border-bottom: 1px solid #cacaca;
    padding: 10px 15px;
}
.packageList .priceBox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.packageList .tbody .left {
    width: 40%;
    font-size: 15px;
    font-weight: 500;
}
.packageList .starRatingCard {
    display: flex;
    align-items: center;
}
.packageUl li.descriptionTable {
    display: none;
}
.processCard {
    text-align: center;
    background: #e5efff;
    padding: 25px;
    border-radius: 15px;
	margin-bottom:20px;
	    height: 100%;
}
.aboutImg {
    width: 100%;
    border: 1px solid #d5d4d4;
    border-radius: 10px;
}

.heroMainSection .lead {
    color: #111827;
    font-weight: 600;
}
.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 800;
}

.paymentBtn {
    width: 100%;
    height: 60px;
}
.paymentModal .modal-content {
    background: #dae8ff;
}
.buyModal {
    list-style: none;
    margin: 0;
    padding: 0;
	    margin-top: 15px;
}
.buyModal li {
    display: flex;
    align-items: center;
    font-size: 15px;
	    gap: 10px;
}
.buyModal li .right {
    color: #000;
}
.buyModal li.bottom {
    font-weight: bold;
    font-size: 20px;
}
.offerImg {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translate(-50%, -0%);
}
.googleImg {
    width: 100%;
    padding-left: 100px;
}
.headFlex {
    display: flex
;
    align-items: center;
    gap: 30px;
}
.headFlex .navbar-nav li a {
    font-size: 18px;
    font-weight: 600;
}
.headFlex .navbar-nav {
    gap: 15px;
}
.serviceCard .serviceCardImg .img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
	    border: 1px solid #d7d7d7;
}
.serviceCard {
    text-align: center;
    border: 1px solid #bebebe;
    display: block;
    padding:30px;
    border-radius: 10px;
	margin-bottom:20px;
}
.serviceCard .serviceCardBody h5 {
    margin-bottom: 20px;
    font-size: 24px;
}
.serviceCard .serviceCardBody {
    margin-top: 15px;
}


.whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9000;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin: auto
}

.btn-whatsapp-pulse:hover {
    color: #fff;
    background: #10be51
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,.5)
	}
	
    80% {
        box-shadow: 0 0 0 14px rgba(37,211,102,0)
	}
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
	}
	
    75% {
        padding: 50px;
        opacity: 0
	}
	
    100% {
        opacity: 0
	}
}

.blink {
    color: #45c4a0;
    animation: color-change 3s infinite
}

@keyframes color-change {
    0% {
        color: #45c4a0
	}
	
    10% {
        color: #45c4a0
	}
	
    20% {
        color: #fab758
	}
	
    30% {
        color: #fab758
	}
	
    40% {
        color: #45c4a0
	}
	
    100% {
        color: #45c4a0
	}
}

.shk_this {
    transform: translate3d(0,0,0);
    animation-name: shakeMe;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes shakeMe {
    1%,4.5% {
        transform: translate3d(-5px,0,0)
	}
	
    1%,4% {
        transform: translate3d(5px,0,0)
	}
	
    1.5%,2.5%,3.5% {
        transform: translate3d(-5px,0,0)
	}
	
    2%,3% {
        transform: translate3d(5px,0,0)
	}
	
    4.6% {
        transform: translate3d(0,0,0)
	}
}

.pageBtnN {
    background: red;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 30px;
}
.pageBtnN.googleN {
	  background: linear-gradient(135deg, 
    #4285F4 0%,   
    #34A853 25%,  
    #FBBC05 50%,  
    #EA4335 75%,  
    #4285F4 100% 
  );
  color: white; 
}
.pageBtnN.instagramN {
 background: linear-gradient(135deg, 
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  color: white;
}

.packageCard {
    background: #fff;
    box-shadow: 0 0 50px 0 rgb(196 206 213 / 41%);
    padding: 20px 20px;
    border-radius: 15px;
	margin-bottom:30px;
}
.packageCard .payBtn {
    width: 100%;
}

.packageCard h5 {
    font-size: 26px;
}
.listOffer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.listOffer li {
    border-bottom: 1px solid #f1f1f1;
    padding: 8px 0;
}
.priceBoxIn .current {
    font-weight: 800;
}

@media (max-width:767px) {
	.mainHeader .navbar-collapse .navbar-nav {
    display: block;
    margin: 0 !important;
}
.aboutImg {
  margin-top:20px;
}
    .btn-whatsapp-pulse {
        font-size: 34px;
        padding: 30px;
    }

	.googleImg {
    padding: 0px 60px;
    margin-top: 40px;
}
	.offerImg {
		display:none;
	}
	.heroMainSection {
	  height:auto;
	}
	.processCard {
	height:auto;
	}
	.discountAlert {
		font-size: 15px;
		padding: 10px 20px !important;
		line-height: 21px;
	}
	.badgesUl li .badgeImg {
    height: 60px;
}
.badgesUl {
    gap: 20px;
}
	.desktopPackages {
		display:none;
	}
	.mobilePackages {
		display:block;
	}
	.offerTimerBox {
        width: 100%;
	}
	.offerTimerBox h2 {
        font-size: 24px;
        margin-bottom: 20px;
	}
	.timeCounter .countBox h6 {
        font-size: 30px;
        line-height: 20px;
        margin-bottom: 10px;
	}
	.timeCounter .countBox p {
        font-size: 15px;
	}
	
	.ftLinks {
		display: block;
	}
	.ftLinks li a:after {
	    display:none; 
	}
	.navbar-brand img {
		width: 170px;
	}
	.navbar .packageBtn {
        padding: 5px 10px;
        font-size: 13px;
	}
	.supportSection .card-body {
		padding: 25px !important;
	}
	.supportSection .card-body .row>.col-lg-6 {
		margin-bottom: 25px;
	}
	.reviewsSection .item .card-body {
		padding: 25px;
	}
	.contactSection .row>.col-lg-5 {
		margin-bottom: 50px;
	}
	.ftLinks li {
		margin: 8px 0;
	}
	.sectionPaddingTop {
		padding-top: 60px;
	}
	.sectionPaddingBottom {
		padding-bottom: 60px;
	}
	.sectionPadding{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.whyChooseUsSection .row>.col-lg-6 {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.badgesUl li .badgeImg {
    height: 100px;
}
	.desktopPackages {
		display:none;
	}
	.mobilePackages {
		display:block;
	}
	.supportSection .card-body .row>.col-lg-6 {
        margin-bottom: 25px;
	}
	.contactSection .row>.col-lg-5 {
        margin-bottom: 50px;
	}
	.whyChooseUsSection .row>.col-lg-6 {
		margin-bottom: 25px;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	.badgesUl li .badgeImg {
    height: 140px;
}
	.packageTable th, .packageTable td {
		padding: 15px 10px;
	}
	.buyBtn {
		padding: 5px 10px;
		min-width: 90px;
	}
	.showBtn {
		padding: 3px 10px;
		min-width: 70px;
	}
}