.agency-page .site-main .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1720px;
    padding-left: 115px;
    padding-right: 115px;
}
.top-our-agenies{
    margin-top: 65px;
    margin-bottom: 65px;
}
.agency-tabs {
    margin-bottom: 76px;
    width: 100%;
}
.agency {
    display: flex;
    width: 100%;
}
.col{
    flex: 1;
}
.agency-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.agency-slider{
    width: 50%;
}
.agency-info {
    padding: 0 48px;
    width: 50%;
    display: flex;
}
.agency-info.right-content-align{
    padding: 0 96px;
}
/* .slider-container{
    height: 484px;
} */
.right-content-align .info-left{
    margin-left: auto;
}
.info-block{
    color: #000000;
    margin: 30px 0;
}
.agency-info h2 {
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Switzer';
    font-size: 32px;
    line-height: 42.24px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #000000;
}
.email{
    margin-top: 21px;
    margin-bottom: 13px;
}
.email a{
    color: #000000;
}
.phone{
    margin-bottom: 48px;
}
.phone a{
    color: #000000;
}
.agency-info p {
    margin: 5px 0;
}
.sub-title{
    font-size: 32px;
    font-family: var(--font-heading);
}
.title{
    font-family: var(--font-heading-italic);
    font-style: normal;
    font-size: 58px;
    font-weight: normal;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading{
    margin-bottom: 18px;
}
.heading h1{
    margin: 0;
}
.agency-info h2::before{
    content: '';
    position: absolute;
    background-color: #00000033;
    width: 100%;
    height: 1px;
    bottom: -15px;
}

/* Tabs */
ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    justify-content: center;
    display: none;
}
ul#tabs-nav li {
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
    margin: 0 5px;
}
ul#tabs-nav li::before{
    content: '';
    width: 0.5px;
    height: 14px;
    background-color: #4A5056;
    position: absolute;
    left: 0;
    top: 12px;
}
ul#tabs-nav li::after{
    content: '';
    width: 0.5px;
    height: 14px;
    background-color: #4A5056;
    position: absolute;
    right: 0;
    top: 12px;
}
ul#tabs-nav li:hover::before,
ul#tabs-nav li.active::before{
    background-color: #A69882;
}
ul#tabs-nav li:hover::after,
ul#tabs-nav li.active::after{
    background-color: #A69882;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a{
    color: #A69882;
}
#tabs-nav li a {
    text-decoration: none;
    color: #4A5056;
    font-size: 24px;
    font-family: var(--font-heading);
    font-weight: normal;
    line-height: 27.67px;
    text-transform: uppercase;
    padding: 0 60px;
    letter-spacing: 1px;
}
/* Sliders */
.agency-slider .swiper-pagination-bullet{
    background-color: #FFF;
    height: 6px;
    width: 6px;
}
.agency-slider .swiper-pagination-bullet-active{
    background-color: #FFF;
    width: 22px;
    border-radius: 5px;
}
.agency-slider .swiper-horizontal>.swiper-pagination-bullets, .agency-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 23px;
}
/* Dropdown */
#tabs-nav-mobile{
    width: 358px;
    height: 35px;
    border-radius: 0;
    justify-content: space-between;
    padding: 6px 40px 6px 40px;
    text-transform: uppercase;
    border: 1px solid #A6998766; 
    color: #A69882;
    font-size: 20px;
    line-height: 23.06px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--font-heading);
    -webkit-appearance: none; /* for Chrome */
    -moz-appearance: none;    /* for Firefox */
    appearance: none;         /* for others */
    background: url('../images/arrow-dropdown.svg') no-repeat;
    background-position: right 30px center;
    padding-right: 30px; 
    margin: 0 auto;
    display: none;
}
#tabs-nav-mobile option{
    color: #000000;
}
#tabs-nav-mobile option.active{
    color: #A69882;
}

@media (max-width: 1600px) {
    #tabs-nav li a{
        padding: 0 47px;
    }
}
@media (max-width: 1440px) {
    .agency-page .site-main .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .full-width{
        width: 100%;
    }
    .agency-info.right-content-align{
        padding: 48px;
    }
    #tabs-nav li a{
        font-size: 20px;
        line-height: 23.06px;
    }
}
@media (max-width: 1190px) {
    #tabs-nav li a{
        padding: 0px 30px;
    }
}
@media (max-width: 1024px) {
    .top-our-agenies {
        margin-top: 85px;
        margin-bottom: 85px;
    }
    .agency-page .site-main .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    ul#tabs-nav li{
        padding: 8px 7px;
    }
    #tabs-nav li a{
        font-size: 18px;
        padding: 0 12px;
    }
    .agency-info h2::before{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .sub-title{
        font-size: 22px;
    }
    .title {
        font-size: 42px;
    }
    .agency-page .site-main .container {
        padding-left: 36px;
        padding-right: 36px;
    }
    .agency{
        flex-wrap: wrap;
        margin-top: 54px;
    }
    .agency-slider{
        width: 100%;
    }
    .agency-info{
        width: 100%;
        padding: 48px 0 0;
    }
    .agency-info.right-content-align{
        padding: 48px 0 0;
    }
    .info-right {
        width: 100%;
    }
    .info-left{
        width: 100%;
    }
    .agency-info h2::before{
        width: 100%;
    }
    .slider-container{
        height: 306px;
    }
    .agency .agency-slider img {
        height: 306px;
    }
    /* #tabs-nav-mobile{
        display: block;
        width: 100%;
    } */
    ul#tabs-nav{
        display: none;
    }
    .tab-content .content-left{
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .tab-content .content-right{
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .top-our-agenies{
        margin: 53px 0;
    }
    .tab-content{
        margin-top: 54px;
    }
    .agency-tabs{
        margin-bottom: 145px;
    }
}
@media (max-width: 375px) {
    .title{
        font-size: 48px;
    }
}