* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*body{font-size:14px;font-family: 'Montserrat', sans-serif;font-weight:400;}*/
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fff;
  font-size: 20px;
  color: #565555;
}

img, object, embed, video {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h2, h3 {
  font-size: 37px;
}

img {
  border: 0;
  vertical-align: middlel;
  display: inline-block;
}

.ie6 img {
  width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

p {
  text-align: justify;
}

a {
  transition: all 0.4s 0s ease;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}

header {
  position: relative;
  text-align: left;
}
header img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}
header .banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  color: #fff;
}
header .banner .text-wraper {
  padding: 0 20px;
}
header .banner h1 {
  font-size: 55px;
  position: relative;
}
header .banner h1::before {
  content: "";
  background: url("../images/banner-bg2.png") no-repeat;
  position: absolute;
  background-size: contain;
  top: -112px;
  left: 0;
  width: 150px;
  height: 100px;
  background-size: contain;
}
@media (max-width: 680px) {
  header .banner h1::before {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  header .banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  header .banner h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  header .banner h1 {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  header .banner h1 {
    font-size: 14px;
  }
}
@media (max-width: 680px) {
  header .banner p {
    font-size: 14px;
  }
}
header .banner a {
  display: inline-block;
  background: #0176D3;
  padding: 3px 8px;
  border-radius: 4px;
}
header .banner a:hover {
  background: #fff;
  color: #0176D3;
}

.content-wraper {
  background: url("../images/bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 220px;
  clip-path: circle(96.51% at 50% 0px);
}
.content-wraper .content-wraperbox {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 2px 3.8px 7px rgba(0, 0, 0, 0.02);
}
.content-wraper .content-wraperbox .top-title {
  position: relative;
  text-align: center;
  padding: 20px 60px;
}
.content-wraper .content-wraperbox .top-title h2 {
  position: relative;
  padding: 20px 200px;
  color: #321D71;
  font-size: 45px;
}
.content-wraper .content-wraperbox .top-title h2::before, .content-wraper .content-wraperbox .top-title h2::after {
  content: "";
  background: url("../images/diya.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 172px;
  height: 113px;
}
.content-wraper .content-wraperbox .top-title h2::before {
  left: 0;
}
.content-wraper .content-wraperbox .top-title h2::after {
  right: 0;
}
.content-wraper .content-wraperbox .top-title p {
  text-align: center;
  font-size: 26px;
}
.content-wraper .content-wraperbox .faq ol {
  counter-reset: step;
}
.content-wraper .content-wraperbox .faq ol li {
  display: flex;
  justify-content: start;
  box-shadow: 0px 0px 5px rgb(224, 224, 224);
  padding: 20px;
  border-radius: 6px;
  align-items: flex-start;
}
.content-wraper .content-wraperbox .faq ol li .main-count {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 150px;
}
.content-wraper .content-wraperbox .faq ol li .main-count:after {
  content: "";
  background: url("../images/butterfly.png") no-repeat;
  width: 15px;
  height: 15px;
  right: 37px;
  top: 0;
  position: absolute;
}
.content-wraper .content-wraperbox .faq ol li .main-count .count {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.18);
  text-align: center;
  line-height: 80px;
  font-weight: 600;
  margin: auto;
  font-size: 30px;
  background: #fff;
}
.content-wraper .content-wraperbox .faq ol li .main-count .count:before {
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
}
.content-wraper .content-wraperbox .faq ol li .main-count .count::after {
  content: "";
  background: url("../images/grass.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wraper .content-wraperbox .faq ol li .main-count span {
  position: relative;
  font-weight: 600;
  padding: 5px 0 0;
}
.content-wraper .content-wraperbox .faq ol li .que-ans {
  margin-left: 30px;
  width: 75%;
}
.content-wraper .content-wraperbox .faq ol li .que-ans h3 {
  font-size: 30px;
  color: #090909;
}
.content-wraper .content-wraperbox .faq ol li .que-ans p {
  color: #090909;
  font-size: 26px;
}
.content-wraper .content-wraperbox .faq ol li + li {
  margin-top: 20px;
}

/*# sourceMappingURL=agent.css.map */
