/*================================================
FL Banner Area CSS
=================================================*/
.fl-banner-area {
  background-color: var(--mainColor);
  padding-top: 80px;
}

.fl-banner-content {
  padding-right: 30px;
}

.fl-banner-content h1 {
  font-size: 72px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content h2 {
  font-size: 65px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content h3 {
  font-size: 60px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content h4 {
  font-size: 55px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content h5 {
  font-size: 50px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content h6 {
  font-size: 45px;
  margin-bottom: 18px;
  color: #212529;
}
.fl-banner-content p {
  font-size: 16px;
  color: var(--blackColor);
}

.fl-banner-content .fl-default-btn {
  margin-top: 15px;
}

.fl-banner-content .fl-default-btn:hover {
  color: var(--blackColor);
  background-color: var(--whiteColor);
}

.fl-banner-image {
  text-align: center;
  padding-left: 30px;
  border-radius: 250px 0 0 0;
}

.fl-banner-image img {
  border-radius: 250px 0 0 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .fl-banner-area {
        padding-top: 120px;
    }
    .fl-banner-content {
        padding-right: 0;
        text-align: center;
    }
    .fl-banner-content h1, .fl-banner-content h2, .fl-banner-content h3, .fl-banner-content h4, .fl-banner-content h5, .fl-banner-content h6 {
        font-size: 28px;
        margin-bottom: 12px;
    }
    .fl-banner-content p {
        font-size: 14px;
    }
    .fl-banner-content .fl-default-btn {
        margin-top: 5px;
    }
    .fl-banner-image {
        padding-left: 0;
        margin-top: 30px;
        border-radius: 50px 0 0 0;
    }
    .fl-banner-image img {
        border-radius: 50px 0 0 0;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fl-banner-area {
        padding-top: 130px;
    }
    .fl-banner-content {
        padding-right: 0;
        text-align: center;
    }
    .fl-banner-content h1, .fl-banner-content h2, .fl-banner-content h3, .fl-banner-content h4, .fl-banner-content h5, .fl-banner-content h6 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .fl-banner-content p {
        font-size: 15px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
    .fl-banner-content .fl-default-btn {
        margin-top: 5px;
    }
    .fl-banner-image {
        padding-left: 0;
        margin-top: 30px;
        border-radius: 100px 0 0 0;
    }
    .fl-banner-image img {
        border-radius: 100px 0 0 0;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fl-banner-content {
        padding-right: 0;
    }
    .fl-banner-content h1, .fl-banner-content h2, .fl-banner-content h3, .fl-banner-content h4, .fl-banner-content h5, .fl-banner-content h6 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .fl-banner-content p {
        font-size: 15px;
    }
    .fl-banner-content .fl-default-btn {
        margin-top: 10px;
    }
    .fl-banner-image {
        padding-left: 0;
    }
}

/* Min width 1200px to Max width 1355px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .fl-banner-content {
        padding-right: 0;
    }
}