/* Colors */
/* Section Heights and Paddings/Margins */
header {
  padding-top: 50px;
}

header .navbar-nav::after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 100%;
  border-bottom: 2px solid #cb1334;
  bottom: -2px;
}
header .navbar-nav .login-lnk-container .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  border-left: 2px solid black;
}
header .navbar-nav .book-btn-container {
  margin-bottom: 0px;
}

.cover-section {
  margin-top: -35px;
  padding-top: 97px;
  min-height: 450px;
}
.cover-section .content,
.cover-section .content span {
  font-size: 1.8rem;
}

/*.home-cover-section {*/
/*  background-image: url("../../img/home/cover.jpg");*/
/*}*/
.home-cover-section img.cover-image {
    display:block;
}
.compliance-section .container-fluid {
  margin-top: 150px;
  height: 200px;
  position: relative;
  z-index: 1000;
}

/* About US Page Start */
/* About US Page End */
/* Login Page Start */
/* Login Page End */
/* Blogs Details Start */
/* Blog Details Page End */
/* Main Benefits Page Start */
.bg-blue-light {
  max-height: 600px;
}

/* Main Benefits Page End */
/* Pricing Page Start */
.plans-container .right-col {
  flex-direction: row;
  padding-left: unset;
}
.plans-container .right-col .circle-container {
  margin-bottom: unset;
  align-self: center;
}

.know-more-section {
  max-height: 250px;
}
.know-more-section .sec-title {
  margin-bottom: 20px;
}

/* Pricing Page End */
/* Subscribe Page Start */
.subscribe-cover-section .cover-title span {
  display: inline-block;
}
.subscribe-cover-section .black-gradient-overlay {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7098039216) 30%, transparent 60%);
}

.subscribe-form-section .sec-large-title {
  margin-bottom: 100px;
}
.subscribe-form-section .sec-large-title .horizental-bottom {
  margin-left: -60px;
  margin-bottom: -100px;
}

/* Subscribe Page End */
/* Guidelines Page Start */
.risk-prevention-sections .bg-blue-light {
  padding-left: 55px;
}

.shadow-card.left {
  margin-right: 20px;
}

.shadow-card.right {
  margin-left: 20px;
}

/* Guidelines Page End */
/* Register Sponsors Page Start */
.sponsor-search-section .alphabets-container {
  overflow-x: auto;
}

/* Register Sponsors Page End */
/* Product Page Start */
.hiw-section .left-col,
.hiw-section .middle-col,
.hiw-section .right-col {
  margin-right: -50px;
}
.hiw-section .bg-blue-light {
  height: 350px;
  margin-top: 80px;
  background-color: transparent;
  background-image: url("../../img/product/hiw-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hiw-section .left-col .bg-blue-light {
  position: relative;
}
.hiw-section .left-col .bg-blue-light::before {
  content: "";
  background-color: #f0efef;
  position: absolute;
  height: 100%;
  width: 100vw;
  right: calc(100% - 100px);
  top: 0px;
  z-index: -1;
}
.hiw-section .right-col .bg-blue-light {
  position: relative;
}
.hiw-section .right-col .bg-blue-light::before {
  content: "";
  background-color: #f0efef;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: calc(100% - 200px);
  top: 0px;
  z-index: -1;
}
.hiw-section .group {
  padding: 30px;
}
.hiw-section .right-col .group {
  text-align: right;
}

/* Product Page End */
footer .social-icons-container {
  display: flex;
}

footer .social-icons-container img {
  margin: 0px;
}/*# sourceMappingURL=lg.css.map */