body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
}
/*  mobilde scroll */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.col-md-3.col-sm-6.col-xs-12.pricing-col-lf.list-feature {
    width: 300px !important;
}


#single-package,#full-package{
   
   
    justify-content: center;
}

.price-section .container {

    padding: auto!important;
}
 .circle-info p:after{
/*   content: url(/wp-content/uploads/2023/11/Info-Icon@2x.png); */
margin-left: 5px;
  margin-top: 2px;
  position: absolute;
}
 }
.pricing-section ul li {
    list-style-type: none ;
}
.pricing-section a {
    text-decoration: none ;
}
.business h5 {
    color: #fff !important;
}
.business .price-box sup {
    color: #fff !important;
}
.price-btn{
   font-weight: 600;
   background: #d31F23;
   color:#fff;
   padding:10px 20px;
   border-radius:6px;
     border: 2px solid #d31F23;
}
.price-btn:after{
    margin-left: 5px;
    content: url(/wp-content/uploads/2023/11/Vector.png);
  
} 
.business .pricing-footer .price-btn:after{
    margin-left: 5px;
    content: url(/wp-content/uploads/2023/11/Vector1.png) !important;
  
}
/* .pricing-col:hover > .pricing-card .pricing-footer .price-btn {
   
    background: #fff;
    font-weight: 600;
    color:#d31F23;
    padding:10px 20px;
    border-radius:6px;
}
 */


.price-btn:hover {
    color: #d31F23;
    background: #fff;
    border: 2px solid #d31F23;
}
.price-btn:hover:after {
    margin-left: 5px;
    content: url(/wp-content/uploads/2023/08/Vector-1.png);
    color: #d31F23;
    font-size: 16px;
    font-family: 'icomoon';
    font-weight: 600;
} 


/* .pricing-col:hover > .pricing-card .pricing-footer .price-btn:after{
    margin-left: 5px;
    content: "\e909";
    color: #d31F23;
    font-size: 16px;
    font-family: 'icomoon';
    font-weight: 600;
   
} */



input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

 input#toggle[type=checkbox]{
     display:none;
 }


 .custom-label {
    position: absolute;
    height: 40px;
    width: 120px;
    display: block; 
    top: 30px; bottom: 0; right: 0; left:0;
    z-index: 9999;
    cursor: pointer;
    margin: 0 auto;
}

.switch {
  display: block;
  position: relative;
  border-radius: 25px;
  background: #d62024;
  /* box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2); */
  height: 40px;
  width: 100px;
  margin: 0px auto 30px auto;
}

.switch .button {
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    height: 30px;
    width: 30px;
    top: 4px;
    left: 4px;
}


/* TOGGLE */

.switch .button {
    transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;
}

input[type=checkbox]:checked ~ .switch .button {
    position: absolute;
    left: 64px;
}

input[type=checkbox]:checked ~ .switch {
    background: #585858;
}


#full-package {
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#single-package
{
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


/*   Pricing Css Start   */

.pricing-wrapper {
 font-family: "Lato";
  display: flex;
}

.pricing-wrapper:hover .current {
  top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pricing-wrapper:hover .current .pricing-card {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: none;
}

.pricing-wrapper:hover .current .pricing-footer {
  /*  height: 80px; */
}

.pricing-wrapper:hover .current .pricing-footer a {
  bottom: 0;
  position: relative;
}

.pricing-wrapper:hover .current:hover {
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-wrapper:hover .current:hover .pricing-card {
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-wrapper:hover .current:hover .pricing-footer {
  height: 120px;
}

.pricing-wrapper:hover .current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.stripped-table [class*=col-] {
  padding: 0;
  margin: -1px;
}

.stripped-table .pricing-col {
  padding: 20px 0;
}

.stripped-table.current {
  padding-left: 0;
  padding-right: 0;
}

.stripped-table .ribbon {
  left: calc(100% - 124px);
}

/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-card {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 99;
}

/* =================== */
/*   Pricing Header    */
/* =================== */
.pricing-header {
  /* background: #fff; */
  position: relative;
  height: 200px;
  border-bottom: 1px solid #1976d2;
  margin-bottom: 0;
  text-align: center;
}
.business {
  
    background-color: #AF3C43;
}
.business .pricing-feature {
    margin-top: 10px;
	
}

.business .pricing-header h3 {
    color: #fff;
}
.business .green-icon {
   
    color: #fff;
}

.business .price-btn {

    color: #d31F23;
    background: #fff; 
}
.business .price-btn:hover {
    border:2px solid #fff;
    background: #d31F23;
    color: #fff; 
}
.business .price-btn:after {
  
    color: #d31F23;
   
}

p.month-section {
    color: #D62024;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.pricing-card-one {
    background: #F5F5F5;
    border: 1px solid #f5f5f5;
}

.pricing-card-two {
    background: #F5F5F5;
    border: 1px solid #f5f5f5;
}

.business .price-btn:hover:after {
    margin-left: 5px;
    content: url(/wp-content/uploads/2023/11/Vector.png) !important;
}
.business .price-box sup {
   
    color: #fff;
}
.pricing-header h3 {
    color: #0F0F0F;
    font-size: 24px;
    line-height: 24.4px;
    margin: 0 auto;
    padding: 15px 20px;
    text-transform: none;
    height: 80px;
}

.pricing-header p {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-style: italic;
}

/* =================== */
/*   Pricing Box       */
/* =================== */
.price-box {
  border-radius: 100px;
  display: block;
  margin: 0px auto;
  position: relative;
  line-height: 10px;
  height: 100px;
  width: 100px;
}

.price-box:before {
  border-radius: 50%;
  box-shadow: 0 0 0 5px white inset, 0 1px 2px transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.price-box .price {
  color: #fff;
  display: inline-block;
  font-family: "Lato";
  font-size: 34px;
  font-weight: 600;
  position: relative;
  letter-spacing: -2px;
}

.price-box .currency {
  font-size: 50%;
  font-weight: 600;
  left: -10px;
  line-height: inherit;
  position: absolute;
  top: -6px;
  letter-spacing: 0;
}

.price-box .plan {
  bottom: -26px;
font-family: "Lato";
  font-size: 36%;
  font-weight: 400;
  left: 0;
  letter-spacing: 0px !important;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: capitalize;
}

/* ============================ */
/*   Pricing Feature(Content)   */
/* ============================ */
.pricing-feature {
  position: relative;
  text-align: left;
 /* background-color: #fff; */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.pricing-feature li {
  list-style: none;
  padding: 3px 0;
  border-bottom: 0px solid #ddd;
  /* background: #eee; */
}

.pricing-feature li:last-child {
  border-bottom: none;
}

.pricing-feature li span {
  text-transform: capitalize;
  font-weight: bold;
}

.pricing-feature li span, .pricing-feature li i {
  float: right;
}

.pricing-feature li p {
  margin: 0;
  font-size: 14px;
  text-transform: capitalize;
/*   padding: 0 20px; */
  line-height: normal;
  font-weight: 500;
  color: #1d1d4d;
}

/* ============================ */
/*   Pricing Footer             */
/* ============================ */
.pricing-footer {
  /* border-top: 1px solid #ddd; */
  padding: 20px 20px;
  /* height: 80px; */
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  text-align: center;
}

.pricing-footer a {
  bottom: 0;
  margin-top: 20px;
  position: relative;
}

/* =================== */
/*   Pricing Ribbons     */
/* =================== */
.ribbon {
 background: #D62024;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  left: calc(100% - 110px);
  top: 70px;
  width: 120px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
  float: right;
  cursor: pointer;
}

.ribbon:hover {
  width: 120px;
}

.ribbon:hover span {
  visibility: visible;
  -webkit-transition: all 0.2s linear 0.18s;
          transition: all 0.2s linear 0.18s;
}

.ribbon span {
  top: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  float: left;
  visibility: visible;
  position: absolute;
  left: 29px;
}

.ribbon i {
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  margin: 6px;
  z-index: 10;
  float: left;
  margin-left: 11px;
}

/* ======================= */
/*   Pricing Comparison    */
/* ======================= */
.comparison-table [class*=col-] {
  padding: 0;
  margin: -1px;
}

.comparison-table .pricing-col {
  padding: 0px 0;
  margin: 10px 10px;
}

.comparison-table.current {
  padding-left: 0;
  padding-right: 0;
}

.comparison-table [class*=col-]:first-child {
  margin: 0;
}

.comparison-table [class*=col-]:first-child:hover {
  top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  top: 0px;
 
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 101;
}

.comparison-table [class*=col-]:first-child:hover .pricing-card {
  margin: 0;
  box-shadow: none;
}

.comparison-table .pricing-feature li {
  /* background: #fff; */
  text-align: center;
}

.comparison-table .pricing-feature li i {
  line-height: normal;
}

.comparison-table .pricing-feature li span, .comparison-table .pricing-feature li i {
  float: none;
}

.comparison-table .pricing-feature li:nth-child(2n+1) {
  /* background: #eee; */
}

.comparison-table .ribbon {
  left: calc(100% - 124px);
}

.list-feature {
  z-index: 0;
}

.list-feature .pricing-header {
   
    text-align: left;
   
}

.list-feature .pricing-header h5 {
  background: #fff !important;
  color: #424242;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  margin-top: 30px;
}

.list-feature .pricing-header p {
  color: #0F0F0F;
  margin-top: 5px;
}

.list-feature .pricing-feature li {
        text-align: left; 
        color: #0F0F0F;
       
}
.list-feature .pricing-feature li p {
        color: #0F0F0F;
		font-family: "Lato";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height:  23.4px;
}
.pricing-col {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* .pricing-col:hover {
  padding-bottom: 0;
  padding-top: 0;
} */

/* .pricing-col:hover > .pricing-card {
  top: 0px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 101;
} */

.pricing-col:hover > .pricing-card .pricing-footer {
  /* height: 80px; */
}

/* .pricing-col:hover > .pricing-card .pricing-footer a {
  bottom: 0px;
  position: relative;
} */

.pricing-col.current {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.current {
  top: 0;
}

.current .pricing-card {
  z-index: 100;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.current .pricing-footer {
  height: 120px;
}

.current .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.current:hover {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  top: 0px;
}

/* .current:hover .pricing-footer {
  height: 120px;
}

.current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
} */

/* ======================== */
/*   Tooltips               */
/* ======================== */
.tooltip {
  outline: none;
  color: inherit;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  cursor: help;
  border-bottom: 1px dotted;
  font-weight: normal !important;
}

.tooltip .tooltip-content {
  border-radius: 4px;
  position: absolute;
  color: #111;
  border: 1px solid #ddd;
  background: #f9f9f9;
  line-height: 1.6;
  font-weight: normal;
  font-size: 12px;
 font-family: "Lato";
  padding: 15px;
  bottom: 36px;
  left: -10px;
  margin: 0 auto;
  z-index: 9999;
  width: 200px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  visibility: hidden;
  opacity: 0;
  display: block;
}

.tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 0;
}

.tooltip:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/* ======================== */
/*   Button Color       */
/* ======================== */
.btn-act {
	font-family: "Lato";
  line-height: normal;
  padding: 9px 26px;
  border: 2px solid;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #666;
  vertical-align: middle;
  will-change: opacity, transform;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.btn-act.rounded {
  border-radius: 50px;
}

.btn-act.boxed {
  border-radius: 0;
}

.btn-act.btn-uppercase {
  text-transform: uppercase;
  font-size: 13px;
}

.btn-act.btn-capitalize {
  text-transform: capitalize;
}

.btn-act span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s linear;
          transition: left 0.2s linear;
}

.btn-act i {
  -webkit-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  opacity: 1;
  margin-left: 7px;
  position: absolute;
  line-height: inherit;
  margin-top: 2px;
}

.btn-act:hover {
  border-color: initial;
  background: initial;
}

.btn-act:hover span {
  left: -0.3em;
}

.btn-act:hover i {
  opacity: 1;
  margin-left: 0.25em;
}

.btn-act.btn-line {
  background: #fff;
  border-color: #616161;
  color: #616161;
}

.btn-act.btn-line:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}

.btn-act.btn-bg {
  background: #616161;
  border-color: #616161;
  color: #fff;
}

.btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

.title-page{
  margin-bottom:60px; 
  color: #484848;
  font-size:30px;
}

.content{
  padding: 60px;
  padding-bottom: 200px;
}


.style-2 .pricing-card,
.style-2 .pricing-footer {
  border: none;
}

.style-2 .pricing-header {
  margin: 0;
  border: none;
  height: 160px;
}

.style-2 .pricing-feature li {
  background: none;
  border-color: #42a5f5;
}

.style-2 .pricing-feature li p {
  color: #e3f2fd;
}

.style-2 .pricing-feature li p span, .style-2 .pricing-feature li p i {
  float: right;
  color: #fff;
}

.style-2 .pricing-feature li p .tooltip-content {
  color: #444;
}

.style-2 .pricing-feature li:last-child {
  border-bottom: 1px solid transparent;
  padding-top:30px;
}

.style-2 .price-box {
  margin: 20px auto;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
}

.style-2 .price-box:before {
  display: none;
  position: relative;
}

.style-2 .plan {
  bottom: 12px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 12px;
  width: 50px;
  text-align: left;
}

.style-2 .currency {
  top: auto;
  font-size: 30px;
  left: -20px;
  line-height: inherit;
  position: absolute;
  bottom: 10px;
  letter-spacing: 0;
  font-weight: 300;
}

.style-2 .price {
  font-size: 60px;
  font-weight: 400;
}

.style-2 .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.style-2 .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.style-2 .pricing-footer a:before {
  background: inherit;
}

.style-2.comparison-table .pricing-feature li:nth-child(2n+1) {
  background: inherit;
}

.style-2.comparison-table .pricing-feature li p {
  color: #fff;
}

.style-2.comparison-table .pricing-feature li p span, .style-2.comparison-table .pricing-feature li p i {
  float: none;
}

.style-2.comparison-table .list-feature .pricing-header {
  margin: 0;
  margin-bottom: -1px;
}

.style-2.comparison-table .list-feature .pricing-header h5 {
  margin-top: 0;
  font-size: 38px;
}

.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.style-2 .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}





.style-3 .pricing-card {
  border: 1px solid #ddd;
  padding-top:0px;
}

.style-3 .pricing-header {
  border-bottom: none;
  margin: 0;
  height: auto;
}

.style-3 .pricing-header h5 {
 /* background: #fff; */

  /* border-bottom: px solid #ddd; */
  font-weight: 600;
  
}
.style-3 .price-box h5 {	
color: #1E1E1E;
text-align: center;
font-family: Lato;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 50px; 
}

.style-3 .price-box sup {
    font-size: 14px;
    vertical-align: text-top;
    color:#d62024;
}

/* .pricing-col:hover .pricing-card .price-box h5,.pricing-col:hover .pricing-card .price-box sup {
   color:#fff;
} */


.style-3 .price-box {
  border-radius: 0;
  width: 100%;
  height: auto;
  border-top: 0px solid #ddd;
  padding-bottom: 0px;
  margin-bottom: -10px;
  padding-top: 20px;
}

.price-box.price-box-third-bg h5 {
    color: #ffffff !important;
text-align: center;
font-family: Lato;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 50px;
}

p.month-last-section {
    color: #FFF;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

/* p.main-heading {
    color: #0F0F0F;
    font-family: Lato;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
} */
.list-feature .pricing-feature li p{
	color: #0F0F0F;
    font-family: Lato;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.style-3 .price {
  color:  #0F0F0F;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
}
.style-3 .price:hover {
  color: #fff;
}

.style-3 .currency {
  top: -1px;
  font-size: 48px;
  left: 48px;
  font-weight: 300;
}

.style-3 .plan {
  bottom: 33px;
  left: 20px;
  margin: 0;
  left: calc(100% + 24px);
  font-weight: 500;
  font-size: 14px;
  width: 50px;
  text-align: revert;
  line-height: normal;
}

.style-3 .pricing-feature li {
  /* background: #fff; */
}

.style-3 .pricing-feature li:first-child {
  border-top: 0px solid #ddd;
}

.style-3 .pricing-feature li span, .style-3 .pricing-feature li i {
  float: right;
}

.style-3 .pricing-feature li:nth-child(2n+1) {
 
}

.style-3 .ribbon {
    top: -20px;
    right: 0px;
    left: auto;
    border-radius: 0;
    cursor: auto;
    text-align: left;
    color: #fff;
}

.style-3 .ribbon:after {
    border-right: 10px solid transparent;
    border-top: 7px solid #d6202494;
    bottom: -7px;
    content: "";
    position: absolute;
    right: 0;
}

.style-3 .person .price {
  /* color: #000; */
}

.style-3 .person .plan {
  color: #d62024;
}

.style-3 .corp .price {
  color: #4caf50;
}

.style-3 .corp .plan {
  color: #d62024;
}

.style-3 .unlim .price {
  /* color: #000; */
}

.style-3 .unlim .plan {
  color: #d62024;
}
/* .business .pricing-card .price-box h5,.pricing-col:hover .pricing-card .price-box sup {
   color:#fff;
} */
.style-3 .business .price {
  /* color: #000; */
}

.style-3 .business .plan {
  color:#d62024;
}

.style-3 .pricing-footer {
  /* background: #ccd1db; */
}

.style-3.comparison-table [class*=col-]:first-child {
  margin: 10px 5px;
}

.style-3.comparison-table .list-feature .pricing-header h3 {
    margin-top: 0;
    border-bottom: none;
    color: #0F0F0F;
    font-weight: 600;
}

.style-3.comparison-table .pricing-feature li p, .style-3.comparison-table .pricing-feature li i, .style-3.comparison-table .pricing-feature li span {
  float: none;
}

.style-3 .pricing-footer .btn-act.btn-line {
  background: #d62024;
  border-color: #d62024!important;
  color: white;
  border-radius: 5px !important;
}

.style-3 .pricing-footer .btn-act.btn-line:hover {
  background: #1d1d4d;
  border-color: #1d1d4d ;
  color: #fff;
}

.style-3 .pricing-footer .btn-act.btn-bg {
  background-color: #2196f3;
  border-color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}
.pricing-section
{
  padding: 50px 0px;
}
.pricing-h2
{
  text-align: center;
  font-size: 70px;
  line-height: normal;
  font-weight: 600;
}
.pricing-feature li p {
   
    font-size: 18px;
    line-height: 31.4px;
}
.green-icon
{
    font-weight: 200;
    font-size: 14px;
    color: #04AA64;
}
.red-icon
{
  font-weight: 200;
  font-size: 14px;
  color: #d62024;
}
.currency-100
{
  left: 69px;
}

.currency-second-100 {
  left: 91px !important;
}
.currency-second-80
{
  left: 68px!important;
}


/* .pricing-col:hover > .pricing-card > .pricing-feature li:hover 
{
  background: yellow;
} */

.pricing-feature:hover {
    /* position: relative; */
    /* text-align: left; */
    /* background-color: #d62024; */
}


/* .pricing-col:hover .pricing-card .pricing-feature .red-icon
{
  color: #fff;
}

.pricing-col:hover .pricing-card .pricing-feature .green-icon
{
  color: #fff;
} */
.pricing-col
{
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* .pricing-col:hover .pricing-card .pricing-feature p 
{
  color:#fff; 
}
 */

.pricing-col:hover .pricing-card .pricing-feature {

/* background-color: #d62024;  */
}


/* .pricing-col:hover {

background-color: #d62024;  
} */

/* .pricing-col:hover .pricing-card .pricing-header h3
{
  background-color: #d62024; 
   color:#fff; 
} */


.style-3 .list-feature .pricing-card {
    border: 0px solid #ddd;
    }

.pricing-col:hover .pricing-card .pricing-footer 
{
 /* background: #d62024; */
}

.custom-bg-blue
{
  /* background: #2196f3; */
}
.custom-bg-green
{
 /* background: #ffc107; */
}
/* .full-text
{
  padding-left: 108px;
  line-height: normal;
  font-weight: 500;
  color: #000;;
  font-size: 18px;
  padding-top: 10px;
  position: relative;
  top: -42px;
} */
.full-text
{
  padding-left: 108px;
  line-height: normal;
  font-weight: 500;
  color: #000;;
  font-size: 18px;
  padding-top: 10px;
  position: relative;
  top: -94px;
  left: 20px;
}
/* .monthly-text
{
    padding-left: 0px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    margin-left: -100px;
} */
.monthly-text
{
    padding-left: 0px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding-top: 10px;
    position: relative;
    right: 140px;
    top: -12px;
}
.price-box-first-bg
{
  /* background-color: #ffc107; */
}
.price-box-second-bg
{
  /* background-color: #1d1d4d; */
}
.price-box-third-bg
{
  /* background-color: #adb5bd; */
}



@media (max-width:768px){
	.pricing-card {
   
    width: 100% !important;
	 }
	
	.pricing-section {
	padding: 0px 0px;
    overflow-x: auto;
    padding-bottom: 20px;
}
	
	.list-feature .pricing-feature li p 
	{
       line-height: 24px !important;
    font-size: 12px !important;
	}
  .list-feature .pricing-header h5 {
    font-size: 12px;
}
.pricing-header h5 {
  font-size: 11px;
  padding: 15px 1px;
}

.list-feature .pricing-feature li p {
    color: #0F0F0F;
	font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.4px;
}
.style-3 .price-box h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.style-3 .price {
  color: #616161;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}
.style-3 .currency {
  top: 1px;
  font-size: 31px;
  left: 32px;
  font-weight: 300;
}
.style-3 .plan {
  bottom: 33px;
  left: 20px;
  margin: 0;
  left: calc(100% + 1px);
  font-weight: 500;
  font-size: 8px;
  width: 50px;
  text-align: revert;
  line-height: normal;
  top: -4px;
}
.currency-100 {
  left: 46px !important;
}
.pricing-footer {
  border-top: 0px solid #ddd;
  padding: 0 5px;
  height: 80px;
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  text-align: center;
}
.list-feature .pricing-header 
{
  background: #fff;
  padding: 0px 80px 0px 0px;
  text-align: left;
  margin-top: -2px;
}
	
	
}
/*   Pricing Css End   */


/* CSS for mobile view */
@media only screen and (max-width: 767px) {
  /* Adjust column widths */
  .col-md-8,
  .col-sm-8,
  .col-lg-8 {
    width: 100%;
    margin-bottom: 20px; /* Add some spacing between columns */
  }
  
	
	
	
  /* Hide certain elements on mobile */
  .custom-label {
    display: none; /* Hide the label associated with the toggle checkbox */
  }
  
  /* Adjust pricing card layout */
  .pricing-col {
    width: 100%; /* Make each pricing column full width on mobile */
    float: none; /* Remove floating */
  }
  
  /* Adjust pricing footer layout */
  .pricing-footer {
    text-align: center; /* Center-align text in pricing footer */
  }
  
  /* Adjust pricing header layout */
  .pricing-header {
    text-align: center; /* Center-align text in pricing header */
  }
}




/* CSS for Mobile Screens one by one column */

/*   @media (max-width: 767px) {
  .pricing-wrapper.comparison-table {
    display: flex;
    flex-wrap: wrap;
	margin-right: 150px !important;
  }
  
	.style-3 .pricing-card{
		border: none;
	}
	
	
  .pricing-col {
    width: 70% !important; 
	margin-right: 50px !important;
  }
	  
	  .business .pricing-feature {
    text-align: center;
  }
  .business .pricing-feature li {
    padding-right: 70px; 
   
  }
	  p.month-last-section {
    padding-right: 70px;
}

	  .pricing-col-lf.list-feature {
    padding-left: 25px;
}
}  */


/* @media (max-width: 768px) {
  .pricing-col {
    max-width: none; 
    margin-right: 0; 
  }
}  */

/* horizontal scroll css for mobile  */


/* CSS for mobile devices */
 @media only screen and (max-width: 767px) {
 
 .pricing-wrapper {
    white-space: nowrap; 
  }
	 .pricing-feature li p {
    font-size: 18px;
    line-height: 23.4px;
}
	
  .pricing-col {
    display: inline-block; 
    vertical-align: top; 
    width: calc(100% - 10px); 
    margin-right: 10px; 
    margin-bottom: 10px; 
	white-space: normal;
  }

  .pricing-col:last-child {
    margin-right: 0; 
  }
	 
	 #single-package,#full-package{
   justify-content:flex-start;
}

}


@media only screen and (min-width: 769px) and (max-width: 992px)
{
	.pricing-section {
    padding: 0px 0px;
    overflow-x: auto;
    padding-bottom: 20px;
}
}
 

