/* ==========================================================================
   CUSTOM STYLE
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500");

p {
  line-height: 28px;
}

.navbar .logo {
  font-family: 'Poppins',muli, arial, sans-serif;
  color: #30429b !important;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.hotline {
  color: #eb1f27;
  font-size: 18px;
  font-weight: 600;
  margin-left: 2.4rem;
  text-decoration: none;
}

.hotline .fa-phone {
  font-size: 22px;
}

.promotion {
  color: #1a73e9;
  font-size: 18px;
  font-weight: 600;
  margin-left: 0.875rem;
  text-decoration: none;
}

.p-promotion {
	font-size: 1.5rem;
  font-weight: 600;
	line-height: 2.2rem;
}

.nav-tabs .nav-link.active  {
  font-weight: bold;
}

.nav-tabs {
  margin-bottom: 1rem;
}

.nav-tabs-sub {
  margin-bottom: 1rem !important;
}

#pricing .card {
    font-family: 'Muli', arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

.table {
    color: #212529 !important;
}

.btn-outline-lg .fab {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: 0;
    vertical-align: top;
}

.header .btn-outline-lg {
    margin-right: 0.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0.25rem;
}

.btn-solid-lg .lni {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 0;
  vertical-align: top;
}

.btn-solid-lg .lni.lni-cart, .lni.lni-pointer-right, .lni.lni-gift  {
  font-size: 1rem;
  font-weight: bold;
}

.basic-2 .list-unstyled .lni {
  color: #30429b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
}

.basic-2 .list-unstyled .media-body {
  margin-left: 0.675rem;
  line-height: 30px;
}

.basic-3 .list-unstyled .lni {
  color: #30429b;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
}

#promotion h2 {
  margin-bottom: 2.25rem;
}

.p-medium {
    font-size: 1rem;
    line-height: 1.5rem;
}

.p-pricing {
  font-size: 1.1rem;
  line-height: 2rem;
}

.btn-solid-reg.secondary {
    border: 1px solid #eb1f27;
    background-color: #eb1f27;
}

.with-errors {
    padding-top: 5px;
    color: #dc3545;
    font-size: 0.9rem;
}

.text-danger {
  color: #dc3545 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-success {
  color: #007bff!important;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.form-group .select {
  position: relative;
  border: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
} 

#callnowbutton span {
  display: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999; }

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto; }

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd; }

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite; }

#loader-1:after {
  border: 7px solid #fafafa; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.text-success {
  color: #1a73e9 !important;
  font-weight: 600;
}

/* Pricing Table Start*/
.table {
  width: 100%;
  margin-bottom: 0rem !important;
}

.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.pricing-table {
  display: block;
  line-height: 33px;
  padding: 0px;
  /*border: 1px solid #dee2e6;*/
  border-top: none;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

/* Pricing Table End*/

/* FAQ Start */
#faq {
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 14px 0;
  display: block;
  position: relative;
  font: 400 1.2rem/2rem 'Muli', arial, sans-serif;
  font-weight: bold;
  padding-right: 40px;  
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#faq #faq-list a.collapse {
  color: #1dc8cd;
}

#faq #faq-list a.collapsed {
  color: #212529;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}
#faq #faq-list img {
  max-width: 100%;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding: 5rem 0;
}

.scroll-help {
  height: 520px;
  overflow-y: scroll;
}

.toggle {
  padding: 15px;
  border: 1px solid rgb(221, 221, 221);
  border-bottom: none;
}
/* Footer */

.footer-area {
  background: #111c22;
}

.footer-area .footer-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

ul, ol {
  list-style: outside none none;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.footer-area ul li {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: white;
}

/* Copyright */

#copyright {
  background: #111c22;
  border-top: 1px dotted #555;
  padding: 10px;
}

#copyright p {
  line-height: 42px;
  color: #ccc;
  text-align: center;
  margin: 0;
  font-size: 14px;
}

#copyright p a {
  color: #ccc;
}

#copyright p a:hover {
  color: white;
}

/*****************/
/*    Header Sub   */
/*****************/
.header-sub {
	background: url('../images/background-sub.png') center center;
  background-size: cover !important;
	text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-sub .text-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header-sub h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0px;
}

/* Pricing Desktop */
#table-mobile {
  display: none;
}
#table-desk {
  display: block;
  padding: 1rem 0 1rem 0;
}
.head-title-tbl {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.head-title-tbl-first {
  margin-top: 70px !important;
}
.title-tbl {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
.table-responsive {
  margin-bottom: 0rem;
}
.table-responsive > .table-bordered {
  border: 0;
}
.note-table {
  list-style: none;
}
.bold-text {
  font-weight: bold;
  line-height: 26px;
}
.padding-5 {
  padding: 5px !important;
}
.padding-3 {
  padding: 3px !important;
}
.note-table li {
  display: inline-flex;
  line-height: 26px;
  margin-top: 10px;
}
.note-table li::before {
  content: "\2022";
  color: #aeaeae;
  display: table-cell;
  margin-left: 0;
  padding-right: 10px;
}
.text-price {
  font-size: 1.1rem;
}
.text-i {
  font-style: italic;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}
.wrap-btnOrder {
  margin-top: 40px;
  margin-bottom: 116px;
}
/* 404 */
.title-404 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  padding: 50px 0 40px 0;
}
.banner {
  width: 100%;
  display: block;
}
/* hotline header */
.hotline-header {
  display: block;
  margin-left: 13px;
}
.hotline-header p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  color: #eb1f27 !important;
}
.hotline-header ul {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}
.hotline-content {
  display: inline-block;
}
.hotline-header .fa-phone, .hotline-header .fa-envelope {
  top: -10px;
  position: relative;
  margin-right: 9px;
  color: #eb1f27 !important;
  font-size: 1.5em;
}