* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body {
    font-size: 14px;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

#navbar .nav-item {
    padding: 7px 3px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #206E46;
}


.nav-btn1 button {
    outline: none;
    border: none;
    background-color: transparent;
    border: 1px solid #206E46;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #238653;
    width: 120px;
}

.nav-btn1 button:hover {
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    border: none;
    color: #FFFFFF;
}

.nav-btn2 button {
    outline: none;
    border: none;
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #FFFFFF;
    width: 120px;  
}

.nav-btn2 button:hover {
    background: #206E46;    
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.home-banner {
    background-color: #206E46;
    padding-top: 41px;
    padding-bottom: 136px;
    margin-bottom: 100px;
}

.home-bannerL {
    padding-top: 50px;
}

.home-bannerL-head {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px 0px #00000026;
}

.home-bannerL p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 60px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px 0px #00000026;
}

.home-bannerL-select {
    display: flex;
    gap: 5px;
    border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

.home-bannerL-select .form-select {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    color: #FFFFFF;
}

.home-bannerL-select .form-select option {
    color: #000000;
}

.home-bannerL-select span {
    color: #FFFFFF;
}

.home-bannerL-select2 {
    display: flex;
    gap: 5px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
}

.home-bannerL-select2 input {
    width: 100%;
    outline: none;
    border: none;    
}

.home-bannerL-select2 input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #238653;
}

.home-bannerL-select2 span {
    color: #238653;
}

.home-bannerR {
    position: relative;
}

.home-bannerR-img {
    position: absolute;
}

.job-post-body {
    width: 80%;
    margin: auto;
}

.job-post-body-box {
    border: 1px solid #A9CF46;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 38px;
    cursor: pointer;
    background-color: #F2FADA;
}

.job-post-body-box:hover {
    background-color: #F2FADA;
}

.job-post-body-head {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #206E46;
    margin-bottom: 10px;
}

.job-post-body-sub {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.job-post-body-sub1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.job-post-body-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;   
    margin-bottom: 30px; 
}

.job-post-body-box button {
    outline: none;
    border: none;
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #FFFFFF;
}

.job-post-body-box button:hover {
    background: #206E46;    
}

#myDIV .btn {
  color: #565759;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  border: none;
}

#myDIV .active {
  color: #FFFFFF;
  background-color: #206E46;
  border-radius: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

.home-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

#myDIVL {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #206E46;
    margin-right: 10px;
}

#myDIVR {
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #206E46;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #206E46;
    margin-left: 10px;
}


.footer {
    background-color: #206E46;
    padding-top: 27px;
    padding-bottom: 10px;
}

.footerL {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-row {
    display: flex;
    justify-content: space-between;
}

.footerR-icon {
    background-color: #FFFFFF;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;    
}

.footerR-icon i {
    color: #206E46;
}

.footerR {
    display: flex;
    gap: 10px;
}

.inner-banner {
    padding-top: 100px;
    padding-bottom: 101px;
}

.inner-banner-head {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px 0px #00000026;
}

.inner-page-rowL {
    position: relative;
    padding-left: 50px;
    padding-top: 80px;
    padding-right: 50px;
}

.inner-p-line {
    position: absolute;
    left: 30px;
}

.inner-page-rowL p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.inner-page-row .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.inner-page-rowL-head {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
    color: #1C5739;
}

.services-row {
    margin-top: 100px;
    margin-bottom: 100px;
}

.job-post-body-box-top {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 15px;
    color: #1C5739;
}

.job-post-body-box-top span {
    margin-right: 5px;
}

.slick-slide {
    margin: 0px 20px;
}

.clients-slide {
    margin-bottom: 100px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.apply-banner-row {
    display: flex;
    justify-content: space-between;
}

.apply-banner-rowL button {
    border: none;
    outline: none;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #31B471;
    margin-top: 20px;
}

.apply-banner-rowR a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.apply-page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.apply-page-nav-head {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #31B471;
    margin-bottom: 5px;
}

.apply-page-nav1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #85998F;
}

.apply-page-form-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    margin-bottom: 20px;
    color: #206E46;
}

.apply-page-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #565759;
    margin-bottom: 50px;
}

.apply-page-form ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #565759;
    margin-bottom: 10px;
}

.apply-page-form ul {
    margin-left: 20px;
}

.apply-page-form ul li:before {
    content: "\1F89D";
    position: absolute;
    left: 20px;
    color: #31B471;
    font-size: 30px;
}

.apply-page-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    margin-bottom: 50px;
    color: #206E46;
}

.apply-page-price span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #565759;
}

.apply-page-formR input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #0000004D;
    margin-bottom: 25px;
    padding-top: 5px;
    color: #565759;
}

.apply-page-formR label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #565759;
    margin-bottom: 0px;
}

.apply-page-formR label span {
    color: red;
}

.apply-page-formR .form-select {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #0000004D;
    margin-bottom: 25px;
    padding-top: 5px;
    color: #0000001A;
}

.apply-page-formR .form-select option {
    color: #000000;
}

.apply-page-formL {
    padding-right: 50px;
}

.apply-page-formR {
    padding-left: 50px;
}

#upload-inst {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #FF440B80;
    margin-top: -20px;
    margin-bottom: 30px;
}

#upload-impt input {
    width: 20px;
}

#upload-impt label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #565759;
}

#upload-impt span a {
    text-decoration: none;
    color: #31B471;
}

#upload-impt {
    margin-bottom: 40px;
}

.apply-page-formR button {
    outline: none;
    border: none;
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #FFFFFF;
    margin-bottom: 100px;
}

.apply-page-formR button:hover {
    background: #206E46;    
}

.signup-nav {
    margin-bottom: 137px;
}

.signup-box {
    width: 50%;
    margin: auto;
    background-color: #FFFFFF;
    padding: 52px 40px;
    margin-bottom: 100px;
}

.signup-box-head {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    color: #206E46;
    margin-bottom: 10px;
}

.signup-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #0000004D;
    margin-bottom: 40px;
}

#pls-ent {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #0000004D;
    margin-bottom: 10px; 
}

.signup-box-input input {
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #56575926;
    background-color: transparent;
    padding: 15px;
    border-radius: 5px;
}

.signup-box-input {
    margin-bottom: 20px;
}

.signup-box-input {
    position: relative;
}

.signup-box-input i {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    color: #31B471;
}

.signup-box-input input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #565759;
}

#signup-box-min {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #FF440B80;
    margin-top: -10px;
    margin-bottom: 40px;
}

.signup-box button {
    border: none;
    outline: none;
    background-color: #31B471;
    border: 1px solid #56575966;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

#signup-box-already {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #565759;
}

#signup-box-already a {
    text-decoration: none;
    color: #31B471;
}

.signup-box-forg {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
    margin-bottom: 40px;
}

.signup-box-forg1 label {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #565759B2;
}

.signup-box-forg2 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-decoration-line: underline;
    color: #31B471;
}

.google-signin button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #565759;
}

.signup-box p span {
    color: #31B471;
    text-decoration: underline;
}

.signup-box-input2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.signup-box-input2 input {
    width: 100px;
    height: 80px;
    padding: 12px 25px;
    vertical-align: top;
    text-align: center;
    outline: none;
    border: 1px solid #31B471;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #424242;
}

.signup-box-input2 input::placeholder {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #424242;
}

.get-otp {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #424242;
}

.get-otp a {
    text-decoration: underline;
    color: #31B471;
}

#back-to-login {
    text-align: right;
}

#back-to-login a {
    color: #FF440B80;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-line: underline;
}

.testimonial-section {
    width: 80%;
    margin: auto;
    margin-bottom: 70px;
}

.testimonial-section-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: #31B471;
    margin-bottom: 60px;
}

.testimonial-section .card {
    background-color: transparent;
    border: none;
}

.testimonial-section-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-section-body2-content {
    width: 244px;
    background-color: #238653;
    color: #FFFFFF;
    padding: 18px 10px;
    border-radius: 10px;
    text-align: center;
}

.testimonial-section-body2 {
    text-align: center;
}

.contact-body {
    width: 60%;
    margin: auto;
}

.contact-body-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #1C5739;
    margin-bottom: 10px;
}

.contact-body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #54555A;
    margin-bottom: 30px;
    text-align: center;
}

.contact-body input {
    width: 100%;
    border: none;
    outline: none;    
    border-bottom: 1px solid #54555AB2;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #54555A;
}

.contact-body input label {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #54555A;
}

.contact-body textarea {
    width: 100%;
    border: none;
    outline: none;    
    border-bottom: 1px solid #54555AB2;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #54555A;
}

.c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 93px;
}

.c-btn button {
    outline: none;
    border: none;
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #FFFFFF;
}

.c-btn button:hover {
    background: #206E46;    
}

.contact-body-row {
    width: 80%;
    margin: auto;
}

.contact-body-rows {
    display: flex;
    gap: 5px;
}

.contact-body-rows2-head {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.contact-body-rows1 {
    color: #A9CF46;
}

.contact-body-rows2-head span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.inner-page-rowL-hd {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    color: #1C5739;
}

.inner-page-rowL ul {
    list-style: none;    
}

.inner-page-rowL li {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
}

.inner-page-rowL li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #31B471;
}

.inner-page-rowL22-li {
    display: flex;
    gap: 5px;
}

.inner-page-rowL22-li1 img {
    width: 15px;
}

.key-benn {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.key-benn-img img {
    width: 13px;
}

.key-benn-text {
    width: 100%;
    font-size: 16px;
}

.how-it-works {
    margin-top: 100px;
    margin-bottom: 100px;
}

.how-it-works-bodyR {
    padding-top: 70px;
    padding-right: 120px;
}

.how-it-works-bodyR-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1C5739;
    margin-bottom: 30px;
}

.how-it-works-bodyR-cnt {
    position: relative;
    padding-left: 70px;
}

.how-it-works-bodyR-img {
    position: absolute;
    left: 0;
}

.how-it-works-bodyR-cnt p {
    font-size: 16px;
}

.trending-modules {
    width: 80%;
    margin: auto;
}

.trending-modules-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #1C5739;
    margin-bottom: 60px;
}

.trending-modules-rows {
    border: 1px solid #A9CF46;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.trending-modules-rows-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #206E46;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cv-writing {
    width: 80%;
}

.cv-writing-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #1C5739;
    margin-bottom: 40px;
}

.cv-writing .table a {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration-line: underline;
    color: #A9CF46;    
}

.cv-writing-tb {
    background-color: #F1F1F1;
    border-radius: 2px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #565759;
}

.inner-page-rowL-hd2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #1C5739;
    margin-bottom: 30px;
    text-shadow: 0px 4px 4px 0px #0899D44D;
}

.inner-page-rowL-hd3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    margin-bottom: 20px;
}

.easy-post {
    background-color: #F1F1F1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 80px;
}

.easy-post-row {
    display: flex;
    justify-content: space-between;
}

.easy-post-rowL {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #294335;
}

.easy-post-rowL i {
    margin-left: 10px;
}

.easy-post-rowR button {
    outline: none;
    border: none;
    background: linear-gradient(90deg, #A9CF46 0%, #206E46 100%);
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #FFFFFF;
}

.easy-post-rowR button:hover {
    background: #206E46;    
}

.easy-post-row-head {
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #1C5739;
    margin-bottom: 60px;
}

.easy-post-row2 {
    text-align: center;
}

.easy-post-row2-hd {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.easy-post-row3 {
    padding-top: 60px;
}

.easy-post-rowss {
    margin-bottom: 50px;
}

.emp-pricing {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 50px;
    margin-bottom: 52px;
    color: #1C5739;
}

.emp-pricing-row-body {
    border: 1px solid #206E46;
    padding: 25px 20px;
    border-radius: 10px;
}

.emp-pricing-row-body:hover {
    background-color: #1C5739;
    color: #FFFFFF;
    cursor: pointer;
}

.emp-pricing-row {
    margin-bottom: 100px;
}

.emp-pricing-row-body-nav {
    font-size: 14.77px;
    font-weight: 600;
    line-height: 27.7px;
    background-color: #F1F1F1;
    padding: 5.54px 13.85px 5.54px 13.85px;
    border-radius: 5.54px;
    width: fit-content;
    margin-bottom: 20px;
}

.emp-pricing-row-body-price {
    font-size: 40px;
    font-weight: 600;
    line-height: 73.12px;
    color: #000B33;
    margin-bottom: -10px;
}

.emp-pricing-row-body-dt {
    font-size: 14.77px;
    font-weight: 600;
    line-height: 24px;
}

.emp-pricing-row-body ul {
   margin-left: 20px;
   margin-top: 20px;
}

.emp-pricing-row-body ul li {
    margin-bottom: 10px;
}

.emp-pricing-row-body button {
    font-size: 14.77px;
    font-weight: 700;
    line-height: 22.16px;
    color: #FFFFFF;
    background-color: #000000;
    padding: 15px;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 30px;
}

.emp-pricing-row2 {
    margin-top: 40px;
}

.testimonial-section-body2-img {
    position: relative;
}

.testimonial-section-body2-content-arrow {
    font-size: 50px;
    position: absolute;    
    bottom: 0;
    right: 100px;
}

#profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-section-body2-content-head {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 5px;
}

.testimonial-section-body1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.menuIcon {
    margin-bottom: 20px;
}

.menu-box {
  display: none;
}

.menu-box {
  width: 245px;
  transition: all 0.25s ease-in;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
}

#profile-img:hover .menu-box {
  display: block;  
    transition: all 0.25s ease-in;
}

.carousel-indicators {
    position: absolute;
    top: 350px;
    
}

.carousel-indicators li {
    background-color: #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    color: #0AFD80;
    background-color: #0AFD80;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}



/* MEDIA */

@media (max-width: 736px) {

    .easy-post-row3 {
        display: none;
    }

    .easy-post-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cv-writing {
        width: 100%;
    }

    .trending-modules {
        width: 100%;
        margin: auto;
    }

    .how-it-works-bodyR {
        padding-top: 70px;
        padding-right: 20px;
    }

    .how-it-works-bodyR-cnt {
        position: relative;
        padding-left: 0px;
    }

    .how-it-works-bodyR-img {
        display: none;
    }

    .contact-body-rows {
        margin-bottom: 20px;
    }

    .contact-body-row {
        width: 100%;
        margin: auto;
    }

    .contact-body {
        width: 100%;
        margin: auto;
    }

    .signup-box-input2 input {
        width: 70px;
        height: 70px;
        padding: 10px 20px;
        vertical-align: top;
        text-align: center;
        outline: none;
        border: 1px solid #31B471;
        border-radius: 8px;
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        color: #424242;
    }

    .signup-box {
        width: 100%;
        margin: auto;
        background-color: #FFFFFF;
        padding: 30px;
        margin-bottom: 100px;
    }

    .apply-page-formL {
        padding-right: 20px;
    }
    
    .apply-page-formR {
        padding-left: 20px;
    }

    .apply-page-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }

    .apply-banner-row {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-row {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .job-post-body-sub {
        display: flex;
        gap: 5px;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .job-post-body {
        width: 100%;
        margin: auto;
    }

    .home-bannerL-select2 {
        margin-bottom: 50px;
    }

    .home-bannerL-select {
        margin-bottom: 20px;
    }

    .home-banner {
        background-color: #206E46;
        padding-top: 41px;
        padding-bottom: 36px;
        margin-bottom: 100px;
    }

    .home-bannerR-img {
        position: relative;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


