
body {
  font-family: 'Archivo', 'Catamaran', sans-serif;
  color:#272727;
}
.theme-color{color:#214C72 !important}
.theme-color-bg{background:#214C72 !important;color:#fff !important;}
.light-color {color: #7B96AE !important}
.container-fluid {
  padding-right: 9rem;
  padding-left: 9rem;
}

.navbar-header {
  position: absolute;
  z-index: 1000;
  transition: 0.3s;
  top:30px;
}


.nav-wrapper {
  width: 300px;
  text-align: center;
}

.sl-nav {
  display: inline;
  color: #7B96AE;
}
.lang-color{color: #113453 !important}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.flag-de {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==");
  background-size: cover;
  background-position: center center;
}

.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}



.carousel-item {
  height: 80vh;
  background-size: 100% 100%;
}

a{color:#1E1C24;transition: 0.3s;}
footer a{color:#3D3D3D;transition: 0.3s;}
a:hover{text-decoration: none;color:#FE393A }


.navbar-header {
  position: absolute;
  z-index: 1000;
  transition: 0.3s;
}
.navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  font-family: 'Archivo', 'Catamaran', sans-serif;
  font-weight: 600;
}
.header-menu, .header-menu li {
  position: relative;
}


.navbar-nav li{
  padding-left: 40px;
}
.top-navbar {
  flex-direction: column;
  align-items: flex-end;
}
.member-login{
  font-size: 13px !important;
}



h2.title{
  color:#EA0006;
  font-family: 'Archivo', 'Catamaran', sans-serif;
  font-size: 33px;
  font-weight: 700;  
}
p.desc {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Archivo', 'Catamaran', sans-serif;
  font-weight: 400;
  color:#214C72;
  opacity: 1;
}

.clear-both{
  clear: both;
}
label.error {
  display: inline-block;
  margin-bottom: 0px;
  color: red !important;
  font-weight: 400;
}
.form__group {
  position: relative;
  padding: 15px 0 0;
  /*margin-top: 10px;*/
}
.form__field {
  font-family: inherit;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-left: 0px;
  background-color: transparent;
  outline: 0;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 10px 5px 0px;
  transition: border-color 0.2s;
  border-top: 0px;
  border-right: 0px;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 13px;
  cursor: text;
  top: 28px;
}

.form__label,
.form__field:focus ~ .form__label {
  position: absolute;
  top: 13px;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #ffffff;
}

.form__field:focus ~ .form__label {
  color: #b7b7b7;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #fff;
  font-size: 10px;
  margin: 20px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.landingbg{
  background-image: url(../images/landing.jpg);
  background-size: cover;  
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}
.form-section{
  background-image: url(../images/homeheader.svg);
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;

}


footer{
  background-image: url(../images/footer-bg.svg);
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: bottom;
}

.form-section2{
  background-image: url(../images/home-bg2.svg);
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 100%;
}
.form-section2 h2{
  color: #214C72;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0px;
}
.form-section2 .collect{
  min-height: 775px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.quate{
  color: #113453;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
.quateby{
  font-size: 20px;
  font-weight: 700;
  color: #113453; 
  position: relative;  
  margin-left: 32px;
}
.quateby:before {
  content: "";
  width: 22px;
  height: 2px;
  background: #113453;
  position: absolute;
  top: 48%;
  left: -28px;
}

.form-section .collect{
  min-height: 775px;
  display: flex;
  align-items: center;
}
.w-230{
  width: 230px;
  color:#fff;
}
/* Material style */
button {
  border: 1px solid #adcbe652;
  color: #214C72;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 18px;
  background: #c8e5f36e;
  font-weight: 400;
  min-width: 200px;
  margin:5px;
}




button:hover,button:focus,button:hover {
  border: 1px solid #DFDFDF !important;
  outline:unset;
}
/* Ripple magic */
button{
  position: relative;
  overflow: hidden;
}
.need-list{
  width: 450px;
  margin-top: 30px;
  width: 850px;
  background: #fff;
  margin-top: 30px;
  padding: 70px 90px;
  border-radius: 24px;
  box-shadow: 0px 10px 50px #c8e5f38a;

}
.form-list{
  width: 450px;
  margin-top: 30px;
  width: 850px;
  background: #fff;
  margin-top: 30px;
  border-radius: 24px;
  padding: 30px 90px;
  color:#214C72;
  
  text-align: left;
  box-shadow: 0px 10px 50px #c8e5f38a;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ADCBE6;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ADCBE6;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ADCBE6;
}
#clear{color:red;display:none}
.cursor-pointer{
  cursor: pointer;
}
.form-control {
  padding: 20px;
  border: 1px solid #ADCBE6;
  color:#214C72;
}
.form-group{
  margin-bottom: 10px;
}
.form-group label{
  font-size: 14px;
  color:#214C72;
  margin-bottom: 2px;
  
}
img.sicon {
  height: 26px;
  margin-right: 10px;
}
.form-control{

  font-size: 14px;
}
.form-control:focus {
  border-color:#214C72;
  outline: unset;
  box-shadow: unset;
}

button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
button.active{
  border: 3px solid #264c70 !important;
}
button:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}
button:hover:not(:active)::after {
  animation: ripple 1s ease-out;
}

.underline{
  color: #214C72;
  font-size: 27px;
  font-weight: 400;
  position: relative;
  
}

.intro-section .contact{
  text-align: center;
  line-height: 10px;
  display: grid;
  justify-content: center;
  margin-bottom: 20px;
}
.intro-section .contact span{
  
  font-size: 16px;
  font-weight: 700;
}
.intro-section .contact h4{
  color: #FFC55C;
  font-size: 28px;
  font-weight: 700;
  margin-top:10px;
}

.protect-section{
  /*margin-top: 100px;*/
}
.protect-section h4{
  color: #214C72;
  font-size: 45px;
  font-weight: 700;
}
.protect-section .protect{
  width: 270px;
  height: 300px;
  background: #922344;
  border-radius: 10px;
  color: #fff;
  padding: 25px;
  margin: 0 auto;
  margin-bottom:20px;
  position: relative;
}
.protect img{
  height: 170px;
  object-fit: scale-down;
}
.protect h4{
  color: #fff;
  font-weight: 700;
  font-size: 22px !important;
  padding-top: 50px;
}
.protect{
  transition: all .5s;
}
.protect:hover {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.16);
  transform: scale(1.04, 1.04) translateZ(0);
}
strong {
  color: #EA0006;
  font-weight: 700;
}
.enter img{
  width:255px;
  position: absolute;
    bottom: 0px;
}
.enter-text {
  color:#113453;
  position: absolute;
  bottom: 14px;
  font-size: 20px;
  font-weight: 700;
}
.header-text {
  margin-top: 200px;
}

.video-section {
  margin-top: 100px;
}
.video-section h4{
  color: #232323;
  font-size: 40px;
  font-weight: 400;
}
.video-section .desc{
  font-size: 16px;
  color: #232323;
}
.symptoms-list{
  margin: 10px 0px; 
}
.symptoms {
  border: 1px solid #adcbe652;
  width: auto;
  display: inline-block;
  text-align: CENTER;
  padding: 10px 23px;
  color: #113453;
  font-size: 20px;
  background: #c8e5f36e;
  border-radius: 16px;
  margin:5px;
}
footer{
  padding: 20px 0px 40px;
  
}
iframe,video{
  border-radius: 20px;
}
.copyright{
  color: #214C72;
  font-weight: 600;
}
select{
  background: transparent;
  border: none;
  color: #113453;
  font-weight: bold;
}
select:focus,select:active{box-shadow: unset;border:unset;outline: unset}
.contact-bg {
  background: #fff;
  padding: 30px 83px 20px 83px;
  border-radius: 25px;
  box-shadow: 0px 10px 50px #c8e5f38a;
}
@media (max-width: 1660px){  
  .contact-bg{
      padding: 30px 40px 20px 40px;

  }
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1339px) {
  .quate {
    font-size: 27px;
    line-height: 32px;
  }
  .quateby {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-text {
    margin-top: 150px;
  }
  .quate {
    font-size: 21px;
    line-height: 25px;
  }
  .quateby {
    font-size: 14px;
  }
  .navbar-header {
    top:20px;
  }
}
@media (max-width: 1330px) {
  .protect-section {
   /* margin-top: 40px;*/
  }
  .contact-bg{
    line-height: 23px;
  }
}
@media (max-width: 1023px) {
  .form-list,.need-list{width:100%}
}
@media (max-width: 767px) {
  .nav-wrapper {
    width: auto;
  }
  .landingbg {
    background-size: 235% 72%;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: 74% 100%;
    overflow: hidden;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    top: inherit !important;
    position: inherit !important;
  }
  .form-section {
    height: 100vh;
    background-size: 238%;
    background-repeat: no-repeat;
    background-position: initial;
  }
  .header-text {
    margin-top: 160px;
  }
  .quate{
    font-size: 19px;
    line-height: 25px;
  }
  .quateby {
    font-size: 12px;
  }
  .enter img {
    width: 190px;
  }
  .enter-text {
    bottom: 5px;
  }
  .form-list,.need-list {
    padding: 30px 30px;
  }
}
@media (max-width: 480px){
  .protect-image{
    margin-top:20px;
    margin-bottom:20px;
  }
  video{width:100%;height:auto;}
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-bg {
    padding: 25px 10px 20px 10px;
  }
  .intro-section .contact h4 {
    font-size: 22px;
  }
  button {
    font-size: 14px;
    min-width: 125px;
    padding: 8px 8px;
  }
  .symptoms {
    padding: 6px 14px;    
    font-size: 16px;
  }
  img.sicon {
    height: 22px;
  }
  .need-list {
    padding: 25px 6px;
  }
  footer {
    background-size: contain;
  }
  .form-group {
    margin-bottom: 7px;
  }
  
  .form-section2 h2 {
    font-size: 30px
  }
  
  .form-section2 .collect {
    align-items: center;
    min-height: 660px;
    padding-bottom: 20px;
  }


  .form-section .collect {
    align-items: center;
    min-height: 660px;
    padding-bottom: 20px;
  }
  h2.title {
    font-size: 30px;
  }
  .protect-section h4 {
    font-size: 35px;
  }
  .video-section h4 {
    font-size: 33px;
  }
  .need-list {
    width: 100%;
  }
  .step3,.step2{
    padding-top: 170px;
  }
  .step1{
    /*margin-top: 240px;*/
  }
  .google_translate_element select{
    border: 1px solid #264c7080 !important;
    padding: 3px  !important;;
    border-radius: 8px  !important;
    background: #c0ddef  !important;
    color: #264c70  !important;
  }
  
  
}
@media (max-width: 375px){
  .intro-section .contact h4 {
    font-size: 17px;
  }
  
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  } 
body {
  top: 0px !important; 
  }
