body {
    padding: 0;
    margin: 0;
    font-family: 'HelveticaNeueMedium', Arial;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'HelveticaNeueMedium', Arial;
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.font-HelveticaNeue-Bold {
    font-family: 'HelveticaNeueMedium', Arial;
}

@font-face {
    font-family: 'HelveticaNeueMedium', Arial;
    src: url('fonts/HelveticaNeue-Roman.eot');
    src: url('fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg'), url('fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('fonts/HelveticaNeue-Roman.woff') format('woff'), url('fonts/HelveticaNeue-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.font-HelveticaNeue-Roman {
    font-family: 'HelveticaNeueMedium', Arial;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg'), url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.font-HelveticaNeueLTStd-Bd {
    font-family: 'HelveticaNeueLTStd-Bd';
}

/* cookie css */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #003399;
    z-index: 1030;
    color: #fff;
    font-size: 14px;
    margin: 0;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
  }
  
  .banner-learn {
    color: #000;
  }
  
  .banner-accept {
    padding: 7px 15px;
    background: #fff;
    text-align: center;
    color: #039;
    text-decoration: none;
    border-radius: 5px;
    width: 80%;
  }
  
  @media (min-width: 768px) {
    .privacy-banner {
      padding: 0.5rem .5rem;
    }
    .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }
  /* cookie css */
footer{
        padding-bottom: 210px;
}


/* header styles */

header {
    background: #000000;
}

.navbar-brand {
    max-width: 120px;
}

/* banner styles */

.banner-heading {
    color: #008cd2;
    font-weight: bold;
    font-size: 31px;
    font-family: 'HelveticaNeueMedium', Arial;
}

.banner-section {
    background: url(../images/banner-bg.png);
    background-size: cover;
}

.content-form-and-section {
    background: url(../images/body-bg-1.png);
    background-size: cover;
}

/* .text-and-img-container{
    background: url(../images/body-bg.png);
} */
.bg {
    background: url(../images/type.png);
    /*background-size: cover;*/
    background-image: linear-gradient(180deg, #ffffff, #dfdfe0);
}

.immersive-world {
    background: url(../images/immersive-world.png);
    background-size: cover;
}

h4 {
    color: #0081c9;
    font-weight: 600;
}

.immersive-world h3 {
    color: #0081c9;
    font-weight: 600;
}

p {
    color: black;
}

.immersive-world p {
    font-size: 18px;
    color: black;
}

.border-b {
    border-bottom: 5px solid #e1e1e2;
}


h2 {
    color: #0082c9;
    font-weight: 700;
}

.buy-now {
    border: 2px solid #0082c9;
    color: #0082c9;
    background: white;
    font-weight: 700;
    outline: none;
}
.privacy-error-msg{
    color: red;
}

ul li {
    list-style-type: none;
}

.co {
    color: black;
    font-weight: 700;
}

#layer1 {
    position: absolute;
    right: 39px;
    margin-top: -600px;
    z-index: 10;
    width: 281px;
    color: #000;
    padding: 5px 0;
}

#layer2 {
    visibility: hidden;
    background-color: #009cff;
    position: absolute;
    margin-top: 220px;
    padding-right: 0px;
    z-index: 5;
    width: 240px;
    right: 25px;
    border-width: thin;
    border-style: solid;
    border-color: #fff !important;
    color: #fff;
    font-size: 13px;
    height: 80px;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
    top: 10px;
}

a {
    color: black;
}

.footer-fsharelink {
    width: 20px !important;
}

.footer-borders, .footer-border {
    font-size: 12px;
}

.time-img img{
    max-height: 298px;
}
.immersive-world p{
    font-size: 25px;
    font-weight: 500;
}

.img-box {
    background: #f9f9f9;
}
.mrp{
    font-size: 17px;
}
.buy-now-btn button{
    background: none;
    border: 2px solid #0081c9;
    color: #0081c9;
    padding: 2px 24px;
    font-size: 18px;
}

.footer-text {
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 0;
}

@media (max-width: 896px) {
    .enhance {
        font-size: 20px;
        font-weight: 500;
    }

    div#layer1 {
        display: contents;
        position: unset;
    }

    .contactFormMain input[type="submit"] {
        background: url(../images/submit.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-align: left;
        color: #614c7f;
        border: 0;
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 8px 14px;
        width: 100% !important;
        margin-top: 0px;
    }

    div#layer2 {
        display: none !important;
    }

    .contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {
        font-family: Arial;
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
        width: 100%;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px !important;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 27px;
        font-family: 'HelveticaNeueMedium', Arial;
    }
}

@media (min-width: 768px) {
    .border-l {
        border-left: 2px solid #99c0d6;
    }

    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 27px;
        font-family: 'HelveticaNeueMedium', Arial;
    }
}


@media (min-width: 992px) {
    
      
  footer{
          padding-bottom: 83px;
  }
    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 31px;
        line-height: 45px;
    }

    .border-l {
        border-left: 2px solid #99c0d6;
    }

    .contactFormMain input[type="submit"] {
        background: url(../images/submit.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        text-align: left;
        color: #614c7f;
        border: 0;
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 5px;
        text-transform: uppercase;
        padding: 8px 14px;
        width: 100% !important;
        margin-top: 0px;
    }

    .contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {
        font-family: Arial;
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
        width: 97%;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px !important;
    }

    .banner-section p {
        font-size: 22px;
        line-height: 23px;
        font-family: 'HelveticaNeueMedium', Arial;
    }

    .first-section {
        position: relative;
        right: -57px;
    }
}

@media all and (device-width: 1024px) and (device-height: 665px) and (orientation:landscape) {
    #layer1 {
        position: absolute;
        left: -4px;
        margin-top: 40px;
        z-index: 10;
        /* width: 281px; */
        color: #000;
        padding: 5px 0;
        top: 303px !important;
    }

    .contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {
        font-family: Arial;
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
        width: 97%;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px !important;
    }

    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 27px;
        font-family: 'HelveticaNeueMedium', Arial;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    #layer1 {
        position: absolute;
        left: -4px;
        margin-top: 40px;
        z-index: 10;
        /* width: 281px; */
        color: #000;
        padding: 5px 0;
        top: 303px !important;
    }

    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 27px;
        font-family: 'HelveticaNeueMedium', Arial;
    }

    .contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {
        font-family: Arial;
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
        width: 97%;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px !important;
    }
}

@media (min-width: 1224px) {
    .contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {
        font-family: Arial;
        background-color: #fff;
        border: 1px solid #fff;
        color: #333;
        width: 100%;
        font-size: 13px;
        padding: 3px;
        margin-bottom: 5px !important;
    }

    .banner-heading {
        color: #008cd2;
        font-weight: bold;
        font-size: 42px;
        line-height: 44px;
    }
      
  footer{
          padding-bottom: 83px;
  }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    .logo {
        width: 100%;
    }
}

@media (max-width:576px) {
    .border-l {
        border-top: 2px solid #99c0d6;
    }

    .text-box {
        background-image: linear-gradient(180deg, #dcddde, #ededee);
    }
}

/* contact form */

.contactFormMain {
    background: #3298ba;
    padding: 11px;
}

.contactFormMain .heading {
    font-family: Arial;
    font-size: 21px;
    font-weight: 500;
    line-height: 19px;
}

.contactFormMain .sub-heading {
    font-family: Arial;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.contactFormMain input[type="text"].error, .contactFormMain input[type="email"].error, .contactFormMain select.error, .contactFormMain textarea.error, .contactFormMain input[type="text"]:focus, .contactFormMain input[type="email"]:focus, .contactFormMain select:focus, .contactFormMain textarea:focus {
    border: 1px solid #fff !important;
    outline: none !important;
}

/*.contactFormMain input[type="text"], .contactFormMain input[type="email"], .contactFormMain select, .contactFormMain textarea {*/
/*    font-family: Arial;*/
/*    background-color: #fff;*/
/*    border: 1px solid #fff;*/
/*    color: #333;*/
/*    width: 100%;*/
/*    font-size: 14px;*/
/*    padding: 3px;*/
/*   margin-bottom: 5px !important;*/
/*}*/

/*label.error {*/
/*    display: block;*/
/*    font-size: 12px;*/
/*    margin: 0px;*/
/*    color: red;*/
/*}*/

.errormsg {
    color: red;
}

label.error {
    display: block;
    font-size: 12px;
    margin: 0px;
    color: red;
}

label.checkbox_msg {
    font-size: 12px;
    padding-left: 15px;
    text-indent: -15px;
    color: white;
    display: inline-block;
    margin: 0;
}

label.checkbox_msg a {
    font-weight: 700;
    color: white;
    text-decoration: none;
}
.mrp-bg {
    background: url(../images/mrp-bg.png) no-repeat;
    background-size: 100% 100%;
}
.mrp-bg button {
    color: white;
    background: none;
    border: none;
    font-size: 16px;
    cursor: default;
}

.d-large-block{
    display:block; 
    width: 100%;
}
.d-small-block{
    display:none;
}
@media (max-width:768px){
    .d-large-block{
        display:none;    
    }
    .d-small-block{
        display:block;
        width: 100%;
    }
}