@charset "UTF-8";
/* CSS Document */
body {
		font-family: 'Poppins' !important;
	}
  @font-face {
      font-family: 'Poppins';
      src: url('fonts/Poppins-Regular.woff2') format('woff2'),
           url('fonts/Poppins-Regular.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: 'Poppins';
      src: url('fonts/Poppins-Bold.woff2') format('woff2'),
           url('fonts/Poppins-Bold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
    }
	.pricing_banar_title { display: none;}	
  .pricing_banar_area {
    background: #1134B9;
    padding: 100px 0 70px;
}

.package_price {
    font-size: 40px !important;
}
  .coupon-banner {
  background-color: #f0f8ff;
  border: 2px dashed #007bff;
  color: #004080;
  padding: 12px 20px;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 8px;
}

.coupon-banner .code {
  background-color: #007bff;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
}

	@-webkit-keyframes downarrow {
		0% { -webkit-transform: translateY(0); opacity: 0.4 }
		100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
	}
	.arroww {
		border-color:transparent;
		border-style:solid;
		border-width:0 1.5em;
		display:block;
		height:0;
		margin:1em auto;
		opacity:0.4;
		text-indent:-9999px;
		transform-origin: 50% 50%;
		width:0;
	}
	.osfeatureItem {
		padding: 5px 8px;
	}
	.la {
		color: #59ba41 !important;
		font-size: 30px;
	}
	.down {
		-webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
		border-top:1.5em solid #59ba41;
	}
	.getStarted_area{
		background:white !important;
	}
	@media only screen and (max-width: 575px){
		ul.nav_list>li>a:after {
			content: "";
			display: block;
			width: 15px;
			height: 15px;
			background: url("assets/img/angle-down.svg") no-repeat scroll center / contain !important;
			margin-left: auto !important;
			-webkit-transition: .3s ease all;
			-o-transition: .3s ease all;
			transition: .3s ease all;
		}
	}
	@media only screen and (max-width: 575px) {
		p.columMobText {
			position: absolute;
			top: 0;
			white-space: nowrap;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			top: 18px;
			right: 75px;
		}
		.compare-colum {
			border: 0 !important;
			outline: none !important;
			width: 50%;
		}
		.pricing_os_tabs>.nav.nav-pills .nav-link {
			font-size: 20px !important;
			padding: 10px 0px 10px 0px !important;
		}
	}
	.faq_area {
		padding: 100px 0px 0px !important;
	}
	.log{
		color: #59ba41 !important;
	}
	ul.nav_list>li>a:after {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		background: url("assets/img/angle-down.svg") no-repeat scroll center / contain !important;
		margin-left: 5px;
		-webkit-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
	}
	.whiteFaqContent .accordion-button::after {
		background-image: url("assets/img/Icons/down-white.png") !important;
	}
	.close{
		font-size: 24px !important;
		color: red !important;
		font-weight: 900 !important;
	}
	.check{
		font-size: 24px !important;
		font-weight: 900 !important;
		color:#59ba41 !important;
	}
	.sticky{
		position:fixed !important;
		top:0;
		z-index:99;
	}
	.stick{
		display:none;
	}
	#scrollToTopBtn {
			display: none;
			position: fixed;
			bottom: 20px;
			right: 30px;
			z-index:99;
		}
    @media(max-width:992px){
	.remove{
		display:none !important;
	}
	.stick{
		display:block;
	}
  .osfeatureItem {
    padding-top:70px;
    padding-bottom:15px;
	}
	header.header_area {
		top: 10px;
	}
}
	@media(max-width:425px){
	#pills-android-tab, #pills-iphone-tab, #pills-mac-tab, #pills-win-tab{
	font-size:16px !important;
	}
	}
	.quicktour:after{
	display:none !important;
	}
	.spinner {
			margin: 0px auto;
			width: 100px;
			height: 100px;
			text-align: center;
			font-size: 10px;
		}
    .spinner>div {
      height: 100%;
      width: 7px;
      display: inline-block;
      -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
      animation: stretchdelay 1.2s infinite ease-in-out;
    }
    .spinner>.rect1 {
      background-color: #59BA41;
    }
    .spinner .rect2 {
      -webkit-animation-delay: -1.1s;
      background-color: #59BA41;
      animation-delay: -1.1s;
    }
    .spinner .rect3 {
      -webkit-animation-delay: -1.0s;
      background-color: #59BA41;
      animation-delay: -1.0s;
    }
    .spinner .rect4 {
      -webkit-animation-delay: -0.9s;
      background-color: #59BA41;
      animation-delay: -0.9s;
    }
    .spinner .rect5 {
      -webkit-animation-delay: -0.8s;
      background-color: #59BA41;
      animation-delay: -0.8s;
    }
    @-webkit-keyframes stretchdelay {
      0%,
      40%,
      100% {
        -webkit-transform: scaleY(0.4)
      }
      20% {
        -webkit-transform: scaleY(1.0)
      }
    }
    @keyframes stretchdelay {
      0%,
      40%,
      100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
      }
      20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
      }
    }
    .compare-colum.premiumColum {
		margin-bottom:9px !important;

			}
			ul.user_list {
				padding: 0px 0 40px;
			}
	.discount-image{
	position: absolute;
		left: auto;
		margin-left: -17px;
	}
	.sec-1 a, .sec-2 a{
	padding-top:15px;
	padding-bottom:7px;
	padding-left:30px;
	}
	.sec-1 a:hover, .sec-2 a:hover{
	background-color:#9e9e9e;
	color:white;
	}
	.selectLanguage{
	padding: 10px 27px;
	}
	.selectLanguage:hover{
	background: #000000c7;
	}
    .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 200px;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
    }
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
    }
	.osfeatureItem a{
	border-bottom:none !important;
	font-size:16px;
	}
	.compare-colum.featurecolum h2 {
		font-size: 1.9rem;
		line-height: 3rem;
	}
	.priBox{
	border: 1px solid #1644ce !important;
	}
	@media only screen and (max-width: 991px){

	.compare-colum.premiumColum.andpcoloumn {
		width: 50%;
	}
		}
		@media only screen and (max-width: 575px) {
			p.columMobText.and {
				position: absolute;
				top: 0;
				white-space: nowrap;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				top: 18px;
				right: 135px;
			}
			.package_box{
				position:sticky !important;
				top:0 !important;
			}
            .compare-colum.premiumColum.andpcoloumn {
    width: 50% !important;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.ultimateColum.anducoloumn {
    width: 50% !important;
    border: 0;
    background: #F8F9FA;
}
		}
        .compare-colum.featurecolum.andfcoloumn {
    width: 33%;
    border: 0;
    background: #F8F9FA;
}
.osfeatureItem{
    font-size:18px;
}
.compare-colum.ultimateColum.anducoloumn {
    width: 33%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.premiumColum.andpcoloumn {
    width: 33%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.andfcoloumn {
    width: 33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #ddd;
}
.la{
	font-size:30px;
}
.m-f{
	color: #041944;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: .027em;
    line-height: 1;
    font-size: 18px;
}
@media(max-width:445px){
	p.columMobText.and {
    right: 100px;
	font-size: 18px	!important;
}
.btn-shine {
    padding: 0px !important;
    margin-top: 50px !important;
}
.verify {
        font-size: 12px;
    }
}
@media(max-width:376px){
	p.columMobText.and {
    right: 85px;
	font-size: 18px	!important;
}
}
.package_icon {
    width: 40px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #59ba41 !important;
    border-radius: 20%;
}
.osfeatureItem a {
    color: #071d2b;
}
.and a {
    color: #071d2b;
    border-bottom: 1px dotted gray;
}
.osfeatureItem a:hover {
    color: #071d2b;
}

.and a:hover {
    color: #071d2b;
    border-bottom: 1px dotted gray;
}
.sticky-btns{
	border: none;
    color: #fffefe;
    background: #58bb42;
	position:relative;
	top:-140%;
    padding: 6px 15px;
    border-radius: 22px;
}
.btn-sec{
	display:inline-flex;
    width: 95%;
	background:white;
	padding-bottom:10px;
}
p.columMobText * {
    display: block;
}
@media only screen and (max-width: 575px) {
		.compare-colum.premiumColum.ipcoloum {
			width: 100% !important;
		}

		p.columMobText {
			right: 0px;
		}

		.ipack {
			position: fixed !important;
			top: 0;
		}
	}
	.compare-colum.icolum,
	.compare-colum.icol {
		width: 50% !important;
	}
    .compare-colum.premiumColum {
    outline: 2px solid #59ba41;
    position: relative;
    border: none;
    z-index: 2;
}
	.compare-colum.featurecolum.icoloum {
		width: 50%;
		border: 0;
		background: #F8F9FA;
	}

	.compare-colum.featurecolum.ipcoloum {
		width: 50%;
		border: 0;
		background: #F8F9FA;
	}
	.compare-colum.ipcoloum {
		width: 50%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		border: 1px solid #ddd;
	}

	.getStarted_area {
		background: #F8F9FA;
		margin-top: 0px;
	}

	.la {
		color: #ff7801;
		font-size: 30px;
	}
	.m-f {
		color: #041944;
		text-decoration: underline;
		font-weight: 600;
		letter-spacing: .027em;
		line-height: 1;
		font-size: 18px;
	}
	@media(max-width:425px) {
		p.columMobText {
			font-size: 18px !important;
		}
	}
	@media(max-width:321px) {
		p.columMobText {
			font-size: 18px !important;
		}
	}
	.package_icon {
		width: 40px;
		margin-right: 16px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		background-color: #59ba41 !important;
		border-radius: 20%;
	}
	.osfeatureItem a {
    color: #071d2b;
    border-bottom: 1px dotted gray;
}
.icoloum a {
    color: #071d2b;
    border-bottom: 1px dotted gray;

}
.ipcoloum a {
    color: #071d2b;
    border-bottom: 1px dotted gray;

}
.osfeatureItem a:hover {
    color: #071d2b;
    border-bottom: 1px dotted gray;

}
.icoloum a:hover {
    color: #071d2b;
    border-bottom: 1px dotted gray;

}
.ipcoloum a:hover {
    color: #071d2b;
    border-bottom: 1px dotted gray;

}
.iphonebuy a button{
	border-radius: 22px;
    color: white;
    border: none;
    background: #03bc4c;
    padding: 6px 15px;
	display:none;
    margin-top: 10px;
}
.iphonebuy a:hover{
		
		border-bottom:none;
	}

@media(max-width:768px){
	.iphonebuy a{
		display: block !important;
		border-bottom:none;
	}
	.iphonebuy a button{
		display: block;
		border-bottom:none;
	}
}
@media only screen and (max-width: 575px) {
			.compare-colum.premiumColum.mpcoloum {
				width: 100% !important;
			}
			.package_box{
				position:sticky;
				top:0;
			}
		}

		.compare-colum.featurecolum.mcoloum {
  
    width: 50%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.featurecolum.mpcoloum {
  
    width: 50%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.mpcoloum {
   
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #ddd;
}
.m-f{
	color: #041944;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: .027em;
    line-height: 1;
    font-size: 18px;
}
@media(max-width:425px){
	p.columMobText {
    
	font-size: 16px	!important;
}
}
@media(max-width:321px){
	p.columMobText {
    
	font-size: 16px	!important;
}
}
.la{
	color
}
.package_icon {
    width: 40px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #59ba41 !important;
    border-radius: 20%;
}
.box-height {
  min-height: 115px;
}
.macbuy a button{
	border-radius: 22px;
    color: white;
    border: none;
    background: #03bc4c;
    padding: 6px 15px;
	display:none;
    margin-top: 10px;
}
@media(max-width:768px){
	.macbuy a{
		display: block !important;
		border-bottom:none;
	}
	.macbuy a button{
		display: block;
		
	}
}
@media only screen and (max-width: 575px) {
			.compare-colum.premiumColum.wpcoloum {
				width: 100% !important;
			}
			.package_box{
				position:sticky;
				top:0;
			}
		}
		.compare-colum.featurecolum.wcoloum {
  
    width: 50%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.featurecolum.wpcoloum {
  
    width: 50%;
    border: 0;
    background: #F8F9FA;
}
.compare-colum.wpcoloum {
   
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #ddd;
}
.m-f{
	color: #041944;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: .027em;
    line-height: 1;
    font-size: 18px;
}
@media(max-width:425px){
	p.columMobText {
   
	font-size: 16px	!important;
}
}
@media(max-width:321px){
	p.columMobText {
   
	font-size: 16px	!important;
}
}
.package_icon {
    width: 40px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #59ba41 !important;
    border-radius: 20%;
}
.box-height {
  min-height: 115px;
}
.winbuy a button{
	border-radius: 22px;
    color: white;
    border: none;
    background: #03bc4c;
    padding: 6px 15px;
	display:none;
    margin-top: 10px;
}
@media(max-width:768px){
	.winbuy a{
		display: block !important;
		border-bottom:none;
	}
	.winbuy a button{
		display: block;
		
	}
	.btn-shine {
		font-size:15px !important;
	}
	.verify {
        font-size: 12px;
    }
}
.font {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-shine {
	position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
  color: transparent; 
  background: linear-gradient(to right, #59ba41 0, #fff 25%, #59ba41 20%);
  background-position: 0;
  -webkit-background-clip: text; 
  background-clip: text; 
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 17px !important;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 480px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 480px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 480px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 480px;
  }
  100% {
    background-position: 480px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 520px;
  }
  100% {
    background-position: 520px;
  }
}
.rating {
        font-size: 30px;
        cursor: pointer;
        float: inline-start;
    }

        .star {
            padding: 0px 1px 0px 1px;
            border: 1px solid #88ce90;
            border-radius: 8px;
        }

    .star::before {
        content: '\2605';
        color: #ddd;
    }

    .star.rated::before {
        content: '\2605';
        color: #ffc107;
    }

    .crossed {
      position: relative;
      display: inline-block;
  }
  .crossed::after {
   content: 'X';
	position: absolute;
	color: red;
	font-size: 23px;
	left: 19%;
	font-weight: 300;
	}

	.crossed-text {
  text-decoration: line-through;
  text-decoration-color: red;  /* Change this color to your desired color */
}
header.main .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gtranslate_wrapper {
  width: 100%; 
    margin: 0 !important;
    padding: 10px !important;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
}

.pricing-bg {
    position: absolute;
    /* background: #1134B9 !important; */
    left: 0;
    right: 0;
}
.gt_switcher-popup span {
    color: #fff !important;
}
.package_price span {
    font-size: 18px !important;
    font-weight: 600;
  }
	
