/* write testimonial css code here */


.t2-testimonial-box{
     background-color: white;
     box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.08);
     display: flex;
     justify-content: space-between;
     height: 450px;
     margin-top: 50px;
}
.t2-left-img{
     position: absolute !important;
     left: 0px;
     top: 50px;
     width: 30px !important;
}

.t2-left-section{
     padding-left: 80px;
     padding-top: 50px;
     border-bottom: 1px solid rgb(225, 225, 225);
     border-left: 1px solid rgb(225, 225, 225);
     /* box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.08); */
}
.t2-qoute{
     margin-bottom: 30px;
     width: 55px;
     height: 45px;
}
.t2-comment{
     font-size: 25px;
    line-height: 37px;
     width: 95%;
     color: #05034E;
     font-family: 'Paytone One', sans-serif;
}
.t2-right-section{
     position: relative;
}
.t2-profile-img{
     position: relative;
     top: -55px;
     right: 0px;
     width: 415px !important;
}
.t2-companey-box{
     display: flex;
     margin-top: 40px;
}
.t2-companey-box-right{
     padding-left: 15px;
     border-left: 1px solid #202020;
     margin-left: 15px;
}
.t2-companey-box-right .t2-name{
     font-weight: 600;
     font-size: 16px;
     line-height: 22px;
     margin-bottom: 7px;
     color: #000000;
}
.t2-post{
     font-size: 16px;
     color: #000000;
     margin-bottom: 0px;
}
.t2-testimonial .owl-carousel .owl-item img { 
     width: auto;
 }
 .t2-testimonial  .owl-nav{
     position: absolute;
     bottom: 50px;
     left: 80px;
}
.owl-next{
     margin-left: 20px;
}
.t2-testimonial  button:focus{
     outline: none !important;
}
.jump-logo{
     transform: scale(.7);
}
@media screen and (max-width: 1100px){
     .t2-profile-img {
          width: 375px !important;
     }
     .t2-left-section {
          padding-left: 60px;
          padding-top: 20px;
     }
     .t2-comment {
          font-size: 22px;
          line-height: 130%;
     }
     .t2-companey-box {
          margin-top: 50px;
      }
      .t2-testimonial-box{
         height: 400px;
      }
}

@media screen and (max-width: 800px){

     .t2-profile-img {
          width: 250px !important;
     }
     .t2-qoute {
          margin-bottom: 15px;
          width: 55px;
          height: 25px;
      }
      .t2-comment {
          font-size: 15px;
          line-height: 130%;
      }
      .t2-testimonial-box {
          height: 250px;
      }
      .t2-testimonial .owl-nav{
           display: none;
      }
      .t2-companey-box-right .t2-name {
          font-size: 14px;
          margin-bottom: 2px;
      }
      .t2-post {
          font-size: 14px;
      }
     
}

@media screen and (max-width: 550px){

.t2-testimonial-box {
     display: flex;
     justify-content: center;
     height: 600px;
     margin-top: 50px;
     overflow: hidden;
     flex-direction: column;
 }
 .t2-left-section{
      border: none;
 }
 .t2-profile-img {
     position: relative;
     top: 50px;
     left: 50%;
     transform: translateX(-50%);
}
.t2-comment {
     font-size: 18px;
     line-height: 140%;
 }

}

@media screen and (max-width: 450px){
.t2-testimonial{
     padding: 0px 20px;
}
 .t2-companey-box-right p{
      font-size: 12px !important;
 }
 .t2-testimonial-box {
     height: 700px;
     margin-top: 20px !important;
 }
 .t2-left-img {
     top: 20px;
 }



}
