/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
.divouter{
  display: table-cell;
    width: 500px !important;
    height: 316px;
  
    vertical-align: middle;
    text-align: center;
}
.divinner{
  display: inline-block;

}
.flex-caption { 
  background: tomato; 
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1em;
}
.blog-span{
  font-size: 16px;
  margin-right: 12px;
  color: #c6b976;
  font-weight: 500;
}
  .logofooter{
    width:40%
  }
  .desktop-ver{
    display: none;
  }

@media (min-width: 1281px) {
    .jwidth{
    width: 452px !important;
    height:452px !important;
  }
  
  .card-jimg-top{
      width: 70%;
  }
  .t-main{
margin:20px
  }
  .s-results-mobile{
display: none;
  }
  .logofooter{
    width:40%
  }
  .blog-span{
    font-size: 16px;
    margin-right: 12px;
    color: #c6b976;
    font-weight: 500;
  }
  .row {
    width: 75%;
    max-width: 1200px;
  
}
 .r-btn{
   padding-left: 10px;
 padding-right: 10px;
 width: 177px;
 height: 50px;
 letter-spacing: 0px;
 line-height: 0px;

 }
  .search-button {
    position: absolute;
    right: 42px;
    top: 49%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .search-toggle {
    position: relative;
    display: block;
    height: 18px;
    width: 18px;
  }

  .search-toggle::before,
  .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 5px;
  }

  .search-toggle::before {
    border: 3px solid #c6b976;
    border-radius: 46%;
    width: 83%;
    height: 76%;
    left: 4px;
    top: 2px;

  }

  .search-toggle::after {
    height: 4px;
    width: 9px;
    background: #c6b976;
    top: 14px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
  }

  .search-toggle.active::before {
    width: 0;
    border-width: 2px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
    border-radius: 5px;
  }

  .search-toggle.active::after {
    width: 15px;
    left:0px;
    top: 8px;
    border-radius: 5px;
  }

  #header-2 .search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
    margin-bottom: 0px;
  }
  #header-2 .search-box .search-input {
    width: 500px;
    height: 45px;
    background-color: #002856;
    margin: 0px 0px 0px 1220px;
    color: #c6b976;
    font-size: 22px;
    float: right;
    margin-bottom: 0px;
    border: 2px solid #c6b976;
    border-radius: 50px;
    margin-top: 11px;
    padding: 12px;
    }
  .search-input:focus {
    outline: none;
  }

  .search-inner-button{
  position: absolute;
    top: 15px;
    right:0;
    width: 36px;
    height: 37px;
    line-height: 0px;
    padding: 0px;
    float:right;
  }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
      }
    /* CSS */
    
  }
  
  /* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    .jwidth{
      width: 452px !important;
      height:452px !important;
    }

    .s-results-mobile{
      display: none;
        }

  .search-button {
    position: absolute;
    right: 42px;
    top: 49%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .search-toggle {
    position: relative;
display: block;
height: 18px;
width: 17px;
  }

  .search-toggle::before,
  .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 5px;
  }

  .search-toggle::before {
    border: 3px solid #c6b976;
    border-radius: 46%;
    width: 83%;
    height: 76%;
    left: 0px;
    top: 2px;

  }

  .search-toggle::after {
    height: 4px;
    width: 9px;
    background: #c6b976;
    top: 13px;
    left: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
  }

  .search-toggle.active::before {
    width: 0;
    border-width: 2px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;

    border-radius: 5px;
  }

  .search-toggle.active::after {
    width: 15px;
    left: 0px;
    top: 7px;
    border-radius: 5px;
  }

  #header-2 .search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
    margin-bottom: 0px;
  }
  #header-2 .search-box .search-input {
    width: 500px;
    height: 45px;
    background-color: #002856;
    margin: 0px 0px 0px 1220px;
    color: #c6b976;
    font-size: 22px;
    float: right;
    margin-bottom: 0px;
    border: 2px solid #c6b976;
    border-radius: 50px;
    margin-top: 11px;
    padding: 12px;
    }
  .search-input:focus {
    outline: none;
  }

  .search-inner-button{
  position: absolute;
    top: 15px;
    right:0;
    width: 36px;
    height: 37px;
    line-height: 0px;
    padding: 0px;
    float:right;
  }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
      }
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 1024px) {
    .jwidth{
      width: 351px !important;
      height:351px !important;
     
    }
    .desktop-v{
      display: none;
          }
      .mob-ver{
        display: none!important;
    }
    .ad-height{
      height:385px
    }
      .logofooter{
    width:40%
  }
    .card-body{
      padding:0px !important;
    }
.team-round {
    background-color: #c6b976;
    border-radius: 10px;
    padding: 8px;
    margin: 6px auto;
    width: 90%;
    height: 50px;
    font-size: 10px;
}
    .search-button {
      position: absolute;
      right: 38px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    .search-toggle {
      position: relative;
      display: block;
      height: 18px;
      width: 16px;
    }

    .search-toggle::before,
    .search-toggle::after {
      content: "";
      position: absolute;
      display: block;
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
      border-radius: 5px;
    }

    .search-toggle::before {
      border: 3px solid #c6b976;
      border-radius: 46%;
      width: 87%;
      height: 77%;
      left: -1px;
      top: 1px;
    }

    .search-toggle::after {
      height: 4px;
      width: 9px;
      background: #c6b976;
      top: 12px;
      left: 9px;
      -webkit-transform: rotate(45deg);
      transform: rotate(42deg);
      border-radius: 5px;
    }

    .search-toggle.active::before {
    width: 0;
    border-width: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 7px;
    border-radius: 5px;
    }

    .search-toggle.active::after {
    width: 15px;
    left: 2px;
    top: 8px;
    border-radius: 5px;
    }


    .search-input:focus {
      outline: none;
    } 

  #header-2 .search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
    margin-bottom: 0px;
  } 

      #header-2 .search-box .search-input {
        width: 410px;
        height: 31px;
        background-color: #002856;
        margin: 0px 0px 0px 1220px;
        color: #c6b976;
        font-size: 15px;
        float: right;
        margin-bottom: 0px;
        border: 2px solid #c6b976;
        border-radius: 50px;
        margin-top: 4px;
        padding: 12px;
        }


    .search-inner-button{

      position: absolute;
      top: 8px;
    /*   left: -24; */
      width: 25px;
      height: 25px;
      line-height: 0px;
      right: 41px;
      right: 44px;
      margin-top: -1px;
      margin-left: -50px;
      margin-right: -41px;
    }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
      }
    /* CSS */
    
  }
  
  /* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
 /*  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .mob-ver{
        display: none!important;
    }
       .ad-height{
      height:385px
    }
      .logofooter{
    width:40%
  }
    .team-round {
    background-color: #c6b976;
    border-radius: 10px;
    padding: 8px;
    margin: 6px auto;
    width: 100%;
    font-size: 10px;
}
    .row {
      width: 81%;
      max-width: 1192px;
  }

  .team-d{
    font-size: 8px;
  }
  .search-button {
    position: absolute;
    right: 20px;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .search-toggle {
    position: absolute;
display: block;
height: 18px;
width: 17px;
  }

  .search-toggle::before,
  .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 5px;
  }

  .search-toggle::before {
    border: 3px solid #c6b976;
    border-radius: 46%;
    width: 80%;
    height: 76%;
    left: -51px;
    top: -1px;

  }

  .search-toggle::after {
    height: 4px;
    width: 8px;
    background: #c6b976;
    top: 10px;
    left: -41px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
  }

  .search-toggle.active::before {
    width: 0;
    border-width: 2px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: -43px;
    border-radius: 5px;
  }

  .search-toggle.active::after {
    width: 14px;
    left: -48px;
    top: 5px;
    border-radius: 5px;
  }

  #header-2 .search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
    margin-bottom: 0px;
  } 
  #header-2 .search-box .search-input {
    width: 500px;
    height: 45px;
    background-color: #002856;
    margin: 0px 0px 0px 1220px;
    color: #c6b976;
    font-size: 22px;
    float: right;
    margin-bottom: 0px;
    border: 2px solid #c6b976;
    border-radius: 50px;
    margin-top: 11px;
    padding: 12px;
    }
  .search-input:focus {
    outline: none;
  }

  .search-inner-button{
  position: absolute;
    top: 15px;
    right:48px;
    width: 36px;
    height: 37px;
    line-height: 0px;
    padding: 0px;
    float:right;
  }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
        background-position: center!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
      }

    /* CSS 
    
  }
   */
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 424px) and (max-width: 767px) {
    .desktop-v{
      display: none;
          }
  .card-traetments{

          margin: 0 auto 10px;
          width:66% !important;
    }
    .main-menu2{
      visibility: hidden;
    }
  .search-button {
    position: absolute;
    right: 39px;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .search-toggle {
    position: relative;
display: block;
height: 18px;
width: 17px;
  }

  .search-toggle::before,
  .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 5px;
  }

  .search-toggle::before {
    border: 3px solid #c6b976;
    border-radius: 46%;
    width: 83%;
    height: 76%;
    left: 0px;
    top: 2px;

  }

  .search-toggle::after {
    height: 4px;
    width: 9px;
    background: #c6b976;
    top: 13px;
    left: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;

  }

  .search-toggle.active::before {
    width: 0;
    border-width: 2px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 9px;
    border-radius: 5px;
}

  

  .search-toggle.active::after {
    width: 14px;
    left: 4px;
    top: 8px;
    border-radius: 5px;
  }

  #header-2 .search-box {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    padding-left: 2em;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.4s 0.3s;
    transition: all 0.4s 0.3s;
    margin-bottom: 0px;
  }
  #header-2 .search-box .search-input {
    width: 219px;
    height: 32px;
    background-color: #002856;
    margin: 0px 0px 0px 1220px;
    color: #c6b976;
    font-size: 14px;
    float: right;
    margin-bottom: 0px;
    border: 2px solid #c6b976;
    border-radius: 50px;
    margin-top: 4px;
    padding-left: 10px;

    }
  .search-input:focus {
    outline: none;
  }

  .search-inner-button{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 21px;
    height: 21px;
    line-height: 0px;
    padding: 0px;
    float: right;
  }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
      }
      .mob-ver{
        display: none!important;
    }
    .jwidth{
      width: 345px !important;
      height:345px !important;
    }
    /* CSS */
    
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 424px) {
    .jwidth{
      width: 270px !important;
      height:270px !important;
    }
    .team-round{
    /*   width: 192px; */
    }
    .desktop-v{
display: none;
    }
    .section-header.has-bottom-sep {
max-width: 300px;
margin-top: 30px;
    }
 .card-traetments{

          margin: 0 auto 10px;
          width:66% !important;
    }
.main-menu2{
  visibility: hidden;
}
    .search-button {
      position: absolute;
      right: 38px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }
  
    .search-toggle {
      position: relative;
  display: block;
  height: 18px;
  width: 17px;
    }
  
    .search-toggle::before,
    .search-toggle::after {
      content: "";
      position: absolute;
      display: block;
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
      border-radius: 5px;
    }
  
    .search-toggle::before {
      border: 3px solid #c6b976;
      border-radius: 46%;
      width: 76%;
      height: 69%;
      left: 0px;
      top: 0px;
  
    }
  
    .search-toggle::after {
      height: 4px;
      width: 9px;
      background: #c6b976;
      top: 10px;
      left: 9px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-radius: 10px;
  
    }
  
    .search-toggle.active::before {
      width: 0;
    border-width: 2px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    left: 7px;
    border-radius: 5px;
    }
  
    .search-toggle.active::after {
      width: 13px;
      left: 3px;
      top: 8px;
      border-radius: 5px;
    }
  
    #header-2 .search-box {
      position: absolute;
      left: 0;
      height: 100%;
      width: 0;
      padding-left: 2em;
      -webkit-transform: translateX(20%);
      transform: translateX(20%);
      opacity: 0;
      -webkit-transition: all 0.4s 0.3s;
      transition: all 0.4s 0.3s;
      margin-bottom: 0px;
    }
    #header-2 .search-box .search-input {
      width: 200px;
      height: 28px;
      background-color: #002856;
      margin: 0px 10px 0px 1220px;
      color: #c6b976;
      font-size: 13px;
      float: right;
      margin-bottom: 0px;
      border: 2px solid #c6b976;
      border-radius: 50px;
      margin-top: 5px;
      padding: 12px;
      }
    .search-input:focus {
      outline: none;
    }
  
    .search-inner-button{
      position: absolute;
    top: 10px;
    right: 16px;
    width: 17px;
    height: 17px;
    line-height: 0px;
    padding: 0px;
    float: right;
    }
    .mob-ver{
      display: none!important;
  }
    .banimg{

        background-image: url('/images/Dental.jpg') !important;
        background-position: center!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
      }
    /* CSS */
    
  }