.max-height-50{max-height:50px;}
.wrapper-login_form_group {
    background: rgb(0 0 0 / 51%);
    width: 60%;
    padding: 30px 10px;
    border-radius: 5px; 
}
section#why-us p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans';
    font-weight: 400;
    text-align: left;
}
p.mb-2.subherading {
    font-size: 14px;
    line-height: normal;
    color: #303030;
    font-weight: 500;
}
label.form-label.labelrestpass {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.resertpassfield {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #000000;
    line-height: normal;
    height: 40px;
    border-radius: 0px;
    border-color: #989898;
}
p.regsitationlink {
    font-size: 14px;
    font-family: 'Jost';
    color: #000;
    margin: 0px;
    line-height: normal;
    font-weight: 500;
}
#forget_password_model .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
}

input.buy-btn.login_btn {
    width: 100%;
    padding: 11px;
    font-size: 14px;
}
.mb-3.d-grid input.buy-btn.login_btn {
    padding: 10px;
    width: 100%;
}
section.breadcrumbottom {
    padding: 10px 0px;
    background-color: #f5f5f5;
}
ol.breadcrumlist {
    display: flex;
    list-style: none;
    padding: 0px;
    gap:10px;
    margin: 0px;
}
ol.breadcrumlist li {
    font-family: 'Dosis';
}
section.page-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: color;
    background-color: rgba(0,0,0,.5);
    background-position: inherit;
    padding: 100px;
}
.resertpassfield:focus {
    outline: none;
    box-shadow: unset;
    border-color: #1eacfe;
}
#forget_password_model .card-body {
    padding: 30px 50px;
}
.border-colororage {
    border-top: 3px solid #dda300;
}
#forget_password_model .modal-content{border-radius:0px;}

.inputloginfield {
    border-radius: 0px;
    border-right: 3px solid #000;
    box-shadow: unset;
    border-color: transparent;
    border-right-color: #000000;
    border-left-color: transparent;
    padding: 0px;
    font-family: 'Jost';
    font-weight: 700;
    color: #000000;
    line-height: normal;
}
.flexboxpageheader p {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    margin: 0px;
}
.page-banner-inner {
    padding-top: 50px;
}
a.forgetlink.text-right:hover {
    color: #1eacfe;
}
img.serviceicon {
    width: 60px;
}
.readmorefooter {
    background: #dda300;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 25px;
    line-height: normal;
    font-family: 'Jost';
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}
.page-banner-inner h2 {
    margin: 0px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
.readmorefooter:hover{background-color: #2493d2; color: #ffffff;}
.footer-bottom-copyrgt.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutcontentfooter p {
    color: #ffffff !important;
}
.emailaddf{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.creditss {
    width: 50%;
    text-align: right;
}
.bottomfooterwrapper {
    padding: 10px 0px;
}
.enviolpeicon {
    font-size: 18px;
}
.copyrighttext {
    width: 50%;
}
.copyrighttext p {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Dosis';
    margin: 0px;
    line-height: normal;
}
.section-darkgrey{
   background-color:  #303030;
}
.d-flex.appstore {
    gap: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
img.playstoreicon {
    width: 130px;
}
input.buy-btn.login_btn {
    background-color: #dda300;
    border-color: #dda300;
    color: #ffffff;
    width: 200px;
    padding: 18.2px;
    border: 0px;
    line-height: normal;
}
input.buy-btn.login_btn:hover {
    background-color: #1eacfe;
}
.width250{width: 250px;}
.inputloginfield:focus{
    outline: none;
    box-shadow: unset;
    border-right-color: #000;
}
a.readmorelinkabout:hover {
    background-color: #dda300;
    color: #ffffff;
}
a.readmorelinkabout {
    background-color: #ffffff;
    border: 1px solid #dda300;
    margin-top: 30px;
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
}
.wrapperaboutheading h2 {
    border-left: 6px solid #c69301;
    padding-left: 15px;
    margin-bottom: 30px;
}
.forgetlink.text-right {
    font-size: 14px;
    color: #dda300;
    line-height: normal;
    font-family: inherit;
}
.forget_password {
    display: block;
    width: 60%;
    padding-top: 10px;
    text-align: right;
}
.form-floating>label {
      color: #000000;
    font-weight: 700;
    font-family: 'Open Sans';
}


@media (max-width: 767px) {

.creditss {
    width: 100%;
    text-align: right;
}
.copyrighttext {
    width: 100%;
    order: 2;
    padding-top: 10px;
}
.footer-bottom-copyrgt.clearfix {
    flex-wrap: wrap;
    text-align: center;
}
.footer-bottom-copyrgt.clearfix {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
 
}
#footer .footer-top .footer-links {
    margin-bottom: 20px;
}
#footer .footer-top {
  padding:20px 0 0px 0;
}
img.playstoreicon {
    width: 100px;
}
.d-flex.appstore {
    gap: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
}
.creditss {
    width: 100%;
    order: 1;
    text-align: center;
}
#header .logo img {
    max-height: 75px;
}
#hero h1 {
    font-size: 22px;
    line-height: 28px;
}
.submit_login {
    width: 100%;
}
.section-title h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #000000;
}
section.inner-page.aboutuspagemain p {
    font-size: 14px;
    margin-bottom: 10px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
    height: 80px;
}
section.inner-page.aboutuspagemain {
    text-align: center;
    padding-top: 20px;
}
.flexboxpageheader {
    text-align: center;
}
ol.breadcrumlist li {
    
    font-size: 14px;
}
.page-banner-inner h2 {
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.flexboxpageheader p {
    color: #ffffff;
    font-size: 12px;
}
section.page-banner-wrapper {
    background-size: cover;
    background-position: right;
    padding: 30px 0px;
    text-align: left;
}
.contact .php-email-form {
    width: 100%;
    border-top: 2px solid #dda300;
    border-bottom: 2px solid #dda300;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.section-title p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #3c3c3c;
    font-family: 'Open Sans';
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #37517e;
}
a.readmorelinkabout {
    background-color: #ffffff;
    border: 1px solid #dda300;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
}
section {
    padding: 30px 0;
    overflow: hidden;
}
.about-content-home p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
}
#forget_password_model .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 10px;
    height: 40px;
    line-height: 40px;
}
#forget_password_model .card-body {
    padding: 20px 20px;
}
.form-floating>label {
   
    padding: 10px;
    font-size: 14px;
}
.forget_password {
    display: block;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.width250 {
    
    padding-bottom: 15px;
}
.width250 {
    width: 100%;
}
input.buy-btn.login_btn {
  
    width: 100%;
    padding: 11px;
    border: 0px;
    line-height: normal;
}
#hero h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
}
.wrapper-login_form_group {
    background: rgb(0 0 0 / 51%);
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
}
.d-flex.align-items-center.justify-content-center.wrapper_banner_form_login_area {
    flex-wrap: wrap;
}
.wrapperaboutheading h2 {
    border-left: 3px solid #c69301;
    padding-left: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}
.wrapperaboutheading p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  
}
#hero .container {
    padding-top: 0px;
}
}