.cateringcom_sec .bottomcards .card .banner img{
    height: 279px !important;
    object-fit: cover;
}

.frm_contact_broker span.text-red {
    font-size: 10px;
    font-style: italic;
}

.cateringcom_sec .side_sec .form button.btn-submit{
    margin-top: 6px;
}

.articledets_sec ul{
	padding-left: 18px;
}
.articledets_sec ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--commonColor);
	list-style: disc;
}
.articledets_sec ol{
	padding-left: 18px;
}
.articledets_sec ol li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--commonColor);
	list-style: auto;
}
.articledets_sec h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.articledets_sec h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.articledets_sec h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.articledets_sec h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.articledets_sec h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.articledets_sec h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.products_sec .card .card-body .card-title {
    min-height: 58px;
}

.scroll {
    max-height: 740px;
    overflow: auto;
    margin-bottom: 1rem;
}

.scroll::-webkit-scrollbar {
    width: 10px;
  }
  
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  .scroll::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  .scroll::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .articles_sec .card .tags {
      position: relative;
  }

  .articles_sec .card {
    margin-top: 0px; 
    height: 95% !important;
}
.articles_sec .card .card-body {
    padding-top: 0;
    padding-bottom: 20px;
}

.home_about_wrapper ul li{
	display:block;
}
.parallex_wrapper .details {
    width: 100%;
    max-width: 594px;
}

.padding-left-min767{
    padding-left: 50px;
}
.faq_wrapper .portion h2{
    margin-top: 20px;
}

ul.newlist li {
    display: block;
    color: var(--commonColor)!important;
    font-family: var(--headingFont);
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    margin-bottom: 1rem;
}

ul.newlist li::before {
    background-image: url(../images/businessValution/arrow.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
}

/* a {
    color: #efc900;
} */

/* This is for white background */


li a, p a, b a, strong a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #D4AF37;
}
/* li a:hover, p a:hover, b a:hover, strong a:hover{
	color:#cfae00;
} */

li a:focus, p a:focus, b a:focus, strong a:focus, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: #D4AF37;
}

/* This is for Blue Background */

.bgBlueSection li a, .bgBlueSection p a, .bgBlueSection b a, .bgBlueSection strong a, .bgBlueSection h1 a, .bgBlueSection h2 a, .bgBlueSection h3 a, .bgBlueSection h4 a, .bgBlueSection h5 a, .bgBlueSection h6 a{
	color: #efc900;
}

.bgBlueSection li a:hover, .bgBlueSection p a:hover, .bgBlueSection b a:hover, .bgBlueSection strong a:hover, .bgBlueSection h1 a:hover, .bgBlueSection h2 a:hover, .bgBlueSection h3 a:hover, .bgBlueSection h4 a:hover, .bgBlueSection h5 a:hover, .bgBlueSection h6 a:hover {
	color:#cfae00;
}

.bgBlueSection li a:focus, .bgBlueSection p a:focus, .bgBlueSection b a:focus, .bgBlueSection strong a:focus, .bgBlueSection h1 a:focus, .bgBlueSection h2 a:focus, .bgBlueSection h3 a:focus, .bgBlueSection h4 a:focus, .bgBlueSection h5 a:focus, .bgBlueSection h6 a:focus {
    color: #efc900;
}

.articles_sec .card .card-body .card-title a{color: #D4AF37;}

.meetoutteam2_sec a.team .name button{
    background-color: #D4AF37;
    border-style: solid;
    border-color: #D4AF37;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: var(--whiteColor);
    display: inline-flex;
    transition: all .5s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    text-align: center;
    width: fit-content;
}

.meetoutteam2_sec a.team{
	min-height: 460px;
}
.meetoutteam2_sec a.team .name{
	position: unset;
}

.common_wrapper ol li{
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: var(--commonColor);
}

#searchsubmit {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.privacysec ul li, .privacysec ol li{
    line-height: 1.3;
	font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: var(--commonColor);
    font-family: var(--commonFont) !important;
}

.business_filter .add{
	color: var(--commonColor);
}

ul.aboutUL {
    list-style: inherit;
}
ul.aboutUL li {
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 10px;
    color: var(--commonColor);
}

.headerBtns {
    display: grid;
    gap: 5px;
}
.headerBtns a.button {
    padding: 10px 3rem;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 13px;
}

.headerBtns .scheduleBtn{
    font-size: 9px !important;
    padding: 10px 5px !important;
}

p#charCount {
    font-size: 10px;
    font-weight: 400;
}

.custom_link{
    margin-top: 5rem;
    font-size: 15px!important;
    font-weight: 500!important;
    display: flex;
    align-items: center;
}
.custom_link a{
   margin-right: 10px;
}
.custom_link i{
    color: #D4AF37;
}

ul.newlist li {
    line-height: 1.3;
}
.pHide {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.pUlHide {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1320px){
	header .logo img {
		width: 25rem;
	}
}
@media only screen and (max-width: 1200px){
	.home_about_wrapper.about .image_area_second span{
		display:none;
	}
	.common_wrapper.about .image_area .right, 
	.common_wrapper.about .image_area .left{
		display:none;
    }
    
    .headerBtns a.button {
        padding: 5px 2rem;
        font-size: 11px;
    }
}
@media only screen and (max-width: 1000px){
	header .logo img {
		width: 30rem;
	}
	header .menu_list li.menu-item-has-children a::after{
		display:none;
	}
}
@media only screen and (max-width: 767px){
	.home_about_wrapper .image_area_second {
		max-width: 460px;
	}
	.common_wrapper .image_area.third .image_success_area{
		max-width: 460px;
	}
	.home_about_wrapper .team_text {
		padding-left: 0;
		padding-top: 25px;
    }
    .common_wrapper.about .image_area{
        padding-left: 0;
    }
    .padding-left-min767{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 600px){
    .headerBtns a.button {
        padding: 5px 5px;
    }

    .headerBtns .scheduleBtn {
        font-size: 8px !important;
        padding: 5px 5px !important;
    }
}
@media only screen and (max-width: 500px){
	header .button {
        padding: 5px 5px;
        z-index: 999;
    }
    header .logo {
        z-index: 999;
    }
	.hero_wrapper {
        height: auto;
    }
	.hero_wrapper h1{
		margin-top: 9rem;
	}
	.business_card_section {
        margin-top: 16rem;
    }
	.parallex_wrapper .details{
		padding:20px;
	}
	.parallex_wrapper .details h3{
		font-size:15px;
	}
	.parallex_wrapper .details p {
		font-size: 14px;
	}
	.parallex_wrapper .details .list{
		margin-bottom: 10px;
	}
	.parallex_wrapper .details .list li{
		font-size: 13px;
		margin-bottom: 10px;
    }
    .contact_page_body_wrapper .contact_form_wrapper .msg_group_warpper.full500 .field_area_wrap {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media only screen and (max-width: 500px){
    ul.newlist li {
        line-height: 16px;
        font-size: 12px;
    }
    }