﻿:focus {
    outline: none !important;
}

a {
    color: inherit;
    transition:0.5s;
}

    a.text-default:hover {
        text-decoration: none !important;
    }

    a:hover {

        text-decoration:none!important;

    }

.dl-horizontal dt {
    white-space: normal;
}

.bck {
    background-image: linear-gradient(to left, #737373, #646464, #555555, #474747, #393939);
    opacity:0.9;
    padding: 15px;
}

.brd {
    border: 1px solid #ddd;
    padding: 10px;
    
}

.brd1{
    border: 1px solid #ddd;
    padding:20px 10px;
 
}

.nav > .active > a {
    background-color: #2D529F !important;
    color: #fff !important;
}

i.fa {
    color: #2E3B68 !important;
}

.w {
    max-width: 240px;
    border: 2px solid #e8e8e8;
    border-radius: 18px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
        color:#000!important;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.w1 {
    max-width: 170px;
    
}

.nav > .active > a {
    background-color: #2D529F !important;
    color: #fff !important;
}

i.rnk {

    color:#2D529F!important;
    font-size:35px!important;

}


.pst{

    position:relative;
    float:right;
    margin-right:5px!important;


}

.owl-dot{

    color:#000!important;

}




@media only screen and (max-width : 1020px) {
    .pst {
        display: none!important;
    }    

    .mob {

        height:100px!important;
        
    }
      

    .section-custom-medical{

        position:relative;
        top:50px;


    }

    img.rsm {

        position:relative;
        margin:0 auto!important;
        text-align:center!important;

    }

    

   }


@media only screen and (max-width : 450px) {

    .banner {
        display: none !important;
    }

    .section-custom-medical {
        position: relative;
        top: 50px;
    }

    .feature-box {
        position: relative;
        top: 20px;
    }

    .counters {
        display: none !important;
    }
}