#myneo-contact-form{
    position: relative;
    min-height: 400px;
}
#myneo-contact-form .neo-get{
    border-radius: 20px;
    position: absolute;
    top: 37px;
    width: 82%;
}
.navbar-text {
    margin-left: auto;
}
.bestpractice{
    text-align:center;
    padding-top: 10%;
    font-style:italic;
}
body {
    font-family: Roboto;
}

.logo-img{
     width: 249; 
     height: 56px;
}
.certifications {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-left: 15%;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #204EA8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -42px;
}

.myneo-content{
    margin-top: 8%;
    margin-bottom: 10%;
}
.get-btn {
    background-color: white;
    color: #204EA8 !important;
    border-radius: 5px;
}

.neo-video{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.neo-test-card{
    margin-right: 15% !important;
    margin-left: 15% !important; 
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 13px 6px 13px;
}

.get-in-touch {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link.line {
    padding: 15px 13px 20px 13px;
}

.navbar-light.scrolled .navbar-nav .nav-link.line {
    padding: 15px 13px 20px 13px;
}

.navbar ul li.active a {
    border-bottom: 2px solid #fff;
    color: #fff !important;
}
.navbar.scrolled ul li.active a {
    border-bottom: 2px solid #204EA8;
    color: #204EA8 !important;
}
.navbar-light.scrolled .navbar-nav a.nav-link.line {
    color: #204EA8 !important;
}

/* .navbar-light.scrolled .navbar-nav{
    background-color: white;
    color: white !important;
} */

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}
.footer-link .footer-sec .nav-link{
    padding: 0.5rem 0.5rem !important;
}
.banner-image {
    text-align: center;
    width: 100%;
}

header {
    position: relative;
    height: 100vh;
    z-index: 99;
}

header::before,
header::after {
    content: '';
    background-image: url(../images/Banner.png);
    background-size: cover;
    margin-left: 35%;
}

header::before {
    position: fixed;
    width: 100%;
    z-index: -1;
}

header::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

nav {
    position: fixed;
}

nav ul {
    margin: 0 0;
    padding: 0.5em 0;
    list-style: none;
}

nav li {
    display: inline-block;
}

nav a,
#skip-link {
    display: block;
    outline: none;
    margin: 0 1em;
    color: white;
    text-decoration: none;
}

nav a:focus,
nav a:hover {
    border-color: currentColor;
}

#skip-link {
    position: fixed;
    left: 0;
    top: 0;
    color: white;
    text-decoration: inherit;
    transform: translateY(-100%);
    z-index: 1;
}

#skip-link:focus {
    transform: translateY(0);
}

.banner-content h1 {
    font-weight: 700;
    color: #204EA8;
    /* padding: 169px 207px 0px 113px; */
    padding: 169px 124px 0px 113px;
    font-size: 60px;
}
.neovault-info-content h1{
    font-weight: 700;
    color: #204EA8;
    /* padding: 169px 207px 0px 113px; */
    padding: 30px 124px 0px 0px;
    font-size: 60px; 
}
.neovault-info-content h2{
    font-weight: 600;
    padding: 60px 0px 0px 0px;

    font-size: 40px; 
}
.myneo-info-content h2{
    font-weight: 600;
    padding: 60px 0px 0px 0px;

    font-size: 40px;
}
.myneo-phone-three h2{
    font-weight: 600;
    font-size: 40px; 
    color: #204EA8;
}
.myneo-social-info {
    display: flex;
    margin-left: 0%;
}
.neovault-info-content p {
    padding: 4px 164px 0px 0px;
    font-size: 20px;
    line-height: 20px;

}
.banner-content p {
    padding: 4px 164px 0px 117px;
    font-size: 20px;
    line-height: 20px;

}

.banner-button {
    border: 1px solid #204EA8;
    color: #204EA8;
}

.banner-row {
    margin: 0px;
}
.neovault-info-content
{
    margin-bottom: 50px;

}
.market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 2px solid #204EA8;
    background-position: center left 0.75rem;
    background-color: #fff;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 9px;
    color: #204EA8;
}

.market-btn .market-button-title {
    display: block;
    font-size: 1.125rem;
}

.market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    font-size: 0.75rem;
}

.apple-btn:hover {
    background-color: #204EA8;
    color: white !important;
    text-decoration: none;
}

.google-btn:hover {
    background-color: #204EA8;
    color: white !important;
    text-decoration: none;
}

a.apple-btn {
    background-image: url(../images/ios-blue.png);
}

a.google-btn {
    background-image: url(../images/andorid-blue.png);
}

a.apple-btn:hover {
    background-image: url(../images/ios-white.png);
}

a.google-btn:hover {
    background-image: url(../images/andorid-white.png);
}

.banner-content {
    background-image: url(../images/Frame-banner.png);
}

.neo-industry {
    background-image: url(../images/neo-background.png);
    background-repeat: no-repeat;
    padding-top: 7%;
    position: relative;
}

.neo-industry:before {
    content: url(../images/round_1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    left: 0px;
    top: 10px;
}

.neo-industry:after {
    content: url(../images/round_21.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    right: 0px;
    bottom: 208px;
}

ul.checkmark li {
    font-size: 14px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: .25em 0 0 2.5em;
    position: relative;
}

ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid .8em #204EA8;
    border-radius: .8em;
    height: 0;
    width: 0;
    position: absolute;
    left: .5em;
    top: 20%;
    margin-top: -.5em;
}

ul.checkmark li:after {
    content: " ";
    display: block;
    width: .3em;
    height: .6em;
    border: solid #fff;
    border-width: 0 .2em .2em 0;
    position: absolute;
    left: 1rem;
    top: 23%;
    margin-top: -.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.neo-industry-two h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.neo-phone {
    margin-top: 10%;
}

.neo-solution {
    margin-top: 15%;
}

.neo-phone-two {
    margin-top: -14%;
}

.neo-yt {
    text-align: center;
    position: relative;
    margin-left: 16%;
    top: 60px;
}

.neovault-potential {
    background-image: url(../images/Neovault-thirdbanner.png);
    background-repeat: no-repeat;
    color: white;
    background-position: bottom;
    background-position-y: center;
    background-position-x: inherit;
    background-size: 100%;
    margin-top: -7%;
}

.neovault-potential-two {
    text-align: center;
    padding-top: 15%;
}

.neovault-potential-two h1 {
    font-weight: 600;
}

.neo-yt-one {
    position: relative;
}

.neo-what-two {
    padding: 0px 120px 0px 0px;
}

.neo-what {
    margin-top: 8%;
    padding-bottom: 9%;
}

.checkmark-two {
    padding-left: 0px;
}

.neo-slider h2 {
    font-weight: 600;
    padding-top: 4%;
}

.phone-social {
    margin-left: 0px !important;
}

.neo-slider {
    text-align: center;
}

.group-pc {
    text-align: center;
}

.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #14213d;
}

.neo-try-one li {
    color: #204EA8;
    font-weight: 600;
}

.neo-try-four {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.testimonial-slide {
    padding: 20px;
}

.try-neovault-five {
    padding-top: 5%;
}

ul.checkmark-two li {
    font-size: 14px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: .25em 0 0 2.5em;
    position: relative;
}

ul.checkmark-two li:before {
    content: " ";
    display: block;
    border: solid .8em white;
    border-radius: .8em;
    height: 0;
    width: 0;
    position: absolute;
    left: .5em;
    top: 20%;
    margin-top: -.5em;
}

ul.checkmark-two li:after {
    content: " ";
    display: block;
    width: .3em;
    height: .6em;
    border: solid #204EA8;
    border-width: 0 .2em .2em 0;
    position: absolute;
    left: 1rem;
    top: 23%;
    margin-top: -.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.testimonial_box-top {
    padding: 30px;
    border-radius: 15px;
    display: flex;
    position: relative;
}

.testimonial_box-icon {
    margin-top: -12px;
    padding-right: 20px;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
}

.testimonial_box-text p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.testimonial_box-shape {
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 20px;
    height: 20px;
    background-color: #e5e5e5;
    -webkit-transform: rotateZ(50deg);
    transform: rotateZ(45deg);
}

.testimonial_box-bottom h4 {
    font-weight: 600;
}

.testimonial_box-profile {
    display: flex;
}

.slick-dots li button:before {
    font-size: 15px;
    color: #204EA8;
}

.testimonial_box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    border-bottom: 5px solid #204EA8;
    min-height: 365px;
    padding: 20px;
}

.my-neo-phonecontent h1 {
    font-weight: 500;
}

.my-neo-phonecontent p {
    color: #204EA8;
    font-weight: 700;
}

.myneo-social {
    display: flex;
    margin-left: 16%;
}

.checkmark {
    padding-left: 0px;
}

.market-btn {
    margin: 10px;
}

.myneo-phone-three {
    background-color: #F1F3F8;
    padding-top: 50px;
    padding-bottom: 1px;
}

.neo-lab {
    margin-top: 5%;
}

.neo-lab-one h1,
h6 {
    font-weight: 600;
}

.neo-lab h6 {
    color: #204EA8;
}

.social-btn {
    background-color: #F1F3F8;
}

.neo-labcard {
    color: white;
    margin-top: 35px;
    border-radius: 10px;
    border: none;
    background-color: #204EA8;
}

.lab-check {
    margin-top: 20px;
}

.neo-labcard-four {
    text-align: center;
    background-color: white !important;
    color: #204EA8 !important;
    border-radius: 30px 10px 10px 0px;
}

.neo-labcard-four a {
    color: #204EA8;
    text-decoration: none;
}

.lab-content {
    padding-top: 15px;
}
.myneo-lab-content{
    padding-top: 15px;

}
.neo-labcard-three {
    padding-left: 37px;
    background-color: #204EA8;
    color: white;
    border-radius: 10px;
}

.neo-labcard-two {
    margin: 5px;
}

.cionbox {
    width: 34px;
    height: 34px;
    float: left;
    border-radius: 50%;
    text-align: center;
    color: #204EA8;
}

.op {
    position: relative;
}

.op-box li {
    list-style: none;
    font-size: 15px !important;
}

.op p {
    font-size: 16px;
    color: #204EA8;
    font-weight: 600;
}

.op-card {
    font-family: public sans;
}

.card-header {
    padding: 1.25rem 1.25rem;
    text-align: center;
    background-color: #204EA8;
    color: white;
    border-radius: 10px !important;
}

.card-header p {
    margin-bottom: 0px;
}

.neo-get {
    border-radius: 20px;
    position: relative;
    top: 220px;
}

.neo-get h1 {
    padding: 20px 0px 0px 35px;
    font-weight: 700;
    color: #204EA8;
}

.neo-get-one {
    border-radius: 20px;
}

.neo-get-three {
    border-radius: 10px;
}

.form-control {
    padding: 35px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0rem !important;
}

textarea {
    color: black;
}

form {
    margin-top: 10%;
}

.btn-formneo {
    background-color: #204EA8;
    color: white;
    margin-top: 3%;
}

.btn-formneo:hover {
    color: white;
}

#container {
    width: 100vw;
    height: 67vh;
    max-width: 100%;
    background: center / cover no-repeat url("../images/test-k-banner.jpg");
    position: relative;
  }

.points-testk{
    padding: 75px;
    /* margin-top: 75px; */
}

.points-testk h2{
  margin-bottom: 30px;
}

.points-testk h2{
  font-weight: 700;
}
  
  #hero-text {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 67vh;
  }

  .test-container{
    background-color: transparent;
    background-image: linear-gradient(160deg, #3F2FC7 0%, #3DAC4A 100%);
    margin-top: 2%;
    margin-bottom: 2%;
    color: white;
    padding: 30px 0px 30px 0px;
    text-align: center;
  }
  .test-container h2{
    font-size: 2.5rem;
    font-weight: 700;
  }
  .test-container-two{
    margin-top: 2%;
    margin-bottom: 2%;
    color: black;
    padding: 30px 30px 30px 30px;
    text-align: center;
  }

  .test-container-two h2{
    font-size: 2.5rem;
    font-weight: 700;
  }

  .section_our_solution .row {
    align-items: center;
  }
  
  .our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .test-operator{
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .solution_cards_box .solution_card {
    flex: 0 50%;
    background: #F7F7F7;
    /* box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
      0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px; */
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.7s;
    text-align: center;
    height: 200px;

  }
  .test-positive{
    max-width: 80%;
  }

  .test-solution{
    padding-right: 0px;
    padding-left: 0px;
  }

  .test-footer{
    padding-top: 32% !important; 
  }
  .positive-image{
    text-align:center;
    margin-top:50px;
  }

  .pdf{
    margin-top: 5%;   
    text-align: center;
    margin-bottom: 5%;
  }

  .pdf img{
    height: 260px;
  }
  .points-one li {
    padding-bottom: 5px;
    padding-top: 2px;
  }
  .line-1 {
    height: 2px;
    background: blue;
  }

  .copyright{
    margin-top: 11px;
  }

  .img-operator{
    max-width: 32%;
    margin-top: 40px;
  }

  .test-operator h2{
    text-align: center;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .neotest-points{
    background-color: #F7F7F7;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  /* .solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
  } */
  
  .solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
  }
  


  
  .solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
  }
  
  .solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 600;
  }
  
  .solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(
      140deg,
      #42c3ca 0%,
      #42c3ca 50%,
      #42c3cac7 75%
    ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
  }
  
  .our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    color: #767676;
    font-size: 50px;

}
a.iconhover {
cursor: default;
text-decoration: none;
}

a.iconhover:hover .fa-check-circle:before{
    color:#3F2FC7;
    cursor: default;
}
.solution_card .fa-check-circle{
    padding:25px;
}
  .hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
  }
  
  .solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
  }
  
  .solution_cards_box .solution_card .so_top_icon {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #204EA8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:35%;
    text-align: center;
  }
  
  .solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
  }
 


  /*start media query*/
  @media screen and (min-width: 320px) {
    .sol_card_top_3 {
      position: relative;
      top: 0;
    }
  
    .our_solution_category {
      width: 100%;
      margin: 0 auto;
    }
  
    .our_solution_category .solution_cards_box {
      flex: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
      flex: 1;
    }
    .points-testk {
        padding: 18px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
      position: relative;
      top: -3rem;
    }
    .our_solution_category {
      margin: 0 auto;
    }
    .points-testk {
        padding: 75px;
    }
  }
  

  
  #hero-text h1 {
    text-transform: capitalize;
    font-size: calc(2rem + 0.9vw);
    color: hsl(216, 33%, 97%);

  }
  
  #overlay {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
  }
  

.neo-footer {
    padding-top: 34%;
    background-color: #204EA8;
}

.footer-content {
    /* text-align: center; */
    color: white;
    border-top: 1px solid #7A7A7A;
    padding-top: 30px;
}

.copy-image{
    margin-bottom: 20px;
}
.footer-nav {
    display: contents;
}

.footer-nav-one {
    padding-top: 30%;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

nav {
    position: -webkit-sticky;
    top: 0;
    height: 69px;
    width: 100%;
    transition: background .5s;
    /* control how smooth the background changes */
    z-index: 1;
}

nav.scrolled {
    background-color:white;
    color: #204EA8;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 10;
    height: 59px;
}

.navbar.scrolled .get-btn {
    background-color: #204EA8;
    color: #FFF !important;
    border-radius: 5px;
}
/* nav.scrolled .navbar-light .navbar-nav .nav-link {
 color: #204EA8;
} */

.neo-touch {
    padding: 35px;
}

img {
    overflow: hidden;
    z-index: -1;
}

.footer-sec {
    list-style: none;
    display: flex;
}

.footer-sec li a {
    color: white;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
    background-color: white;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    background: #204EA8;
}

.error {
    color: red;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto;
}

.try-neovault {
    background-image: url(../images/try-neovault.png);
}

.try-neovault-one {
    padding-top: 10%;
}

.try-neovault h1 {
    font-weight: 600;
}

.banner-mobile-img {
    display: none;
}

.navbar ul li.active a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    width: 0px;
}
.navbar-light .navbar-nav .activeline .nav-link:focus{
    color:#fff;
}
.navbar-light.scrolled .navbar-nav .activeline .nav-link:focus{
    color:#204EA8;
}
.error {
    color: red;
    font-weight: 400;
    font-size: 13px;
    font-family: Roboto;
}

#contactForm .form-control {
    padding: 35px 15px 35px 15px;
    border-bottom: 1px solid #d3cfcf;
    ;
}

#contactForm .form-control:focus {
    color: #495057;
    background-color: #fff !important;
    border-color: #e9ebed !important;
    outline: 0 !important;
    box-shadow: none !important;
}

@media (min-width: 0px) and (max-width:991px) { 
    
    nav.scrolled #navbarText {
        background-color: #FFF;
        color: #204EA8;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
    .altmessge{
        margin-top:15px;
    }
    #navbarText {
        background-color: #204EA8;
        color:#FFF;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
    .navbar ul li.active a {
        border-bottom: 1px solid #FFF;
    }
    .navbar.scrolled ul li.active a {
        border-bottom: 1px solid #204EA8;
    }
    .navbar-text {
        width: 100%;
    }
  
    .navbar-light.scrolled .navbar-nav .nav-link.line {
        padding: 15px 13px 15px 13px;
    }
    .get-in-touch {
        margin-top: 15px;
        padding-bottom: 15px;
    }

}

@media (min-width: 0px) and (max-width:767px) {
    .neovault-info-content h1{
        font-weight: 700;
        color: #204EA8;
        /* padding: 169px 207px 0px 113px; */
        padding: 0px 0px 0px 0px;
        font-size: 18px; 
        line-height: 45px;

    }
    .neovault-info-content {
        margin-bottom: 20px;
    }
    .market-btn .market-button-title {
        display: block;
        /* font-size: 1.125rem; */
        font-size: 10px;
        line-height: 21px;
    }
    .market-btn .market-button-subtitle {
        display: block;
        margin-bottom: -0.25rem;
        /* font-size: 0.75rem; */
        font-size: 7px;
    }
    .op-box li {
        font-size: 13px !important;
    }
    .myneo-phone-three {
        background-color: #F1F3F8;
        padding-top: 10px;
        padding-bottom: 1px;
    }
    .neovault-info-content h2{
        font-weight: 600;
        padding: 30px 0px 0px 0px;
    
        font-size: 18px; 
    }
    .myneo-info-content h2{
        font-weight: 600;
        padding: 30px 0px 0px 0px;
    
        font-size: 18px; 
    
    }
    .neovault-info-content p {
        padding: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 10px;
    }
    .navbar{
        padding: 0px 10px 0px 0px;
    }
    .neo-labcard-three {
        padding-left: 18px;
        background-color: #204EA8;
        color: white;
        border-radius: 10px;
    }
    .lab-content p{
        font-size: 13px;
        text-align: center;
    }
    
    .myneo-lab-content {
        background-color: #204EA8;
        color: white;
        border-radius: 10px;
    }
    .myneo-lab-content p{
        font-size: 10px;
        text-align: center;

    } 

    .process-image{
      text-align: center;
    }
    .process-image p{
      text-align: left;
    }
    .points-testk h2 {
        text-align: center;
    }
    .img-operator {
        max-width: 60%;
    }
    
    .banner-content p {
        font-size: 27px;
    }
    .test-container h2 {
        font-size: 1.5rem; 
    }
    .test-container-two h2 {
        font-size: 1.5rem;
    }
    .points-testk {
        padding: 0px;
    }

    .footer-content {
        font-size: 13px;
    }
    .footer-sec li a {
        font-size: 12px;
    }
    
    .slick-prev {
        left: -22px;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 17px;
    }

    .banner-content h1 {
        padding: 100px 0px 0px 15px;
        font-size: 45px;
        text-align: center;
    }

    .banner-content p {
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }

    .banner-mobile-img {
        display: block;
        background: #204EA8;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .myneo-social {
        display: block;
        margin-left: 0%;
        text-align: center;
    }

    .neo-industry-two h1 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 30px;
        text-align: left;
        margin-top: 20px;
    }

    .neovault-potential-two h1 {
        font-weight: 600;
        font-size: 30px;
        text-align: center;
        margin-top: 20px;
    }

    .neo-what-two h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .neo-slider {
        text-align: center;
        margin-bottom: 8%;
    }

    .try-neovault h1 {
        font-weight: 600;
        font-size: 30px;
    }

    .neo-try-four {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .my-neo-phonecontent h1,
    .neo-lab-one h1 {
        font-size: 18px;
        line-height: 30px;

    }

    .neo-labcard {
        margin-bottom: 0px;
    }
    .neo-lab h6 {
        color: #204EA8;
    }
    .neo-get {
        top: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .neo-get h1 {
        padding: 15px 0px 0px 0px;
        font-weight: 700;
        color: #204EA8;
        font-size: 23px;
        text-align: center;
    }
    .card-header p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .op-box li {
        list-style: none;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .op-box {
        padding-left: revert;
    }

    .footer-sec {
        list-style: none;
        display: inline;
    }

    .cionbox {
        float: left;
    }

    .footer-nav-one .navbar-nav .nav-link {
        color: white !important;
        text-align: center !important;
    }

    .neo-footer {
        padding-top: 15%;
    }

    .neo-phone-two {
        margin-top: 0px;
    }

    .op-card {
        padding: 20px;
    }

    .op p {
        margin-top: 15px;
    }

    /* #navbarText {
        background-color: #204EA8;
        color: white;
    } */

    header::before,
    header::after {
        background-image: none;
    }

    .banner-content {
        padding: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        font-weight: 600;
        font-size: 16px;
    }

    .nc-btn {
        margin-bottom: 10px;
    }

    .neo-touch {
        padding: 5px;
    }

    iframe {
        width: 100%;
    }

    header {
        height: unset;
    }

    .neovault-potential {
        background-size: auto;
    }

    .neo-yt {
        margin-left: 0px;
    }

    .neo-what-two {
        padding: 0px;
    }

    .neo-industry:before {
        display: none;
    }

    .neo-industry:after {
        display: none;
    }
    .neo-test-card{
        margin-right: 0% !important;
        margin-left: 0% !important; 
    }
    #myneo-contact-form {
        position: relative;
        min-height: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .small-device-center{
        text-align: center;
    }
    .myneo-social-info{
        margin: 20px 32px;
        float: none;
    }
}

@media (min-width: 768px) and (max-width:991px) {

     .myneo-info-content h2 {
        font-weight: 600;
        padding: 20px 0px 0px 0px;
        font-size: 28px;
    }
    .neovault-info-content h2{
        font-weight: 600;
        padding: 20px 0px 0px 0px;
        font-size: 28px;
    }
     .neovault-info-content h1{
        font-weight: 700;
        color: #204EA8;
        /* padding: 169px 207px 0px 113px; */
        padding: 20px 0px 0px 0px;
        font-size: 43px; 
        line-height: 45px;

    }
    .neovault-info-content p {
        padding: 0px 0px 0px 0px;
        font-size: 17px;
    }
    .neo-labcard-three {
        padding-left: 37px;
        background-color: #204EA8;
        color: white;
        border-radius: 10px;
    }
    .lab-content p{
        font-size: 16px;

    }
    
    .myneo-lab-content {
        padding-left: 10px;
        background-color: #204EA8;
        color: white;
        border-radius: 10px;
    }
    .myneo-lab-content p{
        font-size: 13px;

    } 
    .container-image-two {
        margin-top: 10%;
    }

    
    .footer-content {
        font-size: 13px;
    }
    .footer-sec li a {
        font-size: 12px;
    }

    .neo-labcard-six {
        text-align: center;
        margin: auto;
    }

    .neo-yt {
        text-align: center;
        position: relative;
        margin-left: 16%;
        top: 131px;
    }

    .neo-get {
        top: 111px;
    }

    .neo-what-two {
        padding: 0px 0px 25px 0px;
    }

    .neovault-potential {
        background-size: 100% 100%;
    }

    .neovault-potential-two {
        text-align: center;
        padding-top: 30%;
    }

    .neo-what {
        margin-top: 3%;
        padding-bottom: 7%;
    }

    .neo-try-four {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .neo-labcard {
        margin-bottom: 30px;
    }

    /* #navbarText {
        background-color: #204EA8;
        color: white;
    } */

    header {
        height: unset;
    }

    .neo-footer {
        padding-top: 18%;
    }

    .myneo-social.phone-social {
        margin-bottom: 5% !important;
    }

    .footer-sec {
        list-style: none;
        display: block;
    }

    .banner-content {
        padding: 94px 0px 0px 0px;
    }

    .myneo-social {
        margin-bottom: 32%;
    }

    .neo-yt {
        margin-left: 0px;
    }

    .market-btn {
        padding: 0.31rem 0.275rem 0.1rem 0.1rem;
        padding-left: 2.8125rem;
        background-size: 1.5rem 1.5rem;
    }

    .banner-content h1 {
        font-size: 26px;
    }

    .banner-content p {
        padding: 0px 40px 0px 40px;
        font-size: 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
        font-size: 16px;
    }

    header::before,
    header::after {
        content: '';
        background-image: url(../images/Banner.png);
        background-size: cover;
        margin-left: 40%;
    }

    .market-btn .market-button-title {
        font-size: 1.10rem;
    }

    .market-btn .market-button-subtitle {
        font-size: 0.55rem;
    }

    .banner-content h1 {
        /* padding: 0px 40px 0px 40px; */
        padding: 0px 365px 0px 40px;
    }

    .myneo-social {
        display: flex;
        margin-left: 6%;
    }

    iframe {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1160px) {
    .navbar-light .navbar-nav .nav-link.line {
        padding: 15px 3px 20px 3px;
    }

    
    .footer-content {
        font-size: 13px;
    }
    .footer-sec li a {
        font-size: 12px;
    }
 
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link.line {
        padding: 15px 3px 20px 3px;
    }
    .bestpractice{
    padding-top: 20%;
    }

        .myneo-info-content h2 {
            font-weight: 600;
            padding: 30px 0px 0px 0px;
            font-size: 28px;
        }
        .neovault-info-content h2{
            font-weight: 600;
            padding: 30px 0px 0px 0px;
            font-size: 28px;
        }
         .neovault-info-content h1{
            font-weight: 700;
            color: #204EA8;
            /* padding: 169px 207px 0px 113px; */
            padding: 20px 0px 0px 0px;
            font-size: 43px; 
            line-height: 45px;
    
        }
        .neovault-info-content p {
            padding: 0px 0px 0px 0px;
            font-size: 17px;
        }
        .neo-labcard-three {
            padding-left: 37px;
            background-color: #204EA8;
            color: white;
            border-radius: 10px;
        }
        .lab-content p{
            font-size: 16px;
    
        }
        
        .myneo-lab-content {
            padding-left: 10px;
            background-color: #204EA8;
            color: white;
            border-radius: 10px;
        }
        .myneo-lab-content p{
            font-size: 13px;
    
        }     
 
}


@media (min-width:992px) and (max-width:1199px) {
    .neo-footer {
        padding-top: 27%;
    }
    .footer-link{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 13px;
    }
        
    .footer-content {
        font-size: 13px;
    }
    .footer-sec li a {
        font-size: 12px;
    }
}

@media (min-width:992px) and (max-width:1280px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
    }
}

@media (min-width:992px) and (max-width:1439px) {
    .banner-content {
        padding: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner-content h1 {
        font-weight: 700;
        color: #204EA8;
        padding: 92px 141px 0px 47px;
        font-size: 48px;
    }

    .banner-content p {
        padding: 5px 30px 0px 50px;
        font-size: 18px;
    }

    .myneo-social {
        display: flex;
        margin-left: 9%;
    }

    .error {
        color: red;
        font-weight: 500;
        font-size: 13px;
        font-family: Roboto;
    }

    #contactForm .form-control {
        padding: 35px 15px 35px 15px;
        border-bottom: 1px solid #d3cfcf;
        ;
    }

    #contactForm .form-control:focus {
        color: #495057;
        background-color: #fff !important;
        border-color: #e9ebed !important;
        outline: 0 !important;
        box-shadow: none !important;
    }

    .testimonial_box {
        min-height: 382px;
    }

    .testimonial_box-bottom h4 {
        font-size: 20px;
    }

    .card-body.op-card {
        padding: 1rem;
    }

    .neo-try-four {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .neo-try-four .neo-try-one li {
        width: 100%;
    }

    .neo-what-two {
        padding: 0px 10px 50px 0px;
    }

    .footer-sec {
        list-style: none;
        display: flex;
        font-size: 13px;
    }

    .neo-yt {
        margin-left: 7%;
    }
}

@media(min-width:1200px) and (max-width:1360px) {
    header {
        height: 100vh;
    }

    .banner-content h1 {
        font-weight: 700;
        color: #204EA8;
        padding: 132px 160px 0px 130px;
        font-size: 55px;
    }

    .banner-content p {
        padding: 5px 130px 0px 130px;
        font-size: 20px;
    }

    .myneo-social {
        display: flex;
        margin-left: 18%;
    }

    .error {
        color: red;
        font-weight: 400;
        font-size: 13px;
        font-family: Roboto;
    }

    #contactForm .form-control {
        padding: 35px 15px 35px 15px;
        border-bottom: 1px solid #d3cfcf;
        ;
    }

    #contactForm .form-control:focus {
        color: #495057;
        background-color: #fff !important;
        border-color: #e9ebed !important;
        outline: 0 !important;
        box-shadow: none !important;
    }
    
    .neo-footer {
        padding-top: 34%;
    }
}


@media (min-width: 320px) and (max-width: 1199px){
    #myneo-contact-form {
        position: relative;
        min-height: auto;
    }
    #myneo-contact-form .neo-get{
        position: relative;
        top: 0px;
        margin-bottom: 25px;
        width:100%;
    }
    .neo-footer {
        padding-top: 4%;
    }
    .certifications {
        justify-content: justify;
    }
    
}
@media (min-width: 1200px) and (max-width: 1300px){
    #myneo-contact-form .neo-get{
        width:90%;
    } 
}
@media (min-width: 1301px) and (max-width: 1360px){
    #myneo-contact-form .neo-get{
        width:83%;
    } 
}
@media (min-width: 1600px) and (max-width:1799px){
    #myneo-contact-form .neo-get{
        width:69%;
    } 
}
@media (min-width: 1800px) and (max-width:1980px){
    #myneo-contact-form .neo-get{
        width:62%;
    } 
}

