li.ui-menu-divider.ui-widget-content {
        display: block;
        border-width: 0;
    }
    .search-li{
        cursor:pointer;
    }
    .search-li:hover{
        background:#6A540C !important;
    }
    .search-li:hover{
        color:rgb(206, 206, 206);
        background:#6A540C;
    }
    .search-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;

    }
        .currency_dropdown {
        font-size: 16px;
        font-weight: bold;
        border: none;
        outline: none;
        color: #03314B;
        padding: 7px 5px;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
    }
    .ui-menu-item:hover{
        background-color:white !important;
        cursor: pointer;
    }

    /* .ui-autocomplete-category {
        margin-left: 0px!important;
    font-size: 18px!important;padding: 0!important;
}

    .search-item:hover{
        color:rgb(241, 233, 233);
        background:#6A540C !important;
    } */

    .ui-menu .ui-menu-item {
        margin: 0;
        cursor: pointer;
        height: 30px !important;
        line-height: 24px !important;
        font-size: 16px !important;
    }

/* @media (max-width: 767px){
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    max-width: 351px;

}
} */
/* auto complete style end */
/* @media (max-width: 767px) */
/* .search input {
    width: 100%;
    height: 47px;
    line-height: 76px;
    font-size: 18px;
    padding: 5px 5px 6px 10px;
    border: none;
    outline: none !important;
} */


.font-italic{
    font-style: italic;
}
#gst-add-modal .modal-content{
    width: auto;
}

.carousel-banner-content .banner-contact:hover {
    border: 3px solid #fff;
    border-radius: 59px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 27px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fdfdfd;
    background: var(--theme-color-button-hover-second);
}

.job-banner {
    padding: 50px 0px;
    background-image: url(/public/front-end/edrona/img/job-bg-01.png);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    margin: 0px 0px;
    }
    .job-banner h2 {
    color: #463a36;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: "Kumbh Sans", sans-serif;
    text-align: left;
    }
    .job-banner h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 17px;
    text-align: left;
    color: #91877a;
    margin-top: 0px;
    letter-spacing: 1px;
    }
    .job-banner p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #434853;
    text-align: left;
    margin-bottom: 20px;
    }
    .job-banner ul {
    padding-left: 0px;
    list-style: none;
    }
    .job-banner ul li {
    margin-top: 11px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #434853;
    }
    .job-banner ul li::before {
    content: "";
    background: url(/public/front-end/edrona/img/job-tick.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    }
    .job-btn {
    border: 1px solid #463a36;
    background-color: #fff;
    padding: 10px 25px;
    transition-duration: 0.4s;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #463a36 !important;
    margin-top: 15px;
    margin-bottom: 21px;
    }
    .job-btn:hover {
    border: 1px solid #463a36;
    background-color: #463a36;
    padding: 10px 25px;
    transition-duration: 0.4s;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    margin-top: 15px;
    margin-bottom: 21px;
    }
    .job-video-box{
    position: relative;
    }
    .video-play-button {
    position: absolute;
    z-index: 10;
    top: 89%;
    left: 38%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 15px;
    height: 12px;
    background: #41d4dd;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
    }
    .video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 69%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    }
    .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 69%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ca0c21;
    border-radius: 50%;
    transition: all 200ms;
    border: solid 4px #fff;
    }
    .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    }
    @keyframes pulse-border {
    0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
    100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }

    }
    .video-model .modal-content {
        position: relative;
        background-color: #16213b;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgb(22, 33, 59);
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
      }
      .video-model .modal-header {
        padding: 15px 15px 9px 15px;
        border-bottom: transparent;
      }
      .video-model .modal-body {
        position: relative;
        padding: 5px 15px 15px 15px;
      }
      .video-model .close {
        font-size: 20px;
        font-weight: 500;
        line-height: 0;
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: 0.9;
        border: 2px solid #fff !important;
        width: 25px;
        height: 25px;
        border-radius: 55px;
      }
    /* job list style start */
    /* media Query */
    /* Define mobile styles */
    @media (max-width: 767px)
    {
    .col-1by5
    {
    width: 100%;
    }
    .pad-none
    {
    padding-left:15px;
    padding-right:15px;
    }
    .pad-left-none
    {
    padding-left:15px;
    }
    .pad-right-none
    {
    padding-right:15px;
    }
    .list-box .btn {
    padding: 10px 10px;
    margin-top: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    }
    .list-box .prv-btn {
    position: absolute;
    top: 386px;
    }
    }
    /* tablet screens */
    @media all and (min-width: 768px) and (max-width: 980px) {
    .header-margin {
    padding-right: 20px !important;
    font-size: 11px !important;
    }
    }
    /* medium desktop screens */
    @media (min-width: 992px) and (max-width: 1199px)
    {
    .col-1by5
    {
    width: 20%;
    }
    }
    @media all and (max-width: 980px) {
    }
    /* Large screens*/
    @media (min-width: 1200px)
    {
    .col-1by5
    {
    width: 20%;
    }
    .container
    {
    width:1200px;
    }
    }
    /*custom screen media */
    @media (max-width: 359px)
    {
    }
