@font-face {
    font-family: 'aeonikregular';
    src: url('../fonts/aeonik_overview-regular-webfont.woff2') format('woff2'),
        url('../fonts/aeonik_overview-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aeonikmedium';
    src: url('../fonts/aeonik_overview-medium-webfont.woff2') format('woff2'),
        url('../fonts/aeonik_overview-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'aeonikbold';
    src: url('../fonts/aeonik-bold-webfont.woff2') format('woff2'),
        url('../fonts/aeonik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'filsonproboldbold';
    src: url('../fonts/filsonprobold-bold-webfont.woff2') format('woff2'),
        url('../fonts/filsonprobold-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5C5C5C;
    font-family: 'aeonikregular';
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #5C5C5C;
    font-family: 'aeonikregular';
    font-size: 14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #5C5C5C;
    font-family: 'aeonikregular';
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #5C5C5C;
    font-family: 'aeonikregular';
    font-size: 14px;
}


html,
body {
    height: 100%;
}

.dark-bg {
    background: #2B292E;
}

.gradient-bg {
    background: #2F392A url(../images/gradient-bg.jpg) no-repeat left top;
    background-size: cover;
}

.purple-bg {
    background: #EFEDF5 url(../images/purple-light-bg.jpg) no-repeat left top;
    background-size: cover;
}

.golden-bg {
    background: #EFEDF5 url(../images/golden-bg.jpg) no-repeat left top;
    background-size: cover;
}


p {
    font-family: 'aeonikregular';
    font-size: 15px;
    line-height: 28px;


}

.button-section {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}


h1 {
    font-size: 60px;
    line-height: 70px;
    color: #000;
    font-family: 'filsonproboldbold';
    font-weight: normal;
}


h2 {
    color: #000;
    font-weight: normal;
    font-size: 45px;
    line-height: 64px;
    padding: 0;
    margin: 0;
    font-family: 'aeonikbold';
}


h3 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-family: 'aeonikbold';


}




.primary-btn {
    font-family: 'aeonikbold';
    color: #F1D194;
    padding: 0 30px;
    border-radius: 30px;
    text-decoration: none;
    background: #424F3B;
    height: 34px;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 22px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    border: 0;

}


.primary-btn:hover {
    background: #CEC2A6;
    color: #fff;
}


.secondary-btn {
    font-family: 'aeonikbold';
    color: #424F3B;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    background: #F1D194;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 22px;
    display: inline-block;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    border: 0;

}


.secondary-btn:hover {
    background: #424F3B;
    color: #fff;
}


.btn-outline {
    font-family: 'aeonikregular';
    padding: 0 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    height: 32px;
    font-size: 14px;
    text-align: center;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(66, 79, 59, .8);
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .3s ease;

}


.btn-outline:hover {
    background: #000;
    color: #fff;
}



.form-btn {
    font-family: 'aeonikbold';
    padding: 0 30px;
    border-radius: 30px;
    text-decoration: none;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(66, 79, 59, .8) 100%);
    color: #fff;
    height: 36px;
    font-size: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .3s ease;

}


.form-btn:hover {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(66, 79, 59, 1) 0%, rgba(66, 79, 59, .8) 100%);
    color: #fff;


}

.form-btn.sm {
    width: auto;
    color: #F1D194;
}

.form-wrapper-section .button-section {
    margin: 10px 0 0;
}

.submit-question .button-section {
    display: flex;
    justify-content: flex-end;
}


.container {
    max-width: 1145px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 40px;

}

.header {
    padding: 0;
    position: sticky;
    top: 0;
    background: #424F3B;
    z-index: 999;
    transition: all 400ms ease;
}


.header .logo a {
    display: block;
    cursor: pointer;
    padding: 14px 0;

}


.header .logo img {


    display: block;
    max-width: inherit;

}


.header .flex-col {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header.fixed {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.header.fixed .logo img {
    height: 60px;
}

.header.fixed .logo a {
    padding: 10px 0;
}

.header.fixed .navigation ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
}



.navigation {
    display: flex;
    justify-content: flex-end;
}

.navigation ul {
    display: flex;
    list-style: none;
    max-width: inherit;

}

.navigation ul li {
    list-style: none;
    white-space: nowrap
}

.navigation ul li a {
    font-size: 14px;
    font-family: 'aeonikregular';
    color: #fff;
    text-decoration: none;
    padding: 20px 18px;
    list-style: none;
    display: block;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;


}

.navigation ul li a:hover {
    color: #F1D194;
}




a,
a:focus {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.navigation ul li:last-child a {
    padding-right: 0;
}

.header .container {
    position: relative;
}

.container {
    position: relative;
}




.navigation ul li.active a {
    color: #F1D194;
}

.section {
    display: block;
}

.right-section-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column-gap: 40px;
}

.waiting-room-video-wrapper {
    padding: 80px 0;
}



.waiting-room-video-wrapper .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px
}

.video-listing img {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.video-listing h3,
.video-listing p {
    color: #424F3B;
    margin: 0;
    padding: 0;
}

.video-listing {
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
}

.video-listing .video-info {
    padding: 20px 20px;
}

.play-icon {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-listing:hover .play-icon svg path {

    fill: rgba(0, 0, 0, .5)
}

.video-wrapper {
    position: relative;
}

.waiting-room-video-wrapper .button-section {
    display: block;
    text-align: center;
    margin: 40px 0 0;
}

.search-section {
    position: relative;
}

.search-section input {
    width: 248px;
    height: 27px;
    color: #5C5C5C;
    background: #fff;
    border-radius: 30px;
    margin: 0;
    padding: 0 0 0 30px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-family: 'aeonikregular’;

}

.waiting-room-video-wrapper .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
    grid-column-gap: 30px;
}

.search-section .icon {
    position: absolute;
    left: 10px;
    top: 2px;
}

.sort-by a {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.sort-by span {
    color: #fff;
    font-family: 'aeonikregular';
    font-size: 14px;
    line-height: 18px;
}

.form-group {
    margin: 0 0 7px 0;
}

.intenal-content {
    max-width: 500px;
}

.form-wrapper-section {
    height: 100vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.form-wrapper-section .container {
    min-height: 700px;
    display: flex;
}

.form-wrapper-section .form-content {
    background: #fff;
    border-radius: 10px;
    margin-top: -100px;
    max-width: 345px;
    min-width: 345px;
    position: relative;
    z-index: 2;
}

.form-wrapper-section .form-content .inner {
    padding: 40px 38px;
}

.form-wrapper-section .icon-section {
    display: block;
    text-align: center;
    margin: 0 0 28px 0;
}

.have-account-section,
.reset-password-section{
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #9BA298;
    font-size: 14px;
}
.reset-password-section{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.have-account-section a,
.reset-password-section a {
    text-decoration: underline;
    color: #000000;
}

.have-account-section a:hover,
.reset-password-section a:hover {
    text-decoration: none;
}

.form-flex-wrapper {
    display: flex;
    align-items: center;
    margin-left: -200px;
}

.sofa-image {
    position: relative;
    z-index: 1;
}

.sofa-image img {
    max-width: 100%;
}

.form-wrapper-section .form-content {
    margin-left: -110px;
}

.submit-question {
    min-height: 700px;
    height: calc(100vh - 68px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-question .center-container {
    text-align: center;
}

.submit-question .center-container .title-section h1 {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.submit-question .center-container .title-section p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}


.submit-question p {
    font-size: 18px;
    color: #000;
}

.submit-question .form-section-panel {
    max-width: 525px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: left;
}



.submit-question .textarea-lg {
    border: 1px solid #5C5C5C;
    border-radius: 17px;
    height: 241px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
}

.submit-question .textarea-md {
    height: 135px;
    border-radius: 17px !important;
}


input.error,
textarea.error {
    border-color: red !important;
}

label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin: 0 !important;
    padding: 4px 0 0 15px !important;
    line-height: 18px;
    display: block;
}

.form-content ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-content ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-content :-ms-input-placeholder {
    /* IE 10+ */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-content :-moz-placeholder {
    /* Firefox 18- */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}



.form-section-panel ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-section-panel ::-moz-placeholder {
    /* Firefox 19+ */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-section-panel :-ms-input-placeholder {
    /* IE 10+ */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}

.form-section-panel :-moz-placeholder {
    /* Firefox 18- */
    color: #B3B3B3;
    font-family: 'aeonikregular';
    font-size: 14px;
}




.form-control:focus,
.form-control.valid {
    border-color: #999;
}

select.form-control {
    -webkit-appearance: none;
}

.right-side {
    display: flex;
    align-items: center;
    gap: 20px;
}
.resume-video a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'aeonikbold';
    padding: 0 18px;
    border-radius: 30px;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(66, 79, 59, .8) 100%);
    color: #F1D194;
    height: 30px;
    font-size: 14px;
    line-height: normal;
}
.resume-video a svg {
    width: 18px;
    height: 18px;
}

.sort-by {
    white-space: nowrap;
}


.g-recaptcha {
    opacity: 0;
}

.success_message,
.dynamic {
    padding: 10px 20px;
    display: none;
    color: #fff;

}

.success_message h5,
.dynamic h5 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;

}


.form-input.error {
    border-color: red;
}


.dynamic {
    color: #21409A;
    padding: 10px 20px;
    display: none;
    margin-top: 20px;

}



.success_message {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 35px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #344838;
    background-color: #F5F5F5;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    outline: none;
    border: 1px solid #5C5C5C;
    font-family: 'aeonikregular';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.form-control.white {
    display: block;
    width: 100%;
    min-height: 35px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #344838;
    background-color: #fff;
    border-radius: 30px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    outline: none;
    border: 1px solid #5C5C5C;
    font-family: 'aeonikregular';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}



.form-group {
    margin: 0 0 10px 0;
}



.dynamic h5 {
    padding: 0;
    margin: 0;
    color: #21409A;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.form-message-text {
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #CEC2A6;
}

.form-message-text h3 {
    margin: 0 !important;
    color: #657A69;
}

.pagination {
    margin: 50px 0 0;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination ul li {
    color: #fff;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    font-family: 'aeonikregular';

}

.pagination ul li.numb {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;

}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
    font-family: 'aeonikbold';

}

.pagination li.active,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #424F3B;
    background: #fff;

}

.pagination li.active,
.pagination ul li.numb:hover {
    font-family: 'aeonikbold';
}
[type=password], .password {
    /* width: 86%;
    float: left;
    margin-bottom: 10px; */
    padding-right: 40px;
}

.form-group .toggle-password{
    /* padding: 7px 0px 0px 2px; */
    float: right;
    padding: 5px 9px 0px 2px;
    top: -35px;
    position: relative;
    height: 1px;
}

.video-info h3{
    margin-bottom: 5px;
}
.video-info p{
    line-height: 20px;
}

