
/****************************** Features Start *********************  */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.entry-content .as-p{
        margin: 0 0 40px 0!important;
}
.in-middle .entry-content h2{
text-transform: capitalize;
    
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.features {
    padding-top: 100px;
  }
  
  .feature-write {
    text-align: center !important;
    padding-bottom: 60px !important;
    padding: 0px 193px;
  }
  
  .feat-h2 {
    font-weight: 600 !important;
    text-align: center !important;
  }
  .feat-p {
    padding-left: 200px;
    padding-right: 200px;
  }
  .feature-one {
    text-align: left;
    background-color: #f6f6f6;
    padding: 50px 40px 20px 30px;
    border-radius: 26px;
    margin-top: -30px;
    margin-bottom: 94px;
  }
  
  .feature-one:hover {
    background-image: linear-gradient(#25d6eb, #2376fa);
    transition: all 0.3s ease;
    box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
    color: #fff;
  }
  
  .feature-one h5 {
    font-weight: 600;
    font-size: 18px;
  }
  
  .feature-one p {
    font-size: 15px;
  }
  .feature-two {
    text-align: left;
    background-color: #f6f6f6;
    padding: 36px 35px 0px 30px;
    border-radius: 26px;
    margin-bottom: 65px;
  }
  .feature-two p {
    font-size: 15px;
  }
  .feature-two:hover {
    background-image: linear-gradient(#25d6eb, #2376fa);
    transition: all 0.3s ease;
    box-shadow: 7px 7px 30px 30px rgb(0 0 0 / 7%);
    color: #fff;
  }
  
  .feature-two h5 {
    font-weight: 600;
    font-size: 19px;
  }
  .fbtn {
    text-decoration: none;
    background-color: #0000;
    border: #0000;
    font-family: "Poppins";
    font-weight: 600;
    padding-left: 40px;
  }
  
  .fbtn:hover {
    color: #ffb500;
  }
  
  .ficon {
    padding-left: 10px;
  }
  
  /****************************** Features End *********************  */
  /****************************** Comprehensive-Process Start *********************  */
.comprehensive-img {
  width: 100%;
  padding-top: 40px;
}
.comprehensive-main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.comprehensive {
  padding-top: 0px;
  text-align: center;
}
.comprehensive h2 {
  font-weight: 600;
}
.dots {
  padding-top: 80px;
  text-align: center;
  align-items: start;
}
.dots-text {
  padding: 82px 50px 0px 6px;
}
.comp-h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
.comp-p {
  color: #6e6e6e;
  font-size: 21px;
  line-height: 45px;
}

.compre-h {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.dot-icon {
  padding: 10px 30px 10px 10px;
  color: #b2b2b2;
}
.dot-icon:hover {
  color: #25c1f2;
  cursor: pointer;
}
p.home-needs {
    padding: 126px 27px 0px 41px;
}
/****************************** Comprehensive-Process End *********************  */

/****************************** Testimonial Start *********************  */

/* .testimonialClass {
    display: none;
} */

.new-testimo #second:checked ~ .two blockquote {
  background-color: purple;
}

.new-testimo #third:checked ~ .three blockquote {
  background-color: #54885f;
}

.new-testimo #first:checked ~ label.first {
  border-color: #db532b;
}

.new-testimo #second:checked ~ label.second {
  border-color: purple;
}

.new-testimo #third:checked ~ label.third {
  border-color: #54885f;
}

.new-testimo #first:checked ~ div.one {
  left: 0;
  opacity: 1;
}

.new-testimo #second:checked ~ div.two {
  left: 0;
  opacity: 1;
}

.new-testimo #third:checked ~ div.three {
  left: 0;
  opacity: 1;
}

.imageCenter {
  text-align: center;
  position: relative;
}
.testimonialClass h3 {
  font-weight: 600;
}

.testimonialClass h6 {
  font-weight: 500;
  color: #c1c1c1;
}
.testimonialClass p {
  font-size: 15px;
}

.cr {
  background-color: #f5f8ff;
  border-radius: 26px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 4px;
}

.cr-font {
  font-size: 8px;
  padding-left: 7px;
  font-weight: 600;
}

.cr-p {
  padding-bottom: 23px;
}
.afloat1 {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 250px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #f7f1f1;
  background-color: white;
  box-shadow: -10px 10px 20px #aaaaaa8c;
  border-radius: 25px;
}

.afloat1 p {
  margin-top: -5px;
  margin-bottom: 0.5rem;
}

.afloat1 p {
  font-size: 9px;
  margin-top: 0;
  margin-bottom: 0;
}

.afloat1 .row {
  margin: 0px;
  padding-bottom: 6px;
}

.afloat1 .fa-star {
  color: #ffc107;
  font-size: 10px;
}

.text-start {
  text-align: left !important;
}

.imageRadius {
  border-radius: 50%;
}

.afloat2 {
  position: absolute;
  bottom: -38px;
  right: -110px;
  width: 300px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #f7f1f1;
  background-color: white;
  box-shadow: -10px 10px 20px #aaaaaa8c;
  border-radius: 25px;
}

.text-center {
  font-size: 40px;
  color: wheat;
}

.text-center {
  text-align: center !important;
}

.d-block {
  border-radius: 50%;
}
.afloat1 h5 {
  font-weight: 600;
  font-size: 13px;
}

.afloat2 p {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 0;
}

.afloat2 .fa-star {
  color: #ffffff;
  background-color: #ffc107;
  padding: 5px;
  border-radius: 9px;
}

.afloat2 .row {
  margin-top: 30px;
}

.mobileTestimonial {
  display: none;
}

/****************************** Testimonial End *********************  */

/****************************** Journey Start *********************  */

.journ-row {
  padding-top: 60px;
}

.journ-col {
  padding-top: 50px;
  padding-left: 66px;
}

.journ-h2 {
  color: #000;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600;
}

.journ-p {
  color: #000;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
}

.journ-img {
  text-align: right;
}

.journ-btn {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #e35f00;
  background-image: linear-gradient(#e35f00, #e35f00);
  transition: all 0.3s ease;
  margin-right: 10px;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.journ-btn:hover {
  border: solid 2px #000;
  background-image: linear-gradient(#ffe77a00, #ffb10a00);
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.journ-btn1 {
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: solid 2px #000;
  background-color: transparent;
  box-shadow: 5px 10px 8px 0px rgb(0 0 0 / 50%);
}

.journ-btn1:hover {
  border: solid 2px #e35f00;
  background-image: linear-gradient(#e35f00, #e35f00);
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

/****************************** Journey End *********************  */

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}
.m-auto {
  margin: auto!important;
}
.d-block {
  display: block!important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  /* background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important; */
}

    
  *, ::after, ::before {
    box-sizing: border-box;
}
  .justify-content-evenly {
    justify-content: space-evenly!important;
}
.wrapper-phone {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wrapper-phone .box {
  background: #fff;
  /* width: calc(33% - 10px); */
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.wrapper-phone .box i.quote {
  font-size: 20px;
  color: #ffbd00;
}

.wrapper-phone .box .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.box .content .image img {
  height: 75px;
  width: 75px;
  padding: 3px;
  background: #ffbd00;
  border-radius: 50%;
}

.box .info .job {
  font-size: 16px;
  font-weight: 500;
  color: #ffbd00;
}

.box .info .stars {
  margin-top: 2px;
  color: #ffcd52;

}

div#page-content-row-12 {
  margin: 68px 0px 0px 0px;
}

@media (min-width: 576px){
.my-sm-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}

@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}
@media (min-width: 768px){
.col-md-12 {
    flex: 0 0 auto;
    width: 100%;
}
}
  @media (min-width: 768px){
.col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
  }
  @media (min-width: 768px){
.col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
  }
  @media (min-width: 768px){
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
  }
  @media (min-width: 768px){
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
}
  }
  @media (min-width: 768px){
  .col-md-2 {
      flex: 0 0 auto;
      width: 16.66666667%;
  }
}
  @media screen and (max-width: 999px){
.feature-write {
    padding: 0 0;
    text-align: center;
    padding-bottom: 60px;
}
  }
  @media screen and (max-width: 999px){
    .feat-p {
        padding: 0 0 0 0 ;
    }
      }

      @media only screen and (max-width: 600px){
.feature-one {
    text-align: left;
    background-color: rgb(246, 246, 246);
    padding: 50px 40px 50px 30px;
    border-radius: 26px;
    margin-top: 25px;
    margin-bottom: 30px;
}

      }

      @media only screen and (max-width: 600px){
      .frbox {
          margin-right: unset;
          margin-left: unset;
      }    
    }

    @media only screen and (max-width: 600px){
    .feature-two {
        text-align: left;
        background-color: #f6f6f6;
        padding: 50px 40px 50px 30px;
        border-radius: 26px;
    }  
  }
  @media only screen and (max-width: 600px){
.dots {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}
}

@media only screen and (max-width: 600px){
.dots {
    padding-top: 26px;
}
}

@media only screen and (max-width: 600px){
.comp-h3 {
    font-size: 40px;
}
}

@media only screen and (max-width: 600px){
.mobileTestimonial {
    display: block;
}
}
  
@media only screen and (max-width: 600px){
.testimonialClass {
    display: none;
}
.py-5 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.my-5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
/*.col-md-2.icon-list {*/
/*    margin: 0px 175px;*/
/*}*/
.col-md-4.entry-content {
    margin: 0px 22px;
}
.entry-content p:last-child, .entry-content .as-p:last-child {
     margin: 26px 0px !important;
}


}

@media (max-width: 702px){
.wrapper-phone .box {
    width: 100%;
}
}
@media (max-width: 1045px){
.wrapper-phone .box {
    /* width: calc(50% - 10px); */
    margin: 10px 0;
}
}
