/* CSS Document */

/**
* Importing necessary  Styles.
**/
/*---- Fonts ----- */

/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*------- menu ------*/
@import url('../vendor/bsnav-master/bsnav.min.css');
/*------- Dropdown Selector --------*/
@import url('../vendor/chosen/chosen.min.css');
/*------- Range Slider --------*/
@import url('../vendor/ion.rangeSlider/ion.rangeSlider.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Language Switcher---*/
@import url('../vendor/language-switcher/polyglot-language-switcher.css');
/*------- Select css ------*/
@import url('../vendor/select/selectric.css');


/*______________________ Global Perfix ___________________*/

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
html{overflow-x: hidden;}
body {
  font-family: "Poppins";
  color: #404040;
  font-size: 16px;
  position: relative;    overflow-x: hidden;

}

/* .main-page-wrapper {
  overflow-x: hidden;
}
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #15a958;
}

h1 {
  font-size: 50px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 62px;
  color: #15a958;
}

h3 {
  font-size: 32px;
  
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

p {
  line-height: 24px;
}

  .blog-heading {
    font-size: 40px; /* Change this value to your desired font size */
  }
  

ul.ulc {
    list-style-type: disc;
    margin-left: 30px;
}
ul{list-style-type: none;}
body a {
  text-decoration: none;
  color: #00A757;
  display: inline-block;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}



.logo-1 img {
  height: 20px;
  width: 70%;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-spacing-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*________________________ Global Style _____________________*/
.grdn-bg {
  position: relative;
  z-index: 5;
}

.grdn-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #020202;

  border-radius: 25px;
  opacity: 0;
  z-index: -1;
}

.grdn-bg:hover:before {
  opacity: 1;
}

body .theme-button {
  line-height: 55px;
  border-radius: 27px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 65px;
  font-size: 16px;
}

body .theme-button.grdn-bg:before {
  border-radius: 27px;
}

body .theme-button-two {
  width: 215px;
  line-height: 53px;
  text-align: center;
  border: 1px solid #dee0e7;
  border-radius: 27px;
  font-size: 16px;
  position: relative;
}

body .theme-button-two:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 27px;
  opacity: 0;
  z-index: -1;
}

body .theme-button-two:hover {
  color: #fff;
  border-color: transparent;
}

body .theme-button-two:hover:before {
  opacity: 1;
}

.tooltip-holder {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.tooltip-holder .tooltip-inner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -8px;
  padding: 0;
  position: absolute;
  background: #dee0e7;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}

.tooltip-holder .tooltip-inner span {
  position: absolute;
  bottom: 30px;
  left: -12px;
  border: 1px solid #dee0e7;
  width: 325px;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  color: #101530;
  z-index: 99;
  text-align: left;
  padding: 20px 10px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(10px, 0, 0);
}

.tooltip-holder .tooltip-inner span:before {
  content: url(../images/icon/1.png);
  position: absolute;
  bottom: -11px;
  left: 13px;
}

.tooltip-holder .tooltip-inner:hover span {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.custom-container-one {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-container-two {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}



/*_______________________ Transition Selector ____________________*/
.grdn-bg:before,
.Cryonik-main-banner .main-wrapper .text-wrapper .button-group .icon a,
.chosen-container-single .chosen-single,
.chosen-container .chosen-drop,
.tooltip-holder .tooltip-inner span,
.getting-start-banner a,
body .theme-button-two,
body .theme-button-two:before,
.download-section ul li a,
.Cryonik-footer a,
.nav-tabs .nav-link,
.accordion-one .panel-group .panel-heading a:before,
.legal-information-section .information-nav ul {
  transition: all 0.3s ease-in-out;
}

/*_______________________ Color Css _______________________*/
.Cryonik-header .navbar-nav .header-widget>ul>li.login-button a,
.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link,
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link,
.about-us-banner .clients-earning,
.Cryonik-main-banner .main-wrapper .text-wrapper .button-group .icon:hover a,
.Cryonik-main-banner .main-wrapper .text-wrapper .icon-text p a,
.about-Cryonik .text-wrapper ul li .serial,
.getting-start-banner .start,
body .theme-button-two,
.download-section ul li:hover a,
#login-md a,
.contact-info-box .single-box p a,
.address-wrapper .single-block p a,
.how-it-works .single-block .text .number,
.Cryonik-header .navbar-nav .nav-link.active,
.legal-information-section .information-nav ul li a:hover,
.legal-information-section .information-nav ul li.active a,
.help-center-header ul li a,
.fund-facts .download,
.how-afiliate-works ul li .num {
  color: #15a958;
}

.grdn-bg,
.investment-calculation .total-output .return-output,
body .theme-button-two:before {
  background: #15a958;
}

/*_______________________ Cryonik Header _______________________*/
.Cryonik-header {
  position: relative;
  padding: 35px 0 45px 0;
}

.Cryonik-header .main-header-wrapper {
  position: relative;
}

.Cryonik-header .main-header-wrapper .logo {
  position: absolute;
  top: 14px;
  left: -6px;
  z-index: 5;
}

.Cryonik-header .main-header-wrapper .logo img {
  max-width: 230px;
  margin-top: -31px;
}

.Cryonik-header .bsnav-sticky-slide {
  position: relative;
  background: transparent;
  padding: 0;
}

.Cryonik-header .navbar-nav .nav-link {
  padding: 0;
  line-height: 51px;
  font-size: 16px;
  color: #101530;
  margin: 0 19px;
}

.Cryonik-header .navbar-nav .header-widget>ul>li {
  float: left;
}

.Cryonik-header .navbar-nav .header-widget>ul>li.login-button a {
  line-height: 51px;
  font-size: 16px;
  margin: 0 42px 0 130px;
}

.Cryonik-header .navbar-nav .header-widget>ul>li.invest a {
  width: 150px;
  line-height: 51px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
}

#login-md a {
  line-height: 51px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 62px;
  display: none;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container {
  width: 70px !important;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container-single .chosen-single {
  background: transparent !important;
  border: none;
  border-radius: 0;
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  text-transform: uppercase;
  color: #101530;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container-single .chosen-search {
  display: none;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container .chosen-drop {
  border: 1px solid #dee0e7;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: none;
  width: 255px;
  right: 0;
  z-index: 5;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container .chosen-drop:before {
  content: url(../images/icon/1.png);
  position: absolute;
  top: -13px;
  right: 15px;
  transform: rotate(180deg);
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container .chosen-results li {
  display: block;
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 40px;
  color: #101530;
  padding: 0 20px;
}

.Cryonik-header .navbar-nav .header-widget>ul>li .chosen-container .chosen-results li:hover {
  background: transparent;
}

body .chosen-container-single .chosen-single {
  background: transparent;
  box-shadow: none !important;
  text-align: right;
  padding: 0;
}

body .chosen-container-single .chosen-single div b {
  background: url(../images/icon/down.png);
  background-repeat: no-repeat;
  background-position: center;
}

body .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/icon/up.png);
  background-repeat: no-repeat;
  background-position: center;
}

body .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

body .chosen-container .chosen-results li.highlighted {
  background: transparent;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon::before {
  background: #bdc3d0;
  height: 2px;
}

.navbar-toggler {
  width: 25px;
  height: 20px;
  margin-top: 14px;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::before {
  top: 9px;
  width: 20px;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::after {
  top: 18px;
}

.navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
  width: 25px;
}

.bsnav-mobile .navbar {
  width: 330px;
  padding-top: 110px;
  box-shadow: 0px 10px 20.16px 0.84px rgba(185, 184, 184, 0.17);
  transform: translate3d(330px, 0, 0)
}

.navbar-toggler.active {
  position: fixed;
  top: 20px;
  right: 30px;
}

/*_______________________ Cryonik Main Banner _______________________*/
.Cryonik-main-banner {
  position: relative;
}

.Cryonik-main-banner .main-wrapper {
  position: relative;
}

.Cryonik-main-banner .main-wrapper .text-wrapper {
  width: 45%;padding: 100px 0px;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .sub-text {
  padding: 15px 0 32px 0;
  font-weight: normal;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .button-group li {
  display: inline-block;
  line-height: 55px;
  vertical-align: middle;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .button-group .icon {
  font-size: 38px;
  margin: 0 30px;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .button-group .icon a {
  color: #101530;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .button-group .icon.apple-icon {
  font-size: 48px;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .icon-text {
  position: relative;
  padding-left: 65px;
  margin-top: 82px;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .icon-text .img-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.Cryonik-main-banner .main-wrapper .text-wrapper .icon-text p {
  font-size: 16px;
  padding-top: 5px;
  line-height: 21px;
}



/*_______________________ Investment Calculation _______________________*/
.investment-calculation {
  background-image: url(../images/bg-shape1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 182px 0 60px 0;
}

.investment-calculation .title {
  text-align: center;
  padding-bottom: 80px;
}

.investment-calculation .chosen-container-single .chosen-single {
  background: #fff !important;
  border: 1px solid #dee0e7;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: left;
  padding-left: 20px;
  color: #101530 !important;
}

.investment-calculation .chosen-container-single .chosen-single div b {
  background: url(../images/icon/down2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.investment-calculation .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/icon/up2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.investment-calculation .chosen-container-single .chosen-single div {
  right: 20px;
}

.investment-calculation .chosen-container {
  width: 230px !important;
}

.investment-calculation .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #66a6ff;
  border-radius: 5px 5px 0 0;
}

.investment-calculation .chosen-container-single .chosen-drop {
  border-radius: 0 0 5px 5px;
  border: 1px solid #66a6ff;
}

.investment-calculation .chosen-container .chosen-results li {
  font-size: 18px;
  line-height: 40px;
  color: #101530;
  padding: 0 0 0 18px;
}

.investment-calculation .chosen-container-single .chosen-search {
  display: none;
}

.investment-calculation .slider-wrapper .single-range-wrapper {
  position: relative;
  margin-top: 50px;
  width: 352px;
  padding-bottom: 15px;
}

.investment-calculation .slider-wrapper .single-range-wrapper .tag-line {
  font-size: 20px;
  color: #8890a3;
  margin-bottom: 37px;
}

.time-frame .irs-single {
  padding: 0 70px 0 0;
}

.time-frame .irs-single:after {
  content: 'Months';
  left: auto;
  right: 0;
}

.investment-calculation .additional-text {
  font-size: 14px;
  color: #8890a3;
  font-weight: normal;
  padding-top: 82px;
}

.investment-calculation .total-output h5 {
  margin-bottom: 20px;
}

.investment-calculation .total-output .return-output {
  height: 126px;
  line-height: 126px;
  text-align: center;
  color: #fff;
  font-size: 75px;
  border-radius: 5px;
}

.investment-calculation .total-output h6 {
  color: #8890a3;
  padding: 38px 0 25px 0;
  font-weight: normal;
}

.investment-calculation .total-output .invest-output {
  height: 70px;
  width: 250px;
  text-align: center;
  background: #fff;
  line-height: 70px;
  border: 1px solid #dee0e7;
  border-radius: 5px;
  font-size: 40px;
  color: #8890a3;
}

/*_______________________ About Cryonik _______________________*/
.about-Cryonik .single-box {
  margin-bottom: 175px;
}

.about-Cryonik .single-box:last-child {
  margin-bottom: 0;
}

.about-Cryonik .title {
  padding-bottom: 25px;
}

.about-Cryonik .text-wrapper ul li {
  position: relative;
  padding: 0 0 20px 65px;
  margin-top: 11px;
}

.about-Cryonik .text-wrapper ul li h5 {
  padding-bottom: 5px;
}

.about-Cryonik .text-wrapper p {
  font-weight: normal;
}

.about-Cryonik .text-wrapper.right-space {
  padding-right: 82px;
}

.about-Cryonik .text-wrapper.left-space {
  padding-left: 61px;
}

.about-Cryonik .text-wrapper ul li .serial {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #66a6ff;
  line-height: 26px;
  text-align: center;
  top: -2px;
  left: 0;
  border-radius: 50%;
}

.about-Cryonik .text-wrapper.space-fix {
  margin-top: 165px;
}

.about-Cryonik .text-wrapper .theme-button {
  line-height: 40px;
  padding: 0 30px;
  margin-bottom: 10px;
}

.about-Cryonik .text-wrapper .condition-text {
  font-size: 14px;
  color: #8890a3;
  font-weight: normal;
  padding-top: 20px;
}

/*_______________________ Currency Wallet _______________________*/
.currency-wallet {
  text-align: center;
  padding-top: 85px;
}

.currency-wallet img {
  margin: 0 auto;
}

.currency-wallet h2 {
  padding: 20px 0 15px 0;
}

.currency-wallet p {
  font-weight: normal;
  width: 40%;
  margin: 0 auto;
}

/*_______________________ Getting Start Banner _______________________*/
.getting-start-banner {
  /*   background: linear-gradient(120deg, #5be399c4 0%, #15a958 100%);
 */
  padding: 65px 0 60px 0;
  text-align: center;
}

.getting-start-banner h2 {
  color: #000;
  padding-bottom: 33px;
}

.getting-start-banner a {
  vertical-align: middle;
  margin: 12px 18px;
}

.getting-start-banner .start {
  width: 215px;
  line-height: 55px;
  background: #15a958;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
}

.getting-start-banner .start:hover {
  width: 215px;
  line-height: 55px;
  background: #000;
  border-radius: 27px;
  font-size: 16px;
}


.getting-start-banner .download {
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: normal;
}

.getting-start-banner .download:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  background: #fff;
  height: 1px;
  font-weight: normal;
}

/*_______________________ Our Security _______________________*/
.our-security .title {
  text-align: center;
  padding-bottom: 75px;
}

.our-security .text-wrapper ul li {
  position: relative;
  padding: 0 0 30px 0;
}

.our-security .text-wrapper ul li:last-child {
  padding-bottom: 0;
}

.our-security .text-wrapper ul li h5 {
  padding-bottom: 5px;
}

.our-security .text-wrapper p {
  font-weight: normal;
}

.our-security .img-wrapper img {
  float: right;
  box-shadow: 0px 14px 40.42px 5.58px rgba(0, 0, 0, 0.10);
}

.our-security .text-wrapper {
  padding-right: 50px;
}

.our-security .text-wrapper .feature {
  margin-top: 58px;
}

/*_______________________ Download Section _______________________*/
.download-section {
  text-align: center;
}

.download-section .title {
  padding-bottom: 80px;
}

.download-section ul {
  width: 63%;
  margin: 0 auto;
}

.download-section ul li {
  float: left;
  width: 33.33333%;
  text-align: center;
}

.download-section ul li a {
  font-size: 75px;
  color: #101530;
}

.download-section ul li a .fa-apple {
  font-size: 95px;
}

.download-section ul li span {
  display: block;
  margin-top: -9px;
  font-weight: normal;
}

/*_______________________ Join our community _______________________*/
.join-our-community {
  background: #eff2f7;
  padding: 85px 0 100px 0;
  text-align: center;
}

.join-our-community .title {
  padding-bottom: 35px;
}

.join-our-community .theme-button {
  padding: 0 45px;
  font-size: 22px;
}

.join-our-community .theme-button i {
  margin-right: 15px;
  font-size: 20px;
}

/*_______________________ Footer _______________________*/
.Cryonik-footer {
  background: #00a757;
  padding: 30px 0 0px 0;
}

.Cryonik-footer .footer-title {
  font-size: 20px;
  color: #fff;
  padding-bottom: 18px;
  font-weight: bold;
}

.Cryonik-footer p,
.Cryonik-footer a {
  color: #fff;
  font-weight: normal;
}

/* .Cryonik-footer .footer-help-widget a {
  display: block;
} */

.Cryonik-footer .footer-help-widget .chosen-container-single .chosen-single {
  background: #fff !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  color: #101530 !important;
}

.Cryonik-footer .footer-help-widget .chosen-container-single .chosen-single div b {
  background: url(../images/icon/down.png);
  background-repeat: no-repeat;
  background-position: center;
}

.Cryonik-footer .footer-help-widget .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/icon/up.png);
  background-repeat: no-repeat;
  background-position: center;
}

.Cryonik-footer .footer-help-widget .chosen-container-single .chosen-single div {
  right: 20px;
}

.Cryonik-footer .footer-help-widget .chosen-container {
  width: 160px !important;
  display: block;
}

.Cryonik-footer .footer-help-widget .select-box {
  margin-bottom: 30px;
}

.Cryonik-footer .footer-help-widget .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #66a6ff;
  border-radius: 5px 5px 0 0;
}

.Cryonik-footer .footer-help-widget .chosen-container-single .chosen-drop {
  border-radius: 0 0 5px 5px;
  border: 1px solid #66a6ff;
}

.Cryonik-footer .footer-help-widget .chosen-container .chosen-results li {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #101530;
  padding: 0 0 0 18px;
}

.Cryonik-footer .footer-help-widget .chosen-container-single .chosen-search {
  display: none;
}

.Cryonik-footer .footer-list ul li a {
  line-height: 34px;
}

.Cryonik-footer .footer-download ul li a {
  font-size: 38px;
  margin-bottom: 10px;
}

.Cryonik-footer .footer-download ul li a .fa-apple {
  font-size: 46px;
}

.Cryonik-footer .footer-download ul {
  float: right;
}

.Cryonik-footer .footer-list ul li a:hover,
.Cryonik-footer .footer-download ul li a:hover,
.Cryonik-footer a:hover {
  color: #000;

}

.Cryonik-footer .bottom-footer {
  padding: 20px 0 0 0;
}

.Cryonik-footer .bottom-footer p {
  font-size: 12px;
  line-height: 25px;
}

.Cryonik-footer .bottom-footer ul {
  float: right;
  margin: 0 -12px;
}

.Cryonik-footer .bottom-footer ul li {
  float: left;
  padding: 0 12px;
}

.Cryonik-footer .bottom-footer ul li a {
  font-size: 12px;
  position: relative;
}

.Cryonik-footer .bottom-footer ul li a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4c5064;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*_______________________ About Us _______________________*/
.about-us-banner {
  text-align: center;
  padding: 72px 0 137px 0;
}

.about-us-banner .banner-title {
  font-size: 50px;
  line-height: 70px;
  padding: 0 0 20px;
}

.about-us-banner p {
  line-height: 22px;
}

.about-us-banner .clients-earning {
  font-size: 75px;
  padding: 68px 0 7px;
}

.about-our-info .title {
  padding-bottom: 18px;
}

.about-our-info {
  padding-bottom: 80px;
}

.our-press-kit {
  text-align: center;
  padding-top: 50px;
}

.our-press-kit p {
  padding: 20px 0 95px 0;
}

.our-press-kit img {
  margin: 0 auto 50px;
}

/*_______________________ Our Plan _______________________*/
.our-plan-banner {
  text-align: center;
  padding: 72px 0 90px 0;
}

.our-plan-banner .banner-title {
  font-size: 50px;
  line-height: 70px;
  padding: 0 0 20px;
}

.our-plan-banner p {
  line-height: 22px;
  padding: 0 83px;
}

.plan-tabs-wrap .nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}

.plan-tabs-wrap .nav-tabs .nav-item {
  margin: 0;
  width: 33.333333%;
}

.plan-tabs-wrap .nav-tabs .nav-link {
  font-size: 21px;
  color: #101530;
  text-align: center;
  padding: 0;
  display: block;
  padding-bottom: 11px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #eff2f7;
}

.plan-tabs-wrap .nav-tabs .nav-item.show .nav-link,
.plan-tabs-wrap .nav-tabs .nav-link.active {
  color: #66a6ff;
  border-bottom-color: #66a6ff;
}

.plan-tabs-wrap #basic {
  background: #eff2f7;
}

.plan-tabs-wrap #blue {
  background: linear-gradient(120deg, #37d0e0 0%, #2676e4 100%);
}

.plan-tabs-wrap #vip {
  background: linear-gradient(90deg, rgb(214, 177, 133) 25%, rgb(180, 144, 94) 100%);
}

.plan-tabs-wrap .tab-pane {
  padding: 85px 0 27px 0;
}

.plan-tabs-wrap .tab-pane .plan-title {
  text-align: center;
}

.plan-tabs-wrap .tab-pane .plan-title h2,
.plan-tabs-wrap .tab-pane .plan-title p,
.plan-tabs-wrap .plan-feature li h5,
.plan-tabs-wrap .plan-feature li p,
.plan-tabs-wrap .tab-pane .price-range {
  color: #fff;
}

.plan-tabs-wrap .tab-pane#basic .plan-title h2,
.plan-tabs-wrap .tab-pane#basic .plan-title p,
.plan-tabs-wrap #basic .plan-feature li h5,
.plan-tabs-wrap .tab-pane#basic .price-range {
  color: #101530;
}

.plan-tabs-wrap #basic .plan-feature li p {
  color: #8890a3;
}

.plan-tabs-wrap .tab-pane .price-range {
  font-size: 70px;
  display: block;
  padding: 40px 0 48px 0;
  text-align: center;
}

.plan-tabs-wrap .plan-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-tabs-wrap .plan-feature li {
  position: relative;
  padding-left: 65px;
  width: 50%;
  margin-bottom: 70px;
}

.plan-tabs-wrap .plan-feature li:nth-child(odd) {
  padding-right: 65px;
}

.plan-tabs-wrap .plan-feature li:nth-child(even) {
  padding-left: 145px;
}

.plan-tabs-wrap .plan-feature li h5 {
  margin-bottom: 5px;
  position: relative;
  font-weight: normal;
}

.plan-tabs-wrap .plan-feature li h5:before {
  content: url(../images/icon/check-white.png);
  position: absolute;
  top: 3px;
  left: -65px;
}

.plan-tabs-wrap #basic .plan-feature li h5:before {
  content: url(../images/icon/check-black.png);
}

/*_______________________ FAQ Section _______________________*/
.faq-section .title {
  text-align: center;
  padding-bottom: 30px;
}

.accordion-one .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

.accordion-one .panel-heading h6 a {
  border-top: 1px solid #dee0e7;
  font-size: 20px;
  color: #101530;
  padding: 35px 55px 35px 30px;
  display: block;
  position: relative;
}

.accordion-one .panel:last-child .panel-heading h6 a {
  border-bottom: 1px solid #dee0e7;
}

.accordion-one .panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.accordion-one .panel-group .panel-heading a:before {
  content: url(../images/icon/down.png);
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-one .panel-group .panel-heading.active-panel a:before {
  content: url(../images/icon/up.png);
}

.accordion-one .panel-group .panel-heading.active-panel a {
  border-bottom-color: transparent !important;
}

.accordion-one .panel-group .panel-body {
  border: none;
  padding: 0 24% 34px 30px;
  position: relative;
  z-index: 99;
}

#parentVerticalTab {
    width: 100%;
    padding: 0px;
	margin: 30px 0px ! important;
}

/*_______________________ Theme Inner Banner _______________________*/
.theme-inner-banner {
  text-align: center;
  padding: 72px 0 95px 0;
}

.theme-inner-banner .banner-title {
  font-size: 50px;
  line-height: 70px;
  padding: 0 0 35px;
}

.theme-inner-banner p {
  line-height: 22px;
  padding: 0 100px;
}

/*______________________ Contact Info Box ____________________*/
.contact-info-box .single-box {
  border: 1px solid #dee0e7;
  text-align: center;
  border-radius: 5px;
  padding: 54px 30px 55px;
}

.contact-info-box .single-box .icon-box .icon {
  width: 124px;
  height: 124px;
  margin: auto;
}

.contact-info-box .single-box .title {
  padding: 30px 0;
}

.address-wrapper {
  padding: 100px 95px 0;
}

.address-wrapper .single-block {
  text-align: center;
  padding: 46px 50px 30px 50px;
}

.address-wrapper .single-block.border-fix {
  border-right: 1px solid #dee0e7;
}

.address-wrapper .single-block h6 {
  padding-bottom: 15px;
}

.address-wrapper .single-block p {
  font-size: 16px;
}

/*______________________ How It Works ____________________*/
.how-it-works {
  background: linear-gradient(120deg, #37d0e0 0%, #2676e4 100%);
  padding: 130px 0 45px 0;
}

.how-it-works .main-wrapper {
  padding: 0 40px;
}

.how-it-works .main-wrapper .row {
  margin: 0 -80px;
}

.how-it-works .main-wrapper .row [class*="col-"] {
  padding: 0 80px;
}

.how-it-works .main-wrapper .row.single-block {
  margin-bottom: 125px;
}

.how-it-works .single-block.block-one .text {
  margin-top: 115px;
}

.how-it-works .single-block.block-two .img-box {
  margin-top: 60px;
}

.how-it-works .single-block.block-three .text {
  margin-top: 38px;
}

.how-it-works .single-block .text .number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 26px;
}

.how-it-works .single-block .text .title {
  font-size: 40px;
  color: #fff;
  padding: 38px 0 18px 0;
}

.how-it-works .single-block .text p {
  color: #fff;
}

.how-it-works .single-block .text .condition {
  margin-top: 24px;
}

.how-it-works .single-block .img-box .svg-img {
  max-width: none;
  width: 465px;
}

.how-it-works .single-block.block-two .img-box .svg-img {
  max-width: none;
  width: 494px;
}

.how-it-works .single-block .img-box .hiw-img-slider .svg-img {
  max-width: 100%;
}

/*_______________________ Join our community _______________________*/
.get-started-banner {
  background: #eff2f7;
  padding: 85px 0 90px 0;
  text-align: center;
}

.get-started-banner .title {
  padding-bottom: 35px;
}

.get-started-banner ul li {
  display: inline-block;
  padding: 0 22px;
  vertical-align: middle;
}

.get-started-banner ul li:not(:first-child) a {
  font-size: 38px;
  color: #101530;
}

.get-started-banner ul li:not(:first-child) a.apple-icon {
  font-size: 48px;
}

/*_____________________ Legal Information Page _____________________*/
.legal-information-section {
  padding: 42px 0 160px 0;
}

.legal-information-section .information-nav ul li a {
  color: #8890a3;
  line-height: 45px;
}

.legal-information-section .information-text {
  padding-right: 135px;
}

.legal-information-section .information-text .main-title {
  padding-bottom: 20px;
}

.legal-information-section .information-text .sub-title {

  font-size: 22px;
  padding: 40px 0 30px 0;
}

.legal-information-section .information-nav .nav-button {
  display: none;
}

/*______________________ How It Works ____________________*/
.security-section .main-wrapper {
  padding: 0 40px;
}

.security-section .main-wrapper .row {
  margin: 0 -80px;
}

.security-section .main-wrapper .row [class*="col-"] {
  padding: 0 80px;
}

.security-section .main-wrapper .row.single-block {
  margin-bottom: 110px;
}

.security-section .single-block .text {
  margin-top: 197px;
}

.security-section .single-block .text .title {
  font-size: 40px;
  padding: 0 0 18px 0;
}

.security-section .single-block .img-box .svg-img {
  max-width: none;
  width: 495px;
}

.security-section .main-wrapper .row.single-block:nth-child(odd) .svg-img {
  float: right;
}

.security-section .main-wrapper .row.single-block:last-child {
  margin-bottom: 0;
}

/*____________________________ Help Center ________________________*/
.help-center-header {
  position: relative;
  padding: 35px 0;
}

.help-center-header .logo {
  float: left;
  margin-top: -7px;
}

.help-center-header .logo img {
  width: 110px;
}

.help-center-header .logo img,
.help-center-header .logo h5 {
  display: inline-block;
  vertical-align: middle;
}

.help-center-header .logo h5 {
  font-size: 18px;
  margin-left: 15px;
}

.help-center-header ul {
  float: right;
}

.help-center-header ul li {
  display: inline-block;
}

.help-center-header ul li a {
  text-transform: capitalize;
  margin-left: 20px;
}

.help-center-header ul li a:hover {
  text-decoration: underline;
}

.help-page-search-form {
  padding: 65px 0 100px;
}

.help-page-search-form .form-wrapper {
  width: 55%;
  margin: 0 auto;
}

.help-page-search-form .form-wrapper .title {
  text-align: center;
  font-size: 38px;
  padding-bottom: 10px;
}

.help-page-search-form .form-wrapper p {
  text-align: center;
  padding-bottom: 35px;
}

.help-page-search-form .form-wrapper form input {
  width: 100%;
  height: 55px;
  border: 1px solid #edeef1;
  padding: 0 25px;
  border-radius: 5px;
}

.help-page-search-form .form-wrapper form input:focus {
  box-shadow: 0 2px 4px 0 #E5F0FA;
}

.help-page-search-form .form-wrapper form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #afb4c0;
  opacity: 1;
  /* Firefox */
}

.help-page-search-form .form-wrapper form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #afb4c0;
}

.help-page-search-form .form-wrapper form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #afb4c0;
}

.help-articles {
  background: #eff2f7;
  padding: 100px 0 70px 0;
  border-bottom: 1px solid #E5F0FA;
}

.help-articles .single-help-box {
  background: #fff;
  border: 1px solid #edeef1;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.help-articles .single-help-box:hover {
  box-shadow: 0 5px 4px 0 #E5F0FA;
}

.help-articles .single-help-box a {
  display: block;
  padding: 35px 25px;
  min-height: 183px;
}

.help-articles .single-help-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.help-articles .single-help-box p {
  font-size: 15px;
  color: #8890a3;
}

.help-footer {
  padding: 30px 0;
}

.help-footer div {
  font-size: 16px;
}

/*______________________________ Performance Table ____________________________*/
.full-performance-history {
  padding: 0 80px;
}

.full-performance-history table {
  margin: 0;
  border: none;
}

.performance-monthly-table-sheet thead th {
  background: #eff2f7;
  color: #101530;
  font-size: 16px;
  border: 1px solid #dee0e7;
  padding: 11px 2px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

.performance-monthly-table-sheet tbody .year-name {
  color: #101530;
  font-size: 16px;
  font-weight: normal;
}

.performance-monthly-table-sheet tbody th,
.performance-monthly-table-sheet tbody td {
  vertical-align: middle;
  text-align: center;
  padding: 23px 5px;
  border: 1px solid #dee0e7;
}

.performance-monthly-table-sheet tbody td {
  font-size: 14px;
}

.performance-monthly-table-sheet tbody .profit-return,
.fund-information-table table .text.profit-balance,
.full-performance-history .weekly-performance-data .week-data .profit-return {
  color: #4a9aef;
}

.performance-monthly-table-sheet tbody .loss-return,
.fund-information-table table .text.loss-balance,
.full-performance-history .weekly-performance-data .week-data .loss-return {
  color: #f14c5d;
}

.performance-monthly-table-sheet {
  position: relative;
}

.performance-monthly-table-sheet tbody tr:last-child th {
  border: none;
}

.performance-monthly-table-sheet tbody .total-return {
  background: #4a9aef;
  color: #fff;
  padding: 0;
  border: none;
  font-size: 16px;
}

/*__________________________ FUND Facts __________________________ */
.fund-facts {
  background: #eff2f7;
  padding: 88px 0 70px 0;
}

.fund-facts .title {
  text-align: center;
  padding-bottom: 80px;
}

.fund-facts ul {
  margin: 0 -15px;
  padding: 0 70px;
}

.fund-facts ul li {
  float: left;
  padding: 0 15px;
  width: 50%;
  margin-bottom: 40px;
}

.fund-facts ul li .heading {
  font-weight: normal;
  font-size: 20px;
  width: 55%;
  float: left;
}

.fund-facts ul li .value {
  float: left;
  width: 45%;
  font-size: 18px;
}

.fund-facts .download {
  text-decoration: underline;
  margin-top: 20px;
  font-size: 18px;
}

/*____________________________ Invest Chart __________________________*/
.invest-chart .title {
  text-align: center;
  padding-bottom: 120px;
}

.invest-chart .main-wrapper .chart {
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

.invest-chart .main-wrapper .text {
  padding-top: 75px;
}

.invest-chart .main-wrapper .text h5 {
  font-weight: normal;
  padding-bottom: 33px;
}

.invest-chart .main-wrapper .text ul li {
  padding: 0 185px 35px 0;
}

.invest-chart .main-wrapper .text ul li .cur-name {
  float: left;
  font-size: 20px;
  color: #101530;
  line-height: 30px;
}

.invest-chart .main-wrapper .text ul li .cur-name img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
}

.invest-chart .main-wrapper .text ul li .value {
  float: right;
  font-size: 20px;
  line-height: 30px;
}

/*____________________________ 404 page  _______________________*/
.error-page .main-wrapper {
  text-align: center;
  padding: 0 0 50px;
}

.error-page .main-wrapper img {
  width: 845px;
  margin: 0 auto;
}

.error-page .main-wrapper h2 {
  font-size: 50px;
  line-height: 70px;
  margin: -26px 0 42px;
}

/*___________________________ How Affiliate Works ______________________*/
.how-afiliate-works .wrapper {
  padding: 0 150px;
}

.how-afiliate-works h2 {
  font-size: 40px;
  padding: 34px 0 32px 0;
}

.how-afiliate-works ul li {
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 30px 55px;
  position: relative;
}

.how-afiliate-works ul li .num {
  width: 30px;
  height: 30px;
  border: 2px solid #66a6ff;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.how-afiliate-works img {
  float: right;
  max-width: 278px;
}

/*____________________feature__________________________*/
.col-lg-6{
	width: 445px;
}




/*______________________ Affiliate Features _________________________*/
.affiliate-features {
  background: linear-gradient(120deg, #68e4f1 0%, #66a6ff 100%);
  padding: 85px 0 0 0;
}

.affiliate-features .section-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding-bottom: 75px;
}

.affiliate-features .wrapper {
  padding: 0 65px;
}

.affiliate-features h5,
.affiliate-features p {
  color: #fff;
}

.affiliate-features h5 {
  padding-bottom: 32px;
  font-weight: normal;
}

.affiliate-features .single-feature {
  padding-bottom: 88px;
}

.affiliate-features .row {
  margin: 0 -30px;
}

.affiliate-features .row [class*="col-"] {
  padding: 0 30px;
}

#header.header-scrolled {
  background: #fff !important;
  padding: 0px;
  box-shadow: 0 0 11px #00000021;
  border-bottom: 2px solid #fff;
}

#header.header-transparent {
  background: #FFF;
}

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(103, 176, 209, 0.8);
}

.mb-3 {
  margin-bottom: 10px;
}

.df {
  display: flex;
}

.fot i {
  margin-top: 10px;
  font-size: 22px;
}

.fot p {
  margin-left: 15px;
  margin-top: 5px;
}

.fpt {
  margin-top: 5px;
}

#footer .copyright {
  border-top: 1px solid black;
  padding-top: 16px;
}

/* .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #15a958;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;

} */


.social-links a:hover {
  /*  background: #fff;
 */
  color: #15a958;
  text-decoration: none;
}

.mb-2 {
  margin-bottom: 10px;
}

.mt-29 {
  margin-top: 20px;
}

/*Timeline*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: rgb(0, 0, 0);
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border-radius: 2px;
  padding: 20px 20px 50px 20px;
  position: relative;
  background: transparent;
  border: 3px solid #000;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 24px;
  right: -18px;
  display: inline-block;
  border-top: 17px solid transparent;
  border-left: 17px solid #000;
  border-right: 0 solid #000;
  border-bottom: 18px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;

  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #000201;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li:first-child>.timeline-badge {
  position: absolute;
  top: 1%;
  left: 50%;
}

.timeline>li>.timeline-end>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #000201;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
}

.timeline>li>.timeline-end>.caption {
  top: 110%;
  left: 45%;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px 20px 50px 20px;
  position: absolute;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #FFF;
  width: 300px;
}

.timeline>li {
  margin-top: -25%;
}

.timeline>li:first-child {
  margin-top: -27px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline>li .timeline-heading .timeline-title {
  text-align: right;
}

.timeline>li.timeline-inverted .timeline-heading .timeline-title {
  text-align: left;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body img {
  margin: 30px auto;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.final-frase {
  font-size: 28px;
  margin-top: 20px;
}

.final-frase span {
  color: #15a958;
  font-weight: bold;
}

.os-im {
  height: auto;
  width: 100%;
}

.sm {
  height: auto;
  width: 80%;
}

.sec3-bg {
  background-color: #edf8f2;
}

.timeline-heading h2 {
  color: #000;
}

.timeline-body h2 {
  color: #000;
}

.mtp {
  margin-top: 10px;
}

.fa {
  font-size: 20px !important;
}

.wow .fa {
  font-size: 35px !important;
}

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #00a757;
  position: absolute;
  top: 19%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px !important;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #edf8f2;
  top: 89px;
  right: -30px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  /* border: 3px solid #ec496e; */
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  /* background: #ec496e; */
  position: absolute;
  top: 13px;
  left: 0
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #00a757;
  text-transform: uppercase;
  margin: 0 0 5px
}

.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 24px;

  margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0
}


.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #00a757;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f
}



.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #00a757;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800
}



.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #00a757;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px
  }

  .main-timeline .timeline-content {
    margin-top: 75px
  }
}

@media only screen and (max-width:990px) {
  .main-timeline .timeline {
    margin: 0 0 10px
  }

  .main-timeline .timeline-icon {
    left: 25%
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%
  }

  .main-timeline .timeline-content {
    margin-top: 64px
  }

  .pd-faq {
    padding: 1px 13px !important;
  }

}

@media only screen and (max-width:767px) {
  .main-timeline {
    padding-top: 50px
  }

  .sec-timg {
    float: unset !important;
  }

  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0
  }

  .main-timeline .timeline {
    margin-bottom: 70px
  }

  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0
  }

  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0
  }

  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto
  }

  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px
  }

  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px
  }

  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px
  }

  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px
  }

  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0)
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px
  }

  .dsf {
    display: flex;
  }


}

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

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 40px;
    margin-top: 15px !important;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px
  }

  .t-mt1 {
    margin-top: 2px !important;
  }

  .main-timeline:before {
    left: 20px;
    right: 0;
    margin: 0
  }

  .main-timeline .timeline:before {
    top: 0;
    left: 20px;
    right: 0;
    margin: 0
  }

  .mst {
    margin-top: -72px;
  }

  .dsf {
    display: flex;
  }

  section.page-header {
    text-align: center;
    margin: 30px 0 50px 0 !important;

  }


}

@media only screen and (max-width:1150px) {
  .resp-vtabs li.resp-tab-active {
    width: 80% !important;
  }
}

@media only screen and (max-width:1350px) {
  .resp-vtabs li.resp-tab-active {
    width: 83% !important;
  }
}


.lg1 p {

  margin: 3px 20px;
}

.mrn {
  margin: 0px 6px;
}

.sec-timg {
  float: right;
}

.t-mt1 {
  margin-top: -345px !important;
}

.btn {
  border: 2px solid #000 !important;
  background: #000;

  color: #15a958;
  box-shadow:
    inset 0 -1px 1px rgba(55, 55, 55, 0.5),
    /*bottom internal shadow*/
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    /*top internal highlight*/
    0 0 1px black;
}

.btn:hover {
  border: 2px solid #000 !important;
  background: #fff;

  color: #15a958;

}


.ficon {
  vertical-align: middle;
}

.ms1 {
  margin-right: 6px;
}

.fot-i i {
  font-size: 14px !important;
  color: #fff;
}


.download {
  width: 200px;
  height: 68px;
  background: black;
  float: left;
  border-radius: 5px;
  position: relative;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.download>.fa {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.df1,
.dfn {
  position: absolute;
  left: 70px;
}

.df1 {
  top: 15px;
  font-size: .68em;
}

.dfn {
  top: 29px;
  font-size: 1.08em;
}

.download:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.dsf {
  display: flex !important;
}

section.page-header {
  position: relative;
  padding: 50px 0 50px 0;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  background-color: #00a757;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

section.padding-xs {
  padding: 60px 0;
}

.nomargin {
  margin: 0 !important;
}

.blog-post-item {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 60px;
  border-bottom: #eee 1px solid;
  position: relative;
}

.blog-post-item h3 {
  letter-spacing: 0;
  font-size: 22px;
  margin-bottom: 10px;
}

ul.blog-post-info {
  display: block;
  border-bottom: #eaeaea 0px dotted;
  padding-bottom: 20px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.cr .heading-title h2 {
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.cr .heading-border-bottom.heading-color {
  border-bottom: 2px solid #00a656;
  margin-bottom: 30px;
}

.size-20 {
  font-size: 20px !important;
  line-height: 26px !important;
}

.size-38 {
  font-size: 38px;
  line-height: 45px !important;

}

.cr .btn {
  border-radius: 20px;
  background-color: #fff;
  border-color: #000;
  box-shadow: none;
  padding: 6px 25px;
}

.cr .btn:hover {
  border-radius: 20px;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.page-header h1 {
  color: #fff !important;
}

.fr {
  width: 85%;
  height: auto;
}

.sec-2 .section-spacing-1 {
  padding-top: 90px;
  padding-bottom: 50px;
}


.section-spacing-faq {
  padding-top: 50px;
  padding-bottom: 500px;
}




.hide {
  display: none;
}

dt {
  font-size: 19px;
  color: #00a656;
  margin-bottom: 20px;
  margin-left: 26px;
  cursor: pointer;
}

/* Triangle list item */
dt:before {
  content: "";
  border-color: transparent #00a656;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 17px;
  position: relative;
}

dd {
  padding: 20px;
  background: #FDFCFA;
  border-radius: 5px;
  border: 1px solid #00a656;
  margin: 20px 0 30px;
  position: relative;
}

/* Triangle in definition container */
dd:after,
dd:before {
  bottom: 100%;
  left: 6%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

dd:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #00a656;
  border-width: 15px;
  margin-left: -15px;
}

dd:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #00a656;
  border-width: 17px;
  margin-left: -17px;
}

.bd {
  border-color: rgb(0, 167, 87) !important;

}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid rgb(0, 0, 0) !important;
}
a.telegram img {
    width: 48px;
    padding: 5px;
}


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #00a757; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}