@media (max-width: 575px){
  .miwlo-digital-landing-banner-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 576px){
  .loading-text h1 {
    font-size: 50px;
  }
}

.miwlo-digital-landing-banner-image .dl-play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%,-50%) !important;
  z-index: 99;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

/*********************************** App Screenshot Area ******************/
@media (max-width: 1399px){
  .header-area-desktop {
    display: none !important;
  }
}

@media (max-width: 1399px){
  .miwlo-header-area-mobile {
    display: block !important;
  }
}


@media screen and (max-width: 767px){
  .mt-img-wrapper {
    margin-right: 0;
  }
}

/*********************************** Who Work with us ******************/
.who-work-with-us-image {
  opacity: 1;
  cursor: default;
  text-align: center;
}



/*********************************** download app list ******************/

.download-app-list{
  list-style-type: none;
}

.download-app-list li{
  margin-bottom: 1rem;
}


/*********************************** Contact Us ******************/

.miwlo-contact-area{
  /*background-color: #ffefeb;*/
  padding: 100px 0;
  margin: 50px auto;
}

.form-group svg{
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.comment_form .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.comment_form .input-group-prepend {
  margin-right: -1px;
}

.comment_form .input-field {
  width: calc(100% - 55px);
}

.comment_form .input-group-prepend .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.comment_form .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 100%;
}

.comment_form .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  background-color: #ff9f9f;
  border: 2px solid #ff9f9f;
  border-radius: 12px;
}

.comment_form .form-group i{
  color: #db4a7f;
  font-size: 18px;
}

.comment_form .input-field {
  border: 3px solid #ffdbe8;
  border-radius: 0 12px 12px 0px;
}
.comment_form .input-field {
  height: 50px;
  border: 2px solid #ff9f9f;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  padding: 0.625em 0.4375em;
  font-size: 18px;
  color: #666b6d;
}

.comment_form .input-field:focus{
  border-color: #f26464;
}

.comment_form select{
  background: #f7f7f7;
  background-image: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
}



/***************************** Order Now ********************************/
.order_form .input-field {
  height: 50px;
  border: 2px solid #bfac37;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  padding: 0.625em 0.4375em;
  font-size: 18px;
  color: #666b6d;
}

.order_form .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  background-color: #dbce82;
  border: 2px solid #bfac37;
  border-radius: 12px;
}

.order_form .input-field:focus{
    border-color: #8c7d27;
}

.order_form .miwlo-btn-pill.btn-orange {
  background-color: #dbce82;
}

.order_form .miwlo-btn-pill {
  background-color: #6513e1;
  color: #8C7D27;
  border: 2px solid #bfac37;
}

.order_form .miwlo-btn-pill.btn-orange:hover {
  border: 2px solid #8c7d27;
  background-color: transparent;
  color: #8c7d27;
}



/***************************** pricing-plan ********************************/

.pricing-plan .miwlo-pricing-plan-table{
  box-shadow: rgb(227, 227, 227) 0px 10px 22px 2px; 
}

.miwlo-pricing-plan-features.trail-plan ul li::before {
  background-image: url('../images/professional-check.png');
  background-size: 18px;
}

.miwlo-pricing-plan-features.trail-plan ul li.no::before {
  background-image: url('../images/trail-cross.png');
  background-size: 19px;
}

.miwlo-pricing-plan-features.individual-plan ul li::before {
  background-image: url('../images/professional-check.png');
  background-size: 18px;
}

.miwlo-pricing-plan-features.individual-plan ul li.no::before {
  background-image: url('../images/trail-cross.png');
  background-size: 19px;
}

.miwlo-pricing-plan-features.professional-plan ul li::before {
  background-image: url('../images/professional-check.png');
  background-size: 18px;
}

.miwlo-pricing-plan-features.professional-plan ul li.no::before {
  background-image: url('../images/professional-cross.png');
  background-size: 19px;
}

.miwlo-pricing-plan-features.business-plan ul li::before {
  background-image: url('../images/business-check.png');
  background-size: 18px;
}

.miwlo-pricing-plan-features.business-plan ul li.no::before {
  background-image: url('../images/business-cross.png');
  background-size: 19px;
}


/********************************* The English Test ********************************/


.dl-play-button {
  left: 50%;
  top: 50%;
  bottom: auto;
  max-width: 40%;
  transform: translate(-50%,-50%) !important;
}


@media (min-width: 768px){
  .miwlo-services-img-wrap {
    margin: 0 90px;
  }
}

@media (min-width: 576px){
  .miwlo-services-wrap .why-choice-options {
    padding-bottom: 40px;
  }
}


/**************************** CEFR ************************************/

p.first-word span{
  color: rgb(255, 255, 255);
  font-size: 30px;
}


/**************************** CEFR ************************************/

.miwlo-features-text-wrapper ul li{
  padding-left: 0;
}

.miwlo-features-text-wrapper ul li:before{
  background-image: none !important;
}