
.hero-area .hero-text p {
    font-size: 18px;
    color: #000;
}
.hero-area .hero-text h1 {
    color: #126db4;
    font-size: 62px;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 25px;
}
.hero-area.style3 .home-search {
    margin-top: 100px;
}
.about-us .content-right h2
{
    margin-bottom: 5px;
}
.about-us .content-right p {
    margin-bottom: 40px;
}
.hero-area .hero-text h1 span {
    color: #595353;
}
.hero-area.style3 .home-search
{
    padding: 18px;
    margin-top: 100px;
}
.hero-area.style3 .home-search .form-group label {
    margin-bottom: 2px;
    font-weight: 500 !important;
    font-size: 13px;
}
.call-action.style2 .button::before {
    position: absolute;
    content: none;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: 1px dashed #fff;
}
.job-category.style2 .single-cat .bottom-side
{
    text-align: center;
}
.job-category.style2 .single-cat .bottom-side .available-job
{
    display:none;
}


.accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 0px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #eee;
}

.accordion-header {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;

    font-weight: 500;
    font-size: 20px;
    color: #081828;
}

.accordion-header:hover {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.accordion-header.active {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #081828;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: white;
    padding: 0 15px;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}
span.selection {
    width: 100%;
}
.select2-container--default .select2-selection--single
{
    border: 1px solid #c2d0df;
    height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 41px;
}
ul#suggestion-list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0px;
    max-height: 200px;
    overflow-y: scroll;
    list-style-type: none;
    margin: 0;
    width: 13%;
    z-index: 1000;
}
li.suggestion {
    padding: 4px 10px 0px;
}
span.selection {
    width: 100%;
}
#mobilebutton
{
    display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #mobilebutton
    {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    #mobilebutton {
        padding: 10px 36px;
        display: block !important;
    }
}


@media only screen and (max-width: 768px) {
    .hero-section{
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .hero-section {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .mobile-hero-section {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .hero-area.style3 .home-search {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area.style3 .hero-inner .hero-text {
        margin-top: 80px !important;
        padding: 20px !important;
        padding-bottom: 0px !important;;
    }
}

.swal-title {
    font-size:16px;
}