/*
Theme Name:   twentytwentyone child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   http://exoticaitsolutions.com/eis/stockrocket
Template:     twentytwentyone
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyone-child
*/

/* Write here your own personal stylesheet */

/* ------------------
    font family Montserrat
--------------------- */

@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap");
/* ------------------
   font family Gotham 
--------------------- */
@import url("assets/fonts/gotham/stylesheet.css");
@font-face {
  font-family: "Gotham";
  src: url("assets/fonts/gotham/Gotham-Black.woff2") format("woff2"),
    url("assets/fonts/gotham/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  /* font-family: "Gotham", sans-serif; */
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* ------------------
       Base css
--------------------- */
.container {
  max-width: 1400px;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: #171717;
  font-family: "Gotham", sans-serif;
}
h1 {
  font-size: 46px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  color: #343436;
  font-family: "gotham_mediumregular";
}
h3 {
  font-size: 28px;
  font-weight: 600;
  color: #8bd627;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
}
h5 {
  font-size: 16px;
  font-weight: 600;
  color: #161616;
}
/* h6{
    font-size: 18px;
} */
.bg_style {
  background-size: cover;
  background-repeat: no-repeat;
}
li,
p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  font-family: "Montserrat", sans-serif;
}
img {
  max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus,
button:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.theme_btn {
  position: relative;
  display: inline-block;
  max-width: 177px;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #00c94c;
  border: none;
  color: #000000;
  text-align: center;
  transition: all 0.3s;
}
.theme_btn:hover {
  color: #fff;
  box-shadow: 0 8px 23px rgb(77 201 76 / 40%);
}
.wraper {
  min-height: 100vh;
}
/* ------------------
        header
--------------------- */
.main_header {
  padding: 12px 0;
  background: #000;
  transform: translateY(0px);
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
.main_header.header_fix {
  display: none;
}
.home .main_header.header_fix {
  display: block;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav_bar {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  justify-content: flex-end;
}
.nav_bar > ul {
  display: flex;
  align-items: center;
}
.nav_bar > ul li a,
ul.user_login li a {
  padding: 14px 22.5px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-family: "gotham_mediumregular";
}
ul.user_login li a {
  display: flex;
  align-items: center;
}
.header_btn a {
  display: inline-block;
  line-height: 59px;
  background: #00c94c;
  padding: 0 57px;
  border-radius: 30px;
  color: #000;
  font-size: 20px;
  font-family: "gotham_mediumregular";
  margin-left: 28px;
}
.nav_outside {
  flex: 1 0 0;
  display: flex;
}
.toggle_menu {
  margin-left: auto;
}
.header_fix {
  position: fixed !important;
  top: 0;
  z-index: 999999;
  width: 100%;
  box-shadow: 0 0 20px rgb(0 0 0 / 12%);
  animation: header_scroll 1s forwards;
}
@keyframes header_scroll {
  0% {
    transform: translateY(-83px);
  }
  100% {
    transform: translateY(0px);
  }
}
.error {
  color: red;
  font-weight: 500;
  font-size: 14px;
  font-family: "Montserrat";
}
.header_fix .nav_outside {
  justify-content: flex-end;
}
.header_fix .nav_bar {
  display: none;
}
img.with_scroll {
  display: none;
}
.without_scroll {
  display: block;
}
ul.user_login li a i {
  color: #fff;
  font-size: 24px;
  padding-right: 16px;
  transform: translateY(0px);
}
.header_btn.join_now {
  display: none;
  flex: 1 0 0;
  text-align: right;
}
.header_fix .header_btn.join_now {
  display: block;
}
.header_fix .nav_outside {
  display: none;
}
.page-id-237 header.main_header.header_fix {
  display: none;
}
/* ------------------
        home
--------------------- */
.hero_banner {
  position: relative;
  min-height: calc(100vh - 83px);
  padding: 80px 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 56%);
  background: rgb(0 0 0 / 68%);
  top: 0;
  left: 0;
}
.hero_banner_txt {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 100px);
  position: relative;
  top: 0;
  max-width: 810px;
}
.hero_banner_txt span {
  color: #00c94c;
}
.hero_banner h1 {
  /* max-width: 662px; */
  margin: 0 0 16px 0;
  line-height: inherit;
  color: #fff;
}
.hero_banner h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
.hero_banner h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 38px;
  color: #00c94c;
}
.hero_banner_txt p.home-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 24px;
}
.hero_banner_btn a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  background: #00c94c;
  max-width: 409px;
  width: 100%;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
  padding: 20px 10px;
  /* animation: pulse 1s infinite ease-in-out alternate; */
}
/* @keyframes pulse {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(0.9);
  }
} */
.scroll_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.scroll_arrow .arrow_sc a {
  display: block;
  max-width: 107px;
  margin: auto;
  line-height: 80px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #fff;
  text-align: center;
  padding-top: 10px;
}
.scroll_arrow .arrow_sc a img {
  animation: arrow_down 2s infinite;
  width: 20px;
}
.join-form {
  background-color: #ffffff;
  padding: 40px 40px;
  max-width: 600px;
  backdrop-filter: blur(10px);
  display: none;
  opacity: 0;
  border-radius: 12px;
  position: relative;
}
.join-form-popup {
  background-color: rgb(255 255 255 / 100%);
  padding: 25px;
  max-width: 600px;
  margin: auto;
  backdrop-filter: blur(10px);
  display: none;
  opacity: 1;
}
.page-template-free-pick-of-the-year .join-form {
  margin: 0 auto;
}
.join-form .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
}
.join-submit-btn button {
  font-size: 18px;
  color: #000;
  background: #00c94c;
  max-width: 549px;
  width: 100%;
  line-height: 46px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}
form#freepickoftheyear12 input,
form#get_free_it input {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: #f7f7f7;
}
span.close-form i.fas.fa-times {
  position: absolute;
  right: -15px;
  top: -13px;
  background: #4dc94c;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  color: #081d10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes arrow_down {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.welcome_stock {
  padding: 70px 0 75px;
  background: #000;
}
.welcome_stock span {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.9px;
  font-family: "gotham_mediumregular";
  color: #fff;
}
.welcome_stock_txt h2 {
  font-size: 53px;
  color: #00c94c;
  margin-bottom: 24px;
  letter-spacing: 2.39px;
  font-family: inherit;
  font-weight: 600;
}
.welcome_stock_des {
  margin-left: 20px;
}
.welcome_stock_des p {
  font-size: 18px;
  line-height: 37px;
  margin-bottom: 0;
  color: #ffffff;
}
.market_beating {
  padding: 70px 0 48px;
}
.section_heading h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
.cumulative_growth h4 {
  font-size: 32px;
  color: #141414;
  max-width: 547px;
  line-height: inherit;
  margin-bottom: 0;
  font-weight: 600;
}
.cumulative_growth h4 span {
  font-style: italic;
  font-weight: bold;
}
.s_p ul li {
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  display: block;
  padding-left: 90px;
}
.s_p ul li::before {
  content: "";
  max-width: 76px;
  width: 100%;
  height: 16px;
  display: block;
  background: #4695c8;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 30px;
}
.s_p ul li:nth-of-type(2):before {
  background: #52565a;
}
.graph_box {
  text-align: center;
  /* margin-top: 45px; */
  /* margin-bottom: 40px; */
}
.six_month {
  margin-top: -60px;
  position: relative;
  text-align: center;
}
.six_month h5 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 22px;
}
.six_month p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 36px;
  font-family: "gotham_mediumregular";
}
.top_tier {
  background: #000;
  /* margin-top: 67px; */
}
/**** Css (09-09-21) *****/
p.privacy_policy_text {
  padding-top: 15px;
}
.six_month {
  margin-top: -80px;
}
p.feb_tax {
  text-align: right;
  font-size: 9px;
  margin-right: 138px;
  font-style: italic;
}
/******/

.profilepress-myaccount-avatar a {
  pointer-events: none;
}
.top_tier_txt h3 {
  color: #00c94c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}
.top_tier_txt p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
  font-family: "gotham_mediumregular";
}
.recommendation_return {
  /* background: #fff; */
  margin-top: -75px;
  max-width: 436px;
  width: 100%;
  margin-left: auto;
  line-height: 0;
}
.recommendation_return table.table {
  margin-bottom: 0;
}
.recommendation_return table.table thead tr th {
  background: #19456b;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
}
.recommendation_return table.table tbody tr td {
  background: #fff;
  text-align: center;
  color: #00c94c;
  font-size: 14px;
  font-weight: 600;
}
.recommendation_return table.table tbody tr td {
  border-color: rgb(0 0 0 / 17%);
  padding: 32px 15px;
}
.recommendation_return table.table tbody tr td.black_cl {
  color: #000;
}
.our-pricing-plans .modal .form-group label {
  text-align: left;
  display: block;
}
.our-pricing-plans .modal {
  margin-top: 0;
  z-index: 10000000;
}
.modal-backdrop {
  z-index: 1000000;
}
.our-pricing-plans .modal form#contact {
  padding-top: 0;
}
.member_ship .modal .row [class^="col-"]:first-child,
.member_ship .modal .row [class^="col-"]:last-child {
  display: block;
}
.real_member_img img {
  height: 100% !important;
  object-fit: cover;
}
/* ------------------
      Fast and Easy
--------------------- */
.east_fast {
  position: relative;
}
.east_fast::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
}
.east_fast_txt {
  position: relative;
}
.east_fast_txt h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
  max-width: 427px;
  line-height: 69px;
}
.east_fast_txt h2 span {
  color: #00c94c;
}
.east_fast_txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 5px !important;
}
.picks_each_box {
  background: #fff;
  margin-top: 80px;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 17px rgb(0 0 0 / 6%);
  margin-bottom: -114px;
}
.picks_each_box span.top_dash {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.picks_each_card {
  display: flex;
  align-items: center;
}
.picks_each_card .picks_each_img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.picks_each_card .picks_each_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picks_each_txt {
  flex: 1 0 0;
  margin-left: 24px;
}
.picks_each_box ul {
  padding: 43px 54px 54px 54px;
}
.picks_each_box ul li {
  margin-bottom: 36px;
}
.picks_each_box ul li:last-child {
  margin-bottom: 0;
}
.picks_each_txt p {
  color: #383838;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
.top_dash {
  position: absolute;
  top: -81px;
  left: 0;
  right: 0;
  text-align: center;
}
.expect_as {
  background: #fff;
  padding: 174px 0 50px;
  position: relative;
  /* margin-top: -114px; */
}
.expect_as::after {
  position: absolute;
  content: url(./assets/img/dots_right.svg);
  right: 0;
  top: 84px;
}
.expect_as::before {
  position: absolute;
  content: url(./assets/img/left_arrow.png);
  left: 0;
  top: 50px;
}
.expect_as_btm {
  position: absolute;
  left: 10px;
  top: 500px;
}
.to_members {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 16px rgb(0 0 0 / 7%);
  margin-bottom: 34px;
  position: relative;
  z-index: 9;
}
.to_members_img {
  max-width: 186px;
  width: 100%;
  text-align: center;
  line-height: 186px;
  background: #fafbfd;
}
.to_members_txt {
  flex: 1 0 0;
  padding: 0 30px;
}
.to_members_txt h5 {
  font-size: 18px;
  color: #282727;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 270px;
  margin: auto;
}
.real_member {
  position: relative;
  padding: 72px 0;
}
.real_member::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 76%);
  top: 0;
  left: 0;
}
.real_member .section_heading h2 {
  color: #fff;
  position: relative;
}
.real_member_box.slick-initialized.slick-slider {
  background: #fff;
  padding-bottom: 50px;
  margin-bottom: 0;
  padding: 0 50px 50px;
}
.real_member_box button.slick-arrow.slick-prev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.real_member_box button.slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.real_member_txt {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.real_member_img {
  width: 72px;
  height: 72px;
}
.real_member_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.real_member_user {
  flex: 1 0 0;
  margin-left: 26px;
}
.real_member_user h5 {
  font-size: 18px;
  color: #00c94c;
  font-weight: 600;
  margin-bottom: 1px;
}
.real_member_user h5 a {
  font-size: 18px;
  color: #00c94c;
  font-weight: 600;
  margin-bottom: 1px;
}
.real_member_user p {
  font-size: 16px;
  color: #5d5d5d;
  font-family: "gotham_mediumregular";
  margin-bottom: 0;
}
.real_member_des p {
  color: rgb(0 0 0 / 67%);
  margin-bottom: 0;
  line-height: 32px;
}
.real_member_content {
  padding: 46px 25px 40px;
}
.real_member_box .slick-dots li button:before {
  content: none;
}
.slick-dots li {
  width: unset;
  height: unset;
}
.real_member_box .slick-dots li button {
  background: #00c94c;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  transition: all 0.3s;
}
.real_member_box .slick-dots li.slick-active {
  transform: scale(1.4);
  transition: all 0.3s;
}
.real_member_box .slick-dots {
  bottom: unset;
}
.real_member_box button.slick-arrow {
  background: #00c94c;
  height: 50px;
  width: 50px;
  border-radius: 50px;
}
.massive_discount {
  padding: 75px 0 54px;
  background: #fafbfd;
  position: relative;
  z-index: 9;
}
.massive_discount [class^="col-"] {
  max-width: 60%;
  flex: 0 0 60%;
}
.massive_discount .row.no-gutters > [class^="col-"] {
  max-width: 100%;
  flex: 0 0 100%;
}

.massive_discount .section_heading h2 {
  margin-bottom: 48px;
}
.full_access_box {
  position: relative;
}
.full_access {
  padding: 34.5px 36px;
  background: #fff;
  box-shadow: 0 5px 16px rgb(0 0 0 / 9%);
}
.full_access_box .lines_dots {
  position: absolute;
  right: -2px;
  top: calc(50% - 12px);
  z-index: -9;
}
.full_access h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 17px;
}
.full_access h2 span {
  color: #00c94c;
  margin-left: 24px;
}
.full_access ul li {
  font-size: 16px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 9px;
}
.full_access ul li:last-child {
  margin-bottom: 0;
}
.list_prcice {
  background: #fff;
  background: #00c94c;
  box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
  padding: 45px 26px;
  text-align: center;
}
.list_prcice h2 {
  font-size: 36px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 20px;
}
.list_prcice h2 span {
  color: #00c94c;
}
.list_prcice p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.best_of {
  background: #19456b;
  padding: 44px 0;
}
.best_of ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
}
.best_of ul li:last-child {
  margin-bottom: 0;
}
.see_you p {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin: 42px 0 0;
  text-align: center;
}
.member_ship {
  /* background: #fafbfd; */
  padding: 70px 0;
}
.member_ship_list_card {
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 47px 62px;
}
.member_ship_list ul li {
  margin-bottom: 40px;
}
.member_ship_list ul li:last-child {
  margin-bottom: 0;
}
.member_ship_list_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase {
  flex: 1 0 0;
  text-align: right;
}
.year_month h3 {
  font-size: 30px;
  font-weight: 600;
  color: #00c94c;
  margin-bottom: 18px;
}
.year_month p {
  font-size: 18px;
  font-weight: 500;
  color: #383838;
  margin-bottom: 0;
}
/* ------------------
        contact us
--------------------- */
.contact_us {
  position: relative;
  padding: 70px 0;
}
.contact_txt h3 {
  font-size: 48px;
  font-weight: 700;
  color: #343436;
  margin-bottom: 12px;
}
.contact_txt p {
  margin-bottom: 32px;
  color: rgb(0 0 0 / 60%);
  line-height: 28px;
}
.contact_form .custom_input {
  margin-bottom: 20px;
}
.contact_form .custom_input input,
.contact_form .custom_input textarea {
  background: rgb(0 0 0 / 3%);
  border: 1.5px solid transparent;
  padding: 16px 14px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
}
.contact_form .custom_input input:focus,
.contact_form .custom_input textarea:focus {
  border: 1.5px solid #03bb49;
}
.contact_form .custom_input textarea {
  resize: none;
}
.contact_form .custom_input input::placeholder,
.contact_form .custom_input textarea::placeholder {
  color: rgb(0 0 0 / 50%);
}
.contact_txt {
  max-width: 420px;
  margin-left: auto;
}
.contact_txt h3 {
  color: #1e1e1f;
  margin-bottom: 6px;
}
.contact_txt p {
  font-size: 16px;
  color: rgb(42 42 42 / 60%);
  margin-bottom: 30px;
  font-weight: 400;
}
.contact_form_btn input[type="submit"] {
  max-width: 237px;
  margin-top: 34px;
  border-radius: 30px;
  box-shadow: 0 8px 23px rgb(77 201 76 / 40%);
  text-transform: capitalize;
}
.contact_form_btn button.theme_btn::before {
  max-width: 211px;
}
.contact_form_btn span.ajax-loader {
  display: none;
}
.contact_img {
  height: 590px;
  overflow: hidden;
}
.contact_img img {
  object-fit: cover;
  height: 100%;
}
/* ------------------
        footer
--------------------- */
.main_footer {
  background: #1a1d1b;
  padding: 50px 0 0;
}
.main_footer .container {
  max-width: 1145px;
}
.footer_txt p {
  max-width: 300px;
  color: #fff;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}
.footer_txt .widget_block a {
  color: #03bb49;
  font-weight: 600;
  /*text-decoration: underline;*/
}
.footer_txt.footer_txt_services {
  margin-left: 34px;
}
.footer_txt h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: "Quicksand", sans-serif;
}
.footer_txt ul li a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding: 7px 0;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
}
.footer_txt ul li a:hover {
  opacity: 0.8;
}
.copy_right {
  max-width: 1250px;
  padding: 30px 15px 30px 15px;
  border-top: 1px solid rgb(255 255 255 / 15%);
  margin: 60px auto 0;
}
.copy_right_txt p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
ul.social_links {
  display: flex;
  align-items: center;
}
ul.social_links li a {
  background: #03bb49;
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.footer_logo a img {
  width: unset !important;
}
ul.social_links li a img {
  width: 20px !important;
  height: 20px !important;
}
.main_footer .textwidget.custom-html-widget p a {
  color: #fff;
}
div#custom_html-4 .textwidget.custom-html-widget p a {
  color: #03bb49;
  font-weight: 600;
  /*text-decoration: underline;*/
}
.page-template-free-pick-of-the-year .top-footer .privacy_disc {
  max-width: 100%;
  margin-top: 0;
}
.page-template-free-pick-of-the-year .top-footer {
  padding: 50px 0;
}
.page-template-free-pick-of-the-year .top-footer .desc-inner {
  -moz-column-count: 2;
  column-count: 2;
}
/* ------------------
    main_footer_two
--------------------- */
.main_footer.main_footer_two {
  background: #1a1d1b;
  padding: 50px 0 0;
}
.footer_txt p {
  max-width: unset;
}
.payment-card ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.payment-card ul li {
  margin-left: 16px;
}
.main_footer.main_footer_two .textwidget.custom-html-widget p a {
  color: #fff;
}
/* ------------------
      inner-banner
--------------------- */
.inner_banner {
  position: relative;
  padding: 200px 0;
}
.inner_banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 62%);
  top: 0;
  left: 0;
}
.inner_banner_txt {
  position: relative;
}
.inner_banner_txt h2 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  font-size: 53px;
  font-weight: 600;
}
/* ------------------
       about
--------------------- */
.what_we {
  padding: 80px 0 130px;
  position: relative;
  z-index: 999;
  background: #fff;
}
.what_we::before {
  position: absolute;
  content: url(./assets/img/what_we_l.svg);
  right: 9px;
  top: 53px;
  z-index: -9;
}
.about_video {
  width: 100%;
  height: 428px;
  position: relative;
  z-index: 9;
}
.about_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_video_bf {
  position: absolute;
  left: -120px;
  bottom: -40px;
  z-index: -9;
}
.about_video_txt h2 {
  margin-bottom: 18px;
  position: relative;
  z-index: 99;
}
.about_video_txt p {
  line-height: 30px;
  color: #757577;
  margin-bottom: 0;
}
.about_video iframe {
  width: 100%;
  height: 100%;
}
.about_video_txt {
  max-width: 626px;
  margin-left: auto;
}
.our_mission {
  background: #fafbfd;
  padding: 76px 0;
}
.our_mission .container {
  max-width: 1282px;
}
.our_mission_card {
  background: #fff;
  padding: 15px 18px;
  height: 100%;
}
.our_mission_card {
  display: flex;
  align-items: center;
}
.our_mission_txt {
  flex: 1 0 0;
  margin-left: 20px;
}
.our_mission_txt h5 {
  font-size: 18px;
  color: #343436;
  margin-bottom: 12px;
  font-family: "gotham_mediumregular";
}
.our_mission_txt p {
  font-size: 14px;
  color: #757577;
  line-height: 26px;
  margin-bottom: 0;
}
.about_sec {
  padding: 81px 0 112px 0;
  background: #fff;
  position: relative;
  z-index: 9;
}
.about_img {
  max-width: 488px;
  width: 100%;
  height: 428px;
  margin-left: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cap_txt span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #474747;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: "gotham_mediumregular";
}
.cap_txt span::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: #00c94c;
  left: 0;
  top: 13px;
  border-radius: 2px;
}
.about_txt h4 {
  font-size: 32px;
  line-height: inherit;
  color: #1e1e1f;
  margin-bottom: 14px;
  font-family: "gotham_mediumregular";
}
.about_txt p {
  color: #757577;
  line-height: 30px;
  margin-bottom: 34px;
}
.what_we.why_choose {
  background: #fafbfd;
}
.why_choose .about_video_txt ul li {
  position: relative;
  color: #757577;
  padding-left: 22px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.why_choose .about_video_txt li::before {
  position: absolute;
  content: "";
  background: #00c94c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.why_choose .about_video_txt h2 {
  margin-bottom: 16px;
  font-size: 32px;
  font-family: "gotham_mediumregular";
}
.what_we.why_choose .about_video_txt p {
  margin-bottom: 20px;
}
/* ------------------
       contact_us         
--------------------- */
.contact_us_add {
  padding: 0 0 120px;
  background: #1a1a1a;
}
.contact_us_add .container {
  max-width: 1170px;
}
.contact_us_add .contact_line {
  padding-top: 72px;
  position: relative;
}
.contact_us_add .contact_line_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.contact_us_add .contact_line .contact_us_card {
  background: #fff;
  text-align: center;
  padding: 54px 30px 26px;
  width: 100%;
  margin: auto;
  height: 100%;
  border-bottom: 6px solid #00c94c;
  transition: all ease-in-out 0.3s;
}
.contact_us_add .contact_us_icons i {
  color: #00c94c;
  margin-bottom: 40px;
  font-size: 60px;
}
.contact_us_add .contact_us_txt a {
  font-size: 20px;
  font-weight: 600;
  color: #1c1e1d;
  line-height: 30px;
}
/* ------------------
       sign_up         
--------------------- */
.sign_up_sec {
  background: #fafbfd;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.sign_up_img img {
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.contact_form_heading h2 {
  font-size: 53px;
  letter-spacing: 2.36px;
  font-weight: 600;
  color: #00c94c;
  text-align: center;
  margin-bottom: 50px;
}
.sign_up_sec .contact_form .custom_input input,
.sign_up_sec .contact_form .custom_input textarea {
  background: #fff;
  font-family: inherit;
  padding: 18px 14px;
  font-weight: 700;
  font-size: 14px;
}
.sign_up_sec .contact_form .custom_input input::placeholder,
.sign_up_sec .contact_form .custom_input textarea::placeholder {
  color: rgb(0 0 0 / 14%);
}
.sign_up_sec .contact_form .custom_input {
  margin-bottom: 22px;
}
.sign_up_sec .contact_form_btn button.theme_btn {
  max-width: unset;
  border-radius: 0;
  box-shadow: unset;
  line-height: 60px;
  margin-top: 16px;
}

.sign_up_img {
  height: 100%;
}
form#signupForm {
  background-color: #fff;
  padding: 25px;
  text-align: center;
}
form#signupForm .custom_input input {
  border-color: #dbdbdb;
  background: #ffffff;
  color: #69717a;
  border-radius: 50px;
}
form#signupForm .custom_input input::-webkit-input-placeholder {
  color: #8e8e8e;
}
form#signupForm .contact_form_heading p {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #616060;
}
form#signupForm .ppress-form-bottom-links {
  margin-top: 30px;
}
form#signupForm .ppress-form-bottom-links a {
  color: #69717a;
}

/* ------------------
       login         
--------------------- */
.custom_check_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 30px 0;
}
.custom_check_box .custom-checkbox .custom-control-label::before {
  border-radius: 0px;
  border: #00c94c solid 1px;
}
.custom_check_box .custom-control-label {
  font-size: 14px;
  user-select: none;
  font-weight: 700;
  color: rgb(0 0 0 / 88%);
  cursor: pointer;
}
.forget_p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: rgb(0 0 0 / 50%);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #4dc94c;
  background-color: #4dc94c;
  box-shadow: 0 4px 13px rgb(77 201 76 / 45%);
}

/* ------------------
    table_company         
--------------------- */
.table_company {
  padding: 20px 0 60px;
  background: #fbfbfb;
}
.stock_to_by {
  margin-bottom: 30px;
}
.stock_to_by h2 {
  font-size: 18px;
  color: #00c94c;
  font-weight: 600;
  margin-bottom: 1px;
}
.stock_to_by p {
  color: rgb(0 0 0 / 67%);
  margin-bottom: 16px;
}
.stock_to_by h6 {
  font-size: 16px;
  color: #5d5d5d;
  font-family: "gotham_mediumregular";
  margin-bottom: 0;
}
.custom_table {
  background: #fff;
  box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}
.custom_table .table .thead-dark th {
  color: #fff;
  background-color: #4dc94c;
  border-color: #4dc94c;
  padding: 20px 18px;
  font-size: 18px;
  font-weight: 600;
}
.custom_table .table tbody tr td {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 18px;
  color: rgb(0 0 0 / 68%);
  border-top: 1px solid rgb(222 226 230 / 43%);
}
.custom_table .table tbody tr td a {
  color: #4dc94c;
}
.table_company p.backBtn a,
.buy_fiver p.backBtn a {
  color: #4dc94c;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.table_company p.backBtn a i,
.buy_fiver p.backBtn a i {
  font-size: 15px;
  padding-right: 7px;
}
/* -------------------
        info
-------------------- */
.buy_fiver {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
}
.buy_fiver h2 {
  font-size: 30px;
  font-weight: 600;
  color: #00c94c;
  margin-bottom: 16px;
}
.tom_gardner > ul {
  padding: 20px 0px;
  display: inline-block;
  border: 1px solid rgb(0 0 0 / 5%);
}
.tom_gardner > ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #383838;
  border-right: 2px solid rgb(0 0 0 / 13%);
  padding: 0 20px;
}
.tom_gardner > ul li:last-child {
  border-right: none;
}
.current_price h6 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin: 29px 0;
  font-weight: 500;
}
.current_price h6 sub {
  color: #4dc94c;
  font-style: italic;
  padding-left: 10px;
}
.this_summery p {
  background: #4dc94c;
  padding: 20px 40px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
}
.this_summery {
  max-width: 410px;
}
.this_summery_list h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  color: #383838;
  margin-bottom: 16px;
}
.this_summery_list > ul {
  padding-left: 32px;
}
.this_summery_list > ul li {
  position: relative;
  color: rgb(0 0 0 / 67%);
  margin-bottom: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
}
.this_summery_list > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4dc94c;
}
.news-tab-inner ul li:before {
  content: none;
}
.fiver_ltd h5 {
  font-size: 22px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.fiver_ltd_list p {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.fiver_ltd_list h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 7px;
}
.fiver_ltd_list > ul li {
  position: relative;
  color: rgb(0 0 0 / 67%);
  margin-bottom: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
}
.fiver_ltd_list > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4dc94c;
}
.fiver_ltd_list > ul li span {
  color: #4dc94c;
  font-weight: 700;
  padding-right: 10px;
}
.functional_data p {
  text-align: center;
  font-size: 14px;
  color: rgb(0 0 0 / 51%);
  max-width: 300px;
  margin: 20px auto 20px;
  font-style: italic;
}
.fixed_fiver {
  box-shadow: 0 -10px 30px rgb(0 0 0 / 3%);
  padding: 16px 0;
}
.fixed_fiver_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

/* my custom css*/
.about_video iframe {
  max-height: 428px !important;
}

/* Support Page Style */

.support-wrap {
  padding: 110px 0 10px;
  background-color: #f3f3f3;
}
.support-banner h2 span {
  color: #00c94c;
}
.support-form {
  max-width: 800px;
  margin: 30px auto 0;
}
.support-form .form-control {
  height: 70px;
  border-radius: 70px;
  font-size: 22px;
  padding: 0 40px;
  position: relative;
  background-color: transparent;
  color: #fff;
}
.support-field:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 10%);
  filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 80px;
}
.support-form .form-control::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 0.9;
}
.support-field {
  position: relative;
}
.support-field button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00c94c;
  border: 2px solid #fff;
  height: 70px;
  width: 70px;
  border-radius: 70px;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.support-field button:hover {
  background-color: #05963c;
  color: #000;
  border: 5px solid #fff;
}
.support-icon {
  background-color: #00c94c;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 20px;
}
.support-icon svg {
  width: 44px;
  height: auto;
}
.support-service {
  background-color: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  padding: 20px 25px;
  border-radius: 40px;
  margin-bottom: 60px;
}
.support-content h2,
.faq-inner h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.support-content h2 a {
  color: #171717;
  line-height: 30px;
}
.support-content p,
.faq-inner p,
.faq-inner ul li {
  font-size: 14px;
  line-height: 26px;
  color: #6f6f6f;
}

.faq-wrap {
  padding: 60px 0;
}
.faq-wrap .section-title h2 {
  font-size: 30px;
  text-align: center;
  max-width: 400px;
  margin: auto;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 50px;
}
.faq-wrap .section-title h2 span {
  color: #00c94c;
}
.faq-inner ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.faq-inner ul li:before {
  content: "\f00c";
  color: #00c94c;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.faq-inner {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.faq-inner ul li h3 {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 12px;
}
.faq-inner h2:before {
  content: "Q:";
  margin-right: 10px;
}
.faq-ans:before {
  content: "A:";
  margin-right: 10px;
}
/*--------------------
   membership_form
----------------------*/
.custom_input select {
  background: #fff;
  font-family: inherit;
  padding: 18px 14px;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  border: none;
}
/*--------------------
      top_search_bar
----------------------*/
.search_form_cm {
  padding: 0 0;
  width: 100%;
}
.search_form_cm .custom_form input {
  border: none;
  background: #f4f4f4;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: calc(100% - 177px);
  font-family: "gotham_mediumregular";
  width: 100%;
  padding-right: 160px;
}
.search_form_cm .custom_form img {
  position: absolute;
  right: 120px;
  top: 17px;
  width: 20px;
}
.search_form_cm form {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-right: 15px;
}
.search_form_btn {
  flex: 1 0 0;
}
.search_form_cm form input#searchSubmit,
.search_form_cm form button#searchSubmit {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 110px;
  height: 100%;
  border: none;
  cursor: pointer;
}
#searchHtml {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  background: #fff;
  /* border: 1px solid #f4f4f4; */
  box-shadow: 0 10px 20px #00000012;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 52px;
}
#searchHtml ul li a {
  display: block;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
  transition: background 0.2s;
}
#searchHtml ul li a:hover {
  background: #f0f7ff;
}
#searchHtml .search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
#searchHtml .search-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchHtml .search-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#searchHtml .search-info {
  flex: 1;
}
#searchHtml ul li a strong {
  color: #0066cc;
  margin-right: 8px;
}
#searchHtml ul li a .stock-exchange {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
#searchHtml ul .hidesearch {
  padding: 20px;
  color: #e05050;
  font-weight: 600;
}
/*--------------------
      step_form
----------------------*/
form#contact {
  padding: 80px 0;
}
#steps-uid-0 {
  max-width: 880px;
  margin: auto;
}
#steps-uid-0 .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #222;
}
#steps-uid-0 .form-group input,
#steps-uid-0 .form-group select {
  padding: 23px 23px;
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 0;
  font-family: "gotham_mediumregular";
}
#steps-uid-0 .form-group select {
  padding: 0;
  height: 48px;
}
#steps-uid-0 .form-group input::placeholder {
  font-size: 14px;
  color: rgb(0 0 0 / 50%);
}
#steps-uid-0 .form-group {
  margin-bottom: 20px;
  position: relative;
}
#steps-uid-0 .form-group label.error {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 12px;
  color: red;
  font-weight: 400;
}
#steps-uid-0 .form-group label#expirationyear-error {
  right: 0;
  left: unset;
}
#steps-uid-0 ul li a {
  border-radius: 30px;
  padding: 10px 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #00c94c;
  color: #00c94c;
}
#steps-uid-0 ul li.current a {
  background: #00c94c;
  border: 1px solid #00c94c;
  color: #fff;
}
#steps-uid-0 ul li a span.number {
  display: none;
}
#steps-uid-0 .content {
  background: transparent !important;
  margin: 0;
}
#steps-uid-0 #steps-uid-0-p-0 {
  width: 100%;
}
form#contact a span.current-info.audible {
  display: none;
}
form#contact ul {
  margin-bottom: 10px;
}
form#contact ul li,
form#contact ul li a {
  display: inline-block;
}
form#contact ul li {
  margin-right: 16px;
}
form#contact h3.multisteptab {
  display: none;
}
.modal {
  margin-top: 15%;
}
.by_chec {
  margin: 0 auto;
}
.by_chec p {
  font-size: 16px !important;
  padding: 5px 0 0;
  font-family: "Gotham", sans-serif;
}
.by_chec p {
  font-size: 16px !important;
  padding: 5px 0 0;
  font-family: "Gotham", sans-serif;
}

.by_chec label {
  display: block;
  text-align: left;
}
/*-----------
  paymemt_popup
-------------*/
.payment_modal h4.modal-title {
  font-family: inherit;
  font-weight: 700;
  color: #222;
  font-size: 22px;
}
.payment_modal #orderData h1 {
  font-size: 17px !important;
  margin-bottom: 20px;
  font-weight: 500;
}
.payment_moda .modal-body h2 {
  font-size: 22px;
  color: #343436;
  font-family: "gotham_mediumregular";
  margin-bottom: 20px;
}
.payment_moda .modal-body p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}
.payment_moda .modal-body p span {
  font-size: 16px;
  font-weight: 400;
}

.loaderg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
p.backBtn {
  text-align: right;
  margin-top: 30px;
  margin-right: 15px;
}
p.backBtn a {
  color: #00c94c;
}
.datanotfoundApi {
  position: absolute;
  width: 100%;
  max-width: 560px;
  right: 30px;
  margin-left: auto;
  top: 66px;
  border: 1px solid #f4f4f4;
  padding: 20px 20px 0 20px;
}
.datanotfoundApi p {
  color: red;
  font-weight: 500;
}

/*--------------- services Style ---------------*/

/******************breadcrumb-wrap***************************/

.breadcrumb-wrap {
  width: 100%;
  height: 461px;
  padding: 250px 0px 140px;
  position: relative;
}
.breadcrumb-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    180deg,
    rgb(30, 64, 141, 0.6) 73%,
    rgba(255, 255, 255, 0.7) 160%
  );
}
.breadcrumb_content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.breadcrumb_content h1 {
  color: #fff;
  font-size: 94px;
  font-weight: 700;
  line-height: 91px;
  text-transform: uppercase;
}
.our-services {
  padding: 74px 0 48px;
}
.title-heading h1 {
  font-size: 38px;
  line-height: 41px;
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;

  padding-bottom: 15px;
}
.title-heading span {
  font-weight: 700;
}
.title-heading p {
  color: #878787;
  font-weight: 400;
  font-size: 16px;
}
.title-heading h1:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  background-image: linear-gradient(90deg, #6aaffd9e 30%, #3b72f9 110%);
  width: 100%;
  height: 5px;
  max-width: 100px;
}
.title-heading {
  padding-bottom: 60px;
}
.services-icon-images {
  float: left;
  width: 72px;
  background-color: #000;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 13px;
  margin-right: 30px;
}
.services-inner-text {
  padding-left: 95px;
}
.services-inner-text h2 {
  font-size: 22px;
  line-height: 21px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.services-content ul li {
  padding: 40px 30px;
  background-color: #ebebeb;
  margin-bottom: 30px;
}
.services-content li:first-child {
  background-color: #2993f6;
  color: #fff;
}
.services-content li:first-child .services-icon-images {
  background-color: #fff;
}
.services-content li:first-child .services-inner-text p {
  color: #fff;
}
/* Pricing Plan */
.our-pricing-plans {
  padding: 70px 0 70px;
}
.our-pricing-plans .top {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.286em;
}
.our-pricing-plans .top .cell {
  margin-bottom: 6px;
  line-height: normal;
  font-size: 20px;
  color: #081d10;
  text-transform: capitalize;
}
.main-subscription {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0 9px 21px rgb(0 0 0 / 3%);
  position: relative;
  padding: 34px 0 38px;
  /* background: linear-gradient(
    153deg,
    rgba(0, 201, 76, 0.2497373949579832) 0%,
    rgb(255 255 255 / 0%) 60%
  ); */
  max-width: 578px;
  margin: auto;
}
.member_ship .row [class^="col-"]:first-child,
.member_ship .row [class^="col-"]:last-child {
  display: none;
}
.member_ship .row .item {
  max-width: 100%;
  flex: 0 0 100%;
}
.our-pricing-plans .price h2 {
  color: #00c94c;
  font-size: 58px;
  padding: 0.28em 0;
  padding: 0 0 4px;
  position: relative;
  margin-bottom: 0;
}
.our-pricing-plans .price h2::before {
  position: absolute;
  content: "";
  max-width: 70%;
  width: 100%;
  height: 2px;
  background: rgb(0 0 0 / 12%);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}
.our-pricing-plans .price span {
  /* text-decoration: line-through; */
  margin-right: 10px;
  position: relative;
}
.our-pricing-plans .price span::before {
  position: absolute;
  content: "";
  max-width: 139px;
  width: 100%;
  height: 3px;
  background: #081d10;
  left: 0;
  top: 50%;
  transform: rotate(166deg);
}
/* .our-pricing-plans .price small {
  font-size: 18px;
} */
.our-pricing-plans .options {
  padding: 38px 0 35px;
  max-width: 407px;
  margin: 0 auto;
}
.main-subscription .o-item:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.main-subscription .o-item {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #081d10;
  margin-bottom: 24px;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.main-subscription .o-item:last-child {
  margin-bottom: 0;
}
.our-pricing-plans .button-style2:hover {
  background: #00c94c;
  background: linear-gradient(top bottom, #238fce 0%, #2c84b5 100%);
}
.our-pricing-plans .button-style2 {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  line-height: 38px;
  padding: 20px 10px;
  cursor: pointer;
  position: relative;
  color: #000000;
  background: #00c94c;
  width: 100%;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.our-pricing-plans .item.primary {
  margin-top: -25px;
  border-radius: 5px;
  z-index: 1;
}
.member_ship {
  text-align: center;
}
.member_ship .title-heading {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.member_ship .title-heading h1:after {
  right: 0;
  margin: auto;
  background-image: linear-gradient(90deg, #99e4b6 30%, #00c94c 110%);
  bottom: 0;
  margin: 0 auto;
  top: auto;
}
.member_ship .title-heading h1 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 20px;
}
.member_ship .title-heading p {
  font-weight: 700;
  color: #00c94c;
  max-width: 500px;
  margin: auto;
}
.our-pricing-plans .title-heading h1 {
  color: #fff;
  font-size: 34px;
  text-transform: capitalize;
  max-width: 628px;
  margin: 0 auto 0;
  line-height: 48px;
  padding-bottom: 0;
}
.our-pricing-plans .title-heading h1::after {
  content: none;
}
.our-pricing-plans .title-heading {
  padding-bottom: 46px;
}
.bottom_pack {
  padding: 0 52px;
}
.subscription_heading {
  padding: 0 15px;
  box-shadow: 0 9px 21px rgb(0 0 0 / 3%);
}
.subscribe-text p {
  font-size: 16px;
  font-weight: 500;
  color: #00c94c;
  text-align: left;
  max-width: 407px;
  margin: 0 auto 39px;
}
.zero_trail p {
  font-size: 14px;
  font-weight: 700;
  color: #081d10;
  margin-bottom: 0;
  padding: 18px 0;
}
/* News Updates Style */

.news-updates-wrap {
  padding: 50px 0 50px;
}
.news-tab-head h6 {
  margin-bottom: 20px;
  font-weight: 600;
  font-style: italic;
}
.news-tab-content .tab-content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.stock-sub-tabs #tabs-content {
  padding: 15px;
  background: #f1f1f1;
  margin-top: 20px;
}
.stock-sub-tabs #tabs-nav {
  border-bottom: 1px solid #ddd;
}
.news-head h2 {
  margin-bottom: 40px;
}
.news-tab-inner > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #00c94c;
  margin-bottom: 9px;
  display: block;
}
.news-tab-inner > ul > li p {
  font-size: 14px;
}
.news-tab-inner > ul > li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.news-tab-inner > ul {
  margin-top: 40px;
}
.news-tab-head h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-tab-content,
.stock_performance .container {
  padding-top: 20px;
  background: #f9f9f9;
  padding: 25px;
}
.news-tabs li.nav-item a.active {
  background: #00c94c;
}
.news-tabs li.nav-item a {
  color: #00c94c;
  font-weight: 600;
}
ul.news_date_list li {
  display: inline-block;
  border-bottom: 0;
  font-size: 12px;
  color: #a7a7a7;
  padding: 0 10px;
  position: relative;
}
ul.news_date_list {
  margin-top: 20px;
}
ul.news_date_list li:after {
  content: "|";
  position: absolute;
  right: -2px;
  top: 0;
}
ul.news_date_list li:last-child:after {
  display: none;
}
ul.news_date_list li:first-child {
  padding-left: 0;
}
div#controls button {
  border: 1px solid #ddd;
  background: transparent;
  display: inline-block;
  margin: 0 -3px;
  padding: 5px 10px;
}
div#controls button#bmax {
  margin-right: 30px;
}
.rangeSelctor {
  float: right;
  margin-right: 40px;
}
div#controls {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

div#loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
/*------------------
      cpt_single
--------------------*/
.leave_sec {
  padding: 80px 0 20px;
}
.leave_comt_img {
  /* width: 100%;
  height: 400px; */
  margin-bottom: 20px;
}
/* .leave_comt_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100% !important;
}  */
.leave_comt a {
  text-align: right;
  display: block;
  margin-bottom: 12px;
  color: #00c94c;
  font-size: 16px;
  font-weight: 700;
}
.leave_comt_txt span {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.leave_comt_txt h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
.leave_comt_txt p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
div#comments {
  background: #f4f4f4;
  padding: 40px 0;
}
.this_summery_list > ul {
  margin-bottom: 20px;
}
#comments .comment-respond {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}
div#respond h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
form#commentform textarea {
  width: 100%;
  border: 1px solid #f3f3f3;
  background: #fff;
  margin-bottom: 20px;
}
form#commentform input#submit {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #00c94c;
  border: none;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s;
  max-width: 237px;
  border-radius: 30px;
  box-shadow: 0 8px 23px rgb(77 201 76 / 40%);
}
.morelink {
  display: block;
  color: #00c94c;
}
button#more_posts {
  color: white;
}
button#more_posts_fav {
  color: white;
}
/**** Graph style ****/
#chartdiv {
  width: 100%;
  height: 500px;
  max-width: 100%;
}
#chartdiv2 {
  width: 100%;
  height: 500px;
  max-width: 100%;
}
button.selected {
  background: #00c94c !important;
}

/*----------------------
      stock_performance
  ------------------------ */
.stock_performance_txt {
  margin-bottom: 40px;
}

.stock_performance_txt h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #222;
}

.stock_performance_txt p {
  font-weight: 400;
  font-size: 16px;
  color: #212529;
  margin-bottom: 30px;
}

.stock_performance_txt ul li {
  font-weight: 400;
  font-size: 16px;
  color: #212529;
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.stock_performance_txt ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #222;
}

.stock_price_tabel .stock_icons {
  display: flex;
  align-self: center;
}

.table thead th .stock_price_tabel .stock_icons h5 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  margin-bottom: 0;
}

.table.stock_price_tabel thead th {
  border-bottom: none;
}

.table.stock_price_tabel td {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}

.table.stock_price_tabel td {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}

.table.stock_price_tabel td.date_color,
.table.stock_price_tabel td.risk_color,
.table.stock_price_tabel td.market_cap_color {
  color: #767676;
}

.table.stock_price_tabel td.return_color {
  color: #1e6c00;
}

.favcolor {
  color: red;
}

.stock-sub-tabs ul li.active a {
  border-bottom: 2px solid #00c94c;
}

.custom_table .table tbody tr td.favcolor {
  color: red;
}
.page-id-221 header.main_header.header_fix,
.page-id-239 header.main_header.header_fix {
  display: none;
}

ul#menu-stock_menu_page li a {
  padding: 14px 22.5px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-family: "gotham_mediumregular";
}

a#dropdownMenuLink {
  color: #000;
  background-color: #00c94c;
  border-color: #4e555b;
  padding: 14px;
  font-weight: 600;
}

.profilepress-myaccount-nav a:first-child {
  display: none !important;
}
.profilepress-myaccount-has-cover-image img {
  max-width: 200px;
}
.dropdown-menu.show {
  left: auto !important;
  right: -50px;
}

.subscription-data p {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #00c94c;
}

button.subscriptionBtn {
  background: #00c94c;
  border: none;
  padding: 5px;
  color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#profilepress-myaccount-wrapper {
  max-width: 1145px;
  margin: auto;
  padding: 70px 15px;
}
.profilepress-myaccount-form-field input,
.profilepress-myaccount-form-field select {
  height: 50px !important;
  box-shadow: none !important;
  outline: none;
}
.page-template-subscription-template .wraper {
  padding: 70px 0;
  background: #f8f8f8;
}
.subscription-data table th {
  background: #00c94c;
  color: #fff;
}
.subscription-data table {
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.subscription-popup {
  text-align: center;
}
.subscription-popup h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.subscription-popup p {
  font-size: 16px;
  line-height: 31px;
}
.subscription-popup button {
  background: #00c94c;
  border: 0;
  padding: 10px 25px;
  border-radius: 5px;
  margin: 0 10px;
  min-width: 160px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.subscription-popup button.cancel {
  background: #ececec;
  color: #000;
}
.subscription-popup {
  padding: 40px 25px;
  background: #fff;
  border-radius: 20px;
  max-width: 750px;
  margin: auto;
  width: 100%;
  border: 1px solid #ddd;
}
#carddata .input-group .form-control {
  width: 100%;
}
.sign_up_sec .wraper {
  min-height: auto;
}

/* Disclaimer Style */

article#post-689 {
  padding: 60px 0;
}
article#post-689 .entry-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
article#post-689 .entry-content p span {
  font-family: "Gotham", sans-serif;
  line-height: 31px;
}
.footer_txt1 ul li {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  padding: 3px 0;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  font-family: "Poppins", sans-serif;
}
.footer_txt1 {
  margin-top: 15px;
}
/* -------------------
      term_condition
---------------------- */
.page-id-732 .site-content,
.page-id-736 .site-content,
.page-id-734 .site-content {
  padding: 50px 15px;
}
.page-id-732 .site-content p,
.page-id-732 .site-content span,
.page-id-736 .site-content p,
.page-id-736 .site-content span .page-id-734 .site-content p,
.page-id-734 .site-content span {
  font-size: 14px !important;
  line-height: 28px !important;
  font-family: "gotham_mediumregular" !important;
}

/* Disclosure Page Style */

.page-template-term-condition div#primary {
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
}
.page-template-term-condition .site-content div#primary p span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
}
.page-template-term-condition div#primary span b {
  font-size: 25px;
  font-family: "Gotham";
}
.page-id-732.page-template-term-condition div#primary span b,
.page-id-736.page-template-term-condition div#primary span b {
  display: block;
  margin-bottom: 20px;
}
.page-template-term-condition .site-content div#primary ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 15px;
}
.page-template-term-condition .site-content div#primary ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  top: 11px;
  left: 0;
  border-radius: 50px;
}
.page-template-term-condition .site-content div#primary ul li span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}
/*---------------------
      plan_expire 
-----------------------*/
.plan_expire {
  background: #fafbfd;
  padding: 60px 0;
}
.current_plan {
  position: relative;
  max-width: 562px;
  margin: auto;
}
.plan_alert {
  margin-bottom: 38px;
}
.current_plan_txt {
  text-align: center;
  position: absolute;
  top: calc(50% - 166.5px);
  left: 0;
  right: 0;
}
.current_plan_txt h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ce0e0e;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.current_plan_txt p {
  color: #595555;
  margin-bottom: 0;
}
.current_plan_btn {
  margin-top: 27px;
}
.current_plan_btn a {
  border-radius: 30px;
  max-width: 282px;
}
img.stocklogo {
  max-width: 50%;
}
.searchHtml img.stocklogo {
  max-width: 100%;
}
/* -------------------
        free_pick
---------------------- */
.page-template-free-pick-of-the-year header {
  display: none;
}
.free_logo a {
  display: block;
}
.free_logo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 25px 0;
}
.free_logo img {
  max-width: 215px;
}
.page-template-free-pick-of-the-year footer.main_footer > .container {
  display: none;
}

.page-template-free-pick-of-the-year footer.main_footer {
  padding-top: 0;
}

.page-template-free-pick-of-the-year .copy_right {
  margin-top: 0;
}
.page-template-free-pick-of-the-year .hero_banner_txt {
  position: relative;
}
.privacy_disc {
  position: relative;
  max-width: 860px;
  margin-top: 22px;
}
.privacy_disc p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.privacy_disc p:last-child {
  margin-bottom: 0;
}
.privacy_disc p a {
  color: #4dc94c;
}
.page-template-free-pick-of-the-year .payment-card {
  display: none;
}
.join-form p a {
  color: #00c94c;
}

.join-form p {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 26px;
  margin: 10px 0 0;
}
button#more_posts_fav,
button#more_posts {
  max-width: unset;
  width: unset;
  padding: 0 30px;
}

/* 27-09-21*/
.hero_banner h1 {
  max-width: 680px;
  font-weight: 900;
  font-family: "gothamblack";
  font-family: "Gotham";
}
.hero_banner_txt p.home-content {
  font-size: 17px;
}
.our-pricing-plans .price h2 {
  font-weight: 900;
  font-family: "Gotham";
}
.zero_trail p {
  font-weight: 800;
}
.our-pricing-plans .top .cell {
  font-size: 19px;
}
.page-template-free-pick-of-the-year .hero_banner {
  padding: 110px 0;
}
.page-template-free-pick-of-the-year .hero_banner_txt h1 {
  margin: 0 auto 40px;
  text-align: center;
}
.page-template-free-pick-of-the-year .hero_banner_txt {
  margin: 0 auto;
  text-align: center;
}

/* Search Results Styles */
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
}
.search-results-dropdown h4 {
  padding: 12px 15px;
  margin: 0;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
}
.search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results-list li {
  border-bottom: 1px solid #eee;
}
.search-results-list li:last-child {
  border-bottom: none;
}
.search-results-list li a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}
.search-results-list li a:hover {
  background: #f0f7ff;
}
.search-results-list li a strong {
  color: #0066cc;
  font-size: 15px;
}
.search-results-list .stock-meta {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 3px;
}
.search-no-results,
.search-error {
  padding: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
}
.search-error {
  color: #dc3545;
  background: #fff5f5;
  border-color: #f5c6cb;
}
.search_form_cm {
  position: relative;
}
