/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

html {
  scroll-behavior: smooth;
}

.mb-25
{
        margin-bottom: 25px;
}
.mt-120
{
        margin-top: 120px;
}
.mt-25
{
        margin-top: 25px;
}
.pt-20 {
    padding-top: 20px;
}
.pad-40
{
    padding:40px;
}
.header {
       background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 136px;
}
.header2 .call-icon a {
 color:#ffffff;
    font-weight: 600;
}
.header2 .call-icon {
    display: inline-block;
    /* background-color: #01a2b6; */
    padding: 18px 25px;
    border-right: solid 1px #e4e4e4;
}
.header2 .call-icon i {
    display: inline-block;
        color:#ffffff;
    font-size: 20px;
    margin-right: 17px;
 
    padding: 9px 9px;
    
}
.social-icons {
       text-align: right;
    margin-bottom: 17px;
    margin-top: 15px;
}
.social-icons .call-icon i
{
	font-size: 20px;
}
.header .call-icon {
      display: inline-block;
    background-color: #17a2b8;
    padding: 0px 20px;
}
.navbar-brand {
    width: 248px;
    padding: 8px 0;
    margin-left: -10px;
}
.navbar-expand-md .navbar-nav .nav-link {
      color: #000;
    font-weight: 600;
    padding: 0;
    line-height: 60px;
    margin: 0 12px;
    font-size: 18px;
}
.navbar-nav {
    float: right;
    margin: 0;
    text-align: end;
}
.navbar-brand>img {
    display: block;
    width: 60%;
}
.navbar.fixed-top {
  top: 0;
         background-color: #f1f1f1;
    border-bottom: dashed 1px;
    
    box-shadow: 0 0 2px #000000
}
.fixed-top.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    /* left: 55%; */
    margin-right: 20%;
}
.navbar-brand {
  width: 248px;
    padding: 8px 0;
    margin-left: -10px;
    position: absolute;
    top: 8px;
    padding-left: 80px;

}

.navbar.fixed-top .navbar-brand {
  width: 200px;
  padding: 8px 0;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
 /* color: #fff;*/
      padding: 0px 0px 0px 37px;
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #17A2B8;
}
.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color:  #17A2B8;
  color: #fff;
}
.navbar
{
      border-top: dashed 1px;
}
/*sub dropdown menu*/
.navbar .dropdown-menu {
 /* border-bottom: 2px solid #ee8934;;*/
 top: 58px;
}

.navbar.fixed-top .dropdown-menu {
/*  border-bottom: 2px solid #ee8934;;*/
  top: 84px;
  left: 12px;
  padding: 0;
}

.dropdown-menu a {
     padding: 7px 20px;
    display: inline-block;
    border:  1px;
    line-height: 20px;
    width: 100%;
        color: #212529
}
.dropdown-menu 
{
        min-width: 248px;
}
.dropdown-menu li {
    border-bottom: 1px solid #ececec;
}

.dropdown-menu li:first-child,
.dropdown-menu li:last-child {
   border-bottom: none; 
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0087cb;
}
.dropdown-divider {
    margin: 0 0 .5rem 0;
}
.dropdown:hover .dropdown-menu {display:  inline-block;}
.mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.mt_60 {
    margin-top: -60px !important;
}
.text-red {
    color: #151414;
}
.f700 {
    font-weight: 700;
}
.carousel {
    position: relative;
    margin-top: 134px;

}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 25px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.care-wrap {
           margin-top: 30px;
       border: dashed 1px #000000;
    margin-bottom: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
   
    box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
}
.imag-spine {
          /*margin-top: 25px;*/
    /* border-right: dashed 1px #19a2b8; */
    border: solid 1px lightgray;
    /*margin-bottom: 25px;*/
border-radius: 12px;
}
.imag-spine img
{
     border-radius: 12px;
}
.imag-info {
    padding: 20px 30px;
}
@media only screen and (max-width: 600px) {
    .header2 .call-icon i {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
     margin-right: 0px; 
    padding: 11px 7px;
}
.header2 .call-icon a {
    color: #ffffff;
    font-weight: 600;
    padding: 4px;
}
.header .call-icon {
    display: inline-block;
    background-color: #17a2b8;
    padding: 0px 0px;
    margin-top: 42px;
}
.header {
   
    height: auto;
}
.carousel {
    position: relative;
    margin-top: 273px;
}
.navbar-nav {
     float: left; 
    margin: 0;
     text-align: start;; 
}
.navbar-expand-md .navbar-nav .nav-link {
    /* padding: 0px 0px 0px 37px; */
    color: #000;
    font-weight: 600;
    padding: 0;
    line-height: 38px;
    margin: 0 30px;
    z-index: 1;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.page-title {
    /* position: relative; */
    /* padding: 79px 0px; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: left center; */
    position: relative;
    padding: 22px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    margin-top: -4px;
}
}