/* ====== COMMON START HERE ====== */
.user-login-form .form-body .action-button button {
  border: 1px solid #ccc;
  padding: 7px 20px;
  color: #333;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
}

a {
  color: #3274b0;
}

@media only screen and (min-width: 576px) {
  .desktop-view {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .desktop-view {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .mobile-view {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-view {
    display: block;
  }
}

/* ====== COMMON END HERE ====== */
/* ====== HEADER START HERE ====== */
.theme-header {
  background-color: transparent;
  -webkit-transition: all 500ms all;
  -moz-transition: all 500ms all;
  -o-transition: all 500ms all;
  transition: all 500ms all;
}
@media (max-width: 992px) {
  .theme-header {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .theme-header {
    padding: .5rem;
  }
}
.theme-header .navbar-brand .white {
  display: block;
}
.theme-header .navbar-brand .color {
  display: none;
}
@media (max-width: 576px) {
  .theme-header .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .theme-header .container {
    justify-content: flex-start;
    max-width: 100%;
  }
}
.theme-header .navbar-toggler:focus {
  outline: none;
}
.theme-header .navbar-toggler .white {
  display: block;
}
.theme-header .navbar-toggler .color {
  display: none;
}

.header-menu {
  margin-right: -15px;
}
@media (max-width: 992px) {
  .header-menu {
    margin-right: 0px;
  }
}
.header-menu li {
  border: none;
  height: auto;
}
@media (max-width: 992px) {
  .header-menu li {
    border-bottom: 1px solid #dedcdc;
    height: 40px;
  }
}
.header-menu a {
  color: #ffffff;
  font-size: 14px;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  margin-left: 1rem !important;
  transition: all 300ms !important;
}
.header-menu a.btn-outline-light {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}

.language-select .icon .white {
  display: block;
}
.language-select .icon .color {
  display: none;
}
.language-select .select-box select {
  background-color: #ffffff;
  border: 1px solid transparent;
  padding: 2px 5px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.language-select .select-box select:focus {
  outline: none;
}
@media (max-width: 992px) {
  .language-select .select-box select {
    border-color: #fff;
    padding-left: 10px;
    color: #4050b2;
  }
}

.theme-header-on-scroll {
  background-color: white;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.theme-header-on-scroll .header-menu a {
  color: #333;
}
.theme-header-on-scroll .header-menu a.btn-outline-light {
  border-color: #3367d6;
  color: #3367d6;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
.theme-header-on-scroll .header-menu a.btn-outline-light:hover {
  background-color: #3367d6;
  color: white;
}
.theme-header-on-scroll .language-select .icon .white {
  display: none;
}
.theme-header-on-scroll .language-select .icon .color {
  display: block;
}
.theme-header-on-scroll .language-select .select-box select {
  border-color: #a1a1a1;
}
@media (max-width: 992px) {
  .theme-header-on-scroll .language-select .select-box select {
    border-color: #fff;
    padding-left: 10px;
    color: #4050b2;
  }
}
.theme-header-on-scroll .navbar-brand .white {
  display: none;
}
.theme-header-on-scroll .navbar-brand .color {
  display: block;
}
.theme-header-on-scroll .navbar-toggler .white {
  display: none;
}
.theme-header-on-scroll .navbar-toggler .color {
  display: block;
}

.with-side-bar {
  transition: all, 300ms !important;
}
@media (max-width: 992px) {
  .with-side-bar {
    position: fixed;
    z-index: 1000;
    width: 220px;
    top: 79px;
    bottom: 0px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    margin-left: -280px;
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .with-side-bar {
    top: 71px;
  }
}

.with-side-bar.side-bar-open {
  margin-left: -16px;
}
@media (max-width: 576px) {
  .with-side-bar.side-bar-open {
    margin-left: -8px;
  }
}
@media (max-width: 992px) {
  .with-side-bar .header-menu a {
    margin-left: 0rem !important;
    color: #4050b2;
  }
  .with-side-bar .header-menu a.btn-outline-light {
    border: none;
    color: #4050b2;
    margin: 0;
    text-align: left;
  }
  .with-side-bar .header-menu a.btn-outline-light:hover {
    background: none;
    color: #4050b2;
  }
  .with-side-bar .header-menu a .language-select .select-box select {
    border-color: none !important;
    color: #4050b2;
  }
}

/* ====== HEADER END HERE ====== */
/* ====== HERO BANNER START HERE ====== */
.hero-banners {
  height: 618px;
  background: url("../images/intro-bg.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .hero-banners {
    height: 518px;
  }
}
@media (max-width: 768px) {
  .hero-banners {
    height: auto;
  }
}
.hero-banners .item > .row {
  align-items: center !important;
}
@media (max-width: 576px) {
  .hero-banners {
    height: auto;
    padding-bottom: 15px;
    background-size: 100% 100%;
  }
  .hero-banners .item > .row {
    align-items: flex-start !important;
    margin: 0;
  }
  .hero-banners .item > .row .col-6 {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .hero-banners .banner-image {
    margin-top: 10px;
  }
}
.hero-banners .container {
  padding: 5px;
  padding-top: 100px;
}
@media (max-width: 576px) {
  .hero-banners .container {
    padding-top: 65px;
  }
}
.hero-banners .banner-content {
  color: #ffffff;
}
@media (max-width: 576px) {
  .hero-banners .banner-content {
    text-align: left;
    padding: 0 10px;
  }
}
.hero-banners .banner-content .heading {
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .hero-banners .banner-content .heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-banners .banner-content .heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .hero-banners .banner-content .heading {
    font-size: 85%;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.hero-banners .banner-content .heading .bold {
  font-weight: 600;
}
.hero-banners .banner-content .sub-heading {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .hero-banners .banner-content .sub-heading {
    font-size: 70%;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 300;
  }
}
.hero-banners .banner-content .action .text {
  font-size: 17px;
  font-weight: 300;
  margin-right: 10px;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-banners .banner-content .action .text {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .hero-banners .banner-content .action .text {
    width: 45%;
    font-size: 50%;
    margin-bottom: 0px;
    font-weight: 300;
  }
}
.hero-banners .banner-content .action .button img {
  width: auto;
  display: inline-block;
}
@media (max-width: 576px) {
  .hero-banners .banner-content .action .button img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .hero-banners .banner-content .action .button {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .hero-banners .banner-content .action .d-flex {
    justify-content: center;
  }
}
.hero-banners .owl-dots {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .hero-banners .owl-dots {
    margin-top: 20px !important;
  }
}
.hero-banners .owl-dots .owl-dot {
  transition: all 300ms !important;
}
.hero-banners .owl-dots .owl-dot span {
  width: 25px;
  height: 4px;
  background: #acacaa;
}
.hero-banners .owl-dots .owl-dot.active {
  transform: translateY(0);
}
.hero-banners .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.hero-banners .owl-dots .owl-dot:focus {
  outline: none;
}
.hero-banners .owl-carousel-navigation .prev,
.hero-banners .owl-carousel-navigation .next {
  position: absolute;
  top: 45%;
  cursor: pointer;
  z-index: 4;
}
.hero-banners .owl-carousel-navigation .prev {
  left: 5px;
}
.hero-banners .owl-carousel-navigation .next {
  transform: rotate(180deg);
  right: 5px;
}
@media (max-width: 576px) {
  .hero-banners .owl-carousel-navigation {
    display: none;
  }
}

/* ====== HERO BANNER END HERE ====== */
/* ====== PAGE BODY START HERE ====== */
.section-gray-background,
.section-white-background {
  padding: 40px 0px;
}

.section-gray-background {
  background-color: #f9f9f9;
}

.section-white-background {
  background-color: #ffffff;
}

.section-heading {
  color: #4050b2;
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02rem;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .section-heading {
    font-size: 21px;
    margin-bottom: 20px !important;
  }
}

.section-heading-sm {
  color: #4050b2;
  font-size: 23px;
  font-weight: 700;
  padding: 20px;
  margin: 0;
  letter-spacing: -0.02rem;
}
@media (max-width: 576px) {
  .section-heading-sm {
    font-size: 21px;
  }
}

.application-usefull {
  height: 630px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .application-usefull {
    height: 530px;
  }
}
@media (max-width: 768px) {
  .application-usefull {
    height: auto;
  }
}

.photo-thumb {
  position: absolute;
  padding: 15px;
  transition: all 250ms;
  height: 480px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media (max-width: 1200px) {
  .photo-thumb {
    height: 410px;
  }
}
@media (max-width: 768px) {
  .photo-thumb {
    position: relative;
    width: 395px;
    height: auto;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 576px) {
  .photo-thumb {
    width: 300px;
  }
}
.photo-thumb .photo {
  border: 1px solid #b7b7b7;
  padding: 15px;
  transition: all 250ms;
  height: 275px;
}
@media (max-width: 1200px) {
  .photo-thumb .photo {
    height: 209px;
  }
}
@media (max-width: 992px) {
  .photo-thumb .photo {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .photo-thumb .photo {
    width: 365px;
    height: 275px;
  }
}
@media (max-width: 576px) {
  .photo-thumb .photo {
    width: 270px;
    height: 207px;
  }
}
.photo-thumb .heading {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .photo-thumb .heading {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .photo-thumb .heading {
    font-size: 20px;
  }
}
.photo-thumb .description {
  width: 80%;
  margin: 15px auto;
}
.photo-thumb:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.35);
}
.photo-thumb:hover .photo {
  padding: 0px;
  border-color: white;
}

.tick-bullet {
  font-size: 16px;
}
@media (max-width: 576px) {
  .tick-bullet {
    font-size: 14px;
  }
}
.tick-bullet li {
  background: url("../images/tick-box-18.png") no-repeat left 4px;
  padding-left: 25px;
  margin-bottom: 15px;
}
.tick-bullet li:last-child {
  margin-bottom: 0px;
}

.feature-thumb {
  margin-bottom: 40px;
}
.feature-thumb .heading {
  padding: 7px;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.feature-thumb .content {
  width: 80%;
  margin: 0 auto;
}
.feature-thumb .content .text-bullet li {
  margin-bottom: 5px;
  line-height: normal;
}
.feature-thumb .content .text-bullet .bullet {
  font-size: 18px;
  position: relative;
  top: 2px;
}
.feature-thumb.insurance {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .feature-thumb.insurance {
    margin-top: 0px;
  }
}

.home-feature-image {
  position: absolute;
  left: -30px;
  right: -30px;
}

.talk-to-us {
  background: url("../images/rectangle-screen-1.png") no-repeat center;
  background-size: cover;
  color: #ffffff;
}
.talk-to-us .download {
  font-size: 20px;
  font-weight: 600;
}
.talk-to-us .download .text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .talk-to-us .download .text {
    margin-bottom: 1rem;
  }
}
.talk-to-us .mobile-screen-with-icon .mobile-screen {
  position: relative;
  margin-top: -30px;
  margin-bottom: 2px;
}
@media (max-width: 992px) {
  .talk-to-us .mobile-screen-with-icon .mobile-screen {
    margin-top: 0px;
  }
}
.talk-to-us .mobile-screen-with-icon .icon {
  margin-left: 20px;
  position: relative;
  margin-top: -10px;
}
.talk-to-us .request-action .text {
  font-size: 20px;
  font-weight: 600;
}
.talk-to-us .request-action .btn-green {
  padding: 10px 15px;
  font-size: 17px;
  color: #ffffff;
  background-color: #45bb22;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  transition: all 300ms !important;
}
.talk-to-us .request-action .btn-green:hover {
  background-color: #55d42e;
}
@media (max-width: 992px) {
  .talk-to-us .request-action .btn-green {
    padding: 8px 10px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .talk-to-us .request-action {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .talk-to-us {
    padding: 20px 0;
  }
}

/* ====== PAGE BODY END HERE ====== */
/* ====== INTERNAL PAGE START HERE ====== */
.internal-page .blue-bg-header {
  background-color: #1c4fc4;
  height: 80px;
}
.internal-page .page-heading {
  padding-top: 15px;
  padding-bottom: 20px;
}
    .internal-page .page-heading h1 {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        padding: 2px 5px;
        text-align: center;
    }
.internal-page .page-heading .description {
  font-size: 18px;
}

/* ====== INTERNAL PAGE END HERE ====== */
/* ====== FAQ PAGE START HERE ====== */
.help-category-links .nav-link {
  padding: .45rem 1rem;
  height: auto !important;
  border: none;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  background-color: #f1f1f1;
  color: #000000;
  margin: 0 5px 5px 0;
  font-weight: 600;
  -webkit-transition: all 300ms all;
  -moz-transition: all 300ms all;
  -o-transition: all 300ms all;
  transition: all 300ms all;
}
.help-category-links .nav-link:hover {
  background-color: #fafafa;
  color: #000000;
}
.help-category-links .nav-link.active {
  background-color: #3367d6;
  color: #fff;
  transform: translateY(0);
}
.help-category-links .nav-link.active:hover {
  background-color: #3e7bfd;
}

.tab-content > .active {
  transform: translateY(0%);
}

.faq-accordian {
  margin-bottom: 30px;
}
.faq-accordian .card {
  border-radius: 0rem;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
}
.faq-accordian .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: none;
}
.faq-accordian .card .card-header .btn-link {
  margin: 0;
  padding: 7px 34px 7px 13px;
  font-size: 16px;
  font-weight: 600;
  color: #2d5edc;
  text-decoration: none;
  display: block;
  position: relative;
}
.faq-accordian .card .card-header .btn-link:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 10px;
  background: url("../images/accordian-color-arrow.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordian .card .card-header .btn-link.collapsed:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-accordian .card .card-body {
  padding: 0 15px 15px;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}
.faq-accordian .card:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

/* ====== FAQ PAGE END HERE ====== */
/* ====== FOOTER START HERE ====== */
.page-footer {
  background-color: #1c4fc4;
  padding: 20px 0;
}

.about-company .content {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 768px) {
  .about-company .content {
    margin-bottom: 30px;
  }
}

.footer-section .heading {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.footer-section .footerLinks li a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: all 200ms all;
  -moz-transition: all 200ms all;
  -o-transition: all 200ms all;
  transition: all 200ms all;
}
.footer-section .footerLinks li a::after {
  content: "";
  background: url("../images/right-arrow-icon.svg") no-repeat left center;
  opacity: 0.8;
  top: 10px;
  left: 0;
  position: absolute;
  width: 15px;
  height: 15px;
}
.footer-section .footerLinks li a:hover {
  color: white;
}
.footer-section .footerLinks li a:hover::after {
  opacity: 1;
}
.footer-section .contact-details {
  color: #ffffff;
}
.footer-section .contact-details p {
  margin: 0 0 7px 0;
}
.footer-section .contact-details p .bold {
  font-weight: 600;
}
.footer-section .contact-details p a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: all 200ms all;
  -moz-transition: all 200ms all;
  -o-transition: all 200ms all;
  transition: all 200ms all;
}
.footer-section .contact-details p a:hover {
  color: white;
}
.footer-section .social-links .icon {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .footer-section {
    margin-bottom: 30px;
  }
}

.footer-action .action-group {
  color: #ffffff;
  margin: 0 0 15px 0;
}
.footer-action .action-group .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer-action .action-group .button .btn-outline-light {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.8);
  transition: all 300ms !important;
  font-size: 15px;
  padding: 8px 16px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -o-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
@media (max-width: 1200px) {
  .footer-action .action-group .button .btn-outline-light {
    font-size: 14px;
    padding: 8px 9px;
  }
}

.copyright {
  background-color: #114499;
  color: #fff;
}

/* ====== FOOTER END HERE ====== */
/* ====== MODEL POP-UP START HERE ====== */
@media (max-width: 992px) {
  .user-login-form .modal-dialog {
    min-width: 95%;
  }
}
.user-login-form .modal-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.user-login-form .modal-body button.close {
  position: relative;
  top: -37px;
}
.user-login-form .modal-body button.close:focus {
  outline: none;
}
.user-login-form .modal-body .register-description {
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  line-height: 22px;
  margin-top: -25px;
}
.user-login-form .form-body {
  border-left: 1px solid #d7d7d7;
  padding-left: 30px;
  padding-right: 30px;
}
.user-login-form .form-body.without-border {
  border: none;
}
@media (max-width: 768px) {
  .user-login-form .form-body {
    border: none;
  }
}
@media (max-width: 576px) {
  .user-login-form .form-body {
    padding: 0;
  }
}
.user-login-form .form-body .form-heading {
  color: #585858;
  font-size: 24px;
  font-weight: bold;
}
.user-login-form .form-body .form-description {
  font-size: 18px;
}
.user-login-form .form-body .form-group {
  margin-bottom: 1.61rem;
}
.user-login-form .form-body .form-control {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  -webkit-transition: all 500ms all;
  -moz-transition: all 500ms all;
  -o-transition: all 500ms all;
  transition: all 500ms all;
  border-width: 0px;
  border-bottom: 1px solid #b7b7b7;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  font-weight: 500;
}
.user-login-form .form-body .form-control:focus {
  border-color: #3367d6;
  box-shadow: none;
}
.user-login-form .form-body .form-control option {
  padding-left: 0px;
}
.user-login-form .form-body .bmd-form-group label {
  margin: 0 0 0 0;
  font-size: 1rem;
  color: #7a7a7a;
}
.user-login-form .form-body .bmd-form-group label.active {
  font-size: 0.8rem;
  font-weight: 600;
  transform: translateY(-90%);
  color: #3367d6;
}
.user-login-form .form-body .bmd-form-group label.active + .form-control {
  border-color: #3367d6;
}
.user-login-form .form-body .forgot-password {
  font-size: 14px;
}
.user-login-form .form-body .forgot-password a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 300 all;
  -moz-transition: all 300 all;
  -o-transition: all 300 all;
  transition: all 300 all;
}
.user-login-form .form-body .forgot-password a:hover {
  color: #3274b0;
}
.user-login-form .form-body .action-button button {
  background-color: #3367d6;
  border-color: #3367d6;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 300ms all;
  -moz-transition: all 300ms all;
  -o-transition: all 300ms all;
  transition: all 300ms all;
  -webkit-border-radius: 50px 50px 50px 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -o-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.user-login-form .form-body .action-button button:hover {
  background-color: #3e7bfd;
}
.user-login-form .form-body .footer-note {
  font-size: 18px;
}

/* ====== MODEL POP-UP END HERE ====== */

/*# sourceMappingURL=website.css.map */
