body{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.androidScrollTop{
    overflow:hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.photgrapher-area{
    background-image: url('../signup/assets/img/13696-nw.jpg');
    background-position: top left;
    background-repeat: repeat;
    padding: 35px 50px;
    position: fixed;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    margin-top: -20px;
    z-index: -1;
}
.right-column{
    position: absolute;
    right: 0;
}
.single-photographer-wrapper{
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 0px 4px 5px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    background: #dadada;
}
.single-photographer-wrapper:last-child{
    margin-bottom: 130px!important;
}
.single-photographer-wrapper .cover-img{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.z-index-2{
    position: relative;
    z-index: 2;
}
.deep-pink-text{
    color: #f44154;
}
.gry-color{
    color: #989898;
}
.deep-gry-text{
    color: #5f5f5f!important;
}
.blue-text{
    color: #3b5998;
}
.fa-heart, .fa-heart-o{
    color: #f44154;
}
.add-btn-link{
    position: relative;
    right: 10px;
}
.add-btn{
    color: #000000;
    background: rgb(255 255 255 / 0.80);
    padding: 15px;
    border-radius: 50%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.profile-img-wrapper{
    width: 90px;
    height: 90px;
    border: 3px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);
}
.profile-img{
    width: 90px!important;
    height: 90px!important;
    object-fit: cover;
    background: #e2cece;
}
.profile-name{
    font-size: 1.3em!important;
}
.photographer-list .profile-img-wrapper{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.photographer-list .profile-img{
    width: 70px!important;
    height: 70px!important;
}
.photographer-list li{
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}
.nav-profile-name{
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);
    font-size: 8px;
    padding: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}
.img-cross{
    position: absolute;
    right: 0;
    z-index: 1;
    color: #f44154;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 0.1);
}
.img-cross i{
    position: relative;
    top: -1px;
}
.mob-photographer-list{
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    justify-content: center;
}
.mob-photographer-list .nav-profile-name{
    bottom: -18px;
}
.more-link{
    position: absolute;
    right: 12px;
    bottom: 12px;
}


.more-link a{
    background: rgb(0 0 0 / 0.80);
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
    /*width: 100px;*/
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.more-link a:hover{
    background: #f44154;
}
.more-btn{
    color: #000000;
    background: rgb(255 255 255 / 0.80);
    padding: 25px;
    border-radius: 50%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.select-link-mob{
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.select-btn-mob{
    color: #fff;
    background: #f44154;
    padding: 30px;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.more-btn:hover, .add-btn:hover{
    background: #f44154;
    color: #fff;
}
.select-btn-mob:hover{
    background: #000000;
    color: #fff;
}
.pink-btn{
    border-width: 2px;
    border-color: #ea6b6f!important;
    color: #ea6b6f!important;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pink-btn:focus{
    background-color: transparent!important;
}
.pink-btn:hover{
    background-color: #ea6b6f!important;
    border-color: #ea6b6f!important;
    color: #fff!important;
}
.add-fav-btn,.full-profile-btn{
    border-color: rgb(51 51 51 / 1)!important;
    background: rgb(0 0 0 / 0.80)!important;
    border-radius: 30px;
    color: #fff!important;
    font-weight: 400;
}
.add-fav-btn:hover,.full-profile-btn:hover{
    background: #f44154!important;
    border-color: #f44154!important;
}
.add-fav-btn:focus,.full-profile-btn:focus{
    background: rgb(0 0 0 / 0.80)!important;
    border-color: rgb(51 51 51 / 1)!important;
    box-shadow: none!important;
}
.font-14{
    font-size: 14px;
}
.found-text{
    text-shadow: 1px 1px 5px #fff;
}
.bt-grey{
    border-top: 1px solid #f0f0f0;
}
.bb-grey{
    border-bottom: 1px solid #f0f0f0;
}
.b-grey{
    border: 1px solid #f0f0f0;
}
.divider{
    height: 1px;
    background: #f0f0f0;
}
.fixed-btn{
    position: fixed;
    bottom: 30px;
    display: flex;
    width: 58.33333%;
    justify-content: center;
}
.fixed-mob-btn{
    width: 100%;
    left: 0;
    bottom: 0;
}
.fixed-mob-btn button{
    font-size: 14px;
    width: 50%;
    height: 45px;
}
.decide-btn{
    background-color: #000!important;
    border-radius: 0;
    border: 1px solid #fff!important;
    color: #fff!important;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.deep-pink-btn{
    background-color: #f44154!important;
    border-radius: 0;
    border: none!important;
    color: #ffffff!important;
    font-weight: 500;
    letter-spacing: 2px;
}
.selct-photographer-btn{
    margin-left: -1px;
    border: 1px solid #fff!important;
    border-left: none!important;
}
.decide-btn:before, .selct-photographer-btn:before{
    background:#fff!important;
    color: #5f5f5f!important;
}
.decide-btn:hover, .selct-photographer-btn:hover{
    color: #5f5f5f!important;
}
.small-btn{
    font-size: 0.8rem;
}
.small-btn .icon i{
    position: relative;
    top: 1.5px;
}
.blk-text{
    color: #333333
}
/*----------- gallery grid css -------*/

.gallery-grid {
    column-width: 260px;
    column-gap: 5px;
    /*padding: 5px;*/
}
.mob-gallery-grid{
    column-width: 135px;
}
.gallery-grid img {
    width: 100%;
    cursor: pointer;
}
.gallery-grid video {
    width: 100%;
}
.mob-gallery-grid img{
    margin-bottom: 5px;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 1;
    display: none;
    background: rgb(0 0 0 / 0.88);
    perspective: 1000;
}

/*.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}*/

.lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
    height: 200px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

[class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
}

.arrowr {
    right: 0;
}

.arrowr:after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.arrowl {
    left: 0;
}

.arrowl:after {
    border-left: 1px solid white;
    border-top: 1px solid white;
}

.close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
    opacity: 1;
}

.close:after,
.close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ffffff;
}

.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.title {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}
/*----------- /gallery grid css -------*/
/*----------- scroll bar css -------*/
/* width */
.photgrapher-area::-webkit-scrollbar {
    width: 5px;
    visibility: hidden;
}

/* Track */
.photgrapher-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dddddd; 
    border-radius: 10px;
}

/* Handle */
.photgrapher-area::-webkit-scrollbar-thumb {
    background: #b9b9b9; 
    border-radius: 10px;
}

/* Handle on hover */
.photgrapher-area::-webkit-scrollbar-thumb:hover {
    background: #b9b9b9; 
}
.photgrapher-area:hover::-webkit-scrollbar{
    width: 5px;
    visibility: hidden;
}
/*----------- /scroll bar css -------*/
/*.mob-carousel .slider-item{
        width: 150px!important;
}*/
/*------- carousel css for mob ----------*/
.multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}
.multi-item-carousel .carousel-inner .next {
    left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}
.multi-item-carousel img{
    border-radius: 50%;
    margin-top: 10px;
    width: 100%;
    height: 8rem;
    object-fit: cover;
}
.selected-photogrpaher{
    background: #efefef;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        -webkit-transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out left;
        -webkit-transition: 500ms ease-in-out all;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none!important;
        transform: none!important;
    }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
    background: #101010;
    padding: 8px;
    top: 30%;
    border-radius: 3px;
}
.carousel-img-select-link{
    position: absolute;
    top: 0;
    right: 0;
}
.carousel-img-select-btn{
    padding: 15px;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    background: #f44154;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.carousel-img-wrapper{
    height: 8rem;
    width: 8rem;
    margin: auto;
}
/*------- /carousel css for mob ---------*/
.sm-lh{
    line-height: 1.2em;
}
.fixed-description-mob{
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    width: 100%;
}
.mb-large{
    margin-bottom: 140px;
}
.v-middle{
    align-items: center;
}
.font-30{
    font-size: 30px;
}
.mb-medium{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-15{
    margin-bottom: 15px;
}
.w-100{
    width: 100%;
}
.animated-img{
    margin-right: 22px;
    margin-left: 5px;
}
.animated-img:before{
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../signup/assets/img/heart_pink.gif);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.selct-photographer-btn:hover .animated-img:before{
    background-image: url(../signup/assets/img/heart.gif);
}
.navbar-item{
    font-size: 12px;
    text-transform: uppercase;
    color: #5f5f5f;
}
.navbar-item:hover,.navbar-link:hover{
    color: #f44154!important;
    background: none!important;
}
.navbar-link:not(.is-arrowless)::after{
    border-color: #5f5f5f;
    margin-top: -.4375em;
}
.navbar-link{
    color: #5f5f5f;
}
.navbar-link:hover::after{
    border-color: #f44154;
}
/*.navbar-link:not(.is-arrowless) {
    padding-right: 12px;
}
.navbar-link .fa-chevron-down{
    font-size: 10px;
    margin-top: -2px;
}*/
.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.navbar{
    z-index: 1;
}
lottie-player{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.white-bg{
    background: #fff;
}
.modal-close{
    background: rgb(0 0 0 / 0.72);
    top: 0;
    right: 0;
}
.navbar-burger{
    margin-right: 12px;
}
.bg-img{
    background-image: url('../signup/assets/img/13696-nw.jpg');
    background-position: top left;
    background-repeat: repeat;
}
/*----package css ----*/
.package-column{
    background: #ffffff;
    /*background: linear-gradient(165deg, #f8535d 50%, #fd767e 50%, #e1414c 80%);*/
    border-radius: 10px;
    /*color: #fff;*/
    margin:0px;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 0.30);
    padding: 10px;
    background-image: url(../signup/assets/img/FLOWER-IMG.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 40%;
}
.package-column .price{
    font-size: 40px;
    line-height: 1em;
}
.slct-pkg-btn{
    background-color: #fff;
    padding: 5px 45px;
    display: inline-block;
    border-radius: 30px;
    color: #333333;
    margin: 10px 0 20px;
    border: 1px solid #969696;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.slct-pkg-btn:hover{
    color: #fff;
    background-color: #f44154;
    border: 1px solid #f44154;
}
.pkg-description{
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 10px;
    color: #5f5f5f;
}
.pkg-description li, .li-list li{
    line-height: 1.2em;
    margin-bottom: 8px;
}
.pkg-title{
    min-height: 50px;
    line-height: 1.2em;
    overflow: hidden;
    max-height: 50px;
    margin-bottom: 10px;
}
.ring-img-icon img{
    width: 50px;
}
.package-section{
    min-height: 90vh;
}
/*----/package css-----*/
.table{
    width: 100%;
    border: 1px solid #dddddd;
}
.table thead {
    background-color: #fafafa;
}
.table td, .table th{
    border: 1px solid #dddddd!important;
}
.table th{
    border-bottom: none!important;
}
.table tr:nth-child(even) {
    background-color: #fafafa;
}
.test-toggle-btn{
    position: fixed;
    bottom: 50%;
    right: -92px;
    transform: rotate(90deg);
}

.mob-select-photographer-btn{

    position: fixed;

    bottom: 5px;

    left: 5px;

    z-index: 100;

}

.overflow-hide{
    overflow: hidden;
}
.ml-auto{
    margin-left: auto;
}
.d-none{
    display: none;
}
.is-pulled-right-desktop{
    float: right;
}
.pay-mode-btn{
    background-color: #fff;
    padding: 5px 45px;
    display: inline-block;
    border-radius: 30px;
    color: #333333;
    border: 1px solid #969696;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.pay-mode-btn:hover{
    color: #fff;
    background-color: #f44154;
    border: 1px solid #f44154;
}
.active-link{
    background-color: #f44154!important;
    border-color: #f44154!important;
    color: #fff!important;
}
.pay-mode-details{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    min-height: 106px;
    padding: 0 10px;
}
.pay-mode-details .profile-img-wrapper{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.pay-mode-details .profile-img{
    width: 80px!important;
    height: 80px!important;
}
.pay-mode-details .profile-name{
    font-size: 1.2em!important;
}
.grn-text{
    color: #4f9b11;
}
.coupon-code-input{
    padding: 7px 20px;
}
.border-radius-corner{
    border-radius: 30px;
}
.apply-btn{
    background: #000;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none!important;
    line-height: 1.5;
    outline: 0;
    cursor: pointer;
    padding-bottom: 7px;
}
.apply-btn:hover{
    color: #fff;
    background: #f44154;
}
.input:focus{
    border-color: #f44154;
    box-shadow: none;
}
button:focus{
    box-shadow: none!important;
}
.border-radius-10{
    border-radius: 10px;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper{
    background-color: #fff;
    border-color: #dbdbdb!important;
    border-radius: 30px;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input{
    color: #363636!important;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:hover{
    border: 1px solid #b5b5b5;
}
.datetimepicker-dummy .datetimepicker-dummy-wrapper:focus{
    border: 1px solid #f44154;
}
.profileBio{
    margin-bottom: 8em;
}

/*------- order complete css -------*/
.skip-btn{
    background: #aeaeae;
    padding: 5px;
    border-radius: 30px;
    display: block;
    text-align: center;
    color: #fff;
}
.skip-btn:hover{
    color: #fff;
}
.order-complete-details .pay-mode-details{
    min-height: 75px;
}
.order-complete-details .order-content{
    height: 100%;
}

label.is-checkbox {
    color: #333333;
    font-weight: 700;
    padding-left: 6px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.is-checkbox .label-text{
    font-size: 15px;
}
label.is-checkbox .checkmark {
    color: transparent;
    position: relative;
}
label.is-checkbox .checkmark i {
    z-index: 1;
}
label.is-checkbox .checkmark:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 2px;
    background: #e8e6e6;
    border: 2px solid #e0dfdf;
}
label.is-checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    cursor: pointer;
}
label.is-checkbox input[type="checkbox"]:checked ~ .checkmark {
    color: #333333;
}
label.is-checkbox.is-rounded {
    border-radius: 0px;
}
label.is-checkbox.is-rounded .checkmark:before {
    border-radius: 0px;
}
label.is-checkbox .icon{
    height: 1.5em;
    width: 1.5em;
    margin-left: -0.35em;
    margin-right: 0.35em;
}
label.is-checkbox .icon:first-child:not(:last-child) {
    margin-right: 0.1875em;
    margin-left: calc(-01.375em - 1px);
}
label.is-checkbox .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px);
}
label.is-checkbox .icon:first-child:last-child {
    margin-left: calc(-0.575em - 1px);
}

/*------- /order complete css -------*/

.photgraphy-pkg{
    border: 1px solid #f0f0f0;
    padding: 5px 20px;
    border-radius: 10px;
}
.mr-auto{
    margin-right: auto;
}
.cart-checkout-btn{
    background: #f44154;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none!important;
    line-height: 1.5;
    outline: 0;
    cursor: pointer;
    padding-bottom: 7px;
}
.cart-checkout-btn:hover{
    color: #fff;
    background: #000000;
}
/*---landing page css----*/
#signUp{
    background-image: url('../signup/assets/img/signup-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dark-blk-text{
    color: #000000;
}
.blur-wrapper{
    background: rgb(255 255 255 / 0.50);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-clip: padding-box;
    box-shadow: 0px 0px 12px 0px #4d4d4d;
}
.bb-blk{
    border-bottom: 1px solid #000;
}
#signUp input{
    width: 80%;
    border-radius: 30px;
}
#signUp .check-avail{
    width: 80%;
    border-radius: 30px;
    background: #000;
    border-color: #000!important;
    color: #fff!important;
}
#signUp .check-avail:hover{
    border-color: #ea6b6f!important;
}
.toggle-box{
    display: none;
}
.pkg-toggle-btn{
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    margin: 10px 0;
    color: #000;
    cursor: pointer;
}
.pkg-toggle-btn-wrapper{
    display: flex; 
    flex-direction: row; 
}
.pkg-toggle-btn-wrapper:before, .pkg-toggle-btn-wrapper:after{
    content: ""; 
    flex: 1 1; 
    border-bottom: 1px solid #000; 
    margin: auto;
}
.datetimepicker-dummy{
    width: 80%!important;
    margin: auto;
}
.recognition-columns,#signUp .footer-columns{
    margin-left: -1rem;
    margin-right: -1rem;
}
.external-bullet {
    list-style: none!important;
    padding-left: 0px!important;
    padding-bottom: 0!important;
    display: inline-block;
    text-align: left;
}
.external-bullet li {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 21px;
}
.external-bullet li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #f44154;
    margin-right: 9px;
    margin-left: -21px;
    font-size: 12px;
}
/*---/landing page css----*/
.full-height{
    height: 100%;
}
.round-md-img-wrapper .profile-img-wrapper{
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.round-md-img-wrapper .profile-img{
    width: 80px!important;
    height: 80px!important;
}
.grn-bg-btn{
    background: #4f9b11;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    font-size: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #4f9b11;
    line-height: 1.5;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
}
.white-btn{
    background: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 1em;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #969696;
    line-height: 1.5;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
}
.white-btn:hover, .grn-bg-btn:hover{
    color: #fff;
    background: #f44154;
    border: 1px solid #f44154;
}
.underline-link{
    color: #363636;
    text-decoration: underline;
    display:inline-block;
}
.underline-link:hover{
    color: #f44154;
}
.is-flex-direction-column{
    flex-direction: column;
}
.is-justify-content-center{
    justify-content: center;
}
#signUp .modal-background {
    background-color: rgb(10 10 10 / 0.4);
}
#signUp .modal .datetimepicker{
    /*top: 16em;*/
}
#signUp .is-success.input{
    border-color: #dbdbdb;
}
.is-success.input:active, .is-success.input:focus, .is-success.is-active.input, .is-success.is-active.textarea, .is-success.is-focused.input, 
.is-success.is-focused.textarea, .is-success.textarea:active, .is-success.textarea:focus{
    box-shadow: none;
}
.album-title{
    font-size: 25px;
}
.album-img{
    width: 100%;
}
.best-value-album{
    background-image: url(../images/best-value.jpg);
    background-repeat: no-repeat;
    background-position: top right -11px;
}
/*----- /wedding album css -----*/
/*---- media query -----------*/
@media(min-width: 1441px){
    .is-fluid{
        width: 90%!important;
    }
}
@media(min-width: 1921px){
    .is-fluid{
        width: 70%!important;
    }
}
/*@media(min-width: 1441px){
  .package-section{
    height: 90vh;
  }
}*/
@media(max-width: 1024px){
    .full-w-sm-desk{
        width: 100%!important;
    }
    .block-sm-desk{
        display: block!important;
    }
    .best-value-album {
        background-position: top 75% right -11px;
    }
}
@media(width: 1024px){
    .sm-desk-w-50{
        width: 50%!important;
    }
    .sm-desk-w-100{
        width: 100%!important;
    }
    .sm-desk-full{
        display: block!important;
    }
}
@media(min-width: 768px){
    .tab-desk-d-none{
        display: none!important;
    }
}
@media(width: 768px){
    .photgrapher-area{
        padding: 30px 30px;
        padding-top: 50px;
        margin-top: -40px;
    }
    .tab-pb-0{
        padding-bottom: 0;
    }
    .fixed-btn{
        width: 100%;
        left:0;
    }
    .single-photographer-wrapper:last-child{
        margin-bottom: 180px!important;
    }
    .media-content{
        overflow: hidden;
    }
    .package-section .is-3{
        width: 50%!important;
    }
}
@media(max-width: 768px){
    .is-pulled-right-desktop{
        float: none;
    }
    /*------- order complete css -------*/
    .order-complete-details .pay-mode-details{
        margin-left: -.75rem!important;
        margin-right: -.75rem!important;
    }
    .order-complete-details{
        margin-right: 0;
        margin-left: 0;
    }
    .order-complete-details .order-content{
        margin-bottom: 30px;
    }
    /*------- /order complete css -------*/
    .tab-d-none{
        display: none;
    }
    .mob-select-photographer-btn{

        position: fixed;

        bottom: 0px;

        left: 0px;

        z-index: 100;

        width: 100%;

        text-align: center;

    }

    .mob-select-photographer-btn .selct-photographer-btn{

        width: 100%;

    }

}

@media(max-width: 767px){
    .mob-d-block{
        display: block!important;
    }
    .mob-w-100{
        width: 100%!important;
    }
    .mob-pb-0{
        padding-bottom: 0!important;
    }
    .mob-pl-0{
        padding-left: 0!important;
    }
    .mob-pr-0{
        padding-right: 0!important;
    }
    .mob-d-none{
        display: none;
    }
    .mob-pt-0{
        padding-top: 0!important;
    }
    .mob-pt-10{
        padding-top: 10px!important;
    }
    .mob-text-center{
        text-align: center;
    }
    .mob-text-left{
        text-align: left!important;
    }
    .photgrapher-area{
        position: relative;
        padding: 36px;
        overflow-y: inherit;
        margin-top: 0;
        z-index: 0;
    }
    .details-wrapper{
        padding-left: .75rem!important;
        padding-right: .75rem!important;
    }
    .media-content{
        overflow: hidden;
    }
    .decide-btn,.selct-photographer-btn{
        border:none!important;
    }
    .package-section .is-3{
        width: 100%!important;
    }
    .pay-mode-details .mob-left-col{
        width: 70%!important;
    }
    .pay-mode-details .mob-right-col{
        width: 30%!important;
    }
    .pay-mode-details .profile-img-wrapper{
        width: 60px;
        height: 60px;
    }
    .pay-mode-details .profile-img {
        width: 60px!important;
        height: 60px!important;
    }
    .pay-mode-details .profile-name {
        font-size: 1em!important;
    }
    .pay-mode-details .media-left {
        margin-right: 0.5rem;
    }
    .pay-mode-details .mob-price{
        font-size: 1.5em!important;
    }
    .pay-mode-details{
        min-height: auto;
    }
    .proposals-detials .profile-img-wrapper{
        width: 80px;
        height: 80px;
    }
    .proposals-detials .profile-img {
        width: 80px!important;
        height: 80px!important;
    }
    .proposals-detials .profile-name {
        font-size: 1.3em!important;
    }
    .best-value-album {
        background-position: top 55% right -11px;
    }
}
@media(max-width: 320px){
    .carousel-img-wrapper{
        height: 6rem;
        width: 6rem;
    }
    .multi-item-carousel img{
        height: 6rem;
    }
    .animated-img {
        margin-left: 0;
    }
    .animated-img:before{
        width: 20px;
        height: 20px;
    }
    .apply-btn,.white-btn{
        font-size: 14px;
    }
}







::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: gray!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: gray!important;
}













/* The Overlay (background) */

.loading-overlay {

    /* Height & width depends on how you want to reveal the overlay (see JS below) */

    height: 100%;

    width: 100%;

    position: fixed; /* Stay in place */

    z-index: 1000; /* Sit on top */

    left: 0;

    top: 0;

    background-color: rgb(255,255,255); /* Black fallback color */

    background-color: rgba(255,255,255, 0.9); /* Black w/opacity */

    overflow-x: hidden; /* Disable horizontal scroll */

    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

    padding-top: 60px;

}



.loading-overlay-img{

    width:60px;

}



/* Position the content inside the overlay */

.loading-overlay-content {

    position: relative;

    top: 25%; /* 25% from the top */

    width: 100%; /* 100% width */

    text-align: center; /* Centered text/links */

    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */

}



/* The navigation links inside the overlay */

.loading-overlay a {

    padding: 8px;

    text-decoration: none;

    font-size: 36px;

    color: #818181;

    display: block; /* Display block instead of inline */

    transition: 0.3s; /* Transition effects on hover (color) */

}



/* When you mouse over the navigation links, change their color */

.loading-overlay a:hover, .overlay a:focus {

    color: #f1f1f1;

}



/* Position the close button (top right corner) */

.loading-overlay .closebtn {

    position: absolute;

    top: 20px;

    right: 45px;

    font-size: 60px;

}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {

    .loading-overlay a {font-size: 20px}

    .loading-overlay .closebtn {

        font-size: 40px;

        top: 15px;

        right: 35px;

    }

}









.global-overlay {

    /* Height & width depends on how you want to reveal the overlay (see JS below) */

    height: 100%;

    width: 100%;

    position: fixed; /* Stay in place */

    z-index: 1000; /* Sit on top */

    left: 0;

    top: 0;

    background-color: rgb(255,255,255); /* Black fallback color */

    background-color: rgba(255,255,255, 1.0); /* Black w/opacity */

    overflow-x: hidden; /* Disable horizontal scroll */

    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */

    text-align: center;

    user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

    padding-top: 60px;

    display: none;

}



.global-overlay .overlay-content .overlay-title {

    font-size: 18pt;

    font-weight: bold;

    color:#000

}



/* Position the close button (top right corner) */

.global-overlay .closebtn {

    position: absolute;

    top: -16px;

    right: 30px;

    font-size: 60px;

    color:#cccccc

}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {

    .global-overlay a {font-size: 20px}

    .global-overlay .closebtn {

        font-size: 40px;

        top: 15px;

        right: 35px;

    }

}
/*----- wedding album css -----*/
.album_list_row{
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 30%);
    margin-top: 20px;
    position: relative;
}
.album_list_row .view-btn{
    background: #fb616b;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid #fb616b;
}
.album_list_row .buy-btn{
    background-color: #F39C12;
    border: 2px solid #F39C12;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 30px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.lgt-pink-color{
  color: #fb616b;
}
.album-title{
  font-size: 25px;
}
.album-img{
  width: 100%;
}
.best-value-album{
    background-image: url(../../assets/img/best-value.jpg);
    background-repeat: no-repeat;
    background-position: top right -11px;
}
/*----- /wedding album css -----*/
/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
.tooltip-cust {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  /*width: 150px;*/
}

/* Hide the tooltip content by default */
.tooltip-cust:before,
.tooltip-cust:after {
/*   visibility: hidden; */
/*   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0); */
  opacity: 1;
  pointer-events: none;
}

/* Position tooltip above the element */
.tooltip-cust:before {
    position: absolute;
    bottom: 112%;
    left: 25%;
    /* margin-bottom: 5px; */
    margin-left: -70px;
    padding: 10px 7px;
    width: 240px;
    -webkit-border-radius: 50px;;
    -moz-border-radius: 50px;;
    border-radius: 50px;
    background-color: #ffd800;
    color: #333;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

/* Triangle hack to make tooltip look like a speech bubble */
.tooltip-cust:after {
  position: absolute;
  /*bottom: 85%;*/
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 7px solid #ffd800;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.fb_iframe_widget iframe {
    height: 30px!important;
    width: 80px!important;
}