@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*==Font-setup==*/

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

body {
   font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/

/* scroll-bar */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}


/*===this-is-code-start===*/
.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==timelie-section==*/
.timeline-area {
  background: linear-gradient(to right,#0B2349,#113165);
  padding: 33px 0;
}

.timeline-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.timeline-main-line {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 24px;
  position: relative;
}

.timeline-line {
  width: 98%;
  height: 13px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
}

.line-act {
  width: 50%;
  height: 100%;
  background: #4D9040;
}

.timeline-item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
}

.timeline-item h4 br {
  display: none;
}

.timeline-item2 h4 {
  text-align: center;
  opacity: 1;
}

.timeline-item3 h4 {
  text-align: right;
}

.cricle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0B2349;
  width: 43px;
  height: 43px;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cricle1 {
  background: #4D9040;
  color: #fff;
}

.cricle2 {
  margin: auto;
}

.cricle3 {
  margin-left: auto;
}


/*==offer-section==*/
.offer-area {
  background: #ffffff;
  padding: 40px 0;
}

.offer-main {
  max-width: 840px;
  margin: auto;
}

.offer-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  line-height: 100%;
  text-align: center;
}

.offer-title h2 span {
  color: #4D9040;
}

.offer-img img {
  width: 100%;
  /*! margin-top: 40px; */
}

.offer-cnt {
  text-align: center;
  margin-top: 40px;
}

.offer-cnt h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #262626;
}

.offer-cnt h3 span {
  color: #113165;
}

.offer-cnt ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 4px;
}

.offer-cnt ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
}

.offer-cnt ul li:nth-of-type(2) span {
  font-weight: 700;
  background: #113165;
  color: #ffffff;
  padding: 4px 24px;
  border-radius: 100px;
  border: 1px solid #96B1DC;
}

.offer-cnt ul li:nth-of-type(1) {
  position: relative;
}

.offer-cnt ul li:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 21px;
  background: url('images/line.png') no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.offer-cnt h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #262626;
  margin-top: 16px;
}

.offer-cnt h4 span {
  font-weight: 700;
  color: #113165;
}

.offer-cnt a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  background: #113165;
  padding: 16px 44px;
  display: block;
  margin-top: 40px;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.offer-cnt a:hover {
  opacity: 0.8;
}

.offer-cnt p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D10A0A;
  margin-top: 8px;
  font-style: italic;
}

/*==why-section==*/

.why-area {
  background: #FAFAFA;
  padding: 40px 0;
}

.Why-main {
  max-width: 662px;
  margin: auto;
}

.why-pg {
  margin-top: 40px;
}

.Why-main h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  text-align: center;
}

.Why-main h2 span {
  color: #113165;
}

.Why-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
}

.Why-main p span {
  font-weight: 700;
  color: #113165;
}

.Why-main p:nth-of-type(1) {
  margin-top: 0;
}

.Why-main a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0B2349;
  display: block;
  text-align: center;
  border: 1px solid #C2C7E7;
  background: #EAEDFF;
  padding: 12px 24px;
  margin-top: 40px;
  transition: 0.2s all ease;
  column-gap: 5px;
  border-radius: 50px;
  margin-bottom: 38px;
}

.Why-main a img {
  margin-right: 5px;
}

.Why-main a:hover {
  opacity: 0.8;
}

.why-logo img {
  max-width: 200px;
  display: block;
  margin: auto;
  margin-top: 40px;
}

/*==savings-section==*/
.savings-area {
  background: #F7F8FD;
  padding: 40px 0;
}

.savings-btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  display: block;
  text-align: center;
  background: #113165;
  padding: 16px 44px;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.savings-btn a:hover {
  opacity: 0.8;
}

.savings-title {
  text-align: center;
}

.savings-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
  text-decoration: underline;
  margin-top: 17px;
  display: inline-block;
  transition: 0.2s all ease;
}

.savings-title a:hover {
  color: #F70000;
}

/*==footer-section==*/
.footer-area {
  background: #262626;
  padding: 16px 0;
}

.footer-main {
  text-align: center;
}

.footer-main img {
  max-width: 105px;
}

.footer-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}


/*==new-section-add==*/
.new-area20 {
  background: #ffffff;
  padding-top: 40px;
}

.new-main20 {
  max-width: 840px;
  margin: auto;
}

.new-box20 {
  border: 1px solid #C2C7E7;
  border-radius: 24px;
  padding: 24px;
  background: #EAEDFF;
}

.new-box20 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #262626;
}

.new-box20 h4 span {
  font-weight: 700;
  color: #113165;
}

.new-main-cnt20 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #113165;
  margin-top: 16px;
}

.new-main-cnt20 span {
  font-weight: 700;
}

.new-main-cnt20 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #113165;
  margin-top: 35px;
}

.new-main-cnt20 img {
  width: 100%;
  border-radius: 4px;
  margin-top: 44px;
}

.hadd1 {
  margin-top: 16px !important;
}

.pg1 {
  margin-top: 35px !important;
}

.new-area30 {
  background: #ffffff;
  padding: 40px 0;
}

.new-title30 h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #262626;
  text-align: center;
  line-height: 100%;
}

.new-title30 h2 span {
  color: #113165;
}

.new-main30 {
  display: grid;
  grid-template-columns: auto 360px;
  column-gap: 36px;
  align-items: center;
  background: #FAFAFA;
  border-radius: 8px;
  margin-top: 40px;
}

.new-left30 {
  padding: 36px;
} 

.new-left30 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 8px;
}

.new-left30 h4 {
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  font-style: italic;
  margin-top: 16px;
}

.new-right30 img {
  width: 100%;
  vertical-align: middle;
  border-radius: 0 8px 8px 0;
}

.new-main100 {
  margin-top: 32px;
}

