body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 66px;
  background-color: #f1f7fd !important;
}
a:hover {
  text-decoration: none;
}
.banner .nav-tabs .nav-link {
  color: #fff;
}
.banner .nav-tabs .nav-link img {
  border: 1px solid #fff;
}
.banner .nav-tabs .nav-item.show .nav-link,
.banner .nav-tabs .nav-link.active {
  color: #495057;
}
.menu li {
  margin-bottom: 5px;
}
.menu.social .fa {
  padding: 8px 12px;
  margin-right: 5px;
  background-color: #545a66;
  border-radius: 6px;
}
.menu.social a:hover .fa {
  background-color: #42599e;
}
.sc {
  padding: 30px 0;
}
.sc.main {
  min-height: 600px;
}
.sc h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.well {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 50px 0;
}
.well P {
  margin: 0;
  font-size: 16px;
}
.well h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.center img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.navbar.fixed-top {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.navbar .visible-sm {
  display: none;
}
@media (max-width: 992px) {
  .navbar .visible-sm {
    display: inline;
  }
}
.navbar .navbar-brand img {
  max-height: 40px;
  width: auto;
}
.navbar .dropdown-toggle::after {
  margin-left: 0;
}
.navbar .navbar-nav li:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #ccc;
}
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay button:hover {
  background: #00bf80;
}
.pricing {
  padding: 45px 0 0;
}
.pricing h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.pricing .card {
  /*border: none;*/
  border-radius: 1rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  border-top: 5px solid #fc5709;
  border-radius: 0;
  margin-bottom: 30px;
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 18px;
  font-weight: bold;
}
.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}
.pricing .card-price .period {
  font-size: 0.8rem;
}
.pricing ul li {
  margin-bottom: 1rem;
}
.pricing .btn {
  border-radius: 20px;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card.m20:hover {
    margin-top: -30px !important;
  }
  .pricing .card.m40:hover {
    margin-top: -50px !important;
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.card-body {
  padding: 15px;
}
.fa-big {
  font-size: 20px;
}
.fa-big li {
  margin-bottom: 20px;
  line-height: 35px;
}
.fa-big.fa-big2 li {
  margin-bottom: 40px;
  line-height: 30px;
}
.h1,
h1,
.h3,
h3,
h4,
h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
a.btn.btn-lg.btn-primary.text-uppercase {
  margin: 30px 0;
  padding: 25px 10px;
  min-width: 220px;
  font-size: 24px;
}
.highlight {
  padding-top: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  text-transform: uppercase;
}
.highlight h1 {
  text-shadow: 1px 1px 1px #ddd;
  font-weight: bold;
}
p {
  margin-bottom: 2rem;
}
img.img-responsive.center-block {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.ib {
  text-align: center;
}
.ib .ibs:hover {
  background: #0c9aed;
  color: #fff;
}
.ib .ibs {
  -webkit-box-shadow: 0 0 0 2px #0c9aed inset;
  box-shadow: 0 0 0 2px #0c9aed inset;
  color: #0c9aed;
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 40px;
}
.ib h4 {
  font-size: 22px;
}
article.thumbnail {
  margin-bottom: 30px;
  display: block;
}
article.thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#ft {
  -webkit-box-shadow: 0 1px 2px #000000;
          box-shadow: 0 1px 2px #000000;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 0;
  padding-top: 40px;
  color: #333;
}
#ft .container {
  position: relative;
}
#ft h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#ft img {
  max-height: 30px;
  margin-right: 10px;
}
#ft a {
  color: #333;
}
#ft a:hover {
  color: #666;
}
#fb {
  background-color: #000;
  padding: 5px 0;
  font-size: 14px;
}
#fb p {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}
#fb img {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #fb img {
    float: right;
  }
}
.container-fluid {
  max-width: 1600px;
}
.navbar.fixed-top {
  top: 0;
}
#tb {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1031;
  right: 0;
  background-color: #1c589c;
  padding: 10px 0;
  color: #fff;
}
#tb .fa {
  color: #fc6018;
  margin: 0 5px;
}
#tb a {
  color: #efefef;
}
#tb a:hover {
  color: #fff;
}
#tb ul {
  margin-bottom: 0;
}
#tb ul li {
  margin: 0 10px;
}
.navbar li > a > img {
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    top: -5px;
    height: 5px;
    left: 0;
    right: 0;
  }
  .navbar-nav > li:nth-child(1):hover > a:before,
  .navbar-nav > li:nth-child(1) > a.active:before {
    background-color: #3b579d;
  }
  .navbar-nav > li:nth-child(2):hover > a:before,
  .navbar-nav > li:nth-child(2) > a.active:before {
    background-color: #00aced;
  }
  .navbar-nav > li:nth-child(3):hover > a:before,
  .navbar-nav > li:nth-child(3) > a.active:before {
    background-color: #f82e2e;
  }
  .navbar-nav > li:nth-child(4):hover > a:before,
  .navbar-nav > li:nth-child(4) > a.active:before {
    background-color: #cd1f27;
  }
  .navbar-nav > li:nth-child(5):hover > a:before,
  .navbar-nav > li:nth-child(5) > a.active:before {
    background-color: #9232a7;
  }
  .navbar-nav > li:nth-child(6):hover > a:before,
  .navbar-nav > li:nth-child(6) > a.active:before {
    background-color: #ff5200;
  }
  .navbar-nav > li:nth-child(7):hover > a:before,
  .navbar-nav > li:nth-child(7) > a.active:before {
    background-color: #41b2dc;
  }
  .navbar-nav > li:nth-child(8):hover > a:before,
  .navbar-nav > li:nth-child(8) > a.active:before {
    background-color: #000000;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-light .navbar-nav .nav-link,
.dropdown-item {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-nav .nav-link,
  .dropdown-item {
    font-size: 12px;
  }
  .navbar li > a > img {
    height: 20px;
  }
}
.navbar-nav li a {
  position: relative;
}
.navbar-nav li a {
  color: #666;
}
.navbar-nav li a:hover {
  color: #000;
}
.dropdown-menu {
  margin-top: 0;
  min-width: 220px;
  border-color: #1c589c;
}
.dropdown-toggle::after {
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}
.banner {
  padding: 0 !important;
  background-size: cover;
  background-position: center center;
  position: relative;
  /*color: #fff;*/
  background-color: #1c589c;
}
.banner img {
  display: block;
  margin: 0 auto;
}
.banner h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.banner p {
  font-size: 20px;
}
.banner .container {
  padding-top: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
@-webkit-keyframes cloud-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes cloud-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #fb864f;
}
.dropdown-item.active a,
.dropdown-item:active a {
  color: #fff;
}
#notification {
  padding: 10px;
  text-align: center;
  background-color: #ffe804;
  color: #fff;
  margin: 0 auto;
  max-width: 480px;
  position: relative;
  border-radius: 25px;
  margin-top: -20px;
  border: 1px solid #2b5899;
  padding-left: 50px;
  margin-bottom: 25px;
}
#notification img {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
}
#notification h4 {
  font-size: 16px;
  color: #000;
  margin: 0;
}
#notification p {
  margin: 0;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
/* =========================================================
        Testimonial-Section STYLE
============================================================ */
#testimonial-carousel-one {
  padding: 40px 80px 70px;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel-one .carousel-inner {
    text-align: center;
  }
}
#testimonial-carousel-one .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#testimonial-carousel-one .carousel-inner .item,
#testimonial-carousel-one .carousel-inner .active.left,
#testimonial-carousel-one .carousel-inner .active.right {
  opacity: 0;
}
#testimonial-carousel-one .carousel-inner .active,
#testimonial-carousel-one .carousel-inner .next.left,
#testimonial-carousel-one .carousel-inner .prev.right {
  opacity: 1;
}
#testimonial-carousel-one .carousel-inner .next,
#testimonial-carousel-one .carousel-inner .prev,
#testimonial-carousel-one .carousel-inner .active.left,
#testimonial-carousel-one .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#testimonial-carousel-one .carousel-inner .testimonial-caption {
  margin-right: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #testimonial-carousel-one .carousel-inner .testimonial-caption {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel-one .carousel-inner .testimonial-caption {
    float: none !important;
    margin: 0;
  }
  #testimonial-carousel-one .carousel-inner .testimonial-caption img {
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  #testimonial-carousel-one .carousel-inner .testimonial-caption img {
    max-width: 100%;
  }
}
#testimonial-carousel-one .carousel-inner .content-wrapper {
  padding-top: 19px;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel-one .carousel-inner .content-wrapper {
    margin-bottom: 80px;
  }
}
#testimonial-carousel-one .carousel-inner .content-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  color: #666666;
  padding-top: 13px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel-one .carousel-inner .content-wrapper h3 {
    font-size: 25px;
  }
}
#testimonial-carousel-one .carousel-inner .content-wrapper .comment-icon {
  margin-bottom: 19px;
  padding-left: 0;
}
#testimonial-carousel-one .carousel-inner .content-wrapper .comment-icon li {
  font-size: 18px;
  color: #f3cf3f;
  display: inline-block;
}
#testimonial-carousel-one .carousel-inner .content-wrapper p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 26px;
}
#testimonial-carousel-one .carousel-inner .content-wrapper .title-bar h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ff9600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #testimonial-carousel-one .carousel-inner .content-wrapper .title-bar h4 {
    font-size: 18px;
  }
}
#testimonial-carousel-one .carousel-inner .content-wrapper .title-bar .position {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}
#testimonial-carousel-one .carousel-control {
  top: 50%;
  margin-top: -28px;
}
@media only screen and (max-width: 991px) {
  #testimonial-carousel-one .carousel-control {
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: 479px) {
  #testimonial-carousel-one .carousel-control {
    width: 60px !important;
    height: 45px !important;
    bottom: -15px;
  }
  #testimonial-carousel-one .carousel-control img {
    padding-top: 12px !important;
  }
}
#testimonial-carousel-one .carousel-control.left,
#testimonial-carousel-one .carousel-control.right {
  width: 70px;
  height: 55px;
  border: 2px solid #ff9600;
  border-radius: 8px;
  background-image: none;
  text-shadow: none;
  opacity: 1;
}
#testimonial-carousel-one .carousel-control.left img,
#testimonial-carousel-one .carousel-control.right img {
  padding-top: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonial-carousel-one .carousel-control.left,
  #testimonial-carousel-one .carousel-control.right {
    width: 60px;
    height: 45px;
  }
  #testimonial-carousel-one .carousel-control.left img,
  #testimonial-carousel-one .carousel-control.right img {
    padding-top: 7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #testimonial-carousel-one .carousel-control.left,
  #testimonial-carousel-one .carousel-control.right {
    width: 50px;
    height: 45px;
  }
  #testimonial-carousel-one .carousel-control.left img,
  #testimonial-carousel-one .carousel-control.right img {
    padding-top: 2px;
  }
}
#testimonial-carousel-one .carousel-control.left {
  left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonial-carousel-one .carousel-control.left {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #testimonial-carousel-one .carousel-control.left {
    left: -100px;
    right: 0;
    margin: 0 auto;
  }
}
#testimonial-carousel-one .carousel-control.right {
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #testimonial-carousel-one .carousel-control.right {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  #testimonial-carousel-one .carousel-control.right {
    right: -100px;
    left: 0;
    margin: 0 auto;
  }
}
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pricing {
  color: #1c589c;
}
.pricing img.bs {
  position: absolute;
  top: -22px;
  right: -32px;
  height: 100px;
}
.pricing .card-title {
  color: #2b5899;
  display: block;
  margin-bottom: 10px;
}
.pricing .card-title img {
  margin-bottom: 10px;
}
.pricing .card-price {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 25px;
  color: #fff;
  background-color: #222222;
  padding: 5px 10px;
}
.pricing .amount {
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  color: #2b5899;
}
sub {
  bottom: 0;
}
.pricing .card-body p {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .m20 {
    margin-top: -20px !important;
  }
  .m40 {
    margin-top: -40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pricing .card-title {
    font-size: 28px;
    line-height: 40px;
  }
  .pricing .card-price {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 7px;
  }
  .pricing .amount {
    font-size: 28px;
  }
}
.nav-tabs {
  border: 0;
}
.nav-tabs .nav-link {
  border-bottom-color: #ddd;
}
.nav-tabs .nav-link a {
  color: #fff;
}
.nav-tabs .nav-link.active a {
  color: #007bff;
}
.support-wrapper .nav-link a {
  color: #007bff;
}
.support-wrapper .support-content {
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
  color: #000000;
  margin-top: 70px;
}
.cart-table .row-close a {
  color: #eb3e32;
  font-size: 24px;
}
.cart-table .table-btn li {
  display: inline-block;
}
.cart-table .table-btn li a {
  text-transform: uppercase;
  margin: 5px;
}
.cart-table .table-btn li a i {
  padding-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.quantity_filter {
  margin: 0 auto;
  display: table;
}
.cart-table .table-bordered td,
.cart-table .table-bordered th {
  border: 1px solid #cacaca;
}
.cart-table .table {
  margin: 0;
}
.cart-inner-box {
  border: 1px solid #cacaca;
}
.ci-title h6 {
  border-bottom: 1px solid #cacaca;
  text-transform: uppercase;
  color: #000;
  padding: 16px 20px;
}
.ci-caption {
  padding: 20px 15px 20px 15px;
}
.ci-caption > p {
  color: #7a7a7a;
  padding-bottom: 15px;
}
.ci-caption button,
.ci-btn button {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 10px 35px;
  cursor: pointer;
}
.ci-caption form .square-input {
  margin-bottom: 10px;
}
.ci-caption ul li {
  text-align: left;
  color: #7a7a7a;
}
.ci-caption ul li span {
  float: right;
}
.ci-caption ul li {
  border-bottom: 1px dashed #7a7a7a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ci-caption ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-inner-box.box-2 .ci-caption {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
}
.ci-btn {
  padding: 20px;
}
.cart-inner-box.box-1 {
  margin-bottom: 30px;
}
.row-close.close-1 {
  display: none;
}
.minus,
.plus {
  border: 0;
  cursor: pointer;
  width: 50px;
  height: 35px;
  border-radius: 0;
  background-color: #363f4d;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  padding: 0;
  float: left;
}
.quantity-number {
  height: 35px;
  width: 52px;
  color: #7a7a7a;
  border: 1px solid #cdcdcd;
  padding: 0;
  text-align: center;
  float: left;
}
input.link {
  text-align: left;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
  padding: 5px;
}
.product-name {
  text-align: left;
}
.dropdown-item {
  color: #212529 !important;
}
#tb .dropdown-menu {
  right: 0;
  left: auto;
}
.radio img {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 11px;
  top: 20px;
}
.radio.well {
  padding-left: 70px;
  position: relative;
  margin: 10px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.radio.well label {
  font-weight: bold;
}
.well-login {
  background-color: #00aced;
  color: #fff;
}
.well-login a {
  color: #efefef;
}
.well-login a:hover {
  color: #fff;
}
.dropdown-item img {
  margin-right: 5px;
}
#ftt {
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
}
#ftt p {
  margin-bottom: 0;
}
#ftt img {
  height: 50px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}
#testimonial-carousel-one .carousel-inner .testimonial-caption img {
  max-height: 120px;
  margin: 0 auto;
}
#testimonial-carousel-one .carousel-inner .testimonial-caption {
  margin: 0;
  float: none;
}
.pricing .card-title img.img {
  max-height: 50px;
  border-radius: 50%;
}
.nav-tabs img {
  height: 32px;
  margin-bottom: 10px;
}
.pricing .amount s {
  color: red;
  display: block;
  line-height: 11px;
  margin-top: 15px;
  margin-bottom: -8px;
  font-size: 19px;
}
.dropdown-item a {
  display: block;
}
.formError {
  position: absolute !important;
  margin: 0  !important;
  opacity: 1 !important;
  top: 4px !important;
  left: auto !important;
  right: 0 !important;
  /* margin-top: 0  !important; */
}
.formError .formErrorContent {
  width: 100%;
  background: #F96868;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 0px solid #ddd;
  box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  -o-box-shadow: 0 0 3px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.formError .formErrorArrow div {
  background: #F96868;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
  width: 0px;
  border: 0;
  background: #ddd;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.lds-roller {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
label {
  font-weight: bold;
}
.card {
  border-radius: 20px;
  border: 1px solid #efefef !important;
  -webkit-box-shadow: -5px -5px 15px #ffffffcc, 5px 5px 10px #0000001a;
          box-shadow: -5px -5px 15px #ffffffcc, 5px 5px 10px #0000001a;
  background-color: #ffffff00;
}
.select2-container--default .select2-selection--single {
  background: #282b30;
}
.select2-dropdown {
  background: #000;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #3a3f44;
}
.card-label {
  font-size: 15px;
}
div#captcha {
  /* border: 1px solid #ddd; */
  /* background-color: rgba(61, 182, 202, 0.53); */
  margin-bottom: 10px;
  max-width: 320px;
  position: relative;
}
div#captcha img {
  width: 40%;
  float: left;
}
div#captcha input {
  width: 46%;
  float: left;
  margin: 5px 5%;
  margin-right: 0;
  margin-left: 25px;
}
#captcha .fa {
  position: absolute;
  left: 38%;
  top: 7px;
  background-color: rgba(0, 128, 0, 0.5);
  color: #fff;
  padding: 4px;
  z-index: 999;
  cursor: pointer;
}
.footer-ribbon {
  background: #999;
  position: absolute;
  margin: 0 0 0 14px;
  top: -56px;
  color: #fff;
  left: 0;
  padding: 10px 20px 6px 20px;
}
.footer-ribbon {
  background: #00bcd4;
}
.footer-ribbon:before {
  border-right: 10px solid #00bcd4;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px;
}
.footer-ribbon:before {
  border-right-color: #00bcd4;
  border-left-color: #00bcd4;
}
