body {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

h2 {
  line-height: 4rem;
}

label {
  font-weight: normal;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #f2ebcb;
}

.text-blue {
  color: #73c1ff;
}

.text-primary {
  color: #3c42a1;
}

.text-lg {
  font-size: 1.8rem;
}

.font-14 {
  font-size: 14px;
}

.req {
  color: red;
}

.text-overflow {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-h-35 {
  line-height: 3.5rem;
}

.transition {
  transition: all 1s ease;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f6f6f7;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.just-center {
  justify-content: center;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

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

.pt-8rem {
  padding-top: 8rem;
}

.simplealert-wrapper {
  z-index: 1000;
}

.btn-warning {
  color: #fff;
  background-color: #3c42a1;
  border-color: #222dc7;
}

/* .btn-warning:hover {
  background-color: #824c1e;
  border-color: #753600;
} */

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* height: 150px; */
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 16.7%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-brand {
  height: auto;
}

.header .nav {
  margin-top: 50px;
}

.header .nav li {
  margin-left: 30px;
}

.header .nav a {
  font-size: 21px;
}

.header .navbar-nav li a:hover {
  color: #1b6ba3;
  text-decoration: underline;
}

.header .signup {
  background: linear-gradient(to right, #c4a870, #9e773b);
  border-radius: 0 10px 10px 10px;
  color: #fff !important;
  padding: 15px 35px;
}

.header .signup:hover {
  text-decoration: none !important;
  background: linear-gradient(to right, #646cdb, #3c42a1);
}

.fast-nav {
  position: fixed;
  z-index: 1000;
  right: 5%;
  bottom: 10%;
  border: 1px solid #3c42a1;
}

.fast-nav a {
  display: block;
  padding: 1.5rem 2rem;
  color: #fff;
  font-size: 18x;
  transition: 1s all;
  background: #3c42a1;
}

.fast-nav a + a {
  border-top: 1px solid #f8f6f1;
}

.fast-nav a:hover {
  background: #ff8639;
  color: #fff;
}

.footer {
  font-size: 18px;
  color: #565656;
  text-align: center;
  padding: 5rem 0;
}

/* index start */
.index-page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  background: url(/skin/base/images/project/best/2025/index-bg.jpg) 69% no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.index-page .logo {
  position: absolute;
  right: 3%;
  top: 3%;
}

.index-page img {
  /* width: 90%; */
  margin-bottom: 5%;
}

.index-page a {
  display: block;
  color: #3c42a1;
  font-size: 19px;
  padding: 11px 0;
  background: #d3e2ff;
  /* border: 1px solid #3c42a1; */
  border-radius: 10px;
  margin-bottom: 15px;
  /* letter-spacing: 3px; */
  margin: 0 -5px;
  transition: 0.3s all;
}

.index-page a:hover {
  background: #011eaa;
  color: #fff;
}

.index-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #3c42a1;
}

/* index end */
/* current start */
.current-page .banner {
  position: relative;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  /* height: calc(100vh - 153px); */

}

/* .current-page .banner::after {
  content: '\e259';
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  font-family: 'Glyphicons Halflings';
  font-size: 5rem;
  margin-left: -2.5rem;
} */

.current-page .banner h1 {
  text-align: center;
  font-size: 6.2rem;
  line-height: 7.5rem;
}

.current-section-1 .col-sm-6 {
  padding-right: 0;
}

.current-banner-btn {
  position: absolute;    left: 42%;
  transform: translateX(-50%);
  bottom: 5%;
  display: inline-block;
  background-color: #dde9ff;
  color: #3c42a1;
  border-radius: 0 10px 10px 10px;
  padding: 1.8rem 5rem;
  font-size: 2rem;
}

.current-banner-btn:hover {
  background: #3c42a1;
  color: #fff;
}

.current-section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  background: url(/skin/base/images/project/best/2022/current-bg-1.png)
    no-repeat bottom;
  text-align: center;
}

.current-intro-btn {
  display: inline-block;
  background-color: #dde5f5;
  color: #3c42a1;
  border-radius: 0 10px 10px 10px;
  padding: 1.8rem 5rem;
  margin-top: 5vh;
  font-size: 2rem;
}

.current-intro-btn:hover {
  background: #3c42a1;
  color: #fff;
  padding: 1.8rem 7rem;
}

.current-section-3-bg {
  background: #000084;
  display: flex;
    align-items: center;
    justify-content: center;
}

.current-section-3-text {
  background-color: #3c42a1;
  padding: 6.5%;
  line-height: 3.5rem;
  font-size: 1.8rem;
}

.current-section-3-text p {
  margin-bottom: 2.5rem;
}

.current-section-3-text .text-yellow {
  color: #f2ebcb;
  font-size: 3.2rem;
}

.current-section-4 h2,
.current-section-5 h2,
.page-header {
  margin: 0;
  padding: 6rem 0;
  border: none;
}

.reason-page .page-header {
  padding: 2rem 0 1.5rem;
}

.current-section-4-img {
  padding: 4% 15px;
}

.current-section-5-btn {
  display: inline-block;
  background-color: #d7e3ff;
  color: #3c42a1;
  border-radius: 0 10px 10px 10px;
  padding: 1.8rem 6rem;
  margin-top: 7vh;
  margin-bottom: 10vh;
  font-size: 2rem;
  position: relative;
  top: 0;
}

.current-section-5-btn:hover {
  position: relative;
  top: -10px;
  background: #3c42a1;
  color: #fff;
}

.current-section-6-img {
  background: url(/skin/base/images/project/best/2024/current-img6.jpg)
    no-repeat center left;
  background-size: cover;
}

/* current end */

/* review start */
.review-section-1 {
  padding: 9rem 16.7%;
}

.review-section-1 img {
  margin-bottom: 15px;
}

.review-section-2 h2 {
  padding-bottom: 2rem;
}

.review-section-3 {
  background: url(/skin/base/images/project/best/2022/review-bg.jpg) no-repeat
    center;
  width: 100%;
  overflow: hidden;
  padding: 12rem 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.review-section-3 .swiper-slide {
  border: 8px solid #fff;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.review-section-3 .swiper-button-prev,
.review-section-3 .swiper-container-rtl .swiper-button-next {
  left: -50px;
  color: #fff;
}

.review-section-3 .swiper-button-next,
.review-section-3 .swiper-container-rtl .swiper-button-prev {
  right: -50px;
  color: #fff;
}

.review-section-4 {
  padding: 8rem 0;
  background-color: #fafafb;
}

/* review end */
/* contact start */
.contact-page,
.expertReview,
.companyInfo-page {
  padding: 8rem 15px 0;
}

.contact-section-1 {
  padding: 3rem 0;
}

.contact-section-1 h2 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.contact-section-1 .glyphicon {
  margin-right: 15px;
}

.contact-section-1 .contact-detail {
  line-height: 3rem;
  padding-bottom: 2rem;
}

.contact-section-1 .contact-detail h3 {
  font-weight: bold;
  font-size: 20px;
}

.contact-section-1 .contact-detail + .contact-detail {
  border-top: 1px solid #eeeeee;
}

/* contact end */

/* companylist start */
.page-banner {
  height: 13.6vw;
  background: url(/skin/base/images/project/best/2024/page-banner-sm.jpg) no-repeat
    center;
  background-size: cover;
}

.companyList-page {
  margin-bottom: 50px;
}

.companyList-page .company-item {
  position: relative;
  margin-bottom: 50px;
}

.companyList-page .company-item {
  display: block;
  position: relative;
}

.companyList-page .company-item:hover {
  color: #14648a;
}

.companyList-page .company-item::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 4px;
  height: 100%;
  display: block;
  background: linear-gradient(#14589c, #43b3be);
}

.companyList-page .company-item .logo {
  height: 5rem;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* companylist end */

/* reason start */
.reason-bg-block {
  background-color: #2ca7bf;
  color: #fff;
  padding: 6%;
  position: relative;
}

.reason-online-txt {
  position: relative;
  background-color: #2eaec5cf;
  color: #fff;
  margin: 15rem 0;
  padding: 7rem;
  line-height: 3.5rem;
  border-radius: 0 10px 10px 10px;
}

.reason-bg-block::before,
.reason-bg-block::after,
.reason-online-txt::before,
.reason-online-txt::after {
  content: '';
  position: absolute;
  left: 4rem;
  top: 4rem;
  display: block;
  background-color: #2ceaf8;
}

.reason-bg-block::before,
.reason-online-txt::before {
  height: 2px;
  width: 105px;
}

.reason-bg-block::after,
.reason-online-txt::after {
  height: 105px;
  width: 2px;
}

/* reason end */

/* standard start*/
.standard-head {
  font-size: 2.2rem;
  display: inline-block;
  padding: 0.8rem 2rem;
}

.standard-head-1 {
  border: 1px solid #486e9f;
  color: #486e9f;
}

.standard-head-2 {
  border: 1px solid #4abbb7;
  color: #4abbb7;
}

/* standard end*/

/* signup-page start */
.signup-page,
.companyLogin-page {
  min-height: calc(100vh - 220px);
  background: url(/skin/base/images/project/best/2025/index-bg.jpg) center
    no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.signup-page .page-header,
.companyLogin-page .page-header{
  color: #fff;
}

.signup-page label {
  font-size: 16px;
  padding-top: 0!important;
  font-weight: bold;
}

.signup-logo {
  position: absolute;
  right: 0;
  top: 40px;
}

.companyLogin-page .form-horizontal .control-label {
  /* padding: 0; */
  text-align: left;
}

/* signup-page end */

/* list-page start*/
.list-page {
  background: url(/skin/base/images/project/best/2025/index-bg.jpg) no-repeat
    fixed;
    background-size: cover;
  min-height: 100vh;
  color: #fff;
}

.list-page .head {
  text-align: center;
  margin-bottom: 30px;
}

.list-page .head h2 {
  font-weight: bolder;
  padding-top: 40px;
}

.list-page h3 {
  text-align: center;
}

.list-page .nav-tabs a {
  color: #fff;
  line-height: 30px;
}

.list-page .nav-tabs > li.active > a,
.list-page .nav-tabs > li.active > a:focus,
.list-page .nav-tabs > li.active > a:hover {
  background: none;
  border: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.list-page .tab-content {
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88ffffff, endColorstr=#88ffffff);
  border-radius: 3px;
  padding: 30px 5%;
  margin-bottom: 75px;
  min-height: 520px;
}

.list-page .tab-content .bg_white {
  background: #fff;
  padding: 20px 0;
  margin: 0 0 35px;
}

.list-page .tab-content img {
  width: 100%;
  margin: 10px 0;
}

.list-page .nav-tabs {
  border: none;
}

.list-page .nav-tabs > li > a:hover {
  background: none;
  color: #fff;
  border-color: transparent;
}

/* list-page end*/

/* formDiv start */
.formDiv label {
  padding-right: 10px;
}

.formDiv input.form-control,
.formDiv select.form-control {
  height: 37px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
}

.formDiv .webuploader-pick {
  padding: 4px 15px;
}

.companyPageTab {
  margin-top: 60px;
  margin-bottom: 30px;
}

.companyPageTabItem {
  display: inline-block;
  color: #fff;
  background: #5054a7;
  border-radius: 4px;
  padding: 6px 17px;
}

.companyPageTabItem:hover {
  color: #fff;
}

.companyPageTabItem.on {
  background: #ae7a30;
}

.webuploader-pick {
  padding: 2px 15px !important;
}

.table th {
  text-align: center;
}

/* formDiv end*/

/* voteDetail start */
.voteDetail {
  margin-bottom: 100px;
}

.voteDetail .logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.voteDetail .logo img {
  margin-right: 15px;
}

/* voteDetail end*/

/* .index-page .col-sm-3 {
  width: 20%;
} */

/* ceo start */
.ceo-item {
  padding: 0 8px;
  margin-bottom: 20px;
  text-align: center;
}

.ceo-item .text-muted {
  font-size: 14px;
}

.ceo-item img {
  width: 100%;
}

.video-alert iframe {
  width: 100%;
}

.video-alert.in .modal-dialog {
  transform: translate(0, 50%);
}

.video-block {
  position: relative;
}

.video-block::before {
  content: '\e029';
  font-family: 'Glyphicons Halflings';
  font-size: 44px;
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background: #00000073;
  color: #fff;
  align-items: center;
  justify-content: center;
}

/* ceo end */

@media screen and (max-width: 1400px) {
  .header {
    height: auto;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    height: auto;
    padding: 0;
  }

  .header .nav li {
    margin-left: 15px;
  }

  .header .nav a {
    font-size: 16px;
  }

  .header .signup {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .index-page {
    background: url(/skin/base/images/project/best/2025/mobile-bg.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .header {
    height: auto;
    padding: 0;
  }

  .header .navbar-brand img {
    height: 50px;
  }

  .header .navbar-toggle {
    margin-top: 22px;
  }

  .header .nav {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
  }

  .header .nav li {
    margin: 0;
  }

  .index-page img {
    margin: 10% auto 15%;
  }

  .index-page a {
    padding: 6px 0;
    margin-bottom: 15px;
    font-size: 14px;
    border-radius: 3px;
  }

  .current-section-4 h2,
  .current-section-5 h2,
  .page-header {
    padding: 3rem 0;
    font-size: 20px;
  }

  .current-page .banner h1 {
    font-size: 3.5rem;
    padding-left: 15px;
  }

  .current-banner-btn {
    font-size: 2.2rem;
  }

  .current-section-1 .col-sm-6 {
    padding-right: 15px;
  }

  .current-section-1,
  .current-section-3,
  .current-section-6,
  .xs-flex-col {
    flex-direction: column;
  }

  .current-section-3-bg,
  .current-section-6-img {
    height: 30vh;
  }

  .reason-page .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .reason-bg-block::before,
  .reason-bg-block::after {
    opacity: 0;
  }

  .bps {
    margin: 0 -15px;
  }

  .review-section-1 {
    padding: 4rem 16.7%;
  }

  .signup-logo {
    position: absolute;
    right: 17px;
    top: -37px;
  }

  .signup-logo img {
    width: 55px;
  }

  .page-banner {
    height: 170px;
  }

  .index-page .logo img {
    height: 60px;
    width:auto;
  }

  /* .index-page .col-sm-3 {
    width: 50%;
  } */

  /* .index-page .col-xs-12 {
    width: 100%;
  } */
}
