::selection {
    background-color: #E94545;
    color: white;
}
.w-100 {
    width: 100%;
}
.col-3 {
    width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-7 {
  width: 58%;
}
.col-5{
    width: 42%;
}
@media screen and (min-width: 768px)  and (max-width: 1023px) {
    .col-3 {
        width: 50%;
    } 
}
@media screen and (max-width: 767px) {
    .col-7 , .col-5, .col-4, .col-3 {
        width: 100%;
    }
    br{
        display: none;
    }
    .btn-text .btn-text-inner {
      text-align: center;
    }
  
}

.pd-bt-50 {
    margin-bottom: 50px;
}
.mg-top-30 {
    margin-top: 30px;
}
.pd-lf-40 {
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .pd-lf-40 {
        padding: 0;
    }
}
.full-col .col-12{
    width: 100%;
}
.half-col .col-6{
    width: 50%;
}
.half-five .col-2 {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .half-five .col-2, .half-col .col-6{
        width: 100%;
    }
}

.text-center  {
    text-align: center;
}
.align-center {
    align-items: center;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-20{
   margin-top: 20px; 
}
.m-top-30{
   margin-top: 30px; 
}
.m-top-100 {
    margin-top: 100px;
}
.content-center {
    justify-content: center;
}
.d-inline{
    display: inline-block;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.font-22{
    font-size: 22px;
}
.justify-content-center{
    justify-content: center;
}
.justify-space-between{
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .header-logo img {
        width: 240px;
        margin-top: -17px;
    }
}
/* .home-header .personal-image img {
    bottom: -10%;
} */

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .home-header .personal-image img {
        bottom: 0;
    }
}
@media screen and (max-width: 1023px) {
  .home-header .personal-image img {
        bottom: 0;
    }
}
/* === Home page Hero section === */
.home-header .flex-col p {
    font-size: 1.2em;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.home-header .row .flex-col h2{
    line-height: 1.2;
    margin-bottom: 0;
    font-size: clamp(4.5em, 2.3vw, 2.5em);
	font-weight:800;
}
.home-header .row .flex-col h2 span{
    display: block;
}
@media screen and (max-width: 1024px) {
   .home-header .row .flex-col h2 {
		font-size: clamp(3.5em, 2.3vw, 2.5em);
	}
}

@media screen and (max-width: 767px) {
   .home-header .row .flex-col h2 {
		font-size: clamp(2em, 2.3vw, 2.5em);
	}
}

/* === Home page Service section === */
.develop-list-sec {
    padding: 100px 0 0;
}
.develop-list-sec h4 {
    margin: 0;
    /* font-size: 3em; */
    text-align: center;
    color: #151515;
    line-height: 1.3em;
}
.develop-list-sec figure {
    margin-bottom: 30px;
    /* text-align: center; */
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .develop-list-sec figure{
        margin: 0 15px 30px;
    }
}
.develop-list-sec figure img {
    width: 84px;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto 15px;
}
.develop-list-sec figure figcaption h5 {
    font-size: 1.22em;
    text-transform: unset;
    /* font-weight: 600; */
    margin-bottom: 15px;
    line-height: 1.2em;
    color: #151515;
    opacity: 1;
}
.develop-list-sec figure figcaption h5:before {
    content: "";
    background: url(/wp-content/uploads/2024/05/earth-globe.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
}
.develop-list-sec figure figcaption p {
    font-size: 0.85em;
    line-height: 1.5em;
    color: #4a4a4a;
    opacity: 1;
  }
@media screen and (max-width: 767px) {
    .develop-list-sec h4 {
        font-size: 2em;
    }
    .develop-list-sec {
        padding: 60px 0 0;
    }
    .pd-bt-50 {
      margin-bottom: 30px;
    }
    .develop-list-sec figure {
      margin-right: 0;
      margin-left: 0;
    }
}
.recentwork-title h5 {
    font-size: 1.3em;
    line-height: 1.4em;
}
.counter-status .counting {
    font-size: clamp(1.55em, 2.5vw, 2em);
}
.counter-status h5 {
    font-size: 0.8em;
    opacity: 0.6;
}
@media screen and (min-width: 768px)  and (max-width: 1023px) {
    .home-intro{
        padding: 70px 0;
    }
    .home-intro > .container, .develop-list-sec > .container{
      padding: 0 30px;
    }
    .work-tiles-home > .container {
         padding: 0 20px;
    }
}
.home-intro h4 {
    font-size: clamp(1.55em, 2vw, 2.5em);
}
.home-intro p {
    font-size: 1em;
    line-height: 1.6em;
  }
.counter-status .row {
    justify-content: space-between;
}
.sec-title h5 {
    font-size: 24px;
    text-transform: unset;
    opacity: 1;
    color: #e94545;
}
.testimonial-sec {
    padding-bottom: 100px;
}
.testimonial-sec .info-text{
    margin-bottom: 30px;
}
.testimonial-sec .sec-title h4 {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .testimonial-sec {
      padding: 60px 0 30px;
      display: none;
    }
}
.content-testimonial {
    padding: 1em 40px;
    background: #f443360a;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content-testimonial p {
    font-size: 0.85em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .content-testimonial {
        padding: 1em 20px;
    }
}
.content-testimonial p {
    margin-bottom: 5px;
}
.content-testimonial .testimonial_box_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
}
.content-testimonial .testimonial_box_content h5 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    opacity: 10;
}
/* === About Us page === */
.skills-list {
    width: 100%;
}
.about-content p {
    font-size: 1em;
    line-height: 1.55em;
}
.about-content h5 {
    font-size: 1.5em;
    opacity: 1;
    color: #000;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 50px;
}
.technologies-list {
    padding: 100px 0;
}
@media screen and (max-width: 767px) {
   .technologies-list {
        padding: 60px 0;
    }
}
.technologies-list h4 {
    margin-bottom: 15px;
}
.technologies-list p{
    font-size: 0.92em;
}
.skills-list ul li img {
    height: 74px;
    display: block;
    margin: 0 auto;
}
.skills-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #eae5e5;
}
.skills-list ul li {
    width: 25%;
    border: 1px solid #eae5e5;
    padding: 20px;
    border-right: 0;
    transition: all 0.3s ease;
    border-bottom: 0;
    border-left: 0;
}
.skills-list ul li span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.skills-list ul li span:before {
    content: "";
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #e94545;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0px;
}


@media screen and (max-width: 767px) {
    .skills-list ul li {
      width: 50%;
      border: 1px solid #f6f6f6;
      padding: 20px;
    }
    .skills-list ul li span {
      margin-top: 15px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
    }
}


/*==== Price Table ====*/
/*.price-table .container{
    max-width: 1600px;
}*/
.box-gap {
   column-gap: 40px;
}
.bf--tier {
  min-height: 200px;
  padding: 30px;
  margin: 0;
  width: 34%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e945454d;
  transition: all 0.5s ease;
/*   box-shadow: 0 20px 40px -12px rgba(233, 69, 69, 0.21); */
}
.bf--tier:nth-child(2) img
{
  opacity: 0.7;
}
.bf--tier:last-child img{
  opacity: .4;
}
.bf--tier h4 {
  margin-bottom: 0;
  font-size: 34px;
}
.bf--tier span {
  font-size: 40px;
  color: #e94545;
  line-height: 1.2;
  font-weight: 600;
}
.bf--tier h4 {
  margin: 30px 0 5px 0;
  font-size: 35px;
  line-height: 1.3;
}
.bf--tier p {
    line-height: 1.4;
    font-size: 0.82em;
}
.price-sec-box .col-7{
    padding-right: 30px;
}
.price-sec-box {
  padding: 50px 0;
}
.custom-price{
    margin-top: 70px;
}
.custom-price h4 {
  margin-bottom: 5px;
}
.connect-btn{
    margin-top: 30px;
}
.bf--tier img{
    width: 50px;
}
.op-07 {
    opacity: 0.7;
}
.op-04{
    opacity: 0.4;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .box-gap {
        column-gap: 20px;
      
    }
    .bf--tier span{
        font-size: 30px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .box-gap {
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .price-sec-box .box-gap .bf--tier{
        width: 47.5%
    }
}
@media screen and (max-width: 767px) {
    .box-gap {
        column-gap: 0;
        flex-direction: column;
        row-gap: 30px;
    }
    .price-sec-box .box-gap .bf--tier{
        width: 100%
    }
    .bf--tier span{
        font-size: 30px;
    }
    .bf--tier h4 {
        font-size: 30px;
    }
}

/*============================================================================================================
                            White Label WordPress Development
==============================================================================================================*/
.col-gap-30{
    column-gap: 30px;
}
.nowrap{
    flex-wrap: nowrap; 
}
.white-label-wp h3, .white-label-wp h1, .white-label-wp h2, .white-label-wp h5, .white-label-wp h6 {
    color: #111;
}
.white-label-wp h1 {
    font-size: calc(clamp(3.25em, 6vw, 8em) * .600);
    margin-bottom: 30px;
	line-height:1.2;
}
.white-label-wp .hero-section p{
    font-size: 1.5em;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .white-label-wp .hero-section p {
        font-size: 1.2em;
    }
}
.white-label-wp .hero-section   b{
    color: #E94545;
}
.hero-info-list{
    margin-top: 50px;
}

.btn-group-wrap{
    margin-top: 50px;
}
.btn-group-wrap .btn-normal {
    display: flex;
    align-items: center;
}
.btn-group-wrap .btn-normal a{
    margin-right: 15px;
    height: 3.5em;
}
.btn-group-wrap .btn-normal .btn-text{
    padding: 0 3em;
}
.wp-slide-left li {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.light-bg{
    background: #f9f9f9;
}
.top-bottom-100-pd {
    padding: 100px 0;
}
@media screen and (max-width: 1200px) {
    .top-bottom-100-pd {
        padding: 80px 0;
    } 
}
@media screen and (max-width: 1023px) {
    .top-bottom-100-pd {
        padding: 70px 0;
    } 
}
@media screen and (max-width: 767px) {
    .top-bottom-100-pd {
        padding: 60px 0;
    } 
}
.white-label-agency figure {
    margin: 0;
    padding: 0 30px;
}

.container-md{
    max-width: 1300px;
    padding: 0 15px;
}
.white-label-wp h3
{
    font-size: clamp(2.1em, 2.5vw, 2.5em);
  margin-bottom: 10px;
}
.service-item
{
  background: #fff;
  padding:30px;
  border-radius: 10px;
  margin-top: 30px;
  column-gap: 25px;
  width: 48.5%;
  border: 1px solid #e945454d;
  transition: all 0.5s ease;
}
.service-item:hover
{
  border: 1px solid #fff;
  box-shadow: 0 20px 40px -12px rgba(233, 69, 69, 0.21);
}
.service-item .item-img img{
  width: 150px;
	opacity: 0.9;
}
.service-item .item-content h4
{
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.service-item .item-content p{
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
    .service-item {
        padding: 20px;
        width: 48%;
      }
      .service-item .item-content h4 {
     
        font-size: 22px;
        
      }
    .col-gap-30 {
        column-gap: 20px;
    }
    .service-item .item-content p {
        font-size: 16px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 767px) {
    .service-item {
        padding: 20px;
        width: 100%;
    }
}

.page-template-white-label-wordpress-development .price-sec-box
{
  padding: 50px 0 0;
}

.why-multicode-section {
    padding: 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .why-multicode-section .half-col > .col-6{
        width: 100%;
    }
    .why-multicode-section  .build-website-col .col-6{
        width: 50%;
    }
    .build-website-col{
        margin-top: 50px;
      }
}
@media screen and (max-width: 767px) {
    .why-multicode-section {
        padding: 60px 0;
    }
   
    .why-multicode-section p {
        font-size: 18px;
        line-height: 1.5;
      }
      .build-website-col{
        margin-top: 50px;
      }
}
.why-multicode-section h2{
    margin-bottom: 30px;
}
.why-multicode-section h4 {
    font-size: clamp(1.5em, 1vw, 1.6em);
}
.build-website-col figure {
    margin: 0;
    text-align: center;
    height: 100%;
    padding:15px 30px;
}
.build-website-col figure img {
    height: 100px;
	opacity: 0.9;
}
.build-website-col figure figcaption {
    margin-top: 20px;
    font-size: 1.1em;
    line-height: 1.5;
}
.build-website-col figure figcaption b{
    color: #E94545;
}
.info-text p {
    font-size: 1.2em;
}
.feature, .theme-logos, .builder-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.justify-content-start
{
  justify-content: flex-start;
}
.feature .block figure {
    margin: 0;
}
.support-process-section .feature .builder-blocks {
    width: 25%;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.support-process-section .feature .builder-blocks figure {
    margin: 0;
}
.support-process-section .feature .builder-blocks figure figcaption {
    margin-top: 15px;
    font-size: 20px;
}
.feature .block figure > span {
    height: 8em;
    width: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #e94545;
    margin: 0 auto;
    position: relative;
}
.feature .block figure > span img {
    max-height: 4em;
    max-width: 4em;
}
.feature .block figure figcaption {
    margin-top: 16px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.feature .block figure > span:before {
    background-image: url('/assets/img/wlb-supt-pro-arrow-1.png');
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    width: 5em;
    height: 1.5em;
    right: -9em;
    top: 3em;
    background-size: 100% auto;
}
.feature .block:nth-child(4) span:before {
    background-image: url('/assets/img/wlb-supt-pro-arrow-4.png');
    width: 5em;
    height: 4.4em;
    top: auto;
    bottom: -13em;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.feature .block:nth-child(6) span:before,.feature .block:nth-child(5) span:before {
    background-image: url('/assets/img/wlb-supt-pro-arrow-5.png');
}       
.feature .block:last-child  span:before{
    content: none;
}
.wp-themes-sec .info-text{
    padding-right: 50px;
}
.page-builder-section  .info-text{
    padding-left: 50px;
}
.payment-multicode-section .builder-logos{
    margin-top: 30px;
}
.payment-multicode-section .builder-logos .builder-blocks{
    width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .wp-themes-sec .col-5, .wp-themes-sec .col-7 {
        width: 100%;
      }
      .support-process-section .feature .builder-blocks{
        padding-left: 0;
     padding-right: 0;
      }
}
@media screen and (max-width: 767px) {
   
    .support-process-section .feature .builder-blocks {
        width: 50%;
        padding: 0 0 30px 0;
      }
    .wp-themes-sec .info-text {
        padding-right: 0;
      }
      .payment-multicode-section .builder-logos .builder-blocks {

        padding: 0 5px 30px 0;
      }
}
/* .theme-logos .logos-block {
    width: 25%;
    padding-left: 1em;
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px; 
} */
/* .theme-logos .logos-block figure img{
    margin-bottom: 20px;
} */
/* .theme-logos .logos-block figure {
    height: 100%;
    padding: 1em;
    display: flex;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     border: 1px solid #e945454d;
  transition: all 0.5s ease;
} */
/* .theme-logos .logos-block figure:hover
{
  border: 1px solid #fff;
  box-shadow: 0 20px 40px -12px rgba(233, 69, 69, 0.21);
}
.payment-multicode-section .logos-block figure img {
    height: auto;
    
} */
/* .theme-logos .logos-block figure figcaption
{
  margin-top: auto;
  font-weight: 500;
  font-size: 1em;
  color: black;
} */

.builder-logos .builder-blocks span {
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto;
    flex-direction: column;
    color: #fff;
    text-align: center;
    height: 10em;
    width: 10em;
    border: 1px solid #e945454d;
    transition: all 0.5s ease;
}
.builder-logos .builder-blocks span:hover{
     border: 1px solid #fff;
  box-shadow: 0 20px 40px -12px rgba(233, 69, 69, 0.21);
}
.wp-themes-sec .builder-logos .builder-blocks span
{
  background: #fff;
}
.builder-logos .builder-blocks {
    width: 25%;
    padding: 30px 15px;
    text-align: center;
}
.builder-logos .builder-blocks span img {
    width: 110px;
    height: 110px;
    border-radius: 15px;
    object-fit: contain;
}
.builder-logos .builder-blocks p
{
  letter-spacing: 0.5px;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
.multidos-apart-section .white-label-list {
    padding: 0 50px;
}
.payment-logos .logos-block{
    width: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
    .builder-logos .builder-blocks{
        width: 33.33%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .payment-multicode-section .builder-logos .builder-blocks {
        padding: 30px 3px 0;
    }
    .builder-logos .builder-blocks {
        padding: 30px 0 0;
      }
      .wp-themes-sec .info-text {
        padding-right: 0;
      }
      .page-builder-section .row {
        flex-direction: column-reverse;
      }
      .page-builder-section .info-text {
        padding-left: 0;
      }
      .page-builder-section .col-5, .page-builder-section .col-7{
        width: 100%;;
      }
}
@media screen and (max-width: 767px) {
    .wp-themes-sec .row{
        flex-direction: column;
    }
    .builder-logos .builder-blocks {
        width: 50%;
        padding: 30px 0 0 0;
    }
    .builder-logos .builder-blocks p {
        line-height: 1.3;
        padding: 0 5px;
      }
      .page-builder-section .info-text {
        padding-left: 0;
      }
      .page-builder-section .row {
        flex-direction: column-reverse;
      }
	
	
}

.btn-contact-send input {
    padding: 0;
    background: transparent !important;
    font-weight: 400;
    font-size: 20px;
}
.multicode-contact .footer-rounded-div,
.multicode-contact  .footer-wrap, 
.error404  .footer-rounded-div,
.error404  .footer-wrap,
.page-template-thank-you .footer-rounded-div,
.page-template-thank-you .footer-wrap {
    display: none;
}
.form-box br{
    display: none;
}
.wpcf7-form-control-wrap {
  position: unset;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  width: 300px;
}
.wpcf7 form .wpcf7-response-output {
    padding: 5px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}


.error-404,
.thank-you-sec  {
    height: 100vh;
}
.error-404 .container,
.thank-you-sec .container {
    max-width: 1000px;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}  
.heading-404,
.thank-you-icon{
    position: relative;
}
.error-404 h1,
.thank-you-sec  h1 {
    margin: 0 0 50px 0;
    font-size: calc(clamp(3.25em, 7vw, 8em) * 1.6);
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.thank-you-sec  h1 {
    font-size: calc(clamp(3.25em, 7vw, 8em) * 1);
    margin: 0 0 100px 0;
    padding-bottom: 70px;

}
.heading-404 .digital-ball,
.thank-you-sec  .digital-ball {
    width: clamp(7em, 8vw, 9em);
    height: clamp(7em, 8vw, 9em);
    top: auto;
    right: 40px;
    bottom: -27%;
    transform: unset;
}
.thank-you-sec .digital-ball {
    width: clamp(6em, 5vw, 7em);
    height: clamp(6em, 5vw, 7em);
    right: 0;
    bottom: -29%;
    left: 0;
    margin: 0 auto;
}
.error-404 h4,
.thank-you-sec  h4{
    font-size: clamp(2em, 2.3vw, 2.5em);
    line-height: 1.3;
    margin-bottom: 0.3em;
}
.error-404 p,
.thank-you-sec p {
    font-size: 1.3em;
}


.work-sec h1 {
margin-bottom: 20px;
}
.work-sec p {
font-size: 1.3em;
line-height: 1.4;
}

.support-section .connect-btn {
margin: 0 0 100px;
border-top: 2px solid #f9f9f9;
padding-top: 50px;
}
.support-section h4{
    margin-bottom: 15px;
}


/*=== Plan Info About Us Page ===*/
.out-plan-info-wrp h4 {
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 1.4;
    display: block;
  }
.out-plan-info-wrp {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e945454d;
    transition: all 0.5s ease;
/*     box-shadow: 0 20px 40px -12px rgba(233, 69, 69, 0.21); */
    margin-top: 40px;
    padding: 50px 30px;
}
.out-plan-info-wrp .accordion .plan-list {
  margin-bottom: 0;
  border-bottom: 2px solid #ddd;
}
.out-plan-info-wrp .accordion .plan-list a {
    padding: 25px 20px;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 1.3;
  }
  .out-plan-info-wrp .accordion .plan-list a:focus{
    outline: 0;
  }
  .out-plan-info-wrp .accordion .plan-list .inner {
    display: none;
    padding: 10px 20px 30px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
  }
  .out-plan-info-wrp .accordion .plan-list:last-child {
    border-bottom: 0;
  }
  .out-plan-info-wrp .accordion .plan-list a {
    padding: 20px;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 1.3;
    position: relative;
    transition: all 0.5s  ease;
  }
  .out-plan-info-wrp .accordion .plan-list a.toggle.active,
  .out-plan-info-wrp .accordion .plan-list a:hover {
    color: #e94545;
  }
  .out-plan-info-wrp .accordion .plan-list .inner ul {
    margin: 20px 0;
  }
  .out-plan-info-wrp .accordion .plan-list .inner ul li {
    position: relative;
    padding-left: 16px;
    font-weight: 400;
    margin-top: 5px;
  }
  .out-plan-info-wrp .accordion .plan-list .inner ul li::before {
    content: "";
    background: #e94545;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 50px;
  }
  
  .out-plan-info-wrp .accordion .plan-list a::after {
    content: "";
    background: #0000;
    height: 15px;
    width: 15px;
    display: inherit;
    position: absolute;
    right: 24px;
    top: 24px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
  .out-plan-info-wrp .accordion .plan-list a::before {
    content: "";
    background: url(/wp-content/uploads/2024/05/earth-globe.png) no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    vertical-align: sub;
    margin-right: 10px;
    mix-blend-mode: luminosity;
}   
    .out-plan-info-wrp .accordion .plan-list a:hover::before,
    .out-plan-info-wrp .accordion .plan-list a.active::before{
        mix-blend-mode: unset;
    }
  .out-plan-info-wrp .accordion .plan-list a:hover::after{
    border-right: 2px solid #e94545;
    border-bottom: 2px solid #e94545;
  }
  .out-plan-info-wrp .accordion .plan-list a.toggle.active::after   {
    transform: rotate(-136deg);
    border-right: 2px solid #e94545;
    border-bottom: 2px solid #e94545;
  }
  