/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body{
    padding: 0;
    margin:0;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Ubuntu', sans-serif;*/
}
p, form, ul,li, h1,h2,h3, h4, h5, h6{
    margin: 0;padding: 0;
    list-style: none;
}
input:hover,input:focus, select:focus, select:hover, .form-control:hover,.form-control:focus{
    box-shadow: none; outline: none;
}
a,a:hover,a:focus{
     -webkit-transition: .5s all;
  -moz-transition:  .5s all;
  -o-transition: .5s all;
  transition:  .5s all;
  text-decoration: none;
}
body::-webkit-scrollbar ,.modal::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
 
body::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track {
    background-color: #fff;
}
 
body::-webkit-scrollbar-thumb ,.modal::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
html{scroll-behavior: smooth;}
/*header start*/
.header {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid transparent;
    z-index: 9995;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: fixed;
    top: 0;
    /*top: 0;*/
    left: 0;    z-index: 99;
}
.header--small{
    padding: 2px 0;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.4);
    box-shadow: 0 0 1px rgba(0,0,0,.4);
    background-color: #fff;
}
header .nav-link.navItem{
    padding: 12px  0!important;
    margin-right: 35px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
header .nav-item:last-child .nav-link{
    margin-right: 0; color: #fff;
    background-color: transparent;
    border:1px solid #fff;border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border-radius: 2px; letter-spacing: .5px;
    padding: 10px 24px!important;
}
header .nav-item:last-child .nav-link:hover{
    background: #fff;color: #3c006f;
}
header .nav-link.navItem:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header .nav-link.navItem:hover:after{
    width: 100%;
}
.header--small .nav-link.navItem:after{background-color: #3c006f}
.header--small .nav-link.navItem{color: #3c006f}
.header--small .nav-item:last-child .nav-link{border:1px solid #3c006f; color: #3c006f;    border-radius: 0;}
.header--small .nav-item:last-child .nav-link:hover{background-color: #3c006f; color: #fff;}

/*alert */
.custom-alert-gray{background: #ebebfe; border-color: #ebebfe; color: #000; border-radius: 0;
position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0;font-size: 14px;font-weight: 500;
    }
.custom-alert-gray .btn-request{color: #000}
.custom-alert-gray .btn-request:hover{border:1px solid #3c006f; background: transparent; color: #3c006f}
.custom-alert-bg{background: #720064; border-color: #720064; color: #fff; border-radius: 0;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0;font-size: 14px;font-weight: 500;
}
.custom-alert-bg .btn-request,
.custom-alert-gray .btn-request{background: #fff; color: #3c006f; border-radius:0px;font-weight: 600;
font-size: 14px;}
.custom-alert-bg .btn-request:hover{border:1px solid #fff; background: transparent; color: #fff}
/*alert end*/
/*header end*/

/*banner start*/
.banner{    
    background-size: cover;
        /*min-height: 100vh;*/
    /*min-height: calc(var(--vh, 1vh) * 100);*/
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-item::before{
    position: absolute;
    content: '';
    height: 100%;
    /*background: rgba(78,0,68,.7);*/
    background:rgba(89, 92, 167,.8);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
    
}
.carousel-indicators{z-index: 2}
.carousel-caption{bottom:70px;     left: 0;
    right: 0;
    text-align: center;}
.logo-header--small{display: none;}
.header--small .logo-header--small{display: block;}
.header--small .logo-header{display: none}
.banner-content{padding: 50px 0;}
.banner-content h1{    font-size: 55px; letter-spacing: 2px;margin-bottom: 15px;
    font-family: 'Avenir LT Std';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
}
.banner-content h3{
    width: 100%; 
    /*font-family: 'Avenir LT Std'; */
    font-size: 25px; font-weight: 500;
    padding: 20px 0; color: #fff;  font-style: italic; position: relative;
}
.banner-content h3:before{
    width: 50%; content: ''; height: 2px; background-color: #fff; display: block;position: absolute; left: 0; right: 0;
    margin: auto; top: 10px;
}
.banner-content h3:after{
    width: 50%; content: ''; height: 2px; background-color: #fff;display: block;position: absolute;left: 0; right: 0;
    margin: auto; bottom: 10px;
}
.btn_scroll{font-size: .9rem;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: url(../img/scroll-white.svg) no-repeat center 45px;
    background-size: 26px;
    padding: .25rem 1rem 1.5rem;
    width: 250px;
    height: 4rem;
    display: inline-block;
    position: absolute;bottom: 1.5rem;
        left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    animation: goScroll 2s infinite;
}
@keyframes goScroll {
  0%, 20%, 50%, 80%, 100% {
    background-position-y: 40px;
  }
  40% {
    background-position-y: 50px;
  }
  60% {
    background-position-y: 45px;
  }
}
@-webkit-keyframes goScroll {
  0%, 20%, 50%, 80%, 100% {
    background-position-y: 40px;
  }
  40% {
    background-position-y: 50px;
  }
  60% {
    background-position-y: 45px;
  }
}
/**/
.quality-main{
        margin: 5rem auto
}
.quality-main .card-animated h5{font-size: 20px; margin: 0 0 15px 0; color: #fff;font-weight: 600; text-align: center;}
.quality-main .card-animated .img h5{color: #363842;    text-align: center;}
 .card-animated {
    background: #3c006f;margin-bottom: 0;
    position: relative;
    overflow: hidden;    padding: 0; z-index: 1;
    color: #fff;    min-height: 23vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-animated:before, .card-animated:after {
    width: 30px;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
}
.card-animated:before{left: 0;;}
.card-animated:after{right: 0;;}
.card-animated .img {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: top 1s, opacity 1.25s;
}
.card-animated .img {
    display: block;
    margin: 0 auto; text-align: center;
}

.card-animated:hover .img {
    top: 100%;
    opacity: 0;
    transition: 1s;
}
.video-section{margin-bottom: 45px; text-align: center;}
.screenshot-section {
    padding: 50px 0;
    background: #f7f7f7;
}
.screenshot-section h2{    font-weight: 600;
    line-height: 48px;
    font-size: 42px;
    color: #363842;margin-bottom: 15px;}
.screenshot-section p,.privacy-section p{
    font-size: 15px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 26px;margin:  0 0 20px 0;
}
/*contact*/
/*version 2*/
.contact-main {
        padding: 50px 0;
    border-bottom: 2px solid #f0f0f0;
    background: #f5f5f5;
    border-top: 2px solid #f0f0f0;
}
.contact-main h2{font-weight: 600;
    line-height: 40px;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative; text-align: center;}
.contact-main h2:after{
    content: '';
    width: 10%; margin: auto;
    height: 1px; height: 2px; background-color: #000;
    position: absolute; bottom: 0; left: 0; right: 0;
}
.contact-main label{    font-size: 15px; text-transform: capitalize;  color: #33005a;}
.contact-main  label span{color: red}
.contact-main .form-group{margin-bottom: 15px;}
.contact-main .form-control{ 
        font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    min-height: 38px;
    padding: 7px 14px;
}
.contact-main  .btn-contact{border:1px solid #33005a; padding: 10px 20px; color: #33005a;
    border-radius: 0; font-weight: 500;
}
.contact-main .btn-contact:hover{background:#fff; color: #3c006f}

/*version 1*/
.contact{background: url(../img/contact-banner.jpg) no-repeat center; padding: 100px 0;
background-size: cover;
}
.contact h2,.about-section h2,
.privacy-header h2,.inner-page-banner h2{
    font-weight: 600;
    line-height: 48px;
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px; padding-bottom: 15px;
    position: relative; text-align: center;
}

.contact h2:after,.about-section h2:after,
.privacy-header h2:after,.inner-page-banner h2:after, .login-main h2:after{
    content: '';
    width: 10%; margin: auto;
    height: 1px; height: 2px; background-color: #fff;
    position: absolute; bottom: 0; left: 0; right: 0;
}
.contact label{    font-size: 17px; text-transform: capitalize;  color: #fff;}
.contact label span{color: red}
.contact .form-group{margin-bottom: 25px;}
.contact .form-control{ border-radius: 0;border:1px solid #fff; background: transparent;
    min-height: 45px;padding: 7px 14px; color: #fff;
}
.contact .btn-contact{border:1px solid #fff; padding: 10px 20px; color: #fff;
    border-radius: 0; font-weight: 500;
}
.contact .btn-contact:hover{background:#fff; color: #3c006f}
.about-section {padding: 100px 0; background: transparent url(../img/about-banner.jpg) no-repeat center;
    background-size: cover;
 margin: 100px 0 0 0; color: #fff}
.about-section p{margin: 0 0 20px 0 }

.card-animated .img img {
    margin: 0 0 20px 0;    width: 30%;
}
/*footer*/
.footer{background:#fff; color: #000; padding: 30px 0;font-size: 15px;}
.footer a,.footer .social-footer--list a,.footer  .social-icon a,.footer .copyright p,.footer .social-footer{color: #000;}
.footer a:hover,.footer .social-footer--list a:hover,.footer .social-icon a:hover{color: #720064}
.footer .social-icon a:hover{border-color: #720064;}
footer{
    background: #1d1d29;
    padding: 100px 0; text-align: center;color: #7b7b7b;
}
footer a{color: #7b7b7b}
footer a:hover{color: #720064}
.logo-footer p{margin: 10px 0}
.logo-footer li{padding: 0 20px;position: relative;}
.logo-footer li i{margin-right: 5px;}
.logo-footer li:after,
.social-footer--list a:after{
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #7b7b7b;
    position: absolute;
    content: ""; display: inline-block;    transform: translateY(-50%);
}
.logo-footer li:last-child:after,
.social-footer--list a:last-child:after{display: none;}
.social-footer{ border-top: 1px dashed #7b7b7b; 
    border-bottom: 1px dashed #7b7b7b; 
    padding: 20px 0; margin: 20px 0; 
    color: #7b7b7b;font-size: 15px;
}
.copyright p{    font-size: 16px; color: #7b7b7b;}
.social-icon{margin:20px 0;}
.social-icon a{color: #7b7b7b; border:1px solid #7b7b7b;
    width: 40px;
    height: 40px; 
    line-height: 40px; text-align: center; border-radius: 50px;
    display: inline-block;
}
.social-icon a:hover{border-color: #720064; color: #720064}
.social-footer--list a{
    color: #7b7b7b; padding: 0 20px;
    font-size: 15px;
    text-transform: capitalize; position: relative;
}
.social-footer--list a:hover{
    color: #720064;
}

/*privacy policy*/
.privacy-header{padding: 250px 0 100px 0; background:#3c006f; text-align: center;
background: url(../img/about-banner.jpg);
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.privacy-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(86 79 79 / 70%);
}
.privacy-header p{font-size: 18px;
    color: #fff;
    font-weight: normal;}
.privacy-section{padding: 50px 0;background: #f7f7f7;}
.privacy-section h6{font-size: 23px; line-height: 45px; font-weight: 600;margin: 20px 0; color: #000}
.privacy-section li{font-size: 15px; line-height: 36px;  color: #7a7a7a; padding-left: 25px; position: relative;}
.privacy-section li:before{content: '\f111'; font-family: "Font Awesome 5 Free";
position: absolute;     left: 0;
    color: #3c006f;
    top: 0;
    font-weight: 900;
    font-size:5px;}
.privacy-section a{color: #720064}
.privacy-section  ul{margin-bottom: 10px}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}
.search-section{padding: 20px 0; background-color: #f5f5f5}
.search-section h5{font-weight: bold; margin: 0 0 15px 0;}

.search-section .form-control{    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    min-height: 45px;
    padding: 7px 14px;
    color: #363842;
}


label{font-weight: 500; font-size: 14px; margin: 0 0 5px 0;}
.form-control{font-size: 14px; font-weight: 500; border-radius: 0; min-height: 45px; padding: 7px 14px;}

.form-control::placeholder{ /* Edge */
  font-size: 13px; color: #bbb; font-weight: normal;
}
.form-control::-webkit-input-placeholder{
    font-size: 13px; color: #bbb; font-weight: normal;
}
.form-control:-ms-input-placeholder{
    font-size: 13px; color: #bbb; font-weight: normal;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after,
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{width: 1.5rem; height: 1.5rem}

.custom-control-input:checked~.custom-control-label::before{background-color: #3c006f; border-color: #3c006f}
.custom-switch .custom-control-label::before{border-radius: 50px;
    height: 1.5rem;    width: 2.75rem;}

.custom-switch {
    padding-left: 3.25rem;
}
.custom-switch .custom-control-label::after{
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);left: calc(-3.25rem + 2px);    border-radius: 50px;top: 2px;
}  
.custom-control{      min-height: 2rem;
    padding-left: 2.5rem} 
    .custom-control-label::before,.custom-control-label::after{top:0;left: -2.5rem;}
    .custom-control-input{    width: 1.5rem;
    height: 1.5rem;}
  .custom-switch .custom-control-label::before{ left: -3.25rem;} 
.custom-switch .custom-control-input:checked~.custom-control-label::after{    transform: translateX(1.2rem);}
.custom-control-label{vertical-align: middle;}
.custom-control.custom-switch {
    padding-left: 3.5rem;
}
.custom-file-input{min-height: 45px}
.custom-file-label{line-height: 35px; min-height: 45px}
.custom-file-label::after{min-height: 43px;line-height: 32px;}
.custom-file-label::after{    background: #3c006f;
    color: #fff;
    font-weight: bold;
    border-color: #3c006f;}

/*play vide*/
.video-section a {
    position: relative;
}
.play-video{
        position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.login-main h2{margin-bottom: 15px; padding-bottom: 15px; position: relative; color: #000; }
.login-main h2:after{background-color: #000}
.login-main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);
    background:url(../img/banner-login.jpg) no-repeat center; background-size: cover;
    background-attachment: fixed;
    
}

.login-left,.login-right{padding: 35px 40px;}
.login-right{background:url(../img/login-inner.jpg) no-repeat center center; background-size: 95% 100%;}
.login-right-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.login-right-inner p{letter-spacing: 2px; color: #fff; text-transform: uppercase; font-size: 15px;}
.login-right-inner h1{color: #fff; font-size:40px; line-height: 52px; margin:  10px 0; letter-spacing: 5px;}
.login-left .btn-login{ background-image: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);
    color: #fff; padding: 10px 25px; border-radius: 0px; margin-right: 25px;
}
.login-left .btn-register{border-radius: 50px;border:4px solid;
  border-image-slice: 1; 
  border-width: 4px;border-image-source: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);;}


.login-section{
    width: 100%; margin: auto;background-color: var(--white);border:0px solid var(--white);
    border-radius: 10px;
    overflow: hidden;
    max-width: 900px;
}
.login-section .logo{
    max-width: 170px;
    margin-bottom: 10px;
}
.login-section .lock-icon{
    width: 70px;
    height: 70px;
    background:#3c006f ;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.login-section .lock-icon img{
    width: 30px;
    height: 30px;
}
.login-section .login-icon-blk h4{
    font-weight: 400;
}
.login-section .login-icon-blk p{
    font-weight: 300;
    font-size: 14px;
}

.login-main .btn-login{ background-image: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);
    color: #fff; padding: 10px 25px; border-radius: 0px; margin-right: 25px;
}
.login-main .btn-danger{padding: 10px 25px; border-radius: 0px; font-size: 1rem;font-weight: normal;}

.login-left .btn-register{border-radius: 50px;border:2px solid;
  border-image-slice: 1;     padding: 9px 25px;
  border-width: 2px;border-image-source: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);;
}

.register-inner{background-color: #fff; padding: 15px 25px; text-align: left; border-radius: 15px;}
.forgot-link a{font-weight: 500; font-size: 14px; color: #4d006c}
.btn-submit{
    font-weight: 600; color: #fff;min-height: 40px;
    border: 1px solid #3c006f;
    font-size: 14px;background-color: #3c006f; border-radius: 0;padding: 7px 14px;
}
.btn-danger{padding: 7px 14px;
font-weight: 600; color: #fff;min-height: 40px;font-size: 14px; }
.btn-submit:hover,.btn-danger:hover,.btn-submit:focus,.btn-danger:focus{color: #fff;}
.btn-danger{border-radius: 0;}
.terms-link{color: #4d006c; text-decoration: underline;}


.inner-page-banner{
    background:url(../img/about-banner.jpg) no-repeat center; background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 200px 0 100px 0;
}
.contact-us-banner{background:url(../img/contactus-banner.png) no-repeat center; background-size: cover;}
.about-us-banner{background:url(../img/aboutus-banner.jpg) no-repeat center; background-size: cover;}
.member-group-banner{background:url(../img/member-banner-group.jpg) no-repeat center; background-size: cover;}
.privacy-banner{background:url(../img/privacy-banner.jpg) no-repeat center; background-size: cover;}
.faq-banner{background:url(../img/faq-banner.jpg) no-repeat center; background-size: cover;}
.employment-banner{background:url(../img/carrer-banner.jpg) no-repeat center; background-size: cover;}
.inner-page-banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(86 79 79 / 70%);
}
.inner-page-banner h2{
color: #fff;
}

.inner-page-banner h2::after{
background: #fff;
}
.inner-page-banner p{
font-size: 18px;text-align: center;
color: #fff;
}
.about-inner {
    background: #fff;
    padding: 20px 25px;
    border-radius: 5px;
}
.about-inner-caption {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.about-page p {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 20px 0;
}
.accordianStyle{
    background: #fff;
    padding:  25px 30px;
    border-radius: 5px;
}
.accordianStyle .card-header {
    background: #3c006f;
    border-color: #3c006f;
}
.accordianStyle .card-header h5 a  {
    font-size: 16px;
    color: #fff;
}

.accordianStyle .card{margin-bottom: 20px; border-color: #f0f0f0}
.accordion-head i{
    /*font-size: 2.5em;*/
    font-size: 16px;
    float: right;
}

.card-header i{
    font-size: 20px;
    float: right;
}

.card-header  .collapsed i:before{
    content: "\f105";
}
.faq-subheading h3{font-size: 23px; margin: 0 0 20px 0; padding-bottom: 20px; position: relative;}
.faq-subheading h3:before{
    content: ''; left: 0; right: 0; margin: auto;
    position: absolute; height: 2px; background: #000; width: 30px; bottom: 10px;
}

@media only screen and (min-width:1440px){
    body, p,a, div,.custom-alert-gray,
    .custom-alert-bg .btn-request, .custom-alert-gray .btn-request,
    header .nav-link.navItem,.screenshot-section p, .privacy-section p,
    .social-footer--list a,.copyright p,header .nav-item:last-child .nav-link{font-size: 18px}
    .card-body{font-size: 18px}
    .accordianStyle .card-header h5 a{font-size: 20px}
}


@media only screen and (max-width: 1024px){
    .banner{min-height: inherit;}
}
@media only screen and (max-width: 991px){
    .header{padding: 10px 0;}
    .banner{min-height: auto}
    .carousel-caption{bottom: 35px; }
    .banner-content{padding: 100px 0 0 0}
    .banner-content h1 { font-size: 33px;}
    .navbar-collapse.show{background-color: #fff}
    header .nav-link.navItem{color: #3c006f;margin-right: 0;
    padding: 12px!important;}
    header .nav-item:last-child .nav-link{background-color: #3c006f;    color: #fff!important;}
    .navbar-toggler-icon{color: #fff}
    .header--small .navbar-toggler-icon{color: #3c006f}
    .card-animated{min-height: 13vh;}
}
@media only screen and (max-width: 767px){
    .header{top: 0px;}
    .banner-content h1 {width: 100%; padding: 0 20px; font-size:23px;line-height: 30px}
    .carousel-item img{    height: 400px;object-fit: cover;}
    .navbar-brand img{width: 50%;}
    .carousel-caption{bottom: 75px;  left: 0}
    .banner-content h3{    font-size: 23px;}
    .screenshot-section{text-align: center;}
    .btn_scroll{bottom: 0;}
    .banner-content h3:before,.banner-content h3:after{width: 90%;}
    .card-animated{min-height: 24vh;}
}
@media only screen and (max-width:320px){
    .banner-content h1 {    width: 100%;
        padding: 0 20px;}
    .carousel-caption{bottom: 100px;  left: 0}
}
/*---------*/
.fixed-nav-anchor{
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}

.video-container{
    margin:0 auto;
    width:100%;
    position: relative;
}
.video-container .js-video{
    width:100%;
    position:relative;
    background-image: url(../img/laptop-video-thumb2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 14% 8% 14.5%;
    max-width: 750px;
    height: 380px;
    margin: auto;
}

.video-container .play{
    cursor:pointer;
    padding: 10px 0 8px;
}
.video-container .play i {
    position: absolute;
    left: 47%;
    top: 38%;
    color: #33005a;;
    font-size: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index:2;
    line-height: 31px;
    text-align: center;
    padding: 5px 5px 5px 10px;
}
.video-container .js-video iframe{
    z-index:5;
    position: relative;
}
.video-container iframe{
    height: 320px;
    border: 0 !important;
}
.signup-content{display: flex;background: #36006c}
.signup-left{max-width: 50%; flex:  0 0 50%; position: relative;}
.signup-left:before{
position: absolute;
content: '';
top: 0; bottom: 0; left: 0; right: 0;background: rgba(060,0,111,.5);
}
.signup-left img{
    width: 100%;
height: 100%;
object-fit: cover;
}
.signup-right{max-width: 50%; flex:  0 0 50%; background: #fff; padding: 50px; align-items: flex-start;}
.jsErMsg {
    font-size: 12px;
}
.signup-right .form-control{min-height: 34px;}

/* added css for reg form */
.signup-right.login-main {justify-content: left;padding: 35px 50px 25px;}
.signup-left{background: url('../img/signup-img.jpg') left top no-repeat;background-size: cover;}
.signup-left:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(060,0,111,.5);
}
.signup-left img{ display:none;}
.signup-right.login-main form#form-superadmin { max-width: 500px;}
.signup-right.login-main form#form-superadmin .form-group.text-left button.btn-login.registerUser {
    min-width: 155px;
    margin-right: 0;
}
.signup-right.login-main .form-control.MessageFld, .signup-right.login-main  .form-control.AddressFld {
    height: 34px;
    overflow-y: hidden;
}
.signup-right.login-main .form-check.check_txt, 
.signup-right.login-main .form-check.check_txt a, 
.signup-right.login-main .form-check.check_txt label {
    font-size: 12px!important;
}
.signup-right.login-main .form-check.check_txt .form-check-input{margin-top: 0.11rem;}
.signup-right.login-main form#form-superadmin label { margin-bottom: 1px;}

/* added css for inside page banner */
.inner-page-banner { min-height: 180px!important; padding: 75px 0 0!important;}
.inner-page-banner::before, .inner-page-banner h2::after{ display:none;}
.inner-page-banner h2{ padding:0; margin:0; color:#333;}
.contact-main h5, .inner-page-banner h2 { 
	font-family: 'biotifregular';
    font-weight: 600;
}
.contact-main, .inner-page-banner p { font-family: 'biotifregular';}

@media(min-width:992px){
    .video-container .js-video{
        height: 415px;
    }
    .video-container iframe{
        height: 340px;
    }
}
@media(max-width:767px){
    .video-container .js-video{
        height: 320px;
    }
    .video-container iframe{
        height: 270px;
    }
    .video-container .play i{
        left: 45%;
    }
	
	.signup-right.login-main form#form-superadmin { margin: 0 auto;}
	.signup-right.login-main {
		justify-content: left;
		padding: 30px 25px 20px;
		max-width: 100%;
		flex: 0 0 100%;
		height: 100%;
		background: url(../img/signup-img.jpg) left top no-repeat;
		background-size: cover;
		position: relative;
	}
	.signup-left {display:none;}
	.signup-right.login-main:before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,.95);
	}
	.signup-right.login-main form#form-superadmin .form-group.text-left button.btn-login.registerUser {
		width: 100%;
	}
	.form-group.row.align-items-center .col-md-6:nth-child(2) {
		margin-top: 15px;
	}
    
}
@media(max-width:575px){
    .video-section .col-lg-8{
        padding-left: 0;
        padding-right: 0;
    }
    .video-container .js-video{
        height: 230px;
    }
    .video-container iframe{
        height: 190px;
    }
	
	.inner-page-banner h2{ font-size:30px; line-height:38px;}
}
@media(max-width:359px){
    .video-container .js-video{
        height: 200px;
    }
    .video-container iframe{
        height: auto;
    }
}


.form-control:focus {
    border-color: red !important;
    box-shadow: 0 0 0 0 !important;
}