/***** Custom Css *****/
@import url('https://fonts.googleapis.com/css?family=Play:400,700&display=swap');
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    color: #4f4f4f;
    font-family: 'Myriad-Pro-regular';
    font-size: 18px;
    line-height: 30px;
    word-break: break-word;
}
@font-face {
    font-family: 'Myriad-Pro-regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

span.contact-data{
    color: red;
    font-size: 14px;
}

.play-font{
    font-family: 'Play', sans-serif;
}
html {
    scroll-behavior: smooth; 
}
section{
    padding: 120px 0px;
    position: relative;
    float: left;
    width: 100%;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #4f4f4f;
    margin: 0 0 15px;
    line-height: 1 !important;
}
h2 {
    font-size: 36px;
}
.lead {
    font-size: 24px;
}
.text-primary, a.text-primary:focus, a.text-primary:hover{
    color: #4693cc !important;
}
.bg-primary{
    background-color: #7c4dff !important;
}
.btn {
    font-size: 16px;
    transition: all 0.4s ease;
    padding: .5rem .75rem .4rem;
    line-height: 1;
    border-width: 2px;
    white-space: normal;
}
.btn-primary {
    background-color: #4693cc;
    border-color: #4693cc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active,
.contact-form-popup .submit-popup:focus, .contact-form-popup .submit-popup:hover, .contact-form-popup .submit-popup:active{
    background-color: #4693cc !important;
    border-color: #4693cc !important;
    color: #fff !important;
}
.btn-outline-primary {
    color: #4693cc;
    border-color: #4693cc;
}
.rounded-50{
    border-radius: 50px;
}
.rounded-10{
    border-radius: 10px;
}
.btn-lg {
    font-size: 21px;
    padding: 12px 25px;
}
.bg-light {
    background-color: #e5e5e5!important;
}
.img-small {
    width: 100px;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
}
/***** Header *****/
.header .navbar-brand img {
    width: 170px;
}
.navbar-toggler {
    outline: none !important;
    padding: 9px 0 15px !important;
}
.navbar-toggler .navbar-toggler-icon {
    width: 22px;
    margin-top: 5px;
    height: 2px;
    display: block;
    background-color: #000;
    margin-left: auto;
    background-image: none; 
}
.navbar .navbar-nav .nav-link {
    color: #8C8C8C;
}

.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link.active{
    color: #282828 !important;
}
/***** Banner *****/
.bannersec {
    padding: 150px 0 280px;
    margin-top: 78.67px;
}
.banner-content h1 span {
    background-color: #4693cccc;
    padding: 6px 9px;
    display: inline-block;
}

.header:after {
    background-color: #fff;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    bottom: -10px;
    z-index: 9;
}
.banner-content .play-font {
    background-color: rgb(91, 190, 190, 0.7);
    padding: 6px 10px;
    font-size: 29px;
    display: block;
    max-width: 65%;
    line-height: 1.2;
    margin-top: 31px;
}
.hero-guest-entry {
    background: rgba(142, 233, 238, 0.78);
    border-radius: 0;
    padding: 12px 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    max-width: 520px;
}

.hero-guest-entry__label {
    font-size: 28px;
    color: #ffffff;
    display: block;
    font-family: 'Play', sans-serif;
}

.hero-guest-entry__form {
    margin-top: 14px;
}

.hero-guest-entry__group {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35);
    height: 32px;
}

.hero-guest-entry__input {
    flex: 1 1 auto;
    border: none;
    padding: 0 1rem;
    font-size: 1rem;
    color: #1f2937;
    background: transparent;
    min-width: 0;
    height: 100%;
    line-height: 1;
}

.hero-guest-entry__input:focus {
    outline: none;
    box-shadow: none;
}

.hero-guest-entry__button {
    background: linear-gradient(135deg, #4693cc 0%, #5bbebe 100%);
    color: #fff;
    border: none;
    padding: 0 1.4rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: opacity .3s ease;
    cursor: pointer;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.hero-guest-entry__button:hover,
.hero-guest-entry__button:focus {
    opacity: .85;
    outline: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@keyframes hero-scan-bar {
    0% { transform: translateX(-120%); }
    50% { transform: translateX(120%); }
    100% { transform: translateX(-120%); }
}

.hero-guest-entry__group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, rgba(70,147,204,0) 0%, rgba(91,190,190,0.55) 50%, rgba(70,147,204,0) 100%);
    opacity: 0;
    transform: translateX(-120%);
    animation: hero-scan-bar 1.6s ease-in-out infinite;
    animation-play-state: paused;
    pointer-events: none;
}

.hero-guest-entry__form.is-loading .hero-guest-entry__group::before {
    opacity: 1;
    animation-play-state: running;
}

.hero-guest-entry__form.is-loading .hero-guest-entry__button {
    pointer-events: none;
    opacity: 0.85;
}

.hero-guest-entry__form.is-loading .hero-guest-entry__input {
    pointer-events: none;
}
.background-image-maker-top{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.background-image-maker {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f7f7f7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.curve {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.solutionsec {
    padding: 170px 0 70px;
}
.solution-block {
    font-size: 24px;
    line-height: 30px;
}
.solution-block h2 {
    line-height: 48px !important;
    margin-bottom: 30px !important;
    max-width: 477px;
}
.solution-block p {
    line-height: 36px;
    padding-right: 14px;
}
.pro-block .protitle img {
    margin-top: -22px;
    margin-left: 20px;
}
.pro-block p {
    min-height: 124px;
    line-height: 33px;
}
.pricing-block {
    box-shadow: 0 20px 26px rgb(0 0 0 / 35%);
    border-radius: 20px;
}
.pricing-block .pricing-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 110px;
    padding: 13px 15px !important;
}
.pricing-block .pricetitle{

}
.pricing-block .pricetitle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    letter-spacing: 1px;
}
.price-list {
    padding: 20px 0px 0;
}
.price-list li {
    border-bottom: solid 1px #eee;
    font-weight: 600;
    padding: 6.5px 0;
    min-height: 38px;
    font-size: 20px;
    line-height: 1.2;
}
.price-list li img {
    width: 15px;
}
.pricing-block .pricemonthly {
    padding: 20px 10px;
}
.pricing-block .space{
    min-height: 38px;
}
.pricing-block .pricing-body, .pricing-block .pricemonthly{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pricing-block .pricemonthly {
    padding: 20px 10px;
}
.pricing-block .priceinner {
    position: relative;
    padding-left: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.pricing-block .outerheader, .pricing-block .innerheader {
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
}
.pricing-block .outerheader {
    transform: rotate(-90deg) translate(10px, -70px);
    width: 180px;
}
.pricing-block .innerpricing {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
}
.purple-block{
    background-color: #662b73;
    padding-bottom: 94px;
    border-radius: 15px 15px 0 15px;
}
.pricing-block .innercontent {
    margin-left: 40px;
    background-color: #c8bcca;
    padding: 19px 10px;
    font-size: 16px;
}
.pricing-block .innerheader {
    width: 180px;
    transform: rotate(-90deg) translate(10px, -68px);
}
.pricing-block .innercontent .innerlist li{
    position: relative;
    padding: 4px 0;
    font-size: 17px;
    font-weight: 600;
}
.pricing-block .innercontent .innerlist li:before {
    border-bottom: solid 1px rgba(255, 255, 255);
    content: "";
    width: 70%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.pricemonthly h5 {
    font-weight: 600;
    font-size: 24px;
}
.pricebtn .btn {
    font-weight: 700;
    text-transform: capitalize;
}
.footersec {
    background-color: #e9ecf2;
}
.footersec .copyright, .footersec .copyright a {
    color: #777777;
}
.footersec .copyright a {
    border-left: solid 1px #777;
    padding-left: 10px;
    margin-left: 10px;
}
.footersec .copyright a:hover {
    font-weight: bold;
}
.footersec .foot-logo {
    width: 200px;
    padding: 0px 0 100px;
    margin-left: auto;
}
/***** Media Query *****/
@media (min-width: 1200px){
    .container{
        max-width: 1170px;
    }
}
@media (max-width: 991px){
    ul.navbar-nav.header-nav{
        align-items: flex-start !important;
    }
    ul.navbar-nav.header-nav .nav-link {
        padding: 0 !important;
    }
    .btn-right-side{
        padding: 20px 0 !important;
    }
    .container{
        max-width: 100% !important;
    }
    ul.navbar-nav.header-nav li:first-child .nav-link {
        padding-left: 0px !important;
    }
    .banner-content span {
        max-width: 100%;
    }
    .bannersec {
        padding: 150px 0 200px;
    }
    .header .navbar-nav {
        border-top: solid 1px #eee;
        margin-top: 20px;
        padding-top: 10px;
    }
    .solution-block {
        font-size: 18px;
    }
    .solution-block h2, .heading h2 {
        font-size: 22px;
    }
    .solution-block h1, .heading h1 {
        font-size: 40px !important;
    }
    .lead {
        font-size: 20px;
    }
    .pro-block p {
        min-height: auto;
    }
    .navbar .navbar-nav .btn {
        display: block;
        margin-top: 5px;
    }
    .footersec .foot-logo {
        margin-right: auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 991px){
    .pro-block .protitle img {
        margin-top: 0px;
    }
    section{
        padding: 70px 0px;
    }
    .solution-block h1, .heading h1 {
        font-size: 30px !important;
    }
    .bannersec {
        padding: 100px 0 100px;
    }
}

/*
ul.navbar-nav {
    flex-basis: 100%;
}*/
.navbar-nav .nav-item {
    flex: auto;
    text-align: center;
}



/* Not Found Page CSS*/
#notfound {
  position: relative;
  height: 100vh;
  background: url('/frontend/images/bg.jpg');
  color:white;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
    color: white;
    font-size: 225px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
    -webkit-background-clip: text;
}


.notfound h2 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #0046d5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
          box-shadow: 0px 4px 15px -5px #0046d5;
}

.border-top-3{
    border-top: 3px solid #E9ECF2;
}

.img-w-25{
    width: 25px;
}
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}

/**/
.btn-pd a {
    padding: 7px 14px;
}
.btn-pd {
    margin: 0 0px 0 4px;
}

/*11-03-2022*/
.footersec {
    border-bottom: 10px solid #11415e;
    position: relative;
}
.footersec:before {
    height: 10px;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #d2d8e5;
}
#waf-ruleset-verification .row{
    margin: 0 -30px;
}
#waf-ruleset-verification .row .col-lg-6{
    padding: 0 30px;
}
#waf-migration .background-image-maker {
    background-position: top;
}
.contact-form-popup .modal-content {
    background-color: #c8dff0;
    border: 5px solid #fff;
    border-radius: 27px;
    padding: 25px 15px 33px;
}
.contact-form-popup .close {
    position: absolute;
    right: 19px;
    top: 11px;
    padding: 0 0 !important;
    margin: 0 !important;
    color: #000 !important;
    opacity: 1;
    text-shadow: none;
}
.contact-form-popup .close:focus {
    outline: 0;
}
.contact-form-popup .modal-title {
    display: block;
    color: #000 !important;
    font-size: 28px;
    font-weight: 600;
}
.contact-form-popup .submit-popup {
    background-color: transparent;
    border: 2px solid #4693cc;
    border-radius: 13px;
    color: #4693cc;
    text-shadow: 0 0 0;
    font-size: 22px;
    padding: 7px 40px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.contact-form-popup input {
    background-color: #f6f5f5;
    border-radius: 33px;
    border: 4px solid #fff !important;
    font-size: 19px;
    font-style: italic;
    font-family: 'Myriad Pro';
    color: #000 !important;
    text-shadow: 0 0;
    height: 50px;
    padding-left: 56px;
    box-shadow: none !important;
}
.contact-form-popup .icon-set {
    position: absolute;
    top: 3px;
    font-size: 18px;
    z-index: 1;
    left: 3px;
    background-color: #4692cc;
    color: #FFF;
    padding: 7px 15.079px;
    border-radius: 33px 0 0 33px;
    margin-left: 0;
    margin-top: 0;
}
.contact-form-popup .form-group{
    position: relative;
}
.contact-form-popup textarea {
    resize: none;
    height: 170px;
    border-radius: 11px;
    box-shadow: none !important;
    padding-left: 39px;
    padding-top: 9px;
    border: 4px solid #fff !important;
    font-style: italic;
    font-family: 'Myriad Pro';
    color: #000 !important;
    background: #f6f5f5;
    font-size: 19px;
}
span.icon-paragraph {
    left: 20px;
    position: absolute;
    top: 8px;
}

.contact-form-popup .submit-popup:focus {
    outline: 0;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 864px !important;
    }
}

/*15-03-2022*/
.header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 20%);
}

.gap-top-botom {
    padding: 60px 0 !important;
}

.table-application {
    margin-top: 20px;
}

.table-application h3 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 35px;
}

.loader-main {
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    position: fixed;
    width: 100%;
    display: table;
    z-index: 9999;
}

.loader-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.loader-inner img {
    max-width: 100px;
}

@media(max-width:991px){
    .foot-logo img{ margin-top: 0 !important;}
}


@media(max-width:767px){

    .table-application{ margin-top: 0;}
    .table-application h3 {
        font-size: 22px;}
}


/*30-04-2022 Deeksha*/
.header-nav .nav-link {
    padding: 0 15px !important;
}
.header-nav li:first-child .nav-link {
    padding-left: 40px !important;
}
.header-nav li:last-child .nav-link {
    padding-right: 0 !important;
}
.btn-right-side li:first-child{
    margin-left: 0 !important;
}
.btn-right-side {
    list-style: none;
    display: flex;
    margin: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px){
    .header .container{
        max-width: 100% !important;
    }
    .header-nav .nav-link {
        padding: 0 10px !important;
    }
    .header-nav li:first-child .nav-link {
        padding-left: 10px !important;
    }
}


.bannersec:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #e9ecf2, transparent);
    height: 50px;
    bottom: -50px;
    left: 0;
    right: 0;
}












.guestcheck-panel__card .hero-guest-entry__group {
    width: 100%;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35);
}
