*{
    box-sizing: border-box;
}
body{
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.cardOuter{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    margin: 0 0 24px;
}
a{
    display: block;
}
.cardHeaderOuter{
    position: relative;
    height: 449px;
}
.cardHeader {
    position: absolute;
    width: 100%;
    padding: 30px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 9;
}
.cardLogo img{
    width: 130px;
}
.agentPhoto {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, 1));
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    width: 100%;
}
.shareIcon svg {
    width: 16px;
}
.agentDetails h1 {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
}
.agentDetails span {
    font-size: 13px;
}
.agentSocial{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    text-transform: uppercase;
}
.socialTitle {
    font-size: 12px;
}
.socialIcon {
 width: 60px;
}
.socialIcon img {
    width: 100%;
    height: 100%;
}
.agentDetails {
    margin-bottom: 38px;
}
.middleContent{
    background: #000;
    gap: 30px;
}
.dialPhone {
    background: #000;
    padding: 28px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.arrowLeft {
    display: flex;
    gap: 5px;
}
.arrowRight{
    display: flex;
    gap: 5px;
    justify-content: right;
    transform: rotate(180deg);
}
.arrowLeft span svg, .arrowRight span svg {
    width: 9px;
    display: block;
}
.arrowLeft span,
.arrowRight span {
    display: block;
}
.phoneAnimate span{
    display: block;
}
.phoneAnimate a svg {
    width: 120px;
}
.agendCardInfo{
    color: #fff;
}
.agendCardInfo span {
    display: block;
    text-align: center;
}
.agendCardInfo a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.agendCardInfo {
    color: #fff;
    padding-bottom: 35px;
}
.cardSocialMedia {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.cardSocialMedia a{
    display: block;
}
.cardSocialMedia a svg {
    width: 21px;
} 
.socialBottomLine {
    display: flex;
    justify-content: center;
    color: #868486;
    padding-bottom: 70px;
    font-size: 13px;
    padding-top: 6px;
}
.socialBottomLine a {
    color: #33B5E9;
    text-decoration: none;
    padding-left: 9px;
}
.branchImg {
    position: relative;
}
.branchLocation {
    display: flex;
    gap: 10px;
    width: 213px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 14px;
}
.branchLocation span:first-child {
    display: block;
    padding-top: 4px;
}
.branchLocation span svg {
    width: 21px;
    height: auto;
}
.branchImgInner img{
    width: 100%;
    display: block;
}
.branchBoxFooter {
    background: #33B5E9;
    padding: 13px 22px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.branchBoxLeft a{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}
.branchBoxLeft span {
    display: flex;
    gap: 10px;
    font-size: 11px;
}
.callButton {
    background: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #959595;
    font-size: 18px;
    border-radius: 4px;
    font-size: 12px;
}
.callButton img {
    width: 17px;
}
.branchOuter {
    padding: 25px;
}
.branchBox {
    border-radius: 20px;
    overflow: hidden;
}
.agentProperty .branchBoxFooter {
    background: #000;
}
.agentProperty .branchBoxLeft span:first-child {
    font-size: 18px;
    font-weight: 500;
}
.agentProperty .branchBoxLeft span:last-child {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}
.agentProperty .callButton {
    background: #b89840;
    color: #fff;
}
.branchOuter .slick-dots li.slick-active button:before{
    color: #33B5E9;
    opacity: 1;
}
.branchOuter .slick-dots li button:before{
    font-size: 20px;
}
.branchOuter .slick-dots {
    bottom: -38px;
}