/*=============================
=            color_variables            =
=============================*/
/*=====  End of color_variables  ======*/
/*=============================
=            Mixin            =
=============================*/
/*=====  End of Mixin  ======*/
/*===============================
=            General            =
===============================*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
}
a:link,
a:visited {
  /*color: #447e9b;*/
  text-decoration: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/*=====  End of General  ======*/
/*===============================
=            Fonts            =
===============================*/
/*=====  End of Fonts  ======*/
/*==============================
=            Layout            =
==============================*/
/*         {override bootstrap styles}          */
/*.container {*/
/*padding: 0px 25px;*/
/*}*/
/*    only for index header    */
header.main {
  height: 603px;
}
@media (min-width: 320px) and (max-width: 400px) {
  header.main {
    height: 910px;
  }
}
@media (min-width: 400px) and (max-width: 429px) {
  header.main {
    height: 1000px;
  }
}
@media (min-width: 430px) and (max-width: 450px) {
  header.main {
    height: 1025px;
  }
}
@media (min-width: 451px) and (max-width: 575px) {
  header.main {
    height: 1030px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.main {
    height: 1070px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.main {
    height: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.main {
    height: 648px;
  }
}
button.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  background: url(../images/collapse-btn.svg);
}
.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}
.transparent-card {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 11px 18px;
}
.tutorials-section .card,
.faq-section .card {
  background-color: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .tutorials-section .phone-screens-img {
    max-width: 365px;
  }
}
.card-title a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}
.card-title a:hover {
  color: #1c9ef4;
}
.card-text {
  color: #999;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}
#select2-inputDestination-container {
  outline: none;
}
.select2-container {
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border: 2px solid #d7d7d7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  max-width: 100%;
  height: 58px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default.select2-container--open.select2-container--above.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above.select2-selection--multiple {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.select2-container--default.select2-container--open.select2-container--below.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below.select2-selection--multiple {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #d7d7d7;
}
.select2-container--default .select2-selection--single {
  display: inline-block;
  padding: 0.8rem 1.75rem 0.4rem .55rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.select2-container--default.select2-container--open .select2-results__options .select2-results__option {
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  height: 0;
  left: 0;
  margin-left: -16px;
  margin-top: 0;
  position: absolute;
  top: 18px;
  width: 16px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #eee transparent;
  border-width: 0 7px 10px 7px;
}
.select2-container--open .select2-dropdown {
  background-color: white;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
}
.select2-container.select2-container--default.select2-container--open {
  border: 0;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--open.select2-container--focus {
  border: 2px solid #d7d7d7;
}
#answer-search .search-input {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f8f9fa;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 160px 9px 29px;
}
#answer-search .search-input::placeholder {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: #333;
  font-size: 14px;
  line-height: 25px;
}
#answer-search input.submit {
  background: transparent url(../images/search-icon.png) 0 0 no-repeat;
  outline: none;
  border: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-left: -46px;
}
.small,
small {
  font-size: 100%;
  font-weight: 300;
}
.card-deck-flex-simulation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*         {////override bootstrap styles}          */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
}
/*         {navigation}          */
/*
.navbar{
	background: url(../img/Base.png) no-repeat;
	background-size: cover;}
	*/
#navbarNav .navbar-nav li a.register-link {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: black;
  background: #fefefe;
}
#navbarNav .navbar-nav li a.register-link:focus {
  color: black;
  background: #fefefe;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.navbar .navbar-brand {
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #fff;
}
#navbarNav .navbar-nav li .nav-link {
  color: white;
  font-weight: 500;
  line-height: 18px;
}
#site-lang {
  margin-left: 0;
}
/*.dropdown-toggle {*/
/*padding-top: 3px;*/
/*padding-bottom: 13px;*/
/*}*/
.dropdown-toggle::after {
  margin-bottom: -3px;
}
#navbarNav .navbar-nav .dropdown-menu {
  top: 40px;
  left: -17px;
}
#navbarNav .navbar-nav .dropdown-item.active,
#navbarNav .navbar-nav .dropdown-item:active {
  text-decoration: none;
  background-color: transparent;
}
#navbarNav .navbar-nav .dropdown-item {
  border: 1px solid transparent;
}
#navbarNav .navbar-nav .dropdown-item:focus,
#navbarNav .navbar-nav .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  border: 1px solid #0086ff;
  background-color: rgba(0, 174, 239, 0.26);
}
#navbarNav .navbar-nav li a.dropdown-item {
  color: #000;
}
#navbarNav .navbar-nav .login-bg a.navbar-brand {
  color: white;
  font-size: 24px;
  line-height: 32px;
}
#navbarNav .navbar-nav .login-modal .forgot-password {
  color: #324054;
  font-size: 10px;
  line-height: 20px;
}
.nav-add-hover:hover,
.nav-link-active {
  border-bottom: 2px solid;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.login-modal .modal-dialog {
  max-width: 400px;
  margin: 5.45rem auto;
}
.login-modal h2 {
  color: #324054;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
}
.login-modal .modal-body {
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.login-modal .login-bg {
  background: url(../images/Login-bg.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 8px 50px;
  overflow: hidden;
}
.fb-login-link {
  background: #246fbb url(../images/facebook-logo.png) 50% 50% no-repeat;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tw-login-link {
  background: #00c1ef url(../images/twitter-logo-silhouette.png) 50% 50% no-repeat;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.login-modal #login-form input {
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.login-modal .login-inputs {
  padding: 25px 20px;
  background: #fff;
  overflow: hidden;
}
.login-modal .login-inputs > h2 + p {
  font-size: 11px;
}
.login-modal .submit-login-btn {
  background-color: #57a3f2;
  color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#watchVideoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
#watchVideoModal .modal-body {
  position: relative;
  padding: 0;
}
#watchVideoModal .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  outline: none;
}
#watchVideoModal .modal-content {
  width: 75%;
  margin: auto;
}
/*         {///////navigation}          */
/*         {Header for other pages}          */
/*	header{
		background: url(../img/Base.png) no-repeat;
		background-size: cover;
		}*/
/*         {///////Header for other pages}          */
.orange-btn {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: white;
  background: #f49940;
}
.orange-btn:focus {
  color: #fff;
  background: #f49940;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.white-btn {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: black;
  background: #fefefe;
}
.white-btn:focus {
  color: black;
  background: #fefefe;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
/*         {Header for index}          */
header {
  background: url(../images/hbg.png) 0 0 / cover no-repeat;
}
.promo-section {
  /*background: url(../images/promobg.png) 0 0 /cover no-repeat;*/
  /*height: 775px;*/
}
.promo-heading {
  color: white;
  font-weight: 700;
}
.promo .orange-btn {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: white;
  background: #f49940;
}
.promo .orange-btn:focus {
  color: #fff;
  background: #f49940;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.promo .white-btn {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: black;
  background: #fefefe;
}
.promo .white-btn:focus {
  color: black;
  background: #fefefe;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
}
.phone-bg {
  background-color: #f3f2f3;
  border: 2px solid #e7e8ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
  box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
}
.fuel-economy {
  padding: 60px;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  -o-border-radius: 61px;
  border-radius: 61px;
  overflow: hidden;
  width: 100%;
  border: transparent;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.fuel-economy img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .fuel-economy {
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .fuel-economy {
    position: relative;
    left: -23px;
  }
}
a.btn-start-now {
  background: #00b9e7;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.btn-start-now:focus {
  box-shadow: 0 3px 6px rgba(32, 33, 39, 0.12);
}
.fuel-economy .card-footer {
  background-color: transparent;
  border-top: none;
}
/*         {///////Header for index}          */
/*         {секция Routing, Tracking, Delivery and Remote Control Management}          */
.routing-tracking-delivery-section {
  /*padding-top: 200px;*/
  padding-top: 140px;
}
.routing-tracking-delivery-section h2 {
  text-align: center;
}
@media not all and (max-width: 768px) {
  .routing-tracking-delivery-section {
    padding-top: 100px;
  }
}
@media not all and (max-width: 1200px) {
  .routing-tracking-delivery-section {
    padding-top: 130px;
  }
}
@media (min-height: 760px) {
  .routing-tracking-delivery-section {
    padding-top: 150px;
  }
}
.routing-tracking-delivery-section h2 {
  color: #282b31;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}
.routing-tracking-delivery-section .delivery_item_container {
  margin-bottom: 15px;
}
.routing-tracking-delivery-section .card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  border: none;
  height: 100%;
  margin: 0;
}
.routing-tracking-delivery-section .card .card-title {
  color: #282b31;
  font-size: 20px;
  font-weight: 700;
}
.routing-tracking-delivery-section .card img {
  box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
}
.routing-tracking-delivery-section .card-text {
  color: #676c75;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.routing-tracking-delivery-section .card-footer {
  background-color: transparent;
  border-top: none;
}
.routing-tracking-delivery-section .btn-link {
  text-decoration: underline;
  white-space: unset;
  color: #469af4;
}
.routing-tracking-delivery-section .blue-gradient-icon,
.routing-tracking-delivery-section .yellow-gradient-icon,
.routing-tracking-delivery-section .pink-gradient-icon {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  -moz-box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.routing-tracking-delivery-section .blue-gradient-icon:before,
.routing-tracking-delivery-section .yellow-gradient-icon:before,
.routing-tracking-delivery-section .pink-gradient-icon:before {
  content: '';
  position: absolute;
  top: 30%;
  left: 30%;
  width: 31px;
  height: 31px;
}
.routing-tracking-delivery-section .blue-gradient-icon {
  background-image: linear-gradient(135deg, #7956ec 0%, #2fb9f8 100%);
}
.routing-tracking-delivery-section .blue-gradient-icon:before {
  background: url(../images/clock+effect.png) 0 0 no-repeat;
}
.routing-tracking-delivery-section .yellow-gradient-icon {
  background-image: linear-gradient(135deg, #ff8e64 0%, #ffe641 100%);
}
.routing-tracking-delivery-section .yellow-gradient-icon:before {
  background: url(../images/target+effect.png) 0 0 no-repeat;
  top: 28%;
  left: 28%;
  width: 31px;
  height: 31px;
}
.routing-tracking-delivery-section .pink-gradient-icon {
  background-image: linear-gradient(135deg, #ad2ab9 0%, #ff618c 100%);
}
.routing-tracking-delivery-section .pink-gradient-icon:before {
  background: url(../images/happy-face+effect.png) 0 0 no-repeat;
}
/*         {/////секция Routing, Tracking, Delivery and Remote Control Management}          */
/*         {Our gains index page section}          */
.our-gains .card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  border: none;
  cursor: pointer;
}
.our-gains .card-title {
  font-size: 1rem;
}
.our-gains h2 {
  font-size: 35px;
  font-weight: 700;
}
.our-gains h2 a {
  color: #333;
  text-decoration: none;
}
.our-gains > p.h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #999;
}
/*         {/////Our gains index page section}          */
/*         {daniel-wolpert-section}          */
.famous-author-section {
  /*padding: 130px 0;*/
  padding: 30px 0;
  color: #fff;
  background: url(../images/famous-author-bg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  /*.famous-author-section .author-img-container:before {*/
  /*content: '';*/
  /*position: absolute;*/
  /*background: url(../../images/quotes.png) no-repeat;*/
  /*top: 0;*/
  /*left: 0px;*/
  /*width: 70px;*/
  /*height: 57px;*/
  /*}*/
}
.famous-author-section .author-img {
  width: 100%;
  max-width: 320px;
  position: static;
  bottom: 0;
  left: 0;
}
@media not all and (max-width: 1200px) {
  .famous-author-section .author-img-container {
    position: static;
  }
  .famous-author-section .author-img {
    position: absolute;
    max-width: 320px;
    width: auto;
    max-height: calc(100% - 30px);
    top: 30px;
    left: 0;
    right: 0;
  }
}
.famous-author-section .h1 {
  position: relative;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.famous-author-section .h4 {
  opacity: 0.65;
  font-size: 34px;
  font-weight: 400;
}
.famous-author-section .quote {
  position: relative;
  padding-left: 110px;
}
.famous-author-section .quote:after {
  content: '';
  position: absolute;
  background: url(../images/quotes.png) no-repeat;
  top: 0;
  left: 0;
  width: 70px;
  height: 57px;
}
/*         {/////daniel-wolpert-section}          */
/*         {choose-your-plan-section}          */
.choose-your-plan-section .card-footer {
  background-color: transparent;
  border-top: none;
}
.choose-your-plan-section h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}
.choose-your-plan-section .about-plan-paragraph {
  color: #676c75;
  font-size: 16px;
  line-height: 30px;
}
.choose-your-plan-section .card {
  padding: 10px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  border: none;
}
.choose-your-plan-section .card:hover,
.choose-your-plan-section .card.card-choose-plan-active {
  background: url(../images/bg-discount-r.png) 0 0 / cover no-repeat;
  -webkit-box-shadow: 15px 20px 30px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 15px 20px 30px rgba(32, 33, 39, 0.12);
  box-shadow: 15px 20px 30px rgba(32, 33, 39, 0.12);
  color: #fff;
  transition: 1s ease;
  border: none;
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 10;
}
.choose-your-plan-section .card:hover .card-header,
.choose-your-plan-section .card.card-choose-plan-active .card-header {
  background-color: rgba(248, 249, 250, 0.07);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.choose-your-plan-section .card:hover .card-footer a,
.choose-your-plan-section .card.card-choose-plan-active .card-footer a {
  color: #000;
  background: #fff;
  transition: 1s ease;
}
.choose-your-plan-section .card:hover .card-body li:before,
.choose-your-plan-section .card.card-choose-plan-active .card-body li:before {
  background: url(../images/Success-Icon-w.png) no-repeat;
}
.choose-your-plan-section .card .card-body {
  font-size: 15px;
  line-height: 30px;
  padding: 0.5rem 3rem;
}
.choose-your-plan-section .card .card-body p.h1 {
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 3px;
  font-size: 36px;
}
.choose-your-plan-section .card .card-title {
  font-size: 11px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.choose-your-plan-section .card-header {
  margin-top: 44px;
  padding-top: 16px;
  vertical-align: middle;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 1px 0 #e7e8ea, inset 0 1px 0 #e7e8ea;
  -moz-box-shadow: 0 1px 0 #e7e8ea, inset 0 1px 0 #e7e8ea;
  box-shadow: 0 1px 0 #e7e8ea, inset 0 1px 0 #e7e8ea;
}
.choose-your-plan-section .card-with-discount:hover .card-header,
.choose-your-plan-section .card-with-discount.card-choose-plan-active .card-header {
  margin-top: 0;
}
.choose-your-plan-section .card-with-discount .card-header {
  margin-top: 0;
}
.choose-your-plan-section .card-discount {
  color: #fff;
  background: #f49940;
  font-size: 14px;
  padding: 10px 35px 10px 10px;
  margin-left: 180px;
  position: relative;
}
.choose-your-plan-section .card-discount:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #f49940;
  border-left: 18px solid transparent;
  border-bottom: 21px solid #f49940;
}
.choose-your-plan-section .card-body ul {
  margin-bottom: 0;
}
.choose-your-plan-section .card-body li {
  list-style: none;
  position: relative;
  font-size: 13px;
  line-height: 24px;
}
.choose-your-plan-section .card-body li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -37px;
  height: 100%;
  width: 100%;
  background: url(../images/Success-Icon.png) no-repeat;
}
.choose-your-plan-section .card-footer a {
  text-decoration: none;
  color: #fff;
  background: #f49940;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 12px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/*         {/////choose-your-plan-section}          */
/*         {watch-video section}          */
.watch-video {
  padding: 60px 0;
  color: #fff;
  background: url(../images/watch-video-section-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
}
.watch-video h2 {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 32px;
}
.watch-video p {
  font-size: 16px;
  line-height: 30px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  margin-bottom: 28px;
}
/*         {/////watch-video section}          */
/*         {Footer section}          */
footer {
  position: relative;
  padding-top: 16px;
  background-image: linear-gradient(135deg, #7956ec 0%, #2fb9f8 100%);
  color: #fff;
}
footer:after {
  content: '';
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 1px;
  background: #bcc6d0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  -moz-opacity: 0.12;
  -khtml-opacity: 0.12;
  opacity: 0.12;
}
footer .navbar-brand {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
footer .navbar-brand,
footer .nav-link,
footer .fw500 {
  color: #fff;
  font-weight: 500;
}
footer .btn-google-play,
footer .btn-app-store {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px 5px 40px;
  text-decoration: none;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  white-space: nowrap;
  position: relative;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 7px 50%;
  background-color: #fff;
  -webkit-background-size: 23px;
  background-size: 23px;
}
footer .btn-google-play:after,
footer .btn-app-store:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #f4f4f4;
  top: 0;
  left: 32px;
}
footer .btn-google-play .btn-store-name,
footer .btn-app-store .btn-store-name {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=94);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=94);
  -moz-opacity: 0.94;
  -khtml-opacity: 0.94;
  opacity: 0.94;
  color: #565f64;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-top: -11px;
}
footer .btn-google-play .btn-text,
footer .btn-app-store .btn-text {
  opacity: 0.94;
  color: #565f64;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
footer .btn-app-store {
  background-image: url(../images/Apple-Logo.png);
}
footer .btn-google-play {
  background-image: url(../images/Play-Store-Logo.png);
}
@media (min-width: 992px) {
  footer .social_link_list li a {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  footer .social_link_list li a {
    padding-right: 30px;
  }
}
.footer-respond-text {
  font-size: 13px;
  line-height: 21px;
}
.footer-rights-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.footer-rights {
  margin-top: 16px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .download_button_container {
    margin-top: 0;
  }
}
/*         {/////Footer section}          */
/*         {Contact us section}          */
.contact-us-section .blue-gradient-email-icon {
  background-image: linear-gradient(135deg, #7956ec 0%, #2fb9f8 100%);
  height: 70px;
  width: 70px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  -moz-box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  position: relative;
}
.contact-us-section .blue-gradient-email-icon:before {
  content: '';
  background: url(../images/email.png) no-repeat;
  position: absolute;
  top: 32%;
  left: 29%;
  width: 31px;
  height: 25px;
}
.contact-us-section h1 {
  color: #282b31;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}
.contact-us-section h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #282b31;
}
.contact-us-section h2 .link-in-text {
  color: #5c9bf1;
}
.contact-us-section #input-message {
  resize: none;
}
.contact-us-section input,
.contact-us-section textarea,
.contact-us-section option {
  background-color: white;
  border: 2px solid #d7d7d7;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 15px;
}
.contact-us-section #input-capcha {
  max-width: 205px;
}
.contact-us-section .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d7d7d7;
  outline: 0;
  box-shadow: none;
}
.contact-us-section label {
  color: black;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}
.contact-us-section .form-capcha-1 {
  background: url(../images/input-black.png) 0 0 / cover no-repeat;
  width: 151px;
  height: 50px;
  margin-top: 35px;
}
/*         {/////Contact us section}          */
/*         {faq-section}          */
.faq-section {
  padding-bottom: 385px;
  background: url(../images/conversation.png) 50% 80% no-repeat;
}
.faq-section .card {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  -moz-box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  box-shadow: 5px 15px 15px rgba(32, 33, 39, 0.12);
  border: none;
}
.faq-section .card-title {
  font-size: 1rem;
}
.faq-section h3 {
  font-weight: 400;
}
/*         {/////faq-section}          */
/*         {tutorials/ articles section}          */
.tutorials-section h1 {
  color: #333;
  font-size: 35px;
  font-weight: 700;
}
.tutorials-section h1 small {
  font-weight: 400;
}
.tutorials-section .card-title {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.tutorials-section .card-text {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.tutorials-section .to-tutorials {
  background-image: linear-gradient(135deg, #1b9ef3 0%, #1b9ef3 100%);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  color: white;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  padding: 16px 35px 16px 80px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tutorials-section .to-tutorials:before {
  content: '';
  position: absolute;
  background: url(../images/left-arrow.png) 0 0 no-repeat;
  top: 30%;
  left: 35px;
  width: 33px;
  height: 23px;
}
/*         {////tutorials/ articles section}          */
/*          media                */
@media (min-width: 576px) {
  .choose-your-plan-section .card:hover,
  .choose-your-plan-section .card.card-choose-plan-active {
    border-radius: 12px;
  }
  .choose-your-plan-section {
    padding: 65px 0;
  }
}
@media (min-width: 768px) {
  .login-modal .modal-body {
    max-height: 423px;
  }
}
/*@media (min-width: 1200px) { ... }*/
@media (max-width: 340px) {
  footer .btn-google-play,
  footer .btn-app-store {
    padding: 5px 5px 5px 34px;
  }
  .fb-login-link,
  .tw-login-link {
    padding: 8px 45px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .famous-author-section .h1:before {
    top: -170px;
    left: 0;
  }
}
@media (max-width: 500px) {
  .faq-section {
    padding-bottom: 350px;
    background: url(../images/conversation.png) 50% 95% / contain no-repeat;
  }
}
@media (max-width: 767.98px) {
  .famous-author-section {
    padding-bottom: 20px;
  }
  .famous-author-section .quote {
    margin-top: 40px;
  }
  .famous-author-section .quote:after {
    left: 15px;
  }
  .famous-author-section .quote .h1,
  .famous-author-section .quote .h4 {
    font-size: 16px;
  }
  .famous-author-section .author-img {
    top: 0;
    position: static;
    width: 100%;
  }
  /*.famous-author-section .quote {*/
  /*margin-top: 60px;*/
  /*}*/
  .choose-your-plan-section .card {
    height: 100%;
  }
  .choose-your-plan-section .card:hover,
  .choose-your-plan-section .card.card-choose-plan-active {
    margin: 0;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
  }
  .choose-your-plan-section .card-discount {
    margin-left: 147px;
  }
  .login-modal .login-bg,
  .login-modal .login-inputs {
    padding: 30px;
  }
  .nav-add-hover:hover,
  .nav-link-active {
    border-bottom: 0;
  }
  footer .navbar-brand,
  footer .nav-link {
    padding-left: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .choose-your-plan-section .card-header {
    margin-top: 50px;
  }
  .choose-your-plan-section .card .card-body {
    padding: 1.25rem;
  }
  .choose-your-plan-section .card .card .card-body p.h1 {
    margin-bottom: 34px;
  }
}
@media (max-width: 991.98px) {
  .login-modal .login-bg,
  .login-modal .login-inputs {
    padding: 16px;
  }
}
/*@media (max-width: 1199.98px) { ... }*/
@media (min-width: 500px) and (max-width: 767.98px) {
  .famous-author-section .h1:before {
    background-size: contain;
    top: -55px;
    left: 0;
    width: 62px;
    height: 50px;
  }
}
/*@media (min-width: 576px) and (max-width: 767.98px) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .promo-text-block {
    margin-top: -50px;
  }
  .famous-author-section .h1:before {
    top: -60px;
    left: -80px;
  }
  .famous-author-section {
    padding: 100px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .promo-text-block {
    margin-top: -90px;
  }
}
@media (min-width: 1200px) {
  .promo-text-block {
    margin-top: -200px;
  }
}
@media (min-width: 1400px) {
  .famous-author-section .author-img-container:before {
    top: -31px;
    left: 264px;
  }
}
.link_list_1 .nav-link,
.link_list_2 .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.link_list_1 p,
.link_list_2 p {
  margin-bottom: 0;
}
.login-inputs .submit-login-btn {
  margin-left: 20px;
}
@media not all and (min-width: 992px) {
  .questions_category .card-deck-flex-simulation .card-body {
    padding: 0;
  }
}
.question_article .card {
  width: 100%;
}
/*=====  End of Layout  ======*/
/*==============================
=            Module            =
==============================*/
.gains_container {
  padding-bottom: 20px;
}
.gains_container .card-title {
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.gains_container > * {
  height: 100%;
}
.gains_container > *:hover .card-title {
  color: #1c9ef4;
}
.faq-section .card-deck-flex-simulation > * {
  margin-bottom: 15px;
}
.faq-section .card-deck-flex-simulation > * > * {
  height: 100%;
}
/*=====  End of Module  ======*/
/*=============================
=            State            =
=============================*/
/*=====  End of State  ======*/
