#about_section .about-text::after {
    right: unset;
    left: 0;
}

#about_section .about-title::after, #feature_section .feature-title::after, #testimonial_section .testimonial-title::after {
    right: unset;
    left: 0;
}

#statistic_section .cms-edit-content, #statistic_section .cms-upload-img {
    border: 2px solid #FFFFFF;
}

#statistic_section .statistic-container .statistic-item:not(:nth-child(3)):not(:last-child)::after {
    left: unset;
    right: 0;
}


#feature_section .feature-sub-title > span::after {
    right: unset;
    left: 20px;
}

#testimonial_section .testimonial-sub-title::before {
    left: unset;
    right: 10px;
}

#testimonial_section .testimonial-sub-title::after {
    right: unset;
    left: 10px;
}

#footer_section .bullets {
    margin-right: unset;
    margin-left: -6px;
}

#footer_section .offices-info::before {
    right: unset;
    left: 0;
}

.banner_section .banner-img {
    background-position: left;
}

.call-us-container::after {
    right: unset;
    left: 0;
}

.checkmark {
    left: -10px;
}

.testimonial-sub-title > div p::before {
    background-image: url('../../img/cms/quote-end.svg');
    left: unset;
    right: 10px;
    top: 5px;
}

.testimonial-sub-title > div p::after {
    background-image: url('../../img/cms/quote-begin.svg');
    right: unset;
    left: 10px;
}

.line-between-img {
    left: unset;
    right: 0;
}

.feature-sub-title div::after {
    right: unset;
    left: 23px;
}

#feature_section .feature-title::after, .testimonial-title::after, .subscription-section-title::after, .editor-about-title::after, .services-title::after, .our-team-title::after, .faq-title::after {
    right: unset;
    left: 0;
}

.navbar#qistas_cms_nav {
    padding: 60px 10px 10px 80px;
}

#qistas_cms_nav.scrolled {
    padding: 15px 10px 10px 80px;
}

@media only screen and (max-width: 1024px) {
    #qistas_cms_nav .nav-item .nav-link {
      font-size: 14px;
    }
  
    .navbar#qistas_cms_nav {
      padding: 55px 0px 25px 0px ;
    }
    #qistas_cms_nav.scrolled {
        padding: 15px 0px 10px 0px;
    }
  }
  .globe-container .globe-item:not(.last):not(.first)::after{
    content: ""; width: 1px; background-color: white; height: 45px; position: absolute; top: 0px; right: -56px; 
  }

  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .install-app-text-container{
      top:38% !important;
    }
    .socials-div{
      display: grid;
      justify-content: start;
    }
  }

   @media only screen and (min-width: 1299px) {
    #globe_section .globe-container{
      flex-wrap: nowrap !important;
    }
    
   }
   
  @media only screen and (max-width: 380px) {
    .span-of-section-7-content p{
      font-size: 5px !important;
    }
    .captcha{
      position: relative;
      
    }
    .captcha > div{
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      position: relative;
      left: -45px;
      right: unset;
    } 
   
  }
  @media only screen and (max-width: 1099px) {
   #statistic_section .banner-img{
    background-position: unset !important ;
   }
  }
  

  #contact_us_form .g-recaptcha > div:first-of-type {
    position: relative;
    left: 12px;
    width: 100% !important;
  }
  
  .captcha { 
    padding-left:10px;
    padding-right:0px;
  }
  @media only screen and (max-width: 491px) {

    .globe-container .globe-item:not(.last):not(.first)::after {
        width: 0px !important;
    }
    
  }
  


/*****************************************************/
/*******************************************************/
/*****************************************************/
/*******************Media Queries************************************/

@media only screen and (width: 600px) {

  .install-app-text-container > span > p {
    font-size: 8px !important;
  }
  .span-of-section-7-content span {
      font-size: 13px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .install-app-text-container {
      right: 35px;
      top: 40%;
      left: unset;
  }
  .install-app-text-container > span > p {
    font-size: 8px !important;
  }
  .install-app-text-container > span > p > span {
    font-size: 15px !important;
  }
  
}

#contact_us_form .g-recaptcha iframe:first-of-type {
  width: 100% !important;
}
