/* Social Media */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1111;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
    border-radius: 0 2px 2px 0;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.whatapp {
    background: #25D366;
    color: white;
}

/* Appointment Section  */
.makeanappointment {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8px 25px;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    width: 100%;
    overflow: auto;
    height: 100%;
}

.myappoint {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.subfloat {
    position: fixed;
    bottom: 225px;
    right: -121px;
    padding: 8px 25px;
    background: #20454b;
    z-index: 11111;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    transform: rotate(-90deg);
    font-weight: 700;
}

.subfloat i {
    padding: 0 9px;
}

.subfloat:hover {
    color: #fff;
}

.closeit {
    cursor: pointer;
}

.blog-2.blog .blog-item-desc {
    padding: 0 8px;
}

.newTi a {
    color: #09729e;
    font-size: 15px;
    text-transform: uppercase;
}

.contentData {
    font-size: 12px;
}

.blog-item-author {
    margin: 5px 0;
}

.newReadMore {
    float: right;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #00acdb;
}

.blgimg {
    height: 200px;
    overflow: hidden;
}

.searchRs {
    z-index: 22;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 255px;
    background: #fff;
    padding: 15px 0;
    border: 2px solid #e4edee;
    list-style-type: none;
    overflow: auto;
}

.searchRs li {
    cursor: pointer;
    padding: 5px 15px;
    border-bottom: 1px solid #e4edee;
}

.searchRs li i{
    padding-right: 5px;
}

.searchRs li:hover {
    color: #007bb5;
}
.newpds{
    padding: 15px 15px 0px !important;
}
.newpds a, .dataisH .activeit{
    color: #09729e;
    font-weight: 700;
}
.header-logo img, .top-menu-logo img{
    width: auto;
}
.assignwidth{
    width: 50%;
}
.fl{
    float: left;
}
.display-inline{
    display: inline-block;
}
.allDetail{
    padding: 19px;
    text-align: justify;
    border: 1px solid rgb(224, 224, 224);
    border-left: 0px solid #000;
}
.mysize{
    font-size: 26px;
}
@media (max-width: 992px) {
    /* .subfloat {
        bottom: 0;
        right: 0px;
        padding: 15px;
        width: 100%;
        transform: rotate(0deg);
        font-size: 18px;
    } */
    
    .header-logo img{
        width: auto !important;
    }
    .assignwidth{
        width: 100%;
    }
    .totop{
        bottom: 70px;
        right: 10px;
    }
    .bookform-left{
        width: 95% !important;
        height: auto !important;
    }
    .subfloat {
        all: unset;
    }
    .allquickLink{
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        padding: 8px 25px;
        background: #20454b;
        z-index: 11111;
        color: #fff;
        border-radius: 5px;
        font-weight: 700;
        text-align: center;
        height: 45px;
    }
    .calli, .navi{
        position: absolute;
        width: 15%;
        right:0;
        text-align: center;
        padding: 9px;
        bottom: -2px;
        color: #fff;
        font-size: 22px;
        border-left: 1px solid #fff;
    }
    .navi{
        left:0;
        border-right: 1px solid #fff;
    }
    .subfloat{
        line-height: 25px;
        font-size: 16px;
        font-weight: 600;
    }
    .footer-item-3, .footer-item{
        padding: 20px 30px 20px;
    }
    .hdr{
        margin-bottom: 45px;
        text-align: center;
    }
}