
.checkmark-list{
    list-style: none;
    padding-left: 5px;
    font-size: 14px;
}
.checkmark-list li i{
    color: #21cdad;
    margin-right: 5px;
}

.ps-grad-text {
    background-image: linear-gradient(to right, #ff974f 0, #E91E63 36%, #E91E63 65%, #ff5752 100%);
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.ps-pulse-heart {
    color: #E91E63;
    animation: pulse 1s infinite;
    font-size: 1rem;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/*html{
    scroll-behavior: smooth !important;
}*/

/*custom scrollbar*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff; 
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb {
    background: #555; 
}

::-webkit-scrollbar-thumb:active {
    background: #000; 
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*custom scrollbar*/

/*animate whatsapp chat icon*/
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.wachat-vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

/*animate whatsapp chat icon*/

.service-item{
    background: #fff;
}
.service-item .service-price{
    padding:0px 5px;
}
.service-item .service-price{
    font-size: 14px;
}
.service-item .service-price h6{
    font-size: 18px;
    margin-bottom: 5px;
}
.service-item .service-price span{
    font-size: 14px;
    color:#327bc7;
}

.contact-list li a{
    font-size: 14px !important;
}

.contact-list li a strong{
    font-size: 14px !important;
}

.footer-contact-list li a{
    display: inline-block;
    color: #51227c !important;
}

/*.footer-contact-list li a:hover{
    color: #1217aa !important;
}*/

.footer-contact-list li a i{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #51227c;
}

.pro-item-main{
    box-shadow:0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    margin-bottom: 30px;
    padding: 20px;
}
.pro-img{
    width: 120px;
    float: left;
}
.pro-img img{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 3px solid #efefef;
}
.pro-details{
    float: left;
    width: 63%;
}

.pro-details h5{
    font-size: 18px;
    margin-bottom: 5px;
}
.pro-details span{
    display: block;
}
.pro-details p{
    font-size: 14px;
}
.pro-footer{
    width: 100%;
}
.pro-footer hr{
    margin-top: 5px;
}

.hd-nav ul li{
    padding:5px 0px;
}
.hd-nav ul li a{
    color: #777;
}
.hd-nav ul li a:hover{
    color: #327bc7 !important;
}
.hd-location .nice-select{
    width: 145px;
    height: 40px;
    line-height: 34px;
    border-radius: 2px;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 50px;
    padding-left: 30px;
}
.hd-location .nice-select span{
    color: #fff;
}

.nice-select .list{
    height: 350px !important;
    overflow-y: auto !important;
}

.ps-dropify-img{
    margin-top:20px;
}.img-del{
    z-index: 10;
    position: absolute;
    margin-top: 3px;
}
.add-dropify{
    margin-top:20px;
}
.dtp-btn-ok, .dtp-btn-cancel{
    min-width: 20px !important;
    width: auto !important;
}

.modal-content{
    border-radius: 25px !important;
}

.logo-dark{
    height:100px !important;
}
.search-main{
    background:transparent;
    position: absolute;
    top:35%;
    padding:20px 20px 10px 20px;
    margin-top: -425px;
    width:100%;
    max-width: 65%;
    box-sizing: border-box;
    z-index: 10 !important;
}
.pro-footer .social-icons li a{
    background: #51227c;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    color: #fff;
}

.mb-contact-main{
    display: none;
}

@media only screen and (max-width: 750px) {
    .pro-footer .social-icons{
        display: flex !important;
    }
}

@media only screen and (max-width: 450px) {
    .contact-list li a{
        font-size: 12px !important;
    }

    .logo-dark{
        height:55px !important;
    }

    .mb-hide{
        display: none !important;
    }

    .search-main{
        position: relative;
        top:35%;
        padding:20px 20px 10px 20px;
        margin-top: 20px;
        width:100%;
        max-width: 100%;
        box-sizing: border-box;
        z-index: 10 !important;
    }
    .pro-item-main{
        margin-bottom: 0px !important;
    }
    .heading-title{
        font-size: 20px !important;
    }
    .testimonial-title{
        font-size: 15px !important;
    }
    .banner-layout7 .banner-content{
        padding:20px 20px !important;
    }

    .contact-list li a.icon{
        height: 30px;
        width: 30px;
    }
    .contact-list li a.icon i{
        height: 20px;
        width: 20px;
    }
    .contact-list li a strong{
        font-weight: 600 !important;
        font-size: 12px !important;
    }
    .contact-list li a{
        font-size: 10px !important;
    }

    .hd-location .nice-select{
        height: 25px;
        line-height: 25px;
        padding-left: 25px;
        font-size: 12px;
        border: 1px solid #e6e8eb;
    }
    .hd-location i{
        margin-top: 5px !important;
        margin-left: 10px !important;
    }
    .mb-contact-main{
        display: block;
        border-top: 1px solid #3a1260;
        margin-top:5px;
    }
}

@media only screen and (max-width: 350px) {
    .contact-list li a strong{
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    .contact-list li a{
        font-size: 12px !important;
    }
}