.title-heading{
    padding: 2.5rem;
    font-weight: 500;
    margin-bottom:0px;
}
.noline{
    text-decoration: none !important;
    cursor:auto !important;
}
.dropdown{
    cursor:pointer;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.heading{
    border-radius: 6px 6px 0 0;
    color: #fff;
    background-color: #007bff;
}
.bg-price{
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    color: #343a40;
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}
.price{
    border-bottom: 1px solid rgba(61, 69, 76, 0.18);
}
.feature{
    border-bottom: 1px solid rgba(61, 69, 76, 0.18);
    /* margin-bottom: 2rem;
    margin-top: 2rem!important; */
}
.item{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pcard{
    height:330px;
}
.select2-container .select2-selection--single{
    height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:48px !important; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
}
.errorpage{
    background:transparent;
}
.bgpic{
    background-image: url("http://rajasthanmedicalservices.com/assets/images/hero-banner.jpg");
}
.list-unstyled-tc{
    list-style-type:none;
}
.list-unstyled-tc>li{
    padding-top:8px;
    padding-bottom:8px;
}
.up-roman{
    list-style-type:upper-roman;
}
ul.dis{
    display: contents !important;
}
ul.dis li{
    min-width: 25% !important;
}
section.bg-gray{
    background-color: #f7f7f7;
}
.about_style{
    line-height:42px;font-size:15px;font-weight:400;padding: 15px;
}

.preloader{
    position: relative;
    margin: 0 auto;
    width: 100px;
  }
  .preloader:before{
      content: '';
      display: block;
      padding-top: 100%;
      background: #c5c5c5;
      opacity:0.5;
  }
  .circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    transform-origin: center center;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  
  @keyframes color {
    100%,
    0% {
      stroke: #d62d20;
    }
    40% {
      stroke: #0057e7;
    }
    66% {
      stroke: #008744;
    }
    80%,
    90% {
      stroke: #ffa700;
    }
  }
  .preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: transparent;
    opacity:1;
  }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(46.5%);
    left: calc(46.5%);
  }
  #about-us{
    padding: 30px;
    font-size: 18px;
    text-align: center;
  }