@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

.details-pages {
    padding: 30px 0;
}
.details-pages .col-md-9s{
    float: left;
    width: 70%;
}
.details-pages .mdasljkf{
    height: 3800px;
}
.details-pages .col-md-3s.penuhs{
    height: 2530px;
}
.details-pages .col-md-3s{
    float: left;
    width: 30%;
}
.sticky-top{
    position: sticky;
    top: 0;
}

.outer {
    margin: 0 auto;
    max-width: 800px;
}
#big .item img{
    width: 100%;
}
#big .item {
    background: #ec6e46;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}
#thumbs {
    margin-top: -0px;
}
#thumbs .item {
    background: #C9C9C9;
    height: 120px;
    line-height: 100px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 37px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}


#big:hover.owl-theme .owl-nav .owl-next i,
#big:hover.owl-theme .owl-nav .owl-prev i{
    font-size: 31px;
}
#big:hover.owl-theme .owl-nav .owl-prev {
    left: 3%;
    visibility: visible;
    opacity: 1;
    transition: all ease 0.25s;
    transform: rotate(0deg);
}

.owl-theme .owl-nav{
    margin: 0;
}

.owl-theme .owl-nav .owl-prev {
    left: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    transform: rotate(0deg);
}

#big:hover.owl-theme .owl-nav .owl-next {
    right: 3%;
    visibility: visible;
    opacity: 1;
    transition: all ease 0.25s;
    transform: rotate(0deg);
}

.owl-theme .owl-nav .owl-next {
    right: 0%;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    transform: rotate(0deg);
}


.dropdown-wrapper {
    margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/* Closed dropdown styles */
.dropdown {
	padding: 0 15px;
	cursor: pointer;
    border: 1px solid rgba(0,0,0,0.125);
	width: 100%;
}

.dropdown__content {
	max-height: 0;
	transition: 200ms;

	overflow: hidden;
	padding: 0 1rem;
}

.dropdown__title::before {
	content: '\f2f2';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 0;
	display: inline-block;
	width: 1em;
}

/* Active Dropdown Styles */

.dropdown.active .dropdown__content {
	max-height: 100vh;
	padding: 1rem;
	transition: 400ms;
}

.dropdown .dropdown__title span{
    font-size: 16px;
}
.dropdown .dropdown__title{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.dropdown.active .dropdown__title::before {
	content: '\f2f8';
}

.single__detail-desc .show__more {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
}
.single__detail-desc .show__more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 88%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.single__detail-desc .show__more.visible {
    max-height: 2000px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.home__video-area .play-video-1 i::before{
    content: "\f3a9";
    font-family: 'Material-Design-Iconic-Font';
    font-size: 80px;
    color: #8d1f76;
    font-style: normal;
    top: -7px;
    position: absolute;
    left: -1px;
}
.home__video-area .play-video-1 {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    z-index: 1;
    font-size: 20px;
    background: #fff;
    display: inline-block;
    left: 48%;
    animation: ripple 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    top: 44%;
    position: absolute;
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}
.home__video-area .play-video::before, .home__video-area .play-video::after, .home__video-area .play-video-1::before, .home__video-area .play-video-1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.home__video-area .play-video-1::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}
.single__detail-features .nav-pills{
    padding-bottom: 10px;
}
.single__detail-features .nav-pills .nav-link {
    font-size: 16px;
}
.single__detail-features .nav-pills .nav-link.active,
.single__detail-features .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8d1f76;
}
.h600 {
    height: 400px;
    width: 100%;
}
.single__detail-features-review .media img {
    position: relative;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    max-width: 100%;
}
.media-body {
    flex: 1;
    margin-left: 20px;
}
.media {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
    .list-inline-item {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.list-inline{
    padding:0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    height: 45px;
    padding: 0.75rem;
    font-size: 14px;
    border: 1px solid #e9ecef;
}
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-group {
    margin-bottom: 1rem;
}
.asfss.btn:hover,
.soa.btn:hover {
    background: #0e3a6f;
}
.asfss.btn,
.soa.btn {
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    background: #8d1f76;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    width: 49%;
    float: right;
}
.asfssWa.btn:hover {
    background: #07681f;
}
.asfssWa.btn {
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    width: 49%;
    background: #0b8429;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}
.float-right {
    float: right !important;
}
.badge-primary {
    color: #fff;
    background-color: #8d1f76;
}
.badge {
    text-transform: capitalize;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sticky-top {
    padding-left: 30px;
}
.profile__agent .profile__agent__header-avatar figure{
    width: 100px;
    float: left;
}
.profile__agent .profile__agent__header-avatar .list-unstyled h5{
    font-size: 17px;
    margin: 35px 0;
    padding: 0;
    text-transform: capitalize;
}
.profile__agent .profile__agent__header-avatar .list-unstyled a i{
    margin-right: 4px;
}
.profile__agent .profile__agent__header-avatar .list-unstyled a{
    padding: 1px 0;
    display: block;
    color: #333;
}
.profile__agent .profile__agent__header-avatar .list-unstyled{
    width: calc(100% - 100px);
    color: #333;
    float: left;
    padding: 0 20px;
    margin: 0;
    list-style: none;
}
.profile__agent .profile__agent__body textarea{
    resize: none;
    height: 100px;
}
.profile__agent .profile__agent__body{
    padding-top: 20px   ;
}
.profile__agent{
    border: 1px solid #ededed;
    padding: 20px;
}
.download{

}
.download h5 {
    font-family: "Open Sans", serif;
    font-size: 18px;
    margin-bottom: 20px;
}
.download__item {
    background-color: transparent;
    position: relative;
    border: 1px solid #e9ecef;
    transition: 0.5s;
    padding: 15px 20px;
    margin: -1px 0 0;
}
.download__item a i{
    margin-right: 10px;
}
.download__item a {
    font-weight: 500;
    display: block;
    color: #002247;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}
.download__item:hover a{
    color: #fff;
}
.download__item:hover {
    color: #fff;
    border-color: #8d1f76;
    background-color: #8d1f76;
}
@media (max-width: 650px) {
    .home__video-area .play-video-1 {
        left: 41%;
    }
    .details-pages .col-md-3s,
    .details-pages .col-md-9s {
        float: none;
        width: 100%;
        height: auto;
    }
    #thumbs .item {
        background: #C9C9C9;
        height: 56px;
    }
    .single__detail-price h3 {
        float: none;
        margin: 10px 0;
    }
    .sticky-top {
        padding-left: 0;
        margin-top: 30px;
    }
    .header-normal .logo {
        max-width: 120px;
        width: 100%;
        border-radius: 5px;
    }
}

.h3yste span{
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: normal;
}
.colforms input {
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
}
.colforms input::placeholder {
    color: #ccc;
}
.colforms {
    position: relative;
}
.colforms .ris{
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.colforms label{
    display: block;
}
.kalkulators h1 span{
    font-size: 15px;
    font-weight: normal;
    color: #444;
    display: block;
}
.kalkulators .sumbusosd {
    max-width: 230px;
}
.kalkulators .sumbusosd a:hover{
    background: #920707;
    text-decoration: none;
}
.kalkulators .sumbusosd a{
    padding: 10px;
    display: block;
    border-radius: 5px;
    background: #af0a0a;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.kalkulators h1{
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
}
.kalkulators{
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 5px 25px 25px 25px;
}