* {
  box-sizing: border-box;
}
body {
  font-family: "Geist", sans-serif;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
.container_bx {
  max-width: 96rem;
  margin: 0 auto;
}
/* header section start */
.header_section {
  width: 100%;
  background-color: #f1f5f9;
  border-bottom: solid 1px #e5e7eb;
  padding: 17px 0;
}
.header_section .container_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.logo_sec {
  display: flex;
  align-items: center;
}
.logo_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #193cb8;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.logo_sec h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.header_text p {
  color: #6b7280;
  font-size: 14px;
}
.page_btn {
  border: none;
  outline: none;
  background-color: #2b7fff;
  padding: 9px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  -ms-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
.page_btn:hover {
  background-color: #1c398e;
}

/* container text panel design start */
.container_body {
  width: 100%;
  padding: 23px 0 40px;
}
.container_text_panel {
  margin: 0 auto;
  max-width: 868px;
}
.container_text_panel h1 {
  color: #1f2937;
  font-size: 3rem;
  line-height: 47px;
  margin: 33px 0 0;
}
.by_sarah {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
}
.message_panel {
  width: 100%;
  background-color: #ffedd4;
  border-radius: 0 6px 6px 0;
  border-left: solid 4px #ff6900;
  padding: 16px 14px;
  margin-top: 10px;
}
.message_panel p {
  padding-top: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500;
}
.container_img {
  width: 100%;
  padding-top: 34px;
}
.container_img img {
  width: 100%;
  border-radius: 10px;
  height: 387px;
  object-fit: cover;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.australians_text {
  margin: 0 !important;
}
.australians_text em {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.container_text_panel p {
  font-size: 16px;
  line-height: 1.625;
  color: #1f2937;
  margin-top: 28px;
}
.aud_text {
  font-size: 19px !important;
}
.container_text_panel p strong {
  color: #193cb8;
}
.container_text_panel h2 {
  font-size: 1.875rem;
  color: #1f2937;
  font-weight: 700;
  margin-top: 28px;
}
.container_text_panel h3 {
  font-size: 1.25rem;
  color: #1f2937;
  font-weight: 600;
  margin-top: 28px;
}
.container_btn {
  width: 100%;
  text-align: center;
  margin: 32px 0 40px;
  display: inline-block;
}
.container_btn .page_btn {
  font-size: 18px;
  padding: 14px 30px;
}
.container_btn .page_btn img {
  width: 13px;
  margin-left: 2px;
}
.better_deals {
  width: 100%;
  border: solid 1px #ffb86a;
  background: #ffedd4;
  border-radius: 6px;
  margin-top: 30px;
  padding: 26px;
}
.better_deals h6 {
  margin: 0;
  color: #1f2937;
  font-size: 16px !important;
  font-weight: 600;
}
.better_deals p {
  margin-top: 13px !important;
  font-size: 14px !important;
  line-height: 1.6;
}
.better_deals p strong {
  color: #1f2937 !important;
}
/* Get a quote now section start */
.get_a_quote_sec {
  width: 100%;
  background-color: #162556;
  padding: 60px 20px;
}
.get_a_quote_inr {
  width: 100%;
  text-align: center;
}
.get_a_quote_inr h4 {
  margin: 0;
  color: #fff;
  font-size: 1.875rem;
}
.get_a_quote_inr p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-top: 24px !important;
  color: #fff;
}
.get_a_quote_sec .container_btn {
  margin-bottom: 0 !important;
}
.get_a_quote_sec .page_btn {
  background: #fff !important;
  color: #1f2937 !important;
}
.get_a_quote_sec .page_btn img {
  filter: invert(1);
}
.get_a_quote_sec .page_btn:hover {
  background: #d08700 !important;
}
/* footer section design start */
.footer_bottom {
  width: 100%;
}
.footer_top {
  text-align: center;
}
.footer_top p {
  color: #6b7280;
  font-size: 12px;
  margin: 0;
  margin-top: 29px;
  line-height: 1.7;
}
.footer_bottom {
  width: 100%;
  border-top: solid 1px #e5e7eb;
  margin-top: 29px;
  padding: 25px 0;
}
.footer_bottom .container_bx {
  display: flex;
  justify-content: space-between;
}
.footer_bottom .logo_icon {
  font-size: 12px;
  width: 29px;
  height: 29px;
  font-size: 15px;
}
.footer_bottom .footer_copy_meddil p {
  font-size: 12px;
  color: #6b7280;
  margin-top: 23px;
}
.footer_copy_right p a {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  margin-left: 18px;
}
.footer_bottom h4 {
  font-size: 15px;
}
.footer_copy_meddil {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .container_bx {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .container_text_panel {
    width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .container_text_panel h1 {
    font-size: 1.5rem;
    line-height: 32px;
    padding-right: 246px;
  }
  .container_text_panel h1 br {
    display: none;
  }
  .container_text_panel h2 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .container_text_panel h3 {
    margin-top: 10px;
    font-size: 1.25rem;
  }
  .get_a_quote_inr h4 {
    font-size: 1.5rem;
  }
  .get_a_quote_sec {
    padding: 38px 20px;
  }
  .get_a_quote_inr p br {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .header_section .logo_sec h4 {
    display: none;
  }
  .header_text {
    display: none;
  }
  .container_text_panel h1 {
    padding-right: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .container_img img {
    height: 330px;
  }
  .container_text_panel p {
    margin-top: 14px;
  }
  .australians_text em {
    margin-bottom: 0;
  }
  .footer_bottom .container_bx {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer_copy_right {
    margin-top: 18px;
  }
}
