/** Shopify CDN: Minification failed

Line 13:27 Expected ":"
Line 71:2 Unexpected "}"

**/
/* 29-08-022 css */
.mobile_veiw_heading{
  display:none;
}

/* end */
.sectionGap .OurVisionSec{f
      width:100%;
    }
  h4.innerSecHead.Subheading{
    text-align:center;
  }
  .OurVisionSec .flex{
      margin:auto;
      align-items:center;
      justify-content:center;
      display:flex;
  }
  .OurVisionSeccontnt {
      width: 40%;
      text-align: center;
      padding-right: 10px;
  }
  .OurVisionSecimg{
      position:relative;
      overflow:hidden;
      padding-left: 20px;
      text-align: center;
    }
  .OurVisionSecimg img{
      width: 60%;
  }
  .innerSecBtn{
      display: inline-block;
      text-decoration: none;
      color:#002663;
      padding: 1rem 1.5rem;
      background-color: #fff;
      position:relative;
      border:1px solid #dbc081;
  }
  .innerSecBtn::after {
      background: linear-gradient(to right,#b78938 0,#dabf80 25%,#ffe2ac 51%,#dabf80 76%,#b78938 100%);
      height: 3px;
      width: 100%;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
  }
  .innerSecBtn:hover {
      border-color: #b78938;
      color: #fff;
      background-color: #dbc081;
  }
 
 .dove_page_flex
  {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
  }
  .left1img,.right1img
  {
    border-radius: 50%;    
    border: 1px solid #cbcbcb75;
  }

   @media only screen and (max-width:560px){
	  .left1img,.right1img{
        width: 40%;
      }
	}
.left1img 
  {
    left: 0%;
    top: 0;
    border: 1px solid #cbcbcb75;
    border-radius: 50%;
  }
.left1img img,.right1img img
  {
    border-radius: 50%;
    width: 100%;
    background: #f7f7f766;
  }
/*   @media(max-width:767px){ */
     @media(min-width:319px){
    .mobile_veiw_heading{
     display:block;
     padding: 22px 0;
}
    .desktop_heading{
    display:none;

}
   .OurVisionSec .flex{
      display: flex;
      flex-direction: column;
      max-width: 80vw;
  }
    .OurVisionSeccontnt{
      width:100%;
      order: 2;
    }
    .OurVisionSecimg{
      order: 1;
      padding-left:0;
      width: 100%;
    }
/*     .OurVisionSecimg video{
           width: 100%;
    } */
    .OurVisionSecimg img {
       width: 100%;
   }
    .dove_page_flex{
       width: 100%;
    }
    p.secinnerSecdes.description{
        line-height: 29px;
        font-size:19px;
        width:60%;
        margin-left:auto;
        margin-right:auto;
        padding:10px 0;
      }
  }
/* !important is use because of min width */
 @media(max-width:767px)
{
   .OurVisionSecimg_desktop_view{
     display:none;
   }
  .OurVisionSecimg .OurVisionSecimg_Mobile_view{
    display:block;
  }
  .OurVisionSecimg .standard__heading {
    font-size: 27px !important;
}
  .OurVisionSec .flex 
  {
    max-width: 96vw !important;
    margin-left:auto;
        margin-right:auto;
  }
  p.secinnerSecdes.description
  {
    line-height: 24px !important;
    width:96vw;
    font-size:16px;
  }
 }

.OurVisionSecimg_Mobile_view{
  display:none;
}
 @media(max-width:319px){
   .OurVisionSec .flex{
   justify-content: left;}
   .innerSecBtn {
     padding: 8px;
    
   }
    .OurVisionSeccontnt{
        width: 100%;
      }
 }
