@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');


:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #2a9d8f;
  --popular: #ffdd40;
  --starter: #f73859;
  --essential: #00aeef;
  --professional: #ff7f45;
}

a.button-compare.button-txt {
    color: #F4F4F4 !important;
    font-size: 14px;
   padding: 4px 30px 4px 30px;
    border-radius: 20px;
    margin: 0px 0px 10px 0px;
    text-decoration :  none;
    /* font-family: poppins; */
}

body {
  background-color: transparent;
  font-family: 'Poppins';
}

.container {
  width: 100%;
}



.package-container h2 {
  font-size: 18px;
  font-family: 'Poppins';
  color: #202124;
  padding-bottom: 0px;
  margin: 0px !important;
  font-weight: 500;

}



span.zero {
    font-weight: 600;
    color: #202124 !important;
    font-size: 16px;
}


.button2 {
    background-image: linear-gradient(#BF2955,#931F55);
}

.button3 {
    background-image: linear-gradient(#BF2955,#931F55);
}
a.btn1:hover {
   color: #C7133C;

}

.btn1 {
   color: #E31947;
}



.package-whole{
  border: 1px solid;
  border-color: #e7e6e6;
}

sup.sup-cmpr {
    font-size: 10px !important;
    font-weight: 500;
    color: #E31947;
}






/* SWITCH STYLES plans start */
.switch-wrapper {
  position: relative;
  display: inline-flex;
/*   padding: 4px; */
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: transparent;
	padding: 0px;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white) !important;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 17px;
  text-align: center;
  z-index: 1;
  min-width: 100px;
  line-height: 25px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background:transparent;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
/* background-image: linear-gradient(to left, #8A1D54,#F2295B); */
	background-color: #E31947;
  transition: transform 0.25s ease-in-out;
}


/* SWITCH STYLES plans Ends*/

/* SWITCH STYLES for tab and mobiles plans start */

.switch-wrapper .highlighter-mobile {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
	color: #000;
/* background-image: linear-gradient(to left, #8A1D54,#F2295B) ; */
	background-color: #E31947;
  transition: transform 0.25s ease-in-out;
}

.switch-wrapper [type="radio"]:checked#monthly-m ~ label[for="monthly-m"],
.switch-wrapper [type="radio"]:checked#yearly-m ~ label[for="yearly-m"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly-m ~ label[for="monthly-m"]:hover,
.switch-wrapper [type="radio"]:checked#yearly-m ~ label[for="yearly-m"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly-m
  + label[for="yearly-m"]
  ~ .highlighter-mobile {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly-m
  + label[for="monthly-m"]
  ~ .highlighter-mobile {
  transform: translateX(100%);
}



/* SWITCH STYLES compare starts */
.switch-wrapper-c {
  position: relative;
  display: inline-flex;
/*   padding: 4px; */
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: transparent;
	padding: 0px;
}

.switch-wrapper-c [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper-c [type="radio"]:checked#monthly-c ~ label[for="monthly-c"],
.switch-wrapper-c [type="radio"]:checked#yearly-c ~ label[for="yearly-c"] {
  color: var(--white) !important;
}




.switch-wrapper-c [type="radio"]:checked#monthly-c ~ label[for="monthly-c"]:hover,
.switch-wrapper-c [type="radio"]:checked#yearly-c ~ label[for="yearly-c"]:hover {
  background: transparent;
}

.switch-wrapper-c
  [type="radio"]:checked#monthly-c
  + label[for="yearly-c"]
  ~ .highlighter-c {
  transform: none;
}

.switch-wrapper-c
  [type="radio"]:checked#yearly-c
  + label[for="monthly-c"]
  ~ .highlighter-c {
  transform: translateX(100%);
}

.switch-wrapper-c label {
  font-size: 16px;
  text-align: center;
  z-index: 1;
  min-width: 100px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper-c label:hover {
  background:transparent;
}

.switch-wrapper-c .highlighter-c {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
/* background-image: linear-gradient(to left, #8A1D54,#F2295B); */
	background-color: #E31947;
  transition: transform 0.25s ease-in-out;
}
a.button.button1 {
    color: #202124 !important;
    /* margin-top: 35px; */
}

/* SWITCH STYLES compare ends*/


.main-toggle {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* display: flex; */
}
.text-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -33px;
}
.text-custom p {
    line-height: 20px !important;
    font-size:12px;
	margin: 0px;
}

.text-yr{
	display:block;
}

.text-mon{
	display:none;
}






/* New And Final CSS */
.my-container-copmare{
  display: flex;
    justify-content: space-evenly;
    margin: 0px auto;
}


.package-container{
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
} 

.packages-compare {
  background-color: #F0F1F4;
  text-align: center;
  width: 180px;
  border-radius: 8px;
}










/* Compare CSS */

span.dot-annually {
    color: #fff0;
}

.main-text h1{
    font-size: 18px;
	color: #202124;
}
.text-wrapper{
	    text-align: left;
    width: 100%;
}
.my-container-copmare{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0px auto;
	background-color: #fff;
	justify-content: space-around;
}
.main-heading-whole{
	font-size: 18px !important;
	padding: 0px;
}
.currency-whole{
	font-size: 20px !important;
}
.text-whole{
	font-size: 34px !important;
	padding: 10px 0px;
}
sup.my-sup-compare{
    top: 10px !important;
    left: -58px !important;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #C62A55;
}
.packages-compare {
    margin: 0px 0px;
    width: 170px;
    padding: 10px 0px;
    height: 100%;
    /* background-color: transparent; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    flex-wrap: wrap;
    color: #202124;
}

.button-txt{
        background-color: #E31947;
    font-size: 12px;
}

.button-txt:hover{
        background-color: #C7133C;
    font-size: 12px;
}

.button a:hover{

	color: #F4F3F3 !important;
}
.text-yr-c{
	display:block;
  margin: 0px;
  font-weight: 600;
  color: #202124 !important;
  font-size: 16px !important;
}
.text-mon-c .wahaj {
  font-weight: 600;
  color: #202124 !important;
}
span.side-text-compare {
  font-size: 12px;
  font-weight: 400;
  color: #E31947;
}
.text-yr-c .wahaj {
  font-weight: 600;
  color: #202124 !important;
  font-size: 16px !important;
}

.text-yr-c {font-size: 12px !important;}
.text-mon-c{
	display:none;
	margin: 0px;
  font-weight: 600;
  color: #202124 !important;
  font-size: 16px !important;
}
h2.text-yr-c.billedannually {
       font-size: 10px!important;
    color: #5E5F6A;
    font-weight: 400 !important;
    
    
}

a.button.button-txt {
    color: #F4F4F4 !important;
    font-size: 14px;
    padding: 0px 20px 0px 20px;
}

.main-text h2{
    font-size: 24px;
}
.svg-feature {
    margin: 0px 10px 0px 0px;
}
svg#Group_1879 {
    width: 30px;
    height: 30px;
}

p.text-yr-c.billedannually {
    font-size: 10px !important;
    color: #5E5F6A;
    font-weight: 400 !important;
}



@media (min-width: 1200px) and (max-width: 1260px) {
.my-container-copmare {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0px auto;
    background-color: #fff;
    justify-content: space-between;
}

    .packages-compare {
    margin: 0px 0px;
    width: 159px;
    }
}

@media (max-width: 767px){

h3.list-heading.last-line.free-id {
     margin-top: 15px !important;
}
}