.filter__expert .rows {
    display: flex;
    align-items: center;
    padding: 17px 0;
    border-top: 1px solid #BFBFBE;
    border-bottom: 1px solid #BFBFBE;
}
.filter__expert {
    margin-bottom: 30px;
}
.block__filter--expert#myBtnContainer button {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #252525 !IMPORTANT;
    font-family: Proxima-Nova-Font;
    text-decoration: none;
    outline: none !IMPORTANT;
    border: none !IMPORTANT;
    text-underline-offset: unset !IMPORTANT;
    margin-right: 20px;
    padding: 0 !IMPORTANT;
    background: none !IMPORTANT;
}
.block__filter--expert#myBtnContainer {
    padding: 0;
    margin: 0;
}
.our-experts {
    overflow: hidden;
}
.block__filter--expert#myBtnContainer:after {
  display: none;
}
.our-experts .heading{
	font-family:"Butler_Regular";
	font-size: 39px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 1px;
	text-align: center;
	color: #FF3399;
	margin-bottom: 30px;
}
.block__related p {
	font-size: 17px;
}
.item-our-experts .link-to-cat {
    font-family: Proxima-Nova-Font;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15000000596046448px;
    text-align: left;
    color: #FF3399;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 10px 0 3px 0;
}
.content-our-experts {
    margin-bottom: 50px;
}
.item-our-experts img{
	width: 100%;
	max-height: 461px;
	object-fit: cover;
	height: 461px;
 	margin-bottom: 10px;
}
.item-our-experts{
	margin-bottom: 40px;
	padding: 0 20px;
}
.item-our-experts .title-our-experts {
    font-family: "Butler_Regular" !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.18000000715255737px;
    text-align: left;
    text-transform: uppercase;
    color: #252525;
}
.item-our-experts .content-our-experts ul li{
	font-family: Proxima-Nova-Font;
	font-size: 17px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0px;
	text-align: left;
	color: #252525;
	margin-bottom: 5px;
}
.item-our-experts .content-our-experts ul{
    padding-left: 20px;
}
.item-our-experts .content-our-experts ul li a {
    color: #FF3399;
}
.item-our-experts .link-to-website {
   font-family: Proxima-Nova-Font;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: flex;
    background: #FF3399;
    max-width: 401px;
    justify-content: center;
    padding: 18px 10px;
}
.our-experts {
    margin-bottom: 50px;
    margin-top: 54px;
}
.row.mrg {
    margin: 0 -20px;
}
.item-cat-BCD img{
	width: 100%;
}
.item-cat-BCD:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(242,110,87,0.64) 0%, rgba(237,37,128,0.64) 100%);
}
.item-cat-BCD:hover:before {
	background: #F26C59 !important;
	opacity: 80%;
}
.item-cat-BCD.active:before{
	background: rgb(242 110 87 / 75%);
}
.item-cat-BCD {
    position: relative;
    text-decoration: none;
    display: block;
}
.BCD-cat-pd {
    padding: 0 8px;
    margin-bottom: 16px;
}
.row.cat-mr {
    margin: 0 -8px;
}
.item-cat-BCD p{
	font-family: Proxima-Nova-Font !important;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15000000596046448px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff !important;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
	width: 100%;
	text-align: center;
}
.page-template-page-experts header{
	margin-bottom: 35px;
}

.page-template-page-experts header .container{
    width: 100%;
}
.cloud9-item img{
	object-fit: cover;
}
.hero-landing{
	position: relative;
}
.hero-landing:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(242,110,87,0.3) 0%, rgba(237,37,128,0.3) 100%);
}
.hero-landing h1,.hero-landing a{
	position: relative;
}
.hero-landing h1 {
    text-transform: uppercase;
}
.search i{
	display: none;
}
.search {
    margin-right: 15px;
    text-decoration: none;
}
.box-search {
    position: absolute;
    right: 50px;
    width: max-content;
    top: 70px;
    display: none;
    background: white;
    padding: 0;
}
.header .row {
    position: relative;
}
.box-search input[type="search"] {
    height: 36px;
    outline: none;
    border: 1px solid #dee2e6;
    margin: 0;
}
.box-search input[type=search]:focus {
    outline-offset: 0;
    outline: none;
}
.box-search form{
	display: flex;
    align-items: center;
}
.box-search button {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: "Proxima-Nova-Font";
    padding: 10px 15px;
    background: #FF3399 !important;
    color: #fff !IMPORTANT;
    border: 0;
    outline: none;
}
.search.active i{
	display: inline-block;
}
.search.active img{
	display: none;
}
.search {
    color: #000000 !important;
}
.main-search {
    padding: 80px 0;
}
.navigation.pagination {
    padding: 0;
    margin: 0;
    border: 0;
}
.pagination .nav-links > *.current, .comments-pagination .nav-links > *.current {
    text-decoration: none!important;
}
.nav-links span,
.nav-links a{
	margin: 20px 0 0 0 !important;
    font-size: 16px !important;
}
.btn-readmore:hover{
	opacity: 0.8;
}
.btn-readmore {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff!important;
    letter-spacing: 1.25px;
    background: #FF3399;
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
    width: max-content;
}
.content-slide-3d h3{
	font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    font-family: "Proxima-Nova-Font";
    display: flex;
    flex-direction: column;
}
.content-slide-3d p {
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #252525;
    font-size: 16px;
    line-height: 23px;
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.content-slide-3d a:hover{
	opacity: 0.8;
}
.content-slide-3d a {
	font-family: "Proxima-Nova-Font" !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: #FF3399;
    padding: 13px 40px;
    display: block;
    width: max-content;
    margin: 0 auto;
}
.content-slide-3d {
    margin-top: 24px;
}
.cloud9-item.hide .content-slide-3d{
	display: none !important;
}
@media (min-width: 576px){
	.page-template-page-experts header .container{
	    max-width: 540px;
	}
}

@media (min-width: 768px){
	.page-template-page-experts header .container{
	    max-width: 720px;
	}
}

@media (min-width: 992px){
	.page-template-page-experts header .container{
	    max-width: 960px;
	}
}

@media (min-width: 1200px){
	.page-template-page-experts header .container{
	    max-width: 1140px;
	}
}

@media (min-width: 1400px){
	.page-template-page-experts header .container{
	    max-width: 1320px;
	}
}

@media (max-width: 991px){
	.main-search .block__image--featured img {
	    min-height: inherit;
	    max-height: inherit;
	}
}

@media (max-width: 767px){
  .block__filter--expert button{
    margin-right: 9px;
  }
	.experience__content {
	    order: 2;
	}
	.content-slide-3d h3 {
        font-size: 18px;
        line-height: 25px;
    }

}

@media (max-width: 575px){
  .block__filter--expert button {
    font-size: 14px !important;
  }
	.section__form {
	    background-attachment: inherit;
	}
	.page-template-landing-page #slide3d-carousel {
	    height: 770px !important;
	}
	.page-template-landing-page .cloud9-item img {
	    height: 100% !important;
	}
	.main-search {
	    padding: 40px 0;
	}
	.page-template-page-experts header {
	    margin-bottom: 15px;
	}
	.our-experts {
	    margin-bottom: 35px;
	    margin-top: 35px;
	}
	.item-our-experts {
	    margin-bottom: 30px;
	}
	.hero-landing {
	    background-size: cover;
	    /* padding: 35px 0; */
        padding: 270px 0 40px 0;

	}
	.hero-landing h1 {
	    font-size: 30px;
	    line-height: 30px;
	    margin-bottom: 20px;
	    text-transform: capitalize;
    	padding: 0 10px;
	}
	.hero-landing a {
	    font-size: 17px;
	    line-height: 23px;
        font-weight: 400;
	    letter-spacing: 0;
        text-transform: none;
	    padding: 18px 10px;
	    margin: auto;
        display: flex;
          background: #FF3399;
          max-width: 401px;
          justify-content: center;
	}
	.block__heart--4 .heart__container, .block__heart--3 .heart__container {
	    min-height: 55px;
	}
	.hero_single img {
	    height: 242px;
	    object-fit: cover;
	}
	.main__single .col-md-10 {
	    margin-top: 10px;
	}
	.title__single h1 {
	    font-size: 35px;
	    line-height: 40px;
	}
	.icon__social {
	    justify-content: space-between;
	}
	.social__single i {
	    margin-right: 0;
	}
	.icon__social .pld-like-dislike-wrap .pld-common-wrap {
	    margin-right: 0;
	}
	.box-search {
	    top: 50px;
	}
	.box-search input[type="search"] {
	    width: 215px;
	}
}


