.enquiry-section .wrapper,
.site-inner .content-sidebar-wrap {
    width: 1310px;
}

.members-area-section-1 .h {
    font-size: 27px;
    margin: 0;
}

.members-area-section-1 {
    border: 1px solid #E0E1E4;
    background: #fff;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    padding: 30px;
    display: flex;
    margin-bottom: 40px;
}
.members-area-section-1 .s1 {
    width: 300px;
    padding-right: 20px;
    
}

.members-area-section-2 {
    border: 1px solid #E0E1E4;
    background: #fff;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    padding: 30px;
}

.user-detail {
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
}

.user-detail .l {
    display: block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 17px;
    color: #36426A;

}
.user-detail .v {
    display: block;
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 300;
}

.user-courses {
    margin-left: -12px;
    margin-right: -12px;
}
.user-courses .item-container {
    width: 33.333333333%;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}
.item-course {
    background: #F5F5F8;
    border: 1px solid #E0E1E4;
    padding: 15px 100px 15px 18px;
    position: relative;
    transition: all .4s ease;
}

.item-course .item-link {
    text-decoration: none;
}

.item-course.enable:hover {
    box-shadow: 0 0 10px 0 rgba(2,6,19,0.12);
}

.item-course .e1 {
    color: #36426A;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.item-course .e2 {
    font-size: 17px;
    margin-bottom: 5px;
}
.item-course .e3 {
    color: #3B3B3B;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    height: 56px;
    overflow: hidden;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.item-course .e4 {
    background-color: #36426A;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
	right: 30px;
	top: 50%;
    margin-top: -25px;
    
    background-image: url(../images/arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
}

.item-course.disable {
    pointer-events: none;
}
.item-course.disable .e3,
.item-course.disable .e2,
.item-course.disable .e1 {
    color: #E0E1E4;
}
.item-course.disable .e4 {
    background-color: #E0E1E4;
}

.enquiry-section {
    background: #F5F5F8;
    padding: 90px 0;
}

.enquiry-section .inner {
    display: flex;
    justify-content: space-between;
}

.enquiry-section .h {
    font-size: 27px;
    margin-bottom: 10px;
}
.enquiry-section .sh {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    color: #8E8CA7;
}
.enquiry-section .s2 {
    max-width: 730px;
}

#gform_20 .gfield_label {
    font-size: 12px;
    color: #020613;
}
#gform_20 textarea,
#gform_20 input {
	border: 1px solid #E0E1E4;
	padding: 14.5px;
}
#gform_20 .gfield {
    padding: 0 10px;
    margin: 5px 0;
}
#gform_20 .gform_footer {
    padding: 0 10px;
    text-align: right;
}
#gform_submit_button_20 {
    margin: 0;
    background: #2EC6FA;
    box-shadow: 0 0 14px 0 rgba(46,198,250,0.55);
    min-width: 150px;
    text-align: center;
    border-radius: 50px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
#gform_20 .ginput_container {
    margin-top: 0;
}
#gform_wrapper_20 {
    margin-top: 0;
}

.login-container {
    border: 1px solid #E0E1E4;
	background: #fff;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    padding: 30px;
    max-width: 600px;
	margin: 0 auto 50px
}
.login-container .h {
    font-size: 27px;
}
.login-container label {
    display: block;
    font-size: 12px;
    color: #020613;
    font-size: 13px;
}
.login-container .login-remember {
    display: none;
}
.login-container input {
    width: 100%;
    border: 1px solid #E0E1E4;
    padding: 10px;
}
.login-container .button {
    border: none;
    background: #2EC6FA;
    box-shadow: 0 0 14px 0 rgba(46,198,250,0.55);
    text-align: center;
    border-radius: 50px;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 180px;
	margin-left: auto;
	display: block;
}
.login-container .login-submit {
    margin-bottom: 0;
}

@media ( max-width: 1023px ) {
    .user-courses .item-container {
        width: 50%;
    }
    .members-area-section-1 {
        display: block;
    }
}

@media ( max-width: 767px ) {
    .user-courses .item-container {
        width: 100%;
    }
}