@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

button:focus {
  outline: none !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 42px 0;
}
header div#navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
header div#navigation ul li a {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.1px;
}
header ul.user-sec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
header ul.user-sec li:first-child a {
  display: block;
  background: #279272;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
}

section.banner-part {
  position: relative;
}
section.banner-part img.main-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.banner-part .ban-tx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
section.banner-part .ban-tx h5 {
  color: rgba(39, 146, 114, 0.8);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.625px;
  text-transform: uppercase;
  margin: 0 0 34px;
}
section.banner-part .ban-tx h2 {
  max-width: 985px;
  color: #FFF;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: -2px;
  margin: 0 auto 35px;
}
section.banner-part .ban-tx p {
  color: #FEFEFE;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin: 0 0 35px;
}
section.banner-part .ban-tx a {
  background: #279272;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
section.banner-part a.go-btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}

section.body-cont1 {
  padding: 100px 0 0;
  background: #F6F6F6;
  margin-bottom: -100px;
}
section.body-cont1 h2 {
  color: #565353;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.body-cont1 h6 {
  color: #565353;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 70px;
}
section.body-cont1 .aos-animate {
  position: relative;
  z-index: 1;
}
section.body-cont1 .wrap {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
section.body-cont1 img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
section.body-cont1 .decp {
  border-radius: 0px 0px 10px 10px;
  border: 0.8px solid #C5BDBD;
  background: #FFF;
  padding: 35px 18px;
  text-align: center;
}
section.body-cont1 h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
section.body-cont1 p {
  color: #7C7C7C;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 25px;
}
section.body-cont1 ul {
  text-align: left;
  margin: 0 0 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
section.body-cont1 ul li {
  color: #2E2E2E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 13px;
}
section.body-cont1 ul li i.fa-solid.fa-circle {
  font-size: 8px;
  color: #E5B556;
}
section.body-cont1 h4 {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
section.body-cont1 h4 span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.body-cont1 a {
  background: #279272;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 6px;
  margin: 0 auto;
}

section.body-cont2 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
section.body-cont2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.27);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
section.body-cont2 ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 200px 0 100px;
}
section.body-cont2 ul li {
  width: 100%;
  border-left: 4px solid #F7BE2C;
  padding-left: 30px;
}
section.body-cont2 ul li:first-child {
  padding: 0;
  border: 0;
}
section.body-cont2 ul h2 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
section.body-cont2 ul p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

section.body-cont3 {
  padding: 100px 0;
  background: #F6F6F6;
  background-image: url(../images/home-img12.svg);
  background-repeat: no-repeat;
  background-position: center bottom 121px;
}
section.body-cont3 h2 {
  color: #565353;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.body-cont3 h6 {
  color: #565353;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 70px;
}
section.body-cont3 video {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: table;
  border-radius: 15px;
}
section.body-cont3 .sec1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: end;
}
section.body-cont3 .sec1 img.img1 {
  margin: 45px 0 0;
}
section.body-cont3 .sec2 img.img1 {
  margin: 0 0 45px;
}
section.body-cont3 .box1 {
  border-radius: 20px;
  border: 1px solid var(--neutral-neutral-50, #EDEEF0);
  background: var(--Pure-White-FFFFFF, #FFF);
  box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
  padding: 24px;
  text-align: center;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 25px 0;
}
section.body-cont3 .box1 h4 {
  color: var(--neutral-neutral-900, #1E242C);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
section.body-cont3 .box1 p {
  color: var(--neutral-neutral-600, #414D60);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  max-width: 193px;
}
section.body-cont3 .box1 a {
  display: block;
  border-radius: 100px;
  border: 1px solid var(--primary-primary-400, #3385FF);
  background: var(--primary-primary-400, #3385FF);
  color: var(--Neutral-10, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding: 8px 24px;
}
section.body-cont3 .box-2 {
  border-radius: 20px;
  border: 1px solid var(--neutral-neutral-50, #EDEEF0);
  background: var(--Pure-White-FFFFFF, #FFF);
  box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
  padding: 16px;
  max-width: 260px;
  display: flex;
  align-items: center;
  gap: 15px;
}
section.body-cont3 .box-2 h4 {
  color: var(--neutral-neutral-900, #1E242C);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
section.body-cont3 .box-2 h4 span {
  color: var(--neutral-neutral-600, #414D60);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

section.body-cont4 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  padding: 200px 0;
}
section.body-cont4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.body-cont4 .container {
  position: relative;
}
section.body-cont4 h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  max-width: 456px;
  margin: 0 0 30px;
}
section.body-cont4 a {
  background: #279272;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.body-cont4 p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 40px;
}
section.body-cont4 h3 {
  color: var(--White, #FFF);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
section.body-cont4 h6 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}

section.body-cont5 {
  padding: 80px 0;
}
section.body-cont5 h2 {
  color: #565353;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 48px;
}
section.body-cont5 ul li {
  display: flex;
  align-items: center;
  gap: 24px;
}
section.body-cont5 ul li:nth-child(2) {
  flex-direction: row-reverse;
  margin: 36px 0;
  justify-content: flex-end;
}
section.body-cont5 h3 {
  color: var(--primary-primary-900, #002B6B);
  font-size: 108px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  opacity: 0.15;
}
section.body-cont5 .decp {
  border-radius: 20px;
  border: 1px solid var(--neutral-neutral-50, #EDEEF0);
  background: var(--Pure-White-FFFFFF, #FFF);
  box-shadow: 10px 25px 100px 0px rgba(0, 43, 107, 0.25);
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 18px;
  max-width: 457px;
}
section.body-cont5 h4 {
  color: var(--neutral-neutral-900, #1E242C);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.body-cont5 p {
  color: var(--neutral-neutral-600, #414D60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
section.body-cont5 .img-wap {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  position: relative;
}
section.body-cont5 .img-wap img.img1 {
  position: absolute;
  left: 20px;
  bottom: 42px;
}

section.body-cont6 {
  padding: 100px 0;
  background: #F6F6F6;
}
section.body-cont6 h2 {
  color: #565353;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.body-cont6 h6 {
  color: #565353;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 70px;
}
section.body-cont6 img {
  border-radius: 20px;
  margin: 0 0 20px;
}
section.body-cont6 h4 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.body-cont6 p {
  color: #7C7C7C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

section.body-cont7 {
  padding: 0 0 100px;
  background: #f6f6f6;
}
section.body-cont7 h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.body-cont7 p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
section.body-cont7 img {
  border-radius: 20px;
  width: 100%;
}
section.body-cont7 .wapp {
  position: relative;
  margin: 35px 0px;
}
section.body-cont7 .wapp h6 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

section.body-cont8 {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  padding: 200px 0;
}
section.body-cont8:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.body-cont8 .container {
  position: relative;
}
section.body-cont8 img {
  margin-left: -28px;
}
section.body-cont8 .wrap {
  border-radius: 10px;
  background: rgba(39, 146, 114, 0.5);
  -webkit-backdrop-filter: blur(47px);
          backdrop-filter: blur(47px);
  padding-right: 25px;
  padding-top: 45px;
  display: flex;
  gap: 25px;
}
section.body-cont8 .wrap h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
}
section.body-cont8 .wrap p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  min-height: 80px;
}
section.body-cont8 .wrap a {
  background: #fff;
  border-radius: 200px;
  color: #279272;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
}

section.body-cont9 {
  padding: 100px 0;
  overflow: hidden;
}
section.body-cont9 h2 {
  color: #565353;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 45px;
}
section.body-cont9 .owl-stage-outer {
  overflow: visible;
}
section.body-cont9 .item {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 11px 15px 0px rgba(57, 90, 68, 0.3);
  padding: 80px 50px 30px;
  margin: 20px 10px;
}
section.body-cont9 .item .auth {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.body-cont9 .item .auth img {
  max-width: 55px;
}
section.body-cont9 .item .auth h5 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 163.15%;
  margin: 0;
}
section.body-cont9 .item .auth h5 span {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.035px;
  display: block;
}
section.body-cont9 .star {
  color: orange;
  margin: 0 0 25px;
}
section.body-cont9 p {
  color: var(--Grey, #6D7D8B);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 163.15%;
  margin: 0 0 30px;
}

section.body-cont10 {
  background: #F6F6F6;
  padding: 100px 0;
}
section.body-cont10 h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px;
}
section.body-cont10 h6 {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 40px;
}
section.body-cont10 a.alll-btn {
  border-radius: 64px;
  background: #282828;
  display: inline-block;
  padding: 16px 24px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section.body-cont10 .wrap {
  border-radius: 25px;
  background: #454545;
  box-shadow: -7px 10px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 24px;
}
section.body-cont10 .wrap a img {
  width: 100%;
  border-radius: 20px;
}
section.body-cont10 .wrap h5 {
  color: #9FFA00;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 30px 0 15px;
}
section.body-cont10 .wrap h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
section.body-cont10 .wrap h3 a {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.body-cont10 .wrap h3 a i.fa-solid.fa-arrow-up {
  transform: rotate(45deg) translate(0px, 0px);
}
section.body-cont10 .wrap p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
section.body-cont10 .wrap .star {
  margin: 0 0 25px;
  color: #9FFA00;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.body-cont10 .wrap .star i.fa-solid.fa-star {
  color: #FF9B26;
  margin: 0 3px;
  font-size: 14px;
}
section.body-cont10 .wrap .star span.\31  {
  color: #969696;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.body-cont10 .wrap .auth {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.body-cont10 .wrap .auth img {
  width: 40px;
  border-radius: 100%;
}
section.body-cont10 .wrap .auth h4 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
section.body-cont10 .wrap .auth h4 span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}
section.body-cont10 .wrap .auth .price {
  color: #9FFA00;
  text-align: right;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 208px;
}

section.body-cont11 {
  background: #F6F6F6;
  padding: 0 0 100px;
}
section.body-cont11 h2 {
  color: #3D3D3D;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}
section.body-cont11 h6 {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 30px;
}
section.body-cont11 a {
  background: #282828;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.body-cont11 .wrap {
  border-radius: 4px;
  border: 1px solid #AAA;
  margin: 0 0 20px;
  padding: 24px;
}
section.body-cont11 p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 24px 0 0;
}
section.body-cont11 .accordion-toggle {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
section.body-cont11 .accordion-toggle.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  transform: rotate(135deg) translate(0px, 0px);
}
section.body-cont11 .accordion-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  transform: rotate(-45deg) translate(0px, 0px);
}
section.body-cont11 .accordion-toggle.active:before {
  display: none;
}
section.body-cont11 .accordion-content {
  display: none;
}

section.body-cont12 {
  padding: 60px 0;
}
section.body-cont12 .item img {
  width: auto;
  display: table;
  margin: 0 auto;
}

footer {
  background: #279272;
  padding: 80px 0 20px;
}
footer p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.2px;
  max-width: 354px;
  margin: 10px 0 25px;
}
footer .social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.7215686275);
  text-align: center;
  line-height: 35px;
  border-radius: 100px;
  color: #009274;
  font-size: 16px;
  margin-right: 18px;
}
footer h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 35px;
}
footer ul.menu li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  display: table;
}
footer h6 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4509803922);
  margin: 40px 0 0;
  padding: 20px 0 0;
}

section.inner-ban {
  position: relative;
  background: #162532;
}
section.inner-ban img {
  width: 100%;
  opacity: 0.4;
}
section.inner-ban .ban-tx {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
section.inner-ban .ban-tx h2 {
  font-size: 70px;
  color: #fff;
}

section.ab-body-cont1 {
  padding: 100px 0;
}
section.ab-body-cont1 h2 {
  font-size: 60px;
  font-weight: 275;
}
section.ab-body-cont1 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
}
section.ab-body-cont1 h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  margin: 30px 0 0;
}
section.ab-body-cont1 a {
  display: table;
  border: 1px solid #000;
  max-width: 167px;
  width: 100%;
  text-align: center;
  line-height: 47px;
  margin: 30px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: all 0.5s ease-out;
}
section.ab-body-cont1 a:hover {
  background: #000;
  color: #fff;
}

section.ab-page {
  padding: 0 0 80px;
}
section.ab-page h2 {
  font-size: 60px;
  font-weight: 275;
  margin-bottom: 25px;
  text-transform: capitalize;
}
section.ab-page p {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

section.conmtact-page {
  padding: 80px 0;
}
section.conmtact-page h2 {
  font-size: 50px;
  font-weight: 275;
  color: #000;
  text-transform: capitalize;
}
section.conmtact-page p {
  font-size: 16px;
  line-height: 27px;
}
section.conmtact-page ul {
  margin: 40px 0;
}
section.conmtact-page ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 65px;
}
section.conmtact-page ul li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  display: block;
  color: #000;
}
section.conmtact-page ul li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  text-align: left;
  color: #000;
}
section.conmtact-page ul li i.fas {
  width: 45px;
  height: 45px;
  border: 2px solid #279272;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: #279272;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.conmtact-page h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #000;
}
section.conmtact-page h4 span {
  display: block;
  border-top: 1px solid #111;
  font-size: 16px;
  margin-top: 5px;
}
section.conmtact-page form {
  background: #000;
  padding: 25px;
  border-radius: 10px;
}
section.conmtact-page form label {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  color: #fff;
}
section.conmtact-page form input:not([type=submit]),
section.conmtact-page form textarea {
  width: 100%;
  padding: 13px;
  border-radius: 5px;
  border: none;
  margin: 3px 0 22px;
  color: #000;
}
section.conmtact-page form textarea {
  height: 150px;
}
section.conmtact-page form input[type=submit] {
  border: none;
  display: table;
  margin: 0 auto;
  background: #279272;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 60px;
  border-radius: 10px;
}

section.conmtact-page2 {
  font-size: 0;
}
section.conmtact-page2 iframe {
  width: 100%;
}

.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
}
.modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
.modal-dialog .modal-header {
  border-bottom: none;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog .modal-header .btn-close {
  padding: 0 !important;
  opacity: 1;
  margin: 0 !important;
}
.modal-dialog h4.modal-title {
  color: #565353;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.modal-dialog .logmod {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.modal-dialog .logmod::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .logmod__wrapper {
  display: block;
  background: #FFF;
  position: relative;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.modal-dialog .logmod__close {
  display: block;
  position: absolute;
  right: 50%;
  background: url("http://imgh.us/close_white.svg") no-repeat scroll 0% 0% transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  top: -72px;
  margin-right: -24px;
  width: 48px;
  height: 48px;
}
.modal-dialog .logmod__container {
  overflow: hidden;
  width: 100%;
}
.modal-dialog .logmod__container::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .logmod__tab {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.modal-dialog .logmod__tab-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.modal-dialog .logmod__tab.show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.modal-dialog .logmod__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-dialog .logmod__tabs::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .logmod__tabs li.current a {
  background: #FFF;
  color: #333;
}
.modal-dialog .logmod__tabs li a {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
  background: #D2D8D8;
  line-height: 72px;
  height: 72px;
  text-decoration: none;
  color: #809191;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.modal-dialog .logmod__tabs li a:focus {
  outline: dotted 1px;
}
.modal-dialog .logmod__heading {
  text-align: center;
  padding: 12px 0 12px 0;
}
.modal-dialog .logmod__heading-subtitle {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #888;
  line-height: 48px;
}
.modal-dialog .logmod__form {
  border-top: 1px solid #e5e5e5;
}
.modal-dialog .logmod__alter {
  display: block;
  position: relative;
  margin-top: 7px;
}
.modal-dialog .logmod__alter::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .logmod__alter .connect:last-child {
  border-radius: 0 0 4px 4px;
}
.modal-dialog .connect {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
}
.modal-dialog .connect::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .connect:focus,
.modal-dialog .connect:hover,
.modal-dialog .connect:visited {
  color: #FFF;
  text-decoration: none;
}
.modal-dialog .connect__icon {
  vertical-align: middle;
  float: left;
  width: 70px;
  text-align: center;
  font-size: 22px;
}
.modal-dialog .connect__context {
  vertical-align: middle;
  text-align: center;
}
.modal-dialog .connect.facebook {
  background: #3b5998;
  color: #FFF;
}
.modal-dialog .connect.facebook a {
  color: #FFF;
}
.modal-dialog .connect.facebook .connect__icon {
  background: #283d68;
}
.modal-dialog .connect.googleplus {
  background: #dd4b39;
  color: #FFF;
}
.modal-dialog .connect.googleplus a {
  color: #FFF;
}
.modal-dialog .connect.googleplus .connect__icon {
  background: #b52f1f;
}
.modal-dialog .simform {
  position: relative;
}
.modal-dialog .simform__actions {
  padding: 15px;
  font-size: 14px;
}
.modal-dialog .simform__actions::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .simform__actions .sumbit {
  height: 48px;
  float: right;
  color: #FFF;
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  background:#0c80c3;
  margin-top:7px;
}
.modal-dialog .simform__actions .sumbit::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .simform__actions-sidetext {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 9px 0 0 0;
  color: #8C979E;
  text-align: center;
  line-height: 24px;
}
.modal-dialog .simform__actions-sidetext::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .sminputs {
  border-bottom: 1px solid #E5E5E5;
}
.modal-dialog .sminputs::after {
  clear: both;
  content: "";
  display: table;
}
.modal-dialog .sminputs .input {
  display: block;
  position: relative;
  width: 50%;
  height: 71px;
  padding: 11px 24px;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  background-color: #FFF;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-dialog .sminputs .input.active {
  background: #eee;
}
.modal-dialog .sminputs .input.active .hide-password {
  background: #eee;
}
.modal-dialog .sminputs .input.full {
  width: 100%;
}
.modal-dialog .sminputs .input label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
}
.modal-dialog .sminputs .input input {
  postion: relative;
  display: inline-block;
  height: 24px;
  font-size: 15px;
  line-height: 19.2px;
  color: #555;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: rgba(75, 89, 102, 0.85);
}
.modal-dialog .sminputs .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 15px;
  border-left: 1px solid #e4e4e4;
  font-size: 14px;
  background: #FFF;
  overflow: hidden;
  color: #444;
  cursor: pointer;
  margin-top: 12px;
  line-height: 48px;
}
.modal-dialog .btn,
.modal-dialog .simform__actions .sumbit {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  outline: none;
  outline-offset: 0;
  font-weight: 400;
  box-shadow: none;
  min-width: 90px;
  padding: 10px 14px;
}
.modal-dialog .btn.full,
.modal-dialog .simform__actions .full.sumbit {
  width: 100%;
}
.modal-dialog .btn.lg,
.modal-dialog .simform__actions .lg.sumbit {
  min-width: 125px;
  padding: 17px 14px;
  font-size: 22px;
  line-height: 1.3;
}
.modal-dialog .btn.sm,
.modal-dialog .simform__actions .sm.sumbit {
  min-width: 65px;
  padding: 4px 12px;
  font-size: 14px;
}
.modal-dialog .btn.xs,
.modal-dialog .simform__actions .xs.sumbit {
  min-width: 45px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
}
.modal-dialog .btn.circle,
.modal-dialog .simform__actions .circle.sumbit {
  overflow: hidden;
  width: 56px;
  height: 56px;
  min-width: 56px;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
}
.modal-dialog .btn.circle.lg,
.modal-dialog .simform__actions .circle.lg.sumbit {
  width: 78px;
  height: 78px;
  min-width: 78px;
}
.modal-dialog .btn.circle.sm,
.modal-dialog .simform__actions .circle.sm.sumbit {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.modal-dialog .btn.circle.xs,
.modal-dialog .simform__actions .circle.xs.sumbit {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.modal-dialog .btn:focus,
.modal-dialog .simform__actions .sumbit:focus,
.modal-dialog .btn:active,
.modal-dialog .simform__actions .sumbit:active,
.modal-dialog .btn.active,
.modal-dialog .simform__actions .active.sumbit,
.modal-dialog .btn:active:focus,
.modal-dialog .btn.active:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.modal-dialog .btn.red,
.modal-dialog .simform__actions .red.sumbit {
  background: #f44336;
  color: #FFF;
}
.modal-dialog .btn.red:active,
.modal-dialog .simform__actions .red.sumbit:active,
.modal-dialog .btn.red:focus,
.modal-dialog .simform__actions .red.sumbit:focus {
  background-color: #ef1d0d;
}
.modal-dialog .btn.red:hover,
.modal-dialog .simform__actions .red.sumbit:hover {
  background-color: #f32c1e;
}
.modal-dialog .btn.pink,
.modal-dialog .simform__actions .pink.sumbit {
  background: #E91E63;
  color: #FFF;
}
.modal-dialog .btn.pink:active,
.modal-dialog .simform__actions .pink.sumbit:active,
.modal-dialog .btn.pink:focus,
.modal-dialog .simform__actions .pink.sumbit:focus {
  background-color: #c61350;
}
.modal-dialog .btn.pink:hover,
.modal-dialog .simform__actions .pink.sumbit:hover {
  background-color: #d81558;
}
.modal-dialog .btn.purple,
.modal-dialog .simform__actions .purple.sumbit {
  background: #9C27B0;
  color: #FFF;
}
.modal-dialog .btn.purple:active,
.modal-dialog .simform__actions .purple.sumbit:active,
.modal-dialog .btn.purple:focus,
.modal-dialog .simform__actions .purple.sumbit:focus {
  background-color: #7b1f8a;
}
.modal-dialog .btn.purple:hover,
.modal-dialog .simform__actions .purple.sumbit:hover {
  background-color: #89229b;
}
.modal-dialog .btn.deep-purple,
.modal-dialog .simform__actions .deep-purple.sumbit {
  background: #673AB7;
  color: #FFF;
}
.modal-dialog .btn.deep-purple:active,
.modal-dialog .simform__actions .deep-purple.sumbit:active,
.modal-dialog .btn.deep-purple:focus,
.modal-dialog .simform__actions .deep-purple.sumbit:focus {
  background-color: #532f94;
}
.modal-dialog .btn.deep-purple:hover,
.modal-dialog .simform__actions .deep-purple.sumbit:hover {
  background-color: #5c34a4;
}
.modal-dialog .btn.indigo,
.modal-dialog .simform__actions .indigo.sumbit {
  background: #3F51B5;
  color: #FFF;
}
.modal-dialog .btn.indigo:active,
.modal-dialog .simform__actions .indigo.sumbit:active,
.modal-dialog .btn.indigo:focus,
.modal-dialog .simform__actions .indigo.sumbit:focus {
  background-color: #334293;
}
.modal-dialog .btn.indigo:hover,
.modal-dialog .simform__actions .indigo.sumbit:hover {
  background-color: #3849a2;
}
.modal-dialog .btn.blue,
.modal-dialog .simform__actions .blue.sumbit {
  background: #2196F3;
  color: #FFF;
}
.modal-dialog .btn.blue:active,
.modal-dialog .simform__actions .blue.sumbit:active,
.modal-dialog .btn.blue:focus,
.modal-dialog .simform__actions .blue.sumbit:focus {
  background-color: #0c7fda;
}
.modal-dialog .btn.blue:hover,
.modal-dialog .simform__actions .blue.sumbit:hover {
  background-color: #0d8aee;
}
.modal-dialog .btn.light-blue,
.modal-dialog .simform__actions .light-blue.sumbit {
  background: #03A9F4;
  color: #FFF;
}
.modal-dialog .btn.light-blue:active,
.modal-dialog .simform__actions .light-blue.sumbit:active,
.modal-dialog .btn.light-blue:focus,
.modal-dialog .simform__actions .light-blue.sumbit:focus {
  background-color: #028ac7;
}
.modal-dialog .btn.light-blue:hover,
.modal-dialog .simform__actions .light-blue.sumbit:hover {
  background-color: #0398db;
}
.modal-dialog .btn.cyan,
.modal-dialog .simform__actions .cyan.sumbit {
  background: #00BCD4;
  color: #FFF;
}
.modal-dialog .btn.cyan:active,
.modal-dialog .simform__actions .cyan.sumbit:active,
.modal-dialog .btn.cyan:focus,
.modal-dialog .simform__actions .cyan.sumbit:focus {
  background-color: #0093a6;
}
.modal-dialog .btn.cyan:hover,
.modal-dialog .simform__actions .cyan.sumbit:hover {
  background-color: #00a5bb;
}
.modal-dialog .btn.teal,
.modal-dialog .simform__actions .teal.sumbit {
  background: #009688;
  color: #FFF;
}
.modal-dialog .btn.teal:active,
.modal-dialog .simform__actions .teal.sumbit:active,
.modal-dialog .btn.teal:focus,
.modal-dialog .simform__actions .teal.sumbit:focus {
  background-color: #00685e;
}
.modal-dialog .btn.teal:hover,
.modal-dialog .simform__actions .teal.sumbit:hover {
  background-color: #007d71;
}
.modal-dialog .btn.green,
.modal-dialog .simform__actions .green.sumbit {
  background: #279272;
  color: #FFF;
}
.modal-dialog .btn.green:active,
.modal-dialog .simform__actions .green.sumbit:active,
.modal-dialog .btn.green:focus,
.modal-dialog .simform__actions .green.sumbit:focus {
  background-color: #3e8f41;
}
.modal-dialog .btn.green:hover,
.modal-dialog .simform__actions .green.sumbit:hover {
  background-color: #449d48;
}
.modal-dialog .btn.light-green,
.modal-dialog .simform__actions .light-green.sumbit {
  background: #8BC34A;
  color: #FFF;
}
.modal-dialog .btn.light-green:active,
.modal-dialog .simform__actions .light-green.sumbit:active,
.modal-dialog .btn.light-green:focus,
.modal-dialog .simform__actions .light-green.sumbit:focus {
  background-color: #74a838;
}
.modal-dialog .btn.light-green:hover,
.modal-dialog .simform__actions .light-green.sumbit:hover {
  background-color: #7eb73d;
}
.modal-dialog .btn.lime,
.modal-dialog .simform__actions .lime.sumbit {
  background: #CDDC39;
  color: #FFF;
}
.modal-dialog .btn.lime:active,
.modal-dialog .simform__actions .lime.sumbit:active,
.modal-dialog .btn.lime:focus,
.modal-dialog .simform__actions .lime.sumbit:focus {
  background-color: #b6c423;
}
.modal-dialog .btn.lime:hover,
.modal-dialog .simform__actions .lime.sumbit:hover {
  background-color: #c6d626;
}
.modal-dialog .btn.yellow,
.modal-dialog .simform__actions .yellow.sumbit {
  background: #FFEB3B;
  color: #FFF;
}
.modal-dialog .btn.yellow:active,
.modal-dialog .simform__actions .yellow.sumbit:active,
.modal-dialog .btn.yellow:focus,
.modal-dialog .simform__actions .yellow.sumbit:focus {
  background-color: #ffe60d;
}
.modal-dialog .btn.yellow:hover,
.modal-dialog .simform__actions .yellow.sumbit:hover {
  background-color: #ffe822;
}
.modal-dialog .btn.amber,
.modal-dialog .simform__actions .amber.sumbit {
  background: #FFC107;
  color: #FFF;
}
.modal-dialog .btn.amber:active,
.modal-dialog .simform__actions .amber.sumbit:active,
.modal-dialog .btn.amber:focus,
.modal-dialog .simform__actions .amber.sumbit:focus {
  background-color: #d8a200;
}
.modal-dialog .btn.amber:hover,
.modal-dialog .simform__actions .amber.sumbit:hover {
  background-color: #edb100;
}
.modal-dialog .btn.orange,
.modal-dialog .simform__actions .orange.sumbit {
  background: #FF9800;
  color: #FFF;
}
.modal-dialog .btn.orange:active,
.modal-dialog .simform__actions .orange.sumbit:active,
.modal-dialog .btn.orange:focus,
.modal-dialog .simform__actions .orange.sumbit:focus {
  background-color: #d17d00;
}
.modal-dialog .btn.orange:hover,
.modal-dialog .simform__actions .orange.sumbit:hover {
  background-color: #e68900;
}
.modal-dialog .btn.deep-orange,
.modal-dialog .simform__actions .deep-orange.sumbit {
  background: #FF5722;
  color: #FFF;
}
.modal-dialog .btn.deep-orange:active,
.modal-dialog .simform__actions .deep-orange.sumbit:active,
.modal-dialog .btn.deep-orange:focus,
.modal-dialog .simform__actions .deep-orange.sumbit:focus {
  background-color: #f33a00;
}
.modal-dialog .btn.deep-orange:hover,
.modal-dialog .simform__actions .deep-orange.sumbit:hover {
  background-color: #ff4409;
}
.modal-dialog .btn.brown,
.modal-dialog .simform__actions .brown.sumbit {
  background: #795548;
  color: #FFF;
}
.modal-dialog .btn.brown:active,
.modal-dialog .simform__actions .brown.sumbit:active,
.modal-dialog .btn.brown:focus,
.modal-dialog .simform__actions .brown.sumbit:focus {
  background-color: #5c4137;
}
.modal-dialog .btn.brown:hover,
.modal-dialog .simform__actions .brown.sumbit:hover {
  background-color: #694a3e;
}
.modal-dialog .btn.grey,
.modal-dialog .simform__actions .grey.sumbit {
  background: #9E9E9E;
  color: #FFF;
}
.modal-dialog .btn.grey:active,
.modal-dialog .simform__actions .grey.sumbit:active,
.modal-dialog .btn.grey:focus,
.modal-dialog .simform__actions .grey.sumbit:focus {
  background-color: #878787;
}
.modal-dialog .btn.grey:hover,
.modal-dialog .simform__actions .grey.sumbit:hover {
  background-color: #919191;
}
.modal-dialog .btn.blue-grey,
.modal-dialog .simform__actions .blue-grey.sumbit {
  background: #607D8B;
  color: #FFF;
}
.modal-dialog .btn.blue-grey:active,
.modal-dialog .simform__actions .blue-grey.sumbit:active,
.modal-dialog .btn.blue-grey:focus,
.modal-dialog .simform__actions .blue-grey.sumbit:focus {
  background-color: #4d6570;
}
.modal-dialog .btn.blue-grey:hover,
.modal-dialog .simform__actions .blue-grey.sumbit:hover {
  background-color: #566f7c;
}
.modal-dialog .special {
  color: #f44336;
  position: relative;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.modal-dialog .special:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #f00;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.modal-dialog .special:hover {
  transition: all 0.15s ease-out;
}
.modal-dialog .special:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.modal-dialog #baseline {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url(https://basehold.it/i/24);
}

section.Course-page {
  padding: 100px 0;
}
section.Course-page .course-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
section.Course-page .course-box p {
  font-size: 15px;
  margin: 20px 0;
}
section.Course-page .course-box h4 {
  color: #565353;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px;
}
section.Course-page .course-box ul li {
  color: #565353;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 10px;
}
section.Course-page .highlight-title {
  background: #279272;
  color: white;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
section.Course-page .price-tag {
  font-size: 28px;
  font-weight: 700;
  color: #279272;
}
section.Course-page .strike {
  text-decoration: line-through;
  color: gray;
  font-size: 16px;
}
section.Course-page .offer {
  background: #279272;
  color: white;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 4px;
}
section.Course-page .feature-list li {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  list-style: none;
}
section.Course-page .checkout-btn {
  background: #279272;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 25px;
  width: 100%;
}

@media (max-width: 767px) {
  section.Course-page {
    padding: 30px 0;
  }
  section.Course-page .course-box {
    padding: 15px;
    margin: 0 0 25px;
  }
}/*# sourceMappingURL=style.css.map */