/*******************************************************
 *
 * Agent Details
 *
 *******************************************************/

#inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
    overflow: hidden;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-container #main-wrapper main > div > .ip-banner {
    display: none;
}


.ip-banner::before {
    background: rgba(0,0,0,.2);
}


.img-canvas {
    position: relative;
}
.img-canvas canvas {
    display: block;
    width: 100%;
    height: auto;
}
.img-canvas img {
    position: absolute;
    /*content: '';*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: 0.3s ;
}
.bg-fixed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.bg-fixed canvas {
    display: block;
    width: 100%;
    height: 100%;
    background: center / cover no-repeat fixed;
}
.safari-true .bg-fixed canvas {
    background-attachment: scroll;
}
.bg-scroll canvas {
    background-attachment: scroll;
}

.ad-title {
    font-size: max(2.125vw, 20px);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.1;
}
.ad-title span {
    display: block;
    position: relative;
    font-family: var(--font-family-title);
    letter-spacing: 0;
    font-size: max(4.625vw, 40px);
    width: fit-content;
    margin: 0 auto;
}
.ad-title span:before, .ad-title span:after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}
.ad-title span:after {
    left: calc(100% + 43px);
}
.ad-title span:before {
    right: calc(100% + 43px);
}
.agent-det-banner {
    position: relative;
}
.agent-det-banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}
.agent-det-banner-logo {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
.agent-det-banner-logo img {
    width: 100%;
    height: auto;
    max-width: 130px;
}
.agent-det-banner .aios-slider-img canvas {
    min-height: 500px !important;
}
.agent-det-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    z-index: 2;
}
.agent-det-content h1 {
    font-size: max(5.875vw, 50px);
    color: #fff;
    font-family: var(--font-family-title);
    text-transform: uppercase;
}
.agent-det-content h1 em {
    display: block;
    font-style: normal;
}

.agent-det-welc {
    padding: 0 15px;
    position: relative;
}
.agent-det-welc .bg-fixed canvas {
    filter: grayscale(1);
}
.agent-det-welc .bg-fixed:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.95;
}
.agent-det-welc .bg-fixed:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 1;
}
.agent-det-welc-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    max-width: min(81.25vw,1300px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 80px;
}
.agent-det-welc-right {
    width: calc((573 / 1300)* 100%);
}
.agent-det-welc-photo {
    padding: 22px;
    position: relative;
}
.agent-det-welc-photo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 94%;
    top: 0;
    left: 0;
    background: #000;
}
.agent-det-welc-info {
    padding-top: 20px;
}
.agent-det-welc-info-contact ul {
    display: flex;
    justify-content: center;
}
.agent-det-welc-info-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.agent-det-welc-info-contact ul li a {
    color: #000;
}
.agent-det-welc-info-contact ul li a:hover {
    color: var(--primary);
}

.agent-det-welc-info-contact ul li i {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}
.agent-det-welc-info-contact ul li i.ai-font-envelope {
    font-size: 10px;
}
.agent-det-welc-info-smi {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.agent-det-welc-info-smi a {
    color: #000;
    font-size: 26px;
    display: block;
    margin: 0 12px;
    transition: 0.3s;
}
.agent-det-welc-info-smi a:hover {
    color: var(--primary);
}


.agent-det-welc-left {
    width: calc(100% - calc((573 / 1300)* 100%));
    padding-right: 45px;
}
.agent-det-welc-title h2 {
    text-transform: uppercase;
    font-size: max(2.125vw, 20px);
    letter-spacing: 0.1em;
}
.agent-det-welc-title h2 span {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-size: max(4.625vw, 45px);
    padding-bottom: 10px;
}
.agent-det-welc-desc {
    padding-top: 10px;
}
.agent-det-welc-desc p {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
}


.agent-det-cta {
    padding: 0 15px 15px;

}
.agent-det-cta-items {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.agent-det-cta-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 65px;
    width: 24.1%;
    border: 2px solid #000;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    color: #000;
    font-size: max(1.25vw, 14px);
    transition: 0.3s;
}
.agent-det-cta-items a span {
    display: block;
    padding-left: 20px;
}
.agent-det-cta-items a:hover {
    background: #000;
    color: #fff;
}


.agent-det-controls {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    height: 51px;
}
.agent-det-testi-slider {
    padding-bottom: 50px;
}
.agent-det-link-btn {
    text-transform: uppercase;
    font-size: 15px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-bottom: 2px solid #000;
    color: #000;
}
.agent-det-link-btn:hover {
    color: var(--primary);
}
.agent-det-arrows button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    border: 1px solid #000;
    background: none;
    font-size: 10px;
    transition: 0.3s;

}


.al-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.al-arrows button.prev {
    right: calc(100% + 70px);
}
.al-arrows button.next {
    left: calc(100% + 70px);
}
.agent-det-arrows button:hover {
    background: #000;
    color: #fff;
}



/* Active Listings */

.agent-det-al-inner {
    padding-top: 76px;
}
.agent-det-al-lists {
    width: 100%;
    max-width: max(46.875vw,500px);
    margin: 0 auto;
    padding-top: 35px;
}
.agent-det-al-list {
    position: relative;
}
.agent-det-al-list a {
    display: block;
}
.agent-det-al-lists .slick-list {
    overflow: visible !important;
}
.agent-det-al-list .img-canvas img {
    filter: brightness(0.7);
}
.agent-det-al-list .img-canvas:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 20px solid #fff;
    z-index: 2;
}
.agent-det-al-lists .slick-center .agent-det-al-list .img-canvas:before {
    border-color: #000;
}
.agent-det-al-lists .slick-slide:not(.slick-center) .agent-det-al-list .img-canvas:before {
    border-bottom: none;
}
.agent-det-al-lists .slick-center {
    position: relative;
    z-index: -1;
    padding-bottom: 45px;

}
.agent-det-al-lists .slick-slide:not(.slick-center) {
    transform: translate(5%, 24%)
}
.agent-det-al-lists .slick-center + .slick-slide {
    transform: translate(-5%, 24%) !important
}
.agent-det-al-lists .slick-slide:not(.slick-center) .agent-det-al-list .img-canvas canvas {
    height: max(23.125vw, 280px);
}
.agent-det-al-content {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 0 25px 30px;
}
.agent-det-al-content span {
    display: block;
    color: #ffff;
    width: fit-content;
    margin: 0 auto;
    font-size: max(1.8125vw, 20px);
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 100;
    position: relative;
    padding-left: 25px;
}
.agent-det-al-content span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}
.agent-det-al-content span em {
    display: block;
    font-style: normal;
    font-family: var(--font-family-default);
    font-size: max(1.1875vw, 15px);
    padding-top: 10px;
}
.agent-det-al-lists .slick-slide:not(.slick-center) .agent-det-al-content span {
    margin-right: 40px;
}
.agent-det-al-lists .slick-center + .slick-slide .agent-det-al-content span {
    margin-left: 50px;
    right: auto;
}


/* Sold Listings */
.agent-det-sl {
    padding: 0 100px;
    position: relative;
}
.agent-det-sl .bg-fixed canvas {
    filter: grayscale(1);
}
.agent-det-sl .bg-fixed:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.92;
}
.agent-det-sl .bg-fixed:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fff, transparent);
    z-index: 1;
}
.agent-det-sl-inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 130px 0 75px;
}
.agent-det-sl-slider {
    position: relative;
    margin-top: 44px;
}
.agent-det-sl-list {
    position: relative;
}
.agent-det-sl-list a {
    display: block;
}
.agent-det-sl-list .img-canvas img {
    filter: brightness(0.7);
}
.agent-det-sl-list:hover .img-canvas img {
    transform: scale(1.1);
}
.agent-det-sl-content {
    position: absolute;
    color: #fff;
    bottom: 12%;
    width: 100%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 80px 0 60px;
}
.agent-det-sl-content span {
    display: block;
    color: #fff;
    font-size: max(1.8125vw, 20px);
    text-transform: uppercase;
    font-family: var(--font-family-title);
    font-weight: 100;
    position: relative;
    padding-left: 25px;
}
.agent-det-sl-content span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}
.agent-det-sl-content span em {
    display: block;
    font-style: normal;
    font-family: var(--font-family-default);
    font-size: max(1.1875vw, 15px);
    padding-top: 10px;
}

.agent-det-sl-content h3 {
    font-size: max(3.125vw, 35px);
    font-family: var(--font-family-title);
}

.sl-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sl-arrows button.next {
    left: calc(100% + 30px);
}
.sl-arrows button.prev {
    right: calc(100% + 30px);
}


/* Testimonials */
.agent-det-testi {
    padding: 0 15px;
}
.agent-det-testi-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 120px;
}
.agent-det-testi-slider .slick-list {
    margin: 0 -15px;
}
.agent-det-testi-list {
    display: flex !important;
    align-items: center;
    min-height: 525px;
    background: #f2f2f2;
    padding: 60px max(4.0625vw, 30px);
}
.agent-det-testi-list-inner {
    display: flex;
}
.agent-det-testi-lists {
    padding: 40px 0;
}
.agent-det-testi-slider .slick-slide > div {
    margin: 0 15px;
}
.agent-det-testi-list-content {
    padding-left: 40px;
}
.agent-det-testi-list-content-text {
    position: relative;
    z-index: 2;
}
.agent-det-testi-list-content-text:before {
    position: absolute;
    content: '';
    width: 9.75vw;
    height: 7.875vw;
    background: url(https://bluewaterrealty.com/wp-content/themes/agentpro-metropolitan/images/agent-details/quote.png) center / cover no-repeat;
    z-index: -1;
    opacity: 0.07;
    top: -40px;
}
.agent-det-testi-list-content-text p {
    font-size: 18px;
    line-height: 1.7;
}
.agent-det-testi-list-content-name {
    padding-top: 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    letter-spacing: 0.250em;
}

.testi-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testi-arrows button.prev {
    right: calc(100% + 70px);
}
.testi-arrows button.next {
    left: calc(100% + 70px);
}

/* Video */

.agent-det-vid {
    padding: 0 100px;
    position: relative;
}
.agent-det-vid .bg-fixed:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.92;
}
.agent-det-vid .bg-fixed:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #fff, transparent);
    z-index: 1;
}
.agent-det-vid-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 0 72px;
}
.agent-det-vid-main-slider {
    position: relative;
    margin-top: 40px;
}
.agent-det-vid-main-list {
    position: relative;
}
.agent-det-vid-main-list a {
    display: block;
}
.agent-det-vid-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 27px;
    transition: 0.3s;
}
.agent-det-vid-main-list:hover .agent-det-vid-play {
    background: #000;
    color: #fff;
}

.vid-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vid-arrows button.prev {
    right: calc(100% + 27px);
}
.vid-arrows button.next {
    left: calc(100% + 27px);
}
.agent-det-vid-thumb-slider {
    padding-top: 25px;
}
.agent-det-vid-thumb-slider .slick-list {
    margin: 0 -12px;
}
.agent-det-vid-thumb-slider .slick-slide > div {
    margin: 0 14px;
}


/* Social */
.agent-det-social {
    padding: 0 15px;
}
.agent-det-social-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 95px 0 100px;
}
.agent-det-social-header {
    display: flex;
    justify-content: space-between;
        align-items: end;
}
.agent-det-social-title .ad-title span {
    margin-left: 0;
}
.agent-det-social-title .ad-title span:after {
    display: none;
}
.agent-det-social-handle {
    display: flex;
    align-items: center;

}
.agent-det-social-handle-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    width: 62px;
    height: 62px;
}
.agent-det-social-handle-img img {
    padding: 2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.agent-det-social-handle a {
    font-size: 30px;
    color: #000;
    display: inline-block;
    margin-left: 17px;
}
.agent-det-social-lists {
    padding: 40px 0 30px;
}
.agent-det-social-slider .slick-list {
    margin: 0px -15px;
}
.agent-det-social-slider .slick-slide > div {
    margin: 14px;
}
.soc-arrows button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.soc-arrows button.prev {
    right: calc(100% + 27px);
}
.soc-arrows button.next {
    left: calc(100% + 27px);
}

/* Form */
.agent-det-form {
    padding: 0 14px;
    position: relative;
}
.agent-det-form-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 170px 0 160px;
}
.agent-det-form-right {
    width: calc((720 / 1300)* 100%);
}
.agent-det-form-left {
    width: calc(100% - calc((720 / 1300)* 100%));
    padding-right: 40px;
}
.agent-det-form-title .ad-title {
    color: #fff;
}
.agent-det-form-title .ad-title span:before, .agent-det-form-title .ad-title span:after {
    display: none;
}
.agent-det-form-title .ad-title span {
    margin-left: 0;
}
.agent-det-form-title .ad-title {
    text-align: left;
}
.agent-det-form-info {
    padding-top: 15px;
}
.agent-det-form-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.agent-det-form-info ul li {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.agent-det-form-info ul li i {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
}
.agent-det-form-info ul li a {
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 15px;
}
.agent-det-form-info ul li a:hover {
    opacity: 0.6;
}
.ad-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ad-field {
    width: 48.4%;
    margin-bottom: 20px;
}
.ad-field.lg {
    width: 100%;
}
.ad-field input, .ad-field textarea {
    background: none;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    resize: none;
    height: 50px;
    color: #fff;
    padding: 0 10px 0 30px;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.ad-field textarea {
    height: 140px;
    padding-top: 20px;
}
.ad-field input::placeholder, .ad-field textarea::placeholder {
    text-transform: uppercase;
}
.ad-sumbit input {
    min-width: 275px;
    height: 50px;
    background: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.3s;
    display: flex;
}
.ad-sumbit input:hover {
    background: #000;
    color: #fff;
}
.agent-det-form .bg-fixed canvas {
    filter: brightness(0.3);
}


.aiosp-container.aiosp-inline-holder.aiosp-ref-\#agentPopup .aiosp-content,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#agentPopupSell .aiosp-content {
    width: 100%;
    max-width: 1070px;
    padding: 20px;
    background: #000;
}


.agent-det-popup-inner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 0 40px;
}
.agent-det-popup-title h2 {
    font-size: 60px;
    font-family: var(--font-family-title);
    text-transform: uppercase;
    color: #9a9a9a;
    text-align: center;
}
.agent-det-popup-title h2 span {
    font-style: italic;
    color: #fff;
}
div#agentPopup .ad-sumbit input,
div#agentPopupSell .ad-sumbit input {
    margin: 0 auto;
}
div#agentPopup .ad-field textarea,
div#agentPopupSell .ad-field textarea {
    height: 100px;
}
.agent-det-popup-form {
    padding-top: 40px;
}
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#agentPopup button.aiosp-close,
.aiosp-container.aiosp-inline-holder.aiosp-ref-\#agentPopupSell button.aiosp-close {
    color: #fff;
    font-size: 50px;
    opacity: 1;
    top: 20px;
    right: 20px;
}
.agent-det-popup-form .ad-field input, .agent-det-popup-form .ad-field textarea {
    border-color: #666;
}
.agent-det-popup-form .ad-field input::placeholder, .agent-det-popup-form .ad-field textarea::placeholder {
    color: #999;
}
#send-message,
#site-header {
    display: none;
}



.agent-det-vid-preview img {
    object-fit: contain;
}

.agent-det-vid-preview {
    background: #0d0d0d;
}



.amh-navigation-trigger {
    pointer-events: none;
    opacity: 0;
}
footer.footer {
    display: none !important;
}


.agent-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.agent-mobile-header-inner {
    padding: 10px 0;
    background: #000;
}
.agent-mobile-header-inner ul {
    display: flex;
    justify-content: space-around;
}
.agent-mobile-header-inner ul li i {
    color: #fff;
}
.agent-mobile-header-inner ul li i.ai-font-envelope {
    font-size: 15px;
}

.agent-det-social-handle-smi a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .bg-fixed canvas {
        background-attachment: scroll;
    }
    .agent-det-form-info ul li a {
        font-size: 13px;
    }
    .agent-det-form-info ul li {
        margin-right: 20px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
	.agent-det-banner {
/*        margin-top: 52px;*/
        margin-top: 37px;
    }
     .aios-mobile-header-wrapper {
        display: none !important;
    }
    .agent-det-banner-logo {
        padding: 20px;
    }
    .agent-det-content {
        top: 60%;
    }
    .agent-det-banner .aios-slider-img canvas {
        min-height: 400px !important;
    }

    .agent-det-welc-inner {
        display: block;
        max-width: 100%;
    }
    .agent-det-welc-left {
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .agent-det-welc-right {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 50px;
    }
    .agent-det-cta-items {
        display: block;
        padding-top: 50px;
    }
    .agent-det-cta-items a {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 30px;
        font-size: 18px;
    }
    .agent-det-welc-info-contact ul {
        display: block;
        text-align: center;
    }
    .agent-det-welc-info-contact ul li {
        justify-content: center;
        margin-bottom: 30px;
    }
    .agent-det-al-lists .slick-list {
        overflow: hidden !important;
    }
    .agent-det-al-lists .slick-slide:not(.slick-center) {
        transform: none !important;
    }
    .agent-det-arrows {
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .agent-det-arrows button {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin: 0 10px;
    }
    .agent-det-al-list .img-canvas:before {
        display: none;
    }
    .agent-det-al-inner {
        padding: 50px 15px;
    }
    .agent-det-al-list .img-canvas canvas {
        height: auto !important;
    }
    .agent-det-al-lists {
        max-width: 600px;
    }
    .agent-det-al-content span {
        margin: 0 auto !important;
    }
    .agent-det-al-content {
        position: relative;
        padding: 25px 10px;
        background: #000;
    }
    .agent-det-sl-content {
        padding: 25px 10px;
        display: block;
        text-align: center;
        background: #000;
        position: relative;
    }
    .agent-det-sl-content span {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .agent-det-sl {
        padding: 0 15px;
    }
    .agent-det-sl-slider {
        width: 100%;
        max-width: 600px;
        margin: 44px auto 0;
    }
    .agent-det-sl-inner {
        padding: 50px 0;
    }
    .agent-det-testi-list {
        padding: 40px 20px;
        min-height: 400px;

    }
    .agent-det-testi-list-inner {
        display: block;
        text-align: center;
    }
    .agent-det-testi-list-quote img {
        margin: 0 auto;
    }
    .agent-det-testi-list-quote {
        padding-bottom: 30px;
    }
    .agent-det-testi-list-content {
        padding-left: 0;
    }
    .agent-det-testi-list-content-text:before {
        display: none;
    }
    .agent-det-vid {
        padding: 0 15px;
    }
    .agent-det-vid-thumb-slider {
        display: none;
    }
    .agent-det-social-header {
        display: block;
    }
    .agent-det-social-title .ad-title span {
        margin-left: auto;
    }
    .agent-det-social-title .ad-title span:after {
        display: block;
    }
    .agent-det-social-handle {
        justify-content: center;
        padding-top: 50px;
    }
    .agent-det-form-inner {
        display: block;
        padding: 70px 0;
    }
    .agent-det-form-left {
        padding: 0;
        width: 100%;
    }
    .agent-det-form-title .ad-title {
        text-align: center;
    }
    .agent-det-form-title .ad-title span {
        margin-left: auto;
    }
    .agent-det-form-info ul {
        display: block;
        text-align: center;
    }
    .agent-det-form-info ul li {
        justify-content: center;
       margin: 0 0 15px;

    }
    .agent-det-form-info ul li a {
        font-size: 15px;
    }
    .agent-det-form-info {
        padding-top: 30px;
    }
    .agent-det-form-right {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .ad-field {
        width: 100%;
    }
    .ad-sumbit input {
        margin: 0 auto;
    }




    .agent-det-content h1 {
        font-size: 26px;
    }

    .agent-det-banner-logo img {
        max-width: 90px;
    }

    .agent-det-content {
        top: 60%;
    }













}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .agent-det-vid-play {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .agent-det-social-handle a {
        font-size: 20px;
    }
}
