@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #222;
}

a {
  text-decoration: none;
  color: #0880e8;
}

a:hover {
  color: #75ab4c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Playfair Display', serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #73AE44;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #73ae44;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
  background: #73AE44;  
}

#topbar.topbar-scrolled {
  top: -60px;
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  color: #fff;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  top: 40px;
}

#header.header-scrolled {
  background: #010102eb;
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}
.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}
.login_fm_p{
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 200px;
}
.login_box input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BDD4BA;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
  padding: 10px 20px;
}

.login_box h1 {
  padding-bottom: 40px;
  color: #73ae44;
  font-weight: bold;
}
.login_box p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}
.login_btn{
  background: #73AE44 0% 0% no-repeat padding-box;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  border: 0;
  width: 100%;
  margin-bottom: 15px;
}
.social_btn {
  text-align: center;
}

.login_box p a {
    color: #222;
}
.forgot_p {
  padding-bottom: 40px;
}
.forgot_p h2{
  font-size: 40px;
  line-height: 51px;
  color: #73ae44;
  font-weight: bold;
}
.cont_img p {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0d2c0a08;
  padding: 25px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px !important;
  margin-top: -20px;
}
.social_btn a {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0D2C0A1A;
  padding: 15px 30px;
  width: 100%;
  margin: 0px 6px;
  border-radius: 4px;
}
.content_box_see h4 {
  color: #73ae44;
  margin-bottom: 15px;
}
.small_head_coch {
    font-size: 22px !important;
    padding-bottom: 5px !important;
}
.contact_p {
  padding-top: 160px;
}
.detail_contact h1 {
  color: #73ae44;
  font-weight: bold;
}
.detail_contact a {
  color: #73ae44;
}
.one_time_pw {
  margin-bottom: 40px;
}

.one_time_pw input {
  width: 100%;
  display: inline-block;
  max-width: 57px;
  font-size: 18px;
  padding: 23px;
  margin: 10px 15px;
}
.forgot_p span {
  font-size: 14px;
}


/* calender */
.month {
  padding: 70px 25px;
  width: 100%;
  background: #73ae44;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  margin: 0;
  border: 1px solid #ccc;
}
.reset_my_mind {
  background: #73ae44;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.a_tive {
  color: #FBD40B;
}
.myprgramm ul {
  list-style: none;
  padding: 0;
}

.myprgramm ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  margin-bottom: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0D2C0A08;
  padding: 10px 15px;
  font-size: 14px;
  color: #736e6e;
}
.myprgramm ul li:hover{
  color: #0D2C0A;
}
.play_set i {
  background: #8fce5e8c;
  color: #fff;
  border-radius: 25px;
  padding: 5px;
  vertical-align: middle;
}
.hfeed h1 {
  font-weight: bold;
  color: #73ae44;
  margin-bottom: 30px;
}
.hfeed .nav-pills .nav-link{
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.hfeed .nav{
  border-bottom: 1px solid #E1DFDF;
}
.hfeed .nav-pills .nav-link.active, .hfeed .nav-pills .show>.nav-link{
  background: #73AE44;
}
.hfeed p{
  color: #222;
}
.hfeed h5{
  color: #73AE44;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Roboto';
}
.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:13px;
  color: #222;
}

.days li .active {
  padding: 5px;
  background: #73ae44;
  color: white !important;
  border-radius: 25px;
}
.user_detail_form ul{
  list-style: none;
}
/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}

/* end */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.social_top a {
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -20px;
  left: 0;
  background-color: #73ae44;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #73AE44;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  transition: 0.5s;
}
.contact_p .content_box_see {
    background: #fff;
    box-shadow: 0px 0px 36px rgb(13 44 10 / 3%);
    padding: 30px 40px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  background: hsl(115deg 63% 11% / 23%);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #f6b024;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 74, 133, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #0665b7;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f6b024;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f6b024;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: url("../img/video_new_bg.png") top center;
  background-size: cover;
  position: relative;
  z-index: 99;
  transition: 0.3s;
}

 
 /* swiper slide */
 .swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
 /* end */


#hero:before {
  background:linear-gradient(rgba(4, 16, 2, 50%) 0%, #041002 100%);
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
}
.video_hero_sec {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 15%;
}
.video_hero_sec h1{
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 90px;
  line-height:90px;
}
.video_hero_sec p{
  font-size: 28px;
  line-height: 50px;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title h1 {
  margin-bottom: 20px;
  color: #73ae44;
  font-weight: bold;
  font-size: 40px;
}

.section-title {
    padding-top: 15px;
}
.section-title p {
  margin-bottom: 0;
  font-style: italic;
}
.leave_title {
    margin-top: 40px;
}

.leave_title h4 {
	color: #73ae44;
	font-size: 22px;
	line-height: 26px;
}
.leave_title p {
	color: #8B8B8B;
	font-size: 14px;
	line-height: 18px;
}
.check_save input {
  height: 1.8em !important;
  width: 1.8em !important;
  padding: 0px !important;
}
.check_save label {
  font-size: 14px;
  padding-left: 10px;
  padding-top: 7px;
}
.user_img_detail {
  display: flex;
  align-items: center;
}

.user_picture span img {
  max-width: 55px;
  margin-right: 10px;
}

.user_picture span p {
  margin-bottom: 0;
  font-size: 14px;
}
.swipe_slide h1 {
  color: #73ae44;
  font-weight: bold;
  margin-bottom: 25px;
}

.user_picture {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments_r span{
	font-size: 10px;
	color: #ccc;
}

.mind_three_box h1 {
  letter-spacing: 0px;
  color: #0D2C0A;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.comment_sec h5 {
  color: #73ae44;
}
.comment_sec {
  padding-top: 20px;
  padding-bottom: 20px;
}
.comments_r span i {
  vertical-align: middle;
}

.search_box_see input[type=text] {
  width: 90%;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  background: url('../img/search.png') hsl(0deg 0% 0% / 70%) no-repeat;
  background-position: 10px 10px; 
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  border: none;
  color: #fff;
  font-weight: 300;
  margin-left: 20px;
}
.search_box_see input[type=text]:focus{
	outline: none;
	border: none;
}
.blog_sec{
  background: #F0F6EA;
}
/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  position: relative;
  z-index: 100;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-boxes .icon-box {
  padding: 40px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 23px 36px #0d2c0a1f;
  transition: all 0.3s ease-in-out;
}
.content_box a {
  font-size: 14px;
  line-height: 16px;
  color: #73AE44;
}
.content_box_see h1{
  font-size: 40px;
  line-height: 51px;
  color: #73ae44;
  padding-bottom: 20px;
  font-weight: bold;
}
.content_box_see p {
  font-size: 16px;
  line-height: 22px;
  color: #222;
  padding-bottom: 10px;
}
.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  min-height: 40px;
  color: #0D2C0A;
}


.icon-boxes p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #222;
  padding-bottom: 15px;
  min-height: 180px;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}
.icon-boxes .icon-box:hover{
  background: #73AE44;
}
.icon-box:hover .content_box h4, .icon-box:hover .content_box p, .icon-box:hover .content_box a{
  color: #fff;
}

.comment_box {
  background: hsl(93deg 44% 47% / 11%) 0% 0% no-repeat padding-box;
  padding: 40px 40px 50px;
}
.comment_box h4{
  font-size: 25px;
  line-height: 57px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.comment_box p{
  letter-spacing: 0px;
  color: #222;
  font-size:16px;
  line-height: 22px'
}
.blog_box img {
  width: 100%;
  margin-bottom: 20px;
}
.contant_blog p {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  min-height: 60px;
}
.blog_details p{
  min-height: 20px
}
.blog_details span{
  letter-spacing: 0px;
  color: #8B8B8B;
}
.blog_details ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
.blog_details ul li {
  display: inline-block;
  margin: 5px;
}
.blog_details ul li a {
  font-size: 12px;
  border: 1px solid #8B8B8B;
  padding: 8px 10px;
  letter-spacing: 0px;
  color: #8B8B8B;
  transition: 0.3s;

} 
.blog_details ul li a:hover {
  background: #73ae44;
  color:#fff;
}
.blog_news p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #0D2C0A;
  font-weight: bold;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}

.blog_news a {
  font-size: 12px;
  letter-spacing: 0px;
  color: #CFCFCF;
}
.contant_blog {
  padding: 0 14px;
  margin-bottom: 30px;
}
.pagination_blog .page-link {
  color: #73ae44;
}
.link_hiper a {
  font-size: 12px;
  padding-right: 15px;
  color: #73ae44;
}
.link_hiper {
  margin-bottom: 20px;
}
.detail_btn-blog {
  border: 1px solid #73ae44;
  border-radius: 0;
  font-size: 15px;
  background: none;
  color: #73ae44;
  padding: 8px 25px;
}
.comment_box input{
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BDD4BA;  
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #8B8B8B;
  font-weight: normal;
  padding: 10px 20px;
  border-radius: 0;
}
.comment_box textarea{
  height: 150px;
  border: 1px solid #BDD4BA;  
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #8B8B8B;
  font-weight: normal;
  padding: 10px 20px;
  resize: none;
  border-radius: 0;
}
.comment_box .submit_mind{
  background: #73AE44 0% 0% no-repeat padding-box;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  font-weight:  400;
  padding: 10px 40px;
}
.center_sec_img h1{
  font-size: 70px;
  line-height: 85px;
  color: #fff;
  padding-bottom: 25px;
  font-weight: bold;
}
.center_sec_img p{
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
}
.title_service h1 {
  text-align: center;
  margin-bottom: 39px;
  color: #73AE44;
  font-weight: bold;
}
.center_sec_img a {
  background: #73AE44 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  padding: 10px 25px;
}
.tags_c a{
  color: #73ae44;
  padding-left: 0;
}
.take_best {
  background: #73AE44 0% 0% no-repeat padding-box;
  box-shadow: 0px 23px 16px #00000029;
  border-radius: 15px;
  border: none;
  color: #fff;
  height: 100px;
  width: 100%;
  max-width: 200px;
  font-weight: 900;
  font-size: 21px;
}
.take_box h1 {
  color: #fff;
  line-height: 51px;
  font-weight: bold;
}
.take_box {
  background: #082c08;
  padding: 50px;
}
.mind_second_box {
  border: 1px solid #DEE5DE;
  padding: 0 40px;
}
.profile_user {
  padding-top: 150px;
}
.mind_second_box{
  padding: 30px 40px;
}
.mind_second_box div {
  position: relative;

}

.mind_second_box label {
  margin-right: 4.5em;
  font-size: 14px;
  padding-left: 5px;
  vertical-align: middle;
  width: 100%;
  max-width: 180px;
}
.use_pro_file span p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.use_pro_file {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0d2c0a08;
  padding: 15px;
}

.menu_box_p ul {
  list-style: none;
  padding-left: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0D2C0A08;
  padding: 15px;
}

.menu_box_p ul li a {
  font-size: 14px;
  line-height: 49px;
  letter-spacing: 0px;
  color: #222;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_box_p ul li a:hover{
	color: #73ae44;
}
.menu_box_p ul li {
  border-bottom: 1px solid #e0e0e0ad;
  line-height: 35px;
}
.menu_box_p ul li a i {
    font-size: 18px;
}
.user_detail_form span {
  font-size: 14px;
  color: #73ae44;
}
.user_detail_form span {
  font-size: 14px;
  color: #73ae44;
}
.user_detail_form form {
  padding-top: 25px;
}
.user_detail_form label {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #0D2C0A;
}

.user_detail_form input {
  border-radius: 0;
  height: 46px;
  font-size: 14px;
}
.pw_change h3 {
  color: #73ae44;
  font-weight: bold;
}

.pw_change p {
  font-size: 14px;
  color: #222;
}
.save_profile {
  background: #73ae44;
  border: none;
  border-radius: 0;
  padding: 8px 25px;
  margin-top: 15px;
}
.user_detail_form img {
  padding-right: 15px;
}
.use_pro_file img {
  margin-right: 10px;
}
.custom01 input[type="radio"] {
  display: none;
}
.custom01 label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
.custom01 label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.custom01 input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

.next_btn a {
  background: #73ae44;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 40px;
  color: #fff;
}
.subscribe_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0D2C0A08; 
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.subscribe_box h6 {
  background: #73AE44;
  color: #fff;
  font-family: 'Roboto';
  padding: 20px;
}

.subscribe_box h5 {
  background: #FFF8D2 0% 0% no-repeat padding-box;
  border: 1px solid #FBD40B;
  color: #73ae44;
  padding: 20px 35px;
  font-size: 20px;
  margin: 15px 20px;
  line-height: 28px;
  text-align: center;
  font-family: 'Roboto';
}
.blog_header {
    height: 30vh !important;
}
.mobile_app_sec{
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0;
}
.mobile_app_sec:before {
  background: #73ae44;
  content: '';
  position: absolute;
  height: 460px;
  width: 100%;
  z-index: -1;
}
.contact_us_center h4{
  margin-bottom: 32px;
}
.form-control:focus {
  border-color: #73ae446b ;
  box-shadow: 0 0 0 0.2rem rgb(115 174 68 / 26%);
}
.btn-primary:hover{
  background-color: #558232;
  border-color: #558232;
  box-shadow: 0 0 0 0.25rem rgb(115 174 68 / 32%);
}
.btn-primary:active:focus{
  box-shadow: 0 0 0 0.25rem rgb(115 174 68 / 32%);
}
.form-check-input:checked{
  background-color: #558232;
  border-color: #558232;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  background-color: #558232;
  border-color: #558232;
  box-shadow: 0 0 0 0.25rem rgb(115 174 68 / 32%);
}
.form-check-input:focus{
  box-shadow: 0 0 0 0.2rem rgb(115 174 68 / 20%);
}
.subscribe_box p {
  letter-spacing: 0px;
  color: #222;
  font-size: 14px;
  padding: 0 20px;
}
.puchange_btn {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7FFF1 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #CBF9A6;
  width: 100%;
  color: #73AE44;
  font-size: 18px;
  border-radius: 0;
  padding: 10px;
  transition: 0.3s;
  max-width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.puchange_btn:hover{
	color: #73AE44;
	box-shadow: 0px 13px 16px #0EA4001A;
	border-color:#73AE44; 
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding:10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  transition: all 0.5s;
  box-shadow: 0px 0px 36px #0D2C0A0D;
}
.app_box{
  position: relative;
}

.content_img_app h1 {
  color: #fff;
  padding-bottom: 40px;
  line-height: 50px;
  font-size: 45px;
  font-weight: bold;
}

.services .icon-box:hover{
  box-shadow: 0px 20px 46px #0D2C0A29;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.icon-box img {
  width: 100%;
object-fit: cover;
    height: 250px;
}
.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box p{
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #73AE44;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.services .icon-box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #0D2C0A;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  min-height: 102px;
}

.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.recent_box h5 {
  background: #73ae44;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
}

.recent_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0D2C0A08;
  margin-bottom: 25px;
}
.content_r p {
  font-size: 12px;
  padding-left: 15px;
  margin-bottom: 0;
}

.content_r a {
  font-size: 12px;
  padding-left: 15px;
  color:#73ae44;
}
.recent_box ul {
  list-style: none;
  margin-bottom: 0;
  padding: 20px;
}

.recent_box ul li {
  font-size: 14px;
  letter-spacing: 0px;
  color: #8B8B8B;
  line-height: 30px;
}
.no_ring li{
 color: #73AE44 !important;
}
.article_recent{
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  
}
.mind_three_box{
  border: 1px solid #DEE5DE;
  padding: 40px;
}
.rest_ass {
  color: #73ae44;
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
  font-style: italic;
  font-weight: 400;
}
.fnamelname input {
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #BDD4BA;
  height: 45px;
  margin-bottom: 25px;
}
.coaching{  
  text-decoration: underline;
  color: #73ae44;
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url("../img/cent.jpg") center center;
  background-size: cover;
  padding: 120px 0;
  height:80vh;
  background-attachment: fixed;
}
.cta:before{
  background: rgb(0 0 0 / 32%);
  height: 80%;
  width: 100%;
  content: '';
  position: absolute;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* about page */

.about_sec_top{
  background: url('../img/about_top_bg.png') no-repeat center center;
  position: relative;
  height:100vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about_c_box h1 {
  font-size: 70px;
  line-height: 94px;
  color: #fff;
  padding-bottom: 40px;
}

.about_c_box a {
  background: #73ae44;
  padding: 14px 40px;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}
.about_c_box a:hover{
  background: #639839;
}


.content p{
  padding: 0px 0px 10px;
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 22px;
}
/* end */

.faq_img_sec{
  position: relative;
  display: flex;
  align-items: center;
}
.faq_img_sec h1 {
    letter-spacing: 0px;
    color: #73AE44;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}
.know_more {
    font-size: 18px;
    background: #73AE44 0% 0% no-repeat padding-box;
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    margin-top: 15px;
}
.services_page {
    height: 50vh;
    background: url('../img/ss_bg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}
.mind_sec{
  position: relative;
}

.service_b h1 {
  font-size: 60px;
  line-height: 84px;
  letter-spacing: 0px;
  color: #73AE44;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}
.service_bg_take{
  background: #082c08;
}
/* .service_b h1:before {
  bottom: 0;
  content: '';
  position: absolute;
  background: #fff;
  width: 130px;
  height: 8px;
} */
.set h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #0D2C0A;
}
.set {
  padding-bottom: 20px;
}

/* end */


.login_fm{
  background: #041002;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact_img a {
  border: 1px solid #73ae44;
  border-radius: 50%;
  padding: 15px 16px;
  display: inline-block;
  margin-right: 20px;
  background: #fff;
}

.contact_img {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.contact_img p {
  margin-bottom: 0;
  font-size: 14px;
}
.contact {
  position: relative;
  padding-bottom: 100px;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.contact .container {
  position: relative;
}
.content_img_app a {
  margin-right: 10px;
}
.info {
  padding: 10px 40px 30px;
  /* box-shadow: 0 0 30px 0 #0000000d; */
}
.info h1 {
  color: #73ae44;
  line-height: 60px;
  font-weight: bold;
  font-size: 45px;

}
.info p {
  font-size: 14px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0d2c0a0d;
  padding: 40px;
}
.info p a{
  color: #73ae44;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  background: #73AE44 0% 0% no-repeat padding-box;
 }

.contact .php-email-form button[type="submit"]:hover {
  background: #668e46;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

.php-email-form input {
  border: none;
  border-bottom: 1px solid #e9f3e1;
  border-radius: 0 !important;
  padding: 0;
}
.php-email-form textarea {
  resize: none;
  height: 80px;
  border: none;
  border-bottom: 1px solid #e9f3e1;
  border-radius: 0 !important;
  padding: 0;
}
.navbar .dropdown .profile_user_menu {
  background: white;
  max-width: 150px;
  left: -115%;
  top: 85% !important;
}
.navbar .dropdown .profile_user_menu li{
  min-width: 130px !important;
  max-width: 130px !important;
  width: 100% !important;
  background: #DEF8DA;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 4px;
 
}
.navbar .dropdown .profile_user_menu a{
  color: #73AE44;
}
.navbar .dropdown .profile_user_menu a:hover{
  background: #73AE44;
}

.btn_strongley button{
  background: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #222;
  padding: 10px 15px; 
  width: 17.8%;
  border-color: #BDD4BA;
  margin-right: 15px;
}
.mind_second_box h3 {
    font-size: 28px;
    letter-spacing: 0px;
    color: #0D2C0A;
    font-weight: bold;
    line-height: 45px;
    padding-bottom: 20px;
}

.team_sec .icon-box img{
  /*width: auto !important;*/
}
.team_sec .icon-box{
  margin-bottom: 20px !important;
  padding: 20px;
  box-shadow: 0px 20px 46px #0d2c0a1a;
}
.team_sec .contain_team p {
    color: #222;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.team_sec .contain_team h4 {
    padding-bottom: 0;
    min-height: auto;
}

.team_sec .contain_team {
    padding: 15px;
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #73AE44;
  padding: 0 0 15px 0;
  color: #fff;
  font-size: 14px;
}


#footer .footer-top {
  background: #0D2C0A;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 25px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #BDD4BA;
}

#footer .footer-top .social-links a {
    font-size: 21px;
    display: inline-block;
    background: hsl(0deg 0% 0% / 18%);
    color: #fff;
    line-height:33px;
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}
.hipr{
  color: #73AE44;
  text-decoration: underline;
}
#footer .footer-top .social-links a:hover {

  color: #73AE44;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 15px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #BDD4BA;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
  font-weight: 300;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #f6b024;
}





/* custom Responsive */
@media screen and ( max-width: 480px ) {
  .navbar .dropdown ul a{
    color: #0665b7;
  }
}


@media screen and ( max-width: 480px ){

  .video_hero_sec {
    bottom: 30%;
  }
  .video_hero_sec p {
    font-size: 21px;
    line-height: 30px;
  }
  .video_hero_sec h1 {
    font-size: 52px;
    line-height: 56px;
  }
  .icon-boxes p{
    min-height: auto;
  }
  .icon-boxes{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .icon-boxes h4{
    min-height: auto;
  }
  .icon-boxes .icon-box{
    padding: 20px 15px 20px;
    margin-bottom: 15px;
  }
  .blog_sec{
    padding: 40px 15px;
  }
  .mental_box {
    padding:40px 15px;
  }
  .content_box_see h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .faq_img_sec {
    padding: 40px 15px;
  }
  .center_sec_img h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .center_sec_img p{
    font-size: 20px;
    line-height: 30px;
  }
  .services .icon-box{
    padding: 0;
    margin-bottom: 15px;
  }
  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content_img_app h1{
    font-size: 36px;
    line-height: 45px;
  }
  .content_img_app a{
    margin-right: 5px;
    margin-left: 5px;
  }
  .mobile_app_sec:before{
    height: 120vh;
  }
  .mobile_app_sec{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .php-email-form{
    padding: 0;
  }
  .info{
    padding: 40px 0; 
  }
  .contact{
    padding-bottom: 40px;
  }
}
/* end */