.btn-primary{
    width: auto;
    background-color: white;
    color: #012951 !important;
    border: 1px solid #012951;
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
    height: 44px;
    margin-top: 9px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (min-width: 48em){
.tutor-wrap {
    max-width: 1300px;
    padding-left: 3em;
    padding-right: 3em;
}}

.single-instructor-wrap {
    border: 1px solid #e8eff1;
    margin-bottom: 30px;
    border-radius: 4px;
    display: none !important;
}

.tutor-login-wrap {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 55px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.tutor-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-top: 80px !important;
    margin-left: -15px;
}

input[type="checkbox"] {
    width: 13px !important ;
    -webkit-appearance: checkbox !important;
}

#left {
    width: 47%;
    float: left;
    margin-right: 6%;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 28px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
    color: #012951;
    border: 1px solid #012951;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif !important;
}





#right {
    width: 47%;
    float: left;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 28px;
    color: #5f5f5f;
}







.elementor-nav-menu--main .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 1px;
    border-style: solid;
    padding: 0;
    border-color: #012951;
}

.scrollup {
    border: 1px solid #ddd;
    bottom: 50px;
    color: #fff;
    display: none !important;
    float: right;
    line-height: 1.2;
    height: 35px;
    width: 35px;
    position: fixed;
    right: 25px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
}

p, li {
    /* font-family: 'Montest', sans-serif; */
    font-weight: 400;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 28px;
    color: #5f5f5f;
}

span.wpcf7-list-item * {
    display: table-cell;
    text-align: left;
    width: 2% !important;
}

/* Alignment cf7 fix */
input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin: 5px 10px 0px 0px;
}

span.wpcf7-list-item {display: table-row;}
span.wpcf7-list-item * { display: table-cell; text-align:left;}

.wpcf7 input.wpcf7-submit {
    width: auto;
    background-color: #012951;
    color: white;
    border: 1px solid #012951;
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
    MARGIN-LEFT: 10px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: auto;
    background-color: #012951;
    color: white;
    border: 1px solid #012951;
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
    display: initial !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: auto;
    background-color: #012951;
    color: white;
    border: 1px solid #012951;
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
}

.wpcf7 input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    
}

.wpcf7 input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    color: #012951;
    border: 1px solid #012951;
    border-radius: 15px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    color: #012951;
    border: 1px solid #012951;
    border-radius: 15px;
}
select {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
    background-color: #012951;
    color: white;
    border: 1px solid #012951;
    border-radius: 15px;
    padding: 10px 50px 10px 50px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
    color: #012951;
    border: 1px solid #012951;
    border-radius: 15px;
}

/*--- 2 Column Form Styles Start ---*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*---