.button-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #182535;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 5px;
  bottom: 10px;
}

.callicon-banner {
  max-width: 50px;
  max-height: 50px;
}

.cont-main-text {
  font-weight: 600;
  font-size: 20px;
}

.cont-sub-text {
  font-weight: 400;
  font-size: 16px;
}

.or-sec {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 600;
  font-size: 16px;
}

@media screen and (max-width: 1799px) and (min-width: 1600px) {
  .callicon-banner {
    max-width: 40px;
    max-height: 40px;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .callicon-banner {
    max-width: 35px;
    max-height: 35px;
  }

  .cont-main-text {
    font-size: 16px;
  }

  .cont-sub-text {
    font-size: 12px;
  }

  .or-sec {
    width: 30px;
    height: 30px;

    font-size: 14px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1300px) {
  .callicon-banner {
    max-width: 30px;
    max-height: 30px;
  }

  .cont-main-text {
    font-size: 14px;
  }

  .cont-sub-text {
    font-size: 11px;
  }

  .or-sec {
    width: 25px;
    height: 25px;

    font-size: 12px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1100px) {
  .button-sections {
    bottom: 5px;
  }

  .callicon-banner {
    max-width: 30px;
    max-height: 30px;
  }

  .cont-main-text {
    font-size: 12px;
  }

  .cont-sub-text {
    font-size: 11px;
  }

  .or-sec {
    width: 25px;
    height: 25px;

    font-size: 12px;
  }
}

@media screen and (max-width: 1099px) and (min-width: 993px) {
  .button-sections {
    bottom: 5px;
    padding: 10px 15px;
  }

  .callicon-banner {
    max-width: 30px;
    max-height: 30px;
  }

  .cont-main-text {
    font-size: 12px;
  }

  .cont-sub-text {
    font-size: 11px;
  }

  .or-sec {
    width: 25px;
    height: 25px;

    font-size: 12px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .button-sections {
    bottom: 5px;
    padding: 5px 10px;
  }

  .callicon-banner {
    max-width: 20px;
    max-height: 20px;
  }

  .cont-main-text {
    font-size: 10px;
  }

  .cont-sub-text {
    font-size: 9px;
  }

  .or-sec {
    width: 15px;
    height: 15px;

    font-size: 8px !important;
  }
}


@media screen and (max-width: 767px) and (min-width: 500px) {
  .button-sections {
    bottom: 5px;
    padding: 15px 10px;
    gap: 10px !important;
  }

  .callicon-banner {
    max-width: 25px;
    max-height: 25px;
  }

  .cont-main-text {
    font-size: 12px;
  }

  .cont-sub-text {
    font-size: 10px;
  }

  .or-sec {
    width: 20px;
    height: 20px;

    font-size: 8px !important;
  }
}

@media screen and (max-width: 499px) and (min-width: 400px) {
  .button-sections {
    bottom: 5px;
    padding: 15px 5px;
    gap: 8px !important;
  }

  .callicon-banner {
    max-width: 20px;
    max-height: 20px;
  }

  .cont-main-text {
    font-size: 10px;
  }

  .cont-sub-text {
    font-size: 8px;
  }

  .or-sec {
    width: 15px;
    height: 15px;

    font-size: 6px !important;
  }
}

@media screen and (max-width: 399px) and (min-width: 300px) {
  .button-sections {
    bottom: 5px;
    padding: 5px 5px;
    gap: 8px !important;
  }

  .callicon-banner {
    max-width: 18px;
    max-height: 18px;
  }

  .cont-main-text {
    font-size: 10px;
  }

  .cont-sub-text {
    font-size: 8px;
  }

  .or-sec {
    width: 12px;
    height: 12px;

    font-size: 6px !important;
  }
}
