
.sec-onqDifference::before {

  width: 100%;
  height: 100%;
  position: absolute;
  right: -19rem;
  content: "";
  z-index: -1;
  top: 7.5rem;
  filter: grayscale(100%);
}
.intro-wrapper {
  margin-bottom: 1rem;
}
.sec-onqDifference .left-wrapper {
  max-width: 629px;
  padding: 2rem;
}
.sec-onqDifference {
  position: relative;
  margin: 4rem 0;
  overflow: hidden;
}
.sec-onqDifference .OQD-icon {
  margin-right: 1rem;
}
.sec-onqDifference .OQD-icon img {
	max-width: 25px;
}
.sec-onqDifference .left-wrapper {
  max-width: 629px;
  padding: 2rem 0 2rem 2rem;
  padding: 2rem;
  background: #F3F5F6DE;
  position: relative;
}

.sec-onqDifference .left-wrapper::after {
  height: 92%;
  width: 41%;
  border-bottom: 1px solid var(--PumpkinSpice);
  border-right: 1px solid var(--PumpkinSpice);
  position: absolute;
  content: "";
  right: 0;
  bottom: -2rem;
  margin-right: -2rem;
}
.sec-onqDifference .inside-wrapper {
  margin-left: 6rem;
}
.sec-onqDifference em{
  color:var(--NavyBlue);

}
.sec-onqDifference .title-wrapper span {
  border-top: 3px solid var(--PumpkinSpice);
}
.sec-onqDifference .content-wrapper h4 {
  margin-right: 9px;
  color: var(--NavyBlue);
  margin-bottom: 0;
  margin-top: .1rem;
  font-weight: 700;
}
.sec-onqDifference .content-wrapper p span {
  font-size: 1.3rem;
  font-weight: 700;
  margin-right: .5rem;
}
.sec-onqDifference .left-wrapper h3 {
  margin: 1rem 0;
  font-weight: 300;
}

.sec-onqDifference .xtra-space{
  padding-bottom: 9rem;
}
/* triangle button */

.side-btn-text {
  color: white;
  font-size: 1.5rem;
  transform: rotate(34.5deg);
  -webkit-transform: rotate(34.5deg);
  -moz-transform: rotate(34.5deg);
  -ms-transform: rotate(34.5deg);
  -o-transform: rotate(34.5deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}


.sec-onqDifference .st0{fill:url(#Path_13571_00000134962758154402255780000013999211797363339696_);}
.sec-onqDifference .st1{fill:none; stroke: white;}
.sec-onqDifference .st2{fill:#FFFFFF;}

.sec-onqDifference .btn-wrapper {
  transition-duration: 2s;
  position: absolute;
  left: 61%;
  bottom: 10rem;
}
.TRIsolid {
    background: transparent;
    max-width: 200px;
    border: none;
    transition-duration: 2s;
  }
  .TRIsolid:hover{
    max-width: 220px;
  }
  .TRIsolid #Polygon_32 .st2 {
    fill: transparent;
    transition-duration: 2s;
  }

  .TRIsolid:hover #Polygon_32 .st2 {
    fill: white;
  }

  #vertCar .slick-prev:focus {
    top: 14% !important; 
}

 #vertCar .slick-prev:focus, #vertCar .slick-prev-icon, #vertCar .slick-next:focus,#vertCar .slick-next-icon  {

    font-size: 50px !important;
    margin-left: -2px;
}

#vertCar .slick-pause-icon{
    display: none;
}
/* Modal */

.modalbrd {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}



@media screen and (max-width: 1080px) {
  .sec-onqDifference .btn-wrapper {
    left: 72%;
  }
}
@media screen and (max-width: 991px) {
  .sec-onqDifference .inside-wrapper {
    margin-left: 0;
  }
  .sec-onqDifference .left-wrapper {
    max-width:100%;
  }
  .sec-onqDifference .left-wrapper::after {
    height: 82%;
    border-bottom: 1px solid #FF7F3233;
    border-right: 1px solid #FF7F3233;
    right: 2.5rem;
    bottom: 1rem;
  }
 
  .side-btn-text {
    font-size: 1.2rem;
    position: unset;
    padding: 25rem 0 0 18rem;
    }
  .sec-onqDifference .xtra-space {
    padding-bottom: 0;
  }
  .sec-onqDifference::before{
    position: unset;
  }
  .sec-onqDifference .btn-wrapper {
    right: 0;
    bottom: 3rem;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
  }
  .TRIsolid {
    max-width: 132px;
  }
  .TRIsolid:hover {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .TPOTabHeader {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .sec-onqDifference .left-wrapper {
    padding: 4rem 2rem;
  }
  .sec-onqDifference .left-wrapper::after {
    bottom: 1rem;
  }
  .sec-onqDifference{
    margin: 0;
  }
  .side-btn-text {
    font-size: .8rem;
    padding: 20rem 0 0 14rem;
  }
}