iframe {
    width: 100% !important;
}

#player {
    height: 0;
    width: 0
}

.fa-volume-up {
    font-size: 34px;
}

.fa-volume-down {
    font-size: 34px;
}

.phone-number-content {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.section_title span:last-child {
    margin-left: 30px;
    font-weight: lighter;
    /*color: #8c8b8b;*/
    font-size: 20px;
}

.btn-addfav {
    /*color: #dd4c4c;*/
    border-color: #acacac;
    margin-bottom: 0;
    padding: 6px 25px;
}

.speaker {
    background-image: url("/contents/images/audio_small.png");
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: -25px 5px;
    height: 36px;
    width: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.speakerplay {
    background-position: 0 5px;
}

#speaker {
    display: inline-block;
    border: 1px solid #acacac;
    border-radius: 4px;
    width: 47px;
    padding: 0px 9px;
}

    #speaker a {
        text-decoration: none;
    }

.btnbox {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.call_section p {
    font-size: 20px;
    font-weight: bold;
}

.br-right {
    border-right: 1px solid #ddd;
}

/*.extension-color {
        color: #ff9f00 !important;
    }*/
.slider {
    display: flex;
}

#slider .slides li .img-fluid {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#slider .slides li {
    text-align: center;
    padding: 20px;
}

.slider {
    display: flex;
}

#slider {
    width: 60%;
}

#carousel {
    width: 38%;
}

    #carousel .slides {
        display: contents;
    }

        #carousel .slides > li {
            width: 50px !important;
            height: 50px !important;
            border: 3px solid #ddd;
            overflow: hidden;
            margin-bottom: 10px;
        }

            #carousel .slides > li:hover, .flex-active-slide {
                border-color: #3fd4db !important;
            }

            #carousel .slides > li img {
                width: 50px;
                object-fit: cover;
                height: 50px;
            }

.flex-direction-nav {
    display: none;
}

#slider ul li {
    display: flex !important;
    justify-content: center;
}

.popoverDiv {
    padding: 20px 30px;
}

#myTabContent {
    padding-top: 15px;
}

@media(max-width:991px) {
    .slider {
        display: grid;
    }

    #slider, #carousel {
        width: 100%;
    }
}

.profile-overview h4 {
    padding: 10px;
}

.profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0, 0, 0, 0.8);
}

.profile-overview {
    margin: 20px;
    color: #000;
    background: #fff;
    border-radius: 5px;
}

    .profile-overview .close {
        width: 36px;
        float: right;
        background: #ddd;
        text-align: center;
        margin: 5px;
        font-size: 22px;
        border-radius: 4px;
        cursor: pointer;
    }

.swiper.profileMain.swiper-thumb-slider {
    height: auto;
}

.profile-overview .ft_bold.ft_24,
.profile-overview p {
    color: #000;
}

.mainimgprofile .img-fluid {
    width: auto;
    height: auto;
}

.profileMain .swiper-slide {
    height: 69vh;
}

.profiledetails,
.mainimgprofile {
    padding: 20px;
}

.profile-overview hr {
    margin: 0;
}

.profile-overview .swiper-slide-thumb-active {
    border: 5px solid orange;
}

.modal-open {
    overflow: hidden;
    padding-right: 17px;
}

.popoverDiv {
    padding: 20px 30px;
}

@media(max-width:767px) {
    .profileMain .swiper-slide {
        height: auto;
    }
}

.container-img {
    overflow: hidden;
    cursor: zoom-in;
}

    .container-img.onZoomstart {
        cursor: zoom-out;
    }

    .container-img img {
        transform-origin: center center;
        object-fit: cover;
        width: 100%;
    }



.zoom-box {
    position: relative;
}

    .zoom-box img {
        vertical-align: bottom;
    }

    .zoom-box .zoom-selector {
        position: absolute;
        background-image: url("/betatest/contents/images/selector.png");
        background-repeat: repeat;
        display: none;
        cursor: crosshair;
    }

    .zoom-box .viewer-box {
        position: absolute;
        border: 1px solid rgb(239,237,240);
        display: none;
        overflow: hidden;
        z-index: 15;
        box-shadow: 2px 2px 8px #8c8c8c;
        border-radius: 8px;
        left:500px!important;
        background:#fff!important;
    }

        .zoom-box .viewer-box > img {
            position: absolute;
            left: 0;
            top: 0;
        }


.thumbnail-row {
    display: flex;
    height: 20%;
}
.slidesmain img {
	/*height: 100%;*/
	width: 100%;
	object-fit: cover;
}
.column {
    width: 16.70%;
    padding: 15px 2px;
}
    .column img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.profile-container {
    height: 500px;
    max-width: 500px;
    margin: 0 auto;
}

.holder {
    /*height: 80%;*/
}
.prevContainer, .nextContainer, .caption-container {
	display: none;
}
.profileMobileSlider, .profileMobileSlider.openswiper {
    display: none;
}
@media(max-width:991px){
    .prevContainer, .nextContainer {
        display: block;
        width: 30px;
    }
    .profile-container {
        position: relative;
    }
    .prevContainer {
        position: absolute;
        top: 37%;
    }
    .nextContainer {
        position: absolute;
        right: 0;
        top: 37%;
    }
    .profileMobileSlider.openswiper {
        position: fixed;
        top: 0;
        z-index: 1500;
        background: #fff;
        left: 0;
        width: 100%;
    }
    .profileSlider {
        height: 97vh;
    }
    .swiperheader {
        text-align: left;
    }
    .btn-swiperclose {
        background: #fff;
        border: 2px solid #333;
        margin: 13px 15px;
        font-size: 18px;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .profileMobileSlider.openswiper {
        display: block;
    }
    .profileMobileSlider .mySwiperMain .swiper-slide {
        height: 77vh;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
        .profileMobileSlider .mySwiperMain .swiper-slide img {
            height: auto !important
        }
}