@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Medium.woff2') format('woff2'),
    url('Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Bold.woff2') format('woff2'),
    url('Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-SemiBold.woff2') format('woff2'),
    url('Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Regular.woff2') format('woff2'),
    url('Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Light.woff2') format('woff2'),
    url('Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Thin.woff2') format('woff2'),
    url('Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

p,
h1,
h2,
h3,
h4,
h5,
span,
a,
li {
  font-family: 'Poppins' !important;
}
#banner-slider .col-md-12 {
  padding: 0;
}
.right span i.fa.fa-chevron-right {
  display: inline-block;
  margin-top: 50px;
  background: #000000;
  opacity: 0.5882352941176471;
  width: 45px;
  height: 45px;
  padding: 12px;
}
.left span i.fa.fa-chevron-left {
  display: inline-block;
  background: #000000;
  opacity: 0.882352941176471;
  width: 45px;
  height: 45px;
  padding: 12px;
}
.item p {
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
}
.azoffer,
.azservice {
  display: flex;
  gap: 12px;
}
.img_icon span {
  display: flex;
  align-items: center;
  border: 1px solid #74c52c;
  padding: 15px;
}
.text h3 {
  margin: 0;
}
#offer {
  position: relative;
  padding: 110px 0px;
  background-color: #fff;
}
#offer hr,
#services hr,
#agents hr {
  text-align: left;
  margin-left: 0;
  position: absolute;
  width: 8%;
  top: 15%;
  width: 8%;
  border-top: 2px solid #eee;
}
#services,
#agents {
  position: relative;
}
#services hr {
  top: 12%;
}
.serv_agent_content h5 {
  text-transform: capitalize;
  font-size: 16px;
}
.choose_agent {
  padding: 8px 0px 30px 0px;
  display: block;
}
#textaz .container-fluid,
#textaz .col-md-6 {
  padding: 0;
}
#textaz .col-md-6 div {
  padding: 40px;
  height: 550px;
  padding: 60px;
  height: 650px;
}
.azagent {
  display: block;
  border-bottom: 1px solid #000100;
  text-align: center;
  width: 8%;
  margin: auto;
  color: #fff;
}
ol.detail_point li {
  color: #fff;
  font-size: 17px;
  font-size: 20px;
  line-height: initial;
}
#agents hr {
  top: 3%;
}

.newss {
  background-image: url(/img/home/newsletter.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 75% !important;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 300px;
  justify-content: center;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
  top: 45px;
  position: absolute;
}
@media (max-width: 1300px) {
  #textaz .col-md-6 div {
    height: 630px;
  }
}
@media (max-width: 768px) {
  .newss {
    width: 100% !important;
    padding: 15px;
  }
}
