 /* .faq-v10{
   position: relative;
 } */
 .faq-v10 .panel-default {
   display: block;
   border-color: transparent;
   box-shadow: none;
   text-align: left;
 }

 .faq-v10 .panel-default h4 a {
   display: block;
   cursor: pointer;
   position: relative;
   line-height: 20px;
   font-weight: 400;
   letter-spacing: .025em;
   transition: 0.4s;
   padding: 24px 32px 24px 24px;
 }

 /* .faq-v10 .panel-default .panel-title a:hover {
   color: #40836E;
 } */

 .faq-v10 .panel-default .panel-title a .panel-default-arrow:after {
   opacity: 0;
   visibility: hidden;
 }

 .faq-v10 .panel-default .panel-title a.collapsed .panel-default-arrow:after {
   opacity: 1;
   visibility: visible;
 }

 .faq-v10 .panel-default .panel-heading {
   padding: 0;
 }

 .faq-v10 .panel-default:not(:last-child) .panel-collapse {
   border-bottom: 1px solid #CDCCCB;
 }

 .faq-v10 .panel-default:not(:last-child) .panel-title {
   margin-bottom: 0;
   border-bottom: 1px solid #CDCCCB;
 }

 .faq-v10 .panel-default .panel-heading,
 .panel-default .panel-title a,
 .panel-default .panel-collapse {
   background: transparent;
 }

 .faq-v10 .panel-default .panel-default-arrow {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   z-index: 2;
   width: 28px;
   background: transparent;
   transition: 0.4s;
 }

 .faq-v10 .panel-default .panel-default-arrow::before,
 .faq-v10 .panel-default .panel-default-arrow::after {
   content: '';
   position: absolute;
   top: 50%;
   z-index: 4;
   transform: translate(50%, -50%);
   background-color: #CDCCCB;
 }

 .faq-v10 .panel-default .panel-default-arrow::before {
   width: 16px;
   height: 2px;
   right: 50%;
 }

 .faq-v10 .panel-default .panel-default-arrow::after {
 width: 2px;
   height: 16px;
   right: 50%;
 }

 .faq-v10 .panel-default .panel-collapse p {
   padding: 24px 4px 0px;
 }

 .faq-v10 .panel-default a:focus {
   color: #000;
 }

.faq-v10 .panel-default .panel-title a {
   position: relative;
   font-size: 18px;
   font-weight: 700;
   padding-right: 60px;
}

.faq-v10 .panel-default .panel-title a:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(191, 30, 46, 1);
  padding: 5px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 18px;
  text-align: center;
   transition: all ease-in-out 0.35s;
}

.faq-v10 .panel-default .panel-title a[aria-expanded="true"]:after {
   transform: translateY(-50%)rotate(45deg);
   font-size: 14px;
   transition: all ease-in-out 0.35s;
   color: #fff;

}


 .faq-v10 .panel-default .panel-title a.collapsed::before {
   background: #e1e1e1;
 }



 @media (min-width: 992px) {
   .faq-v10 .panel-default .panel-title a {
      padding: 18px 60px 18px 40px;
   }
 }


 /* NEW CSS */

 .faq-wrapper {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* padding: 20px; */
    background-color: #f3f3f3;
    border-radius: 24px;
    position: relative;
 }

 .left-wrapper-image, .right-wrapper-image {
    position: absolute;
    width: 450px;
    height: 350px;
    padding: 10px;
    background-color: #fff;
    z-index: -1;
    top: 90px;
    box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.25);
    display: none;
    border-radius: 30px;
}

 .left-wrapper-image {
    left: -325px;
    transform: rotate(-7deg);
  animation: rotate-left 6s ease-in-out infinite;

 }

 .right-wrapper-image {
    right: -325px;
    transform: rotate(7deg);
  animation: rotate-right 6s ease-in-out infinite;

 }

 .left-wrapper-image img, .right-wrapper-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 30px;
 }
 .faq-wrapper .panel {
    background-color: transparent;
 }


 .faq-v10 .faq-wrapper .panel-default:not(:last-child) .panel-title, .faq-v10 .faq-wrapper .panel-default:not(:last-child) .panel-collapse {
    border: none;
 }

 .faq-v10 .faq-wrapper .panel-default .panel-collapse p {
    padding: 0px 24px 0px 40px;
 }
 @media (max-width: 767px) {
  .faq-v10 .faq-wrapper .panel-default .panel-collapse p {
    padding: 0px 24px 0px 24px;
  }
 }
  .faq-v10 .panel-default:last-child .panel-collapse p {
    padding-bottom: 24px;
 }

 .faq-bg {
    position: relative;
 }

 .faq-bg .border-semi, .about-owner .border-semi, .border-semi {
    border-radius: 50px;
    background: rgba(191, 30, 46, 1);

 } 
 .faq-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/bg.png');
    background-position: center;
    background-size:8%;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.2;
 }

 

 

 .about-owner {
    background: rgba(191, 30, 46, 1);
 }

 .owner-info {
    padding: 55px 35px;
    background-color: #fff;
    border: 3px solid rgba(191, 30, 46, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 46px;
    padding-left: 95px;
 }
 .owner-meta {
    font-size: 16px;
    color: #4a4a4a;
 }

 .owner-intro p {
    margin: 0;
 }

 .owner-image {
    width: 250px;
    border-radius: 59px;
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    margin-top: 60px;
    position: relative;
    z-index: 2;
   margin-left: auto;
   margin-right: auto;
 }
 .owner-info-wrapper {
    margin-top: -215px;
    margin-bottom: 75px;
 }

 .owner-image img {
    width: 100%;
 }

 /* .cta-btn .btn-white {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: rgba(191, 30, 46, 1);
    font-weight: 900 !important;
    font-size: 20px;
 } */

 .parallax-cta {
    position: relative;
 }


 .parallax-cta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
 }
 .parallax-cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/parallex.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
 }

 .cta-subtitle {
    color: #989898;
    font-size: 18px;
 }


.faq-bg.extra-padding-b {
   padding-bottom: 185px;
}



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


    .owner-info {
        text-align: center;
        padding-left: 30px;
        padding-top: 100px;
        margin-top: -75px;
    }

    .cta-content, .cta-btn  {
        text-align: center;
    }
/* 
    .cta-btn a {
        width: auto;
        padding: 12px 15px;
    } */
   }
@media (min-width: 992px) {
   .left-wrapper-image, .right-wrapper-image {
      display: block;
   }
    .owner-image {
      margin-left: 36px;
   }
}

@media only screen and (min-width: 1200px) {
   .faq-bg.extra-padding-b {
      padding-bottom: 0;
   }
    .owner-image {
      margin-left: 110px;
   }
}


@media only screen and (min-width: 768px) {
     
      .owner-image {
         width: 350px;
      }

      .faq-bg.extra-padding-b {
        padding-bottom: 250px;
      }
}
