.sortby {
    background: rgba(0, 0, 0, 0) url(../images/sort_arrow.png) no-repeat scroll right 4px;
    color: #343434;
    cursor: pointer;
    font-size: 18px;
    padding-right: 30px;
    padding-bottom: 7px;
}
.sortby_drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    border-color: #e9e9e9 #e9e9e9 currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    display: none;
    left: 0;
    position: absolute;
    top: 26px;
    width: 190px;
    z-index: 99999;
}
.listing_head_lft {
    position: relative;
}
.page_navigation, .listing_head_lft, .listing_head_rht {
    float: none;
}

.blue-button{
background-color: #0f3455;
    border: 1px solid #0f3455;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.page_navigation ul li {
    background: #a0a0a0 none repeat scroll 0 0;
    float: left;
    height: 25px;
    margin-left: 3px;
    width: 27px;
    list-style: none;
}

.page_navigation ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    background-color: #a0a0a0;
}

.page_navigation ul li.active a, .page_navigation ul li:hover a {
    background: #0f3455;
    color: #fff;
}

.common_wrapper.about_business_wrapper2 {
    padding: 60px 0;
}

.add {
    float: right;
    margin-bottom: 8px;

}
.add_more_location{
    margin-bottom: 15px;
}

.add_more_location .text-right {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.add_more_location .text-right span {
    order: 2;
}

.add_more_location .text-right img{
    order: 1;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .7;
    background: url(../images/page-loader.gif) 50% 50% no-repeat #f9f9f9;
}

.business_filter input, .business_filter select{
    width: 100% !important}

.search_area .clear_filter {
    font-size: 12px;
    line-height: 12px;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border: 1px solid var(--whiteColor);
    border-radius: 0;
    letter-spacing: 1.3px;
    font-weight: 600;
    transition: 300ms ease-in-out;
    padding: 12px 25px 12px 25px;
    cursor: pointer;
    outline-style: none;
    margin-top: 1.5rem;
}

.search_area .submit_filter {
    font-size: 12px;
    line-height: 12px;
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border: 1px solid var(--whiteColor);
    border-radius: 0;
    letter-spacing: 1.3px;
    font-weight: 600;
    transition: 300ms ease-in-out;
    padding: 12px 25px 12px 25px;
    cursor: pointer;
    outline-style: none;
    margin-top: 1.5rem;
}

.ourPeoples img {
    height: 190px;
    object-fit: cover;
}

.Businessvalicon img {
    width: 79px;
    margin-bottom: 15px;
}

.clientBG {
    background-color: #f8f8f8;
    width: 100%;
    padding: 48px 0;
}

.commonPadding {
    padding: 18px !important;
}

.commonBg {
    background-color: #f8f8f8;
    max-width: 100% !important;
}

.contact-info {
    margin-top: 0;
}

.peopleDetails .leftSec .contactForm{
    margin-top: 30px;
}

.contactForm .alert .close{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -13px;
    top: -11px;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, .1) 1px 0 8px;
}

.contactForm .alert .error_message{
    font-size: 13px;
    color: red;
    font-style: italic;
}

.listing{
    padding: 15px 0;
}

.hide{
   display: none
}

.inner_hero_wrapper.freeDown .container::before {
    display: none;
}

.cmsContentWrapper ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 2rem;
}
.cmsContentWrapper ul li {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 500;
}

.freedown_sec .bookrow img.cover {
    width: auto;
}

.cmsContentWrapper h3 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.products_sec .card .card-body {
    padding: 1rem 2rem;
}

.bottomcards .owl-carousel .owl-prev {
    position: absolute;
}

.cateringcom_sec .bottomcards .owl-prev {
    background: url(../images/prev.png) !important;
    left: -7px !important;
    top: 24% !important;
    bottom: 0 !important;
    width: 30px;
    height: 30px;
    background-color: var(--primaryColor) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cateringcom_sec .bottomcards .owl-next {
    background-image: url(../images/next.png) !important;
    right: -7px !important;
    top: 24% !important;
    bottom: 0 !important;
    width: 30px;
    height: 30px;
    background-color: var(--primaryColor) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cateringcom_sec .second_sec p {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

.bottomcards.owl-carousel .owl-prev, .bottomcards.owl-carousel .owl-next{
    position: absolute;
}

.bottomcards.owl-carousel .owl-prev i, .bottomcards.owl-carousel .owl-next i {
    color: #fff !important;
    font-size: 15px !important;
}

.cateringcom_sec .bottomcards .card .banner img{height: 314px}

.cateringcom_sec .side_sec .form .text-red{
    color: red;
    font-style: italic;
}
.cateringcom_sec .side_sec .form button.btn-submit{
    margin-top: 0;
}

.cateringcom_sec .third_sec{
    width: 100%;
}
.cateringcom_sec .topTable ul ul {
    width: 33.33%;
    display: inline-table;
}
.cateringcom_sec .topTable ul ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #7f7f7f;
    font-size: 13px;
}
.cateringcom_sec .side_sec .form input, .cateringcom_sec .side_sec .form textarea{
    margin-top: 0;
    padding: 3px 8px;
}
.cateringcom_sec .side_sec .contact{
    margin-top: 0;
}

.cateringcom_sec .third_sec ul ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cateringcom_sec .bottomcards .card-body .card-title{
    min-height: 50px;
}
.products_sec .card .card-body .card-title{
    font-size: 1.5rem;
}

.products_sec .card .card-body {
    padding: 1rem 2rem 2rem;
}

.products_sec .card .card-body .price{
    font-size: 1.6rem;
}

.products_sec{
    padding-top: 3rem;
}
.services_wrapper .service_details_wrapper{
    margin-top: 3rem;
}
.success_wrapper .success_carousel_wrapper{
    margin-top: 3rem;
}

.contact-wrapper .heading .contactForm .button{
    margin-top: 12px;
}

.about_business_wrapper{
    padding-bottom: 4rem;
}

.products_sec .card .card-body .card-title{
    min-height: 40px;
}

.freedown_sec .bookrow .freeBookTab li {
    margin-left: 0;
}
.freedown_sec .bookrow .freeBookTab li button {
    padding: 10px 20px;
    background: #fff;
    color: var(--primaryColor);
    font-size: 16px;
    border: var(--primaryColor) 1px solid;
}

.freedown_sec .bookrow .freeBookTab li button.active {
    background-color: var(--primaryColor);
    color: #fff;
}

.gridRow {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}



.gridRow .gridSection {
    background: #ffffff;
    border: rgba(0, 0, 0, .1) 1px solid;
    padding: 20px;
    margin: 0 !important;
}

.gridRow .gridSection h3 {
    font-size: 19px;
}

.gridRow .gridSection p {
    padding-top: 10px;
}

.freedown_sec .bookrow{
    border-bottom: none !important;
}

.freedown_sec .bookrow .gridRow .gridSection a.btnrm {
    font-size: 11px;
    padding: 8px 0;
    width: 98px;
    margin-top: 19px;
}

.video_slider_wrapper{
    width: 100%;
    background-color: #f7f7f7;
}

.video_slider_wrapper .video_wrapper{
    background-color: #fff;
    border: rgba(0, 0, 0, .1) 1px solid;
    padding: 20px;
}
.video_slider_wrapper .video_wrapper .video_cover{
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video_slider_wrapper .video_wrapper .video_cover iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}

.blog_articles_area_wrapper .articles_sec .card h3{
    background-color: var(--primaryColor);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.video_slider_wrapper .video_wrapper h3{
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}

.video_slider_wrapper .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video_slider_wrapper .owl-nav button{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: var(--primaryColor) !important;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_slider_wrapper .owl-nav button i{
    color: #fff;
    font-size: 16px;
}

.owl-nav .disabled {
    display: none !important;
}

.cky-notice-des p a b{
    color: var(--primaryColor);
}

.common_area_wrapper .rightSec .text-content ul li {
    position: relative;
    display: flex;
    gap: 10px;
}
.common_area_wrapper .rightSec .text-content ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f560";
    position: relative;
    top: 5px;
    color: var(--primaryColor);
}

.text-justify{
    text-align: justify;
}
.coUls ul li{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    line-height: 24px;
}
.coWrapper .heading h2{
    font-size: 3.2rem !important;
}
.coWrapper .heading .contactForm{
    margin-top: 15px;
    max-width: 100%;
}
.coWrapper .heading .contactForm .form-control, .coWrapper .heading .contactForm .form-select{
    padding: 10px !important;
    background-color: var(--whiteColor);
    border-color: var(--colora9a9a9);
    color: var(--primaryColor);
    font-size: 1.6rem;
    border-radius: 0;
}

.coUlsP ul li i{
    font-size: 12px;
}

@media only screen and (max-width: 767.5px){
    .coWrapper{
        margin-top: 30px;
    }
    .coUls ul li{
        gap: 2px;
        line-height: 20px;
    }
    .coUlsP ul li{
        gap: 0px;
    }
    .coUlsP ul li i{
        font-size: 10px;
    }
}

@media only screen and (max-width: 1200px){
    .cmsContentWrapper ul {
        padding-left: 2.5rem;
    }
    .cmsContentWrapper ul li {
        font-size: 1.8rem;
        line-height: 20px;
    }
}

@media only screen and (max-width: 800px){
    .gridRow {
        grid-template-columns: repeat(1, 1fr);
    }
    
}

.ourPeoples img {
    object-position: top center;
}
@media only screen and (max-width: 1200px){
    .search_area #frm_search_our_people .input_wrap i{
     font-size:15px;
    }
    }
@media only screen and (max-width: 1199px){
  .ourPeoples img {
    height: 225px;
}
}
@media only screen and (max-width: 991px){
  .ourPeoples img {
    height: 320px;
}
}
@media only screen and (max-width: 575px){
  .ourPeoples img {
    height: auto;
}
}