body{
  padding: 0;
  margin:0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
.banner-wrap{
    background: url(../img/home-banner.png) no-repeat right center;
    background-size: cover;
    padding: 300px 5%;
}
.banner-wrap .content{
    color: #fff;
    padding-left: 58%;
}
.banner-wrap .content span{
    font-size: 25px;
    font-weight: 300;
    opacity: 0.75;
    letter-spacing: 0.1em;
}
.banner-wrap .content h1 span{
    font-weight: bold;
    font-size: 130px;
    letter-spacing: -0.06em;
    line-height: 100%;
    text-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    margin-bottom: 1.5rem;
    color: #fff;
    display: block;
    opacity: 1;
}
.banner-wrap .content h1{
    font-weight: bold;
    font-size: 100px;
    letter-spacing: -0.06em;
    line-height: 0.9;
    text-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.banner-wrap .content p{
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 500;
}
.banner-wrap .content .cta-btn{}
.trial_cta_button{
  display: inline-block;
  background-color: #eee;
  font-weight: 500;
  /* padding: 1.3em 3em 1.3em 5em; */
  padding: 1em 3em 1em 1.3em;
  font-size: 1.1em;
  border-radius: 10em;
  margin: 1em 0 1em 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 30px 45px 0 rgb(0 0 0 / 20%);
  transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1);
}
.trial_cta_button::after{
    content: '';
    position: absolute;
    height: 30%;
    top: 35%;
    width: 2em;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: contain;
    right: 0.6em;
    transition: all 0.2s cubic-bezier(0.24, 0.9, 0.3, 1);
}
/* .trial_cta_button::before{
    content: '';
    position: absolute;
    height: 90%;
    top: 10%;
    width: 3em;
    background: url(../img/lens-2.png) no-repeat center;
    background-size: contain;
    left: 1.2em;
    margin-right: 1em;
} */
.sub-title{
    font-size: 1.1em;
    font-weight: 300;
    opacity: 0.75;
    letter-spacing: 0.1em;
}
 .trial_cta_button:hover{
    background-image: url(../img/bg-cta-active.png);
    background-size: cover;
    box-shadow: 0 45px 45px 0 rgb(0 0 0 / 20%);
    color: white !important;
 }
 .footer-wrap {
    background-color: #e4e9f0;
    padding: 90px 0 40px;
}
.footer-wrap ul li a{
    color: #1A4175;
    font-weight: 500;
    display: block;
    font-size: 16px;
    transition: 0.5s all;
}
.footer-wrap ul li{
    padding: 2px 0;
}
.footer-wrap ul li a:hover{
    color: #858C93;
    text-decoration: unset;
    transition: 0.5s all;
}
.copy-right-wrap p{
    color: #30538a;
    opacity: 0.6;
    font-size: 14px;
    margin-top: 40px;
}
.logo {
  max-width: 200px;
}
.navbar {
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  padding: 10px 50px;
  border-bottom: 3px solid #c7cdd6;
  background-color: white;
  height: 7.1875rem;
}
.push-left {
  margin-left: auto;
}
/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
.hamburger-line {
  background: #272727;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}
.nav-menu .menu-item a {
  display: block;
  line-height: 30px;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 16px;
  padding: 10px 15px;
}
.nav-menu .menu-item a:hover {
  color: #888 !important;
  text-decoration: unset !important;
  color: #1A4175 !important;
  position: relative;
}
.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px 5px;
  list-style: none;
  width: 230px;
  box-shadow: 0 30px 30px rgb(0 0 0 / 20%);
  z-index: 3;
  width: 20em;
  border-top: 3px solid #c7cdd6;
  padding: 1.5em;
  position: absolute;
  top: 100%;
  margin-top: -7px;
  text-align: center;
}
.nav__link:hover + .sub-nav {
  display: block;
}
.sub-nav:hover {
  display: block;
}
.nav-menu .menu-item .sub-nav a{
    line-height: normal;
    display: block;
    color: #888;
    text-transform: uppercase;
    margin: 0;
    text-align: c;
    color: #222;
}
#primary-menu li.menu-item.dropdown {
    display: flex;
    justify-content: center;
}
/*.nav-menu .menu-item a:hover:after{content:'';position: absolute;bottom: 9px;width: 100%;height: 2px;background: #1A4175;left: 0;right: 0;margin: 0 auto;}
.nav-menu .menu-item .sub-nav a:hover:after{background: unset;}*/
.nav-menu .menu-item .sub-nav a:hover{
    font-weight: 700;
}
#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  top: 0;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: #1571b5;
  font-weight: 600;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #1571b5;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1571b5;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #ffffff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  border: 1px solid #ededed;
  box-shadow: -5px 5px 12px -5px rgb(0 0 0 / 60%);
}
#menu li
{
  padding: 7px 0;
  font-size: 16px;
  text-transform: uppercase;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.mobile-menu-wrap{
  display: none;
}
.mobile-menu-wrap .inner-wrap{
    display: flex;
    align-items: center;
}
.mobile-menu-wrap .inner-wrap .logo{
    text-align: right;
    margin: 0 0 0 auto;
    padding: 20px 0px;
    margin-right: 35px;
}
.mobile-menu-wrap .inner-wrap .navigation{}

/* Common page design style start here */
.content-header{
  padding: 30px 40px 20px;
}
.content-header h1{
  margin-bottom: 0;
  color: #1FB4C4;
  font-weight: 700;
}
/*.content {
  padding: 0px 40px 50px;
}*/
.content .card-body{
  padding: 35px;
  box-shadow: 0 0px 6px 0px rgb(0 0 0 / 20%);
}
.card-body .ack-list li {
 padding: 5px 0;
}
.cosent-section{
  margin-top: 50px;
}
.cosent-section label {
  margin-bottom: 20px;
}
form .btn.btn-danger{
  margin-top: 20px;
}
/* Common page design style end here */