﻿@charset "UTF-8";
html {
  overflow: hidden; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*font-family:Montserrat;
	font-size:13.4px;*/
  color: #4d5459;
  line-height: 1.5em;
  font-weight: 500;
  background-color: #f0f0f0;
  /**/
  /*#f3eee9*/ }

html, body, input, select, textarea, .form-control, button, a.btn, .btn {
  font-size: 13.4px;
  font-family: Montserrat; }

::selection {
  background-color: #da2128;
  color: #fff; }

.topbar {
  background: #00aeef;
  /*016084/*da2128/*1a253a*/
  /*border-bottom: 1px solid $white;*/ }

.topbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.top-left {
  float: left;
  display: none; }

.top-left li {
  display: inline-block;
  color: #ccc; }

.top-left li:nth-child(1) {
  margin-right: 15px; }

.top-left li i {
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin-right: 8px; }

.top-right {
  float: right; }

.top-right ul li {
  display: inline-block; }

.top-right ul li a {
  color: #f0f0f0;
  display: block;
  padding: 5px 5px;
  font-size: 95%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.top-right ul li a:hover {
  color: #1B2432; }

#LoginModal .modal-dialog {
  width: 280px;
  height: 100vh; }

.padbottom0 {
  padding-bottom: 0px !important; }

#DefaultOpenModal .modal-body {
  padding: 2px; }
  #DefaultOpenModal .modal-body > button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff0000;
    color: #fff;
    z-index: 31;
    opacity: 1;
    -webkit-border-radius: 100% 0 100% 100%;
    -moz-border-radius: 100% 0 100% 100%;
    /*-ms-border-radius: $radius;*/
    border-radius: 100% 0 100% 100%; }
    #DefaultOpenModal .modal-body > button:hover {
      background: #c70000; }

/*****************************************
            Oral Conference
*****************************************/
.blink {
  animation: fade 1000ms infinite;
  -webkit-animation: fade 1000ms infinite; }

@keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.5; }
  to {
    opacity: 1.0; } }

@-webkit-keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.5; }
  to {
    opacity: 1.0; } }

.oral-conference h4 {
  display: inline-block;
  color: #00aeef;
  line-height: 1.6;
  vertical-align: middle;
  margin: 0px 10px 0px 0px; }

.OHICdate {
  color: #cb2027;
  display: block; }

.OHICvenue {
  font-size: 13px;
  color: #000;
  display: block; }

.oral-conference a {
  color: #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 15px; }

.oral-conference .OHIC_link {
  background: #0e76a8; }

.oral-conference .OHIC_pdf {
  background: #cb2027; }

/*****************************************
            // Oral Conference
*****************************************/
/*****************************************
            Banner
*****************************************/
.banner {
  position: relative; }
  .banner .Year100Logo {
    text-align: center;
    background: #fff;
    padding: 30px 0 0; }
    @media (min-width: 1279px) {
      .banner .Year100Logo {
        position: absolute;
        left: 10px;
        bottom: 10px;
        z-index: 1;
        background-color: transparent;
        padding: 0; } }
    .banner .Year100Logo span {
      display: inline-block;
      position: relative;
      max-width: 350px;
      padding: 15px;
      background-color: #f7f7f7;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      /*-ms-border-radius: $radius;*/
      border-radius: 100px; }
      @media (min-width: 1279px) {
        .banner .Year100Logo span {
          background-color: rgba(255, 255, 255, 0.9); } }
      .banner .Year100Logo span:before {
        content: "";
        border: 2px dashed #f1592a;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        /*-ms-border-radius: $radius;*/
        border-radius: 100px; }
      .banner .Year100Logo span img {
        max-width: 100%; }

#banner {
  overflow: hidden; }

#banner .IDACovid19Policy .btns {
  padding: 10px; }
  #banner .IDACovid19Policy .btns a {
    background: #f34952;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 110%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    /*-ms-border-radius: $radius;*/
    border-radius: 40px;
    padding: 8px 12px;
    display: inline-block;
    z-index: 1;
    position: relative;
    text-decoration: none; }
    #banner .IDACovid19Policy .btns a:hover {
      background: #ca2b34; }

#banner .IDACovid19Policy:before {
  background: #004f87 !important; }

#banner .item a {
  display: block; }

#banner .item:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#banner .owl-nav {
  margin: 0; }

#banner .owl-nav > div {
  font-family: fontawesome;
  font-size: 22pt;
  width: 50px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0 0;
  position: absolute;
  top: 50%;
  background-color: transparent;
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }

#banner .owl-nav > div:hover {
  background-color: #00aeef; }

#banner .owl-nav .owl-prev {
  left: 100px;
  opacity: 0; }

#banner .owl-nav .owl-next {
  right: 100px;
  opacity: 0; }

#banner:hover .owl-nav .owl-prev {
  left: 50px;
  opacity: 1; }

#banner:hover .owl-nav .owl-next {
  right: 50px;
  opacity: 1; }

#banner .owl-dots {
  margin-top: 0;
  background: #fff; }

/*#banner .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
}*/
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #00aeef !important; }

/*****************************************
        //Banner
*****************************************/
/*****************************************
        Common
*****************************************/
.whitebg {
  background-color: #fff; }

.sec1 {
  padding: 80px 0;
  background-color: #f7f7f7; }

.sec2 {
  padding: 80px 0;
  background-color: #fff; }

.page-block {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1); }

.section-heading {
  padding: 0 0 30px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center; }

.section-heading.left {
  text-align: left; }

.section-heading h1 {
  font-size: 250%;
  color: #1B2432;
  display: inline;
  margin: 0; }

.section-heading h1 b {
  font-weight: bold; }

.section-heading.white h1 {
  color: #fff; }

/*.section-heading h2:after {
    content: "";
    width: 100px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(https://ida.org.in/images/icon.png) no-repeat center;
    filter: brightness(7) invert(1);
    -webkit-filter: brightness(7) invert(1);
}
.section-heading.white h2:after{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}*/
.section-heading p {
  font-weight: 300;
  margin: 0;
  padding-top: 10px; }

.subheading {
  color: #1B2432;
  font-weight: 600;
  font-size: 150%;
  margin-top: 0;
  line-height: 1.5em; }

.subheading.white {
  color: #fff; }

.subheading.left {
  text-align: left; }

a {
  /*color:$firstcolor;*/
  cursor: pointer; }

a:hover, a:focus {
  color: #eb3812; }

.pointer {
  cursor: pointer; }

.nowrap {
  white-space: nowrap; }

.btn-container {
  margin-top: 30px; }

.btn-container-small {
  margin-top: 20px; }

.btn-link {
  cursor: pointer;
  color: #00aeef;
  font-size: 102%;
  padding-right: 20px;
  position: relative;
  display: inline-block; }
  .btn-link:after {
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    font-family: fontawesome; }
  .btn-link:hover {
    color: #da2128;
    opacity: 0.8;
    text-decoration: none; }

.btn-round-corner {
  padding: 10px 15px;
  font-size: 103%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  /*-ms-border-radius: $radius;*/
  border-radius: 25px;
  text-decoration: none !important; }

.btn-d.big {
  padding: 10px 15px;
  font-size: 103%; }

.btn-d {
  background: #c32026 !important;
  border-color: #c32026 !important;
  color: #fff !important; }

.btn-d:hover {
  background: #a21c21 !important;
  border-color: #a21c21 !important; }

.btn-d i + span {
  margin-left: 5px; }

.btn-blue {
  background: #00aeef !important;
  border-color: #00aeef !important;
  color: #fff !important; }

.btn-blue:hover {
  background: #059fdc !important;
  border-color: #059fdc !important; }

.fileContainer {
  overflow: hidden;
  position: relative;
  cursor: pointer; }

.fileContainer i + span {
  margin-left: 5px; }

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 18px;
  background: #fff url(https://ida.org.in/images/caret-down.png) no-repeat 100% center; }

textarea.form-control {
  resize: none; }

.PrevNextYear {
  display: inline-flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }
  .PrevNextYear > input[type=text], .PrevNextYear > label, .PrevNextYear > a:not(.PrevYear):not(.NextYear) {
    width: 60px;
    height: 30px;
    line-height: 30px;
    pointer-events: none;
    margin: 0;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    background: transparent;
    color: #000;
    border: 0;
    box-shadow: none; }
  .PrevNextYear > a:not(.PrevYear):not(.NextYear) {
    pointer-events: auto !important;
    text-decoration: none !important;
    width: auto;
    padding: 4px 8px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*-ms-border-radius: $radius;*/
    border-radius: 4px; }
    .PrevNextYear > a:not(.PrevYear):not(.NextYear):hover, .PrevNextYear > a:not(.PrevYear):not(.NextYear).active {
      background: #f5f5f5;
      color: #da2128; }
  .PrevNextYear .PrevYear, .PrevNextYear .NextYear {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /*-ms-border-radius: $radius;*/
    border-radius: 100%;
    color: #00aeef;
    font-size: 20pt;
    cursor: pointer; }
    .PrevNextYear .PrevYear:hover, .PrevNextYear .NextYear:hover {
      background: #00aeef;
      color: #fff; }
  .PrevNextYear .PrevYear:before {
    content: "«";
    top: -1px;
    position: relative; }
  .PrevNextYear .NextYear:before {
    content: "»";
    top: -1px;
    position: relative; }

#PrevNextYear.owl-carousel {
  width: 250px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
  /*.PrevYear:before {content: "«";top: -1px;position: relative; }
    .NextYear:before {content: "»";top: -1px;position: relative; }*/ }
  #PrevNextYear.owl-carousel .item {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: #000;
    border: 0;
    box-shadow: none;
    padding: 4px 8px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*-ms-border-radius: $radius;*/
    border-radius: 4px; }
    #PrevNextYear.owl-carousel .item:hover, #PrevNextYear.owl-carousel .item.active {
      background: #f5f5f5;
      color: #da2128; }
  #PrevNextYear.owl-carousel .owl-nav .owl-prev, #PrevNextYear.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    /*-ms-border-radius: $radius;*/
    border-radius: 100%;
    background-color: transparent;
    margin: 0;
    color: #00aeef;
    font-size: 20pt;
    cursor: pointer; }
    #PrevNextYear.owl-carousel .owl-nav .owl-prev:hover, #PrevNextYear.owl-carousel .owl-nav .owl-next:hover {
      background: #00aeef;
      color: #fff; }
  #PrevNextYear.owl-carousel .owl-nav .owl-prev {
    left: 0; }
  #PrevNextYear.owl-carousel .owl-nav .owl-next {
    right: 0; }

.tab-content table {
  table-layout: fixed;
  margin-bottom: 0px; }

.tab-content .e-Brochure {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em; }

.tab-content .e-Brochure li {
  position: relative; }

.tab-content .Brochure {
  display: inline-block;
  position: relative;
  color: #da2128;
  padding: 6px 15px 6px 46px;
  margin: 15px 0;
  border-radius: 30px;
  border-left: 0;
  font-weight: 500;
  cursor: pointer;
  background: #eee;
  border: 1px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
  max-width: 100%; }

.tab-content .e-Brochure i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  border: 1px solid #da2128;
  color: #da2128;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2; }

.tab-content .Brochure:hover {
  background-color: #fff;
  color: #000;
  border-color: #da2128; }

.tab-content .e-Brochure:hover > i {
  background: #da2128;
  color: #fff; }

.e-Brochure {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.Brochure {
  display: inline-block;
  position: relative;
  color: #da2128;
  padding: 3px 15px 3px 56px;
  margin: 15px 0;
  border-radius: 20px 12px 15px 20px;
  border-left: 0;
  font-weight: 500;
  cursor: pointer;
  background: #eee;
  border: 1px solid transparent;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Brochure > i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #fff;
  border: 1px solid #da2128;
  color: #da2128;
  border-radius: 100%;
  font-size: 26px;
  text-align: center;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Brochure:hover {
  background-color: #fff;
  color: #000;
  border-color: #da2128; }

.Brochure:hover > i {
  background: #da2128;
  color: #fff; }

.covid {
  background-color: #fff;
  text-align: center;
  /*>div{
        position:relative;
        z-index:1; margin:0; 
        background-color:$firstcolor;
        color:$white;
        display:inline-block;
        text-decoration:none;
        padding:15px 20px; 
        font-size:1.1rem; font-weight:600;
        @include border-radius(100px);        
        @include transition(all .3s ease-in-out);
        @media (max-width:991px){
            margin-top: 25px; 
        }
        @media (min-width:992px){
            top: 28px;  padding:20px 40px;
            font-size:1.5rem; font-weight:700;
        }   
        > span{
            display:block; margin-top:10px;
            a{
                display:inline-block;
                text-decoration:none;
                width:40px; height:40px; line-height:40px; text-align:center;
                background-color: $secondcolor; color:$white;
                @include border-radius(100%);
                @include transition(all .3s ease-in-out);
                &:hover{
                    @include transform(scale(1.05));
                    @include box-shadow((inset 0 0 transparent, 0 0 0 4px $secondcolor));
                }
            }
        }     
        
    }*/ }
  @media (min-width: 992px) {
    .covid {
      margin-top: -30px; } }
  @media (max-width: 991px) {
    .covid {
      padding-top: 15px; } }
  .covid > a {
    position: relative;
    z-index: 1;
    background-color: #00aeef;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    margin: 15px 8px 0;
    font-size: 1.2rem;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    /*-ms-border-radius: $radius;*/
    border-radius: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .covid > a {
        font-size: 1rem; } }
    .covid > a.idaseal {
      margin-bottom: -75px;
      width: 150px;
      position: relative;
      padding: 0;
      background: #fff !important;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      /*-ms-border-radius: $radius;*/
      border-radius: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-animation: 1500ms infinite;
      -moz-animation: 1500ms infinite;
      /*-ms-animation: $animation;
    -o-animation: $animation;*/
      animation: 1500ms infinite; }
      @media (max-width: 639px) {
        .covid > a.idaseal {
          display: block;
          margin: 10px auto 0; } }
      .covid > a.idaseal:after {
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        right: -2px;
        /*opacity: 0;*/
        pointer-events: none;
        border: 2px dashed #da2128;
        content: '';
        box-sizing: content-box;
        border-radius: 50%;
        transition: transform .2s,opacity .2s;
        transform: scale(1);
        -webkit-animation: fa-spin 1500ms infinite;
        -moz-animation: fa-spin 1500ms infinite;
        /*-ms-animation: $animation;
    -o-animation: $animation;*/
        animation: fa-spin 1500ms infinite; }
      .covid > a.idaseal img {
        max-width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        /*-ms-border-radius: $radius;*/
        border-radius: 100%; }
      .covid > a.idaseal:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        /*-ms-transform: $transform;*/
        -o-transform: scale(1.1);
        transform: scale(1.1); }
        .covid > a.idaseal:hover:after {
          top: -7px;
          left: -7px;
          bottom: -7px;
          right: -7px; }
    .covid > a:hover {
      -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #fff;
      -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #fff;
      /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
      box-shadow: inset 0 0 transparent, 0 0 0 4px #fff; }
    .covid > a.one {
      -webkit-animation: Covid 1500ms infinite;
      -moz-animation: Covid 1500ms infinite;
      /*-ms-animation: $animation;
    -o-animation: $animation;*/
      animation: Covid 1500ms infinite; }
    .covid > a.two {
      -webkit-animation: Support 1500ms infinite;
      -moz-animation: Support 1500ms infinite;
      /*-ms-animation: $animation;
    -o-animation: $animation;*/
      animation: Support 1500ms infinite; }

/*&:hover{
    @include transform(scale(1.05));
    @include box-shadow((inset 0 0 transparent, 0 0 0 4px $secondcolor));
}*/
/*@include animation(Covid 1500ms infinite);*/
/*@-webkit-keyframes Covid {
  0% { @include transform(scale(1)); background-color: $secondcolor; @include box-shadow((inset 0 0 transparent, 0 0 0 4px $firstcolor));}
  25% {@include transform(scale(1.08)); background-color: $firstcolor; @include box-shadow((inset 0 0 transparent, 0 0 0 4px $secondcolor));}
  50% { @include transform(scale(1)); background-color: $secondcolor; @include box-shadow((inset 0 0 transparent, 0 0 0 4px $firstcolor));}
  100% { @include transform(scale(1.08)); background-color: $firstcolor; @include box-shadow((inset 0 0 transparent, 0 0 0 4px $secondcolor));}
}*/
@-webkit-keyframes IDASeal {
  0% {
    filter: grayscale(0); }
  50% {
    filter: grayscale(100%); } }

@-moz-keyframes IDASeal {
  0% {
    filter: grayscale(0); }
  50% {
    filter: grayscale(100%); } }

@-o-keyframes IDASeal {
  0% {
    filter: grayscale(0); }
  50% {
    filter: grayscale(100%); } }

@keyframes IDASeal {
  0% {
    filter: grayscale(0); }
  50% {
    filter: grayscale(100%); } }

@-webkit-keyframes Covid {
  0% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  25% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  50% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  100% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; } }

@-moz-keyframes Covid {
  0% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  25% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  50% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  100% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; } }

@-o-keyframes Covid {
  0% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  25% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  50% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  100% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; } }

@keyframes Covid {
  0% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  25% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  50% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  100% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; } }

@-webkit-keyframes Support {
  0% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  25% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  50% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  100% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; } }

@-moz-keyframes Support {
  0% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  25% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  50% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  100% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; } }

@-o-keyframes Support {
  0% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  25% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  50% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  100% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; } }

@keyframes Support {
  0% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  25% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
  50% {
    background-color: #00aeef;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #da2128; }
  100% {
    background-color: #da2128;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; } }

/*****************************************
       //Common
*****************************************/
/*****************************************
        Scrll News
*****************************************/
.scrllnewscontent {
  line-height: 70px;
  overflow: hidden;
  position: relative;
  background: #1a253a; }

/*.scrllnewscontent:before{
    content: "";
    display: block;
    width: 50%;
    background-color: $secondcolor;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}*/
.scrllnewscontent .container {
  padding-left: 210px;
  position: relative; }

.scrllnewscontent h3 {
  padding: 0 20px 0 15px;
  font-size: 130%;
  font-weight: 500;
  color: #da2128;
  margin: 0;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  line-height: 50px;
  background: #fff;
  border-radius: 3px; }

/*.scrllnewscontent h3:before{
    content: '';
    position: absolute;
    right: 0; top: 50%;
    margin-top: -10px;
    width:1px;
    height:20px;
    background-color:#bbb;
    z-index: 1;
}*/
.scrllnewscontent h3:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 1;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left-color: #fff !important;
  border-right: 0; }

/*.scrllnewscontent h3:before{
    content: '';
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 1;
    border: 35px solid transparent;
    border-left-color: $secondcolor!important;
    border-right: 0;
}

.scrllnewscontent h3:after{
    content: '';
    position: absolute;
    right: -45px;
    top: -10px;
    border: 45px solid transparent;
    border-left-color: $firstcolor!important;
    border-right: 0;
}*/
.scrllnewscontent a {
  color: #eee;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: 400;
  text-decoration: none; }

.scrllnewscontent a:hover {
  color: #00aeef; }

.scrllnewscontent .item {
  position: relative;
  padding-left: 125px; }

.scrllnewscontent .item .date-block {
  position: absolute;
  left: 30px;
  font-weight: 500;
  color: #00aeef; }

/*.scrllnewscontent .item .date-block > .year{
    display:block;
} */
.scrllnews-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px; }

.double-bounce1 {
  background: #0376B5; }

.double-bounce2 {
  background: #0376B5; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  -moz-animation: sk-bounce 2s infinite ease-in-out;
  /*-ms-animation: $animation;
    -o-animation: $animation;*/
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    /*-ms-transform: $transform;*/
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    /*-ms-transform: $transform;*/
    -o-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1);
    transform: scale(1); } }

/*****************************************
         // Scrll News
*****************************************/
/*#about {
    background-image: url(http://photogallery.ida.org.in/ImgHandler.ashx?imgID=397);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

#about:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.aboutus .data {
  padding: 0 40px; }

/*.Mission{margin-bottom:20px;}*/
.Mission .data {
  padding: 0 40px;
  /*margin-bottom:20px;*/ }

.Vision .data {
  padding: 0 40px; }

/*****************************************
           Home Advertise
*****************************************/
@media (min-width: 992px) {
  .HomeAdvertise .container {
    width: 850px; } }

@media (max-width: 767px) {
  .HomeAdvertise a {
    margin: 10px 0; } }

.HomeAdvertise a {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .HomeAdvertise a img {
    position: relative;
    z-index: 2;
    margin: 0 auto; }
  .HomeAdvertise a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    .HomeAdvertise a:hover:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      /*-ms-transform: $transform;*/
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .HomeAdvertise a:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    -webkit-box-shadow: 0 0 0 3px #bc281c;
    -moz-box-shadow: 0 0 0 3px #bc281c;
    /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
    box-shadow: 0 0 0 3px #bc281c;
    background: #fff;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    /*-ms-transform: $transform;*/
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -ms-transition: transform 0.2s, opacity 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

/*****************************************
           // Home Advertise
*****************************************/
/*****************************************
           Dental Professional
*****************************************/
#DentalProfessional .carousel-indicators {
  border-bottom: 0;
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: inherit;
  list-style-type: none; }

#DentalProfessional .carousel-indicators > li {
  width: -webkit-calc(100% / 5);
  width: -moz-calc(100% / 5);
  width: -ms-calc(100% / 5);
  width: -o-calc(100% / 5);
  width: calc(100% / 5);
  margin: 0;
  height: auto;
  text-indent: inherit;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  float: left; }

#DentalProfessional .carousel-indicators > li:nth-child(1), #DentalProfessional .carousel-inner > .DentalProfessional-hdr:nth-child(1) {
  background: #f9704f; }

#DentalProfessional .carousel-indicators > li:nth-child(2), #DentalProfessional .carousel-inner > .DentalProfessional-hdr:nth-child(3) {
  background: #1bc768; }

#DentalProfessional .carousel-indicators > li:nth-child(3), #DentalProfessional .carousel-inner > .DentalProfessional-hdr:nth-child(5) {
  background: #65a4e4; }

#DentalProfessional .carousel-indicators > li:nth-child(4), #DentalProfessional .carousel-inner > .DentalProfessional-hdr:nth-child(7) {
  background: #0dc0c0; }

#DentalProfessional .carousel-indicators > li:nth-child(5), #DentalProfessional .carousel-inner > .DentalProfessional-hdr:nth-child(9) {
  background: #f58b3c; }

#DentalProfessional .carousel-indicators > li:nth-child(1).active > a:after {
  border-top-color: #f9704f !important; }

#DentalProfessional .carousel-indicators > li:nth-child(2).active > a:after {
  border-top-color: #1bc768 !important; }

#DentalProfessional .carousel-indicators > li:nth-child(3).active > a:after {
  border-top-color: #65a4e4 !important; }

#DentalProfessional .carousel-indicators > li:nth-child(4).active > a:after {
  border-top-color: #0dc0c0 !important; }

#DentalProfessional .carousel-indicators > li:nth-child(5).active > a:after {
  border-top-color: #f58b3c !important; }

/*#DentalProfessional .carousel-indicators>li.active>a,
#DentalProfessional .carousel-indicators>li.active>a:hover,
#DentalProfessional .carousel-indicators>li.active>a:focus {
    border-right-color: transparent;
    border:0; color:$white;
    background:$firstcolor;
    text-decoration:none!important;
}*/
#DentalProfessional .carousel-indicators > li.active > a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -20px;
  border: 20px solid transparent;
  /*border-top-color: $firstcolor!important;*/
  border-bottom: 0;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }

#DentalProfessional .carousel-indicators > li > a {
  margin-right: 0;
  height: 70px;
  padding: 0 20px;
  display: block;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border: 0;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }

#DentalProfessional .carousel-indicators > li:first-child > a {
  border-top: 0; }

#DentalProfessional .carousel-indicators li a:hover:after,
#DentalProfessional .carousel-indicators li.active a:after {
  bottom: -20px;
  -webkit-transition: all 310ms cubic-bezier(0.55, 0.29, 0, 1.555);
  -moz-transition: all 310ms cubic-bezier(0.55, 0.29, 0, 1.555);
  -ms-transition: all 310ms cubic-bezier(0.55, 0.29, 0, 1.555);
  -o-transition: all 310ms cubic-bezier(0.55, 0.29, 0, 1.555);
  transition: all 310ms cubic-bezier(0.55, 0.29, 0, 1.555); }

#DentalProfessional .carousel-indicators > li > a > span {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#DentalProfessional .carousel-inner {
  /*background: $white;
    border-radius: 25px;
    border: 1px solid #ddd;*/ }

#DentalProfessional .carousel-inner .item {
  padding: 50px 0 0; }

.DentalProfessional-hdr {
  /*background-color: $secondcolor;*/
  color: #fff;
  font-size: 120%;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #fff;
  position: relative;
  cursor: pointer;
  border-radius: 4px; }

.DentalProfessional-hdr:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 12pt;
  font-family: fontawesome;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  /* background: #f5f5f5; */
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.DentalProfessional-hdr.selected {
  margin: 0;
  color: #fff; }

.DentalProfessional-hdr.selected:after {
  content: "\f106";
  color: #00aeef;
  background: #f5f5f5; }

#PublicationsTab ul {
  list-style-type: none;
  position: relative;
  margin: 0; }

#PublicationsTab ul:before {
  content: "";
  top: 15px;
  bottom: 10px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 2px solid #f9704f; }

#PublicationsTab ul:first-child:before {
  right: 75px; }

#PublicationsTab ul:last-child:before {
  left: 75px; }

#PublicationsTab ul li:last-child a {
  margin: 0; }

#PublicationsTab a {
  position: relative;
  display: block;
  color: #727272;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  text-align: justify;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#PublicationsTab a:hover {
  background: #fff; }

#PublicationsTab a:after {
  content: "";
  display: table;
  clear: both; }

#PublicationsTab a p {
  line-height: 1.7em;
  height: 6.3em;
  overflow: hidden;
  margin: 0; }

#PublicationsTab ul:first-child a span {
  float: right;
  margin-left: 15px;
  margin-right: -15px; }

#PublicationsTab ul:last-child a span {
  float: left;
  margin-right: 15px;
  margin-left: -15px; }

#PublicationsTab ul:first-child a {
  text-align: right; }

#PublicationsTab ul:last-child a {
  text-align: left; }

#PublicationsTab a span {
  float: right;
  width: 120px;
  /*height: 120px;
    border-radius: 50%;
    overflow:hidden;*/
  position: relative; }

#PublicationsTab a img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative; }

#PublicationsTab a:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

#PublicationsTab a span:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-box-shadow: 0 0 0 2px #f9704f;
  -moz-box-shadow: 0 0 0 2px #f9704f;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 0 2px #f9704f;
  background: #fff;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  /*-ms-transform: $transform;*/
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#PublicationsTab a h5 {
  font-size: 110%;
  font-weight: 600;
  color: #1B2432;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px; }

#PublicationsTab a h5:before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  background: #f9704f; }

#PublicationsTab ul:last-child a h5:before {
  left: 120px; }

#PublicationsTab ul:first-child a h5:before {
  right: 120px; }

#EventsTab ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

#EventsTab .Event-item {
  background: #fff; }

#EventsTab .Event-item:hover {
  background: #fff; }

#EventsTab .Event-itemInn {
  text-align: center;
  position: relative;
  padding: 15px;
  min-height: 275px;
  border-radius: 5px;
  background: #fff; }

#EventsTab .Event-image {
  padding-bottom: 20px; }

#EventsTab .Event-image img {
  margin: 0 auto;
  width: auto;
  max-height: 100px; }

#EventsTab .Event-item h4 {
  text-transform: capitalize;
  font-size: 120%;
  font-weight: 600;
  color: #1B2432;
  margin: 0;
  display: block;
  line-height: 1.4em; }

#EventsTab .Event-item h5 {
  font-size: 120%;
  font-weight: 500;
  font-family: lato;
  color: #c32026;
  margin: 0;
  display: block;
  padding: 10px 0; }

#EventsTab .Event-item p {
  margin: 0 0 20px;
  max-height: 7.4em;
  line-height: 1.8em;
  overflow: hidden;
  font-size: 95%;
  display: none; }

#EducationProgrammeTab ul {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

#EducationProgrammeTab li a {
  display: block;
  margin-bottom: 20px;
  color: #1B2432;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 40px;
  font-size: 105%;
  font-weight: 600;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#EducationProgrammeTab li a img {
  width: 80px;
  padding: 10px;
  background: #65a4e4;
  border-radius: 50%; }

#EducationProgrammeTab li a:hover {
  background-color: #65a4e4;
  color: #fff; }

#EducationProgrammeTab li a:hover img {
  background: #4581bd; }

/*#EducationProgrammeTab li a:hover{ color:$white; @include box-shadow(inset 600px 0 0 0 #c32026);}*/
#EducationProgrammeTab li a:after {
  content: "";
  display: table;
  clear: both; }

#EducationProgrammeTab ul a span:nth-child(2) {
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#ProfessionalActivitiesTab ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#ProfessionalActivitiesTab ul li a {
  padding: 16px 50px 16px 55px;
  background-color: #fff;
  border-radius: 4px;
  color: #4d5459;
  font-weight: 500;
  font-size: 110%;
  display: block;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px; }

#ProfessionalActivitiesTab ul li:last-child a {
  margin-bottom: 0; }

#ProfessionalActivitiesTab ul li a:after {
  content: "\f18e";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 25px;
  font-family: fontawesome; }

#ProfessionalActivitiesTab ul li a:hover {
  color: #0dc0c0; }

#ProfessionalActivitiesTab ul li a p {
  width: 60px;
  height: 35px;
  margin: 0;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  background: #0dc0c0;
  border-radius: 4px; }

#ProfessionalActivitiesTab ul li a p i {
  background-color: #0dc0c0;
  width: 60px;
  height: 35px;
  border-radius: 4px; }

#ProfessionalActivitiesTab ul li a p i:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

#ProfessionalActivitiesTab ul li a p i:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg); }

#ProfessionalActivitiesTab ul li a p i:before,
#ProfessionalActivitiesTab ul li a p i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  content: '';
  z-index: 1; }

#ProfessionalActivitiesTab ul li a strong {
  position: absolute;
  left: 0;
  top: -5px;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  color: #fff; }

#ProfessionalActivitiesTab ul li a strong span {
  display: block; }

#ProfessionalActivitiesTab ul li a strong > span {
  display: block;
  text-align: center; }

#ProfessionalActivitiesTab ul li a strong > span:first-child {
  font-weight: bold;
  font-family: lato;
  font-size: 16pt; }

#ProfessionalActivitiesTab ul li a strong > span:nth-child(2) {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  font-size: 80%;
  font-weight: normal; }

#MembershipBenefitsTab ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#MembershipBenefitsTab li a .fa {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  color: #f58b3c;
  font-size: 120%;
  border-right: 1px solid #eee; }

#MembershipBenefitsTab li a .fa:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#MembershipBenefitsTab li a {
  display: block;
  padding: 10px 10px 10px 60px;
  margin-bottom: 20px;
  color: #1B2432;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  font-size: 105%;
  font-weight: 500;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#MembershipBenefitsTab li a:hover, #MembershipBenefitsTab li a:hover .fa {
  background: #f58b3c;
  color: #fff; }

/*****************************************
        // Dental Professional
*****************************************/
/*****************************************
        Submit your Article Modal
*****************************************/
#SubmityourArticleModal ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#SubmityourArticleModal ul li a {
  display: block;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 110%;
  color: #fff;
  background: rgba(1, 174, 242, 0.67);
  border-radius: 5px;
  text-decoration: none !important;
  position: relative; }

#SubmityourArticleModal ul li a:hover {
  background: #00aeef; }

/*****************************************
		// SubmityourArticleModal
*****************************************/
/*****************************************
			All Public
*****************************************/
.nohp {
  text-align: center;
  width: 300px;
  margin: 0 auto 40px; }

.nohp a {
  display: inline-block; }

.nohp img {
  border-radius: 30px 30px 15px; }

#AllPublic {
  position: relative;
  z-index: 1; }

#AllPublic ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#AllPublic li a {
  padding: 20px 15px 20px 60px;
  margin: 20px 0px 40px 40px; }

#AllPublic li a span {
  left: -40px; }

#AllPublic li a {
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  font-size: 110%;
  font-weight: 600;
  color: #1B2432;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

#AllPublic li a:hover, #AllPublic li.active a {
  background: #3a3c3e;
  /*padding: 20px 60px 20px 15px;
    margin: 20px 40px 40px 0px;*/
  padding: 20px 100px 20px 15px;
  margin: 20px 0px 40px 0px; }

#AllPublic li a span, .Public-hdr span.fa-paper-plane {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 140%;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#AllPublic li a:hover span,
#AllPublic li.active a span {
  font-size: 150%;
  left: -webkit-calc(100% - 60px);
  left: -moz-calc(100% - 60px);
  left: -ms-calc(100% - 60px);
  left: -o-calc(100% - 60px);
  left: calc(100% - 60px); }

#AllPublic li a:hover span:before,
#AllPublic li.active a span:before {
  content: "\f061"; }

#AllPublic li a:hover span:after,
#AllPublic li.active a span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

#AllPublic li a span:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  /*@include box-shadow(0 0 0 4px #009587);*/
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  /*-ms-transform: $transform;*/
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*#AllPublic li:nth-child(1) a span{background: #f9704f;}
#AllPublic li:nth-child(2) a span{background:   #1bc768;}
#AllPublic li:nth-child(3) a span{background:   #65a4e4;}
#AllPublic li:nth-child(4) a span{background:   #fcd746;}
#AllPublic li:nth-child(5) a span{background:   #f58b3c;}
#AllPublic li:nth-child(6) a span{background:   #da6540;}
#AllPublic li:nth-child(7) a span{background:   #9d6bd6;}
#AllPublic li:nth-child(8) a span{background:   #0dc0c0;}
     
#AllPublic li:nth-child(1) a:hover span:after, #AllPublic li:nth-child(1).active a span:after{border: 1px dashed #f9704f;}
#AllPublic li:nth-child(2) a:hover span:after, #AllPublic li:nth-child(2).active a span:after{border: 1px dashed #1bc768;}
#AllPublic li:nth-child(3) a:hover span:after, #AllPublic li:nth-child(3).active a span:after{border: 1px dashed #65a4e4;}
#AllPublic li:nth-child(4) a:hover span:after, #AllPublic li:nth-child(4).active a span:after{border: 1px dashed #fcd746;}
#AllPublic li:nth-child(5) a:hover span:after, #AllPublic li:nth-child(5).active a span:after{border: 1px dashed #f58b3c;}
#AllPublic li:nth-child(6) a:hover span:after, #AllPublic li:nth-child(6).active a span:after{border: 1px dashed #da6540;}
#AllPublic li:nth-child(7) a:hover span:after, #AllPublic li:nth-child(7).active a span:after{border: 1px dashed #9d6bd6;}
#AllPublic li:nth-child(8) a:hover span:after, #AllPublic li:nth-child(8).active a span:after{border: 1px dashed #0dc0c0;}
            
#AllPublic li:nth-child(1) a:hover, #AllPublic li:nth-child(1).active a{border-color:#f9704f; color:#f9704f;}
#AllPublic li:nth-child(2) a:hover, #AllPublic li:nth-child(2).active a{border-color:#1bc768; color:#1bc768; }
#AllPublic li:nth-child(3) a:hover, #AllPublic li:nth-child(3).active a{border-color:#65a4e4; color:#65a4e4; }
#AllPublic li:nth-child(4) a:hover, #AllPublic li:nth-child(4).active a{border-color:#fcd746; color:#fcd746; }
#AllPublic li:nth-child(5) a:hover, #AllPublic li:nth-child(5).active a{border-color:#f58b3c; color:#f58b3c; }
#AllPublic li:nth-child(6) a:hover, #AllPublic li:nth-child(6).active a{border-color:#da6540; color:#da6540; }
#AllPublic li:nth-child(7) a:hover, #AllPublic li:nth-child(7).active a{border-color:#9d6bd6; color:#9d6bd6; }
#AllPublic li:nth-child(8) a:hover, #AllPublic li:nth-child(8).active a{border-color:#0dc0c0; color:#0dc0c0; }*/
#AllPublic li a.one span, .Public-hdr.one span.fa-paper-plane {
  background: #f9704f; }

#AllPublic li a.two span, .Public-hdr.two span.fa-paper-plane {
  background: #1bc768; }

#AllPublic li a.three span, .Public-hdr.three span.fa-paper-plane {
  background: #65a4e4; }

#AllPublic li a.four span, .Public-hdr.four span.fa-paper-plane {
  background: #fcd746; }

#AllPublic li a.five span, .Public-hdr.five span.fa-paper-plane {
  background: #f58b3c; }

#AllPublic li a.six span, .Public-hdr.six span.fa-paper-plane {
  background: #9d6bd6; }

#AllPublicData > div:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  bottom: -1000px; }

#AllPublic li a.one:hover span:after, #AllPublic li.active a.one span:after {
  border: 1px dashed #f9704f; }

#AllPublic li a.two:hover span:after, #AllPublic li.active a.two span:after {
  border: 1px dashed #1bc768; }

#AllPublic li a.three:hover span:after, #AllPublic li.active a.three span:after {
  border: 1px dashed #65a4e4; }

#AllPublic li a.four:hover span:after, #AllPublic li.active a.four span:after {
  border: 1px dashed #fcd746; }

#AllPublic li a.five:hover span:after, #AllPublic li.active a.five span:after {
  border: 1px dashed #f58b3c; }

#AllPublic li a.six:hover span:after, #AllPublic li.active a.six span:after {
  border: 1px dashed #9d6bd6; }

#AllPublic li a.one:hover, #AllPublic li.active a.one {
  border-color: #f9704f;
  color: #f9704f; }

#AllPublic li a.two:hover, #AllPublic li.active a.two {
  border-color: #1bc768;
  color: #1bc768; }

#AllPublic li a.three:hover, #AllPublic li.active a.three {
  border-color: #65a4e4;
  color: #65a4e4; }

#AllPublic li a.four:hover, #AllPublic li.active a.four {
  border-color: #fcd746;
  color: #fcd746; }

#AllPublic li a.five:hover, #AllPublic li.active a.five {
  border-color: #f58b3c;
  color: #f58b3c; }

#AllPublic li a.six:hover, #AllPublic li.active a.six {
  border-color: #9d6bd6;
  color: #9d6bd6; }

#HealthInitiatives:before {
  background: #f9704f;
  opacity: 0.1; }

#IDACertifiedCentres:before {
  background: #1bc768;
  opacity: 0.1; }

#IDAHealthCentres:before {
  background-color: #65a4e4;
  opacity: 0.1; }

#HealthySmileHappySmile:before {
  background-color: #fcd746;
  opacity: 0.1; }

#PublicActivities:before {
  background-color: #f58b3c;
  opacity: 0.1; }

#IDA-Partnership:before {
  background-color: #9d6bd6;
  opacity: 0.1; }

#AllPublicData .tab-pane {
  padding: 20px; }

#IDAHealthCentres .sections,
#HealthInitiatives .sections {
  padding: 15px;
  font-size: 95%;
  color: #4d5459;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#IDAHealthCentres .sections:before,
#HealthInitiatives .sections:before {
  content: "";
  left: 0;
  top: -30px;
  bottom: 0px;
  /*bottom: -30px;*/
  position: absolute;
  display: block;
  width: 1px; }

#HealthInitiatives .sections:before {
  border-left: 1px solid #f9704f; }

#IDAHealthCentres .sections:before {
  border-left: 1px solid #65a4e4; }

#IDAHealthCentres .sections p,
#HealthInitiatives .sections p {
  margin: 0;
  line-height: 1.8em;
  height: 5.4em;
  overflow: hidden; }

#IDAHealthCentres .sections h4,
#HealthInitiatives .sections h4 {
  font-size: 105%;
  font-weight: 600;
  color: #1B2432;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px; }

#IDAHealthCentres .sections h4:before,
#HealthInitiatives .sections h4:before {
  content: "\f192";
  font-size: 20px;
  font-family: fontawesome;
  position: absolute;
  top: -2px;
  left: -23px;
  background-color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: block;
  line-height: normal; }

#HealthInitiatives .sections h4:before {
  color: #f9704f; }

#IDAHealthCentres .sections h4:before {
  color: #65a4e4; }

#IDAHealthCentres .sections h4:after,
#HealthInitiatives .sections h4:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #1B2432;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#HealthInitiatives .sections:hover {
  background-color: #f9704f;
  color: #fff; }

#IDAHealthCentres .sections:hover {
  background-color: #65a4e4;
  color: #fff; }

#HealthInitiatives .sections:hover h4,
#IDAHealthCentres .sections:hover h4 {
  color: #fff !important; }

#IDAHealthCentres .sections:hover h4:after,
#HealthInitiatives .sections:hover h4:after {
  width: 200px; }

#IDACertifiedCentres ul {
  list-style-type: none;
  padding: 0; }

#IDACertifiedCentres li a {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px 20px;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#IDACertifiedCentres li a:hover {
  background: #1bc768;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  /*-ms-transform: $transform;*/
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  opacity: 1 !important; }

#IDACertifiedCentres li a img {
  border-radius: 5px;
  padding: 3px;
  background: #fff;
  max-width: 100%;
  max-height: 70px; }

#IDACertifiedCentres li a:before,
#IDACertifiedCentres li a:after {
  content: "";
  background: #e9faf0;
  width: 50%;
  height: 50%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#IDACertifiedCentres li a:before {
  left: -51px;
  top: -31px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#IDACertifiedCentres li a:after {
  right: -51px;
  bottom: -31px;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#HealthySmileHappySmile ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#HealthySmileHappySmile .role {
  display: block;
  color: #727272;
  height: 100%;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#HealthySmileHappySmile .role:hover {
  background: #fcd746;
  color: #1B2432;
  text-decoration: none;
  border-radius: 5px; }

#HealthySmileHappySmile .role:before, #HealthySmileHappySmile .role:after {
  clear: both;
  content: "";
  display: table; }

#HealthySmileHappySmile .role img {
  float: left;
  margin-right: 15px; }

#HealthySmileHappySmile .role h4 {
  font-size: 115%;
  font-weight: 600;
  color: #1B2432;
  margin-bottom: 12px;
  position: relative; }

#HealthySmileHappySmile .role p {
  font-size: 95%;
  margin: 0; }

#PublicActivities ul, #IDA-Partnership ul {
  list-style-type: none;
  padding: 0; }

#PublicActivities ul li, #IDA-Partnership ul li {
  margin-bottom: 15px; }

#PublicActivities ul li a {
  padding: 20px 20px 20px 80px;
  background-color: #fff;
  border-radius: 4px;
  color: #4d5459;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#PublicActivities ul li a:hover {
  background: #f58b3c;
  color: #fff; }

#PublicActivities ul li a:hover .PublicActivitiesDate:after {
  border-left-color: #fff !important; }

#PublicActivities ul li a:hover .PublicActivitiesDate {
  background-color: #fff;
  color: #f58b3c;
  font-weight: 500; }

#IDA-Partnership ul li a {
  padding: 20px;
  background-color: #9d6bd6;
  border-radius: 4px;
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#IDA-Partnership ul li a:hover {
  background: #fff;
  color: #9d6bd6;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); }

.PublicActivitiesDate {
  display: inline-block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #f58b3c;
  color: #fff;
  width: 60px;
  padding: 0 15px;
  border-radius: 4px; }

.PublicActivitiesDate > span {
  display: block;
  text-align: center; }

.PublicActivitiesDate > span:first-child {
  font-weight: bold;
  font-family: lato;
  font-size: 15pt;
  padding-top: 8px; }

.PublicActivitiesDate > span:nth-child(2) {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

.PublicActivitiesDate:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  z-index: 1;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left-color: #f58b3c !important;
  border-right: 0; }

#Publiclogos {
  margin: 100px 0 0;
  overflow: hidden;
  background-size: auto;
  position: relative;
  background: url(https://ida.org.in/images/publicsite_logos.jpg) no-repeat left center/cover; }

#Publiclogos:before {
  background: #3a3c3e;
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }

#Publiclogos:after {
  content: "";
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  bottom: -0px;
  display: inline-block;
  right: -webkit-calc(-50% + 130px);
  right: -moz-calc(-50% + 130px);
  right: -ms-calc(-50% + 130px);
  right: -o-calc(-50% + 130px);
  right: calc(-50% + 130px);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  /*-ms-transform: $transform;*/
  -o-transform: skew(-20deg);
  transform: skew(-20deg); }

#Publiclogos .container {
  position: relative; }

.Publiclogos {
  position: relative;
  z-index: 1;
  padding: 80px 0; }

#Publiclogos a {
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  padding: 0 20px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 4px; }

/*#Publiclogos .item a:hover {
    border: 1px solid $firstcolor;
}*/
#Publiclogos a img {
  display: inline-block;
  max-height: 95%;
  max-width: 100%;
  width: auto; }

#Publiclogos .circle {
  background-color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: -18px 0px;
  border: 10px solid #f3f3f3;
  position: relative;
  z-index: 1000; }

#Publiclogos a:before,
#Publiclogos a:after {
  content: "";
  border: 2px solid transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#Publiclogos a:before {
  left: 0px;
  top: 0px;
  border-width: 2px 0px 0px 2px; }

#Publiclogos a:after {
  right: 0px;
  bottom: 0px;
  border-width: 0px 2px 2px 0px; }

#Publiclogos a:hover:before,
#Publiclogos a:hover:after {
  width: 100%;
  height: 100%;
  border-color: #da2128; }

/*****************************************
			//All Public
*****************************************/
/*******************************************
        Public Banner
*******************************************/
#public-banner {
  margin-bottom: -20px; }

#public-banner .owl-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  position: absolute; }

#public-banner .owl-dot span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#public-banner .owl-dot.active span {
  background: #da2128; }

#public-banner .imgdv {
  padding: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  border-radius: 25px;
  /*border: 5px solid #ff0000;
    background: #1c1a1d;*/ }

#public-banner .item {
  margin-top: 120px;
  position: relative;
  /*background: #1c1a1d;color: #f1f1f1;
    border: 15px solid #ef2c3d;*/
  border-radius: 10px;
  padding: 40px 400px 60px 40px; }

/*******************************************
       // Public Banner
*******************************************/
/*******************************************
       Education and Research Center
*******************************************/
.Education-Research {
  overflow: hidden;
  position: relative;
  background: #fff; }

.Education-Research:before {
  background-color: #00aeef;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px; }

.Education-Research .container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 200px 40px 30px;
  position: relative;
  z-index: 1; }

.Education-Research .container:before, .Education-Research .container:after {
  content: "";
  display: block;
  width: 500%;
  height: 20px;
  background: #00aeef;
  position: absolute;
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  -ms-transform: skew(40deg);
  -o-transform: skew(40deg);
  transform: skew(40deg); }

.Education-Research .container:before {
  top: -19px;
  right: 35%;
  border-radius: 0 3px 0 0; }

.Education-Research .container:after {
  bottom: -19px;
  left: 65%;
  border-radius: 0 0 0 3px; }

.Education-Research h3 {
  color: #fff;
  margin: 0;
  line-height: 1.5em; }

.Education-Research a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -10px;
  background: #fff;
  color: #00aeef;
  font-size: 110%;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Education-Research a:hover {
  background-color: #0278a7;
  color: #fff; }

/*******************************************
      // Education and Research Center
*******************************************/
/*****************************************
		Video Testimonial
*****************************************/
.Allvideo {
  position: relative;
  background-color: #fff; }

/*.Allvideo:before {
    background: #1a253a;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}*/
.Allvideo .text {
  padding: 100px 50px 0; }

.Allvideo .carousel-indicators {
  left: inherit;
  right: inherit;
  bottom: inherit;
  padding: 0;
  margin: 40px 0 0;
  width: auto;
  list-style-type: none;
  position: relative;
  z-index: inherit; }

.Allvideo .carousel-indicators li {
  width: 130px;
  height: auto;
  text-indent: inherit;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  border: 0;
  cursor: pointer; }

.Allvideo .carousel-indicators li:last-child {
  margin-right: 0; }

.Allvideo .carousel-indicators li.active img {
  /*opacity: 0.4;*/
  border: 2px solid #00aeef;
  border-radius: 3px; }

.Allvideo .carousel-indicators li img {
  width: 100%; }

/*.Allvideo .carousel-inner {
    padding:50px 0;
}
.Allvideo .videoIframe {
    margin:-50px 0;
}*/
.Allvideo .nav-tabs {
  width: 415px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  border: 0; }

.Allvideo .nav-tabs li:first-child a {
  border-radius: 50px 0 0 50px; }

.Allvideo .nav-tabs li:last-child a {
  border-radius: 0 50px 50px 0; }

.Allvideo .nav-tabs li a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  margin: 0;
  border: 0;
  background: #e5e5e5;
  color: #000;
  position: relative;
  font-weight: 500;
  font-size: 110%;
  border: 0 !important; }

.Allvideo .nav-tabs li.active a,
.Allvideo .nav-tabs li:hover a {
  background: #da2128;
  color: #fff; }

/*****************************************
		// Video Testimonial
*****************************************/
/*****************************************
			All Events
*****************************************/
/*.Allevents:before {
    background: #f5f5f5;
    content: "";
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 50%;
    border-radius:100px;
}*/
/**/
.Allevents {
  color: #fff;
  position: relative;
  /*background-image: url(https://ida.org.in/images/Allevents.jpg);*/ }

/*.Allevents:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}*/
.Allevents .section-heading {
  position: relative;
  z-index: 1; }

.Allevents .tab-content ul {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.Allevents .tab-content ul li + li {
  margin-top: 15px; }

.Allevents-item {
  text-align: left;
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none !important; }

.Allevents-item:hover {
  background-color: #f5f5f5; }

.Allevents-image {
  height: 100px;
  width: 100px;
  background-color: #fff;
  display: table-cell;
  border-radius: 50%; }

.Allevents-image img {
  max-width: 100%;
  max-height: 100%;
  padding: 10px; }

.Allevents-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px; }

.Allevents-item .Allevents-hdr {
  text-transform: capitalize;
  font-size: 130%;
  font-weight: 600;
  line-height: 1.5em;
  color: #1B2432;
  margin-bottom: 10px;
  display: block; }

.Allevents-item .Allevents-date {
  font-size: 120%;
  font-weight: 500;
  font-family: lato;
  color: #c32026;
  margin: 10px 0;
  display: block; }

.Allevents-item p {
  margin: 0;
  height: 6em;
  line-height: 1.5em;
  overflow: hidden;
  color: #1B2432;
  display: none; }

.upcomingEvents {
  padding: 20px 20px 20px;
  background: #fff;
  height: 354px;
  width: 100%;
  display: table;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.EventsDetails {
  padding-left: 0; }

.EventsHeader {
  font-size: 130%;
  font-weight: 500;
  color: #1B2432;
  margin-bottom: 20px; }

.EventsHeader i {
  font-size: 30pt;
  float: left;
  color: #d52b2a;
  margin-right: 10px; }

.EventsHeader span {
  display: block;
  font-size: 70%; }

.EventsDetails p {
  font-weight: 500;
  margin: 0; }

.eventsTab {
  margin: 0;
  padding: 0; }
  .eventsTab li {
    float: left; }
    .eventsTab li a {
      padding: 15px 45px 15px 15px;
      color: #1b2432;
      font-weight: 500;
      letter-spacing: 0.2px;
      display: block;
      position: relative;
      text-decoration: none;
      z-index: 1; }
      .eventsTab li a:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: -1px;
        left: 0;
        z-index: -1;
        outline: 1px solid transparent;
        border-radius: 10px 10px 0 0;
        background: #eee;
        -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
        /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
        content: '';
        -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        -moz-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        /*-ms-transform: $transform;*/
        -o-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    .eventsTab li.active a {
      color: #fff; }
      .eventsTab li.active a:after {
        background: #00aeef;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
        box-shadow: none; }

.Allevents .tab-content {
  padding: 15px;
  border: 1px solid #e1e2e4;
  -webkit-border-radius: 0 5px 5px;
  -moz-border-radius: 0 5px 5px;
  /*-ms-border-radius: $radius;*/
  border-radius: 0 5px 5px; }

/*.eventsTab li a:after{
    content: "";
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    background: $firstcolor;
    @include transition(all .3s ease-in-out);
}

.eventsTab li a:hover:after, 
.eventsTab li.active a:after{
	opacity: 1;
    height: 3px;
}
.eventsTab li a:hover, 
.eventsTab li.active a{color:#1B2432;}*/
.Allevents .owl-nav > div {
  background: transparent;
  color: #00aeef;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  /*-ms-border-radius: $radius;*/
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: 1px solid #00aeef;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Allevents .owl-nav > div:hover {
  background-color: #00aeef;
  color: #fff; }

/*****************************************
			// All Events
*****************************************/
/*****************************************
			// Blog
*****************************************/
.AlleventsBlogs {
  position: relative;
  overflow: hidden; }

/*.AlleventsBlogs{  border-top:30px solid #1a253a;}*/
.Blogs:after {
  background: #00aeef;
  content: "";
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  z-index: -1;
  width: 5000px; }

.Blogs {
  /*background-image: url(https://ida.org.in/images/blogs.jpg);*/
  position: relative;
  z-index: 1; }

#Blogs {
  padding: 0 50px; }

.Blog {
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Blog-content {
  padding: 30px;
  background: #fff;
  position: relative; }

.Blog-img {
  max-height: 160px; }
  .Blog-img .progressive {
    width: 100%;
    height: 100%; }
    .Blog-img .progressive .preview {
      width: 50px !important;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      /*-ms-transform: $transform;*/
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.Blog .Blog-img img {
  width: 100%; }

.Blog-date {
  position: absolute;
  background: #da2128;
  color: #fff;
  padding-top: 10px;
  height: 60px;
  width: 60px;
  right: 20px;
  top: -30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.25);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.25);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Blog-date h3 {
  color: #fff;
  line-height: 0.8;
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: 500;
  margin-top: 0;
  font-family: lato; }

.Blog-content ul {
  margin: 0;
  padding: 0;
  display: none; }

.Blog-content ul li {
  color: #9e9e9e;
  margin-right: 20px;
  display: inline-block; }

.Blog-content ul li:last-child {
  margin-right: 0; }

.Blog-content ul li i {
  margin-right: 10px; }

.Blog-content h3 {
  font-size: 110%;
  margin: 10px 0;
  line-height: 1.8em; }

.Blog-content > p {
  line-height: 1.8em;
  height: 9em;
  overflow: hidden; }

#Blogs .owl-controls {
  margin: 0; }

/*#Blogs .owl-nav div
{
    background-color: transparent;
    color: $secondcolor;
    margin: -10px 0 0;
    padding: 0;
    font-size: 12pt;
    position: absolute;
    top: 50%;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
        @include transition(all 700ms cubic-bezier(0.19, 1, 0.22, 1));
}

#Blogs .owl-nav div.owl-prev{ left:-50%;}
#Blogs .owl-nav div.owl-next{ right:-50%;}

#Blogs:hover .owl-nav div.owl-prev{ left:-7px;}
#Blogs:hover .owl-nav div.owl-next{ right:-7px;}

#Blogs .owl-nav div:hover  { font-weight: bold;}  

#Blogs .owl-nav div.disabled{ opacity:0.5; cursor:default; pointer-events:none;}
*/
#Blogs .owl-dots {
  position: relative;
  z-index: 9;
  text-align: center; }

#Blogs .owl-dot span {
  background-color: #fff;
  width: 15px;
  height: 10px;
  margin: 0 15px 0 0;
  border-radius: 30px; }

#Blogs .owl-dot.active span {
  width: 40px;
  background-color: #da2128; }

/*****************************************
			// Blog
*****************************************/
/*****************************************
        Media Center
*****************************************/
#MediaCenter .section-heading ul.carousel-indicators {
  left: inherit;
  right: inherit;
  bottom: inherit;
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  list-style-type: none;
  position: relative;
  z-index: inherit; }

#MediaCenter .section-heading li {
  float: left;
  margin-right: 15px;
  width: auto;
  height: auto;
  text-indent: inherit;
  text-decoration: none;
  font-weight: 500;
  color: #da2128;
  padding: 5px 25px 5px 10px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-ms-border-radius: $radius;*/
  border-radius: 3px;
  border: 0;
  cursor: pointer; }

#MediaCenter .section-heading li:last-child {
  margin-right: 0; }

#MediaCenter .section-heading li.active {
  background: #da2128;
  color: #fff; }

#MediaCenter .section-heading li:after {
  content: "\f178";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  font-family: fontawesome; }

/*#MediaCenter  .owl-item { border: 1px solid #ddd;}*/
.owl-wrapper .owl-item:first-child {
  border-left: 0px solid #ddd; }

#MediaCenter .owl-stage .owl-item.active:first-child {
  border-left: 0 !important; }

#MediaCenter .owl-item .item {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative; }

#MediaCenter .item .date {
  position: absolute;
  top: -22px;
  left: 50%;
  padding: 10px 15px;
  background: #00aeef;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /*-ms-border-radius: $radius;*/
  border-radius: 2px;
  z-index: 9;
  text-align: center;
  font-family: lato;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

#MediaCenter .item .img-content {
  width: 100%;
  height: 180px;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  color: #da2128;
  position: relative;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  #MediaCenter .item .img-content .progressive {
    width: 100%;
    height: 100%; }
    #MediaCenter .item .img-content .progressive .preview {
      width: 50px !important;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      /*-ms-transform: $transform;*/
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

#MediaCenter .img-content i {
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#MediaCenter .item .data-content {
  padding: 30px 40px; }

#MediaCenter .item .data-content p {
  line-height: 1.8em;
  max-height: 7.2em;
  overflow: hidden; }

#MediaCenter .item .data-content .date span:first-child {
  font-size: 200%;
  font-weight: 500; }

#MediaCenter .item .data-content .date span:nth-child(2) {
  margin: 5px 0; }

#MediaCenter .item .data-content h3 {
  font-size: 110%;
  font-weight: 500;
  color: #da2128;
  margin: 0 0 15px 0;
  line-height: 1.5; }

#MediaCenter .owl-dots {
  position: relative;
  z-index: 9; }

#MediaCenter .owl-dot span {
  background-color: #ccc;
  width: 15px;
  height: 6px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-ms-border-radius: $radius;*/
  border-radius: 3px; }

#MediaCenter .owl-dot.active span {
  width: 40px;
  background-color: #da2128; }

/******Advocacy Media Centre******/
#AdvocacyMediaCenter .nav-tabs li > a i {
  display: none; }

#AdvocacyMediaCenter .img-content {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  text-align: center; }

#AdvocacyMediaCenter .img-content i {
  font-size: 70px;
  color: #da2128; }

#AdvocacyMediaCenter .date {
  font-size: 120%;
  font-weight: 600;
  font-family: lato;
  color: #00aeef; }

#AdvocacyMediaCenter .data-content h3 {
  font-size: 115%;
  font-weight: 600;
  color: #1B2432;
  margin: 5px 0;
  line-height: 1.5em; }

#AdvocacyMediaCenter .data-content p {
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
  margin-bottom: 5px; }

.directlinks li {
  list-style-type: none; }

.directlinks li a {
  display: block;
  margin-bottom: 10px;
  color: #1B2432;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  /*-ms-border-radius: $radius;*/
  border-radius: 40px;
  font-weight: 500;
  padding: 8px 15px 8px 40px;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.directlinks li a:hover {
  background: #f5f5f5;
  color: #00aeef; }

.directlinks li a i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #00aeef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.directlinks li a:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1.3);
  transform: scale(1.3); }

/******Advocacy Media Centre******/
/*****************************************
        //Media Center
*****************************************/
/*****************************************
			//Contact Us
*****************************************/
.Contact-address,
.Contact-phone,
.Contact-email,
.Contact-web {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #7b7b7b; }

.Contact-web {
  border: 0; }

.Contact-address:before,
.Contact-phone:before,
.Contact-email:before,
.Contact-web:before {
  font-family: fontawesome;
  font-size: 125%;
  color: #000;
  position: absolute;
  left: 0;
  top: -4px; }

.Contact-address:before {
  content: "\f041"; }

.Contact-phone:before {
  content: "\f095"; }

.Contact-email:before {
  content: "\f003"; }

.Contact-web:before {
  content: "\f0ac"; }

.company {
  font-size: 102%;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  margin-bottom: 5px; }

.Contact-address span {
  display: block; }

.Contactus h3 {
  margin-top: 5px;
  margin-bottom: 35px;
  font-size: 140%;
  font-weight: 600;
  color: #222; }

.Contactus h3:after {
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
  width: 50px;
  border-top: 1px solid #ddd;
  content: ''; }

.Contactus h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: 600;
  color: #222; }

.contact-form {
  position: relative;
  margin-top: 50px;
  padding: 50px 0;
  background: #f3f3f3; }

.Contactus label.radiobtn input[type="radio"]:checked + i + span, .Contactus label.radiobtn input[type="radio"]:checked + i:before {
  color: #000; }

.Contactus .FormIframe {
  width: 100%;
  height: 550px; }
  .Contactus .FormIframe iframe {
    width: 100%;
    height: 100%; }

.Contactus .MapIframe {
  width: 100%;
  height: 400px; }
  .Contactus .MapIframe iframe {
    width: 100%;
    height: 100%; }

/*****************************************
			//Contact Us
*****************************************/
/*****************************************
        equal-heights box
*****************************************/
ul.equal-heights > li > figure {
  margin: 0; }

/*****************************************
        //equal-heights box
*****************************************/
/*****************************************
        parallax
*****************************************/
.parallax-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

.wrapsection {
  padding: 0px 0;
  position: relative;
  margin: 0px 0; }

.parallax-content {
  position: relative;
  z-index: 1;
  /*z-index:4;*/
  padding: 30px 0; }

.parallax .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.0;
  z-index: 2; }

/*****************************************
        //parallax
*****************************************/
/*****************************************
        Count
*****************************************/
#Count {
  background-image: url(https://ida.org.in/images/State-and-Local.jpg); }

#Count:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.Count .counter {
  width: 150px;
  height: 150px;
  line-height: 110px;
  padding: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*-ms-border-radius: $radius;*/
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  border: 3px solid #00aeef;
  position: relative; }

.Count .counter:after {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  z-index: 9; }

.Count h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 22px 0 0;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5em; }

/*****************************************
        //Count
*****************************************/
/*****************************************
       Subscribe
*****************************************/
/*.Subscribe-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 130%;
    color: #1B2432;
}

.subscribe {
    background-color: rgba(255,255,255,0.8);
    display: block;
    padding: 2em 3em;
    border: 3px solid $white;
    position: relative;
}
.subscribe-box {
    margin: 0 auto;
    position:relative;
    z-index: 1;
}
.subscribe-box:before 
{
    content: "\f003";
    font-family: $FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -10px;
    z-index: 9;
    font-size: 15pt;
    line-height: normal;
}
.subscribe-box .input-group { width:100%;}

.subscribe-box input { height: 40px; padding-left: 45px; }

.subscribe-box input:focus { box-shadow: none; border: 1px solid #dc262a; border-right: 0!important;}
.subscribe-box .input-group-addon {
    background: #dc262a;
    width: 100px;
    height: 40px;
    font-size: 110%;
    color: $white;
    border-color: #dc262a;
    text-decoration: none!important;
}
*/
/*****************************************
       //Subscribe
*****************************************/
/*****************************************
		Chating
*****************************************/
.chating-icon {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1a253a;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 9;
  text-decoration: none !important; }

.chating-icon:hover {
  background: #00aeef;
  color: #fff; }

.chating-box {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: none;
  width: 300px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*-ms-border-radius: $radius;*/
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16); }

.chating-form .form {
  padding: 20px 30px; }

.chating-form .form a {
  background: #019cd9;
  border: 0;
  display: block;
  text-align: center;
  font-size: 110%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none !important;
  border-radius: 4px; }

.chating-form .form a:hover {
  background: #0179a9; }

.name-container {
  padding: 5px 15px;
  background: #00aeef;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }

.name-container img {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*-ms-border-radius: $radius;*/
  border-radius: 100%; }

.name-container .name {
  float: left;
  font-size: 110%;
  font-weight: 500;
  line-height: 35px;
  color: #fff;
  cursor: default; }

.name-container .fa-times {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  color: #fff; }

.name-container .fa-times:hover {
  color: #da2128; }

.chating-window {
  display: none; }

.chat {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  overflow: auto;
  height: 300px;
  position: relative; }

.chat li {
  padding: 0 15px 15px; }

.other .msg, .self .msg {
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: -ms-calc(100% - 50px);
  max-width: -o-calc(100% - 50px);
  max-width: calc(100% - 50px);
  font-size: 90%;
  min-width: 50px;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  /*box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);*/ }

.other .msg {
  float: left;
  background: #eceff1;
  border-top-left-radius: 0; }

.self .msg {
  color: #fff;
  float: right;
  background-color: #00b0ff;
  border-top-right-radius: 0; }

.other .msg:before, .self .msg:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-bottom-color: transparent !important; }

.other .msg:before {
  right: 0px;
  left: -9px;
  border: 5px solid #eceff1;
  border-left-color: transparent; }

.self .msg:before {
  right: -9px;
  border: 5px solid #00b0ff;
  border-right-color: transparent; }

.msg small {
  color: #ccc;
  margin-top: 3px;
  margin-left: 10px;
  padding-left: 15px;
  float: right;
  cursor: default;
  position: relative; }

.msg small:before {
  content: "\f017";
  color: #ddd;
  font-family: fontawesome;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.chat-type {
  position: relative; }

input.textarea {
  width: 100%;
  height: 50px;
  z-index: 99;
  background-color: #f4f7f9;
  border: none;
  outline: none;
  padding: 5px 50px 5px 10px;
  color: #666;
  font-weight: 400; }

input.textarea:focus {
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(150, 165, 190, 0.24);
  -moz-box-shadow: 0 0 100px 0 rgba(150, 165, 190, 0.24);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 100px 0 rgba(150, 165, 190, 0.24); }

.chat-type .send {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background: url(https://ida.org.in/images/send-button.png) no-repeat center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  text-decoration: none !important; }

/*****************************************
		//Chating
*****************************************/
/*****************************************
			footer
*****************************************/
/*.Footer_Patch{
    a{
        display:block; position: relative; @include border-radius(5px); 
        + a{ margin-top:30px;}
        &:hover{    }
        &:hover:after {
           @include transform(scale(1));
            opacity: 1;
        }
        &:after {
            position: absolute; top: -5px;left: -5px;
            padding: 5px;            
            background: $white;    
            @include border-radius(5px);
            @include transform(scale(.8));
            @include transition((transform 0.2s ease-in-out, opacity 0.2s));    
            opacity: 0;
            pointer-events: none;            
            width: 100%; height: 100%;
            content: '';
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }
        &.HealthyMouthHealthyBody{
            &:after{@include box-shadow(0 0 0 2px #004ea2);}
        }
        &.IDASeal{
            &:after{@include box-shadow(0 0 0 2px #008baa);}
        }
        img{z-index: 1; position: relative; @include border-radius(5px);}
    }
}*/
#footer {
  background: #171717;
  color: #999;
  padding: 50px 0 0 0;
  margin-top: 80px;
  position: relative;
  font-size: 95%; }

.Index #footer {
  margin: 0; }

/*.BtmAdd{ left: 0; right: 0; top: -40px; position: absolute;text-align: center;}
.BtmAdd img{
    outline: 1px solid #e6e6e6;
    border: 5px solid $white;
    margin: 0 auto;
    @include box-shadow( 0 0 22px rgba(0,0,0,0.2));
}
.BtmAdd a{    
    margin: 0 auto;
    display: inline-block;    
}*/
.footerMenu {
  margin-top: 30px;
  margin-bottom: 30px; }

.BtmAdd {
  left: 0;
  right: 0;
  top: -46px;
  position: absolute;
  text-align: center;
  width: 450px;
  height: 112px;
  margin: 0 auto;
  padding: 8px 15px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*-ms-border-radius: $radius;*/
  border-radius: 10px;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2); }

.BtmAdd .item {
  height: 96px; }

.BtmAdd a {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.BtmAdd a img {
  max-height: 70px;
  width: auto !important; }

.BtmAdd .owl-stage-outer {
  z-index: 1;
  background: #fff; }

.BtmAdd .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px; }

.BtmAdd .owl-nav div {
  display: inline-block;
  width: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  color: #00aeef;
  /* @include box-shadow(0 0 0 10px $white); */
  font-size: 21px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.BtmAdd .owl-nav div:hover {
  background-color: #00aeef;
  color: #fff; }

.BtmAdd .owl-nav .owl-prev {
  left: 150px;
  opacity: 0;
  -webkit-border-radius: 50% 2px 2px 50%;
  -moz-border-radius: 50% 2px 2px 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50% 2px 2px 50%; }

.BtmAdd .owl-nav .owl-next {
  right: 150px;
  opacity: 0;
  -webkit-border-radius: 2px 50% 50% 2px;
  -moz-border-radius: 2px 50% 50% 2px;
  /*-ms-border-radius: $radius;*/
  border-radius: 2px 50% 50% 2px; }

.BtmAdd:hover .owl-nav .owl-prev {
  left: -55px;
  opacity: 1; }

.BtmAdd:hover .owl-nav .owl-next {
  right: -55px;
  opacity: 1; }

.BtmAdd .owl-nav div i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#footer .cleardv {
  clear: both; }

#footer ul {
  padding: 0;
  list-style-type: none; }

#footer li a {
  color: #999;
  text-decoration: none !important;
  padding: 2px 0;
  display: block; }

#footer li a:hover {
  color: #fff; }

#footer li a:before {
  font-family: fontawesome;
  content: "\f105";
  margin-right: 8px;
  font-size: 90%;
  color: #fff; }

.address, .phone, .email {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .address a, .phone a, .email a {
    color: #fff; }
    .address a:hover, .phone a:hover, .email a:hover {
      color: #00aeef; }

.address:before,
.phone:before,
.email:before {
  font-family: fontawesome;
  font-size: 125%;
  color: #fff;
  position: absolute;
  left: 0; }

.address:before {
  content: "\f041"; }

.phone:before {
  content: "\f095"; }

.email:before {
  content: "\f003"; }

.com-name {
  font-size: 110%;
  color: #fff; }

.address span {
  display: block; }

#copy .container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-top: 1px solid #333; }

.copy {
  text-align: right;
  line-height: 35px; }
  .copy a {
    color: #fff; }
    .copy a:hover {
      color: #00aeef; }

.PrivacyPolicy {
  text-align: left;
  line-height: 35px; }

.PrivacyPolicy a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #9d9d9d;
  text-decoration: none; }

.PrivacyPolicy a:before {
  font-family: fontawesome;
  content: "\f192";
  margin-right: 8px;
  font-size: 90%;
  color: #00aeef; }

.PrivacyPolicy a:hover {
  color: #fff; }

.social-icons .application {
  display: block;
  margin-bottom: 25px; }
  .social-icons .application a {
    display: block; }

.social-icons > a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 50%;
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.social-icons > a span {
  background-color: #00aeef;
  color: #fff; }

.social-icons .fa-facebook, .social-icons .fa-facebook span {
  background-color: #3b5998 !important; }

.social-icons .fa-twitter, .social-icons .fa-twitter span {
  background-color: #00aced !important; }

.social-icons .fa-youtube, .social-icons .fa-youtube span {
  background-color: #b00 !important; }

.social-icons .fa-pinterest, .social-icons .fa-pinterest span {
  background-color: #cb2027 !important; }

.social-icons .fa-play, .social-icons .fa-play span {
  background-color: #000 !important; }

.social-icons .fa-apple, .social-icons .fa-apple span {
  background-color: #000 !important; }

.social-icons .fa-linkedin, .social-icons .fa-linkedin span {
  background-color: #0e76a8 !important; }

.social-icons .fa-google-plus, .social-icons .fa-google-plus span {
  background-color: #dd4b39 !important; }

.social-icons .fa-instagram, .social-icons .fa-instagram span {
  background-color: #517fa4 !important; }

.social-icons .fa-facebook span:before {
  border-left-color: #3b5998 !important; }

.social-icons .fa-twitter span:before {
  border-left-color: #00aced !important; }

.social-icons .fa-youtube span:before {
  border-left-color: #b00 !important; }

.social-icons .fa-pinterest span:before {
  border-left-color: #cb2027 !important; }

.social-icons .fa-play span:before {
  border-left-color: #000 !important; }

.social-icons .fa-apple span:before {
  border-left-color: #000 !important; }

.social-icons .fa-wordpress span:before {
  border-left-color: #21759b !important; }

.social-icons .fa-google-plus span:before {
  border-left-color: #dd4b39 !important; }

.social-icons .fa-instagram span:before {
  border-left-color: #517fa4 !important; }

.social-icons .faBlogs:before {
  content: "B";
  font-family: cursive;
  font-weight: bold;
  font-size: 130%; }

.social-icons .Support strong {
  font-size: 12px;
  display: inline-block; }

#footer .App {
  position: static;
  top: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*.container {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        border-top: 1px solid #333;
    }
    a{
        border-radius: 5px;    
        display: block;
        background-color:#000;
        overflow: hidden;
        @include transition(all .3s ease-in-out);
        &:hover{
            @include box-shadow((inset 0 0 transparent, 0 0 0 4px $firstcolor));
        }
    }*/ }
  #footer .App.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    #footer .App.fixed a {
      width: 130px;
      padding: 3px 10px;
      margin: 0 5px;
      display: inline-block;
      background-color: #000;
      overflow: hidden;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      /*-ms-border-radius: $radius;*/
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #footer .App.fixed a:hover {
        -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
        -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef;
        /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
        box-shadow: inset 0 0 transparent, 0 0 0 4px #00aeef; }
    @media (max-width: 991px) {
      #footer .App.fixed {
        top: 60px; } }

.Dentalcart {
  background: #fff !important;
  text-decoration: none !important; }

.Dentalcart span {
  font-size: 80%;
  font-weight: 600;
  color: #000;
  line-height: normal;
  display: block;
  text-align: center;
  margin: 3px 0 0; }

.Dentalcart small {
  line-height: normal;
  font-size: 80%;
  display: block;
  text-align: center;
  margin: 3px 0 5px;
  color: #00aeef;
  font-weight: 600; }

#onesignal-bell-launcher {
  bottom: 70px !important; }

.subscribe {
  padding: 40px 0;
  border-bottom: 1px solid #333; }

.subscribe-title {
  font-size: 130%;
  color: #999; }

.subscribe-title strong {
  font-weight: 500;
  color: #00aeef; }

.subscribe-title span {
  color: #fff; }

.subscribe .input-group .form-control {
  background: #343434;
  color: #999;
  padding: 10px 10px;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: none !important; }

.subscribe .input-group .input-group-addon {
  border-radius: 0; }

.subscribe-box-inside {
  background-color: #00aeef;
  color: #fff;
  padding: 25px 15px; }

.subscribe-box-inside h4 {
  text-align: left;
  line-height: 1.5em;
  margin: 0; }

.subscribe-box-inside input {
  height: 40px;
  margin: 25px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: none;
  border-color: #66afe9;
  outline: 0; }

.subscribe-box-inside input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: none; }

.subscribe-box-inside a {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  display: block;
  text-align: center;
  font-size: 110%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px; }

.subscribe-box-inside a:hover {
  background: rgba(0, 0, 0, 0.3); }

#back-top {
  color: #fff !important;
  font-size: 16px;
  width: 120px;
  height: 79px;
  line-height: 42px;
  position: fixed;
  right: -50px;
  bottom: -30px;
  z-index: 1;
  text-align: center;
  background: #00aeef;
  text-decoration: none !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s; }

#back-top i {
  display: block;
  font-size: 20px;
  padding-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/*#back-top
{
    position: fixed; bottom: 74px; right: 25px;
    background-color: $firstcolor; color: $white;
    width: 30px; height: 30px; line-height: 30px;
    display: block; margin: 0;
    text-align: center;
    z-index:2;    text-decoration: none;
    border-radius: 50%;
    @include transition(all .3s ease-in-out);
}
#back-top:hover
{
    background-color: $white; color: #0088bd;
    @include box-shadow((inset 0 0 transparent, 0 0 0 3px #0088bd));
}
*/
#CookiesMsg {
  display: none;
  position: fixed;
  left: 50%;
  bottom: -100px;
  background-color: #fff;
  color: #fff;
  background: #000;
  font-weight: 500;
  width: auto;
  padding: 0 30px;
  text-align: center;
  z-index: 99;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#CookiesMsg:before, #CookiesMsg:after {
  content: "";
  height: 15px;
  width: 100%;
  display: block;
  clear: both; }

.CookiesMsgshow #CookiesMsg {
  bottom: 0; }

#CookiesMsg a {
  color: #307abf;
  font-style: italic;
  margin-left: 10px;
  text-decoration: underline; }

#CookiesMsg a:hover {
  color: #ff0000; }

#CookiesMsg button {
  color: #fff;
  background-color: #00aeef;
  display: inline-block;
  border: 0;
  margin-left: 30px;
  padding: 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px;
  line-height: normal; }

#CookiesMsg button:hover {
  color: #00aeef;
  background-color: #fff; }

#CookiesMsg i {
  color: red;
  font-size: 170%;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px; }

.rgtpopup {
  width: 250px;
  height: 200px;
  padding: 20px;
  position: fixed;
  right: 80px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rgtpopup a:hover {
  text-decoration: none; }

.rgtpopup.Hidergtpopup {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.rgtpopup ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.rgtpopup li {
  height: 400px; }

.rgtpopup li img {
  width: 100%; }

.popupclose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  font-size: 140%;
  display: block;
  /*padding: 4px 5px;*/
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100% 0 100% 100%;
  background: #ff0000;
  color: #fff !important; }

.OpenAnnouncement {
  padding: 5px 8px;
  display: block;
  position: fixed;
  right: 80px;
  bottom: 0;
  z-index: 1;
  font-size: 16pt;
  background: #fff;
  color: #eb3812;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.OpenAnnouncement:hover {
  background: #eb3812;
  color: #fff; }

.OpenAnnouncement i {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.CloseAnnouncement {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(0%);
  transform: translateY(0%); }

#AnnouncementPopup .owl-stage-outer {
  z-index: 1; }

#AnnouncementPopup .owl-nav div {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 10px #fff;
  -moz-box-shadow: 0 0 0 10px #fff;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 0 10px #fff;
  color: #444;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#AnnouncementPopup .owl-nav div:before {
  content: "";
  border: 1px dashed #00aeef;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0; }

#AnnouncementPopup .owl-nav div:hover:before {
  border-color: #000;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  /*-ms-animation: $animation;
    -o-animation: $animation;*/
  animation: fa-spin 2s infinite linear; }

#AnnouncementPopup .owl-nav div:hover {
  background: #00aeef !important;
  color: #fff; }

.rgtpopup .owl-nav .owl-prev {
  left: 150px;
  opacity: 0; }

.rgtpopup .owl-nav .owl-next {
  right: 150px;
  opacity: 0; }

.rgtpopup:hover .owl-nav .owl-prev {
  left: -50px;
  opacity: 1; }

.rgtpopup:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1; }

.AnnouncementHdr {
  font-size: 100%;
  font-weight: 500;
  background-color: #00aeef;
  color: #fff;
  display: inline-block;
  width: 160px;
  padding: 7px 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  opacity: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rgtpopup:hover .AnnouncementHdr {
  top: -20px;
  opacity: 1; }

.AnnouncementHdr:hover {
  background-color: #fff;
  color: #00aeef;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2); }

/*****************************************
			//footer
*****************************************/
/*****************************************
			Support
*****************************************/
#SupportModal .modal-body {
  height: 540px;
  overflow: hidden; }

#SupportModal .modal-body iframe {
  width: 100%;
  height: 100%; }

/*****************************************
			//Support
*****************************************/
/*****************************************
			    Text
*****************************************/
.black {
  color: #1B2432; }

.red {
  color: #da2128 !important; }

.blue {
  color: #00aeef; }

.bgwhite {
  background-color: #fff; }

b, strong, .strong, label {
  font-weight: 600; }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.pad10 {
  padding: 10px; }

.pad-top-bottom10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-left-right10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad-left10 {
  padding-left: 10px; }

.pad-right10 {
  padding-right: 10px; }

.pad-top10 {
  padding-top: 10px; }

.pad-bottom10 {
  padding-bottom: 10px; }

.pad15 {
  padding: 15px; }

.pad-top-bottom15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pad-left-right15 {
  padding-left: 15px;
  padding-right: 15px; }

.pad-left15 {
  padding-left: 15px; }

.pad-right15 {
  padding-right: 15px; }

.pad-top15 {
  padding-top: 15px; }

.pad-bottom15 {
  padding-bottom: 15px; }

.pad20 {
  padding: 20px; }

.pad-top-bottom20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-left-right20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad-left20 {
  padding-left: 20px; }

.pad-right20 {
  padding-right: 20px; }

.pad-top20 {
  padding-top: 20px; }

.pad-bottom20 {
  padding-bottom: 20px; }

.pad25 {
  padding: 25px; }

.pad-left-right100 {
  padding-left: 100px;
  padding-right: 100px; }

.bdr {
  border: 1px solid #E1E2E4; }

.bdrtop {
  border-top: 1px solid #E1E2E4; }

.bdrbottom {
  border-bottom: 1px solid #E1E2E4; }

.bdrtopbottom {
  border-top: 1px solid #E1E2E4;
  border-bottom: 1px solid #E1E2E4; }

.no-border {
  border: 0 !important; }

.no-border-top {
  border-top: 0 !important; }

.no-border-bottom {
  border-bottom: 0 !important; }

.no-border-left {
  border-left: 0 !important; }

.no-border-right {
  border-right: 0 !important; }

.bdrbtmBig {
  border-bottom: 6px solid #eee; }

.middle-container div.sep {
  height: 6px;
  margin: 0 -20px;
  background-color: #eee; }

.sep {
  height: 6px;
  display: block;
  background-color: #eee; }

.no-margin {
  margin: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.martop0 {
  margin-top: 0 !important; }

.martop5 {
  margin-top: 5px; }

.martop10 {
  margin-top: 10px; }

.martop20 {
  margin-top: 20px; }

.marbtm0 {
  margin-bottom: 0 !important; }

.marbtm5 {
  margin-bottom: 5px; }

.marbtm10 {
  margin-bottom: 10px; }

.marbtm20 {
  margin-bottom: 20px; }

.marLeftRight-20 {
  margin-left: -20px;
  margin-right: -20px; }

.mar0auto {
  margin: 0 auto !important; }

.relative {
  position: relative; }

.Ohidden {
  overflow: hidden; }

h1.pageHeader {
  padding: 0px;
  margin: 0;
  font-size: 180%;
  font-weight: 700;
  /*font-family: Josefin Sans;*/
  color: #1B2432;
  position: relative;
  line-height: 1.5em; }

h2.header2 {
  padding: 0px;
  margin: 15px 0;
  font-size: 180%;
  font-weight: 600;
  color: #1B2432;
  line-height: 1.5em; }

h3.header3 {
  padding: 0px;
  margin: 15px 0;
  font-size: 150%;
  font-weight: 600;
  color: #00aeef;
  line-height: 1.5em; }

h4.header4 {
  padding: 0px;
  margin: 15px 0;
  font-size: 120%;
  font-weight: 600;
  color: #1B2432;
  line-height: 1.5em; }

h5.header5 {
  padding: 0px;
  margin: 15px 0;
  font-size: 110%;
  font-weight: 600;
  color: #1B2432;
  line-height: 1.5em; }

h6.header6 {
  padding: 0px;
  margin: 15px 0;
  font-size: 100%;
  font-weight: 500;
  color: #1B2432;
  line-height: 1.5em; }

.inside-banner {
  position: relative; }

/*.inside-banner:before{
    content: "";
    position: absolute;
    background: url(https://ida.org.in/images/inside-banner-box.png) repeat 0 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
}*/
.inside-banner img {
  width: 100%; }

.headerbg {
  /*position:absolute; left:0; right:0; bottom:0;*/
  padding: 15px 25px;
  background-color: #fff; }

/*.headerbg:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; right: 0; top:0;
}*/
.headerbg > .container {
  position: relative;
  z-index: 1; }

.breadcrumb {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  position: relative;
  border-radius: 0; }

.breadcrumb a {
  color: #da2128;
  font-weight: 400;
  font-size: 90%; }

.breadcrumb > .active {
  color: #4d5459;
  font-weight: 400;
  font-size: 90%; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #4d5459;
  content: "\f105";
  font-family: fontawesome; }

.pageHeader_right {
  display: none; }

.pageHeader_right > .dropdown {
  float: left; }

.pageHeader_right .dropdown-toggle {
  padding: 5px 10px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
  display: block; }

.pageHeader_right .dropdown-toggle i {
  margin-left: 7px; }

.pageHeader_right .Share a.dropdown-toggle:before {
  content: "\f1e0";
  font-family: fontawesome;
  margin-right: 7px; }

#at-image-sharing-tool, .at-image-sharing-mobile-icon {
  display: none !important; }

.pageHeader_right .Share li {
  padding: 20px 20px 20px 0; }

.pageHeader_right .More li a {
  padding: 7px 20px; }

.pageHeader_right .More li a i {
  margin-right: 10px;
  font-size: 110%; }

.pageHeader_right .dropdown-menu {
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -ms-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px); }

.pageHeader_right .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 32px;
  top: -10px;
  z-index: 1;
  border-left: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom-color: #fff !important; }

.pageHeader_right .dropdown-menu:after {
  content: '';
  position: absolute;
  left: 30px;
  top: -12px;
  border-left: 0;
  border: 12px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15) !important; }

.dropdown-toggle[aria-expanded=true] {
  color: #da2128;
  font-weight: 500; }

.left-container ul.menu {
  padding: 0;
  margin: 0;
  font-size: 95%; }

.left-container ul.menu .row {
  margin: auto; }

.left-container ul {
  padding: 0;
  list-style-type: none; }

.left-container ul.menu li a {
  color: #656565;
  cursor: pointer;
  display: block;
  padding: 4px 0 4px 20px;
  position: relative;
  line-height: 1.5em; }

.left-container ul.menu li a:hover {
  color: #00aeef; }

.left-container ul.menu li a:before {
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 8px;
  line-height: normal;
  font-family: fontawesome; }

.left-container ul.menu .parent,
.left-container ul.menu .direct,
.left-container ul.menu.RelatedLinks {
  padding: 15px 15px 5px; }

.left-container li.parent .direct {
  display: none; }

.left-container ul.menu .direct a {
  padding: 5px 5px 5px 20px;
  font-weight: 600;
  color: #424242;
  position: relative;
  display: block;
  font-size: 103%; }

.left-container ul.menu li .direct a:hover {
  color: #da2128; }

.left-container ul.menu .direct a:before {
  top: 9px; }

.left-container ul.menu .parent ul {
  padding: 0; }

.left-container ul.menu .parent .parent .title {
  padding: 9px 5px 9px 0px;
  font-size: 104%;
  margin: 0;
  border: 0;
  text-align: left; }

.left-container ul.menu .parent .parent {
  padding: 0;
  border: 0; }

.left-container h3.title {
  color: #1B2432;
  font-size: 125%;
  font-weight: 600;
  line-height: 1.5em;
  display: block;
  padding: 0 20px 10px;
  margin: 0 -20px 10px;
  border-bottom: 1px solid #eee; }

.middle-container p {
  margin-bottom: 15px;
  text-align: justify; }

.middle-container ul {
  margin-bottom: 15px; }

.middle-container ul:last-child {
  margin-bottom: 0; }

.middle-container strong.black + ul {
  margin-top: 15px; }

.middle-container .pagination {
  margin-bottom: 0 !important; }

.tbltext {
  padding: 25px 20px;
  background-color: #fff;
  position: relative; }

.tbltext_white {
  background-color: #fff; }

.tbltext > h2.header2:first-child, .tbltext .backbtn + h2.header2,
.tbltext > h3.header3:first-child, .tbltext .backbtn + h3.header3,
.tbltext > h4.header4:first-child, .tbltext .backbtn + h4.header4,
.tbltext > h5.header5:first-child, .tbltext .backbtn + h5.header5,
.tbltext > h6.header6:first-child, .tbltext .backbtn + h6.header6 {
  margin-top: 0; }

.tbltext .nav-tabs {
  margin: 0 -20px; }

.tbltext .nav-tabs li:first-child {
  margin-left: 20px; }

.tbltext .tab-content {
  padding-top: 20px; }

.tbltext .nav-tabs > li > a {
  color: #1B2432;
  font-weight: 600;
  margin: 0; }

.tbltext .nav-tabs > li.active > a,
.tbltext .nav-tabs > li.active > a:focus,
.tbltext .nav-tabs > li.active > a:hover {
  color: #da2128; }

.tbltext .nav-tabs.Center-tabs {
  text-align: center; }

.tbltext .nav-tabs.Center-tabs > li {
  float: none !important;
  display: inline-block;
  margin-left: -4px; }

.backbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-left: 25px;
  overflow: hidden;
  -webkit-transform: translateX(38px);
  -moz-transform: translateX(38px);
  /*-ms-transform: $transform;*/
  -o-transform: translateX(38px);
  transform: translateX(38px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.backbtn:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  background: url(https://ida.org.in/images/back-arrow-red.png) no-repeat center center/100% 100%; }

.backbtn:after {
  content: "Back";
  display: inline-block; }

.backbtn:hover {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  /*-ms-transform: $transform;*/
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.right-container .sub-header {
  color: #1B2432;
  font-weight: 600;
  font-size: 115%;
  margin: 0 0 10px;
  line-height: 1.4em;
  display: block; }

.right-container .adds {
  padding: 30px 0 10px;
  text-align: center;
  background-color: #fff; }

.right-container .adds a {
  display: block;
  position: inherit;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.right-container .adds a img {
  max-width: 100%; }

.right-container .adds a:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.right-container .App a {
  border-radius: 5px;
  display: block;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.right-container .App a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.right-container .SushrutaAwards a {
  background-color: #fff;
  text-align: center;
  padding: 15px;
  display: block;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.right-container .SushrutaAwards a:hover {
  background: #00aeef;
  color: #fff; }

.right-container .SushrutaAwards a img {
  margin: 0 auto; }

.right-container .SushrutaAwards a:hover .sub-header {
  color: #fff; }

.insidelinks {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.insidelinks ul {
  list-style-type: none; }

.insidelinks li > span {
  color: #656565;
  padding: 4px 0px 4px 25px;
  font-size: 110%;
  font-weight: 500;
  display: block;
  position: relative; }

.insidelinks a {
  color: #da2128;
  padding: 4px 0px 4px 25px;
  font-size: 110%;
  font-weight: 500;
  cursor: pointer;
  display: block;
  position: relative; }

.insidelinks ul li a {
  color: #da2128;
  font-weight: normal; }

.insidelinks a:after, .insidelinks li > span:after {
  content: "\f178";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: fontawesome; }

.SimpleList, .SimpleList ul {
  padding: 0 0 0 20px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  list-style: none; }

.SimpleList li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative; }

ul.SimpleList > li:before {
  content: "\f111";
  font-weight: 500;
  font-family: fontawesome;
  font-size: 50%;
  color: #1B2432;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

ol {
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 20px;
  margin-bottom: 15px; }

ol > li {
  counter-increment: item;
  padding-left: 22px;
  margin-bottom: 5px;
  position: relative; }

ol > li:before {
  margin-right: 10px;
  content: counter(item) ".";
  font-weight: 500;
  color: #1B2432;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

#policy ol {
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 20px;
  margin-bottom: 15px; }

#policy ol > li {
  counter-increment: none;
  padding-left: 28px;
  margin-bottom: 5px;
  position: relative; }

#policy ol > li:before {
  margin-right: 10px;
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: 500;
  color: #1B2432;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0; }

.gridText {
  padding: 0;
  margin: 0 -20px !important;
  list-style-type: none; }

.gridText ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.gridText > li {
  padding: 20px;
  background: #fff;
  outline: 1px solid #e5e5e5; }

.gridText > li:hover {
  background-color: #00aeef;
  color: #fff; }

.gridText > li.empty {
  background: #fff !important; }

/*.gridText > li [class*=header]{color:$secondcolor;}*/
.gridText > li a {
  color: #656565;
  cursor: pointer;
  display: block;
  padding: 3px 0 3px 20px;
  position: relative; }

.gridText > li a:before {
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: fontawesome; }

.gridText > li:hover a, .gridText > li:hover [class*=header] {
  color: #fff; }

.gridNotHover {
  padding: 0;
  margin: 0 -20px !important;
  list-style-type: none; }

.gridNotHover ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.gridNotHover > li {
  padding: 20px;
  background: #00aeef;
  outline: 1px solid #fff; }

.gridNotHover h4.header4 {
  margin-top: 0; }

.gridNotHover .listArrow li {
  color: #fff;
  display: block;
  padding: 3px 0 3px 20px;
  position: relative; }

.gridNotHover .listArrow li:before {
  content: "\f0a9";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: fontawesome; }

.gridAnc {
  padding: 0;
  margin: 0 -20px;
  list-style-type: none; }

.gridAnc > li {
  outline: 1px solid #e5e5e5;
  padding: 0; }

.gridAnc > li > a {
  padding: 20px 40px 20px 20px;
  font-size: 110%;
  font-weight: 500;
  color: #da2128;
  background: #fff;
  display: block;
  text-decoration: none; }

.gridAnc > li > a:hover {
  background-color: #00aeef;
  color: #fff; }

.gridAnc > li > a:before {
  content: "\f18e";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 25px;
  font-family: fontawesome; }

.patch-shadow {
  background-color: #00aeef;
  color: #fff;
  font-size: 105%;
  font-weight: 500;
  position: relative;
  padding: 15px;
  margin-bottom: 15px; }

.patch-shadow .btn {
  background: rgba(0, 0, 0, 0.1);
  color: #fff; }

.patch-shadow .btn:hover {
  background: rgba(0, 0, 0, 0.3); }

.patch-shadow:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  border-top: 10px solid #007399;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 20px; }

.patch-shadow:after {
  position: absolute;
  right: 0;
  bottom: -20px;
  content: "";
  width: 10px;
  border-top: 10px solid #007399;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  height: 20px; }

figure {
  position: relative;
  margin: 20px 0;
  /*border-top: 1px dotted #0098d8;
    border-bottom: 1px dotted #0098d8;*/ }

figure img, figure iframe {
  margin: 0 auto;
  border: 1px solid #999;
  padding: 5px;
  background: #fff; }

figcaption {
  clear: left;
  margin: 10px 0 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
  font-size: 95%;
  font-weight: 500; }

.AnnouncementPage > div {
  margin-bottom: 30px; }

.AnnouncementPage > div img {
  border: 1px solid #ccc; }

.DentistDetailDiv {
  text-align: center; }

.DentistDetailDiv img {
  max-width: 100px;
  max-height: 120px; }

.InnPage_Videos iframe {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -ms-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 315px;
  margin: -15px 10px 40px;
  background: #fff; }

.InnPage_Videos iframe:nth-last-child(1) {
  margin-bottom: 0; }

/********Table**********/
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none !important;
  border-color: #fff; }

.table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
  font-weight: 600;
  color: #1B2432; }

/********UnderMaintenance**********/
.UnderMaintenance {
  color: #da2128;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: Josefin Sans; }

.UnderMaintenance i {
  font-size: 100px;
  color: #ffdf01;
  margin-bottom: 40px; }

.UnderMaintenance i:before {
  position: relative;
  z-index: 9; }

.UnderMaintenance i:after {
  background-color: #000;
  content: "";
  position: absolute;
  left: 38px;
  top: 21px;
  bottom: 10px;
  width: 25px; }

.UnderMaintenance span {
  font-weight: bold;
  font-size: 120%;
  display: block;
  margin-top: 20px; }

/********Member_block**********/
.Member_block {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  /*-ms-border-radius: $radius;*/
  border-radius: 10px; }

.Member_block h3 {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #da2128;
  font-size: 125%;
  font-weight: 500; }

.Member_block h3 .v-middle {
  display: block; }

.Member_block .memimg_contant {
  text-align: center; }

.Member_block .memimg_contant img {
  display: inline-block; }

.Member_block .member_details_link {
  text-align: center;
  padding: 15px 25px 25px; }

.Member_block ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0px; }

.Member_block ul li a {
  border-bottom: 1px dotted #ddd;
  color: #00aeef;
  font-weight: normal;
  padding: 7px 0;
  display: block; }

/********page_menu**********/
.page_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.page_menu .bdrbtmBig {
  border: 0; }

.page_menu .RelatedLinks {
  display: none; }

.page_menu ul.menu li ul > li.parent {
  margin-bottom: 20px; }

.page_menu ul.menu li ul > li.parent .title .icon {
  background: #00aeef;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  /* overflow: hidden; */
  border-radius: 999px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.page_menu ul.menu li ul > li.parent .title {
  padding-left: 40px;
  font-size: 130%;
  color: #1B2432;
  margin: 0 0 15px; }

.page_menu ul.menu li ul > li {
  position: relative; }

.page_menu ul.menu li ul > li.parent:before {
  content: "";
  left: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dashed #656565;
  z-index: 1; }

.page_menu ul.menu li ul > li.parent li a {
  padding: 3px 0 3px 45px;
  display: block;
  color: #656565; }

.page_menu ul.menu li ul > li.parent li a:hover {
  color: #00aeef; }

.page_menu ul.menu li ul > li.parent li a:before {
  content: "";
  left: 15px;
  top: 50%;
  position: absolute;
  display: block;
  width: 15px;
  border-bottom: 1px dashed #656565;
  z-index: 1; }

.page_menu ul.menu li ul > li.direct a {
  display: block;
  margin-bottom: 10px;
  color: #1B2432;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 500;
  padding: 8px 15px 8px 40px;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.page_menu ul.menu li ul > li.direct a:hover {
  background: #f5f5f5;
  color: #00aeef; }

.page_menu ul.menu li ul > li.direct a i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #00aeef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.page_menu ul.menu li ul > li.direct a:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.page_menu.IDAResourceCentre .parent, .page_menu.IDAResourceCentre .direct {
  display: none; }

.page_menu.IDAResourceCentre .parent:nth-child(3) {
  display: block !important; }

/********accordion**********/
.panel-group {
  margin: 0; }

.panel-group .panel {
  overflow: hidden; }

.panel-group .panel-heading {
  padding: 0;
  background-color: #fff !important; }

.panel-group .panel-heading a {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  color: #1B2432;
  font-weight: 500;
  font-size: 102%;
  position: relative; }

.panel-group .panel-heading a:hover {
  background: #f5f5f5; }

.panel-group .panel-heading a:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12pt;
  font-family: fontawesome;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #1B2432;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  /*-ms-border-radius: $radius;*/
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.panel-group .panel-heading a:not(.collapsed):before {
  content: "\f106";
  color: #fff; }

.panel-group .panel-heading a:not(.collapsed) {
  background: #da2128;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px 4px 0 0; }

.panel-group .panel-heading a:not(.collapsed) h3.header3 {
  color: #fff; }

.panel-group .panel-heading a:not(.collapsed):after {
  color: #fff !important; }

.panel-group .panel-body {
  padding: 15px; }

/*.panel-group .panel-body p{display:block;text-decoration:none;position:relative;padding: 0 0 0 20px; text-align: justify;font-weight: normal;}
.panel-group .panel-body p:before{content: "\f00c";position:absolute;left: 0;top: 0;font-family: $FontAwesome;}*/
.withOutBorder.panel-group .panel-default {
  border: 0; }

.withOutBorder.panel-group .panel + .panel {
  margin-top: 1px; }

.withOutBorder.panel-group .panel-collapse {
  border: 1px solid #ddd;
  border-top: 0; }

.withOutBorder.panel-group .panel-heading a {
  padding: 6px 15px 6px 28px; }

.withOutBorder.panel-group .panel-heading a:after {
  content: "\f0a4";
  font-family: fontawesome;
  color: #da2128;
  font-size: 110%;
  position: absolute;
  left: 5px;
  top: 7px; }

/********/
/*accordion**********/
/*********AutoSuggestion**********/
.AutoSuggestion {
  position: relative; }

.AutoSuggestion ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  padding: 0;
  z-index: 1;
  border-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-ms-border-radius: $radius;*/
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.AutoSuggestion li {
  padding: 5px 10px;
  color: #000;
  text-align: left;
  border-top: 1px solid #e5e5e5; }

.AutoSuggestion li:hover {
  cursor: pointer;
  background: #f7f7f7; }

.AutoSuggestion li:nth-child(1) {
  border-top: 0; }

/********/
/*AutoSuggestion**********/
/*********pagination**********/
.pagination-controls {
  margin: 20px -20px 0px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
  bottom: -25px;
  position: relative; }

.GoToPage label {
  display: inline-block;
  color: #1B2432;
  font-size: 90%;
  font-weight: 600;
  margin: 0; }

.GoToPage .form-control {
  width: 70px;
  height: 30px;
  display: inline-block; }

.pagination-controls .pagination {
  margin: 0; }

.pagination-controls:before, .pagination-controls:after {
  content: "";
  clear: both;
  display: table; }

.pagination-controls .pagination > li > a,
.pagination-controls .pagination > li > span {
  color: #171717;
  font-size: 85%;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 12px; }

.pagination-controls .pagination > li:nth-child(1) a:before,
.pagination-controls .pagination > li:nth-child(2) a:before,
.pagination-controls .pagination > li:nth-last-child(2) a:before,
.pagination-controls .pagination > li:nth-last-child(1) a:before {
  font-family: fontawesome;
  font-size: 110%;
  color: #c32026; }

.pagination-controls .pagination > li:nth-child(1) a:before {
  content: "\f100"; }

.pagination-controls .pagination > li:nth-child(2) a:before {
  content: "\f104"; }

.pagination-controls .pagination > li:nth-last-child(2) a:before {
  content: "\f105"; }

.pagination-controls .pagination > li:nth-last-child(1) a:before {
  content: "\f101"; }

.pagination-controls .pagination > .disabled > a,
.pagination-controls .pagination > .disabled > a:focus,
.pagination-controls .pagination > .disabled > a:hover,
.pagination-controls .pagination > .disabled > span,
.pagination-controls .pagination > .disabled > span:focus,
.pagination-controls .pagination > .disabled > span:hover {
  opacity: 0.5; }

.pagination-controls .pagination > .active > a,
.pagination-controls .pagination > .active > a:focus,
.pagination-controls .pagination > .active > a:hover,
.pagination-controls .pagination > .active > span,
.pagination-controls .pagination > .active > span:focus,
.pagination-controls .pagination > .active > span:hover {
  background-color: #00aeef;
  border-color: #00aeef;
  color: #fff; }

/********/
/*pagination**********/
/*****************************************
			// Text
*****************************************/
/***********************************
        modal left/right
***********************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  /*width: 600px;*/
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  /*-ms-transform: $transform;*/
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.left .modal-content,
.modal.right .modal-content {
  max-height: 100% !important;
  height: 100%;
  border-radius: 0;
  border: none; }

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.in .modal-dialog {
  left: 0;
  z-index: 9999; }

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0;
  z-index: 9999; }

.modal.left .modal-header,
.modal.right .modal-header {
  border-bottom-color: #eee;
  background-color: #d52b2a;
  padding: 10px 15px !important; }

.modal.left .modal-header .modal-title,
.modal.right .modal-header .modal-title {
  color: #fff;
  font-size: 120%;
  font-weight: 400; }

.modal.left .modal-header .close,
.modal.right .modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  -webkit-filter: alpha(opacity=80);
  -moz-filter: alpha(opacity=80);
  -o-filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  opacity: .8;
  margin: -2px 0 0; }

.modelTab .modal-header {
  padding-bottom: 0; }

.modal-header {
  padding: 10px 35px 10px 15px;
  border-bottom: 1px solid #E1E2E4;
  display: inline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.modal-header .close {
  outline: none;
  margin-top: 5px;
  margin-right: -20px;
  font-size: 25px; }

.modal-content {
  border: 1px solid #898E95;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-ms-border-radius: $radius;*/
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  /*-moz-flex-direction: $flex-direction;*/
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-height: -webkit-calc(100vh - 60px);
  max-height: -moz-calc(100vh - 60px);
  max-height: -ms-calc(100vh - 60px);
  max-height: -o-calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  width: 100%; }

.modal-body {
  overflow: auto; }

.modal-body label {
  color: #1B2432;
  vertical-align: bottom; }

.modal-title {
  color: #1B2432;
  font-size: 150%;
  text-transform: capitalize; }

.modal-backdrop {
  background-color: #676D76; }

.modal-backdrop.in {
  opacity: .7;
  -webkit-filter: alpha(opacity=70);
  -moz-filter: alpha(opacity=70);
  -o-filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.modal-footer {
  margin-top: 0;
  display: inline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.modal-open {
  overflow: hidden !important; }

.modal.left .modal-small,
.modal.right .modal-small {
  width: 300px; }

.modal.left .modal-middle,
.modal.right .modal-middle {
  width: 500px; }

/***********************************
    //modal left/right
***********************************/
/*****************************************
	Dentists Directory Grid list View
*****************************************/
.list-grid-btn {
  text-align: right;
  padding: 15px;
  display: block; }

.list-grid-btn .btn-group {
  float: right; }

.list-grid-btn .btn-group .glyphicon {
  margin-right: 5px; }

.list-grid-btn .btn-group a.selected {
  background: #00aeef;
  color: #fff;
  border-color: #00aeef; }

.grid-item {
  margin-left: -20px;
  margin-right: -21px; }

.grid-item .table11 {
  border: 0; }

.grid-item .table11 thead {
  display: none;
  visibility: hidden; }

.grid-item .table11 tbody tr {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 20px 15px;
  /*margin-bottom: 30px;*/
  background-color: #fff;
  outline: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  /*-ms-border-radius: $radius;*/
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.grid-item .table11 tbody tr:hover {
  -webkit-box-shadow: 0 0 0 10px #ebebeb inset;
  -moz-box-shadow: 0 0 0 10px #ebebeb inset;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: 0 0 0 10px #ebebeb inset;
  background-color: #fff; }

.grid-item .photo-container {
  overflow: hidden;
  display: block;
  text-align: center;
  margin-bottom: 5px; }

.grid-item .photo-container img {
  max-width: 100px;
  max-height: 80px;
  border-radius: 10px; }

.grid-item .photo-container + strong {
  line-height: 40px; }

.grid-item .table11 tbody td {
  padding: 0px;
  display: block;
  line-height: 1.7em;
  border: 0; }

.grid-item .table11 tbody td:nth-child(1) {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  /*padding-bottom:10px;
    padding: 0 10px 10px;
    margin: 0 -15px 10px;
    border-bottom: 1px solid #ccc;*/ }

/*.grid-item .table11 tbody td:last-child {
    padding-top: 5px;
    text-align: center;
}*/
.grid-item .table11 tbody td:nth-child(6) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.grid-item .table11 tbody {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  /*padding: 0 15px;*/
  display: table-cell; }

.grid-item .lastbtn tbody tr {
  padding-bottom: 50px;
  position: relative; }

.grid-item .lastbtn tbody td:last-child {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px; }

.grid-item .lastbtn .btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  /*-ms-border-radius: $radius;*/
  border-radius: 25px; }

.grid-item .table11 tbody tr td .btn span {
  margin-left: 5px; }

.grid-item .DentalSpecialityAssociationtbl td:last-child {
  display: none; }

.grid-item .DentalAssociationtbl td:last-child {
  display: none; }

.DentistDirectory.grid-item tbody {
  height: 235px; }

/*.ScholarshipPage.grid-item tbody{ height:230px;}
.ScholarshipPage.grid-item tbody tr td{ text-align:left!important; padding: 0!important;}
.ScholarshipPage.grid-item tbody tr td:before{ font-weight:500;color: #1B2432;}
.ScholarshipPage.grid-item tbody tr td:nth-child(1):before{ content:"Name : "; }
.ScholarshipPage.grid-item tbody tr td:nth-child(2):before{ content:"City : "; }
.ScholarshipPage.grid-item tbody tr td:nth-child(3):before{ content:"Rank : "; }
.ScholarshipPage.grid-item tbody tr td:nth-child(4):before{ content:"College Name : "; }
.ScholarshipPage.grid-item tbody tr td:nth-child(5):before{ content:"Year : "; }
.ScholarshipPage.grid-item tbody tr td:nth-child(6):before{ content:"BDS Year : "; }


.AwardsPage.grid-item tbody{ height:200px;}
.AwardsPage.grid-item tbody tr td{ text-align:left!important; padding: 0!important;}
.AwardsPage.grid-item tbody tr td:before{ font-weight:500; color: #1B2432;}
.AwardsPage.grid-item tbody tr td:nth-child(1):before{ content:"Awards : "; }
.AwardsPage.grid-item tbody tr td:nth-child(2):before{ content:"Purpose : "; }
.AwardsPage.grid-item tbody tr td:nth-child(3):before{ content:"Winner : "; }*/
.list-item .table11 tbody tr td .btn span {
  display: none; }

.list-item .table11 thead th {
  text-align: center; }

.list-item .table11 > tbody > tr > td {
  padding: 8px 8px; }

.list-item .table11 > tbody {
  height: auto !important; }

/*.list-item .table11>tbody:nth-child(odd) td{
    background-color: rgba(202, 84, 27, 0.06);
}*/
.list-item .photo-container {
  overflow: hidden;
  /*display: inline-block;*/
  display: block;
  max-width: 50px;
  max-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-ms-border-radius: $radius;*/
  border-radius: 5px; }

.list-item .photo-container img {
  max-width: 100%;
  max-height: 100%;
  /*border-radius: 10px;*/ }

#allView .table11 {
  width: 100%;
  margin: 0;
  font-size: 95%; }

#allView .table11 > tbody + tbody {
  border: 0; }

#allView .table11 tbody tr td {
  vertical-align: middle; }

/* #allView .table11>tbody>tr:hover {
    background-color: #f2f2f2;
}
#allView .table11>tbody>tr {

}
#allView .table11 tbody td:nth-child(1) {
    color: #444;
}
#allView .table11 tbody td:last-child{
    text-align:center;
}*/
.openFindDentist {
  display: inline-block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*****************************************
	//Dentists Directory Grid list View
*****************************************/
/*****************************************
        Scholarship
*****************************************/
#AwardYear {
  display: inline-block; }

/*****************************************
        Scholarship end
*****************************************/
#AwardYear.owl-carousel .owl-stage-outer, #ScholarshipYear.owl-carousel .owl-stage-outer {
  z-index: 2; }

#AwardYear .owl-item .item, #ScholarshipYear .owl-item .item {
  text-align: center;
  cursor: pointer;
  padding: 6px 5px;
  font-size: 125%;
  font-weight: 600;
  color: #1B2432; }

#AwardYear .owl-item.selected .item, #ScholarshipYear .owl-item.selected .item {
  /*background:$secondcolor; color:$white;*/
  cursor: default; }

#AwardYear .owl-nav, #ScholarshipYear .owl-nav {
  position: absolute;
  top: 50%;
  left: -25px;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  z-index: 1; }

#AwardYear .owl-nav .owl-prev, #ScholarshipYear .owl-nav .owl-prev {
  float: left; }

#AwardYear .owl-nav .owl-next, #ScholarshipYear .owl-nav .owl-next {
  float: right; }

#AwardYear .owl-nav .owl-prev, #AwardYear .owl-nav .owl-next, #ScholarshipYear .owl-nav .owl-prev, #ScholarshipYear .owl-nav .owl-next {
  background: transparent;
  color: #da2128;
  opacity: 1;
  font-size: 25px; }

.ScholarshipPage table thead tr {
  background: #f5f5f5; }

.ScholarshipPage.list-item .table11 > tbody > tr > td {
  padding: 10px 15px; }

.ScholarshipPage table tbody tr td a.scholarship_nme {
  color: #4d5459;
  display: block;
  font-weight: 500;
  font-size: 110%;
  margin-bottom: 10px; }

.ScholarshipPage table tbody tr td a:hover {
  text-decoration: none; }

.divscholar ul, .divaward ul {
  list-style-type: square;
  position: relative; }

.divscholar ul li, .divaward ul li {
  margin-bottom: 5px;
  color: #da2128; }

.divscholar ul span {
  color: #737373; }

.divscholar ul a {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/*#Winners .list-grid-btn { margin-top: -8px; }*/
.winner_imgborder a {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 25px;
  height: 90px; }

.winner_imgborder a img {
  height: 100%;
  width: 100%;
  border: 1px solid #ddd;
  object-fit: cover; }

.ScholarshipPage.grid-item {
  margin: 0px; }

.ScholarshipPage.grid-item .divscholar ul, .ScholarshipPage.grid-item .divaward ul {
  margin-bottom: 0px;
  padding-left: 25px; }

.ScholarshipPage.grid-item .table11 tbody td:nth-child(1) {
  font-size: 95%;
  font-weight: 500;
  padding: 0px; }

.ScholarshipPage.grid-item .table11 tbody {
  height: 200px !important; }

.ScholarshipPage.grid-item .table11 tbody tr {
  padding: 10px 20px 15px; }

.ScholarshipPage.grid-item .divaward, .ScholarshipPage.grid-item .divscholar {
  height: 115px;
  overflow: auto;
  padding-right: 15px; }

.ScholarshipPage.grid-item .table11 tbody tr:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /*-ms-box-shadow: $box-shadow;
    -o-box-shadow: $box-shadow;*/
  box-shadow: none; }

.sch_award label {
  font-weight: 500; }

.sch_winn_control {
  width: 27.5%;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
  font-size: 90%;
  padding: 6px 8px; }

.award_cont {
  width: 50%;
  display: inline-block;
  margin: 0px 10px; }

select.bs-select-hidden, select.selectpicker {
  display: inline-block !important; }

.sch_winn_control, .award_cont {
  border: 1px solid #e5e6e6; }

.table > tbody + tbody {
  border-top: none; }

.Sch_margin {
  margin-top: -20px; }

.sch_award .tab-content table {
  table-layout: auto; }

/*****************************************
        OfficeBearer,  Members
*****************************************/
.OfficeBearer-grid {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.OfficeBearer-grid > li {
  background: #fff;
  outline: 1px solid #e5e5e5;
  padding: 20px;
  height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.OfficeBearer-grid > li .OfficeBearer-Details {
  padding: 15px 15px 50px 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 92%;
  font-weight: 400;
  color: #fff;
  background-color: #00aeef;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.OfficeBearer-grid > li .OfficeBearer-Details .OfficeBearer-name {
  margin-top: 0; }

.OfficeBearer-grid > li .OfficeBearer-Details .OfficeBearer-name + p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  white-space: normal; }

.OfficeBearer-grid > li:hover .OfficeBearer-Details {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(0%);
  transform: translateY(0%); }

.OfficeBearer-grid > li:hover .OfficeBearer-name {
  color: #fff; }

.OfficeBearer-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 0;
  text-align: center;
  display: none; }

.OfficeBearer-btns a {
  padding: 3px 12px;
  background-color: #fff;
  color: #da2128;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  /*-ms-border-radius: $radius;*/
  border-radius: 25px; }

.OfficeBearer-photo {
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.OfficeBearer-photo img {
  max-height: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px; }

.OfficeBearer-name {
  font-size: 105%;
  color: #1B2432;
  font-weight: 600;
  margin: 15px 0 5px; }

.OfficeBearer-name + p {
  margin: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.OfficeBearer-msg {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px 0;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.OfficeBearer-msg-photo {
  height: 100px;
  /*float:left; margin-right:10px;*/ }

.OfficeBearer-msg-photo img {
  max-height: 100%;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /*-ms-border-radius: $radius;*/
  border-radius: 4px; }

.OfficeBearer-msg-name {
  font-size: 105%;
  color: #1B2432;
  font-weight: 600;
  margin: 15px 0 5px; }

.OfficeBearer-msg-name + p {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center; }

.OfficeBearer-Sign {
  margin-top: 40px; }

.OfficeBearer-Sign h4 {
  font-size: 105%;
  color: #1B2432;
  font-weight: 600;
  margin: 0; }

.OfficeBearer-Sign p {
  margin: 4px 0; }

.Member-Details {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.Member-Details > li {
  padding: 0; }

.Member-info {
  position: relative;
  padding: 10px 15px; }

.Member-info:hover {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer; }

.Member-info:hover strong, .Member-info:hover span {
  color: #fff; }

.Member-info.selected {
  background-color: #f9f9f9;
  color: inherit !important;
  border-bottom: 1px solid #eee; }

.Member-info.selected:hover strong, .Member-info.selected:hover span {
  color: inherit !important; }

.Member-info.selected:before {
  content: "";
  border-top-color: #eee !important;
  border: 12px solid transparent;
  position: absolute;
  left: 28px;
  top: 100%; }

.Member-info.selected:after {
  content: "";
  border-top-color: #f9f9f9 !important;
  border: 10px solid transparent;
  position: absolute;
  left: 30px;
  top: 100%; }

.Member-Photo {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.Member-Photo img {
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-ms-border-radius: $radius;*/
  border-radius: 5px; }

.Member-Name {
  padding-left: 65px;
  /*height:50px;*/ }

.Member-Name strong {
  color: #1B2432;
  display: block; }

.Member-Name span {
  display: inline-block;
  font-size: 85%;
  font-weight: 600;
  color: #1B2432; }

/*.Member-Name strong + span:before{ content:"-"; display:inline-block; margin-left: 10px; margin-right:10px;}*/
.Member-Name p {
  margin: 0;
  text-align: left;
  font-size: 95%; }

.Member-Add-Details {
  padding: 15px;
  display: none; }

.Member-Add-Details > span {
  display: block; }

.Member-btns {
  margin: 10px 0 0;
  /*display:none;*/ }

.Member-btns a {
  padding: 5px 25px 5px 8px;
  color: #da2128;
  font-weight: 500;
  position: relative; }

.Member-btns a:after {
  content: "\f178";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: fontawesome; }

/*****************************************
        //OfficeBearer , Members
*****************************************/
/*****************************************
       Buttons 
*****************************************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.waves-effect .waves-ripple {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  /*-ms-transform: $transform;*/
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-button-input {
  background: transparent;
  border: 0;
  outline: none; }

@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    /*-ms-transform: $transform;*/
    -o-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    /*-ms-transform: $transform;*/
    -o-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1);
    transform: scale(1); } }

label.cbox i, label.radiobtn i {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #898E95;
  vertical-align: middle; }

label.cbox, label.radiobtn {
  /*font-weight: normal;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 0.5; }

label.cbox:after {
  content: "";
  display: inline-block;
  clear: both; }

label.radiobtn input[type="radio"],
label.cbox input[type="checkbox"] {
  display: none; }

label.radiobtn input[type="radio"] + i:before,
label.cbox input[type="checkbox"] + i:before {
  font-family: fontawesome;
  font-size: 20px;
  margin: 0 1px;
  line-height: 1;
  display: inline-block; }

label.radiobtn input[type="radio"]:checked + i,
label.cbox input[type="checkbox"]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  -moz-animation: icon-beat 0.1s ease;
  /*-ms-animation: $animation;
    -o-animation: $animation;*/
  animation: icon-beat 0.1s ease; }

label.radiobtn input[type="radio"] + i + span,
label.cbox input[type="checkbox"] + i + span {
  margin-left: 7px; }

label.radiobtn input[type="radio"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

label.radiobtn input[type="radio"] + i:before {
  content: "\f10c"; }

label.radiobtn input[type="radio"]:checked + i:before {
  content: "\f192"; }

label.radiobtn input[type="radio"]:checked + i + span,
label.radiobtn input[type="radio"]:checked + i:before,
label.cbox input[type="checkbox"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i:before {
  color: #da2128; }

label.cbox input[type="checkbox"] + i:before {
  content: "\f096"; }

label.cbox input[type="checkbox"]:checked + i:before {
  /*content: "\f046";*/
  content: "\f14a"; }

/*****************************************
     //  Buttons 
*****************************************/
/*****************************************
     Datahighlighter
*****************************************/
#datahiglighter table td {
  padding: 8px 0;
  vertical-align: text-bottom; }

#datahiglighter table td span {
  margin-left: 15px;
  margin-right: 24px;
  font-size: 24px;
  color: #a2a2a2; }

#datahiglighter table td a {
  vertical-align: text-bottom; }

/*****************************************
     //  Datahighlighter 
*****************************************/
/*****************************************
     Dental Practice Support
*****************************************/
#dps {
  position: relative;
  /*margin-top: 50px;*/
  width: 250px;
  height: 150px;
  display: inline-block;
  margin: 20px 5px 5px; }

#dps .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }

#dps:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3); }

#dps > img {
  position: absolute;
  width: 250px;
  height: 150px;
  left: 0; }

#dps > img:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

#dps .title {
  position: absolute;
  width: 250px;
  left: 0;
  top: 40px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  padding: 0px 15px;
  text-transform: capitalize;
  color: #fff;
  z-index: 1;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease; }

#dps:hover .title {
  top: 30px; }

#dps .button {
  position: absolute;
  width: 250px;
  left: 0;
  top: 100px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

#dps .button a {
  width: 200px;
  padding: 6px 24px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1; }

#dps:hover .button {
  opacity: 1; }

/*****************************************
     //  Dental Practice Support 
*****************************************/
/*****************************************
     Member Profile
*****************************************/
.mempro {
  width: 80%;
  margin: 0 0 20px; }

.memphoto {
  width: 100px;
  float: left;
  margin: 0 20px 20px 0px;
  border: 1px solid #ddd;
  padding: 3px; }

.dvaddress {
  float: left; }

/*****************************************
     //  Member Profile 
*****************************************/
/*****************************************
     Timeline
*****************************************/
#divtimelinepres_10_0, #divtimelinepres_10_1 {
  display: none; }

.Timeline-Main {
  padding: 30px 0;
  border-bottom: 2px dashed #00aeef; }

.Timeline-Main:nth-last-child(1) {
  border: 0; }

.Timeline {
  margin-bottom: 30px;
  position: relative; }

.Timeline-Main .Timeline:last-child {
  margin-bottom: 0; }

.Timeline-Info {
  width: 270px;
  float: left;
  padding-right: 60px;
  position: relative;
  text-align: center;
  z-index: 2; }

.Timeline-Info:before {
  content: "";
  right: 30px;
  top: -30px;
  bottom: -30px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 2px dashed #00aeef; }

.Timeline-Info:after {
  content: "";
  left: 50%;
  top: 30px;
  position: absolute;
  display: block;
  width: 50%;
  border-bottom: 2px dashed #00aeef;
  display: none; }

.Timeline-Secretary-Info {
  float: left;
  padding-left: 60px;
  text-align: center;
  z-index: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  /*-ms-transform: $transform;*/
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.Timeline-Secretary-Info .Timeline-Year {
  left: 0;
  display: none; }

.Timeline-Year {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  /*border-radius: 100%;border: 2px dashed #e1e1e1;*/
  background-color: #fff;
  color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*-ms-border-radius: $radius;*/
  border-radius: 100%;
  font-family: Georgia;
  font-size: 14pt;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.Timeline-Year:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  border: 2px dashed #00aeef;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*-ms-border-radius: $radius;*/
  border-radius: 100%; }

.Timeline:hover .Timeline-Year {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  /*-ms-transform: $transform;*/
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.Timeline:hover .Timeline-Year:before {
  border: 2px dashed #da2128;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  /*-ms-animation: $animation;
    -o-animation: $animation;*/
  animation: fa-spin 2s infinite linear; }

.Timeline-Photo {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1; }

.Timeline-Photo img {
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-ms-border-radius: $radius;*/
  border-radius: 5px; }

.Timeline-Name {
  /*float: left;
        position: relative;
        top: 50%;
        @include transform(translateY(-50%));*/ }

.Timeline-Name strong {
  color: #1B2432; }

.Timeline-Name p {
  text-align: center; }

.Timeline-Details {
  width: -webkit-calc(100% - 290px);
  width: -moz-calc(100% - 290px);
  width: -ms-calc(100% - 290px);
  width: -o-calc(100% - 290px);
  width: calc(100% - 290px);
  float: left;
  padding: 20px 30px;
  background-color: #7a838a;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  /*-ms-border-radius: $radius;*/
  border-radius: 6px;
  margin-left: 15px; }

.Timeline-Details:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #7a838a transparent transparent;
  position: absolute;
  left: 0;
  top: 20px;
  margin-left: -9px; }

.Timeline-Details ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 95%; }

.Timeline-Details li {
  position: relative;
  padding: 0 0 0 20px; }

.Timeline-Details li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome; }

.floated-text {
  color: #8e9397;
  font-size: 70px;
  letter-spacing: 1px;
  z-index: -1;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.Timeline-Secretary {
  padding: 0; }

.Timeline-Secretary:before {
  content: "";
  left: 30px;
  top: -30px;
  bottom: -30px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 2px dashed #00aeef;
  z-index: 1; }

/*****************************************
     //  Timeline
*****************************************/
/************************************
    Page Master
************************************/
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background-color: #eaeaea;
  /*border-left:1px solid #ccc;*/ }

::-webkit-scrollbar-thumb {
  background-color: #ccc; }

::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }

.MasterPage .middle-container {
  background-color: #fff; }

.MasterPage .left-container h3.right-title {
  font-size: 155%;
  color: #da2128;
  text-align: center;
  font-weight: 600;
  margin: 0; }

.MasterPage .right-title {
  font-size: 155%;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0; }

.MasterPage .left-container {
  padding: 0; }

.MasterPage .left-container ul {
  list-style: none;
  padding: 0 0 0 20px; }

.MasterPage .left-container > li {
  padding-left: 18px;
  margin-bottom: 5px;
  position: relative; }

.MasterPage .left-container a {
  text-decoration: none !important; }

.MasterPage .left-container a.MenuItem {
  font-size: 98%;
  font-weight: 500;
  color: #000;
  padding: 3px 5px;
  display: inline-block; }

.MasterPage .left-container a.MenuItem:hover {
  color: #00aeef !important; }

.MasterPage .left-container .ng-hide + a.MenuItem {
  position: relative;
  padding: 4px 0 4px 20px;
  display: inline-block;
  line-height: 1.5em;
  color: #424242;
  font-size: 95%;
  font-weight: 500; }

.MasterPage .left-container .ng-hide + a.MenuItem:before {
  content: "\f0a9";
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 90%;
  background: #fff;
  line-height: normal;
  font-family: fontawesome; }

.MasterPage .node-embed {
  position: relative; }

.MasterPage .folder {
  color: #da2128;
  position: absolute;
  left: -4px;
  top: 5px;
  padding: 4px;
  background: #eee;
  z-index: 1;
  border-radius: 3px; }

.MasterPage .folder:hover {
  color: #00aeef;
  background: rgba(51, 51, 51, 0.21); }

.MasterPage .folder + a {
  text-indent: 17px; }

.MasterPage .folder.ng-hide + a {
  text-indent: 0px; }

.MasterPage .folder.fa-folder-open + a {
  color: #da2128;
  font-weight: 600; }

.MasterPage #demoTree {
  padding: 0; }

.MasterPage #demoTree li {
  position: relative; }

.MasterPage #demoTree li:before {
  content: "";
  left: 6px;
  top: 15px;
  bottom: -15px;
  position: absolute;
  display: block;
  width: 1px;
  border-left: 1px dashed #E1E2E4;
  /*E1E2E4*/ }

.MasterPage #demoTree li a.MenuItem {
  position: relative; }

.MasterPage #demoTree li a.MenuItem:after {
  content: "";
  left: -12px;
  top: 14px;
  position: absolute;
  display: block;
  width: 13px;
  border-bottom: 1px dashed #E1E2E4; }

.MasterPage #demoTree > li > .node-embed a.MenuItem:after {
  display: none; }

.MasterPage #demoTree ul ul li:before {
  display: none; }

.MasterPage #demoTree li:last-child:before {
  display: none; }

.MasterPage #KeywordsDropdown {
  position: relative; }

.MasterPage #KeywordsDropdown .multiSelect .checkboxLayer {
  width: 100%; }

.MasterPage #KeywordsDropdown .multiSelect .checkBoxContainer {
  width: 100%;
  max-height: 200px;
  overflow: auto; }

.MasterPage #KeywordsDropdown .multiSelect > button {
  width: 100%;
  max-height: 90px;
  overflow: auto;
  text-align: left;
  padding: 5px 25px 5px 10px;
  position: relative;
  line-height: 1.5em; }

.MasterPage #KeywordsDropdown .multiSelect .buttonLabel {
  padding: 0px 0px 5px 0px; }

.MasterPage #KeywordsDropdown .multiSelect .caret {
  position: absolute;
  right: 8px;
  top: 50%;
  margin: 0; }

.MasterPage #KeywordsDropdown .multiSelect .buttonLabel {
  padding: 0px 0px 5px 0px; }

.MasterPage #ImageDiv, .MasterPage #BannerDiv {
  float: left;
  max-width: 150px; }

.MasterPage #ImageDiv img, .MasterPage #BannerDiv img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 15px; }

.MasterPage #FileUpload, .MasterPage #BannerUpload {
  display: none; }

.scroll-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  /*-moz-flex-direction: $flex-direction;*/
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.scrollbar {
  overflow: auto;
  padding: 15px;
  height: 100%; }

.scroll-without {
  display: inline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  padding: 15px;
  border-bottom: 1px solid #E1E2E4; }

/*****************************************
       // PageMaster
*****************************************/
/******************************************
            Product Gallery
******************************************/
.single-portfolio {
  padding: 8px; }

.single-item {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden; }
  .single-item:hover .single-item-content {
    background-color: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
  .single-item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(10deg);
    -moz-transform: scale(1.3) rotate(10deg);
    /*-ms-transform: $transform;*/
    -o-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg); }

.single-item-content {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .single-item-content a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff !important;
    font-size: 25px;
    position: relative;
    z-index: 1; }
    .single-item-content a i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: -15px; }
    .single-item-content a i.fa-play {
      padding: 6px 20px;
      font-size: 15px;
      background: #ff0000;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      /*-ms-border-radius: $radius;*/
      border-radius: 3px; }

.portfolio-title {
  /*display:none;*/
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .portfolio-title h4 {
    color: #fff7f7;
    font-size: 100%;
    line-height: normal;
    margin-bottom: 0; }
  .portfolio-title span {
    color: #fff7f7; }

.single-item:hover .portfolio-title {
  opacity: 1; }

/******************************************
            // Product Gallery
******************************************/
/*****************************************
       Preloader 
*****************************************/
#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

#preloader img {
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto; }

#preloader #preloader_box {
  background: url(https://ida.org.in/images/teeth.png) no-repeat center/30px 30px; }

#preloader #preloader_box,
#pageloader_box {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  margin: -100px 0 0 -100px; }

#pageloader_box {
  background-color: #fff; }

#pageloader_box > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  height: auto;
  color: #31aae1;
  font-weight: 600;
  text-align: center; }

.ViewLoading {
  position: relative;
  min-height: 120px; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54.284271247462px;
  height: 54.284271247462px;
  margin-left: -27.142135623731px;
  margin-top: -27.142135623731px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  /*-ms-border-radius: $radius;*/
  border-radius: 100%;
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 4s;
  -o-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s; }

.loader > div {
  display: block;
  width: 7px;
  height: 23px;
  background-color: #31aae1;
  margin: 2px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  /*-ms-border-radius: $radius;*/
  border-radius: 50%;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease; }

.loader > div:nth-child(1),
.loader > div:nth-child(5) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  animation-name: cssload-rotate0;
  -o-animation-name: cssload-rotate0;
  -ms-animation-name: cssload-rotate0;
  -webkit-animation-name: cssload-rotate0;
  -moz-animation-name: cssload-rotate0; }

.loader > div:nth-child(3),
.loader > div:nth-child(7) {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  animation-name: cssload-rotate90;
  -o-animation-name: cssload-rotate90;
  -ms-animation-name: cssload-rotate90;
  -webkit-animation-name: cssload-rotate90;
  -moz-animation-name: cssload-rotate90; }

.loader > div:nth-child(2),
.loader > div:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation-name: cssload-rotate45;
  -o-animation-name: cssload-rotate45;
  -ms-animation-name: cssload-rotate45;
  -webkit-animation-name: cssload-rotate45;
  -moz-animation-name: cssload-rotate45; }

.loader > div:nth-child(4),
.loader > div:nth-child(8) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  /*-ms-transform: $transform;*/
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  animation-name: cssload-rotate135;
  -o-animation-name: cssload-rotate135;
  -ms-animation-name: cssload-rotate135;
  -webkit-animation-name: cssload-rotate135;
  -moz-animation-name: cssload-rotate135; }

.loader > div:nth-child(1) {
  top: 27.142135623731px;
  left: 54.284271247462px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(2) {
  top: 46.213203431093px;
  left: 46.213203431093px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(3) {
  top: 54.284271247462px;
  left: 27.142135623731px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(4) {
  top: 46.213203431093px;
  left: 8.0710678163691px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(5) {
  top: 27.142135623731px;
  left: 0px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(6) {
  top: 8.0710678163691px;
  left: 8.0710678163691px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(7) {
  top: 0px;
  left: 27.142135623731px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

.loader > div:nth-child(8) {
  top: 8.0710678163691px;
  left: 46.213203431093px;
  margin-left: -3px;
  margin-top: -11px;
  animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0; }

@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-o-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-ms-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-moz-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  60% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-o-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-ms-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-moz-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); } }

@-o-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); } }

@-ms-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); } }

@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); } }

@-moz-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  60% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(225deg);
    transform: rotate(225deg); } }

@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); } }

@-o-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); } }

@-ms-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); } }

@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); } }

@-moz-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  60% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  100% {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(315deg);
    transform: rotate(315deg); } }

@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    /*-ms-transform: $transform;*/
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*****************************************
     //  Preloader 
*****************************************/
/*****************************************
      Progressive  Images
*****************************************/
.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none; }

.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none; }

.progressive.blur img.preview {
  filter: blur(15px);
  transform: scale(1.05); }

.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform,opacity;
  animation: progressiveReveal 1s ease-out; }

@keyframes progressiveReveal {
  0% {
    transform: scale(1.01);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

/*****************************************
     //  Progressive  Images
*****************************************/
/************************************
    Login
************************************/
.loginbodybg {
  background: #000; }

.LoginBox .LoginBox-body {
  background: #fff; }
  @media (min-width: 768px) {
    .LoginBox .LoginBox-body {
      max-width: 650px;
      display: table;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0 auto;
      overflow: hidden;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /*-ms-border-radius: $radius;*/
      border-radius: 5px;
      -webkit-transform: translate(-50%, -50%) !important;
      -moz-transform: translate(-50%, -50%) !important;
      /*-ms-transform: $transform;*/
      -o-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important; } }

@media (min-width: 768px) {
  .LoginBox .LoginBox-body > div {
    display: table-cell;
    float: none;
    vertical-align: middle; } }

.LoginLeft {
  padding: 40px 25px;
  background-color: #f2f2f2; }
  @media (max-width: 767px) {
    .LoginLeft {
      padding: 0;
      background-color: #000; } }

.LoginRight {
  padding: 80px 40px; }
  @media (max-width: 991px) {
    .LoginRight {
      padding: 30px 20px; } }

.Logingroup {
  position: relative;
  margin-bottom: 25px; }

.LoginBox input,
.LoginBox select {
  padding: 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc; }

.LoginBox input:focus,
.LoginBox select:focus {
  outline: none; }

.LoginBox .inputbar + label {
  color: #999999;
  font-size: 110%;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.LoginBox input:focus ~ label,
.LoginBox input:valid ~ label,
.LoginBox select:focus ~ label,
.LoginBox select:valid ~ label {
  top: -10px;
  color: #00599c;
  font-size: 100%; }

.LoginBox .inputbar {
  position: relative;
  display: block;
  width: 100%; }

.LoginBox .inputbar:before, .inputbar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #00599c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.LoginBox .inputbar:before {
  left: 50%; }

.LoginBox .inputbar:after {
  right: 50%; }

.LoginBox input:focus ~ .inputbar:before,
.LoginBox input:focus ~ .inputbar:after,
.LoginBox select:focus ~ .inputbar:before,
.LoginBox select:focus ~ .inputbar:after {
  width: 50%; }

.LoginBox .password input {
  padding-right: 50px; }

.LoginBox .password a {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #ee4537;
  font-weight: 600; }

.LoginBox .loginbtn {
  padding: 10px;
  display: block;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #00599c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-ms-border-radius: $radius;*/
  border-radius: 3px; }

.LoginBox .loginbtn:hover {
  background: #003c69; }

/************************************
    // Login
************************************/
.AllEvents .btn-group .btn + .btn {
  border-left: 1px solid #eee !important; }

.AllEvents .panel-group .panel {
  overflow: initial; }
  .AllEvents .panel-group .panel .panel-body {
    /*ul{
                    list-style-type:none;
                    margin:0; padding:0;
                    li{
                        .name{
                            font-weight:600;
                            font-size:1.5rem;
                            color:$firstcolor;
                            margin-bottom:15px;
                        }
                        
                        + li{
                            margin-top:15px;
                            padding-top:15px;
                            border-top:1px solid #ddd;
                        }
                    }
                }*/ }
    .AllEvents .panel-group .panel .panel-body .details {
      display: flex;
      justify-content: center;
      align-items: center; }
      .AllEvents .panel-group .panel .panel-body .details > div {
        flex: 1; }
        .AllEvents .panel-group .panel .panel-body .details > div label {
          display: block;
          margin-bottom: 10px; }
        .AllEvents .panel-group .panel .panel-body .details > div strong {
          font-weight: 600;
          font-size: 1.3rem; }
        .AllEvents .panel-group .panel .panel-body .details > div.view {
          display: flex;
          justify-content: center;
          align-items: center; }
          .AllEvents .panel-group .panel .panel-body .details > div.view .dropdown .dropdown-menu {
            min-width: 300px;
            list-style-type: none;
            margin: 0;
            padding: 20px; }
            .AllEvents .panel-group .panel .panel-body .details > div.view .dropdown .dropdown-menu li + li {
              margin-top: 15px;
              padding-top: 15px;
              border-top: 1px solid #ddd; }

/*================== NavBar Header group Btn  ==================*/
.top-leftBtn {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 8px; }
  .top-leftBtn ul {
    display: flex;
    float: left; }
    .top-leftBtn ul li > a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0 8px;
      color: #fff; }
      .top-leftBtn ul li > a:hover {
        color: rgba(0, 0, 0, 0.7); }
  .top-leftBtn .LoginBtns {
    float: right;
    display: flex;
    background: #0f69a9;
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px;
    list-style: none;
    margin-bottom: 0px; }
    .top-leftBtn .LoginBtns li a {
      color: #fff;
      position: relative;
      padding: 0;
      text-decoration: none !important; }
      .top-leftBtn .LoginBtns li a:hover {
        color: rgba(255, 255, 255, 0.7); }
    .top-leftBtn .LoginBtns li + li {
      margin-left: 30px; }
      .top-leftBtn .LoginBtns li + li a:before {
        content: "|";
        position: absolute;
        left: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

/*=========================================*/
