body{
  overflow-x: hidden !important;
}
a:hover{
  box-shadow: none !important;
}

.accountInfo .btn-primary{
  border-color: transparent !important;
}
.accountInfo .btn-primary:hover{
  border-color: #4B0082 !important;
}

/* Login section */
.login__form input{
  box-shadow:none !important;
}
.login{
    background: url("../../homepage/images/login-bkg.jpg");
    height: auto;
    min-height: 546px;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.after_login{
  display: none;
  margin: 185px 0;
}
.login__text{
    margin: 185px 0;
   
}

.login__text h1 {
    font-size: 44px;
    font-family: "Futura";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    animation-name: anonymousheading;
    animation-duration: 1s;
    animation-delay: 1s;
  }

  .login__text p{
        font-size: 22px;
        font-family: "Futura";
        color: rgb(255, 255, 255);
        line-height: 2;
        animation-name: anonsubheading;
        animation-duration: 2s;
        animation-delay: 1.5s;
  }

 

.login__text__button {
    background-color: rgb(75, 0, 130);
    width: 220px;
    height: 55px;
    display: block !important;
  }

  .login__text__button a{
    
        font-size: 16px;
        font-family: "Poppins";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 3.5;
        padding-left: 40px;
        padding-right: 45px;    
  }

  .login__text__button:hover  a {
    color: #4B0082;
  }

  .login__text__button i{
      vertical-align: middle;
  }

  /* After login info  */
  .afterlogin-info .infopara p{
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins";
  }

  .afterlogin-info .infopara p span{
    font-weight: 600;
    color: white !important;
   
  }

  .afterlogin-info img{
    display: block;
    border-radius: 50%;
    margin: 0 auto !important;
  }

  /* login form */
  .login__form {
    border-radius: 50px;
    background-color: rgba(255, 255, 255,0.2);
    width: 457px;
    height: 405px;
    margin: 64px 0;
  }
  .login__form #username,.login__form #password{
    display: block !important;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 47px;
  }

  #checkbox{
    background-color: transparent !important;
    border: 2px solid white !important;
    vertical-align: middle;
  }

 

  
  .login__form p{
    font-size: 16px;
    color: #ffff !important;   
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .remember_createACC_div{
    width:80%;
    margin:10px auto 45px auto;
    position: relative;
  }
  .rememberMe-label{
    font-size: 16px;
    color: white;
  }

  .createAcc-label{
    width: 44%;
    position: absolute;
    right: 0;
  }  

  .rememberMe-label{
    text-align: left;
    width: 40%;
    position: absolute;
    left: 0;
  }

  .login__form .createAcc{
        font-size: 16px;
        font-family: "Poppins";
        color: rgb(255, 255, 255);
        border-bottom: 1px solid white;
        line-height: 1.2; 
  }
.loginBtn-div{
  width: 80%;
    margin: auto;
  }
    #loginBtn{
        background-color: rgb(255, 255, 255);
        padding: 0 40%;
        height: 49px; 
        line-height: 2.3;
        font-size: 22px;
        font-family: "Poppins";
        color: rgb(75, 0, 130);
        font-weight: bold;   
        transition: 0.5s all;    
}
#loginBtn:hover{
  background-color: rgb(75, 0, 130) !important;
  color: white !important;
}


#lostPass{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.2; 
}
 
.video-modal{
  position: absolute;
  top: 78px;
  left: 30px;
}
.video-modal img{
  cursor: pointer;
}
.welcome__video{
   border: 5px solid rgb(75, 0, 130);
    width: 509px;
    height: 278px;
    margin-top: 105px;
    margin-bottom: 100px;
}
.video-modal .modal-header{
  background-color: indigo;
}

.video-modal .modal-title{
  color:  white !important;
  font-size: 18px !important;
}
.video-modal .icon-play-button{
  font-size: 50px;
  color: white;
  font-weight: bold;
  top: 37%;
  left: 45%;
  cursor: pointer;
}
.video-modal .modal-body{
  width: 400px !important;
  height: 300px !important;
}
.video-modal .modal-body iframe{
  width: 493px !important;
    height: 297px;
    margin-left: -13px;
    margin-top: -15px;
}

/* welcome__text */
.welcome__text{
  margin-top: 100px;
}
.welcome__text h1{
    font-size: 40px;
    font-family: "Futura";
    color: rgb(75, 0, 130);
    font-weight: bold;
}

.welcome__text h2{
  font-size: 30px;
  font-family: "Futura";
}

.welcome__text p{
    font-size: 16.517px;
    font-family: "Poppins";
    color: rgb(85, 85, 85);
    line-height: 1.688;  
}

/* Welcome__Services */
.services__text{
  margin-top: 170px;
  margin-bottom: 100;
}
.services__text p{
 
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(85, 85, 85);
    text-align: left;
    width: 75%;
}
.services__text p span:first-child{
  font-size: 22px;
  color: rgb(75, 0, 130);
  font-weight: bold;
  
}
.services__text p span:nth-child(2){
  font-size: 18px;
  color: rgb(75, 0, 130);
}
.services__text p span:nth-child(3){
  font-size: 20px;
  color: rgb(75, 0, 130);
}

/* Services Images */
.services-images{
  margin-top: 100px;
}
.services-image-2 img{
  margin-top: -110px;
}
.services-image-3 img{
  margin-top: 33px;
  margin-left: 30%;
}

.services-image-box1{
    border: 8px solid rgb(75, 0, 130);
    background-color: rgba(75, 0, 130, 0);
    position: absolute;
    top: -44%;
    left: -22%;
    width: 46px;
    height: 46px; 
}

.services-image-box2{
  
  border: 10px solid rgb(75, 0, 130);
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: -12%;
    right: -12%;
    width: 97px;
    height: 97px;
}

.services-image-box3 {
  border: 5px solid rgb(75, 0, 130);
  position: absolute;
  left: -55%;
  bottom: -30%;
  width: 23px;
  height: 23px;
}

/* Signup section */

.signup{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 58.9px 3.1px rgba(35, 31, 32, 0.11);
    width: 100%;
    margin-top: 100px;
    padding-top: 32px;
    padding-bottom: 18px;
    
}

.signup h1 {
  font-size: 41.293px;
  font-family: "Futura";
  color: #313131;
  font-weight: bold;
  line-height: 1.114;
  width: 40%;
  
}

.signup h1 span {
  font-size: 41.293px;
  font-family: "Futura";
  color: rgb(75, 0, 130);
  font-weight: bold;
  line-height: 1.114;
}

.signup p {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(85, 85, 85);
  line-height: 2.389;
  text-align: left;
  width: 100%;
display: inline-block;
}
.signup-para{
  display: inline-block;
  width: 80%;
  position: relative;
  z-index: 1;
}
.signup-para::after{
  content: "";
position: absolute;
background-color: rgb(75, 0, 130);
top: 16%;
left: -2%;
z-index: -1;
width: 4px;
height: 58px; 
}


 

.signup-btn{
  
  display: inline-block;
  vertical-align: top;
    margin: 22px;

}
.signup-btn a {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2;
  background-color: rgb(75, 0, 130);
  
}


/* Sign up Form */
#signup .modal-header {
  background-color: white;
  border-bottom: none !important;
}
#signup .modal-footer{
  border-top: none !important;
}
#signup .modal-header h5{
    font-size: 40px !important;
    font-family: "Futura" !important;
    color: rgb(75, 0, 130) !important;
    line-height: 1.125 !important;
    text-align: center !important;
    width: 100%;
    font-weight: 800 !important;
}
#signup .modal-header h5 span{
  color: #747474 !important;
  font-weight: 400;
}

/*Signup form */
.formSubmit{
    background-color: rgb(75, 0, 130);
    width: 129px;
    height: 45px;
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    cursor: pointer;
}

.formSubmit span{
  display: inline-block;
  transform: rotate(180deg) !important;
}

#signup .modal-body{
  width: 100% !important;
  height: auto !important;
  overflow-y: auto;
  padding: 0 5%;
}

#signup .modal-body::-webkit-scrollbar{
    background-color: rgb(75, 0, 130);
    opacity: 0.502;
    width: 2px;
    height: 10px;  
}





.signup-form p,.form-questions p{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: left;
}

.form-control {
  display: inline-block !important; 
}
.signup-form input{
  border: 1px solid rgb(183, 183, 183);
  border-radius: 10px;
 width: 100%;
  height: 40px;
  box-shadow: none;
  padding-left: 12px;
}

#signup .modal-dialog {
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 9px 0px rgba(35, 31, 32, 0.22);
  max-width: 80% !important;
  height: auto;
  
}


.signup-form input[type=radio]{
    border: 1px solid rgb(183, 183, 183) !important;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-bottom: 3px;
    box-shadow:none !important;
}

.form-questions h1{
    font-size: 20px;
    color: rgb(75, 0, 130);
    text-transform: uppercase;
    line-height: 2.3;
    text-align: left;

  }
  .form-questions{
    position: relative;
    z-index: 1;
  }

.form-questions::after{
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  top: 4.6%;
  width: 1px;
  height: 95%;
  background-color: rgb(75, 0, 130);
}

.form-questions input{
  border: 1px solid rgb(183, 183, 183);
  border-radius: 10px;
 width: 100%;
  height: 40px;
  box-shadow: none;
  padding-left: 12px;
}

.signup-form label {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(51, 51, 51);
}


.form-questions input[type=checkbox]{
    border: 1px solid rgb(183, 183, 183) !important;
    border-radius: 2px !important;
    width: 19px !important;
    height: 17px !important; 
    box-shadow:none !important;
    vertical-align: middle;
}

.form-questions label{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    text-align: left;

}

.submit_buttonDiv{
  text-align: left !important;
  width: 100%;
}

#signup .modal-footer{
  padding: 3% 6%;
}

/* Membership */
.membership h1{
    font-size: 18px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 2.556;
  }

select{
  border-radius: 10px;
  border: 1px solid rgb(183, 183, 183);
  height: 45px;
  width: 100%;
  padding-left: 10px;
}
option{
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(51, 51, 51);
    line-height: 2.875;

}












/* Media Query */
@media(max-width:1199px){
  /* Welcome section */
  .video-modal {
    top: 98px;
    left: 30px;
}

.welcome__video {
  width: 450px;
  height: 260px;
}

/* Services Section */
.services-image-box1 {
  top: -68%;
  left: -30%;
}

.services-image-box2 {
  bottom: -12%;
  right: -19%;
  width: 90px;
  height: 90px;
}

.services-image-box3 {
  left: -61%;
  bottom: -27%;
}
.services__text {
  margin: 30% 0;
}
.services__text p{
  width: 100%;
}

/* Signup section */
.signup h1 {
  font-size: 35.293px;
}

.signup h1 span {
  font-size: 35.293px;
}

.signup p {
  font-size: 16px;
  text-align: justify;
}

.signup-btn {
  margin-left: 37px;
  margin-top: 15px;
}

.signup-para::after {
  top: 19%;
  left: -2.2%;
  height: 70px;
}




  

}
@media(max-width:991px){
/* Login section */

.login__text{
  margin: 72% 0;
}

.login__text h1 {
  font-size: 32px;
  line-height: 1;
}

.login__text p{
      font-size: 16px;     
      line-height: 2.5;
      

}

.login__text__button{
  width: 200px;
  height: 50px;
}

.login__text__button a{
      font-size: 16px;
      line-height: 3.4;
      padding-left: 35px;
      padding-right: 45px;
}


/* After login */
.afterlogin-info h1{
  font-size: 28px;
}
.afterlogin-info img{
  margin: 20px auto !important;
}

.afterlogin-info .infopara p{
  font-size: 18px;
}
.afterlogin-info .infopara p span{
  font-size: 16px;
}
/* login form */
.login__form {
  width: 350px;
  margin: 33% 0;

}

.login__form p{
      font-size: 13px; 
}

.rememberMe-label{
  font-size: 13px;
  line-height: 2;
}
 
.login__form .createAcc{
      font-size: 12px;
      line-height: 0.2; 
}


#loginBtn{
      font-size: 18px;   
      line-height: 2.8;
}

#lostPass{
  font-size: 13px;
  
}

/* Welcome Section */
.welcome__text h1 {
  font-size: 35px;
}
.welcome__text h2 {
  font-size: 25px;
}

.welcome__text p {
  font-size: 12px;
  line-height: 1.5;
}

.welcome__video {
  width: 334px;
  height: 188px;
  margin-top: 107px;
  margin-bottom: 100px;
  margin-left: 3px;
}

.video-modal {
  top: 99px;
  left: 32px;
}

/* Services */
.services__text {
  /* margin: 35% 0; */
  margin-top: 44%;
  margin-bottom: 24%;
}
.services__text p {
  font-size: 12px;
}
.services__text p span:first-child {
  font-size: 14px;
}

.services__text p span:nth-child(2) {
  font-size: 14px;
}
.services__text p span:nth-child(3) {
  font-size: 15px;
}

.services-image-box1 {
  top: -140%;
  left: -40%;
  border-width: 6px;
}

.services-image-box2 {
  bottom: -16%;
  right: -25%;
  width: 70px;
  height: 70px;
  border-width: 7px;
}

.services-image-box3 {
  left: -64%;
  bottom: -21%;
  border-width: 4px;
}

/* Sign up section */
.signup h1 {
  font-size: 31.293px;
}
.signup h1 span {
  font-size: 31.293px;
}

.signup p {
  font-size: 13px;
  text-align: justify !important;
  width: 90%;
}

.signup-para::after {
  top: 16%;
  left: -3%;
  height: 63px;
}
.signup-btn {
  margin-top: 7px;
  margin-left: -12px;
}

/* Form modal */
.signup-form p,.form-questions p{
  font-size: 12px;
}

.signup-form label {
  font-size: 15px;
}

.form-questions label{
  font-size: 15px;
}

.membership h1 {
  font-size: 17px;
}

.formSubmit {
  width: 118px;
  height: 45px;
  font-size: 15px;
  line-height: 1.3;
}


}
@media(max-width:767px){
/* Login section */

.login__text{
  margin: 90% 0;
}

.login__text h1 {
  font-size: 25px;
  line-height: 1;
}

.login__text p{
  font-size: 14px;
  line-height: 2.2;
  padding-left: 0px;

}


.login__text__button{
  width: 190px;
  height: 50px;
}

.login__text__button a{
      font-size: 15px;
      line-height: 3.6;
      padding-left: 30px;
      
}



/* login form */
.login__form {
  width: 255px;
  margin: 43% 0;
  height: 370px;
}

.login__form p{
      font-size: 13px; 
}

.rememberMe-label{
  font-size: 10px;
    line-height: 2.9;
}
 
.login__form .createAcc{
  font-size: 9px;
}


  #loginBtn{
      line-height: 2.8;
      font-size: 15px;
      padding: 0 35%;
      height: 40px;  
}

#lostPass{
  font-size: 12px;
  
}

 /* After login info  */
 .afterlogin-info h1{
   font-size: 25px;
 }
 .afterlogin-info .infopara p{
  font-size: 12px;
}
.afterlogin-info .infopara p span{
  font-size: 13px;
}

.afterlogin-info img{
  display: block;
  border-radius: 50%;
  margin: 16px auto !important;
}


/* welcome section */
.video-modal img {
  width: 493px;
}
.video-modal {
  top: 43px;
  left: 38px;
}
.welcome__video {
  width: 500px;
  height: 278px;
  margin-top: 54px;
  margin-bottom: 33px;
  margin-left: 8px;
}
.welcome__text {
  margin-top: 20px;
}
.welcome__text p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
.welcome__text h1 {
  font-size: 33px;
}
.welcome__text h2 {
  font-size: 23px;
}

/* Services */
.services__text p {
  font-size: 15px;
  line-height: 1.7;
}

.services__text {
  margin-top: 53%;
  margin-bottom: 24%;
}

.services__text p span:first-child,.services__text p span:nth-child(3) {
  font-size: 15px;
}

.services__text p span:nth-child(2) {
  font-size: 14px;
}

.services-images {
  margin-top: 130px;
}

.services-image-box1 {
  top: -230%;
  left: -50%;
  border-width: 5px;
  width: 40px;
  height: 40px;
}

.services-image-box2 {
  bottom: -16%;
  right: -25%;
  width: 50px;
  height: 50px;
  border-width: 5px;
}

.services-image-box3 {
    left: -88px;
    bottom: -24px;
  border-width: 3px;
}
.services-image-3 img {
  margin-top: 0px;
  margin-left: 11px;
}

/* Signup Section */
.signup {
  margin-top: 100px;
}
.signup h1 {
  font-size: 25.293px;
}
.signup h1 span {
  font-size: 25.293px;
}
.signup p {
  font-size: 13px;
  text-align: justify !important;
  width: 89.7%;
  line-height: 1.8;
}
.signup-para::after {
  top: 9%;
  left: -4%;
  height: 72px;
}

.signup-btn {
  margin-top: 7px;
  margin-left: -22px;
}

.signup-btn a {
  font-size: 12px;
}

/* Form modal */
.signup-form p,.form-questions p{
  font-size: 11px;
}
.signup-form label {
  font-size: 14px;
}
.form-questions label{
  font-size: 14px;
}

.membership h1 {
  font-size: 15px;
}
.formSubmit {
  width: 114px;
  height: 40px;
  font-size: 14px;
  line-height: 1.3;
}

}

@media(max-width:575px){
  .login{
    padding: 15% 0;
    background-position-x: 24%;
  }
  .login__text{
    margin: 5% 5%;
    
  }
  
  .login__text h1 {
    font-size: 40px;
    line-height: 1;
    text-align: center;

  }
  
  .login__text p{
    font-size: 20px;
    line-height: 2.2;
    padding-left: 5px;
    text-align: center;
  
  }
  
  
  .login__text__button{
    width: 190px;
    height: 50px;
    margin: auto;
  }
  
  .login__text__button a{
    
        font-size: 15px;
        line-height: 3.7;
        padding-left: 28px;
        /* padding-right: 45px; */
  }
  
  /* login form */
  .login__form {
    width: 320px;
    margin: 32px auto;
  }
  
  .login__form p{
        font-size: 13px; 
  }
  
  .rememberMe-label{
    font-size: 10px;
      line-height: 2.9;
  }
   
  .login__form .createAcc{
    font-size: 9px;
  }
  
  
    #loginBtn{
        line-height: 2.8;
        font-size: 15px;
        padding: 0 35%;
        height: 40px;  
  }
  
  #lostPass{
    font-size: 12px;
    
  }

  /* Welcome section */
  
  .modal-content{
    width: 100%;
  }
  .modal-body {
    width: 105% !important;
    height: 300px!important;
}
.modal-content {
  width: 100%;
}
.modal-body iframe {
  width: 100% !important;
  height: 296px;
}
.video-modal .icon-play-button {
    top: 35%;
    left: 140px;
  }
  .video-modal img {
    width: 332px;
}
.video-modal {
  top: 45px;
  left: 41px;
  right: 27px;
}
.welcome__video {
  width: 325px;
  height: 188px;
  margin-top: 54px;
  margin-left: 14px;
}
.welcome__text h1,.welcome__text h2{
    margin-left: 10px;
    display: inline-block;
    font-size: 33px;
}
.welcome__text p {
  width: 95%;
  margin: auto;
}
.services__text {
  margin-top: 10%;

}
.services__text p {
  width: 95%;
  margin-left: 13px;
  line-height: 2;
  text-align: justify;
  font-size: 16px;
}

.services-images {
  margin-top: 65px;
}

.services-image-3 img {
  margin-left: 8%;
  margin-top: 10px;
}

.services-image-box3 {
  bottom: -49px;
}

.services-image-box1 {
  top: -50px;
  left: -55px;
}

.services-image-box2 {
  bottom: -23px;
  right: -20px;
}

.services-image-box3 {
  bottom: -43px;
  left: -100px;
}

/* Sign-up Section */
.signup h1 {
  padding-left: 37px;
}
.signup p {
  font-size: 12.7px;
  text-align: justify !important;
  width: 85%;
  line-height: 1.5;
  padding-left: 37px;
}
.signup-para {
  width: 95%;
}

.signup-para::after {
  top: 7%;
  left: 5%;
  height: 70%;
}

.signup-btn {
  margin-top: 0px;
  margin-left: 35px;
}

/* Form modal */
#signup{
  padding-right: 0 !important;
}
.signup-form p,.form-questions p{
  font-size: 10px;
}
.signup-form label {
  font-size: 11px;
}
.form-questions label{
  font-size: 11px;
}

#signup .modal-dialog {
  max-width: 100% !important; 
}

.membership h1 {
  font-size: 13px;
}
.formSubmit {
  font-size: 12px;
}

}

@media(max-width:430px){
  .login__text {
    margin: 5% 0%;
}
  .login__text h1 {
    font-size: 36px;
  }
  
  .login__text p{
    font-size: 18px;
  }
  .login__text__button {
    width: 180px;
    height: 50px;
}

.login__text__button a {
  font-size: 15px;
    line-height: 3.4;
    padding-left: 27px;
}

.login__form {
  
  margin: 10px auto;
}

/* Welcome section */
.ytp-cued-thumbnail-overlay-image {
background-position-x: 0% !important;

}

.modal-body {
  padding: 1rem 0 1rem 1rem;
}
.html5-video-player {
  height: 300px;
}

.welcome__video {
  width: 277px;
  margin-left: 11px;
  height: 156px;
}

.video-modal {
  top: 44px;
  left: 40px;
  right: 23px;
}
.video-modal img {
  width: 280px;
}
.video-modal .icon-play-button {
   left: 117px;
}
.welcome__text h1, .welcome__text h2 {
  font-size: 28px;
}
.welcome__text p {
  font-size: 13px;
}
.services__text p {
  font-size: 14px;
}

/* Sign-up Section */
.signup h1 {
  padding-left: 0px;
  font-size: 23.293px;
  width:100%;
  text-align: center;
}
.signup h1 span {
  font-size: 23.293px;
}
.signup p {
  font-size: 12px;
  padding-right: 5px;
}
.signup-para::after {  
  left: 5.5%;
}

.signup-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.signup-btn a {
  margin: 0 auto;
  text-align: center;
  width: 30%;
}






}
@media(max-width:360px){
  .login__text{
    margin-top: 15%;
    margin-bottom: 5%;
  }
  .login__text h1 {
    font-size: 30px;
}
.login__text p {
  font-size: 15px;
}


.login__text__button a {  
    font-size: 13px;
    line-height: 4.2;
    padding-left: 36px;

}

.login__form {
  width: 270px;
  margin-top: 20%;
  margin-bottom: 5%;
}

/* Welcom section */
.video-modal {
  left: 31px;
}

.video-modal img {
  width: 240px;
}

.video-modal .icon-play-button {
  left: 95px;
}
.welcome__video {
  height: 134px;
    width: 245px;
    margin-left: 2px;
}

/* Services */
.welcome__text {
  margin-top: 0px;
}

.welcome__text h1, .welcome__text h2 {
  font-size: 25px;
}

.welcome__text p {
  font-size: 13px;
}

.services__text p {
  font-size: 12px;
}

.services-image-box3 {
  bottom: -48px;
  left: -100px;
}


/* Signup Section */
.signup h1{
  font-size: 21px;
  
  padding-bottom: 10px;
}
.signup h1 span {
  font-size: 21px;
}
.signup p {
  font-size: 11px;
  width: 100%;
}
.signup-para::after {
  left: 8%;
}

.signup {
  padding-top: 16px;
  padding-bottom: 10px;
}

.signup-btn a {
  font-size: 11px;
}

.signup-para::after {
  left: 3%;
}



}

/*animations and transitions */
.hvr-sweep-to-right:before {
  background: white;
}

.services-image-1 img:hover,.services-image-2 img:hover {
  transform: scale(1.2);
  transition: 1s transform;
}

@keyframes anonymousheading{
  0%{
    transform: translateX(-30%);

  }
  100%{
    transform: translateX(0%);
  }
}

@keyframes anonsubheading{
  0%{
    opacity: 0;
  }
 
  25%{
    opacity: 0.2;
  }
 
  50%{
    opacity: 0.4;
  }
 
  75%{
    opacity: 0.6;
  }
  100%{
    opacity: 1;
  }

}


  
 

  