.login-page1 {
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}
.login-page1 .login-contain-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}
.login-page1 .left-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 34%;
    height: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
}
.site-logo {
    position: absolute;
    top: 20px;
}
.site-logo a img {
    width: 55px;
    margin-bottom: 20px;
}
.login-content {
    width: 450px;
    margin: 30px auto 0;
}
.login-page1 .login-content {
    width: 100%;
}
.login-content h3 {
    font-size: calc(18px +(26 - 18)*((100vw - 320px) /(1920 - 320)));
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    padding-bottom: 16px;
}
.login-page1 .login-content h3 {
    padding-bottom: 5px;
}

.login-content h4 {
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: 400;
    font-size: calc(12px +(14 - 12)*((100vw - 320px) /(1920 - 320)));
    font-weight: 400;
    color: #647589;
    margin: 0;
}
.login-content .form1 .form-group, .login-content .form2 .form-group {
    margin-bottom: 30px;
}
.login-content .form1 .form-group .col-form-label, .login-content .form2 .form-group .col-form-label {
    font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
    color: #223645;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 15px;
    line-height: 1;
}
.login-content .form1 .form-group .form-control, .login-content .form2 .form-group .form-control {
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-content .form1 .form-group .buttons, .login-content .form2 .form-group .buttons {
    text-align: center;
}
.login-content .form1 .form-group .buttons .btn, .login-content .form2 .form-group .buttons .btn {
    padding: 14px 65px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.button-effect {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    position: relative;
}

.login-content .termscondition {
    text-align: center;
}
.login-content h4, .login-content a {
    margin-bottom: 35px;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #647589;
    margin: 0;
}
.login-content .termscondition h4 b {
    margin-left: 8px;
    margin-right: 8px;
}

.right-content-scroll {
    overflow-y: auto;
    overflow-x: hidden;
}
.right-content-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.right-content-scroll::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

.right-content-scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

.login-page1 .right-page {
    height: 100%;
    position: fixed;
    right: 0;
    width: 66%;
}

@media (max-width: 1470px) {
    .login-page1 .right-page {
        width: 66%;
    }
}

.banner-logo img{max-width: 75px;}

.about-header-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
}

.whatspaa-color {
    color: #008000b3 !important;
}
.heading9 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    color: #ff1919;
    margin-bottom: 16px;
}

.sp5.whatsapp-messaging {
    padding: 60px 0 60px;
}
.heading2 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    color: #ff1919;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}
.heading2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #3d4c5e;
}
.whatsapp-messaging form input {
    width: 100%;
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}

.header-btn1 {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    background: #ff1919;
    color: #fff;
    padding: 10px 16px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.header-btn1:hover {
    color: white;
    transition: all 0.4s;
    transform: translateY(-5px);
}


.animate-border {
  position: relative;
  display: block;
  width: 200px;
  height: 3px;
  background: #FA6742;
  margin:10px auto;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #eff2f6;
  border-right: 10px solid #eff2f6;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #fa6742;
  border-left-color: #fa6742; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } }


.sp5 {
    padding: 60px 0 60px;
}
.mx-350px {
    max-width: 330px;
}
.text-s1 {
    padding: 1.75rem;
    font-size: 3rem;
    line-height: 1;
}
.text_secondary {
    --tw-text-opacity: 1;
    color: #008000;
}    

.stepArrow1 {
        right: 24%;
    top: 3.5rem;
    max-width: 22%;
}
.stepArrow2 {
    left: 20%;
    top: 1rem;
    max-width: 20%;
}
h4.text-xl.font-medium {
    font-size: 1.2rem;
    margin-bottom: 0;
}
p.font-light {
    font-size: 15px;
}


@media(max-width: 991px){

    .login-page1 .login-contain-main {height: 100%;flex-direction: column;}
    .login-page1 .left-page {position: relative;width: 100%;padding: 30px;text-align: center;}
    .login-page1 .right-page {width: 100%;height: 100%;position: relative;}
    .site-logo {position: relative;top: 0;}
    .login-content {margin: 0px auto 0;}
    .login-page1 .login-content form {text-align: left;}
    .banner_content{flex-direction: column;}
    .heading9 h1 {font-size: 30px;line-height: normal;}
    .heading2 h2 {font-size: 28px;line-height: normal;}
    .stepArrow1, .stepArrow2{display: none;}
    .mx-350px {margin: auto;}

}