:root {
  --primary-dark: #071e2f;
  --primary-light: #043050;
  --navbar-bg: #051422;
  --white: #efefef;
  --highlight-light: #ff6f61;
  --highlight-dark: #c5463b;
  --card-body: #143d59;
  --card-img-bg: #011c2d;
  --heading-color: #f8f8f8;
}
* {
  font-family: 'Raleway', sans-serif;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Antonio', sans-serif !important;
  overflow-y: hidden !important;
  color: var(--heading-color);
}
.jumbotron-header { 
  font-size: 64px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: 'Antonio', sans-serif;
}
.active {
  color: var(--highlight-light) !important;
}
.common-heading {
  font-weight: 700;
  font-size: 58px;
  color: var(--heading-color);
  font-family: 'Antonio', sans-serif !important;
}
.sub-header {
  font-weight: 700;
  font-size: 36px;
  color: var(--heading-color);
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 0.07em;
}
p,
.faq-li {
  font-weight: 400;
  font-size: 20px !important;
  color: var(--white);
  line-height: 1.75em;
}
.lead {
  font-size: 28px !important;
}
.footer-heading {
  font-size: 0.75em;
  font-weight: 800;
}
.text-highlight {
  color: var(--highlight-light) !important;
}
.primary-dark-bg {
  background: var(--primary-dark);
}
.primary-light-bg {
  background: var(--primary-light);
}
.section-container {
  padding: 6rem 2rem;
}
.w-100 {
  width: 100%;
}
.w-200 {
  width: 400px;
}
.mw-250 {
  max-width: 250px;
}
.mw-200 {
  max-width: 200px;
}
.mw-400 {
  max-width: 400px;
}
.blog-nav {
  background: var(--navbar-bg);
  top: 83px;
  position: sticky;
}
.navbar-bg {
  background: var(--navbar-bg);
  overflow: visible !important;
  border-bottom: 3px solid var(--highlight-light);
  z-index: 999;
}
.dropdown {
  z-index: 999;
}
.blog-link-active {
  border-bottom: 3px solid var(--highlight-light);
  color: var(--highlight-light);
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--white);
  font-size: 0.875em;
  font-weight: 800;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--highlight-light);
}
.nav-btn {
  border-radius: 30px;
  border: 3px solid var(--highlight-light);
  background: transparent;
  color: var(--white);
  padding: 5px 16px !important;
  cursor: pointer;
}
.nav-btn:hover {
  background: var(--highlight-dark) !important;
  color: var(--primary-dark) !important;
  border: 3px solid var(--highlight-dark);
}
.dropdown {
  list-style: none !important;
}
.dropdown-menu {
  width: 290px;
}
.dropdown-toggle:focus-visible {
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
}
.dropdown-item:hover {
  background: var(--highlight-light);
  color: var(--primary-dark);
  font-weight: bold;
}
.jumbotron {
  background: var(--primary-dark);
  border-radius: 0;
  background-image: url(../images/Bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow-y: hidden;
}
.store-btn {
  height: 60px !important;
  margin-right: 10px;
  margin-top: 10px;
}
.d-btn {
  height: 90px !important;
}
.jumbotron-btn {
  width: 200px;
  font-size: 0.8em;
  border-radius: 30px;
  background: transparent;
  color: var(--primary-dark);
  border: 3px solid var(--highlight-light);
  padding: 10px;
  font-weight: 800;
}
.btn-filled {
  background: var(--highlight-light);
}
.jumbotron-btn:hover {
  cursor: pointer;
  color: var(--primary-dark) !important;
  background: var(--highlight-dark);
  border: 3px solid var(--highlight-dark);
}
.jumbo-70 {
  width: 100%;
  max-width: 370px;
  margin-top: auto !important;
}
.jumbo-img {
  margin-right: 6%;
  margin-left: 6%;
  padding-bottom: 0 !important;
}
.font-28 {
  font-size: 28px !important;
}
.stats {
  font-size: 50px;
}
.features-body {
  margin-top: -50px !important;
}
.card-feature .font-28 {
  font-size: 1.6em !important;
}
.card {
  background: none !important;
  border: 0;
  width: 100%;
}
#blog-img-1 {
  max-width: 100%;
  height: auto;
}
.card-title {
  color: var(--white);
  font-family: 'Raleway', sans-serif !important;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4em;
}
.card-title:hover,
.card-title:focus,
.card-body a {
  color: var(--highlight-light);
  text-decoration: none !important;
}
.card-body {
  padding: 1.25rem;
}
.more {
  display: none;
}
.truncate-btn {
  background: transparent;
  border: none;
  color: var(--highlight-light);
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.carousel-inner {
  background: var(--primary-dark) !important;
  border-bottom: 5px solid var(--highlight-light);
}
.hide-alert {
  display: none;
}
.form-control {
  outline: none !important;
  border: 2px solid var(--primary-light) !important;
  background: var(--primary-light) !important;
}
.form-control:focus,
.form-control:hover {
  background: var(--primary-light) !important;
  outline: none !important;
}
.support {
  color: var(--highlight-light);
}
.form-control {
  color: var(--white) !important;
}
.footer {
  padding: 4rem 2rem;
  color: var(--white);
  border-top: 2px solid;
  border-color: var(--primary-dark);
  border-top: 3px solid var(--highlight-light);
}
.footer-fixed {
  padding: 4rem 2rem;
  color: var(--light);
  border-top: 2px solid;
  border-color: var(--primary-dark);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.link {
  text-decoration: none;
  color: var(--white);
}
.link-li {
  list-style-type: none !important;
}
.link:hover {
  color: var(--highlight-light);
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  color: gray !important;
  cursor: not-allowed;
  pointer-events: none;
}
.accordion {
  background-color: var(--primary-light);
  color: var(--white);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
  font-weight: bold;
  border-radius: 0;
}
.faq-active,
.accordion:hover {
  background-color: var(--primary-light);
}
.accordion:focus {
  outline: none;
}
.form-control {
  border: 1px solid var(--white) !important;
}
.primary-btn {
  background: var(--highlight-light);
  color: var(--primary-dark);
}
.accordion:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion:nth-last-child(1) {
  border-radius: 0 0 10px 10px;
}
.panel .p-4 .link {
  color: var(--highlight-light);
}
.accordion:after {
  content: url(../images/Vector.png);
  color: var(--white);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.faq-active:after {
  content: url(../images/Vector\ 3.png);
}
.panel {
  background-color: var(--primary-light);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid var(--white);
}
.panel:last-child {
}
.hide-faq {
  display: none;
}
.category {
  background-color: var(--panel-bg);
  color: var(--white);
}
.category:hover {
  color: var(--primary);
}
.category-active {
  background-color: var(--primary) !important;
  color: var(--dark) !important;
  font-weight: 700;
}
.background {
  background: var(--primary-light);
  color: var(--white);
}
.category-header {
  color: var(--highlight-light);
  font-weight: 600;
}
.dropdown-item {
  cursor: pointer;
}
#dropdownMenuLink {
  width: 100%;
  text-align: start;
  background: var(--white);
  color: var(--primary-dark);
}
#dropdownMenuLink:hover,
#dropdownMenuLink:focus,
#dropdownMenuLink:active {
  background: var(--white) !important;
  color: var(--primary-dark) !important;
}
#faq-container {
  margin-top: -100px;
}
#general,
#in-app-queries,
#security-and-privacy,
#app-features,
#subscription,
#ads,
#support,
#subscription-purchase,
#browser,
#purchase,
#issues,
#premium-mode-features {
  padding: 50px;
  margin-top: 50px !important;
  background: var(--primary-dark);
}
.category-header {
  margin-bottom: 30px;
}
#general .accordion,
#in-app-queries .accordion,
#security-and-privacy .accordion,
#app-features .accordion,
#subscription .accordion,
#ads .accordion,
#support .accordion,
#subscription-purchase .accordion,
#browser .accordion,
#purchase .accordion,
#issues .accordion,
#premium-mode-features .accordion {
  background: var(--primary-dark);
  font-size: 18px !important;
}
.jumbo-bg,
.panel .p-4 {
  background: var(--primary-dark);
}
.background-dark {
  background: var(--primary-dark);
}
#related-posts-cards {
  display: flex;
  flex-wrap: wrap;
}
#related-posts-cards .card .card-body {
  background: var(--card-body) !important;
}
#related-posts-cards .card,
#featured-container .card {
  width: calc(100% / 4);
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.app_btn {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 60px;
  font-size: 0.8em;
  border-radius: 30px;
  background: transparent;
  color: var(--primary-dark);
  border: 2px solid var(--highlight-light);
  font-weight: 800;
  cursor: pointer;
}
.fa-brands {
  color: var(--white);
  vertical-align: middle;
}
.media-body h4 {
  color: var(--white);
}
.app_btn:hover {
  background: var(--primary-dark);
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--highlight-light);
}
.app_btn:hover p,
.app_btn:hover h4,
.app_btn:hover i {
  color: var(--highlight-light);
}
.media-body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  margin-bottom: 4px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.media-body a {
  text-decoration: none !important;
}
.media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0;
  color: var(--white);
}
.card-deck .card-body {
  background: var(--card-body) !important;
}
#related-posts-cards .card-body,
#featured-container .card-body,
.filtered-cards .card .card-body {
  background: var(--card-body);
}
#featured-container,
#blog-list {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.container {
  flex-wrap: wrap;
}
.card-horizontal,
.card-vertical {
  background: var(--card-body);
  color: var(--primary-dark);
  cursor: pointer;
  opacity: 1;
  transform: translateY(0);
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}
.card,
.list-group-item {
  opacity: 1;
  transform: translateY(0);
  transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  cursor: pointer;
}
.card-horizontal:hover,
.card-vertical:hover,
.card:hover,
.list-group-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
  color: var(--highlight-dark);
}
.card:hover h5,
.list-group-item:hover h6,
.card-horizontal:hover h3,
.card-vertical:hover h3 {
  color: var(--highlight-dark) !important;
}
.card-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.card-horizontal .image {
  flex: 1;
  min-width: 51%;
  overflow: hidden;
  background: var(--card-img-bg);
}
.card-horizontal .image img {
  padding: 3em !important;
  width: 100%;
  height: 400px;
  padding: 2em;
}
.card-horizontal .content {
  flex: 2;
  padding: 30px;
}
.card-horizontal h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 24px 0;
  color: var(--highlight-light);
  font-family: 'Raleway', sans-serif !important;
}
.card-horizontal p {
  font-size: 1.1em !important;
  line-height: 1.6em !important;
  overflow: hidden;
  color: #fff;
}
.card-horizontal a {
  display: inline-block;
  color: var(--highlight-light);
  font-weight: bold;
  font-size: 1.1em !important;
  line-height: 1.6em !important;
  text-decoration: none;
}
.card-horizontal a:hover {
  color: var(--highlight-dark);
}
.card-vertical .image {
  position: relative;
  padding-top: 50%;
  height: 300px;
  background: var(--card-img-bg);
}
.card-vertical .image img {
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  padding: 3em !important;
}
.blog-image {
  background: var(--card-img-bg);
}
.blog-image img {
  padding: 2em;
}
.card-vertical {
  display: inline-block !important;
}
.card-vertical .content {
  padding: 30px;
}
.card-vertical h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 24px 0;
  color: var(--highlight-light);
  font-family: 'Raleway', sans-serif !important;
}
.card-vertical p {
  font-size: 1.1em !important;
  line-height: 1.6em !important;
  overflow: hidden;
  color: #fff;
}
.card-horizontal .content p,
.card-vertical .content p,
#featured-list h6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
small,
.text-muted {
  color: #cacaca !important;
}
.card-vertical a {
  display: inline-block !important;
  color: var(--highlight-light);
  font-weight: bold;
  font-size: 1.1em !important;
  line-height: 1.6em !important;
  text-decoration: none;
}
.card-vertical a:hover {
  color: var(--highlight-dark);
}
.card {
  background: transparent;
}
#blog-content {
  font-size: 1.4em;
  line-height: 1.8em;
}
.stream-links {
  font-size: 1em;
  margin-left: auto;
  color: var(--highlight-light);
  text-decoration: none;
  font-weight: bold;
}
.stream-links:hover {
  text-decoration: none;
  color: var(--highlight-dark);
}
.stream-sublinks {
  text-decoration: underline;
  color: var(--highlight-light);
}
.stream-sublinks:hover {
  color: var(--highlight-dark);
}
.card-title {
  color: var(--highlight-light);
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.card-title:hover {
  color: var(--highlight-dark);
}
#author-img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
  margin-right: 20px;
}
#blog-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 2.8em;
  line-height: 1.6em;
}
#blog-author {
  font-size: 0.8em;
}
#blog-date {
  display: block;
  font-size: 0.8em;
}
.blog-link-active {
  border-bottom: 2px solid var(--highlight-light);
  color: var(--white);
  padding: 10px;
  text-align: left;
  padding-left: 0 !important;
}
.sm-text {
  font-size: 12px !important;
  display: block;
  line-height: 18px;
}
.blog-common-heading a {
  color: var(--highlight-light) !important;
}
.blog-common-heading a:hover {
  color: var(--highlight-dark) !important;
  text-decoration: none;
}
#blog-img {
  width: 100%;
  margin-bottom: 50px;
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  background: var(--card-img-bg);
  padding: 3em;
}
.font-weight-bold {
  font-weight: bold !important;
}
#pagination {
  text-align: center;
  font-weight: bold;
}
#pagination a {
  margin: 5px;
  font-size: 1em;
  color: #fff;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#blog-content li strong {
  border-bottom: 2px solid var(--highlight-light);
}
.tags li {
  float: left;
}
#category-list{
  overflow-x: auto !important;
  white-space: nowrap;
  scroll-behavior: smooth !important;
  margin-top: auto;
  margin-bottom: auto;
  background: var(--navbar-bg);
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 3px solid var(--highlight-light);
  border-bottom: none;
}
.navbar-bg.blog-nav-bg{
  border: 3px solid var(--navbar-bg);
}
.active{
  color: var(--highlight-light) !important;
}

.nav-blog-category{
  margin: 10px 20px;
  text-transform: uppercase;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: bold;
}
.nav-blog-category:hover{
  color: var(--highlight-light);
  text-decoration: none;
}
.tag {
  background: var(--highlight-light);
  border-radius: 3px 0 0 3px;
  color: var(--primary-dark);
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: var(--primary-light) 0.2s;
  font-weight: bold;
}
.tag::before {
  background: var(--primary-dark);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag::after {
  background: var(--primary-light);
  border-bottom: 13px solid var(--primary-light);
  border-left: 10px solid var(--highlight-light);
  border-top: 13px solid var(--primary-light);
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: var(--highlight-light);
  color: var(--primary-dark);
}
.tag:hover::after {
  border-left-color: var(--highlight-light);
}
#st-el-2 .st-btn[data-network='blm'],
#st-el-2 .st-btn[data-network='blogger'],
#st-el-2 .st-btn[data-network='buffer'],
#st-el-2 .st-btn[data-network='diaspora'],
#st-el-2 .st-btn[data-network='digg'],
#st-el-2 .st-btn[data-network='douban'],
#st-el-2 .st-btn[data-network='evernote'],
#st-el-2 .st-btn[data-network='flipboard'],
#st-el-2 .st-btn[data-network='hackernews'],
#st-el-2 .st-btn[data-network='instapaper'],
#st-el-2 .st-btn[data-network='iorbix'],
#st-el-2 .st-btn[data-network='kakao'],
#st-el-2 .st-btn[data-network='kooapp'],
#st-el-2 .st-btn[data-network='line'],
#st-el-2 .st-btn[data-network='livejournal'],
#st-el-2 .st-btn[data-network='mailru'],
#st-el-2 .st-btn[data-network='meneame'],
#st-el-2 .st-btn[data-network='odnoklassniki'],
#st-el-2 .st-btn[data-network='pinterest'],
#st-el-2 .st-btn[data-network='getpocket'],
#st-el-2 .st-btn[data-network='kindleit'],
#st-el-2 .st-btn[data-network='qzone'],
#st-el-2 .st-btn[data-network='refind'],
#st-el-2 .st-btn[data-network='renren'],
#st-el-2 .st-btn[data-network='surfingbird'],
#st-el-2 .st-btn[data-network='tencentqq'],
#st-el-2 .st-btn[data-network='threema'],
#st-el-2 .st-btn[data-network='trello'],
#st-el-2 .st-btn[data-network='viber'],
#st-el-2 .st-btn[data-network='vk'],
#st-el-2 .st-btn[data-network='wechat'],
#st-el-2 .st-btn[data-network='weibo'],
#st-el-2 .st-btn[data-network='wordpress'],
#st-el-2 .st-btn[data-network='xing'],
#st-el-2 .st-btn[data-network='yummly'] {
  display: none !important;
}
#st-el-2 .st-btn {
  width: 200px;
  border-radius: 10px;
  text-align: center;
}
#st-el-2 .st-disclaimer,
#st-el-2 .st-logo {
  display: none !important;
}
#st-el-2 .st-btns {
  max-width: 80% !important;
  vertical-align: middle !important;
}
.st-label {
  font-size: 0.8em !important;
}
.list-group-item,
.card {
  background: var(--card-body) !important;
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  cursor: pointer;
}
.list-group-item {
  background: var(--card-body);
  border-top: none;
  border-bottom: none;
  margin-bottom: 30px;
  margin-top: 30px;
  color: var(--highlight-light) !important;
}
.list-group-item img {
  padding: 0.5em;
  background: var(--card-img-bg);
}
.card.card-feature {
  height: 500px;
}
.card-horizontal:hover,
.card-vertical:hover,
.card:hover,
.list-group-item:hover {
  transform: scale(1.02);
  box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
  color: var(--highlight-dark) !important;
}
.list-group-flush:first-child {
  margin-top: 0;
}
#random_list .col-md-4:nth-of-type(1n + 4) {
  display: none !important;
}
#index_featured_post .col-md-4:nth-of-type(1n + 4) {
  display: none !important;
}
#latest_post .col-md-6:nth-of-type(1n + 3) {
  display: none !important;
}
#featured_post li:nth-of-type(1n + 6) {
  display: none !important;
}
.blog-body {
  padding: 10px;
  word-wrap: break-word;
}
#blog-tags {
  display: none;
}
#blog-content h2 {
  font-size: 1.8em;
  margin-bottom: 32px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif !important;
}
.table-responsive {
  overflow-x: scroll !important;
}
.blog-link {
  color: var(--white) !important;
  font-weight: 600;
  word-wrap: break-word !important;
  padding-right: 8px;
  line-height: 1.6em;
  font-family: 'Raleway', sans-serif !important;
}
.blog-link:hover {
  color: var(--highlight-dark) !important;
  text-decoration: none;
  cursor: pointer;
}
.featured-post-img {
  width: 82px !important;
  height: 50px !important;
}
table tr td,
th {
  padding: 15px;
  border: 1px solid var(--white);
}
table {
  border: 1px solid var(--white);
}
.card-deck .col-md-4 {
  padding: 0 !important;
}
.sharethis-inline-share-buttons {
  z-index: 0 !important;
}
#social {
  margin: 20px 10px;
  text-align: left;
}
#social:hover a {
  text-decoration: none;
}
.smGlobalBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--highlight-light);
  text-decoration: none;
  text-align: center;
  color: var(--white);
  font-weight: normal;
  line-height: 3em;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
  height: 55px;
}
.appleBtn {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 30px;
  line-height: 45px;
}
#download-icon {
  font-size: 1rem !important;
  font-weight: bold;
  padding-bottom: 10px;
}
.facebookBtn,
.twitterBtn,
.appleBtn {
  background: var(--primary-dark);
}
.facebookBtn:before {
  font-family: 'FontAwesome';
  content: '\f09a';
}
.facebookBtn:hover,
.twitterBtn:hover,
.appleBtn:hover {
  color: var(--primary-dark);
  background: var(--highlight-dark);
  border-color: var(--highlight-dark);
}
.twitterBtn:before {
  font-family: 'FontAwesome';
  content: '\f099';
}
.appleBtn:before {
  font-family: 'FontAwesome';
  content: '\f179';
  vertical-align: middle;
  padding-right: 6px;
}
.blog-div {
  padding: 6rem 0;
}
.card.w-md-50{
  width: 46% !important;
  flex: 0.47 0 0%;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-divs p, #blog-content ul li {
  font-size: 1.2rem !important;
}
#blog-content ul li strong {
  text-decoration: none !important;
  border-bottom: none !important;
}
.blog-divs h3 {
  font-size: 1.6rem !important;
}

/* language */
.lang-switcher, .top-lang-switcher, .faq-lang-switcher{
  position: fixed;
  right: -2px;
  padding: 4px 8px;
  border-radius: 0 0 4px 4px;
  z-index: 999;
  background-color: var(--primary-color) !important;
  box-shadow: rgba(184, 183, 183, 0.1) 0px 4px 12px;
}

.top-lang-switcher{
  top: 0px;
  }

.lang-switcher{
    top: 74px;
  }

.faq-lang-switcher{
  top: 102px;
} 

body > .skiptranslate {
    display: none;
}

@media screen and (min-width: 200px) and (max-width: 500px){
  .lang-switcher, .top-lang-switcher, .faq-lang-switcher{
    position: fixed;
    top: unset;
    right: unset;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .lang-switcher, .top-lang-switcher, .faq-lang-switcher{
    top: unset;
    right: unset;
    position: fixed;
    bottom: 0px;
    left: 15px;
    border-radius: 4px 4px 0 0;
  }
}

@media (min-width: 319px) and (max-width: 700px) {
  #blog-title {
    font-size: 1.5em;
  }
  #blog-content p {
    font-size: 0.8em;
  }
  #blog-content h4 {
    font-size: 1em;
  }
  .see-all {
    font-size: 0.6em;
  }
  .card-horizontal .image {
    position: relative;
    padding-top: 50%;
    max-height: 50%;
  }
  .card-horizontal .image img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-horizontal {
    display: inline-block !important;
  }
  .card-horizontal .content {
    padding: 30px;
  }
  .card-horizontal h3,
  .card-vertical h3 {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 24px 0;
  }
  .card-horizontal p,
  .card-vertical p {
    font-size: 0.8em;
    line-height: 1.6em;
    overflow: hidden;
    color: #fff;
  }
  .card-horizontal a {
    display: inline-block;
    color: var(--highlight-light);
    font-weight: bold;
    text-decoration: none;
  }
}
@media (min-width: 319px) and (max-width: 700px) {
  #blog-title {
    font-size: 2em;
  }
  #blog-content p {
    font-size: 1em;
  }
  #blog-content h4 {
    font-size: 1.4em;
  }
  .see-all {
    font-size: 0.6em;
  }
  .sharethis-sticky-share-buttons {
    position: fixed;
    bottom: 0;
    visibility: visible !important;
  }
  .foot-div {
    display: none !important;
  }
  .card-deck .w-md-50{
  width: 100% !important;
  margin-left: 0px;
  margin-right: 0px;
}
}
@media (max-width: 700px) {
  .card-horizontal {
    flex-direction: row;
  }
  .image {
    height: auto;
  }
  .image img {
    height: 100%;
  }
  .content {
    height: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .card-deck {
    display: block;
  }
  .card-horizontal,
  .card-deck .card {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .card-horizontal .image {
    max-width: 100%;
    padding: 0;
  }
  .card-horizontal .content {
    flex: 1;
    padding: 20px;
  }
  .card-vertical {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .card-vertical .image {
    padding-top: 60%;
    height: 50%;
    width: auto;
  }
  #related-posts-cards .card,
  #featured-container .card,
  #index-featured-container .card {
    width: 100%;
    margin-top: 10%;
    box-shadow: rgba(19, 19, 19, 0.35) 0 4px 16px;
  }
  #blog-list {
  }
}
@media (min-width: 950px) and (min-height: 600px) {
  #related-posts-cards .card,
  #featured-container .card,
  #index-featured-container .card {
    width: calc(100% / 3.5);
  }
  .card-horizontal .image {
    height: 100% !important;
  }
  .card-horizontal .image img {
    height: 100% !important;
  }
}
