@font-face {
    font-family: "robotobold";
    src: url("../fonts/roboto-bold-webfont.eot");
    src: url("../fonts/roboto-bold-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/roboto-bold-webfont.woff") format("woff"),
        url("../fonts/roboto-bold-webfont.woff") format("woff"),
        url("../fonts/roboto-bold-webfont.ttf") format("truetype"),
        url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotolight";
    src: url("../fonts/roboto-light-webfont.eot");
    src: url("../fonts/roboto-light-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/roboto-light-webfont.woff") format("woff"),
        url("../fonts/roboto-light-webfont.woff") format("woff"),
        url("../fonts/roboto-light-webfont.ttf") format("truetype"),
        url("../fonts/roboto-light-webfont.svg#robotolight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotomedium";
    src: url("../fonts/roboto-medium-webfont.eot");
    src: url("../fonts/roboto-medium-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/roboto-medium-webfont.woff") format("woff"),
        url("../fonts/roboto-medium-webfont.woff") format("woff"),
        url("../fonts/roboto-medium-webfont.ttf") format("truetype"),
        url("../fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "robotoregular";
    src: url("../fonts/roboto-regular-webfont.eot");
    src: url("../fonts/roboto-regular-webfont.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/roboto-regular-webfont.woff") format("woff"),
        url("../fonts/roboto-regular-webfont.woff") format("woff"),
        url("../fonts/roboto-regular-webfont.ttf") format("truetype"),
        url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "robotoregular";
}

header {
    border-bottom: 1px solid #f2f2f2;
}

.header-top {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.video_err {
    margin-top: 10px;
}
.header-top .logo {
    width: 20%;
}

.header-top .nav-section {
    width: 80%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-family: "robotoregular";
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fec200;
}

.register-signin .login-btn {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 20px;
    margin: 0;
}

.register-signin .login-btn .register {
    background: #fec200;
    color: #000;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #fec200;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.register-signin .login-btn .register:hover {
    background: transparent;
    color: #fec200;
}

.register-signin .login-btn .sign-in {
    background: #037d95;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #037d95;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.register-signin .login-btn .sign-in:hover {
    background: transparent;
    color: #037d95;
}

.nav-section .navbar-nav .nav-item {
    padding: 0 24px;
}

.banner-left {
    display: inline-block;
    width: 60%;
    padding-right: 30px;
    vertical-align: middle;
}

.right-bnr {
    display: inline-block;
    width: 39%;
    vertical-align: middle;
}

.right-bnr figure {
    margin: 0;
    text-align: right;
}

.right-bnr img {
    max-width: 100%;
    border-radius: 100px;
}

.banner-section {
    padding-top: 100px;
}

.banner-left h2 {
    font-size: 36px;
    font-family: "robotobold";
    text-transform: capitalize;
    color: #037d95;
    margin: 0 0 20px;
}

.banner-left span {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    font-family: "robotomedium";
    line-height: normal;
}

.banner-left span.shifter {
    margin-bottom: 5px;
    font-size: 20px;
}

.banner-left .our-services {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0 20px;
}

.banner-left .our-services li {
    font-size: 14px;
    font-family: "robotomedium";
    position: relative;
}

.banner-left .our-services li::after {
    position: absolute;
    right: -10px;
    top: 5px;
    content: "";
    background: #333;
    width: 1px;
    height: 14px;
}

.banner-left .our-services li:last-child::after {
    display: none;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 30px;
}

.banner-btn .register {
    background: #fec200;
    color: #000;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #fec200;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.banner-btn .register:hover {
    background: #fff;
    color: #fec200;
}

.banner-btn .facebook {
    background: #3c5a9a;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #3c5a9a;
    display: none;
}

.banner-btn .facebook img {
    max-height: 25px;
    vertical-align: top;
    margin-top: 3px;
}

.employer {
    background: #fff9e6;
    margin: 100px 0 0;
    padding: 70px 0;
}

.employer-content h2 {
    font-size: 32px;
    font-family: "robotobold";
    text-transform: capitalize;
    color: #333;
    margin: 0 0 20px;
}

.employer-content span {
    font-size: 22px;
    margin-bottom: 5px;
    display: block;
}

.employer-content p {
    font-size: 16px;
}

.employer-content {
    width: 50%;
}

.employer-image {
    width: 50%;
}

.employer-hire {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.employer-content {
    width: 50%;
}

.employer-image {
    width: 50%;
    text-align: center;
}

.employer-image img {
    max-width: 350px;
}

.download-app {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 0 20px;
    margin-top: 60px;
}

.download-app img {
    max-width: 150px;
}

.jobseekers {
    background: #fedead;
    padding: 70px 0;
}

.jobseekers .download-app {
    margin: 0;
}

.about-us {
    background: #fff;
    padding: 120px 0;
}

.about-content p {
    font-size: 16px;
}

.about-content h2 {
    font-size: 36px;
    font-family: "robotobold";
    text-transform: capitalize;
    color: #037d95;
    margin: 0 0 20px;
}

.about-us-main {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.about-image {
    width: 50%;
}

.about-content {
    width: 50%;
}

.about-us .about-image img {
    border-radius: 100px;
    max-width: 84%;
}

.contact-us {
    padding: 40px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #a4a4a433;
    background-color: #fff8f4;
}

.contact-us h2 {
    font-size: 28px;
    font-family: "robotomedium";
    text-align: center;
    margin: 0 0 30px;
}

.contact-us form {
    max-width: 46%;
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
}

.contact-us form .form-control {
    border: 1px solid #e6e7ec;
    height: 48px;
    border-radius: 100px;
    margin-bottom: 25px;
    padding: 6px 25px;
    box-shadow: none;
}

.contact-img {
    display: inline-block;
    width: 52%;
    vertical-align: middle;
    padding-left: 40px;
    text-align: right;
}

.contact-img figure {
    margin: 0;
    width: 500px;
    height: 500px;
    border-radius: 100px;
    overflow: hidden;
    margin-left: auto;
}

.contact-img figure img {
    max-width: 100%;
}

.btn.btn-primary {
    background: #fec200;
    color: #000;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #fec200;
    box-shadow: none;
    font-weight: 500;
    font-family: "robotomedium";
    box-shadow: 0px 3px 3px 0px #00000029;
    -webkit-box-shadow: 0px 3px 3px 0px #00000029;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

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

.btn.btn-secondary {
    background: #037d95;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #037d95;
    box-shadow: none;
    font-weight: 500;
    font-family: "robotomedium";
    box-shadow: 0px 3px 3px 0px #00000029;
    -webkit-box-shadow: 0px 3px 3px 0px #00000029;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn.btn-secondary:hover {
    background: #fff;
    color: #037d95;
}

.contact-us form textarea.form-control {
    height: 110px;
    border-radius: 20px;
    resize: none;
}

footer {
    background: #f5f5f5;
    padding: 50px 0 100px;
}

footer h2 {
    font-size: 20px;
    font-family: "robotomedium";
}

.f-menu-link {
    padding: 0;
    list-style: none;
}

.f-menu-link a {
    font-size: 16px;
    color: #333;
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.f-menu-link a:hover {
    color: #fec200;
}

footer .download-app {
    margin: 15px 0 0;
}

footer .download-app img {
    max-width: 140px;
}

.mail-dtls {
    color: #333;
    padding-left: 0;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.mail-dtls:hover {
    color: #fec200;
}

.mail-dtls img {
    margin-right: 10px;
}

.login-pop .modal-header {
    border: none;
    padding-bottom: 0;
}

.login-pop .modal-body figure {
    text-align: center;
    margin-bottom: 30px;
}

.login-pop .modal-body h2 {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-family: "robotobold";
    margin-bottom: 15px;
}

.login-pop .modal-body span {
    text-align: center;
    display: block;
    color: #707070;
    font-size: 15px;
}

.login-pop .modal-body span a {
    font-family: "robotobold";
    color: #333;
    text-decoration: underline;
}

form label {
    font-size: 16px;
    font-weight: 500;
    font-family: "robotoregular";
    margin-bottom: 5px;
    padding-left: 24px;
}

form .form-control {
    border: 1px solid #e6e7ec;
    height: 48px;
    border-radius: 30px;
    padding: 0 24px;
    color: #8a8d9f;
    font-size: 14px;
    line-height: 48px;
}
.my-resume form .form-control {
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

form select.form-control {
    padding: 0px 45px 10px 15px;
    box-shadow: none !important;
    outline: none;
    background: url(../images/select-arrow.png) no-repeat;
    background-position: 96%;
    appearance: none;
    -webkit-appearance: none;
    background-size: 12px;
}

.login-pop form .col-sm-12,
.my-resume form .col-sm-6,
.my-resume form .col-sm-4 {
    margin-bottom: 20px;
}

.frgt-pswrd {
    display: flex;
    justify-content: space-between;
}

.frgt-pswrd .remembr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.frgt-pswrd .remembr .form-control {
    height: 20px;
    width: 20px;
    accent-color: #fec200;
    box-shadow: none;
}

.frgt-pswrd .remembr label {
    padding-left: 10px;
    margin: 0;
}

.frgt-pswrd .frgt-link {
    color: #f45229;
    font-family: "robotomedium";
    font-weight: 300;
}

.login-pop .modal-body form {
    margin-top: 40px;
}

.login-pop .modal-body form .btn.btn-secondary,
.login-pop .modal-body form .btn.btn-primary {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.profile-image {
    position: relative;
    max-width: 150px;
    margin: 20px auto auto;
}

.profile-image figure {
    width: 145px;
    border-radius: 30px;
    margin: auto;
    overflow: hidden;
    border: 1px solid #fec200;
    height: 256px;
}

.profile-image figure img {
    max-width: 100%;
    height: 100%;
}

.otp-letter-input {
    text-align: center;
    font-size: 2rem;
    width: 100%;
    height: 3rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 0 0.5rem;
}

.modal-dialog-scrollable {
    max-height: calc(100% - 1rem);
    overflow-y: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border-radius: 0.5rem;
}

.modal-body {
    padding: 2rem;
}

.add-photo {
    position: absolute;
    right: -10px;
    bottom: -10px;
    background: #fff;
    border: 1px solid #fec200;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    line-height: 40px;
}

.add-photo input {
    width: 45px;
    height: 45px;
    background: none;
    font-size: 0;
    border: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.add-photo a img {
    max-width: 22px;
}

.profile-ctnt {
    text-align: center;
    margin-top: 10px;
}

.profile-ctnt span {
    color: #707070;
    font-family: "robotomedium";
}

.profile-ctnt p {
    color: #707070;
}

.frgt-pswrd .remembr label a {
    color: #fec200;
}

.login-pop form .col-sm-12 .contact-note {
    padding-left: 24px;
    text-align: left;
    margin-top: 5px;
}

.my-resume h2 {
    margin: 60px 0 70px;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-family: "robotobold";
}

.my-resume .frgt-pswrd {
    margin: 20px 0 40px;
    padding-left: 24px;
}

.upload-video-resume {
    border: 2px dashed #707070;
    padding: 20px;
    margin: 50px 0 50px;
    border-radius: 10px;
    height: auto;
    min-height: 230px;
    position: relative;
}

.upload-video-resume input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.upload-video-resume .upload-btn {
    text-align: center;
    margin: auto;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    font-size: 16px;
    color: #333;
    font-family: "robotomedium";
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
div#video-thumbnail-container {
    text-align: center;
    margin: auto;
}
div#video-thumbnail-container img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 300px;
}

.upload-video-resume .upload-btn img {
    width: auto;
    margin-bottom: 5px;
}

.read-tips {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 80px;
}

.read-tips span {
    font-size: 18px;
    font-family: "robotomedium";
}

.resume-tips {
    background-color: #fffdf6;
    padding: 60px 0;
    text-align: center;
}

.resume-tips .resume-text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    width: 40%;
    text-align: left;
}

.top-tips {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.top-tips figure img {
    max-width: 220px;
}

.top-tips figure {
    margin: 0;
}

.resume-tips .resume-text h3 {
    font-size: 22px;
    font-family: "robotomedium";
    margin-bottom: 12px;
}

.resume-tips .resume-text p {
    font-size: 16px;
}

.resume-tips .resume-text a {
    display: block;
    font-size: 16px;
    text-align: center;
    width: 400px;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    box-shadow: 0px 3px 3px 0px #00000029;
    -webkit-box-shadow: 0px 3px 3px 0px #00000029;
}

.detail-btn {
    color: #fff;
    background: #037d95;
}

.video-btn {
    color: #333;
    background: #fec200;
}

.example-btn {
    color: #333;
    background: #fe9900;
}

.detail-btn:hover {
    color: #fff;
}

.video-btn:hover,
.example-btn:hover {
    color: #333;
}

.covering {
    display: flex;
    gap: 0 15px;
    align-items: center;
    margin: 0 auto 30px;
    padding-left: 24px;
}

.covering .shifter {
    font-size: 16px;
}

.covering .our-services {
    display: flex;
    gap: 0 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.covering .our-services li {
    font-size: 14px;
    font-family: "robotomedium";
    position: relative;
}

.covering .our-services li::after {
    position: absolute;
    right: -10px;
    top: 5px;
    content: "";
    background: #333;
    width: 1px;
    height: 14px;
}

.covering .our-services li:last-child::after {
    display: none;
}

.my-resume .summary-tips h2 {
    margin: 80px 0 40px;
}

.summary-tips ul {
    padding: 0;
    list-style: none;
}

.summary-tips ul li {
    margin-bottom: 30px;
}

.summary-tips ul strong {
    font-size: 16px;
}

.summary-tips ul p {
    font-size: 16px;
    color: #707070;
}

.close-btn {
    display: none;
}

body.show {
    overflow: hidden;
}

.my-resume.cstm-profile form {
    max-width: 800px;
    margin: auto;
}

.my-resume.cstm-profile form .col-sm-12 {
    margin-bottom: 25px;
}

.my-resume.cstm-profile form .profile-image {
    margin: 20px auto 50px;
}
.phn-nmbr input#phone_number {
    padding-left: 140px;
}
.phn-nmbr select#phone_code {
    position: absolute;
    left: 0;
    width: 16%;
    padding: 0 20px;
    border: none;
    border-radius: 0;
}
.phn-nmbr .form-control:focus {
    background-color: transparent;
}
.phn-nmbr {
    position: relative;
}
.contact-us span.text-danger {
    margin-top: -20px;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}
.login-pop .modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 9;
}

.cstm-login.banner-btn {
    gap: 25px 20px;
    flex-wrap: wrap;
}
.upload-video-resume p {
    margin-top: -50px;
    display: block;
}
.register-signin .dropdown-menu {
    margin: 0.6rem 0 0;
    min-width: 100%;
}
.cstm-login.banner-btn p {
    width: 100%;
}

.upload-video-resume span.text-danger {
    margin-top: 36px;
    display: block;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
}

.custom-check-day .form-group {
    display: block;
    margin-bottom: 6px;
}

.custom-check-day .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check-day .form-group label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.custom-check-day .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    border-radius: 4px;
}

.custom-check-day .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-check-day .form-group .day-mode + label:before {
    border-color: #fab900;
}
.custom-check-day .form-group .eve-mode + label:before {
    border-color: #fa9e0d;
}
.custom-check-day .form-group .night-mode + label:before {
    border-color: #8604a7;
}
.custom-check-day .form-group .day-mode:checked + label:before {
    background-color: #fab900;
    border-color: #fab900;
}
.custom-check-day .form-group .eve-mode:checked + label:before {
    background-color: #fa9e0d;
    border-color: #fa9e0d;
}
.custom-check-day .form-group .night-mode:checked + label:before {
    background-color: #8604a7;
    border-color: #8604a7;
}

.custom-check-day table {
    background: #f4f5f7;
    border-radius: 10px;
    width: 100%;
    position: relative;
}
.row.custom-check-day {
    padding: 20px 0px;
}
.custom-check-day table td,
.custom-check-day table th {
    padding: 5px 30px;
    text-align: center;
}
.custom-check-day table td:first-child,
.custom-check-day table th:first-child {
    text-align: left;
}
.custom-check-day table th img.view-img {
    display: block;
    margin: 5px auto auto;
    max-width: 40px;
}
.custom-check-day table th:last-child img {
    max-width: 32px;
}
tr.sat-sun {
    position: relative;
}
tr.sat-sun:after {
    content: "";
    height: 100px;
    width: 100%;
    border: 2px solid #fa9e0d;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    border-radius: 40px;
    background: #f4f5f7;
}
tr.sat-sun td {
    z-index: 1;
    position: relative;
}
.custom-check-day table tr td {
    z-index: 1;
    position: relative;
}
.row.custom-check-day span.text-danger {
    padding-left: 15px;
    margin-top: 22px;
    font-size: 14px;
}

@media (min-width: 1310px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-top .logo {
        width: 10%;
    }

    .header-top .logo img {
        max-width: 65px;
    }

    .header-top .nav-section {
        width: 90%;
    }

    .register-signin .login-btn .register {
        padding: 8px 20px;
        font-size: 15px;
    }

    .register-signin .login-btn .sign-in {
        padding: 8px 20px;
        font-size: 15px;
    }

    .register-signin .login-btn {
        gap: 0 10px;
    }

    .nav-section .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .banner-left h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .banner-left span {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .banner-left span.shifter {
        font-size: 16px;
    }

    .banner-btn .register {
        padding: 8px 30px;
        font-size: 15px;
    }

    .banner-btn {
        gap: 0 10px;
        margin-top: 20px;
    }

    .banner-btn .facebook {
        padding: 8px 20px;
        font-size: 15px;
    }

    .banner-btn .facebook img {
        max-width: 30px;
    }

    .employer-content h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .employer-content span {
        font-size: 18px;
    }

    .employer-content p {
        font-size: 15px;
    }

    .download-app img {
        max-width: 120px;
    }

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

    .about-content h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }

    .about-content p {
        font-size: 15px;
    }

    .contact-img figure {
        width: auto;
        height: auto;
    }

    .download-app {
        gap: 0 10px;
    }

    footer .download-app img {
        max-width: 100px;
    }

    footer h2 {
        font-size: 18px;
    }

    footer a img {
        max-width: 65px;
    }

    .f-menu-link a {
        font-size: 15px;
    }

    .mail-dtls img {
        margin-right: 5px;
        max-width: 16px;
    }

    form label {
        font-size: 16px;
        padding-left: 12px;
    }

    .resume-tips .resume-text a {
        width: 100%;
    }

    .upload-video-resume {
        margin: 30px 0 30px;
        height: 200px;
    }

    .btn.btn-primary {
        padding: 10px 30px;
        font-size: 14px;
    }
    .phn-nmbr select#phone_code {
        width: auto;
        max-width: 110px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    span.text-danger.video_err {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .header-top .logo img {
        max-width: 70px;
    }

    .register-signin .login-btn {
        gap: 0 8px;
    }

    .register-signin .login-btn .register {
        padding: 6px 16px;
        font-size: 15px;
    }

    .register-signin .login-btn .sign-in {
        padding: 6px 16px;
        font-size: 15px;
    }

    .nav-section .navbar-toggler {
        border: none;
        position: absolute;
        right: 0;
        padding: 0;
    }

    .nav-section .navbar {
        padding-right: 40px;
    }

    .nav-section .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        background: #fff8f4;
        width: 80%;
        max-width: 100%;
        height: 100vh;
        padding: 20px 5px;
        z-index: 99;
        opacity: 0;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        display: block;
    }

    .nav-section .navbar-collapse.show {
        right: 0;
        opacity: 1;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
    }

    .close-btn {
        position: absolute;
        top: 0;
        background: #fff8f4;
        padding: 0 4px;
        left: -27px;
        height: 28px;
        width: 28px;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    .close-btn img {
        max-width: 14px;
    }

    .nav-section .navbar-nav .nav-item {
        padding: 0 15px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        border-bottom: 1px solid #000;
        color: #000;
    }

    .banner-section .container {
        display: flex;
        flex-wrap: wrap;
    }

    .banner-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .banner-section {
        padding-top: 40px;
    }

    .banner-left h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .banner-left span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .banner-left span.shifter {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner-left .our-services li {
        font-size: 14px;
    }

    .banner-left .our-services li::after {
        top: 4px;
        height: 15px;
    }

    .banner-btn .register {
        padding: 6px 20px;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .banner-btn .facebook img {
        max-width: 30px;
    }

    .banner-btn .facebook {
        padding: 6px 10px;
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .banner-btn {
        gap: 15px 0;
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .right-bnr {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .btn.btn-primary {
        padding: 8px 30px;
        font-size: 15px;
    }

    .read-tips .btn.btn-primary {
        padding: 8px 12px;
        font-size: 13px;
        width: 52%;
    }

    .employer {
        margin: 40px 0 0;
        padding: 40px 0;
    }

    .employer-hire {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: self-start;
        justify-content: flex-start;
    }

    .employer-content {
        width: 100%;
        margin-top: 20px;
    }

    .employer-image {
        width: 100%;
        text-align: center;
    }

    .employer-image img {
        max-width: 250px;
    }

    .employer-content h2 {
        font-size: 20px;
        margin: 0;
    }

    .employer-content span {
        font-size: 16px;
    }

    .employer-content p {
        font-size: 15px;
    }

    .download-app img {
        max-width: 120px;
    }

    .download-app {
        margin-top: 20px;
    }

    .jobseekers {
        padding: 10px 0 40px;
    }

    .about-us {
        padding: 40px 0;
    }

    .about-us-main {
        gap: 20px 0;
        flex-wrap: wrap;
    }

    .about-image {
        width: 100%;
    }

    .about-content {
        width: 100%;
    }

    .about-content h2 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    .about-content p {
        font-size: 15px;
    }

    .contact-us {
        margin-bottom: 40px;
    }

    .contact-us form {
        max-width: 100%;
        margin-top: 20px;
        order: 3;
    }

    .contact-img {
        width: 100%;
        vertical-align: middle;
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
        order: 1;
    }

    .contact-img figure {
        width: 350px;
        height: 350px;
        margin: auto;
    }

    .contact-us .container {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-us .container h2 {
        order: 2;
        margin: 0;
        font-size: 24px;
    }

    footer {
        padding: 40px 0 40px;
    }

    footer a img {
        max-width: 70px;
        margin-bottom: 30px;
    }

    footer h2 {
        font-size: 16px;
    }

    .f-menu-link a {
        font-size: 14px;
    }

    footer .download-app {
        margin: 10px 0 0;
    }

    footer .download-app img {
        max-width: 115px;
    }

    .mail-dtls img {
        margin-bottom: 0;
    }

    .mail-dtls {
        font-size: 14px;
    }

    .covering {
        gap: 0 15px;
        margin: 0 auto 20px;
        padding-left: 12px;
        flex-wrap: wrap;
    }

    .my-resume h2 {
        margin: 30px 0 20px;
        font-size: 24px;
    }

    .covering .shifter {
        font-size: 15px;
    }

    .covering .our-services li {
        font-size: 14px;
    }

    .covering .our-services li::after {
        right: -12px;
        top: 4px;
        width: 1px;
        height: 15px;
    }

    .my-resume .frgt-pswrd {
        margin: 20px 0 20px;
        padding-left: 12px;
    }

    .read-tips span {
        font-size: 14px;
    }

    form label {
        font-size: 14px;
        padding-left: 12px;
    }

    form label.blank-lbl {
        display: none;
    }

    form .form-control {
        height: 42px;
        padding: 0 12px;
        font-size: 14px;
    }

    .upload-video-resume .upload-btn {
        font-size: 14px;
    }

    .upload-video-resume .upload-btn img {
        max-width: 60px;
    }

    .upload-video-resume {
        padding: 20px;
        margin: 20px 0 30px;
        height: 140px;
    }

    .resume-tips {
        padding: 40px 0;
    }

    .resume-tips .resume-text {
        padding-right: 0;
        width: 100%;
        order: 2;
    }

    .resume-tips .resume-text a {
        width: 100%;
    }

    .resume-tips .container {
        display: flex;
        flex-wrap: wrap;
    }

    .top-tips {
        width: 100%;
        order: 1;
    }

    .my-resume .summary-tips h2 {
        margin: 40px 0 20px;
        font-size: 20px;
    }

    .summary-tips ul strong {
        font-size: 15px;
    }

    .summary-tips ul p {
        font-size: 14px;
    }

    .summary-tips ul li {
        margin-bottom: 20px;
    }

    .login-pop .modal-body h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .login-pop .modal-body span {
        font-size: 14px;
    }

    .login-pop .modal-body figure a img {
        max-width: 80px;
    }

    .profile-ctnt p {
        font-size: 15px;
        line-height: normal;
    }

    .login-pop form .col-sm-12 .contact-note {
        padding-left: 12px;
        font-size: 14px;
    }

    form select.form-control {
        padding: 0px 30px 10px 15px;
        background-size: 10px;
    }

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

    .right-bnr img {
        max-width: 100%;
    }
    .phn-nmbr select#phone_code {
        width: auto;
        padding: 0 12px;
        font-size: 12px;
        max-width: 90px;
    }
    .phn-nmbr input#phone_number {
        padding-left: 93px;
        font-size: 12px;
    }
    form .form-control {
        font-size: 12px;
    }
    .otp-box .container.p-5 {
        padding: 0 !important;
    }
    .otp-box .container.p-5 .bg-white.p-5 {
        padding: 1rem !important;
    }
    .otp-box .container.p-5 .bg-white.p-5 .form-control {
        font-size: 12px;
        margin: 0;
    }
    .otp-box .container.p-5 .bg-white.p-5 .col-3 {
        padding: 0 6px;
    }
    .pswrd-frgt .phn-nmbr select#phone_code {
        width: 26%;
    }
    .pswrd-frgt .read-tips .btn.btn-primary {
        width: 100%;
        margin-top: 0 !important;
    }
    .my-resume .col-auto video {
        width: 100%;
        height: 100%;
    }
    .upload-video-resume span.text-danger {
        margin-top: 38px;
        font-size: 12px;
        bottom: -24px;
    }
    .upload-video-resume p {
        margin-top: -50px;
        display: block;
        font-size: 14px;
    }
    .custom-check-day table th img.view-img {
        max-width: 30px;
    }
    .custom-check-day table td,
    .custom-check-day table th {
        padding: 5px 10px;
    }
    tr.sat-sun:after {
        height: 90px;
        bottom: auto;
        border-radius: 20px;
        top: auto;
    }
    .row.custom-check-day span.text-danger {
        margin-top: 10px;
        font-size: 12px;
    }
    div#video-thumbnail-container img {
        max-width: 100%;
        max-height: inherit;
        height: 211px !important;
    }
}

.text-purple {
	color: #b042f5 !important;
}

.text-decoration-underline {
	text-decoration: underline;
}
