/*===================== TABLE OF CONTENT =======================
1: Google Fonts
2: General Styling 
3: Header 
4: Responsive Header
5: Banner
6: Section Heading
7: Features Section 
8: Video Section 
9: Features Slider
10: Cool Features
11: Testimonial
12: Pricing Table 
13: Team 
14: Subscription
15: FAQs
16: Download App Section
17: News Section 
18: Contact Us Section
19: Footer
20: Blog Grid page
21: Pagination
22: Blog Classic page
23: Sidebar
24: Blog Detail page
25: Coming Soon page
=============================================================*/

/*==== Fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Arimo|Montserrat:400,400i,500,600,700|Raleway:700");

html {
  scroll-behavior: smooth;
}

/*==== General Styling ====*/
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #222222;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
ul.affiliate-points li {
  list-style-type: disc;
  margin-bottom: 0 !important;
}
.upper-footer .widget h4 {
  color: white;
}
a,
a:hover {
  outline: none;
  text-decoration: none;
}
.container {
  max-width: 1170px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;

  font-weight: 500;
}
p {
  color: #000000;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
a.banner-cta {
  background: #071649;
  width: 78%;
  display: block;
  text-align: center;
  color: #3dbcb8;
  padding: 10px 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Rubik";
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
}
#header.sticky .logo {
  margin-top: 6px;
}
nav ul li > a,
.header-btn,
ul.social-media-icons li > a,
ul.social-media-icons li > a i,
.theme-btn,
.member-overlay,
.faq-no,
.news-content h4,
.news-meta li,
.footer-social-media > li,
.links-widget > li,
.latest-app-widget > li,
#top-page,
.testi-navigation li span,
.page-link,
.search-here button,
.category-widget ul li,
.popular-post-item h5,
.tags-widget ul li > a,
.blog-content h4,
.post-tags li > a,
.author-social-media li a,
.post-btn,
.responsive-menu ul li,
.submenu,
.responsive-menu ul ul > li {
  transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}
.theme-btn {
  display: inline-block;
  padding: 18px 38px;

  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.theme-btn:hover {
  color: #fff;
  background-color: #222222;
}
.block {
  padding: 90px 0;
  float: left;
  width: 100%;
  position: relative;
}
.no-top-pd {
  padding-top: 0 !important;
}
.no-bottom-pd {
  padding-bottom: 0 !important;
}
.block.p-120 {
  padding: 120px 0;
}
.block.p-130 {
  padding: 130px 0;
}
.block.p-140 {
  padding: 90px 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.blue-bg {
  background-color: #3f7dfb;
}
.bg-img {
  background-color: #071649;
}
.parallax {
  position: relative;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 150px 0px;
}
.parallax::before {
  content: "";
  display: block;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*==== Header =====*/

#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 1;
}
#header .logo img {
  max-width: 100px;
}
.logo {
  float: left;
  /* padding: 20px 0; */
  /* margin-top: 15px; */
}
#primary-menu {
  float: right;
  padding: 20px 0px;
}
nav ul {
  padding: 0;
  margin: 0;
  float: left;
}
nav ul li {
  list-style: none;
  float: left;
  color: #ffffff;
  font-family: "Rubik";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
nav ul li > a {
  color: inherit;
  padding: 17px;
  display: block;
}
.submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 12px 15px;
}
nav ul li ul > li {
  float: none;
  display: block;
  padding: 0 5px;
  margin: 3px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
}
nav ul li ul > li:last-child {
  border-bottom: none;
}
nav ul li ul > li > a {
  padding: 9px 15px;
}
nav > ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-btn {
  padding: 13px 39px;
  border: 1px solid;
  border-radius: 8px;
  display: inline-block;
  font-size: 15px;
  margin-left: 27px;
  margin-top: 3px;
}
.header-btn:hover {
  color: #fff;
}
#header.sticky {
  position: fixed;
  background-color: #071649;
  top: 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  padding: 1px 0px;
}

#header.sticky #primary-menu {
  float: right;
  padding: 12px 0px;
}

#header.sticky .logo img {
  max-width: 70px;
}
/*==== Responsive Header ====*/
#responsive-header {
  display: none;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.responsviemenu-btn {
  color: #fff;
  cursor: pointer;
  float: right;
  height: 38px;
  line-height: 38px;
  margin-right: 5px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 38px;
  border-radius: 3px;
}
.responsive-menu {
  background: #f9f9f9 none repeat scroll 0 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  padding: 35px 22px 10px 22px;
  width: 80%;
  position: fixed;
  visibility: hidden;
  text-align: left;
  top: -100%;
  z-index: 999;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.close-btn {
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  right: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}
.responsive-menu.slidein {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.responsive-menu ul {
  padding: 0;
  margin: 0;
}
.responsive-menu ul li {
  list-style: none;
  margin: 5px 0;
}
.responsive-menu ul li a {
  color: inherit;
  padding: 5px 0;
  display: block;
}
#responsive-header .header-btn {
  padding: 10px 22px;
  margin-left: 0;
}
#responsive-header.sticky {
  position: fixed;
  background-color: #fff;
  top: 0;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.4);
  padding: 10px 0 5px 0;
}
#responsive-header.sticky img {
  width: 80px;
}
.responsive-menu ul ul {
  display: none;
}

/*==== Banner =====*/
.banner-bg {
  background: url("../images/resource/banner-bg.png");
  /* background: #e7eef1; */
  padding: 230px 0 0px 0;
  padding: 150px 0 0px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* min-height: 100vh; */
}
.banner_text {
  font-family: "Rubik";
  font-size: 85px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #071649;
  margin: 0;
  margin-left: -8px;
}
span.banner-para {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 20px;
  max-width: 90%;
  display: inline-block;
  margin-bottom: 20px;
  color: #071649;
}
.no-pad-mob span.banner-para {
  font-size: 18px;
  margin-bottom: 10px;
}
.no-pad-mob ul.banner-list li {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  padding: 5px;
  margin-left: 20px;
  margin-bottom: 0;
  list-style-type: disc;
}
.no-pad-mob ul.banner-list li:before {
  /* top: 5px;   
font-size: 18px;    */
}
.banner-images img:last-child {
  margin-top: 15%;
}
.banner-images img {
  width: 30%;
  max-width: 100%;
  height: 300px;
}
.banner-images {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.banner-tagline {
  font-size: 15px;
  line-height: 30px;
}
.banner-text h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 16px;
}
.banner-text p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 34px;
}
.banner-btns a {
  height: 80px;
  width: 240px;
  display: inline-block;
  border-radius: 11px;
  color: #fff;
  font-size: 18px;
  padding: 16px 40px;
  margin-right: 28px;
}
.banner-btns .small-text {
  font-size: 14px;
  display: block;
}
.banner-btns i {
  font-size: 40px;
  margin-right: 15px;
  float: left;
  line-height: 44px;
}
.banner-btns .apple-store {
  background-color: #222222;
}
.banner-btns .apple-store:hover {
  background-color: #1461ff;
  background: linear-gradient(184deg, #03174c, #051c50 10%, #45c5af 100%);
}
.banner-btns .play-store:hover {
  background-color: #000;
}
/*==== Section Heading =====*/
.sec-heading {
  margin-bottom: 30px;
}
.sec-heading h2 {
  font-size: 36px;
  line-height: 1.4em;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.sec-heading h2::before {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.sec-heading.style1 {
  text-align: center;
}
.sec-heading.style2 {
  text-align: left;
}
.sec-heading.style2 h2::before {
  left: 0;
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
/*==== Features Section =====*/
.feature-box {
  text-align: center;
  padding: 55px 35px;
}
.feature-box:hover {
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
}
.feature-box h4 {
  font-size: 24px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 12px;
}
.feature-meta > a {
  font-family: "Arimo", sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #222222;
  padding: 0px 38px;
  display: inline-block;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  margin-right: 28px;
}
.feature {
  width: 84%;
}
.feature-meta {
  margin-top: 52px;
}
.social-media-integration {
  float: right;
  padding-right: 140px;
}
ul.social-media-icons {
  padding: 0;
  margin: 0;
}
ul.social-media-icons li {
  list-style: none;
}
ul.social-media-icons li.facebook > a {
  color: #3b5999;
  position: absolute;
  top: 50px;
  left: -55px;
  line-height: 78px;
  height: 78px;
  width: 78px;
}
ul.social-media-icons li.twitter > a {
  color: #55acee;
  position: absolute;
  top: 30%;
  left: -30%;
}
ul.social-media-icons li.pinterest > a {
  color: #bd081c;
  position: absolute;
  bottom: 20%;
  left: -40px;
}
ul.social-media-icons li.skype > a {
  color: #00aff0;
  position: absolute;
  bottom: 48%;
  right: 8px;
  line-height: 78px;
  height: 78px;
  width: 78px;
}
ul.social-media-icons li.drible > a {
  color: #ea4c89;
  position: absolute;
  right: 105px;
  bottom: 8%;
}
ul.social-media-icons li > a {
  color: inherit;
  line-height: 53px;
  height: 53px;
  width: 53px;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(
    174deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  ); /* ff3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(254, 254, 254, 1)),
    color-stop(100%, rgba(246, 246, 246, 1))
  ); /* safari4+,chrome */
  background: -webkit-linear-gradient(
    174deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  ); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(
    174deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  ); /* opera 11.10+ */
  background: -ms-linear-gradient(
    174deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  ); /* ie10+ */
  background: linear-gradient(
    276deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(254, 254, 254, 1) 100%
  ); /* w3c */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border: 1px solid #fff;
}
ul.social-media-icons li > a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.social-media-integration {
  position: relative;
}
ul.social-media-icons li:hover > a {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
ul.social-media-icons li:hover > a i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.sec-feature-content {
  margin-top: 110px;
}
.sec-feature-img img {
  display: block;
  max-width: 100%;
}
/*==== Video Section =====*/
.video-sec {
  text-align: center;
  position: relative;
}
.video-icon {
  height: 98px;
  width: 98px;
  border-radius: 50%;
  line-height: 120px;
  background-color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #3d7bf9;
}
.video-icon:hover {
  color: #3d7bf9;
}
.video-icon i {
  font-size: 40px;
}
.video-sec-content > span {
  font-size: 48px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 50px;
  display: block;
}
.video-img {
  position: relative;
}
.video-img > span {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.video-img > img {
  display: block;
  width: 100%;
}
.video-sec-img {
  position: absolute;
  top: 134%;
  left: 0;
}

/*==== Cool Features =====*/
.feature-item {
  text-align: center;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.13);
  padding: 60px 20px 22px 20px;
}
.feature-item h4 {
  font-size: 20px;
  line-height: 72px;
}
.feature-item > img {
  margin-bottom: 22px;
  margin-right: auto;
  margin-left: auto;
}
.cool-feaures {
  position: relative;
  padding-bottom: 50px;
}
.cool-feaures::before {
  content: "";
  background-color: #222222;
  height: 5px;
  width: 50px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cool-feaures > div {
  position: relative;
}
.cool-feaures > div::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -57px;
  left: 46%;
}
.cool-feaures > div::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -57px;
  right: 46%;
}
.cool-features-slider .slick-track {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cool-features-slider .slick-list {
  padding: 10px 15px 10px 15px !important;
}
/*==== Testimonial =====*/
.testi-item {
  float: left;
  width: 47%;
  margin: 0 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  padding: 85px 35px 35px 45px;
  margin-top: 42px;
}
.testimonial-slider {
  margin: 0 -15px;
  float: left;
  width: 100%;
}
.testi-item img {
  border-radius: 50%;
  border: 2px solid;
}
.testi-item > span {
  position: absolute;
  top: -52px;
  left: 35px;
}
.testi-item p {
  color: #888888;
  line-height: 36px;
  margin-bottom: 6px;
}
.testi-person h5 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.testi-person span {
  font-size: 14px;
}
.testi-person {
  float: right;
}
.client-reviews {
  position: relative;
}
.testi-navigation {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -92px;
  right: 29px;
}
.testi-navigation li {
  list-style: none;
  cursor: pointer;
  float: left;
  margin-left: 10px;
}
.testi-navigation li span {
  height: 40px;
  width: 40px;
  border: 1px solid #222222;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #222222;
  display: inline-block;
}

/*==== Pricing Table =====*/
.price-table {
  text-align: center;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.14);
  position: relative;
}
.table-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 0;
}
.price-value {
  background-color: #ebebeb;
  text-align: center;
  padding: 17px 0;
}
.price-box {
  display: inline-block;
}
.price-value h1 {
  font-size: 72px;
  font-weight: 600;
  float: left;
}
.price-value h1 > span {
  font-size: 39px;
  position: relative;
  top: -25px;
  font-weight: 700;
  margin-bottom: 0;
}
.price-value .lower-text {
  font-weight: 700;
  font-size: 16px;
  margin-top: 50px;
  display: inline-block;
  margin-left: -61px;
}
.price-value .upper-text {
  font-weight: 700;
  font-size: 24px;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.table-list {
  padding: 0;
  margin: 0;
}
.table-list li {
  list-style: none;
  color: #777777;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  padding: 20px 0;
}
.table-list li:last-child {
  border-bottom: none;
}
.table-list {
  background-image: url("../images/resource/table-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 50px 55px 50px;
}
.price-table a.theme-btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
/*==== Team =====*/
.member-name {
  font-size: 20px;
  line-height: 30px;
  color: inherit;
  margin-bottom: 3px;
}
.member-designation {
  font-size: 14px;
  line-height: 30px;
}
.team-item {
  color: #fff;
  text-align: center;
}
.member-overlay {
  position: absolute;
  height: 0;
  width: 92%;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  border-radius: 10px;
  background-color: rgba(0, 92, 255, 0.7);
}
.member-img {
  position: relative;
}
.member-img > img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.member-info {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0;
  width: 100%;
}
.team-item:hover .member-overlay {
  height: 92%;
}
.team-item:hover .member-info {
  opacity: 1;
  bottom: 30px;
  transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -webkit-transition: all 0.8s ease-in;
}
/*==== Subscription =====*/
.sub-text {
  padding-right: 44px;
}
.sub-text p {
  font-size: 18px;
  margin-bottom: 0;
}
#subscription-form input {
  height: 56px;
  border: 2px solid #dddddd;
  border-radius: 10px;
  font-size: 16px;
  color: #bbbbbb;

  padding: 15px 30px;
  margin-bottom: 20px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000 !important;
}
#subscription-form .theme-btn {
  border: none;
  margin-top: 10px;
}
.sub-form {
  margin-top: 20px;
}
/*==== FAQs =====*/
.faq-item {
  margin-bottom: 40px;
}
.faq-no {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  display: inline-block;
  float: left;
  box-shadow: -2px 4px 2px 0px #777777;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
}
.faq-content > h4 {
  font-size: 19px;
  margin-bottom: 15px;
}
.faq-content {
  padding-left: 90px;
}
/*==== Download App Section =====*/
.blue-bg .sec-heading h2 {
  color: #fff;
}
.blue-bg .sec-heading h2::before {
  background-color: #fff;
}
.download-app-sec p {
  color: #fff;
  width: 40%;
  margin: 0 auto;
}
.download-app-sec {
  text-align: center;
}
.download-app-sec .banner-btns .play-store {
  background-color: #fff;
}
.download-app-sec .banner-btns .apple-store {
  color: #fff;
}
.download-app-sec .banner-btns {
  margin-top: 55px;
}
/*==== News Section =====*/
.news-item {
  float: left;
  width: 100%;
}
.news-img > img {
  width: 100%;
  display: block;
}
.news-content h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.news-content h4 > a {
  color: inherit;
}
.news-meta {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.news-meta li {
  list-style: none;
  float: left;
  color: #777777;
  font-size: 15px;
  margin-right: 20px;
}
.news-meta li > a {
  color: inherit;
}
.news-meta li i {
  margin-right: 10px;
}
/*==== Contact Us Section =====*/
#contact-us .form-control {
  height: 50px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  color: #999999;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}
#contact-us textarea.form-control {
  height: 250px;
}
#contact-us .row > div {
  position: relative;
}
#contact-us i {
  position: absolute;
  right: 42px;
  font-size: 16px;
  color: #dddddd;
  top: 18px;
}
#contact-us input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999 !important;
  opacity: 1; /* Firefox */
}

#contact-us input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999 !important;
}

#contact-us input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999 !important;
}
#contact-us .theme-btn {
  border: none;
  margin: 10px auto 0 auto;
  display: block;
}
/*==== Footer =====*/
footer {
  float: left;
  width: 100%;
}
.upper-footer {
  padding-top: 90px;
  padding-bottom: 20px;
}
.about-widget p {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.footer-social-media li.social-heading {
  font-size: 18px;
  margin-bottom: 15px;
  float: none;
}
.footer-social-media > li {
  list-style: none;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  color: #222222;
}
.footer-social-media > li a {
  color: inherit;
}
.footer-social-media {
  margin: 0;
  padding: 0;
}
.widget-title {
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 400;
}
.links-widget {
  margin: 0;
  padding: 0;
}
.links-widget > li {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
  list-style: none;
  margin-bottom: 2px;
}
.links-widget > li a {
  color: inherit;
}
.latest-app-widget {
  margin: 0;
  padding: 0;
}
.latest-app-widget > li {
  list-style: none;
  color: #777777;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 2px;
}
.latest-app-widget > li a {
  color: white;
}
.upper-footer .logo-title,
#responsive-header .logo-title {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 24px;
  color: white;
  letter-spacing: 0.02em;
}
#responsive-header .logo-title {
  color: #3dbcb8;
}
ul.latest-app-widget li a.footer-login-btn {
  padding: 10px 60px;
  border-radius: 7px;
  text-align: center;
  font-size: 20px;
  background: #3dbcb8;
  text-transform: capitalize;
  display: inline-block;
}
.contact-widget {
  margin: 0;
  padding: 0;
}
.contact-widget > li {
  list-style: none;
  color: #777777;
  font-size: 16px;
  line-height: 36px;
}
.contact-widget > li span {
  color: inherit;
  padding-left: 15px;
  width: 90%;
  display: inline-block;
}
.contact-widget li i {
  float: left;
  width: 5%;
  line-height: 34px;
}
.copy-right p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  margin-bottom: 0;
}
.copy-right p a {
  color: inherit;
}
.lower-footer {
  padding: 0px 0;
  background: #3dbcb8;
}
.lower-footer .copy-right ul,
ul.foot-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.lower-footer .copy-right ul li p {
  color: white;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.lower-footer .copy-right ul li,
ul.foot-icon li {
  margin: 0 35px;
}
.lower-footer .copy-right ul li:first-child,
.lower-footer ul.foot-icon li:first-child {
  margin-left: 0;
}
.lower-footer ul.foot-icon li a i {
  color: #ffffff80;
  font-size: 30px;
}
.copy-right ul li {
  position: relative;
}
.lower-footer .copy-right ul li:before {
  content: "";
  background: white;
  position: absolute;
  width: 1.5px;
  height: 100%;
  right: -40px;
}
.lower-footer .copy-right ul li:last-child:before {
  content: unset;
}
#top-page {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: fixed;
  bottom: 63px;
  right: 127px;
  display: none;
}

#top-page:hover {
  background-color: #222222;
}

/*.subscription-form-wrap .custom-select-box:hover {
    background: #0C5185;
}
.subscription-form-wrap .custom-select-box:hover label.subscription_packages p{
	color: white;
}*/
.subscription-form-wrap
  .custom-select-box:hover
  .subscription_packages
  p.days-text {
  color: #3dbcb8;
}
/*==== Blog Grid page =====*/
.page-banner {
  position: relative;
}
.page-banner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.bread-crumb {
  text-align: center;
  padding: 220px 0 150px 0;
}
.page-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 17px;
  position: relative;
}
.bread-crumb ul {
  padding: 0;
  margin: 0;
}
.bread-crumb ul li {
  list-style: none;
  font-size: 16px;
  color: #222222;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.bread-crumb ul li > a {
  color: inherit;
}
.bread-crumb ul li span {
  text-transform: uppercase;
}
.bread-crumb ul li::before {
  content: "";
  height: 2px;
  width: 5px;
  display: block;
  background-color: #222222;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.bread-crumb ul li:last-child::before {
  display: none;
}
/*==== Pagination =====*/
.pagination {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.pagination li {
  font-size: 14px;
  color: #666666;
  margin-right: 10px;
  display: inline-block;
}
.pagination li > a {
  color: inherit;
  border: 1px solid #cccccc;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  width: 100px;
  border-radius: 0;
}
.page-item:first-child .page-link i {
  margin-right: 8px;
}
.page-item:last-child .page-link i {
  margin-left: 8px;
}
.page-link:hover {
  color: #fff;
}
/*==== Blog Classic page =====*/
.news-content p {
  margin-top: 25px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.news-list .news-item {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.news-list .news-content h4 {
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 15px;
  margin-top: 24px;
}
/*==== Sidebar =====*/
.sidebar {
  padding-left: 20px;
}
.search-here input {
  height: 60px;
  border: 1px solid #dddddd;
  padding: 12px 20px;
  font-size: 14px;
  color: #888888;
  width: 100%;
}
.search-here button {
  background-color: transparent;
  border: none;
  color: #888888;
  position: absolute;
  right: 22px;
  top: 19px;
}
.search-here form {
  position: relative;
}
.search-here input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888888 !important;
  opacity: 1; /* Firefox */
}

.search-here input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888888 !important;
}

.search-here input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #888888 !important;
}
.search-here input::-webkit-input-placeholder {
  color: #888888 !important;
}
.sidebar-widget-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}
.widget {
  margin-bottom: 70px;
  float: left;
  width: 100%;
}
.category-widget ul {
  padding: 0;
  margin: 0;
}
.category-widget ul li {
  list-style: none;
  font-size: 16px;
  padding: 18px 0;
  color: #888888;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  float: left;
}
.category-widget ul li:last-child {
  border-bottom: none;
}
.category-widget ul li > a {
  color: inherit;
  float: left;
}
.category-widget ul li span {
  float: right;
}
.popular-post-item h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.popular-post-item h5 a {
  color: inherit;
}
.popular-post-item span {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  display: block;
}
.popular-img {
  float: left;
}
.popular-text {
  padding-left: 100px;
}
.popular-post-item {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 35px;
}
.popular-post-item:last-child {
  border-bottom: none;
}
.widget > span {
  font-size: 16px;
  float: right;
  color: #888888;
  margin-top: -65px;
}
.insta-images {
  padding: 0;
  margin: 0;
}
.insta-images li {
  list-style: none;
  float: left;
  margin-right: 10px;
  width: 30%;
  margin-bottom: 10px;
}
.insta-images img {
  width: 100%;
  display: block;
}
.tags-widget ul {
  margin: 0;
  padding: 0;
}
.tags-widget ul li {
  list-style: none;
  float: left;
  color: #888888;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags-widget ul li a {
  border: 1px solid #dddddd;
  display: inline-block;
  color: inherit;
  padding: 10px 20px;
  background-color: #fff;
}
.tags-widget ul li:hover a {
  color: #fff;
}
/*==== Blog Detail page =====*/
.blog-content > h4 a {
  color: inherit;
}
.blog-content > h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 48px;
}
.blog-content .news-meta {
  margin-bottom: 20px;
}
blockquote {
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  padding: 55px 36px;
  margin-top: 35px;
  margin-bottom: 45px;
  background-position: center !important;
  background-size: cover !important;
}
blockquote::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
blockquote p {
  font-size: 17px;
  color: #fff;
  font-style: italic;
  line-height: 36px;
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
}
blockquote p::before {
  content: "";
  display: block;
  width: 3px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
}
.post-tags {
  margin: 25px 0 60px 0;
  padding: 0;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 22px 45px;
}
.post-tags li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
}
.post-tags span {
  font-size: 16px;
  margin-right: 42px;
  margin-bottom: 0;
  line-height: 40px;
  color: #222;
  font-weight: 500;
}
.post-tags li > a {
  background-color: #222222;
  padding: 10px 18px;
  color: inherit;
  display: inline-block;
}
.about-author {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 35px 65px;
  margin-bottom: 80px;
}
.author-social-media {
  margin: 0;
  padding: 0;
}
.author-social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.author-social-media li a {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: transparent;
}
.author-social-media li a:hover {
  color: #fff;
}
.author-social-media h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 36px;
  display: inline-block;
}
.author-content {
  float: left;
  width: 75%;
  text-align: right;
  padding-right: 35px;
  padding-top: 16px;
}
.author-img {
  float: left;
  width: 25%;
}
.author-content > p {
  margin-top: 15px;
  margin-bottom: 0;
}
.comments-thread {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-thread > h3 {
  font-size: 30px;
  line-height: 29px;
  margin-bottom: 55px;
}
.comments-thread > ul {
  margin: 0;
  padding: 0;
}
.comments-thread > ul > li > ul {
  padding: 0 0 0 70px;
  margin: 0;
}
.comments-thread > ul > li > ul .comment-content {
  padding: 30px 18px 30px 55px;
}
.comments-thread ul li {
  list-style: none;
}
.comment > img {
  float: left;
  margin-top: 30px;
}
.comment {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.comment-content {
  padding: 30px 40px 30px 55px;
  margin-left: 100px;
  background-color: #f7f7f7;
}
.comment-content > h4 {
  font-size: 16px;
  float: left;
  margin-bottom: 0;
  line-height: 28px;
}
.comment-content > span {
  font-size: 12px;
  color: #888888;
  line-height: 30px;
  margin-left: 15px;
}
.comment-content p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  margin-top: 9px;
  margin-bottom: 10px;
}
.comment-content > a {
  font-size: 14px;
  font-weight: 500;
}
.leave-comment > h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#comment-form .form-control {
  height: 50px;
  border-radius: 0;
  border: 2px solid #dddddd;
  margin-bottom: 30px;
  padding: 12px 25px;
  font-size: 14px;
  color: #aaaaaa;
}
#comment-form textarea.form-control {
  height: 190px;
}
#comment-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd !important;
  opacity: 1; /* Firefox */
}

#comment-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dddddd !important;
}

#comment-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dddddd !important;
}
.post-btn {
  background-color: #222222;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 13px 28px;
  display: inline-block;
  margin-top: 10px;
}
.post-btn:hover {
  color: #fff;
}
/*==== Coming Soon page =====*/
.coming-soon-page {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  height: 100%;
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 15% 10%;
}
.banner-name h3 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.banner-name {
  display: inline-block;
  padding-left: 95px;
  vertical-align: middle;
}
.coming-soon-logo {
  display: inline-block;
  padding: 58px 115px 58px 0;
  position: relative;
  vertical-align: middle;
}
.coming-soon-logo::before {
  height: 200px;
  width: 3px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.upper-text {
  text-align: center;
}
#timer > div {
  display: inline-block;
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  padding: 0 60px;
  line-height: 70px;
}
#timer > div > span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
#timer {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 100px;
}
.coming-soon-page .lower-text {
  float: left;
  width: 100%;
  text-align: center;
}
.coming-soon-page .lower-text p {
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  padding: 0 55px;
  margin-top: 60px;
  margin-bottom: 70px;
}
#comming-sub-form input {
  height: 80px;
  font-size: 18px;
  color: #777777;
  padding: 12px 45px;
  border-radius: 60px;
}
#comming-sub-form {
  position: relative;
}
#comming-sub-form button {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 65px;
  cursor: pointer;
  padding: 25px 65px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  height: 80px;
}
#comming-sub-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777 !important;
  opacity: 1; /* Firefox */
}

#comming-sub-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777 !important;
}

#comming-sub-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.form-control.error,
.form-control.error,
.form-control.error {
  border-color: #ff0000 !important;
}

.form-control.error label {
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}
.slick-slider {
  position: relative !important;
}
.transformative-three .col-md-6:last-child a {
  display: none;
}
.services-slider-3 .slider-wrap,
.services-slider-2 .slider-wrap,
.services-slider .slider-wrap {
  width: 300px !important;
}
.services-slider-3 .slick-slide img,
.services-slider .slick-slide img,
.services-slider-2 .slick-slide img {
  display: block;
  width: 300px !important;
  height: 220px;
  object-fit: cover;
  border-radius: 25px;
}
.stripe-body .stripe-paymeny-card {
  padding: 20px 0;
}
a.banner-cta:hover,
.site-button:hover {
  background: #3dbcb8;
  color: #071649;
  text-decoration: none !important;
}
ul.dez-social-icon li button {
  background: transparent !important;
  border-radius: 5px !important;
  padding: 5px 12px !important;
  border: 1px solid #687777;
  width: 50px;
  height: 30px;
}
ul.dez-social-icon li button:focus {
  background-color: transparent !important;
}
ul.dez-social-icon li button i {
  font-weight: 500 !important;
}
.payment-wrap-bottom .-payment-botton-content p {
  color: #00000080;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 16px;
}
section.payment-wrapper section#pricings .client-reviews-section {
  margin: 0;
}
section.payment-wrapper section#pricings .client-reviews-section h2 {
  font-size: 1.75rem;
  margin: 0;
}
section.payment-wrapper
  section#pricings
  .client-reviews-section
  p.tagline-para {
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px;
}
section.payment-wrapper section#pricings .sec-heading {
  margin-bottom: 10px;
}
section.payment-wrapper
  section#pricings
  .client-reviews-section
  .reviews
  h4.review-title {
  font-size: 16px;
}
section.payment-wrapper section#pricings .client-reviews-section .reviews {
  height: auto;
  min-height: auto !important;
  margin-top: 30px;
  padding: 25px;
}
section.payment-wrapper section#pricings .client-reviews-section .reviews p {
  color: #000000;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.color-discount * {
  color: #ff00dd !important;
}

.lock-btn a {
  background: none !important;
  opacity: 1;
}

.lock-btn a:hover {
  background: none !important;
  opacity: 1;
}

body .lock-btn a.login-btn {
  background-color: transparent !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}

.login-form {
  position: relative;
}
span.banner-para-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.get-in-btn-div .img-2 {
  margin-left: 15px;
}
.back_btn {
  color: #071649;
  font-size: 14px;
}
.back_btn i {
  margin-right: 5px;
}
h4.success-text {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
h4.success-text:before {
  content: "";
  background: #07164945;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: -5px;
}
li.manage_subscription a:hover {
  background-color: transparent;
  opacity: 1;
}
li.manage_subscription a {
  opacity: 0.8;
}
.subcription_dropdown {
  position: absolute;
  width: 300px;
  left: 0%;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  background: #ffffffed;
  top: 100%;
  box-shadow: 2px 20px 20px 10px #0000001c;
}
.subcription_dropdown ul li {
  margin: 10px 5px;
  color: black;
}
.subcription_dropdown ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  backdrop-filter: blur(5px);
  font-family: "Rubik";
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  border-top: 0.5px solid black;
}
.subcription_dropdown ul:first-child {
  border-top: none;
}
.subcription_dropdown ul li:last-child {
  margin-left: 30px;
  color: red;
}
.model-iiner {
  text-align: center;
  padding: 10px;
}
.model-iiner ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.model-iiner ul li {
  margin: 0 10px;
}

.subscription-status-active {
  background: #3dbcb8;
  color: #ffffff;
}
.subscription-status-inactive {
  color: #383d41;
  background: #e2e3e5;
}
.subscription-status-active,
.subscription-status-inactive {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  text-align: center;
  padding: 5px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Rubik";
  font-weight: 500;
  box-shadow: 0px 6px 8px rgb(0 0 0 / 25%);
  text-decoration: none;
  opacity: 0.8;
}
.subscription-inner div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscription-inner {
  margin: 50px 0 0px 0;
}
.subscription-inner div p.sub-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}
.subscription-inner div p.sub-detail {
  font-size: 16px;
  line-height: 1.2em;
  text-align: end;
}
.subscription-inner .inner-middle {
  margin: 20px 0 40px 0;
  position: relative;
}
.subscription-inner .inner-middle:before {
  content: "";
  position: absolute;
  background: #0000001a;
  width: 100%;
  height: 1px;
  bottom: -20px;
}
.subscription-inner div p.sub-detail span {
  font-size: 14px;
}
.subscription-inner .inner-right a {
  background: white;
  background: #071649;
  width: 35%;
  display: inline-block;
  text-align: center;
  color: #3dbcb8;
  padding: 10px 0;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Rubik";
  font-weight: 500;
  box-shadow: 0px 6px 8px rgb(0 0 0 / 25%);
  text-decoration: none;
  /* margin-left: 10px; */
}
.subscription-inner .inner-right a.active-cancel-btn {
  background: white;
  color: red;
}
.subscription-inner .inner-right a.inactive-cancel-btn {
  background: #e2e3e5;
  color: #383d41;
  opacity: 0.8;
}

.main-content-wrapper .table-of-content ul {
  margin-left: 30px;
}
.main-banner ul.latest-app-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.main-banner ul.latest-app-widget li:first-child {
  margin-right: 20px !important;
}
.main-banner ul.latest-app-widget li {
  margin: 0 !important;
}

.main-banner ul.latest-app-widget img {
  width: 170px;
  /* height: 55px; */
}
ul.banner-list {
  list-style: none;
  position: relative;
}
.main-terms-content {
  padding-top: 150px !important;
}
ul.banner-list li:before {
  /* content: "\f058";
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 26px;
  color: #3dbcb8; */
}
ul.banner-list li {
  margin-bottom: 0px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ul.banner-list li:last-child {
  margin-bottom: 0;
}
section.same-layout {
  /* margin: 90px 0 0 0; */
  background-color: white;
  display: flex !important;
  clear: both;
  min-height: 100vh;
}
#login::after {
  content: none !important;
}
section.same-layout .inner-left {
  /* background: url(../images/resource/video-bg.jpg) no-repeat; */
  background: url(../images/resource/left-bg-hypclound.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.disable-field {
  opacity: 0.5;
}
.fixed-height ul.banner-list li:before {
  content: "\f058";
  font-family: "FontAwesome";
  font-weight: 900;
  color: #3dbcb8 !important;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 3px;
  top: 2px;
  right: 0;
  border-radius: 50px;
}

section.same-layout .inner-left,
section.same-layout .inner-right {
  margin: 90px 0 0 0;
  width: 50%;
  padding: 0% 5%;
}
section.same-layout .inner-right {
  padding: 0% 7%;
}
section.same-layout .inner-left * {
  color: white;
}
section.same-layout img.d-block {
  width: 20%;
  margin: auto;
  margin-bottom: 20px;
}
section.same-layout ul.banner-list li {
  position: relative;
  padding: 0;
  padding-left: 40px;
}
section.same-layout ul.banner-list li:before {
  color: white;
}
h4.form-title {
  font-weight: 400 !important;
  color: #071649;
  margin-top: 20px;
}
h4.form-title span {
  font-weight: 600;
  color: #071649;
  text-decoration: underline;
}
.dez-separator-new:before,
.dez-separator-new:after {
  content: "";
  position: absolute;
  background: #071649;
  width: 45%;
  height: 3px;
}
.dez-separator-new {
  position: relative;
  margin-top: 20px;
}
.dez-separator-new:before {
  left: 0;
  top: 50%;
}
.dez-separator-new:after {
  right: 0;
  top: 50%;
}
section.same-layout .inner-right .dez-social-icon.dez-border li button {
  padding: 5px 20px !important;
  width: 100px !important;
  height: 40px;
  border-radius: 50px !important;
  background: #071649 !important;
}
section.same-layout .inner-right .dez-social-icon.dez-border {
  margin-bottom: 20px;
}
.tagline-terms p {
  font-size: 18px;
}
.tagline-terms p a {
  text-decoration: underline;
  font-weight: 600;
}
p.price-text {
  font-size: 32px;
  font-weight: 500;
  color: #071649;
}
.trial-cc h3.trial-text {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px !important;
}
.total .total-middle span,
.total .total-middle h4,
.total .total-middle span {
  font-size: 20px;
}
section.same-layout .inner-left {
  position: relative;
}
section.same-layout .inner-left:before {
  content: "";
  position: absolute;
  background: black;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.underline {
  text-decoration: underline !important;
}
.trialdiv {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.freetrial {
  /* background-color: #3dbcb833; */
  color: #3dbcb8;
  padding: 5px;
  margin-top: -25px;
  font-size: 12px;
  font-weight: 600;
}
.alreadysubscribed {
  /* background-color: #5bbc3d33; */
  color: #3dbcb8;
  padding: 5px;
  margin-top: -25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.non-vital {
  display: none !important;
}
.curp {
  cursor: pointer;
}
.allowed {
  cursor: pointer;
}
.not-allowed {
  cursor: not-allowed;
}
.icons-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.icons-list > li > a > i,
.io {
  color: #ffffff80;
  font-size: 30px;
}
.icons-list > li > a > i:hover,
.io:hover {
  color: #fff;
  transition: all ease 0.2s;
}
.Password__field {
  height: 60px !important;
  width: 100% !important;
  padding: 10px !important;
  background-color: var(--colorBackground) !important;
  border-radius: 5px !important;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease,
    color 0.15s ease !important;
  border: 1px solid #00000080 !important;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%) !important;
  display: block !important;
  color: black !important;
}

.ho {
  display: flex;
  column-gap: 10px;
}
.Password {
  max-width: 100% !important;
}
.email-flex {
  display: flex;
  justify-content: space-between;
}
.main-email-flex {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 50px 0px 50px 0px;
}
.logo-footer {
  width: 100px;
  height: 100px;
}
.responsive-heading {
  font-size: 19px !important;
}

/* New Footer CSS */
.footer-login-btn {
  padding: 10px 60px;
  border-radius: 7px;
  text-align: center;
  font-size: 20px;
  background: #3dbcb7;
  text-transform: capitalize;
  display: inline-block;
}
.bottom-footer {
  background-color: #3dbcb8;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  color: #fff;
}
.bottom-footer > div > p {
  color: #fff;
}
.bottom-footer > div > p > a {
  text-decoration: none;
  color: #fff;
}
.bottom-footer > div > p > a:hover {
  color: lightgrey;
}
.top-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 2rem 4rem 2rem;
  column-gap: 10px;
}

.top-footer > * {
  padding: 10px;
}

li {
  list-style: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
}

li > a {
  color: #fff;
}

li > a:hover {
  color: lightgray;
}

.footer-head {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  height: auto;
}

.follow-icons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 20px;
}

.follow-icons > li > a > i,
.kamel {
  color: #ffffff80;
  font-size: 22px;
}

.follow-icons > li > a > i:hover,
.kamel:hover {
  color: #fff;
  font-size: 22px;
}

.app-span {
  position: relative;
  display: flex;
  column-gap: 10px;
}
.fa-android:before {
  font-size: 16px;
}
.camel {
  text-transform: capitalize;
}


/* colors.css */


.header-btn,nav ul li > a:hover,.banner-tagline,.banner-text h1 > span,.feature-meta > a > span,.testi-person span,.table-name,.download-app-sec .banner-btns a,.news-meta li i,.news-item:hover .news-content h4,.news-meta li:hover,.footer-social-media > li:hover,.links-widget > li:hover,.latest-app-widget > li:hover,.testi-navigation li:hover span,.bread-crumb ul li span,.search-here form:hover button,.category-widget ul li:hover,.popular-post-item:hover h5,.news-content h4:hover,.blog-content > h4:hover,.author-social-media li a,.comment-content > a,#timer > div > span,.responsive-menu > ul > li:hover > a,.responsive-menu ul ul > li:hover > a,.close-btn {
	color:03174C
	}
	
	.header-btn,nav ul li > a:hover,.banner-tagline,.banner-text h1 > span {
	color:#fff;
	background:#3DBCB8;
	border-radius:7px
	}
	
	.theme-btn,.header-btn:hover,.banner-btns .play-store,.sec-heading h2::before,.cool-feaures > div::before,.cool-feaures > div::after,#top-page,.page-link:hover,.tags-widget ul li:hover a,blockquote p::before,.post-tags li > a:hover,.author-social-media li a:hover,.post-btn:hover,#comming-sub-form button,.coming-soon-logo::before,.responsviemenu-btn,.parallax::before {
	background-color:#3dbcb8
	}
	
	.header-btn,.testi-item img,.testi-navigation li:hover span,.page-link:hover,.tags-widget ul li:hover a,.author-social-media li a {
	border-color:#03174c
	}
	
	.faq-item:hover .faq-no {
	box-shadow:-2px 4px 2px 0 #03174c
	}