/* 
Theme Name : Aditi Dental
Author : Spick Technologies
Author Url :http:spicktech.com
Des : Aditi Dental
Version :1.0.0
Tools : HTML5, CSS3, JS, Bootstrap, Less and AngularJS
 */
/* Background Image  */
/* counter css */
@import url('counter.css');
/* Bootstrap CSS */
@import url('bootstrap.css');
/* Font Awesome CSS */
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');
/* Google Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/* Google Font Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
a {
  color: #00AEEF;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #00AEEF;
}
img {
  width: 100%;
}
ul,
ol {
  margin-bottom: 0;
}
header,
footer,
div,
nav,
section,
aside,
article {
  display: block;
}
input {
  padding: 10px 10px;
}
/* Main Css Start */
.page-title {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
  text-transform: uppercase;
}
.btn,
[btn] {
  background-color: #2D3E50;
  border-radius: 2px !important;
  border: 2px solid #2D3E50;
  color: #fff;
  padding: 7px 10px;
}
.btn:hover,
[btn]:hover {
  background-color: transparent;
  color: #2D3E50;
}
header {
  z-index: 1090;
}
header .container {
  width: 100%;
  max-width: 100%;
}
header .main-head {
  padding: 5px 0;
  background-color: #D4D4D4;
}
header .main-head .hemburg i {
  color: #fff;
  font-size: 22px;
  margin-top: 25px;
  cursor: pointer;
}
header .main-head h2 {
  font-size: 25px;
  color: #006990;
  margin-top: 15px;
}
header .main-head .email {
  margin-top: 25px;
  color: #fff;
}
header .main-head .email i {
  padding: 0 5px;
}
header .main-head .logo img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 592px) {
  header .main-head .logo img {
    width: 40%;
  }

}
@media (min-width: 592px) and (max-width: 768px) {
  header .main-head .logo img {
    width: 20%;
  }

}
header .main-head #mobile-menu {
  font-size: 22px;
  float: right;
  margin-top: 60px;
  margin-right: 30px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1600px) {
  header .main-head #mobile-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .main-head #mobile-menu {
    margin-top: 15px;
    margin-right: 45px;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  header .main-head .big-responce {
    max-width: 100%;
    flex: 100%;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  header .main-head .responce {
    max-width: 100%;
    flex: 100%;
  }
}
header .main-head nav {
  margin-top: 50px;
}
@media (min-width: 320px) and (max-width: 992px) {
  header .main-head nav {
    display: none;
  }
}
header .main-head a {
  color: #2D3E50;
  width: 100%;
}
header .main-head li {
  list-style-type: none;
  display: inline-block;
  padding: 7px 10px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
@media (min-width: 320px) and (max-width: 768px) {
  header .main-head li {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1078px) {
  header .main-head li {
    padding: 7px 5px;
  }
}
header .main-head li:hover {
  border-bottom: 1px solid #2D3E50;
  border-top: 1px solid #2D3E50;
}
header .main-head li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
header .main-head li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 7px;
  background-color: #fff;
}
header .main-head li ul li {
  display: block;
}
.open {
  display: block !important;
}
#carouselExampleControls {
  z-index: -1;
}
.aditi-event {
  padding: 30px 0;
}
.aditi-event [event] {
  margin-bottom: 20px;
}
.aditi-event [event] i {
  color: #fff;
  padding: 5px 7px;
  background-color: #FF5B0B;
  border-radius: 50%;
  margin-bottom: 10px;
}
.aditi-event [event] span {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.aditi-event h3 {
  font-weight: 400;
}
.aditi-event [lable] i {
  color: #FF5B0B;
}
.aditi-event img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
@media (min-width: 592px) and (max-width: 768px) {
  .not-responce {
    display: none;
  }
}
/* email section */
.subscribe-section {
  margin-top: -200px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .subscribe-section {
    margin-top: 0;
  }
}
.subscribe-section .welcom-aditi {
  margin-bottom: 10px;
}
@media (min-width: 592px) and (max-width: 768px) {
  .subscribe-section .welcom-aditi {
    flex: 100%;
    max-width: 100%;
  }
}
.subscribe-section .welcom-aditi h2 {
  text-align: left;
  text-transform: none;
}
.subscribe-section .welcom-aditi-info {
  background-color: #f1f1f1;
  padding: 13px;
  padding-bottom: 0;
}
.subscribe-section .welcom-aditi-info a {
  border-radius: 0 !important;
  background-color: #006990 !important;
  border-color: #006990 !important;
}
.subscribe-section .bottom-welcom {
  z-index: 1090;
  padding-top: 170px;
  margin-bottom: -50px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .subscribe-section .bottom-welcom {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.subscribe-section .bottom-welcom .row .join-now,
.subscribe-section .bottom-welcom .row .member-dir {
  background-color: #009ED8;
  height: 100%;
  color: #fff;
  padding: 35px;
}
@media (min-width: 320px) and (max-width: 592px) {
  .subscribe-section .bottom-welcom .row .join-now,
  .subscribe-section .bottom-welcom .row .member-dir {
    padding: 15px;
  }
}
.subscribe-section .backgrond-color {
  background-color: #f1f1f1;
  margin-bottom: 10px;
  padding: 10px;
}
.subscribe-section .container {
  padding: 30px 15px;
  text-align: center;
}
.subscribe-section .container a {
  width: 100%;
}
.subscribe-section .container i {
  font-size: 36px;
}
/* president message */
[dm-msg] {
  background-image: url('../images/background-iamges/black-white-dubai-wallpaper.jpg');
  background-attachment: fixed;
  background-size: cover;
}
[dm-msg] .conatiner-fluid {
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
  background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);
  padding: 30px 0;
}
@media (min-width: 592px) and (max-width: 768px) {
  .your-responce {
    max-width: 100%;
    flex: 100%;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .president-responce {
    max-width: 100%;
    flex: 100%;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .president-responce {
    text-align: center;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .president-responce img {
    width: 50%;
  }
}
[message] {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 592px) and (max-width: 768px) {
  [message] {
    max-width: 100%;
    flex: 100%;
  }
}
[message] span {
  margin-bottom: 10px;
}
.message p {
  margin-top: 10px;
}
@media (min-width: 592px) and (max-width: 768px) {
  .event-responce {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 15px;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .social-responce {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 15px;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .get-responce {
    max-width: 100%;
    flex: 100%;
  }
}
.credit-responce {
  text-align: center !important;
}
@media (min-width: 592px) and (max-width: 768px) {
  .credit-responce {
    max-width: 100%;
    flex: 100%;
  }
}
/* event section */
.event-activity {
  padding: 30px 0;
  background-color: #009ED8;
  color: #fff;
}
.event-activity .container {
  max-width: 100%;
}
.event-activity .event-widget {
  border: 1px solid #2D3E50;
  background-color: #fff;
  color: #15180D;
 /* height: 100%; */
}
@media (min-width: 320px) and (max-width: 592px) {
  .event-activity .event-widget {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .event-activity .event-widget [btn] {
    position: absolute;
    width: 89%;
    display: block;
    bottom: 0;
  }
  .event-activity .event-widget [event] {
    height: 150px;
  }
}
.event-activity .event-widget img {
  margin-bottom: 20px;
}
.event-activity .row .col-sm-4 {
  overflow: hidden;
}
.event-activity .title {
  text-align: center;
  /*font-size: 16px;*/
  font-size: 16px;
  padding: 6px 3px;
  border-left: 2px solid #2D3E50;
}
.event-activity [btn] {
  display: block;
  text-align: center;
  border-radius: 0 !important;
  /*margin-bottom: -5px;*/
}
.event-activity [event] {
  margin-bottom: 20px;
  padding: 10px;
}
.event-activity [event] i {
  margin-bottom: 10px;
}
.event-activity [event] span {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
#gallery i {
  color: #2D3E50;
}
.member-section {
  background-color: #f1f1f1;
  padding: 60px 15px 100px;
}
.member-section input {
  border: 1px solid #000;
  background-color: transparent;
  padding: 7px 10px;
  margin: 10px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .member-section input {
    margin: 10px auto !important;
  }
  .search_1 {
    /* width: 250px; */
    width: 79% !important;
    height: 30px;
    padding-left: 15px !important;
    border-radius: 6px;
    border: none;
    color: #0F0D0D;
    font-weight: 500;
    background-color: #E2EFF7;
    -webkit-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
    -moz-box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
    box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset;
}
.searchbox_1 {
    background-color: #fffbf8;
    padding: 13px;
    /* width: 335px; */
    width: 77%;
    /* margin: 100px auto; */
    margin: 0px auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
    -moz-box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
    box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset;
}
}
.member-section [btn] {
  width: 100%;
  border-width: 1px;
  border-radius: 0 !important;
  margin: 10px;
}
@media (min-width: 320px) and (max-width: 576px) {
  .member-section [btn] {
    margin: 10px auto !important;
  }
}
.membership-form {
  padding: 25px 0px;
  background-color: #fff;
}
@media (min-width: 420px) and (max-width: 592px) {
  .membership-form .col-sm-5 {
    margin: 10px auto !important;
    text-align: center;
  }
}
@media (min-width: 420px) and (max-width: 592px) {
  .membership-form .col-sm-5 img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 420px) and (max-width: 520px) {
  .sub-page .carousel-caption {
    display: none !important;
  }
}
.event-item {
  padding: 30px 0;
  background-color: #009ED8;
  color: #fff;
  background-color: #fff;
}
.event-item .container {
  max-width: 100%;
}
.event-item .event-widget {
  border: 1px solid #2D3E50;
  background-color: #fff;
  color: #15180D;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 592px) {
  .event-item .event-widget {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .event-item .event-widget [btn] {
    position: absolute;
    width: 89%;
    display: block;
    bottom: 0;
  }
  .event-item .event-widget [event] {
    height: 150px;
  }
}
.event-item .event-widget img {
  margin-bottom: 20px;
}
.event-item .row .col-sm-4 {
  overflow: hidden;
}
.event-item .title {
  text-align: center;
  font-size: 16px;
  padding: 6px 3px;
  border-left: 2px solid #2D3E50;
}
.event-item [btn] {
  display: block;
  text-align: center;
  border-radius: 0 !important;
}
.event-item [event] {
  margin-bottom: 20px;
  padding: 10px;
}
.event-item [event] i {
  margin-bottom: 10px;
}
.event-item [event] span {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.event-item .page-title {
  color: #15180D;
}
@media (min-width: 320px) and (max-width: 768px) {
  .event-item .col-sm-5,
  .event-item .col-sm-4,
  .event-item .col-sm-3,
  .event-item .col-sm-2 {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 10px auto;
  }
}
.event-item .row {
  /* margin: 15px -15px; */
}
.event-item .row [backgrond="true"] {
  background-color: #B2B2B2 !important;
  color: #15180D !important;
  padding: 20px 15px;
}
.event-item .row [nopadding] {
  padding: 0;
}
.event-item .row i {
  color: #2D3E50;
  margin-bottom: 15px;
  padding-right: 5px;
}
.event-item .row a {
  color: #15180D;
}
.event-item .row .btn {
  color: #fff;
  margin: 25px auto;
}
.event-item .row .btn:hover {
  color: #2D3E50;
}
.event-item .row li {
  margin-bottom: 15px;
}
.underline {
  border-bottom: 1px solid #15180D;
  padding-bottom: 10px;
}
/*#carouselExampleControls .active {
  -webkit-animation: active 2s;
  -moz-animation: active 2s;
  -ms-animation: active 2s;
  -o-animation: active 2s;
  animation: active 2s;
}*/
@media (min-width: 320px) and (max-width: 592px) {
  [MESSAGE] {
    text-align: center;
    margin-top: 15px;
  }
}
footer {
  background-color: #D4D4D4;
}
footer a {
  color: #15180D;
}
footer .top-footer {
  padding: 30px 0;
}
footer .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
}
@media (min-width: 320px) and (max-width: 592px) {
  footer .social {
    margin-top: 20px;
  }
}
footer .social i {
  padding: 0 5px;
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 592px) {
  footer .quick-links {
    margin-top: 20px;
  }
}
footer .quick-links li {
  list-style-type: none;
}
footer .quick-links li a {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 592px) {
  footer .get-in-touch {
    margin-top: 20px;
  }
}
footer .get-in-touch li {
  list-style-type: none;
}
footer .get-in-touch li span {
  font-size: 14px;
}
footer .get-in-touch ul {
  margin-bottom: 10px;
}
footer .credit {
  padding-top: 7px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
footer .credit p {
  margin-bottom: 7px;
}
@media (min-width: 320px) and (max-width: 592px) {
  footer .credit p {
    text-align: center !important;
  }
}
@media (min-width: 320px) and (max-width: 592px) {
  footer .credit .text-right {
    text-align: center !important;
  }
}
.fa-file-pdf {
  color: #ED0E0F !important;
}
.fa-map-marker-alt {
  color: #D94335 !important;
}
/* subpages css */
.sub-page .active {
  -webkit-animation-name: noanimation !important;
  -moz-animation-name: noanimation !important;
  -ms-animation-name: noanimation !important;
  -o-animation-name: noanimation !important;
  animation-name: noanimation !important;
}
.sub-page #carouselExampleControls {
  margin-bottom: -190px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page #carouselExampleControls {
    margin-bottom: 0;
  }
}
.sub-page .carousel-caption {
  bottom: 180px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: baseline;
}
.sub-page h4 {
  font-weight: 200;
}
.sub-page h4 span {
  font-size: 18px;
}
.sub-page .aditi-map {
  background-color: #fff;
  padding: 50px 15px;
}
.sub-page .aditi-map .row [nopadding="true"] {
  padding: 0;
}
.sub-page .aditi-map .row [nopadding="true"] span {
  font-size: 12px;
}
.sub-page .aditi-map .row div:first-child {
  background-color: #fff;
}
.sub-page .aditi-map button {
  width: 100%;
  background-color: #2D3E50;
  border-radius: 2px;
  border: 2px solid #2D3E50;
}
.sub-page .aditi-map button:hover {
  background-color: transparent;
  border: 2px solid #2D3E50;
}
.sub-page .title {
  font-weight: 200;
}
.sub-page .contact-info {
  padding: 50px 15px;
  background-color: #009ED8;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page .contact-info .col-sm-6,
  .sub-page .contact-info .col-sm-8 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
.sub-page [info="0"] {
  margin-bottom: 15px;
}
.sub-page .about-aditi {
  padding: 50px 15px;
  background-color: #fff;
}
.sub-page .about-aditi [paragraph] {
  font-size: 14px;
  line-height: 1.5;
}
.sub-page [message="president"] {
  background-image: url('../images/background-iamges/president-of-aditi-background.jpg');
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 15px;
  color: #fff;
  text-align: left;
}
.sub-page [message="president"] p:first-child {
  margin-top: 15px;
}
.sub-page [message="president"] ul {
  margin: 0 20px;
}
@media (min-width: 592px) and (max-width: 768px) {
  .sub-page [message="president"] .col-sm-2 {
    min-width: 50%;
    flex: 0 0 50%;
    margin: 0 auto;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .sub-page [message="president"] .col-sm-10 {
    min-width: 90%;
    flex: 0 0 90%;
    margin: 0 auto;
  }
}
.sub-page .aditi-team {
  background-color: #fff;
  padding: 50px 15px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page .aditi-team .col-sm-5 {
    min-width: 80%;
    flex: 0 0 80%;
    margin: 20px auto;
  }
}
.sub-page [nopadding="true"] {
  padding: 0;
}
.sub-page .team-caption {
  background-color: #009ED8;
  padding: 5px;
}
.sub-page .team-caption h3 {
  font-weight: 200;
}
.sub-page .hover-item:hover [caption="true"] {
  background-color: #009ED8;
  margin-top: 0;
  padding-top: 75px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page .hover-item:hover [caption="true"] {
    padding-top: 0;
  }
}
@media (min-width: 592px) and (max-width: 768px) {
  .sub-page .hover-item:hover [caption="true"] {
    padding-top: 75px;
  }
}
.sub-page [caption="true"] {
  color: #fff;
  transition: all 0.2s linear;
}
.sub-page [caption="true"] h3 {
  font-weight: 200;
}
@media (min-width: 592px) and (max-width: 768px) {
  .sub-page [caption="true"] {
    padding-top: 75px;
    background-color: #009ED8;
  }
}
.sub-page [left="true"] {
  margin-top: 75px;
  margin-left: -35px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page [left="true"] {
    margin-top: 0;
    margin-left: 0;
  }
}
.sub-page [left="false"] {
  margin-top: 75px;
  margin-right: -35px;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page [left="false"] {
    margin-top: 0;
    margin-right: 0;
  }
}
.sub-page .aditi-committee {
  padding: 50px 15px;
  background-color: #333;
}
.sub-page .aditi-committee * {
  color: #fff;
}
.sub-page .aditi-committee li {
  list-style-type: decimal;
}
.sub-page .aditi-committee .sub-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 300;
}
.sub-page .aditi-committee ul {
  padding-left: 15px;
}
.sub-page .aditi-history {
  padding: 15px 30px;
}
.sub-page .aditi-history span {
  background-color: #00AEEF;
  border: 2px solid #00AEEF;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}
@media (min-width: 320px) and (max-width: 592px) {
  .sub-page .aditi-history span {
    display: block;
    margin: 10px;
    text-align: center;
  }
}
.sub-page .aditi-history span:hover {
  background-color: transparent;
  color: #00AEEF;
}
.sub-page .aditi-history .details {
  padding: 15px 30px;
}
@media (min-width: 320px) and (max-width: 769px) {
  .sub-page .message-widget .col-sm-2,
  .sub-page .message-widget .col-sm-10 {
    flex: 0 0 80%;
    margin: 15px auto;
    max-width: 80%;
  }
}
.sub-page .aditi-newsletter {
  background-color: #fff;
  padding: 30px 15px;
  /*.hover-effect{
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%) scale(0);
            -moz-transform: translate(-50%,-50%) scale(0);
            -ms-transform: translate(-50%,-50%) scale(0);
            -o-transform: translate(-50%,-50%) scale(0);
            transform: translate(-50%,-50%) scale(0);
            transition: all 0.3s linear;
            width: 95%;
            margin: 0 auto;
        }
        .col-sm-3{
            &:hover .hover-effect{
                -webkit-transform: translate(-50%,-50%) scale(1);
            -moz-transform: translate(-50%,-50%) scale(1);
            -ms-transform: translate(-50%,-50%) scale(1);
            -o-transform: translate(-50%,-50%) scale(1);
            transform: translate(-50%,-50%) scale(1);
                
            }
        }*/
}
.sub-page .aditi-newsletter .btn {
  width: 90%;
  margin: 15px auto;
  padding: 5px 5px;
  border: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page .aditi-newsletter .btn {
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .sub-page .aditi-newsletter .hover-effect .col-sm-6 {
    flex: 0 0 95%;
    max-width: 95%;
    margin: 5px auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sub-page .aditi-newsletter .hover-effect .col-sm-6 {
    flex: 0 0 85%;
    max-width: 85%;
    margin: 5px auto;
  }
  .sub-page .aditi-newsletter .hover-effect .col-sm-6 a {
    margin: 0;
    border: 2px solid #0A5596;
  }
  .sub-page .aditi-newsletter .hover-effect .col-sm-6 a:hover {
    border: 2px solid #0A5596;
  }
}
/* all animation */
@-webkit-keyframes noanimation {
  0% {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@-o-keyframes noanimation {
  0% {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@-moz-keyframes noanimation {
  0% {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@keyframes noanimation {
  0% {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@-webkit-keyframes slider {
  0% {
    -webkit-transform: translate(0, -700px);
    -moz-transform: translate(0, -700px);
    -ms-transform: translate(0, -700px);
    -o-transform: translate(0, -700px);
    transform: translate(0, -700px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes active {
  0% {
    -webkit-transform: translate(0, -700px);
    -moz-transform: translate(0, -700px);
    -ms-transform: translate(0, -700px);
    -o-transform: translate(0, -700px);
    transform: translate(0, -700px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes active {
  0% {
    -webkit-transform: translate(0, -700px);
    -moz-transform: translate(0, -700px);
    -ms-transform: translate(0, -700px);
    -o-transform: translate(0, -700px);
    transform: translate(0, -700px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes active {
  0% {
    -webkit-transform: translate(0, -700px);
    -moz-transform: translate(0, -700px);
    -ms-transform: translate(0, -700px);
    -o-transform: translate(0, -700px);
    transform: translate(0, -700px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.inquiry-bot{
  text-align: end;
}
.submit-bot{
  background-color: #06b0ef;
  border: none;
  padding: 10px 20px;
  color: #fff;
  transition: .3s ease-in-out;
}
.submit-bot:hover{
  background-color: #2D3E50;
}
/*=------------------------------------------------*/
.demo{
  z-index: 1092;margin-top: -520px;
}
@media only screen and (max-width: 600px) {
 .demo{
  z-index: 1092;margin-top: -100px;
}
.inquiry-bot{
  text-align: center;
}
}
.demo2{
margin-top: -100px;
}
@media only screen and (max-width: 600px) {
 .demo2{
margin-top: 0px;
}
}



.dentist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 15px;
}
.dentist li:first-child {
  margin-right: 10px;
  color: #006990;
}
.dentist li{
  font-size: 16px;
}
.con-data{
 margin-bottom: 15px;
}
.con-data h5{
  font-size: 20px;
  font-weight: 600;
  color: #006990 ;
}
.con-data h6{
  color: #000000;
  font-size: 16px;
}

.turbo {
    font-size: 22px;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 12px;
}