.reviewsizeok p{
    font-size:16px;
    margin:0px;
}
.changebg h2{
    background:rgba(0, 0, 0, 0) url(../allimage/image.png) no-repeat center 50px !important;
}
.logo-same-width{
        width:150px;
    }
    .testimonial img{
        height:200px !important;
        object-fit:cover !important;
    }
    .whitebg{
        padding:10px 15px !important;
    }
    .paddingTB80{
        padding-top:20px !important;
    }
    .border-separate{
        border-right:2px solid #000;
    }
    .slider300height{
        height:300px !important;
    }
    .img300height{
        height:300px !important;
        border: 5px solid #ee5735 !important;
        border-radius:30px 0px;
    }
    .img300heightnew{
        height:300px !important;
        border: 5px solid #24439ce6 !important;
        border-radius:0px 30px;
    }
    .newyorkpi strong{
        color:#24439ce6 !important;
    }
    .newyorkimgsec{
        background:#24439ce6 !important;
        border:1px solid #24439ce6 !important;
    }
    
    .whitebg{
        background:linear-gradient(135deg, #c6c6c6, #ffffff, #c6c6c614, #ffffff, #c6c6c6) !important;
    }
    .headingKS h2{
        color:#000 !important;
        text-shadow:1px 1px #ccc;
    }
    .bor{
        border: 8px solid #d6d6d6;
        border-radius:0px 20px;
        transition: 0.6s;
    }
    .bor:hover{
        border: 8px solid #ee5735;
        border-radius:20px 0px;
        transform:translate3d(5px, 5px, 5px);
        transition: 0.6s;
    }
    .bornewyork:hover{
        border: 8px solid #24439ce6 !important;
        border-radius:20px 0px !important;
        transform:translate3d(5px, 5px, 5px);
        transition: 0.6s;
    }
    
    .review-section{
        background: #e4e4e440;
        padding: 15px;
        border-radius: 6px;
        border: 1px solid #ccc;
        margin-bottom: 30px;
    }
    .top-slider-style .slide img{
        padding:10px !important;
        border:10px solid #ee5636 !important;
        border-radius:50px 0px !important;
        background:#24439ce6;
        outline:10px solid #acacac;
    }
    .content-section{
      /*background: url("../allimage/blurred-bg.jpg");*/
      /*background-size: 100% 100% !important;*/
    }
    
    
    
/*media query phone*/

@media screen and (max-width:767px){
    .navbar-toggle{
        margin:5px !important;
    }
    .responsiveslider{
        margin-top:50px !important;
    }
    .top-slider-style .slide img{
        padding:0px !important;
        border:4px solid #ee5636 !important;
        border-radius:0px !important;
        outline:none;
    }
    .mobile-d-none{
        display:none;
    }
    .border-separate{
        border:none;
    }
    .w100m{
        width:100%;
    }
    .w50m{
        width:50%;
    }
    .logo-same-width{
        width:90%;
    }
    .padding0m{
        padding:0px;
    }
    .tcenterm{
        text-align:center;
    }
    .newyorkprohide{
        display:none;
    }
    .content-section{
        padding-top:0px !important;
    }
    .paddingbottomonphone{
        padding-bottom:30px;
    }
    .paddingTB80{
        padding-bottom:20px !important;
    }
    .slider300height{
        height:240px !important;
    }
    .img300height{
        height:240px !important;
    }
    .img300heightnew{
        height:240px !important;
    }
}

/*media query laptop*/
@media screen and (min-width:768px){
    .laptop-d-none{
        display:none;
    }
}