.content{
	padding: 15px 0px;
	padding-top: 10px;
}

 .gallery-module {
    position: relative;
    margin-bottom: 20px;
}
 .gallery-module .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -26px;
    background-color: #fff;
    padding: 0;
    font-size: 0;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}
 .gallery-module .slick-arrow.slick-prev {
     left: 8px;
}
 .gallery-module .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -4px;
    margin-top: -5px;
    border-top: solid 3px #000;
    border-left: solid 3px #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 .gallery-module .slick-arrow.slick-prev::after {
     left: 100%;
}
 .gallery-module .slick-arrow.slick-next {
     right: 10px;
}
 .gallery-module .slick-arrow.slick-next::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 10px;
     height: 10px;
     margin-left: -6px;
     margin-top: -5px;
     border-right: solid 3px #000;
     border-bottom: solid 3px #000;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .gallery-module .slick-arrow.slick-next::after {
     left: -100%;
}
 .gallery-module .slick-arrow:after {
     content: "";
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     z-index: -1;
     transition: left 0.15s;
}
 .gallery-module .slick-arrow:hover::after {
     left: 0;
}
 .gallery-module .gallery-slider {
     position: relative;
     padding: 0 26px;
}
 .gallery-module .gallery-slider li {
     margin: 0 2px;
}
 .gallery-module .gallery-slider li img {
     width: 100%;
}
 .mfp-gallery .mfp-container {
     max-width: 1100px;
     left: 50%;
     -ms-transform: translateX(-50%);
     -webkit-transofmr: translateX(-50%);
     transform: translateX(-50%);
     padding: 0 10px;
}
 .mfp-gallery .mfp-content {
     width: 100%;
     background-color: transparent;
     padding: 0;
     z-index: 0;
}
 .mfp-gallery .mfp-content img {
    max-width: 100%;
    height: auto;
    padding: 0;
}
 .mfp-gallery .mfp-image-holder .mfp-close, .mfp-gallery .mfp-iframe-holder .mfp-close {
 	top: -2px;
    right: -2px;
    width: 44px;
    height: 44px;
    line-height: 35px;
    padding: 0px 0;
    background-color: #fff;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    color: #222;
    border: 2px solid #222;
}
.mfp-gallery .mfp-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
    padding: 0;
    font-size: 0;
    z-index: 2;
    border-radius: 40px;
    overflow: hidden;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left {
     left: 25px;
}
 .mfp-gallery .mfp-arrow.mfp-arrow-left::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 10px;
     height: 10px;
     margin-left: -4px;
     margin-top: -5px;
     border-top: solid 2px #000;
     border-left: solid 2px #000;
     -ms-transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .mfp-gallery .mfp-arrow.mfp-arrow-left::after {
     left: 100%;
}
 .mfp-gallery .mfp-arrow.mfp-arrow-right {
     right: 25px;
}
 .mfp-gallery .mfp-arrow.mfp-arrow-right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -9px;
    margin-top: -5px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 .mfp-gallery .mfp-arrow.mfp-arrow-right::after {
     left: -100%;
}
 .mfp-gallery .mfp-arrow:after {
     content: "";
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     z-index: -1;
     transition: left 0.15s;
}
 .mfp-gallery .mfp-arrow:hover::after {
     left: 0;
}
 .mfp-bg {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1042;
     overflow: hidden;
     position: fixed;
     background: #fbfbfb;
     opacity: 1;
}
 .mfp-wrap {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1043;
     position: fixed;
     outline: none !important;
     -webkit-backface-visibility: hidden;
}
 .mfp-container {
     text-align: center;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     box-sizing: border-box;
}
 .mfp-container:before {
     content: "";
     display: inline-block;
     height: 100%;
     vertical-align: middle;
}
 .mfp-align-top .mfp-container:before {
     display: none;
}
 .mfp-content {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 auto;
     text-align: left;
     z-index: 1045;
}
 .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
     width: 100%;
     cursor: auto;
}
 .mfp-ajax-cur {
     cursor: progress;
}
 .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
     cursor: -moz-zoom-out;
     cursor: -webkit-zoom-out;
     cursor: zoom-out;
}
 .mfp-zoom {
     cursor: pointer;
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in;
}
 .mfp-auto-cursor .mfp-content {
     cursor: auto;
}
 .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
}
 .mfp-loading.mfp-figure {
     display: none;
}
 .mfp-hide {
     display: none !important;
}
 .mfp-preloader {
     color: #ccc;
     position: absolute;
     top: 50%;
     width: auto;
     text-align: center;
     margin-top: -0.8em;
     left: 8px;
     right: 8px;
     z-index: 1044;
}
 .mfp-preloader a {
     color: #ccc;
}
 .mfp-preloader a:hover {
     color: #fff;
}
 .mfp-s-ready .mfp-preloader {
     display: none;
}
 .mfp-s-error .mfp-content {
     display: none;
}
 button.mfp-close, button.mfp-arrow {
     cursor: pointer;
     border: 0;
     -webkit-appearance: none;
     display: block;
     outline: none;
     padding: 0;
     z-index: 1046;
     box-shadow: none;
     touch-action: manipulation;
}
 button::-moz-focus-inner {
     padding: 0;
     border: 0;
}
 .mfp-close {
     width: 44px;
     height: 44px;
     line-height: 44px;
     position: absolute;
     right: 0;
     top: 10px;
     text-decoration: none;
     text-align: center;
     padding: 0 0 18px 10px;
     color: #fff;
     font-style: normal;
     font-size: 28px;
     font-family: Arial, Baskerville, monospace;
}
 .mfp-close:hover, .mfp-close:focus {
     opacity: 1;
}
 .mfp-close:active {
     top: 1px;
}
 .mfp-close-btn-in .mfp-close {
     color: #333;
}
 .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
     color: #fff;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
}
 .mfp-counter {
     position: absolute;
     top: 0;
     right: 0;
     color: #ccc;
     font-size: 12px;
     line-height: 18px;
     white-space: nowrap;
}
 .mfp-arrow {
     position: absolute;
     margin: 0;
     top: 50%;
     padding: 0;
     width: 90px;
     height: 110px;
     -webkit-tap-highlight-color: transparent;
}
 .mfp-arrow:hover, .mfp-arrow:focus {
     opacity: 1;
}
 .mfp-arrow-left {
     left: 0;
}
 .mfp-arrow-right {
     right: 0;
}
 .mfp-iframe-holder {
     padding-top: 40px;
     padding-bottom: 40px;
}
 .mfp-iframe-holder .mfp-content {
     line-height: 0;
     width: 100%;
     max-width: 900px;
}
 .mfp-iframe-holder .mfp-close {
     top: -40px;
}
 .mfp-iframe-scaler {
     width: 100%;
     height: 0;
     overflow: hidden;
     padding-top: 56.25%;
}
 .mfp-iframe-scaler iframe {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 8px rgba(0,0,0,0.6);
     background: #000;
}
 img.mfp-img {
     width: auto;
     max-width: 100%;
     height: auto;
     display: block;
     line-height: 0;
     box-sizing: border-box;
     padding: 40px 0 40px;
     margin: 0 auto;
}
 .mfp-figure {
     line-height: 0;
}
 .mfp-figure:after {
     content: "";
     position: absolute;
     left: 0;
     top: 40px;
     bottom: 40px;
     display: block;
     right: 0;
     width: auto;
     height: auto;
     z-index: -1;
     box-shadow: 0 0 8px rgba(0,0,0,0.6);
     background: #444;
}
 .mfp-figure small {
     color: #bdbdbd;
     display: block;
     font-size: 12px;
     line-height: 14px;
}
 .mfp-figure figure {
     margin: 0;
}
 .mfp-bottom-bar {
     margin-top: -36px;
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     cursor: auto;
}
 .mfp-title {
     text-align: left;
     line-height: 18px;
     color: #f3f3f3;
     word-wrap: break-word;
     padding-right: 36px;
}
 .mfp-image-holder .mfp-content {
     max-width: 100%;
}
 .mfp-gallery .mfp-image-holder .mfp-figure {
     cursor: pointer;
}

/***************/
/**************/

.profileInfo{
   	position: relative;
    width: 100%;
    padding: 8px 4px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

.profileInfo .info{
    font-weight: 500;
}

.profileInfo .value{
	
}

.whatsappFooter {
    position: fixed;
    bottom: 45px;
    right: -6px;
    z-index: 999999;
    padding: 10px;
    color: #ffffff;
}



/***************/
/**************/

.gallerHeader{
   
}

.backBtn{    
    border-bottom: 1px solid #cfcfcf;
    margin: 0 -15px;
    padding: 0px 5px 10px;
    text-align: center;

}

.backBtn a{
	color: #222;
    text-decoration: none;
    position: absolute;
    left: 5px;
}

.backBtn a i{
	font-size: 24px;
}

.backBtn span{
	font-size: 17px;
    font-weight: 500;
}

/*************/
/*************/

.profileFeature{
    padding: 6px 5px 6px;
    position: relative;
}

.profileFeature .profile{
	width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 2px;
    border: 1px solid #E91E63;
}

.profileFeature .name{
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
}

.profileFeature .location{
    font-size: 13px;
    display: block;
    padding: 6px 3px 0 12px;
}

.profileFeature .location i{    
        font-size: 15px;
    color: #FF4969;
    position: relative;
    margin-right: 6px;

}

.shot_price{
    color: #c500a2;
    position: absolute;
    right: 0;
    top: 13px;
}