
/*custom scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-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*/

.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);
    }
}


/*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*/


.text-white{
    color: #fff;
}
.text-primary{
    color: #d91900;
}
.text-secondary{
    color: #1a4084
}

.main-header.is-fixed .header-lower{
    margin-top: 80px;
}

.header-upper{
    padding:3px;
    background: #FFF5E0;
}

.header-upper .header-contact{
    text-align: left;
}
.header-upper .header-social{
    text-align: right !important;
}

.header-upper ul{
    list-style: none;
    display: inline-block;
}
.header-upper ul li{
    float: left;
    margin: 5px;
}
.header-upper ul li a i{
    background:#d91900; color:#fff; padding:5px;border-radius: 100%;
}
.header-upper ul li a i:hover{
    background: #1a4084;
}

.header-social .sm-fb{
    padding:5px 8px;
}
.header-social .sm-x{
    padding:5px 5px;
}
.header-social .sm-lkd{
    padding:5px 5px;
}
.header-social .sm-ins{
    padding:5px 6px;
}
.header-social .sm-pin{
    padding:5px 7px;
}
.header-social .sm-yt{
    padding:5px 4px;
}

.header-lower.sticky-header{
    z-index: 9999 !important;
    width: 100% !important;
}

.checkmark-list{
    list-style: none;
    padding-left: 5px;
    font-size: 14px;
}
.checkmark-list li{
    color: #777;
}
.checkmark-list li i{
    color: #21cdad;
    margin-right: 5px;
}

.heading-section .sc-button span::before{
    content: none !important;
}

.price-unit{
    font-size: 12px;
    font-weight: 500;
    color:#777;
}

.prop-img{
    width: 100% !important;
}

.button-search i{
    margin-right: 15px !important;
}

#footer .widget-info .sub-title{
    font-weight: 700 !important;
}

input, textarea{
    color: #555 !important;
}

::placeholder {
    color: #999 !important;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999 !important;
}

.search-form label{
    color: #666;
}

/*select2*/
.ps-select2{
    width: 100% !important;
    min-width: 300px;
}

.select2.select2-container{
    width: 100% !important;
}
.select2-selection{
    min-height: 46px !important;
}

/* select2 */

.button-search button{
    border: none;
}

.btn-icon svg{
    color: #fff;
    max-height: 20px;
}

.hd-btn{
    min-width: 230px;
}

.btn-icon svg path{
    fill: #fff;
  stroke: #fff;
}

.pd-5{
    padding-left: 5px;
    padding-right: 5px;
}

.box-dream .content p span{
    margin-right: 7px;
    display: inline-block;
}


.form-sl{
    max-width:75%;
}

.btn-icon svg{
    max-height: 20px;
}

.flat-title {
    margin-top: 75px;
}

.container3{
    padding-left: 75px;
    padding-right: 75px;
}

#footer .widget-info p, #footer .widget-info a{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

#footer .widget-info a:hover{
    color: #d91900;
}

#footer .widget-info .sub-title{
    color: #efefef;
}

@media only screen and (max-width: 1250px) {
    .form-sl{
        max-width:90%;
    }

    .container3{
        padding-left: 45px;
        padding-right: 45px;
    }
}



/*tablet screen*/
@media only screen and (max-width: 991px) {
    .form-sl{
        max-width:100%;
    }
    .container3{
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .form-sl{
        max-width:100%;
    }

    .search-form{
        padding: 20px;
    }

    .top-filters .search-form i{
        top: 40px;
        left: 37px;
    }
    .slider .slider-item .content h1{
        font-size: 45px;
        line-height: 55px;
    }

    .container3{
        padding-left: 20px;
        padding-right: 20px;
    }
}












/*mobile screen */
@media only screen and (max-width: 550px) {
    .form-sl{
        max-width:100%;
    }

    .slider .slider-item .content h1{
        font-size: 30px;
        line-height: 35px;
    }
}