.banner {
    width: 100%;
    float: left;
    background-image: url('img/photo-1471341971476-ae15ff5dd4ea-1.webp');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner h1 {
    color: #fff;
    margin-top: 28px;
    font-weight: normal;
}
.banner .container {
    max-width: 80%;
    margin: auto;
}



.contentt {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
}


.left-side {
    width: 50%;
    float: left;
}



.right-side {
    width: 50%;
    float: left;
    text-align: center;
}

.right-side button {
    background-color: #294E50;
    color: white;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 13px 26px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    border: 1px solid #fff;
}

.right-side button:hover {
    background-color: #D6EBD0;
    color: #294E50;
   
}

.main1 {
    width: 100%;
    float: left;
    background-color: white;
}


.main1 .container {
    max-width: 80%;
    margin: auto;
}


.product_top_content {
    width: 50%;
    float: left;
}

.product_top_content p{
    margin-top: 20px;
    color: #676686;
    line-height: 1.68em;
    font-size: 17px;
}

.product_top_content p:first-child{
    margin-top: 40px;
}

.product_top_image {
    width: 50%;
    float: left;
}



.product_top_image img {
    width: 80%;
    margin-left: 112px;
    margin-top: 40px;
}

.product_middle_sec_image img {
    width: 90% !important;
}

.product_middle_image {
    width: 50%;
    float: left;
    clear: both;
    position: relative;
}

.product_middle_image img {
    width: 100%;
    margin-top: -10px;
}
.product_middle_content{
    width: 50%;
    float: left;
}

.product_middle_content h1{
    margin-left: 112px;
    color: #294E50;
}

.product_bottom_content {
    width: 50%;
    clear: both;
    float: left;
}

 .product_bottom_content h1{
    color: #294E50;
 }

 .product_bottom_content p{
    color: #676686;
    line-height: 1.68em;
    font-size: 17px;
 }

.product_bottom_content button, .product_top_content button, .product_middle_content button{
    background-color: #294E50;
    color: white;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 13px 26px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    border: 1px solid #fff;
}

.product_bottom_content button:hover, .product_top_content button:hover, .product_middle_content button:hover {
    background-color: #D6EBD0;
    color: #294E50;
}

.product_bottom_image{
    width: 50%;
    float: left;
}


.product_bottom_image img{
    width: 80%;
    margin-left: 112px;
    margin-top: 31px;
}



.product-template .page_content_wrap .content_wrap {
    width: 100%;
}
.product-template .page_content_wrap {
    padding-top: 0;
    padding-bottom: 3rem;
    background-color: white;
}

.product-template #video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.product-template-default .page_content_wrap .content_wrap {
    width: 100%;
}

.product-template-default .page_content_wrap {
    padding-top: 0;
    padding-bottom: 3rem;
    background-color: white;
}

.page_content_wrap {
    margin-top: 116px;
    background: #fff
}

.page_content_wrap .faq-section {
    width: 90%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto;
    clear: both;
}

.page_content_wrap .faq-title h2 {
    text-align: center;
    font-size: 2.765em;
    font-weight: 400;
    color: #161345;
    margin-bottom: 20px;
}

.page_content_wrap .faq-items .faq-item {
    padding: 32px 0px 2px 0px;
    margin: 0 20px;
}
.page_content_wrap .faq-question {
    font-size: 28px;
    color: #294E50;
    line-height: 1.2em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-bottom: 20px;
    font-family: halyard-display, sans-serif;
    font-weight: 500;
}

.page_content_wrap .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, border-color 0.3s ease-out;
    font-size: 16px;
    color: #676686;
    margin-top: 10px;
    border-bottom: 1px solid #e5d9d6; /* Default border color */
}

.page_content_wrap .faq-question.active {
    color: #294E50;
}

.page_content_wrap .faq-question.active + .faq-answer {
    border-bottom: 1px solid black;
}

.page_content_wrap .faq-question::after {
    content: "+";
    font-size: 45px;
    color: #161345;
    margin-left: 10px;
    font-weight: 300;
}

.page_content_wrap .faq-question.active::after {
    content: "-";
}

.rtl .page_content_wrap .faq-question {
    justify-content: end;
    direction: ltr;
    text-align: right;
}

.rtl .page_content_wrap .faq-question::after {
    width: 30px;
}

.product_middle_content ul {
    margin-left: -5px !important;
    line-height: 1.68em;
    color: #676686;
    font-size: 17px;
}

.product_middle_content p {
    margin-left: 0 !important;
}



/* Responsive design adjustments */
@media (max-width: 768px) {
    .page_content_wrap .faq-section {
        width: 95%; /* Slightly narrower on smaller screens */
        padding: 15px;
    }

    .page_content_wrap .faq-title h2 {
        font-size: 2em;
    }

    .page_content_wrap .faq-items .faq-item {
        margin: 0 10px; /* Less side margin on smaller screens */
    }

    .page_content_wrap .faq-question {
        font-size: 24px;
    }

    .page_content_wrap .faq-answer {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
.main1 .container {
    max-width: 100%;
}
.product_middle_image img {
    margin-top: 0;
}


.product_top_image img, .product_bottom_image img {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px) {
    .left-side, .right-side {
        width: 100%;
    }
    .product_middle_content ul, .product_middle_content h1 {
        margin-left: 0;
    }
    .product_middle_image img {
        margin-top: 20px;
    }
    .product_top_image img, .product_bottom_image img {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .product_top_content, .product_top_image, .product_middle_image, .product_middle_content, .product_bottom_image, .product_bottom_content, .product_middle_sec_image {
        width: 100%;
    }

    .product_middle_sec_image img {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container .product_middle_content h1 {
        margin-left: 0;
    }

    .product_middle_content {
        padding-left: 9%;
        box-sizing: border-box;
    }

    .product_top_content p {
        margin-bottom: 0;
    }
}

.product-template h2 {
  font-family: halyard-display, sans-serif;
  font-size: 2.50em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.021em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 0.67em;
  margin-bottom: 0.56em;
}

.product-template h1 {
  font-family: halyard-display, sans-serif;
  font-size: 3.353em;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  margin-bottom: 0.46em;
}