

.lp-filter {
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.7);
    padding:70px;
  }


  .header-text {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-left: 10px;
  }
  @media (max-width: 767px){
    .header-text {    
      font-size: 16px !important;           
    }
  }


  .header-text2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-left: 10px;
  }
  @media (max-width: 767px){
    .header-text2 {    
      font-size: 22px !important;           
    }
  }

  @media (max-width: 767px){
    .btn-lg {    
      padding-top: 20px;  
      padding-bottom: 20px;   
      width: auto;      
    }
  }

  .lp-icon {    
    font-size: 46px;        
    color: #fff;
    text-align: center; 
  }

  

  .lp-icon-container {
    height: 70px;
    width: 70px;
    background: #3a98fc;
    border-radius: 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
  }

  .btn.btn-primary.btn-lg i.fa-btn  {
    font-size: 16px;
    padding-left: 8px;       
    vertical-align: middle;
    position: relative;
    top: -3px;
  }

  @media (max-width: 767px){
    .fa-btn {    
      font-size: 16px !important;  
      /* top: -2px !important;       */
      color: #fff;      
    }
  }

  .lp-inline {
    display: flex;
    align-items: center;  
  }


  @media (max-width: 767px) { 
    .flex-column-xs {
      flex-direction: column; 
      align-items: center;
      flex: 0 0 100%;
  }
}


  .well-lp {
     background: rgb(58, 152, 252);
     border: none;
  }

  .well-lp h2 {
    color: #fff;
    font-size: 30px;
   }

   .vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    height: 100%;
}

.lp-image-border-top {
  border-radius: 0;
  box-shadow: 0px -2px 6px 4px rgba(0, 0, 0, 0.1);
}


.well-border-bottom {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.1); 
}


.justify-content-custom {
  justify-content: center;
}

@media (max-width: 767px) {
.justify-content-custom {
  justify-content: flex-start;
}
}



.slider-left-arrow {
  position: absolute;  
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center; 
  align-items: center; 
  padding: 10px; 
}

.slider-right-arrow {
  position: absolute;  
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  padding: 10px;
}




.lp-icon-slider-container-right {

  position: absolute;
  right: 39%;
  height: 50px;
  width: 50px;
  background: #3a98fc;
  border-radius: 0;  
  display: flex;
  justify-content: center; 
  align-items: center; 
  cursor: pointer;
  z-index: 1000;
}

.lp-icon-slider-container-left {

  position: absolute;
  left: 39%;
  height: 50px;
  width: 50px;
  background: #3a98fc;
  border-radius: 0;  
  display: flex;
  justify-content: center; 
  align-items: center; 
  cursor: pointer;
  z-index: 1000;
}

@media (max-width: 767px) { 
  .lp-icon-slider-container-right {    
    right: 35%;   
  }
}
@media (max-width: 767px) { 
  .lp-icon-slider-container-left {    
    left: 35%;    
  }
}



.slider-left-arrow2 {
  position: absolute;  
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  z-index: 2;
  padding: 12px;
}

.slider-right-arrow2 {
  position: absolute;  
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  z-index: 2;
  padding: 12px;
}


.lp-icon-slider-container-right2 {
  position: absolute;
  right: 45%;
  height: 50px;
  width: 50px;
  background: #3a98fc;
  border-radius: 0;  
  display: flex;
  justify-content: center; 
  align-items: center; 
  cursor: pointer;
  z-index: 1;
}

.lp-icon-slider-container-left2 {

  position: absolute;
  left: 45%;
  height: 50px;
  width: 50px;
  background: #3a98fc;
  border-radius: 0;  
  display: flex;
  justify-content: center; 
  align-items: center; 
  cursor: pointer;
  z-index: 1;
}


@media (max-width: 991px) {
  .lp-icon-slider-container-right2 {   
    right: 40%;    
  }
}
@media (max-width: 991px) {
  .lp-icon-slider-container-left2 {   
    left: 40%;    
  }
}

@media (max-width: 540px) {
  .lp-icon-slider-container-right2 {   
    right: 35%;    
  }
}
@media (max-width: 540px) {
  .lp-icon-slider-container-left2 {   
    left: 35%;    
  }
}




.custom-testimonial-well {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 991px) { 
  .custom-testimonial-well {
    background: #fff;
    border: 1px solid #3a98fc !important;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);     
  }
}

.bg-primary-white-mobile {
  background-color: #3a98fc;
}

.bg-alt-white-mobile {
  background-color: #f3f3f3;
}

@media (max-width: 991px) { 
  .bg-alt-white-mobile {
    background-color: #fff;
  }
}


@media (max-width: 991px) { 
  .bg-primary-white-mobile {
    background-color: #fff;
  }
}


.bg-dark-white-mobile {
  background-color: #222;
}

.text-white-dark-mobile {
  color: #fff !important;
}

@media (max-width: 991px) { 
  .bg-dark-white-mobile {
    background-color: #fff;
  }
}
@media (max-width: 991px) { 
  .text-white-dark-mobile {
    color: #222 !important;
  }
}
@media (max-width: 1200px) { 
  .testimonial-section-padding  {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


@media (min-width: 1800px) { 
  .plr-custom-slide {    
    padding-left: 100px;
    padding-right: 100px;
    
  }
}


/* @media (max-width: 991px) { 
  .plr-custom-slide {
    width: 45%;
    padding-left: 50px;
    padding-right: 95px;
    margin: auto;
  }
} */
@media (max-width: 991px) { 
  .plr-custom-slide {
    width: 80% !important;    
    margin: 0 auto !important;  
    display: block !important;
     
  }
}

@media (min-width: 1500px) { 
.custom-container-padding {
  padding-left: 170px;
  padding-right: 170px;
}
}


@media (min-width: 1200px) and (max-width: 1580px) {
.custom-arrow-hide {
  display:none;
}
}


.testimonial-name2 {
  font-size: 24px;
}

.google-icon {
  width: 30px;
  height: auto;
}

.stars {
  width: 100px;
  height: auto;
  padding-left: 10px;
  padding-bottom: 10px;
}


.service-list-panel {
  padding: 25px 50px;
  background-color: #f3f3f3; 
  display: block;
}

.center-content3 {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
}

.service-list-title {
  border: 2px solid #3a98fc;
  background: #fff;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;  
  text-align: center;
  font-size: 20px;
}

.fa-chevron-down-icon {
  padding-left: 10px;
  font-weight: 800;
}



@media (max-width: 767px){
  .ptb-sm-xss {    
    padding-top: 15px;  
    padding-bottom: 15px;  
  }
}

@media (max-width: 767px){
  .plr-xs-xss {    
    padding-left: 5px;  
    padding-right: 5px;  
  }
}

@media (max-width: 767px){
  .plr-sm-xss {    
    padding-left: 15px;  
    padding-right: 15px;  
  }
}

@media (max-width: 767px){
  .plr-md-xss {    
    padding-left: 25px;  
    padding-right: 25px;  
  }
}

@media (max-width: 767px){
  .pb-sm-xss {  
    padding-bottom: 10px;  
  }
}

@media (max-width: 767px){
  .pb-md-xss {  
    padding-bottom: 25px;  
  }
}