html {
  scroll-behavior: smooth;
}

body {
 font-family: 'Roboto', sans-serif; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9); }

a, button {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

a, a:hover, a:focus {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }


.section-heading{
  font-size: 35px;
  font-weight: 700
}

.row-aCenter{
  align-items: center;
}

  header{       
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
   background: linear-gradient(#37c5c6, #42ceb3)
  }

  header .container {
  display: flex;
  justify-content: space-between; }

  /*.header{
    background: #42ceb3
  }*/

.nav-sec, .about-sec .row {
  display: flex;
  align-items: center; }

  .btn-grp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0
  }
    .btn-grp .btn-comm{
      flex:1;
      margin: 0 5px
    }

.btn-comm {
    display: inline-block;
    padding: 5px 25px;
    background: #0b5a5a;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    border:1px solid transparent;   
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
   }
  .btn-comm:hover {   
       color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
    border-radius: 0px 10px 0px 10px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
     }

.btn-block{
  display: block;
}

.btn-text{
      color: #0b5a5a; 
}

.form-light .form-control{
  background: transparent;
  border-radius: 0;
  box-shadow: unset;
  border:0;
  border-bottom: 1px solid #c6c6e7;
  color: #000;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.form-light .form-control:focus{ 
  border-bottom: 1px solid #7677ff;  
}

.form-light .form-control::-webkit-input-placeholder{
  color: #7c7c89
}
.form-light .form-control::placeholder{
  color: #7c7c89
}

.form-light select.form-control{
   color: #7c7c89
}


.form-light select option{
   color: #7c7c89
}


.slideanim {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
header .container {
  padding: 10px 15px; }

.logo {
  font-size: 30px;
  font-weight: 700;
  color: #fe0000;
  text-transform: uppercase; }

.menu-mobile {
  display: none; }

.nav-res {
  display: flex; }
  .nav-res li a {
    font-size: 16px;
    font-weight: 4 00;
    color: #ffffff;
    display: block;
    padding: 10px 15px; }

.close-icon-m {
  display: none; }


.banner-sec{
  width: 100%;
  min-height: 100vh;
 background: url('../images/bg-banner-2.jpg') no-repeat center;
  background-size: cover;
 
  display: flex;
  align-items: center;
}
/*.banner-sec2{
   background: url('../images/bg-banner-2.jpg') no-repeat center;
  background-size: cover;
}*/

.banner-sec .container{
   overflow-x: hidden;
}

.img-banner{
    position: absolute;
    top: 0;
    right: 2%;
    width: 50%;
    height: auto;
    pointer-events: none;
}

.caption-banner{
     width:50%;  
    color: #fff
   }

.main-heading{
  font-size: 50px;
    font-weight: 700;
}

.caption-banner .btn-comm{
  font-size: 16px;
  padding: 10px 35px
}
.sub-heading-banner{
  font-size: 18px;
  line-height:28px;  
  color: rgba(255,255,255,1);
  margin: 15px 0
}

.banner-logo-slider-sec{
      margin: 30px 0;
      width: 100%;

}

.bSlider-heading{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /*background: linear-gradient(to right, #25b577,#229b9b 69%);*/
    background: #229b9b;
    padding: 10px;
    border-radius: 20px 0;
    text-align: center;
}

.banner-logo-slider.owl-carousel .owl-item img{
  width: 40px;
  max-width: 100%;
 filter: brightness(1000%);
 margin: 0 auto
}

.about-sec{
  min-height: 500px;
  margin-bottom: 160px;
  position: relative;
  z-index: 0;
  padding-top: 50px
}
.about-sec:before{
  content: '';
    width: 50%;
    height: 100%;
    position: absolute;
        bottom: -140px;
    left: -220px;
    background: #37c5c6;
    border-radius: 50%;
    z-index: -1;
}
/*.about-sec2:before{
  background: #37c5c6
}*/
.about-img img{
  box-shadow: 0 0 10px rgba(24,20,81,.4);  
}

.about-sec .points-list{
  margin-top: 10px; 
}

.points-list li{
  background:#e1fdfd;
  padding: 15px 20px;
  margin-bottom: 5px;
}

.points-list li:nth-child(2){
  background: #c9f3f3
}

.points-list li:nth-child(3){
  background: #baf7f7
}

/*
.points-list2 li{
  background:#e1fdfd;
}

.points-list2 li:nth-child(2){
  background: #c9f3f3
}

.points-list2 li:nth-child(3){
  background: #baf7f7
}*/



.points-list li h4{
  font-size: 16px;
  font-weight: 700
}

.brands-sec{
  margin-top: 180px;
  position: relative;
  padding: 40px 0
}
.brands-sec-design{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80%;
  height: 70%; 
  overflow: hidden;
}
.brands-sec-design:after{
  content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 80%;
    height: 100%;
    overflow: hidden;
    background: #d4fdfd;
    border-radius: 180px 0 0 180px;
}
/*.brands-sec-design2:after{
  background: #d4fdfd
}*/

.brands-content-lft ul li{
  background: transparent;
  padding: 0
}
.brands-content-lft ul li:nth-child(2){
  background: transparent;
}
.brands-content ul{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.brands-content ul li{
  flex:0 0 33%;
  margin: 5px 0;
}
.brands-content ul li img{
  height: 100px;
}
.pricing-sec{
  margin-top: 60px;
  min-height: 650px;
  position: relative;
      overflow-x: hidden;
    overflow-y: unset;
}

.pricing-design{
   position: absolute;
   bottom: 0;
   right: 0;
   overflow: hidden;
   width: 100%;
   min-height: 550px;
}

.pricing-design:before {
    content: '';
    width: 50%;
    height: 550px;
    position: absolute;
    bottom: -100px;
    right: -220px;
    background: #37c5c6;;
    border-radius: 50%;
    z-index: -1;
}
/*.pricing-sec2 .pricing-design:before{
  background: #37c5c6;
}*/

.pricing-sec .naccs .menu div{
  background: #37c5c6;
}
.pricing-sec .table th{
   background: #37c5c6 !important;
}

.pricing-sec2 .table-hover tbody tr:hover {
    background-color: rgb(215 253 253);
}
.pricing-sec .table-responsive{
  background: #ffffff;
  box-shadow: 0 0 10px rgb(24 20 81 / 40%)
}

.pricing-sec .table th{
  border-top: 0;
  background: #3dcaba;
  color: #ffffff;
}
.pricing-sec .table{
  margin-bottom: 0
}
.pricing-sec .table th, .pricing-sec .table td{
  font-size: 14px;
}

.pricing-sec .table-hover tbody tr:hover{
 background-color: rgb(212 253 253);
}

.pricing-sec .grid {
  list-style: none;
  margin-left: -40px;
}

.gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.gc--1-of-3 {
  width: 25%;
}

.gc--2-of-3 {
  width: 75%;
}

.naccs {
  position: relative;
  max-width: 100%;
  margin: 60px auto 0;
}

.naccs .menu div {
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
  color: #fff;
  background: #3dcaba;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #0b5a5a;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
  background-color: #0b5a5a;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}

.naccs .menu div.active {
  color: #0b5a5a;
  padding: 15px 20px 15px 20px;
}

ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
  opacity: 0;
  width: 100%;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

ul.nacc li p {
  margin: 0;
}


footer{ 
     background-color: #d4fdfd;;   
    padding: 60px 0;
    color: #fff;
    position: relative;
}

/*.footer {
    background-color: #d4fdfd;
   
}*/
.quick-links{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #171451;
  margin-bottom: 20px;
}
.quick-links li a{
  display: block;
  color: #000;
  padding: 15px;
  font-size: 15px;
  font-weight: 700
}
.quick-links li a:hover{
  color: #171451;
}
.social-footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-footer li a{
  color: #171451;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;

}
.social-footer li a:hover{
  color: #171451;
  transform: translateY(-5px);
}
.copyrights-txt{
  margin-bottom: 0; 
   color: #000;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform:translateX(-50%);
}
.login-sec{
  background: #f4f4fe;
      padding: 140px 0;
  min-height: calc(100vh - 217px); 
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}

.login-design{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 60%;
   height: 380px;
   overflow: hidden;
   z-index: 0
}
.login-design:before{
    content: '';
    position: absolute;
    top: 60px;
    left: -60px;
    width: 60%;
    height: 100%;
    background: #cff9f9;
    border-radius: 50%;   
    z-index: -2 
}
.login-design:after{
    content: '';
    position: absolute;
    top: 70px;
    left: -90px;
    width: 60%;
    height: 100%;
    background: #37c5c6;
    border-radius: 50%;    
    z-index: -1
}


.login-sec .section-heading{
  text-align: center;
}
.login-sec .section-heading span{
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.login-img{
    position: absolute;
    right: 12%;
    top: 80px;
    height: calc(100vh - 290px);
    pointer-events: none;
}

.login-sec object{  
    height: 100%;    
}

.login-form{
  margin-top: 0px;  
}
.login-formInn{
  background: #ffffff;
  padding: 40px 20px 60px;
  box-shadow: 0 15px 25px rgb(0 123 252 / 18%);
  border-radius: 5px 0 5px 0
}


.social-login{
  width: 80%;
  margin: 0px auto
}

.social-login img{
  height: 15px;
}

.social-login .btn-comm{
  background: transparent;
  color: #0b5a5a;
  padding: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 0;
}
.social-login .btn-comm:hover{
  color: #000;
  border: 0;
  box-shadow: unset;
}
.social-login .btn-comm img{
  margin-right: 6px;
  width: 30px;
  height: 30px;
}

.or-sec{
  position: relative;
  display: block;
  text-align: center;
  margin: 15px 0;
  font-weight: 700;
  font-size: 12px;
}
.or-sec:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  width: 6%;
  height: 2px;
  background: #ddd
}
.or-sec:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translateY(-50%);
  width: 6%;
  height: 2px;
  background: #ddd
}
.sign-up-img{
  top: 120px;
}

.signUp-btn{
  text-align: center;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;

}

.subscription-sec{
  min-height: calc(100vh - 217px); 
  padding: 150px 0 150px;
      background: #f4f4fe;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0
}

.subscription-form {
    background: #ffffff;
    padding: 40px 20px 60px;
    box-shadow: 0 15px 25px rgb(0 123 252 / 18%);
    border-radius: 5px 0 5px 0;
    width: 70%;
    max-width: 750px;
    margin: 0 auto;
}
.subscription-sec .section-heading{
  text-align: center;
}
.subscription-sec .section-heading span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}
.subscription-sec form{
  margin: 30px auto 0;
  width: 80%;
}
.subscription-sec .form-control::placeholder{
  color: #5f5e6c
}

.subscription-sec select.form-control{
  color: #5f5e6c
}
.subscription-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 90%;
  overflow-x: hidden;
  overflow-y: clip;
}
.subscription-bgInn{
    position: absolute;
    top: 15%;
    left: 0%;    
    width: 100%;
    height: 85%;
    z-index: -1;
    pointer-events: none;
    text-align: center;
}
.subscription-bgInn object{
  height: 100%
}

.faqs-sec{
    background: #f4f4fe;
    padding: 180px 0 100px;   
    color: #000;
    
}
.faqs-sec-inn{
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
    display: flex;   
}

.faqs-img{
  width: 50%;
  flex: 0 0 50%; 
  pointer-events: none;
}

.faqs-img img{
  max-width: 100%;  
}

.faq-content-sec{
  width: 40%;
   flex: 0 0 40%;
   margin-left: 2%
}

.faqs-ques{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 0;
  border-bottom: 1px dashed #3fcfd3;
  margin-bottom: 15px;
  cursor: pointer;
}

.faqs-ques h4{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.faqs-ques i{
  font-size: 14px;
}

.faqs-ans{
  display: none;
}
.faqs-row-opn .faqs-ans{
  display: block;
}

.section-style {
    background: #f4f4fe;
    padding: 120px 0 50px;    
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
}

.terms-sec .title{
  font-size: 18px;
  margin-bottom: 15px;
}

.terms-sec p{
  font-size: 14px;
  margin-bottom: 20px;
}
.terms-sec li{
  list-style-type: disc;
  margin-bottom: 10px;
}


.curve-design{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 60%;
   height: 380px;
   overflow: hidden;
   z-index: 0
}
.curve-design:before{
    content: '';
    position: absolute;
    top: 60px;
    left: -60px;
    width: 60%;
    height: 100%;
    background: #cff9f9;
    border-radius: 50%;   
    z-index: -2 
}
.curve-design:after{
    content: '';
    position: absolute;
    top: 70px;
    left: -90px;
    width: 60%;
    height: 100%;
    background: #37c5c6;
    border-radius: 50%;    
    z-index: -1
}

.contact-form-inn{
   padding: 40px 20px 40px;
   border-radius: 15px 0 15px 0;
   border: 1px solid #2c9e9e;
}

.form-heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.form-heading span {
        font-size: 15px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    line-height: 24px;
}

.contact-info{
  margin-top:50px;
  margin-bottom: 20px;
  padding: 30px 0
}

.contact-info-boxInn{
  background: #0b5a5a;
  text-align: center;
  padding: 20px 40px;
  border-radius: 10px;
  height: 100%;
  color: #ffffff
}
.contact-info-boxInn p{
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
}
.contact-info-boxInn a{
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
}
.contact-info-icon i{
   width: 70px;
   height: 70px;
   background: #27cbcb;
   color: #000;
   border-radius: 50%;
   font-size: 22px;
   text-align: center;
   border: 5px solid #349393;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
}
.contact-info-heading{
  font-size:20px;
}
.login-with-mobile form{
  margin-top: 0;
  text-align: center;
  width: 100%
}
.heading-icon-loginM{
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.heading-icon-loginM i{
  font-size: 20px;
  margin-right: 10px;
}
.btn-input-grp{
     position: relative;
    border: 1px solid #ddd;
    padding: 2px 80px 2px 0;
}
.btn-input-grp input{
  border: 0;
  box-shadow: none;
  background: transparent;
}

.btn-login-mobile{
  position: absolute;
  top: 0;
  right: 0
}

.btn-login-mobile{
  border-radius: 0;
    height: 100%;
}

.login-formInn .nav.nav-pills{
  width: 80%;
  margin: 25px auto 0;
  display: flex; 
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.login-formInn .nav.nav-pills li{
  flex:1; 
  text-align: center;
}
.login-formInn .nav-pills .nav-link{
  background: #0b5a5a;
  color: #fff;
  border-radius: 0;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
}
.login-formInn .nav-pills .nav-link.active{
  background: #37c5c6;  
}

.login-formInn .tab-content{
  width: 80%;
  margin: 20px auto 0
}

.login-formInn .tab-content .container{
  padding: 0
}
.forgot-password{
  text-align: right;
    color: #0b5a5a;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}


@media(max-width: 1600px){
  .login-img{
    width: 55%;
    height: auto;
    top: 2%;
    right: 5%;
    overflow: hidden;
  }
  .login-sec object {   
    position: relative;
    right: -55px;
  }
 
  .login-design:before {   
    top: 170px;
    left: -135px;
    width: 70%;
    height: 80%;
  }
  .login-design:after {  
    top: 160px;
    left: -157px;
    width: 70%;
    height: 80%;   
  }
  .login-design{
    height: 550px
  }
}


@media(max-width: 1400px){
  .caption-banner {
    width: 40%;   
  }
  .main-heading {
    font-size: 40px;
    font-weight: 500;
  }
  .img-banner{
    width: 60%
  }


}

@media(max-width: 1200px){
   .banner-sec{
    background-position: 0 80px
  }
  
  .banner-sec{
    min-height: 80vh
  }
  .subscription-bgInn{
    height: 90%
  }
  .login-formInn .nav-pills .nav-link{
    font-size: 13px;
  }
}

@media(max-width: 1100px){   
  .banner-sec{
    min-height: 100vh;
    background-position: center;
    align-items: unset;
    position: relative;
    margin-bottom: 50px;
  }

  .banner-sec .container{
        margin-top: 140px;
  }
  .caption-banner {
    width: 80%;
    margin: 0 auto;
}
  .section-heading {
    font-size: 30px;
    font-weight:500;
  }
  .brands-sec{
    margin-top: 0
  }
  .img-banner{
    width: 70%;
    bottom: -100px;
    top: unset;
    right: 0
  }
  .subscription-bgInn {
    height: 80%;
    top: 25%;
  }
  .subscription-bgInn object {
    height: 70%;
  }
}

/*@media (min-height: 768px) and (max-height: 820px){
  .img-banner {
    width: 76%;
    bottom: -90px;
    top: unset;
    right: 0;
  }
  .banner-sec {
    min-height: 80vh;
    background-position: center;
    align-items: unset;
    position: relative;
    margin-bottom: 50px;
  }
}*/

@media(min-width: 810px) and (max-width: 1024px){
  .img-banner {
    width: 76%;
    bottom: -90px;
    top: unset;
    right: 0;
  }
  .banner-sec {
    min-height: 80vh;
    background-position: center;
    align-items: unset;
    position: relative;
    margin-bottom: 50px;
  }
  .login-sec{
    display: flex;
    align-items: center;
  }
  .login-form {
    margin-top: 0;
  }
  .login-img {
    top: 20%
  }
}

@media(min-height: 767px) and (max-height: 768px){
.img-banner {
    width: 55%;
    bottom: -90px;
    top: unset;
    right: 0;
}
  .banner-sec {
    min-height: 870px;
    background-position: center;
    align-items: unset;
    position: relative;
    margin-bottom: 50px;
}
}



@media(max-width: 992px){   
  .banner-sec{   
    background-position: -300px -100px;
  }
  .main-heading {
    font-size: 25px;
  }
  .sub-heading-banner {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
  }
  .about-sec{
    min-height: unset;
  }
  .about-sec:before{
    height: 80%
  }
  .pricing-design:before{
    height: 450px
  }
  .subscription-form{
        width: 90%;
  }
  .subscription-bgInn {
    height: 68%;    
  }
  .subscription-bgInn object {
    height: 90%;
  }
  .faqs-sec{
    padding: 100px 0
  }
  .faqs-sec-inn{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .faqs-img{
     width: 70%;
     flex: 0 0 70%;
     margin-left: 0;
  }
  .faq-content-sec {
    width: 70%;
    flex: 0 0 70%;
    margin-left: 0;
  }
}




@media(max-width: 768px){
  .banner-sec .btn-grp{
    flex-direction: column;
    align-items: unset;
    margin: 0
  }
  .banner-sec .btn-grp .btn-comm{
    margin: 5px 0
  }
  .pricing-sec{
    min-height: 850px;
  }
  .pricing-sec .btn-comm {
    padding: 4px 15px;
    line-height: 15px;
    font-size: 13px;
  }
  .img-banner {
    width: 85%;   
  }
  .subscription-bgInn {
    height: 65%;
  }
  .contact-info{
    margin-top: 30px;
  }
  .contact-info-box{
    margin-bottom: 20px;
  }
  .contact-form{
    order: 2
  }
  .btn-input-grp {  
    border: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .btn-input-grp input {
    border: 1px solid #ddd;
    box-shadow: none;
    background: transparent;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
  }
  .btn-login-mobile {
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: static;
  }
}




@media (max-width: 767px) {
  .menu-mobile {
    display: block;
    font-size: 25px;
    margin-right: 15px;
    color: #ffffff
   }

  .nav-links {   
    width: 250px;
    height: 100vh;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(162 164 223);
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 5;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .nav-links.in {
      left: 0; }

  .nav-res {
    display: block; }
    .nav-res li a {
      border-bottom: 1px solid rgba(60, 64, 161, .26);
      color: #000
     }

  .close-icon-m {
    display: block;
    text-align: right;
    padding-right: 10px; }


    .container{
      min-width: 98%;
      max-width: unset;
    }   
    
    
    .caption-banner .btn-comm {
      font-size: 14px;
      font-weight: 500;
      padding: 5px 35px;
    }
    .banner-sec .btn-grp{
      flex-direction: row;
      margin: 5px 0
    }
    .banner-sec .btn-grp .btn-comm {
      margin: 0 5px;
    }
    .banner-logo-slider-sec{
      margin: 10px 0
    }
    .banner-sec{
      min-height: 70vh
    }
    .bSlider-heading{
      font-size: 16px;
    }
    .about-sec{
      margin-top: 50px;
       margin-bottom: 50px;
    }
    .about-img{
      text-align: right;
    }
    .about-img img{
      width: 70%
    }
    .about-sec:before {
     width: 70%;
     height: 300px;
     top: -40px;
     left: -170px;
    }
    .about-content{
      margin-top: 50px;     
      text-align: center;
    }
    .section-heading{
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 20px;
    }
    .brands-content{
      margin-bottom: 40px;
    }
    .brands-content ul li {
      flex: 0 0 24%;
      margin: 15px;
    }
    .brands-sec-design {      
      top: 65%;     
      width: 80%;
      height: 50%;     
    }
    .gc--2-of-3 {     
      padding-left: 0px;
       width: 100%;
    }
    .naccs .menu div.active {
     padding: 10px 20px 10px 20px;
    }
    .naccs .menu div {     
      padding: 10px 20px 10px 20px;
          margin: 0 5px 10px;
    }
    .naccs .menu div span.light {
      height: 5px;
      width: 5px;   
      top: 20px;
      left: 10px;   
    }
    .pricing-sec{
      margin-top: 0;
      min-height: 750px
    }
     .pricing-sec h2.section-heading{
      margin-bottom: 10px !important
     }
    .pricing-sec .grid {
      margin-left: 0px;
      display: flex;
      flex-direction: column;
    }
    .gc--1-of-3 {
      width: 100%;
    }
    .naccs .menu{
      display: flex;
      justify-content: center;
    }
    .naccs {
       margin: 30px auto 0;
    }
    ul.nacc li.active{
      transform: translateY(0) translateX(0);
    }
    ul.nacc li{
      transform: translateY(50px) translateX(0);
    }
    .brands-sec {
      padding-top: 0;
    }
    .login-sec{
      display: block;
          padding: 80px 0;
    }
    .login-img{
      width: 60%;
      margin: 0 auto;
      position: static;
    }
    .login-form{
      margin-top: 0;
      margin-bottom: 40px;
    }
    .login-sec object {   
      right: 0;
    }
    .subscription-bgInn {
      height: 48%;
    }
    .subscription-form {
      width: 80%;
      padding: 40px 10px 60px;
    }
   }

   @media(max-width: 640px){
    .banner-sec {
      min-height: 65vh;
    }
     .login-img{
      width: 80%;    
    }
    .subscription-bgInn {
      height: 38%;
    }
      .faqs-img{
       width: 100%;
       flex: 0 0 100%;      
     }
     .faq-content-sec {
      width: 100%;
      flex: 0 0 100%;     
      margin-top: 50px;
    }
  }

   @media(max-width: 480px){
    .naccs .menu div{
      font-size: 12px;
    }
    .pricing-design:before{
          right: -50px;
    }    
    .banner-sec {
     background-position: -400px 0px;
    align-items: flex-start;
    position: relative;
    min-height: 850px;
    }
    .banner-sec .container{
      margin-top: 150px;
    }
    .img-banner{
     top: unset;
     bottom: 50px;
     width: 100%;
    }
    .caption-banner{
      width: 100%
    }    
    .banner-sec .btn-grp .btn-comm{
      margin: 0 5px;
    }
    .about-sec:before {
      width: 90%;
      height: 200px;     
    }
    .about-img img {
      width: 80%;
    }
    .brands-content ul li {
      flex: 0 0 40%;
      margin: 15px 5px;
    }
    .pricing-sec {
      min-height: 850px;
    }
    .login-design{
      height: 350px;
      width: 80%;
    }
    .login-design:before {     
      left: -16px;
      width: 100%;
      height: 80%;
    }
    .login-design:after {
      left: -15px;
      width: 90%;
      height: 80%;
    }
    .subscription-bgInn {
      height: 30%;
    }
    .faqs-sec-inn{
      width: 80%
    }
   }

   @media(max-width: 400px){
     .subscription-bgInn {
      height: 25%;
    }
    .subscription-sec form {
      width: 90%;
    }
    .login-formInn .nav.nav-pills{
      flex-direction: column;
    }
   }
   
   
   
   /*==========================|VIPUL|==========================*/
   .errors{}
   .errors ul li{
        background: #ffcbcb;
        text-align: center;
        padding: 10px 5px;
        margin: 10px 0;
        border-radius: 5px;
        font-size: 14px;
   }

