﻿:focus {
    outline: none !important;
}

a {
    color: inherit;
}

    a.text-default:hover {
        text-decoration: none !important;
    }
.dl-horizontal dt {
    white-space: normal;
}

.brd {
    border: 1px solid #ddd;
    padding: 10px;
    width:85%;
}

.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;
}

.w1 {
    max-width: 140px;
    
}

.nav-link a:hover{

    color:#000!important;

}

.pst{

    position:relative;
    float:right;
    margin-right:5px!important;


}

.owl-dot{

    color:#000!important;

}

.modal-content{

    width:650px!important;

}

@media only screen and (max-width : 1020px) {
    .pst {
        display: none!important;
    }

    

    .mob {

        height:100px!important;
        
    }
      

    .section-custom-medical{

        position:relative;
        top:50px;


    }

   }


@media only screen and (max-width : 450px) {

    .banner {
        display: none !important;
    }

    .section-custom-medical {
        position: relative;
        top: 50px;
    }

    .feature-box {
        position: relative;
        top: 20px;
    }

    .lg1 {

        width:250px!important;

    }

    .modal-content {
        width: 350px !important;
    }

}