/*---- model-wrap-box start ----*/
.model-wrap .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}
.model-wrap .img img{
    width: 100%;
    height: 308px;
}
@media only screen and (max-width: 768px) {
    .model-wrap .img img{
    width: 100%;
    height: 488px;
}
}
.model-wrap .img .price {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    background: #836ddb;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.model-wrap .model-text-image {
    padding: 15px 15px 15px 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-top: none;
    margin-top: -40px;
    background: #fff;
    box-shadow: 0px 10px 23px -8px rgb(0 0 0 / 11%);
}

.model-wrap .model-text-image .days {
    font-size: 22px;
    color: #f15d30;
    font-weight: 700;
}

.model-wrap .model-text-image h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.model-wrap .model-text-image p {
    color: #8a8989;
    margin-bottom: 0;
}

.model-wrap .text ul {
    margin: 0;
    padding: 0;
}

.model-wrap .model-text-image ul li {
    display: inline-block;
    color: #b3b3b3;
}

.model-wrap .model-text-image ul li span {
    /*color: #f15d30;*/
    font-size: 13px;
}

.model-wrap .model-text-image h3 a {
    font-size: 22px;
    color: black;
    font-weight: 700;
    text-decoration: none;
}

.model-list-box {
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.model-list-box p i {
    color: #ffc107;
    font-size: 12px;
}

.model-list-box li a {
    font-size: 15px;
    font-weight: 700;
    color: #7055dc;
}

.model-list-box ul {
    padding: 0;
    margin-bottom: 0;
}

.model-list-btn-view {
    font-size: 12px;
    color: #fff;
    background-color: #836ddb;
    border: 2px solid #836ddb;
    border-radius: 0px;
    padding: 7px 15px;
    font-weight: 500;
}

.model-list-btn-view:hover {
    color: #fff;
    background-color: #7b67cc;
    border: 2px solid #836ddb;
}

.model-detail-btn-view {
    font-size: 16px;
    color: #fff;
    background-color: #ff6c00;
    border: 2px solid #ff6c00;
    border-radius: 0px;
    padding: 7px 15px;
    font-weight: bold;
}

.model-detail-btn-view:hover {
    color: #fff;
    background-color: #f9832d;
    border: 2px solid #f9832d;
}

@media only screen and (max-width: 768px) {
    .model-wrap .model-text-image ul li span {
        color: #f15d30;
        margin-right: 10px;
        font-size: 13px;
    }
}

/*---- model-wrap-box end ----*/
/*---- model-detail-head-section-start ----*/
.bg-dark {
    background-color: #343a40!important;
	padding: 1.5rem;
}

.section-parallax-p {
	color: #fff;
	background-attachment: fixed;
	background-position: center;
}

.section-parallax-bg-p {
	background: #070707d4;
	padding: 2rem 0rem 4rem 0rem;
}

.model-image-content {
	margin-top: 0rem;
	color: #fff;

}
@media only screen and (max-width: 768px) {
    .model-image-content {
	margin-top: 2rem;
	color: #fff;

}
}
.model-image-content .model-name {
	font-size: 26px;
	margin: 4px 0px;
}

.section_header-divider {
	width: 100%;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	border-radius: 2px;
	background-image: linear-gradient(50deg, #7563bd, #ff6c00);
	box-shadow: 0px 5px 8px rgb(0 0 0 / 25%);
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}

.model-image-content .social-icon a {
	text-align: center;
	width: 36px;
	line-height: 36px;
	height: 36px;
	font-size: 20px;
	border-radius: 999px;
	color: #fff !important;
	opacity: 0.85;
	margin: 0 1px;
	transition: 0.25s;
	display: inline-block;
}

.m-top{
	/*margin-top:1.5rem;*/
}
/*---- model-detail-head-section-end ----*/

/*----- model box start ----*/
.model-detail-box {
    margin-top: 14px;
    margin-bottom: 12px;
}
.model-detail-box .model-info-image {
    position: relative;
    overflow: hidden;
    /*border: 6px solid #ffffff1a;*/
    border: 5px solid #7563bd;
    /*border: 5px solid #f70000;*/

}

.model-detail-box .model-info-image .desti-rating-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all ease-in-out 0.5s;
    /*background: linear-gradient(to top, #171717, transparent);*/
    /*background: linear-gradient(to top, #ff0000, #f0ff0a73);*/
    background: linear-gradient(to top, #7563bd, #ff6c006b);
    width: 100%;
    padding: 24px 18px;
    color: aliceblue;
}

.model-detail-box .model-info-image .desti-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.29);
    position: absolute;
    /*bottom: 100%;*/
    left: 0;
    right: 0;
    transition: all ease-in-out 0.5s;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.model-info-image img {
    position: relative;
    transform: scale(1);
    transition: 0.5s;
	height: 335px;
    width: 100%;
}

.model-info-image:hover img {
    transform: rotate(5deg) scale(1.2);
    /*
    transform:scale(1.2);*/
    transition: all ease-in-out 0.5s;
}

.model-detail-box .model-info-image .desti-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*.model-detail-box .model-info-image:hover .desti-rating-content {
    opacity: 0;
    transition: all ease-in-out 0.5s;
}*/

.model-detail-box .model-info-image:hover .desti-overlay {
    opacity: 1; 
    /*bottom: 0;*/
    transition: all ease-in-out 0.5s;
}
/*----- model box end ----*/
/*---- detail -------*/
.model-info-content .model-content {
    padding: 1rem;
}

.model-info-content .model-heading {
    background-color: #333333;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 18px;
}

.model-content .model-content-info {
    color: #868686;

    font-size: 14px;
}

.model-content .model-content-p {
    color: #868686;
    font-size: 14px;
    margin-bottom: 5px;
}

.model-content ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    /*margin-bottom: 25px;*/
    line-height: 28px;
    color: #000;
    /*color: #868686;*/
}

.model-content ul li {
    list-style: none;
    margin: 0;
    /*padding-left: 15px;*/
}

.model-content ul li span {
    /*color: #000;*/
}

.model-content ul li span b {
    width: 35%;
    display: inline-block;
    margin-right: 15px;
    color: #000;
    /*color: #868686;*/
}

.model-image-content .model-name {
    font-size: 26px;
    /* color: #ffdd00; */
    margin: 4px 0px;

}

.model-image-content .social-icon a {
    text-align: center;
    width: 36px;
    line-height: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 999px;
    color: #fff !important;
    opacity: 0.85;
    margin: 0 1px;
    transition: 0.25s;
    display: inline-block;

}

.model-detail-heading {
    color: #000;
}

/*.modal-header {
    padding: 0;
    border-bottom: none;
}

/*.modal-content {
    background-color: transparent;
    border: none;
}
*/
/*---- detail -----*/
.sample_voices {
     padding: 0px; 
}

/*----- social-icons css start----*/
.social-icons li {
    display: block;
    padding: 0;
    border: none;
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding: 2px 2px;
}

.social-icons li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
}
.social-icons li a i{
  margin-top:10px;
}

.social-icons li .fb-icon {
    background-color: #4064AC;
}

.social-icons li .twitter-icon {
    background-color: #1C9BE9;
}

.social-icons li .li-icon {
    background-color: #0173AF;
}

.social-icons li .pr-icon {
    background: linear-gradient(to top, #FF6600 0%, #7B16D9 100%);
}

.social-icons li .wa-icon {
    background-color: #41C051;
}

.social-icons-content {
    top: 230px;
    position: fixed;
	margin-left: 33px;
	z-index:1;
}

@media only screen and (max-width: 768px) {
    .social-icons-content {
        top: 0px;
        position: relative;
        margin: 0 47px;
    }

    .social-icons li {
        display: inline-block;
        padding: 0px 0px;
    }
}

/*----- social-icons css end ----*/

/*---- Filter Css Start ----*/
.filter-list-box{
	margin-bottom: 3rem;
    /* margin-top: 3rem; */
    padding: 4rem;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(134 115 208 / 34%);
    border-radius: 20px;
}
.filter-list {
    max-height: 122px;
    overflow-y: auto;
}
        .filter-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        div.sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 90px;
            z-index: 1;
        }

        .filter-list ul li a {
            margin: 0;
            text-decoration: none;
            position: relative;
            padding: 0 0 0 30px;
            width: 100%;
            display: inline-block;
            color: #334680;
            font-size: 15px;
        }

        /*.filter-list ul li a input[type=checkbox],
        .filter-list ul li a input[type=radio] {
            opacity: 0;
            position: absolute;
        }*/

        .form-check-input {
            margin-top: .3rem;
            margin-left: -1.25rem;
        }

        /*.filter-list ul li a .form-check-input:checked~.checkmark {
            background-color: #003fff;
            border-color: #003fff;
        }*/

        /*.filter-list ul li a .checkmark {
            position: absolute;
            top: 2px;
            left: 0;
            border: 1px solid #777;
            background-color: transparent;
            margin: 0;
            border-radius: 5px;
            width: 18px;
            height: 18px;
        }*/

        .filter-list ul li a label {
            width: 100%;
            cursor: pointer;
            font-weight: 400;
            color: #334680;
            font-size: 15px;
            margin: 0;
        }

        /*.filter-list ul li a:hover .form-check-input~.checkmark {
            background-color: #003fff;
            border-color: #003fff;
        }

        .filter-list ul li a:hover .checkmark::before {
            opacity: 1;
        }*/

        /*.filter-list ul li a .checkmark::before {
            content: "";
            position: absolute;
            left: 6px;
            top: -1px;
            width: 6px;
            height: 14px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            z-index: 9;
        }*/

        a.filter-card-title {
            color: #836ddb !important;
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }

        .filters-container .card-body {
            padding: 15px 0 15px;
        }

        .accordion {
            /width: 500px;/
            margin: 0 auto;
        }

        .accordion-toggle {
            /border-bottom: 1px solid #cccccc;/
            cursor: pointer;
            margin: 0;
            padding: 10px 0;
            position: relative;
            color: #836ddb !important;
            font-size: 18px;
            font-weight: 600
        }

        .accordion-toggle:before {
            content: "+";
            position: absolute;
            right: 16px;
            top: 2px;
            width: 0;
            height: 0;
            font-weight: 800;
            font-size: 25px;
            /*border-top: 5px solid #000;
border-left: 5px solid rgba(0, 0, 0, 0);
border-right: 5px solid rgba(0, 0, 0, 0);*/
        }

        .accordion-toggle.active:after {
            content: "-";
            position: absolute;
            right: 16px;
            top: -8px;
            width: 0;
            height: 0;
            font-size: 40px;
            /*border-bottom: 5px solid #f00;
border-left: 5px solid rgba(0, 0, 0, 0);
border-right: 5px solid rgba(0, 0, 0, 0);*/
        }

        .accordion-toggle.active:before {
            display: none;
        }

        .accordion-content {
            display: none;
        }

        .accordion-toggle.active {
            color: #ff0000;
        }

.filter-list ul li a .form-check-input {
	position: absolute;
	top: 2px;
	left: 0;
	border: 1px solid #777;
	background-color: transparent;
	margin: 0;
	border-radius: 5px;
	width: 18px;
	height: 18px;
}
        /*---- Filter Css End ----*/
.custom-btn-hire {
    background-color: #ff8d1a;
    color: #fff;
    font-weight: 700;
    padding: 10px 45px;
    border-radius: 7px;
    text-transform: uppercase;
}
.profile_box {
    padding: 18px;
	margin-top:16px!important;
}

.close {
    float: right;
    font-size: 21px;
    /* line-height: 1; */
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1; 
}	
.carousel-control.left, .carousel-control.right {
    background-image: none;
    text-shadow: none;
    opacity: 1;
    font-size: 30px;
    width: 50px;
    bottom: auto;
    top: 42%;
}

 .modal-dialog1 {
     background-color: transparent!important; 
}
.modal-content1 {
     background-color: transparent!important; 
}
@media (min-width: 768px){
.modal-content {
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}	}
/*@media only screen and (max-width: 768px) {
            .model-image {
                height: 300px;
                width: 100%;
            }
        }*/
        
        @media only screen and (max-width: 768px) {
            .social-icons-content {
                top: 0px;
                position: relative;
                text-align: center;
                left: 0px;
                margin-bottom: 10px;
            }
        }

        .model-wrap .model-text-image ul li {
            display: inline-block;
            color: #b3b3b3;
            width: 50%;
        }

        @media only screen and (max-width: 768px) {
            .model-wrap .model-text-image ul li span {
                color: #f15d30;
                margin-right: 0px;
                font-size: 13px;
            }
        }

        @media only screen and (max-width: 384px) {
            .model-wrap .img img {
                width: 100%;
                height: 300px;
            }
        }@media only screen and (max-width: 414x) {
            .model-wrap .img img {
                width: 100%;
                height: 380px;
            }
        }

.embed-responsive-16by9 {
    padding-bottom: 42.95%;
}

@media only screen and (max-width: 768px){
.model-wrap .img img {
    width: 100%;
    height: 330px;
}}

.ft-left{
                                float: left;
                                width: 74%;
                            }
                            .ft-right{
                                float: right;
                                /*width: 20%;*/
                            }
                            @media only screen and (max-width: 768px){
                                .ft-left{
                                float: left;
                                width: 60%;
                            }
                            .ft-right{
                                float: right;
                                width: 40%;
                            }
                            }	
@media only screen and (max-width: 768px){
        .model-image{
        margin-top: 20px;
        }}
/*@media (max-width: 767px){
.form-group {
    margin-bottom: 5px;
}}*/
@media only screen and (max-width: 768px){
        .form-control1 {
    width: 100%;
    height: 34px;
    padding: 0px 12px!important;
    
}}
.btn-view {
                                            position: relative;
                                            display: inline-block;
                                            min-width: 55px;
                                            height: 40px;
                                            line-height: 40px;
                                            font-size: 16px;
                                            border: none;
                                            background-color: #fff;
											color: #7563bd;
                                            text-align: center;
                                            padding: 0 20px;
                                        }

                                        .btn-view:after,
                                        .btn-view:before {
                                            border-color: #ff8d1a !important;
                                        }

                                        .btn-view:before {
                                            top: 0;
                                            border-bottom: 0 !important;
                                        }

                                        .btn-view:after {
                                            bottom: 0;
                                            border-top: 0 !important;
                                        }

                                        .btn-view:after,
                                        .btn-view:before {
                                            display: block;
                                            -webkit-transition: all .3s ease;
                                            -o-transition: all .3s ease;
                                            transition: all .3s ease;
                                            content: '';
                                            position: absolute;
                                            left: 0;
                                            width: 100%;
                                            height: 10px;
                                            border: 2px solid #000;
                                            z-index: 1;
                                        }
