.plan4health-info, 
.what-now, 
.comparison-section, 
.faq-section {
  padding: 100px 0;
}

ul.tick-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px;
}

ul.tick-list li {
  margin-bottom: 0.6rem;
}

.welcome, 
.info-boxes,  
.comparison {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

section.plan-upgrade-section .hero {
  position: relative;
  height: 850px;
  display: flex;
  align-items: center;
}

section.plan-upgrade-section .hero .banner-text h1 {
    font-size: 47px;
    text-transform: capitalize;
    line-height: 60px;
}

.green-text {
    color: #016644;
}

section.plan-upgrade-section .hero .banner-image {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.master-braces-img{
  width: 110px;
}

section.plan-upgrade-section .hero .banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

.content.text .banner-text {
  max-width: 550px;
}
 
.welcome .text, 
.info-boxes .left-box, 
.info-boxes .right-box {
  flex: 1;
}

.hero .image img, 
.welcome .image img {
  max-width: 100%;
}

.welcome-section .content.welcome {
    height: 776px;
        align-items: center;
}

.welcome-section {
      position: relative;
}

.welcome-text {
    width: 50%;
}

.welcome-section .welcome-image {
    width: 46%;
    position: absolute;
    right: 0;
    height: 776px;
    text-align: right;
}

.welcome-section .welcome-image img{
      width: 100%;
    height: 100%;
    text-align: right;
}

.plan4health-info{
  width:100%;
  margin:0;
  background: url(../images/logo-footer.png) left no-repeat #016644;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 210px;
}

ul.tick-list li {
  padding-left: 35px;
  background: url(../images/tick-img.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 9px;
}

.yellow-text {
    color: #DB982A;
}

.dental-plan-page h4 {
  font-family: 'Unna', serif;
  text-transform: uppercase;
}


.dental-plan-page .content:after{
  content: none;
}
.dental-plan-page .content{
  padding-bottom: 0;
}

.plan4health-info .right-box,
.plan4health-info .left-box{
  flex: 0 0 44.5%;
}
.plan4health-info .left-box h2,
.plan4health-info .left-box p {
    color: #fff;
}

.plan4health-info .right-box {
    background: #fff;
    color: #000;
    padding: 50px;
}

.boxes {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.what-now .box {
  flex: 1;
  padding: 45px 60px;
  color: #fff;
}

.what-now .box h4{
  color: #fff;
}

.box.existing{
  background-color: #AC6648;
}

.box.new {
  background-color: #139368;
}

.content.comparison {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.comparison-section {
  background: url(../images/b-logo.png) right no-repeat #F8F8F8;
  background-size: contain;
}

.left-section {
  flex: 0 0 38%;
}

.middle-box {
  background-color: #fff;
  padding: 32px;
}

.middle-box h3 {
    color: #333333;
}

.middle-box ul.tick-list li {
  padding-left: 35px;
  background: url(../images/close-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position-y: 4px;
}

.comparison-box .right-box h3 {
    color: #fff;
}

.comparison-box{
  flex: 0 0 23%;
}

.middle-box ul li::before {
  content: "";
}

.right-box {
  background-color: #139368;
  padding: 32px;
  color: #fff;
}

.small-note {
  font-size: 12px;
  margin-top: 15px;
  color: #333333;
}

.faq-section {
  background: url('../images/faq-bg.png') no-repeat center right;
  background-size: contain;
  background-color: #ffffff;
}

.faq-section-content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

.faq-left {
  max-width: 600px;
  flex: 1;
}

.faq-left h2 {
  margin-bottom: 30px;
}

.accordion {
  border-radius: 5px;
}

.accordion-item {
  background-color: #a7552c;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-button {
  background-color: #AC6648;
  color: #fff;
  padding: 25px 60px;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
}

.accordion-button:hover {
  background-color: #8a4524;
}

.accordion-content {
  background-color: #f9f9f9;
  display: none;
  padding: 15px 20px;
  color: #333;
  font-size: 15px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.faq-note {
  font-size: 14px;
  margin-top: 30px;
  color: #333;
}

.faq-note a {
  color: #00684a;
  text-decoration: none;
}

.faq-note small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

@media (max-width: 768px) {
  .faq-section {
    flex-direction: column;
    background-position: top;
    background-size: cover;
  }
}
