﻿@charset "UTF-8";
/*************LoginPublic*******/
/*
#LoginPublic .modal-dialog 
{  
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#LoginRegister .modal-dialog
{  
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
/*******************************/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css?family=Parisienne&display=swap&subset=latin-ext");
.fixedbottom {
  position: sticky;
  bottom: 0; }

/************banner**************/
#carousel-banner .carousel-inner > .item > img {
  margin: 0% auto; }

/********************************/
.small-banner {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center; }

.small-banner h1 {
  font-size: 250%;
  margin: 0;
  /* font-weight: 700; */
  color: #fff9f9;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* width: 100%; */
  /* font-family: impactreg; */
  /* letter-spacing: 2px; */
  /* text-shadow: -4px 3px 0 #0a0e27; */
  padding: 0px 40px;
  left: 0;
  right: 0;
  line-height: 1.2em; }

.small-banner img {
  width: 100%;
  /*  height:100%;*/ }

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

b, strong {
  font-weight: 500; }

@media (min-width: 1000px) {
  .page_div {
    width: 80% !important;
    margin: 0 auto; } }

/*.page_div{width:90%;}*/
.page_div p, .page_div ul {
  text-align: justify; }

.page_div > ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item; }

.page_div > ol > li {
  margin: 0 0 8px;
  padding: 0 0 0 3em;
  text-indent: -15px;
  list-style-type: none;
  counter-increment: item; }

.page_div > ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) "."; }

.main-title {
  font-weight: 300;
  font-size: 250%;
  text-align: center;
  margin: 0 0 40px;
  /*padding-bottom: 35px;*/
  position: relative; }

.head_title {
  font-size: 110%;
  margin: 10px 0px;
  font-weight: 500; }

textarea {
  resize: none; }

.back {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: block;
  border-radius: 3px;
  color: #6d6d6d;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500; }

.back:hover {
  color: #da2c2b;
  background: #f5f5f5; }

.page_div img {
  margin: 0 auto; }

.packageheader {
  width: 98%;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 4px;
  font-size: 110%;
  font-weight: 400; }

.pagination > li > a, .pagination > li > span {
  color: #727272; }

.pagination > .active > a, .pagination > .active > a:hover {
  color: #000;
  background-color: #ddd;
  border-color: #ddd; }

/*****************************************
			form
*****************************************/
@media (max-width: 768px) {
  .nouse {
    display: none; }
  .grid .table11 tbody {
    width: calc(100%/2); } }

@media (min-width: 639px) {
  /*.small-banner img {max-height:200px;}*/
  .doc_section {
    /*border: 1px solid #E6E6E6; padding: 30px; border-radius: 7px; clear: both;*/ }
  .doc_section .name_res_txt {
    text-align: center;
    margin: 0;
    padding: 7px 10px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0; }
  .doc_section h4.head_title {
    margin-bottom: 15px; }
  .doc_section label {
    font-weight: 500; }
  .doc_section .form-group label span {
    color: #ff0000; }
  .res_fb_div {
    margin: 10px 0px; } }

@media (max-width: 541px) {
  .doc_section.res_main > div {
    width: 100%; }
  .small-banner h1 {
    font-size: 160%; }
  .main-title {
    font-size: 180%; }
  .back {
    margin-right: -22px;
    padding: 4px 7px; }
  .grid .table11 tbody {
    width: 100% !important; }
  .res_appointment {
    width: 100% !important; }
  .detail_res {
    width: 100%; } }

/*****************************************
			form
*****************************************/
/*****************************************
			footer
*****************************************/
#footer {
  background: #252525;
  padding-top: 50px;
  margin-top: 50px; }

#footer .container {
  position: relative; }

#footer h5 {
  border-bottom: 1px solid #999;
  padding: 0 0 12px 0;
  font-size: 16px; }

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

#footer li a {
  color: #fff;
  text-decoration: none !important;
  padding: 4px 0;
  display: block;
  font-size: 90%; }

#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;
  font-size: 90%;
  color: #FFF; }

.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"; }

.address span {
  display: block;
  white-space: nowrap; }

.footer_txt {
  background: #111111;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 35px; }

.footer_txt span {
  width: 90%;
  display: inline-block;
  color: #fff !important;
  font-weight: normal; }

/*****************************************
			  //FOOTER
*****************************************/
/****************************************** 
    treatmentproviderbox 
 ******************************************/
@media (max-width: 991px) {
  .HSFCentresList {
    order: 2; } }

.treatmentproviderbox {
  position: relative; }
  .treatmentproviderbox ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .treatmentproviderbox h1.heading {
    font-size: 25px; }
  .treatmentproviderbox .treatmentbox {
    margin-bottom: 30px;
    padding: 15px;
    display: block;
    color: #333;
    border: 1px dashed #b9b9b9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
    .treatmentproviderbox .treatmentbox:hover {
      /*border-color: $SecondColor;
            background-color: $SecondColor;
            @include box-shadow(0px 1px 6px rgba(126, 126, 126, 0.57));*/
      /** {
                color: $white;
            }*/ }
  .treatmentproviderbox .treatmentbox .btn-container, .treatmentproviderbox #GetDetailsModal .btn-container {
    margin-top: 15px; }
    .treatmentproviderbox .treatmentbox .btn-container a, .treatmentproviderbox #GetDetailsModal .btn-container a {
      padding: 6px 15px;
      height: auto;
      color: #333;
      display: inline-block;
      background-color: #fff;
      border: 1px solid #ccc;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px; }
      .treatmentproviderbox .treatmentbox .btn-container a + a, .treatmentproviderbox #GetDetailsModal .btn-container a + a {
        margin-left: 10px; }
      .treatmentproviderbox .treatmentbox .btn-container a i + span, .treatmentproviderbox #GetDetailsModal .btn-container a i + span {
        margin-left: 8px; }
      .treatmentproviderbox .treatmentbox .btn-container a:hover, .treatmentproviderbox #GetDetailsModal .btn-container a:hover {
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
  .treatmentproviderbox .treatmentbox .treatementimg, .treatmentproviderbox #GetDetailsModal .treatementimg {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .treatmentproviderbox .treatmentbox .treatementimg img, .treatmentproviderbox #GetDetailsModal .treatementimg img {
      max-width: 100%;
      /*height: 100%;
                 object-fit: cover;*/ }
    .treatmentproviderbox .treatmentbox .treatementimg span, .treatmentproviderbox #GetDetailsModal .treatementimg span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ff0000;
      color: #fff;
      padding: 0px 10px;
      font-size: 13px;
      font-weight: 500; }
  .treatmentproviderbox .treatmentbox h3, .treatmentproviderbox #GetDetailsModal h3 {
    font-size: 18px;
    margin: 0px 0px 5px;
    color: #000; }
  .treatmentproviderbox .treatmentbox h4, .treatmentproviderbox #GetDetailsModal h4 {
    font-size: 15px;
    margin: 0px 0px 20px;
    color: #000;
    line-height: 1.5em; }
  .treatmentproviderbox .treatmentbox p, .treatmentproviderbox #GetDetailsModal p {
    /*font-size: 14px;*/
    margin-bottom: 5px;
    color: #000; }
  .treatmentproviderbox .treatmentbox strong, .treatmentproviderbox #GetDetailsModal strong {
    /*font-size: 13px;*/
    display: block;
    color: #979698;
    font-weight: 400; }
  .treatmentproviderbox .treatmentbox .rating .fa-star,
  .treatmentproviderbox .treatmentbox .rating .fa-star-o,
  .treatmentproviderbox .treatmentbox .rating .fa-star-half, .treatmentproviderbox #GetDetailsModal .rating .fa-star,
  .treatmentproviderbox #GetDetailsModal .rating .fa-star-o,
  .treatmentproviderbox #GetDetailsModal .rating .fa-star-half {
    color: #ff0000;
    font-size: 12px; }
  .treatmentproviderbox .treatmentbox .rating .review, .treatmentproviderbox #GetDetailsModal .rating .review {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px; }
  .treatmentproviderbox .centre_advt {
    margin-right: 30px;
    margin-bottom: 30px;
    display: block; }
  .treatmentproviderbox .GetDetails {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ccc; }
    .treatmentproviderbox .GetDetails > p {
      margin: 0;
      padding: 0 0 0 32px;
      position: relative; }
      .treatmentproviderbox .GetDetails > p + p {
        margin-top: 15px; }
      .treatmentproviderbox .GetDetails > p > span {
        display: block; }
      .treatmentproviderbox .GetDetails > p > i {
        position: absolute;
        left: 0;
        top: 4px;
        color: #000;
        font-size: 1.5rem;
        width: 30px;
        text-align: center; }

@media (max-width: 991px) {
  .filterbox {
    order: 1; } }

.filterbox .filter_result {
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background: #F7F7F7;
  position: sticky;
  top: 150px; }

.filter_result h3 {
  background: #E53B51;
  color: #FFF;
  margin: 0px 0px 20px;
  text-align: center;
  padding: 10px;
  font-size: 20px; }

.filter_result .btn {
  display: block; }

/****************************************** 
    // treatmentproviderbox 
******************************************/
/*testimonial page css start*/
.testimonial_page .item {
  background: rgba(242, 242, 242, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }

.testimonial_page .item .author_img {
  position: relative;
  z-index: 1;
  text-align: right; }

.testimonial_page .item .author_img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline;
  border: 1px solid #bfbfbf; }

.testimonial_page .item h1 {
  font-size: 140%;
  color: #008641;
  margin-top: 20px;
  margin-bottom: 20px; }

@media (max-width: 600px) {
  .testimonial_page .item .author_img img {
    width: 110px;
    height: 110px; }
  .testimonial_page .item h1 {
    font-size: 120%; } }

@media (max-width: 480px) {
  .res_testimonial {
    width: 100%; }
  .testimonial_page .item .author_img {
    text-align: left; } }

/*testimonial page css end*/
/*****************************************
			TII
*****************************************/
/*.upload_file {
    padding-top: 7px;
    padding-bottom: 7px;
}
.back_btn {
    background: #00AEEF;
    border: 1px solid transparent;
    font-size: 100%;
    padding: 8px 20px 8px 20px;
    color: #fff;
    border-radius: 2px;
    margin-top: 6px;
    margin-right: 6px;
}
.back_btn:hover {
    background: #fff;
    color: #00AEEF;
    border: 1px solid #00AEEF;
}
.save_btn {
    position: relative;
    padding: 10px 20px;
    color: #fff;
    font-weight: normal;
    background-color: #3BB177;
    text-shadow: none;
    font-size: 100%;
    margin: 0 auto;
    border-radius: 2px;
    border: none;
    border: 1px solid transparent;
}
.save_btn:hover {
    background: #fff;
    color: #3BB177;
    border: 1px solid #3BB177;
}
.add_btn {
    color: #fff;    
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;    
    background: #00AEEF;
    border-radius: 2px;
    outline: none;
    border: none;
    border: 1px solid transparent;    
    z-index: 1;
}
.add_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #00AEEF;
    border: 1px solid #00AEEF;
}

.add_btn_div
{
 position:absolute;    
}

.checkbox_regi {
    margin-right: 20px;
    margin-bottom: 10px;
}
.checkbox_regi input[type=radio],
input[type=checkbox] {
    margin-right: 5px;
    margin-bottom: 10px;
}

.about_para p {
    font-size: 100%;
    color: #666666;
    margin: 0 auto 15px;
    text-align: justify;
}
.history_para p {
    font-size: 100%;
    color: #39464f;
    line-height: 26px;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 25px;
}

*/
/*****************************************
			//TII
*****************************************/
/*****************************************
			NOCR
*****************************************/
/*#nocr_programme p, #nocr_oralcancer p, #nocr_Prevalence p
{
    color: #737373;
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    text-align:left;
}

#nocr_programme h3, #nocr_oralcancer h3
{
    color: #E53B51;
    font-size: 110%;
    margin-bottom: 12px;
    margin-top: 0;
    clear:both;
}
 
#nocr_programme h4, #nocr_oralcancer h4, #nocr_Prevalence h4
{
    color: #00B0F0;
    font-size: 120%;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 600;
    line-height:24px;
}

#nocr_programme .main-title h2, #nocr_oralcancer .main-title h2, #nocr_Prevalence .main-title h2
{
 margin:60px 0 60px;  
 line-height: 50px;  
}

#nocr_programme, #nocr_oralcancer, #nocr_Prevalence
{
 margin-bottom:45px;    
}

#nocr_programme ul, #nocr_oralcancer ul, #nocr_Prevalence ul
{
    padding-left: 30px;  
}

#nocr_programme ul li, #nocr_oralcancer ul li, #nocr_Prevalence ul li
{
    padding-bottom: 10px;
    color: #737373;
    font-size: 100%;
    line-height: 22px;  
}

#nocr_oralcancer .hsf_img img, #nocr_Prevalence .hsf_img img
{
    margin-bottom: 28px;  
}*/
#nocr_oralcancer .quest_fixed {
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 2;
  width: 90%;
  background-color: #fff4f4;
  box-shadow: 0 2px 5px 0px #f08e9b;
  padding-top: 22px;
  margin: 0 auto;
  right: 0; }

#nocr_oralcancer .page_index_menu ul {
  text-align: center;
  padding: 0; }

#nocr_oralcancer .page_index_menu ul li {
  padding-bottom: 10px !important;
  line-height: 21px;
  display: inline-table;
  padding-right: 0;
  color: #fff;
  background: #337ab7;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 140px;
  text-align: center;
  height: 66px; }

#nocr_oralcancer .page_index_menu ul li a {
  font-weight: 500 !important;
  font-size: 95%;
  color: #fff; }

/*****************************************
			//NOCR
*****************************************/
/*****************************************
			HSF
*****************************************/
.comp_txt {
  color: #00347B;
  font-size: 120%;
  font-weight: 500;
  padding-bottom: 20px; }

#managementhsf .page_index_menu ul {
  padding-left: 0 !important;
  list-style-type: none;
  text-align: center;
  margin-bottom: 40px; }

#managementhsf .page_index_menu ul li {
  /* padding-bottom: 10px !important; */
  line-height: 22px !important;
  display: inline-block;
  padding-right: 0;
  background: #337ab7;
  /* padding-left: 12px; */
  /* padding-right: 12px; */
  /* padding-top: 9px; */
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  width: 160px; }

#managementhsf .page_index_menu ul li a {
  font-weight: 500 !important;
  font-size: 90%;
  color: #fff;
  text-transform: capitalize;
  padding: 10px;
  display: block; }

#managementhsf .page_index_menu ul li:hover {
  background: #F68D13; }

#managementhsf .page_index_menu ul li a:hover {
  text-decoration: none; }

#managementhsf .quest_fixed {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 2;
  width: 90%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0px #f08e9b;
  padding-top: 25px;
  padding-bottom: 22px;
  margin: 0 auto;
  margin-top: 25px;
  right: 0; }

#managementhsf .quest_fixed ul {
  margin: 0; }

#Treatmanagthsf a {
  color: #00347B;
  font-size: 100%;
  text-align: right;
  padding-top: 0;
  padding-bottom: 20px;
  display: block; }

#Treatmanagthsf .managtdiv:hover a {
  /*  color: #F68D13;  
   text-decoration:none;*/ }

/*#abouthsf p, #Clefthsf p, #strategichsf p, #infrastructurehsf p, #palatehsf p, #treatmenthsf p, #complicationshsf p, #managementhsf p, #factorhsf p, #symptomshsf p, #surgeryhsf p, #preventionhsf p, #overviewhsf p, #classificationhsf p, #Functionahsf p, #Deformitieshsf p, #diagnosishsf p, #Treatmanagthsf p, #Neonatalhsf p, #Multidisciplinaryhsf p, #Surgicalhsf p, #Velopharyngealhsf p
{
    color: #737373;
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    text-align:left;
}

#abouthsf h3, #aboutaimhsf h3, #strategichsf h3, #infrastructurehsf h3, #palatehsf h3, #treatmenthsf h3, #complicationshsf h3, #managementhsf h3, #factorhsf h3, #symptomshsf h3, #surgeryhsf h3, #classificationhsf h3, #Functionahsf h3, #Deformitieshsf h3, #Treatmanagthsf h3, #Neonatalhsf h3, #Surgicalhsf h3, #Velopharyngealhsf h3
{
    color: #E53B51;
    font-size: 110%;
    margin-bottom: 12px;
    margin-top: 0;
    clear:both;
}

#abouthsf h4, #managementhsf h4, #Surgicalhsf h4
{
    color: #00347B;
    font-size: 100%;
    margin-bottom: 12px;
    margin-top: 0;
}

#abouthsf span, #managementhsf span
{
    color: #F68D13;
    font-size: 100%;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 500;
    display: inline-block;
}

#aboutaimhsf ul, #strategichsf ul, #goalhsf ul, #planhsf ul, #evidencehsf ul, #treatmenthsf ul, #complicationshsf ul, #managementhsf ul, #factorhsf ul,  #symptomshsf ul, #surgeryhsf ul, #preventionhsf ul, #classificationhsf ul, #Functionahsf ul, #Deformitieshsf ul, #Treatmanagthsf ul, #Neonatalhsf ul, #Multidisciplinaryhsf ul, #Surgicalhsf ul
{
    padding-left: 30px;  
}

#aboutaimhsf ul li, #strategichsf ul li, #goalhsf ul li, #planhsf ul li, #evidencehsf ul li, #treatmenthsf ul li, #complicationshsf ul li, #managementhsf ul li, #factorhsf ul li,  #symptomshsf ul li, #surgeryhsf ul li, #preventionhsf ul li, #classificationhsf ul li, #Functionahsf ul li, #Deformitieshsf ul li, #Treatmanagthsf ul li, #Neonatalhsf ul li, #Multidisciplinaryhsf ul li, #Surgicalhsf ul li
{
    padding-bottom: 10px;
    color: #737373;
    font-size: 100%;
    line-height: 22px;  
}

#aboutaimhsf .main-title h2, #abouthsf .main-title h2, #Clefthsf .main-title h2, #strategichsf .main-title h2, #goalhsf .main-title h2, #planhsf .main-title h2, #infrastructurehsf .main-title h2, #evidencehsf .main-title h2, #palatehsf .main-title h2, #treatmenthsf .main-title h2, #complicationshsf .main-title h2, #managementhsf .main-title h2, #factorhsf .main-title h2,  #symptomshsf .main-title h2, #surgeryhsf .main-title h2, #preventionhsf .main-title h2, #overviewhsf .main-title h2, #classificationhsf .main-title h2, #Functionahsf .main-title h2, #Deformitieshsf .main-title h2, #diagnosishsf .main-title h2, #Treatmanagthsf .main-title h2, #Neonatalhsf .main-title h2, #Multidisciplinaryhsf .main-title h2, #Surgicalhsf .main-title h2, #Velopharyngealhsf .main-title h2
{
 margin:60px 0 60px;  
 line-height: 50px;  
}

#aboutaimhsf, #abouthsf, #Clefthsf, #strategichsf, #goalhsf, #planhsf, #infrastructurehsf, #evidencehsf, #palatehsf, #treatmenthsf, #complicationshsf, #managementhsf, #factorhsf, #symptomshsf, #surgeryhsf, #preventionhsf, #overviewhsf, #classificationhsf, #Functionahsf, #Deformitieshsf, #diagnosishsf, #Treatmanagthsf, #Neonatalhsf, #Multidisciplinaryhsf, #Surgicalhsf, #Velopharyngealhsf
{
 margin-bottom:45px;    
}

.hsf_img img
{
    margin-top: 10px;
    margin-bottom: 10px;
    border:2px solid #f2f2f2;  
}

#complicationshsf .hsf_img img, #factorhsf .hsf_img img, #symptomshsf .hsf_img img, #surgeryhsf .hsf_img img, #overviewhsf .hsf_img img, #classificationhsf .hsf_img img, #Functionahsf .hsf_img img, #Deformitieshsf .hsf_img img, #diagnosishsf .hsf_img img
{
    margin-bottom: 28px;  
}




#managementhsf h3
{
  margin-bottom: 20px;    
}

*/
/*****************************************
			//HSF
*****************************************/
/*****************************************
			CDC
*****************************************/
/*#management .tableborder
{
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 15px;
}

#management .tableborder1
{
    width: 70%;
    float: left;
    margin-bottom: 12px;
}

#aboutida, #aboutcdc, #dentistry, #childcare, #dentistrolecdc, #otherprofessional, #management, #cdcclinic
{
    margin-bottom: 45px;
    margin-top: 25px;  
}

#aboutida h4, #aboutcdc h4, #dentistry h4, #dentistrolecdc h4, #otherprofessional h4, #cdcclinic h4
{
    color: #F58220;
    font-size: 110%;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 600;
    line-height:24px;
}

#aboutida p, #aboutcdc p, #dentistry p, #childcare p, #dentistrolecdc p, #otherprofessional p, #management p, #cdcclinic p
{
    color: #737373;
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 20px;
    text-align:left;
    width:auto;
}

#dentistry ul, #dentistrole ul, #cdcclinic ul, #aboutcdc ul, #dentistrolecdc ul
{
    padding-left: 30px;  
}

 #management ul
 {
 padding-left: 30px;  
 padding-top:10px;
 }
 
  #management h4
  {
   color: #00a651;
    font-size: 110%;
    line-height: 22px;
  }


.txt_bold b
{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 110%;
}

#childcare .bs-example, #management .bs-example
{
 width:70%;
 margin:40px auto 0px;    
}

#childcare .bs-example .panel-default>.panel-heading, #management .bs-example .panel-default>.panel-heading
{
    background: #F58220;
    box-shadow: 0 1px 3px 0px #f7a055; 
}

#childcare .bs-example .panel-title>a, #management .bs-example .panel-title>a
{
 color:#fff;  
 cursor:pointer;  
}

#childcare .bs-example .panel-title>a:hover, #management .bs-example .panel-title>a:hover
{
 color:#333333;
 text-decoration:none;    
}

#childcare .bs-example .panel-group .panel, #management .bs-example .panel-group .panel
{
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px;  
}

#childcare .bs-example .panel-group b, #management .bs-example .panel-group b, #aboutcdc p b, #dentistry b, #dentistrolecdc b, #cdcclinic ol li b
{
    color: #00A651;
    font-weight: 600;
    font-size: 100%;  
}

#management .bs-example .panel-group span
{
 font-weight:bold;    
}

#management .bs-example tr td
{
    line-height: 24px;
    padding-bottom: 10px;    
}

#childcare .bs-example .panel-body, #management .bs-example .panel-body
 {
    padding: 20px 20px 5px 20px;
}

#childcare .bs-example .panel-heading, #management .bs-example .panel-heading
{
    padding: 15px 20px;    
}*/
h4.sub_heading {
  text-align: left;
  margin: 0px;
  font-size: 105%;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.5; }

h4.sub_heading:before {
  font-family: fontawesome;
  content: "\f192";
  width: 150px;
  text-align: center;
  margin-top: 1px;
  margin-right: 3px; }

.sub_heading:before {
  color: #00AEEF; }

/*****************************************
			//CDC
*****************************************/
/*****************************************
			Success Stories
*****************************************/
.stories_div label {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  color: #666666;
  font-weight: 500;
  text-align: left; }

.stroy_div .stories_div {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: 40px;
  background: url(../TII/images/about_bg.png);
  margin-bottom: 0; }

.story_txt_div .story_img {
  margin-bottom: 20px; }

.stroy_div .stories_div::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0 auto;
  background: none; }

.story_txt_div .story_character {
  background: none;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px; }

.story_txt_div {
  margin-bottom: 35px;
  border-bottom: 4px solid #F8A660;
  padding-bottom: 15px;
  position: relative; }

.story_txt_div:before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  z-index: 1;
  height: 2px;
  width: 100%; }

/*****************************************
			//Success Stories
*****************************************/
/*****************************************
			Grid list View
*****************************************/
.alljobs {
  /*margin-top:25px;*/ }

.alljobs .programme-box {
  background: #fff;
  border: none;
  /*outline: 1px solid #d9d9d9;*/ }

.alljobs .programme-box:after {
  display: none; }

.listgrid-btn {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: right;
  display: block !important;
  margin-top: -30px;
  /*margin-bottom: 10px;*/ }

.listgrid-btn a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: #d0d0d0;
  cursor: pointer;
  color: #7a7a7a;
  border: 1px solid transparent;
  width: 30px !important;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center; }

.listgrid-btn a:hover,
.listgrid-btn a.cbpvmselected {
  color: #888;
  width: 30px;
  border: 1px solid #7a7a7a; }

.grid-icon:before,
.list-icon:before {
  width: 35px;
  font-size: 18px !important;
  text-align: center;
  display: inline-block;
  font-family: 'fontawesome'; }

.grid-icon:before {
  content: "\f00a"; }

.list-icon:before {
  content: "\f00b"; }

.grid .table11 {
  border: 0; }

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

.grid .table11 tbody tr {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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 .table11 tbody tr:hover {
  /*-moz-box-shadow: 10px 10px 200px rgba(255, 255, 255, 0.5), 0 6px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 200px rgba(255, 255, 255, 0.5), 0 6px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 200px rgba(255, 255, 255, 0.5), 0 6px 8px rgba(0, 0, 0, 0.3);*/
  -webkit-box-shadow: 0 0 0 10px #ebebeb;
  -moz-box-shadow: 0 0 0 10px #ebebeb;
  box-shadow: 0 0 0 10px #ebebeb;
  background-color: #fff; }

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

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

.grid .table11 tbody td:nth-child(4) {
  margin-top: 20px; }

.grid .table11 tbody td:last-child {
  padding-top: 5px;
  text-align: center; }

.grid .table11 tbody td:nth-child(6) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.grid .table11 tbody tr td {
  padding: 0px;
  border-bottom: 0px solid #bababa;
  font-size: 100%;
  padding-bottom: 6px; }

td {
  word-wrap: break-word;
  word-break: break-word; }

.list .table11 tbody tr td .btn span {
  display: none; }

.list .table11 thead th {
  text-align: center; }

.list .table11 > tbody > tr > td {
  padding: 4px 8px; }

.list .table11 > tbody:nth-child(odd) td {
  background-color: rgba(0, 134, 65, 0.12); }

.list .btn-sm {
  padding-top: 1px;
  padding-bottom: 1px; }

.table11 {
  width: 100%; }

.table11 > tbody + tbody {
  border: 0; }

.table11 tbody tr td {
  vertical-align: middle; }

.table11 > tbody > tr:hover {
  background-color: #f2f2f2; }

.table11 > tbody > tr {
  /* border-left: 4px solid transparent;*/ }

.table11 tbody td:nth-child(1) {
  color: #0B7ABD; }

.grid .table11 tbody {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  float: left;
  height: 270px;
  padding: 10px;
  width: 50%;
  overflow: hidden; }

.alljobs.grid .photo {
  height: 100px; }

.alljobs.list .photo {
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  border: 4px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.alljobs.list .photo img {
  max-width: 100%; }

.alljobs.grid .photo img {
  max-height: 100%; }

#DoctorDetail .detail .photo {
  height: 100px;
  margin: 0 auto 20px;
  text-align: center; }

#DoctorDetail .detail .photo img {
  width: auto;
  border: 4px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  max-height: 100%; }

#DoctorDetail .detail > .photo + div > i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 130%; }

#DoctorDetail .detail > .photo + div {
  padding-left: 30px;
  position: relative;
  text-align: left; }

#DoctorDetail .detail span {
  display: block; }

.btn-d {
  background: #ef8714;
  color: #fff; }

/*****************************************
			//Grid list View
*****************************************/
/*****************************************
			Preloader
*****************************************/
div#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%); }

.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear; }

.loader h1 {
  color: #525866;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center; }

.loader span:nth-child(2) {
  background: #8BC34A;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear; }

.loader span:nth-child(3) {
  background: #02ADC6;
  z-index: 100; }

.loader span:nth-child(4) {
  background: #4CAF50;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear; }

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px); }
  50% {
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200; } }

@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px); }
  50% {
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(20px);
    z-index: 200; } }

@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px); }
  50% {
    -o-transform: translateX(-20px); }
  100% {
    -o-transform: translateX(20px);
    z-index: 200; } }

@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200; }
  50% {
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200; }
  50% {
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(-20px); } }

@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200; }
  50% {
    -o-transform: translateX(20px); }
  100% {
    -o-transform: translateX(-20px); } }

/*****************************************
			//Preloader
*****************************************/
/*****************************************
			Pricing table
*****************************************/
#pricing-table {
  margin: 50px auto 0;
  text-align: center;
  display: table; }

#pricing-table .plan_bg {
  font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  /*width: 25%;
    float: left;*/
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: table-cell; }

#pricing-table .plan {
  border: 1px solid #ddd;
  width: 280px;
  margin: 0 auto 20px;
  /*height: 360px;*/
  position: relative; }

#pricing-table .plan_bg .plan:hover {
  z-index: 2;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15); }

#pricing-table .plan_bg .plan:hover h3 {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  margin-top: -30px;
  padding-top: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#pricing-table #most-popular {
  z-index: 2;
  top: -13px;
  border-width: 3px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15); }

#pricing-table h3 {
  font-size: 170%;
  font-weight: normal;
  margin: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: -ms-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  line-height: 20px;
  color: #39464f; }

#pricing-table #most-popular h3 {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  margin-top: -30px;
  padding-top: 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

#pricing-table .plan:nth-child(1) h3 {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0; }

#pricing-table .plan:nth-child(4) h3 {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0; }

#pricing-table h3 span {
  display: block;
  font-size: 100%;
  color: #777;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -70px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  padding-top: 18px; }

#pricing-table small {
  color: #000;
  text-shadow: none; }

#pricing-table ul {
  margin: 59px 0 0 0;
  padding: 0;
  list-style: none;
  clear: both; }

#pricing-table li {
  border-top: 1px solid #ddd;
  padding: 15px 10px; }

/*.plan_bg ul li span
{
 padding-bottom:10px;
 display:inline-block;
 width:100%;
}*/
.plan_bg ul li .amt {
  position: relative;
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic; }

#pricing-table li .btn {
  margin-top: 10px; }

#pricing-table .signup {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-weight: normal;
  background-color: #3BB177;
  text-shadow: none;
  margin: 0 auto;
  width: 50%;
  border-radius: 2px;
  border: 1px solid transparent; }

#pricing-table .plan_bg .plan:hover .signup {
  background: #fff;
  color: #3BB177;
  border: 1px solid #3BB177;
  text-decoration: none; }

#pricing-table .signup:active, #pricing-table .signup:focus {
  background: #66cc9b; }

/*****************************************
			//Pricing table
*****************************************/
/******************************************
                COUNTER
*****************************************/
section#counter {
  position: relative; }

section#counter:after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section#counter .count {
  width: 160px;
  height: 160px;
  padding-top: 30px;
  margin: 10px auto;
  border: 1px solid #fff;
  border-radius: 160px; }

section#counter .container {
  z-index: 2;
  position: relative; }

#counter i {
  color: #fff;
  font-size: 200%;
  display: none; }

.counter-no {
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  padding: 15px;
  z-index: 1;
  position: relative; }

.counter-label {
  color: #fff;
  /* font-size: 116%;
    width: 100%; 
    font-weight: 500;*/
  z-index: 1;
  position: relative; }

.counter-label:after {
  content: "";
  height: 2px;
  margin: 10px auto 0;
  width: 50px;
  display: block;
  background-color: #ff9800; }

/******************************************
                //COUNTER
*****************************************/
/*********************************************** 
    checkbox / Radio / Button 
************************************************/
.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 .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.waves-effect .waves-ripple {
  position: absolute;
  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-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-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: scale(0);
  -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);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

label.cbox i, label.radiobtn i {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #ccc;
  float: left;
  line-height: normal; }

label.cbox, label.radiobtn {
  font-weight: normal;
  /*width: 100%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

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;
  height: 15px;
  width: 15px;
  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;
  animation: icon-beat 0.1s ease; }

label.radiobtn input[type="radio"] + i + span,
label.cbox input[type="checkbox"] + i + span {
  margin-left: 7px;
  color: inherit;
  /*overflow: hidden; display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88%;*/ }

label.radiobtn input[type="radio"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

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 {
  color: #009587; }

label.cbox input[type="checkbox"] + i:before {
  content: "\f096"; }

label.cbox input[type="checkbox"]:checked + i:before {
  content: "\f046"; }

label.cbox input[type="checkbox"]:checked + i + span,
label.cbox input[type="checkbox"]:checked + i:before {
  color: #009587; }

/*********************************************** 
     // checkbox / Radio / Button 
************************************************/
@media (min-width: 1000px) {
  /*.small-banner{height:200px;}*/ }

/*****************************************
			//Contact Us
*****************************************/
h2.hdr {
  font-size: 200%;
  font-weight: 500;
  margin: 0 auto 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #323232; }

h2.hdr span {
  font-weight: 300; }

.Contact-address,
.Contact-phone,
.Contact-email,
.Contact-web {
  position: relative;
  padding-left: 30px;
  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: 500;
  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: 500;
  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%; }

@media (min-width: 1000px) {
  .Contactus .container.containertbl {
    width: 900px; } }

/*****************************************
			//Contact Us
*****************************************/
#logos .owl-controls .owl-nav {
  display: none; }

#logos .owl-controls {
  padding-top: 25px; }

/*****************************************/
Common css
.fr-toolbar, .fr-placeholder, .fr-counter, .fr-insert-helper, .fr-floating-btn, .CodeMirror {
  display: none; }

body, input, select, textarea {
  line-height: 1.5em;
  color: #727272; }

strong, b, th {
  font-weight: 500; }

p:empty {
  display: none; }

a {
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a[disabled] {
  opacity: 0.5;
  pointer-events: none; }

a[disabled]:hover {
  background: transparent; }

.Event p {
  overflow: hidden;
  max-width: 45ch;
  max-height: 78px; }

/*****************************************
			PreLoader
*****************************************/
/*#divLoader
{
    text-align: center; vertical-align: middle;
    opacity: 0.4; filter: alpha(opacity=40);
    width: 100%; height: 100%; z-index: 9999; 
    position: fixed; top: 0px; left: 0px;
    background:#000 url(../images/loading.gif) no-repeat center; 
}*/
div#divLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 99999; }

div#divLoader h1 {
  color: #fff;
  font-size: 150%;
  margin: 70px 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.loadered {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

/*****************************************
			//PreLoader
*****************************************/
#forscrolldata {
  height: 400px;
  overflow: auto; }

#product {
  font-size: 95%; }

#filter-open {
  overflow: auto;
  height: 349px; }

#filter-open .left-filter {
  border: 0; }

.left-filter {
  border-top: 1px solid #e5e5e5; }

#filter .left-filter:nth-child(1) {
  border-top: 0; }

.left-filter > a {
  padding: 10px;
  /*background: #ECEFF1; 
    border-bottom: 1px solid #CFD8DC;*/
  cursor: pointer;
  position: relative;
  color: #3E4A50;
  display: block;
  font-weight: bold; }

.left-filter > a:hover {
  text-decoration: none; }

.left-filter > a:before {
  content: "\f0b0";
  font-family: fontawesome;
  margin-right: 8px; }

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

.left-filter li {
  padding: 5px 10px;
  cursor: pointer;
  height: 29px;
  /*border-top: 1px solid #e6e6e6;*/ }

.left-filter li:nth-child(1) {
  border: 0; }

.filter-btn {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 15px; }

.filter-btn > a {
  font-size: 105%;
  padding: 0 15px 8px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  position: relative; }

.filter-btn > a.active {
  font-weight: 500; }

.filter-btn > a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 6;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.data_box ul.pagination {
  margin: 0 0 10px;
  float: right; }

.data_box ul.pagination .page-item .page-link[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.data_box ul.pagination .page-link i {
  font-size: 120%;
  font-weight: bold; }

/*popup div*/
.open_div {
  background-color: rgba(0, 0, 0, 0.43);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  height: 100%; }

.text_div {
  width: 80%;
  height: 400px;
  background: #FFFFFF;
  margin: 100px auto !important;
  float: none; }

.refine {
  font-size: 160%;
  margin: 0;
  color: #000000;
  text-align: left;
  padding: 10px 20px;
  font-weight: 500;
  position: relative; }

.exit_btn {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 80%;
  cursor: pointer; }

/*popup div end*/
.clr {
  clear: both; }

.relative {
  position: relative; }

.heading1 {
  font-size: 150%;
  font-weight: 500;
  margin: 0px 0 15px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }

.heading1:before {
  content: "";
  width: 150px;
  height: 1px;
  background: #008641;
  position: absolute;
  bottom: -1px; }

.subheading {
  font-weight: 500;
  font-size: 110%;
  text-align: left;
  margin-bottom: 15px; }

.activeglist > div {
  width: 100%; }

.programme-box {
  background: #fff;
  border: 1px solid #fff;
  /*border:1px solid #dbdbdb;
    outline: 1px solid #e5e5e5;*/
  position: relative;
  margin-bottom: 30px;
  background-size: 100% 200px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: -ms-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
  background-image: -moz-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
  background-image: -o-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(0.2, #fdfdfd), color-stop(0.6, #fff));
  background-image: -webkit-linear-gradient(bottom, #fafafa 0, #fdfdfd 20%, #fff 60%);
  background-image: linear-gradient(to top, #fafafa 0, #fdfdfd 20%, #fff 60%);
  -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; }

.programme-box:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../images/shadow.png) no-repeat center bottom; }

/*.programme-box:hover
{
 box-shadow:0 -1px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);
}*/
.programme-box .fa-star {
  color: #FFAB00;
  margin-right: 5px; }

.programme-box .btnbtm {
  padding-top: 10px; }

.programme-box .btnbtm .btn-default {
  border-radius: 25px;
  width: 45%; }

.statuscolor {
  width: 110px;
  height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: -42px;
  bottom: -12px;
  padding: 5px 5px 0;
  margin: 0 auto;
  font-size: 90%;
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.activeglist .prgimg {
  float: left;
  width: 50%;
  height: 302px;
  overflow: hidden; }

.activeglist .disc {
  float: left;
  padding: 15px;
  width: 50%;
  overflow: hidden;
  position: relative; }

.prgtitle {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #1894D4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 44px; }

.productdate {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 10px;
  background: #0e75bf;
  color: #fff;
  border-radius: 2px;
  z-index: 9;
  text-align: center; }

.productdate span {
  display: block; }

.productdate span:first-child {
  font-size: 200%;
  font-weight: 500; }

.Date-Duration {
  position: absolute;
  left: 50%;
  top: -120px;
  bottom: -50%;
  width: 500px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.Date-Duration > div {
  padding: 15px;
  width: 46%;
  margin-left: 4%;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16); }

.Date-Duration > div:first-child {
  margin-left: 0; }

.Date-Duration-icon {
  border: 2px solid #80868e;
  border-radius: 5px;
  float: left;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
  width: 50px;
  color: #008641; }

.Date-Duration-info {
  float: left; }

.Date-Duration-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 120%;
  color: #008641; }

.Date-Duration-info h5 {
  margin: 0; }

.activegrid .programme-box {
  /*height:420px;*/ }

.activegrid .rating {
  position: absolute;
  bottom: 5px;
  left: 15px; }

.activegrid .prgimg {
  height: 160px;
  overflow: hidden; }

.activegrid .prgtitle {
  margin: 0 10px 14px;
  text-align: center; }

.activegrid .disc {
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }

.creditpoint {
  text-align: center;
  margin: 15px 0; }

.creditpoint > span {
  color: #fff;
  padding: 2px 5px 2px 32px;
  border-radius: 20px 12px 15px 20px;
  border-left: 0;
  position: relative;
  font-family: cursive;
  font-size: 12px;
  font-weight: normal;
  background: #1074bb; }

.creditpoint > span > span {
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  border: 2px solid #1074bb;
  color: #1074bb;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

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

.box-content li {
  border-top: 1px solid #eee;
  font-weight: normal;
  padding: 5px 10px;
  text-align: left;
  position: relative; }

.box-content li:last-child {
  border-bottom: 1px solid #eee; }

.btn span {
  display: inline-block;
  margin-left: 5px; }

/*#cbp-vm>div .btn span{ display:none;}*/
.prgamt {
  font-weight: bold;
  font-size: 105%; }

.socialdv {
  text-align: right;
  margin-bottom: 10px !important; }

.socialdv > div {
  margin-right: 10px;
  display: inline-block; }

#topbar .login {
  position: fixed;
  right: 0;
  top: calc(50% - 50px);
  z-index: 1;
  padding: 0 !important;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%; }

/*.login i{ display:initial!important;}
.login span{ display:none;}*/
.share {
  display: inline-block;
  /*display:none;*/
  z-index: 1;
  position: fixed;
  right: 0;
  top: calc(50% + 50px); }

.share a {
  text-decoration: none !important;
  z-index: 1;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: block; }

.share a:hover {
  background-color: #fff;
  border: 1px solid #008641;
  color: #008641; }

.basket {
  position: fixed !important;
  right: 0;
  top: 50%;
  z-index: 1;
  padding: 0 !important;
  height: 35px;
  width: 35px;
  text-align: center; }

.basket:before {
  left: 7px !important; }

.basket span.count {
  display: block;
  position: absolute;
  top: -8px;
  right: -1px;
  width: 20px;
  height: 20px;
  font-size: 80%;
  border-radius: 50%;
  color: #fff;
  background-color: #000000; }

.basket span {
  display: none; }

@media (max-width: 767px) {
  .listgrid {
    display: none; } }

.listgrid-btn {
  display: inline-flex; }

.listgrid-btn a, .filter_img {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #888;
  margin-right: 10px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center; }

.listgrid-btn a:before {
  width: 30px;
  font-size: 20px;
  text-align: center;
  display: inline-block; }

.listgrid-btn-icon:before {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.listgrid-btn-grid:before {
  content: "\f00a"; }

.cbp-vm-list:before {
  content: "\f00b"; }

.box {
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  position: relative;
  border: 1px solid #e6e6e6; }

.course_no {
  background-color: #9a9a9a;
  color: #fff;
  width: 150px;
  text-transform: uppercase;
  padding: 8px 25px 7px;
  position: relative;
  z-index: 9;
  margin: 0 0 15px -15px; }

.course_name {
  font-weight: bold;
  display: inline-block; }

.course_name span:first-child {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  margin-right: 15px; }

.course_txr {
  margin-bottom: 20px; }

.spkdv {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff; }

.spkdv:hover {
  background: #f9f9f9;
  cursor: pointer; }

.spkdv [class*="spkdv_"] {
  position: relative;
  padding-right: 30px; }

.spkdv [class*="spkdv_"] i {
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 150%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.spkphotodv {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  border: 2px solid #c5c5c5; }

.spkphotodv img {
  width: 100%; }

.spkphotodv + strong {
  line-height: 50px;
  margin-left: 10px;
  text-transform: capitalize; }

.spkdv .table-responsive {
  margin: 10px -11px -11px;
  width: auto;
  background: #fff; }

.spkdv .table-responsive .table {
  margin: 0; }

.faqdv {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #fff; }

.faqdv:hover {
  background: #f9f9f9;
  cursor: pointer; }

.faqdv [class*="openfaqdiv_"] + div {
  margin-top: 10px;
  margin-left: 15px; }

.faqdv [class*="openfaqdiv_"] {
  font-weight: 500;
  padding: 0 0 0 15px;
  position: relative; }

.faqdv [class*="openfaqdiv_"] i {
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold; }

.Venuebox {
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  position: relative;
  border: 1px solid #e6e6e6; }

.venue_name {
  color: #000;
  padding-bottom: 10px;
  margin: 0px;
  font-weight: 500; }

.menu_inn {
  transition: all ease-out 0.3s; }

.menu_inn ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #f0f0f0;
  border: 1px solid #e6e6e6; }

.menu_inn li {
  border-top: 1px solid #e6e6e6;
  position: relative; }

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

.menu_inn li > a {
  color: #707070;
  display: block;
  padding: 10px 15px;
  text-align: left; }

.menu_inn li > a:hover {
  background: #fff;
  color: #008641; }

.menu_inn li > a:hover:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.leftblock-btm button, .leftblock-btm a {
  text-decoration: none !important;
  border: 1px solid transparent;
  padding: 7px 15px;
  width: 100%;
  border-radius: 2px;
  display: block;
  position: relative;
  text-align: left; }

.leftblock-btm button {
  margin-top: 0; }

.leftblock-btm button:hover, .leftblock-btm a:hover {
  opacity: 0.8;
  background-color: #fff;
  color: #008641; }

.leftblock-btm a#login i {
  display: inline-block; }

.leftblock-btm i {
  display: inline-block;
  margin-right: 5px; }

#login i {
  display: none; }

/*div#overlay, .menutoggle { display: none; }*/
/*, a#toggle*/
#toggle {
  padding: 5px 10px;
  display: none; }

.price_div {
  width: auto;
  height: auto;
  background: #094b77;
  color: #fff;
  font-size: 11px;
  padding-top: 3px;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: 4px;
  right: 40px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 5px; }

.price_div::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border: 2px solid #fff;
  border-radius: 5px; }

.minus {
  border-radius: 50% 0 0 50%; }

.plus {
  border-radius: 0 50% 50% 0; }

.plusminusdv {
  width: 50px;
  height: 35px;
  padding: 0 5px;
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border: 0;
  float: left;
  text-align: center;
  background: #fff; }

.plus i, .minus i, .plusminusdv {
  line-height: 35px; }

.plus, .minus {
  width: 30px;
  height: 35px;
  float: left;
  cursor: pointer;
  text-align: center;
  color: #069c96;
  border: 1px solid #ccc;
  background: #fff; }

/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    speaker & Faculty 
––––––––––––––––––––––––––––––––––––––––––––––––––*/
.speaker {
  background: #fff;
  border: 1px solid #fff;
  outline: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 2em;
  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; }

.speaker-grid .speaker:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 10px #ebebeb;
  -moz-box-shadow: 0 0 0 10px #ebebeb;
  box-shadow: 0 0 0 10px #ebebeb; }

.speaker:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: url(../images/shadow.png) no-repeat center bottom; }

.speaker-photo {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #eee;
  -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; }

.speaker-name h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 15px 0 5px; }

.speaker-quali {
  color: #9e9e9e; }

.speaker-name p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

fieldset.speaker-fieldset {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  border-radius: 3px; }

.speaker-fieldset legend {
  width: auto;
  border: 0;
  padding: 0 5px;
  margin: 0;
  font-weight: bold;
  font-size: 115%; }

/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    //speaker & Faculty
––––––––––––––––––––––––––––––––––––––––––––––––––*/
div.disable {
  pointer-events: none;
  opacity: 0.9; }

/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    schedule  
––––––––––––––––––––––––––––––––––––––––––––––––––*/
.schedule-wrapper {
  margin-top: 30px;
  border: solid 1px #9a9a9a;
  border-top: none;
  border-radius: 20px 20px 10px 10px;
  overflow: hidden; }

.schedule-tabs.lv1 {
  background-color: #9a9a9a;
  color: #ffffff; }

.schedule-tabs.lv2 > ul > li {
  border-bottom: solid 1px #676767; }

.schedule-tabs.lv1 .active1:before {
  content: '';
  position: absolute;
  z-index: 6;
  top: 100%;
  right: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #9a9a9a; }

.schedule-tabs.lv1 > ul > li a {
  padding: 10px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.schedule-tabs.lv1 .active1 a, .schedule-tabs.lv1 > ul > li a:hover, .schedule-tabs.lv1 > ul > li a:focus {
  background: transparent;
  color: #333; }

.schedule-tabs.lv2 a {
  color: #9a9a9a;
  font-weight: 500; }

.schedule-tabs.lv2 .active2 a {
  color: #dc143c; }

.schedule-tabs.lv2 > ul > li a:hover, .schedule-tabs.lv2 > ul > li a:focus {
  background: transparent;
  color: #dc143c; }

.schedule-tabs.lv2 .active2:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #dc143c; }

.schedule-content {
  margin-bottom: 20px;
  margin-left: 120px;
  position: relative;
  background: #fff;
  padding: 15px;
  border-radius: 5px; }

.schedule-photo {
  border: 5px solid #afb4ba;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  position: absolute;
  left: -120px;
  width: 90px;
  height: 90px; }

.schedule-date {
  color: #dc143c;
  font-size: 115%; }

.schedule-spkname {
  margin-top: 7px; }

.schedule-spkname .fa {
  font-size: 12pt;
  color: #000;
  margin-right: 5px; }

.schedule-spkname a {
  color: #000; }

.tab-content.lv2 .tab-pane {
  padding: 30px 10%; }

/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    //schedule  
––––––––––––––––––––––––––––––––––––––––––––––––––*/
/******************************************
               News & Blog
*****************************************/
.blog .blog-item, .blog-right {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.blog-item h4, .blog-right h4 {
  margin: 0;
  padding-bottom: 15px; }

.entry-name {
  padding: 15px 0 0; }

.entry-name span.sep {
  color: #555;
  padding: 0 8px; }

.entry-name span i {
  margin-right: 5px; }

.dataShort, .LongDesc {
  margin: 15px 0;
  text-align: justify; }

.doc_photo_xs {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%; }

.media-heading {
  margin-top: 5px;
  margin-bottom: 0; }

.allcomm > div > .pull-left {
  margin-right: 15px; }

.allcomm > div {
  margin-top: 20px; }

.blog .tags ul {
  list-style-type: none;
  padding-left: 5px; }

.blog .tags ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px; }

/******************************************
                //News & Blog
*****************************************/
/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    nano scroll  
––––––––––––––––––––––––––––––––––––––––––––––––––*/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano > .nano-content {
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.nano > .nano-content:focus {
  outline: thin dotted; }

.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible; }

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 2px;
  right: 5px;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 -2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

/*––––––––––––––––––––––––––––––––––––––––––––––––––
                    //nano scroll  
––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*profile page css start*/
.profile_title {
  color: #000000;
  font-size: 23px;
  padding-bottom: 16px;
  padding-top: 46px; }

.profile_para {
  color: #A7A7A7;
  line-height: 24px; }

.profile_name {
  text-align: center;
  font-size: 21px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px; }

.profile_div {
  color: #A7A7A7;
  letter-spacing: 1px;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #F2F2F2;
  padding-left: 15px;
  padding-right: 15px; }

.profile_div span {
  text-align: right;
  float: right;
  color: #000000; }

.profile_img {
  width: 100%; }

.profile_box {
  border: 1px solid #F5F5F5;
  margin-top: 50px;
  box-shadow: 1px 0px 29px #EEEEEE, 0 0 13px #EEEEEE;
  -webkit-box-shadow: 1px 0px 29px #EEEEEE, 0 0 13px #EEEEEE;
  -moz-box-shadow: 1px 0px 29px #EEEEEE, 0 0 13px #EEEEEE;
  -o-box-shadow: 1px 0px 29px #EEEEEE, 0 0 13px #EEEEEE; }

.fa-graduation-cap, .fa-gavel, .fa-envelope-o, .fa-mobile {
  color: #FE6500;
  margin-right: 5px; }

.skillbar {
  position: relative;
  display: block;
  width: 100%; }

.skillbar-title {
  position: relative;
  font-weight: bold;
  color: #A7A7A7; }

.skillbar-title span {
  display: block;
  background: none;
  padding: 0;
  height: auto;
  line-height: 44px; }

.skillbar-bar {
  height: 12px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 0; }

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4); }

.cont_name {
  font-size: 23px;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: left;
  padding-left: 15px;
  color: #000000; }

.search_box_one {
  width: 90%;
  height: auto;
  color: #A7A7A7;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  outline: none;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 15px;
  padding-right: 40px;
  margin: 20px auto 0; }

.textarea_box_one {
  width: 90%;
  height: 120px;
  color: #A7A7A7;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  outline: none;
  font-size: 15px;
  margin-top: 0;
  padding-top: 10px;
  margin: 20px auto 0; }

.mess_btn {
  margin: 26px auto 26px !important; }

.date_txt {
  font-size: 16px;
  color: #FE6500;
  padding: 0; }

.name_designer {
  color: #000000;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 15px; }

.designation {
  color: #A7A7A7;
  padding-bottom: 10px; }

.date_txt:before {
  content: "";
  display: block;
  width: 170px;
  height: 67px;
  border-right: 1px solid #E8E8E8;
  position: absolute;
  right: 51px; }

/*profile page css end*/
.page-section.error-section {
  padding-top: 170px; }

.address span {
  display: block;
  white-space: nowrap; }

.com-name {
  white-space: nowrap; }

@media (max-width: 639px) {
  .box_div {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    float: none; }
  .small-banner h1 {
    font-size: 180%; }
  .speaker-grid > div {
    width: 100%; }
  .speaker-name {
    text-align: center; }
  .schedule-content {
    padding: 10px;
    margin: 0 0 20px 0; }
  .schedule-photo {
    position: relative;
    margin: 0 auto 15px;
    left: inherit; }
  .small-banner h3.product-name {
    font-size: 120%; }
  .Date-Duration > div {
    width: 90%;
    margin-right: auto;
    margin-left: auto !important;
    float: none; }
  #pricing-table .plan_bg {
    width: 100% !important;
    display: block; } }

@media (max-width: 641px) {
  .Date-Duration {
    position: relative;
    left: initial;
    bottom: initial;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    width: 90%;
    margin: 0% auto;
    top: -20px; }
  .Date-Duration > div {
    margin-bottom: 20px; }
  .venue_img img {
    width: 100%;
    margin-bottom: 15px; }
  #pricing-table .plan {
    width: 250px; }
  /*.small-banner img {max-height:150px;}*/ }

@media screen and (max-width: 801px) {
  #product #portamento_container {
    display: none; }
  #div_product #portamento_container {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    transform: translateX(-250px);
    transition: all ease-out 0.3s;
    -webkit-transform: translateX(-250px);
    -webkit-transition: all ease-out 0.3s;
    -moz-transform: translateX(-250px);
    -moz-transition: all ease-out 0.3s; }
  /* div#overlay {
      display: block;
      visibility: hidden;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      transition: all ease-out 0.3s;
      z-index:99;
      opacity: 0;
    }
    .open-menu { overflow: hidden; }
    .open-menu div#overlay {
      visibility: visible;
      opacity: 1;
      left: 250px;
      width:calc(-150px;)
    }*/
  .open-menu #div_product #portamento_container {
    z-index: 999;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    padding: 0 15px; } }

@media (max-width: 767px) {
  .Contact-web {
    margin-bottom: 40px; }
  .mapframe {
    height: 300px; }
  .small-banner h1 {
    font-size: 180%; }
  .grid .table11 tbody {
    width: calc(100%/1); }
  #footer {
    padding-top: 50px;
    margin-top: 50px; } }

@media (min-width: 768px) {
  #pricing-table {
    width: 640px; }
  .mapframe {
    height: 400px; } }

@media (max-width: 480px) {
  #nocr_oralcancer .page_index_menu ul li {
    font-size: 90%;
    line-height: 18px;
    height: auto; } }

@media (min-width: 1000px) {
  #portamento_container {
    width: auto !important;
    min-height: auto !important; }
  .leftblock.fixed {
    position: fixed; }
  .leftblock {
    top: 0px;
    position: absolute;
    width: 210px;
    background: #fff;
    border: 1px solid #fff;
    outline: 1px solid #e5e5e5; }
  .data_box {
    padding: 0 0 0 260px;
    transition: all ease-out 0.3s;
    -webkkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s; }
  #product {
    position: relative; }
  .contact-img:after {
    width: 250px;
    height: 350px;
    content: "";
    background: url(../images/contact-us.jpg) no-repeat top;
    background-size: cover;
    border-radius: 200px;
    position: absolute;
    right: -300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; } }

@media (min-width: 900px) and (max-width: 1200px) {
  .leftblock {
    width: 180px !important; }
  .data_box {
    padding: 0 0 0 220px !important; }
  .spkphotodv {
    width: 100px;
    height: 100px; }
  .spkphotodv + strong {
    line-height: 100px; } }

@media (max-width: 1100px) {
  .small-banner h3.product-name {
    width: 90%; } }

@media (min-width: 1200px) {
  .spkphotodv {
    width: 120px;
    height: 120px; }
  .spkphotodv + strong {
    line-height: 120px; }
  /*.small-banner h1{font-size: 300%;}*/ }

/*****************************************
            //Common css
*****************************************/
.nodata {
  padding: 10px;
  color: White; }

@media (max-width: 991px) {
  /*.small-banner h1 { font-size:150%; }*/ }

@media (max-width: 540px) {
  .small-banner h1 {
    font-size: 110%;
    padding: 0px 5px; } }

/***************************************** 
    Support 
*****************************************/
.Support_Modal {
  text-align: center;
  z-index: 1033;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .Support_Modal .Support {
    background-color: #000;
    color: #fff;
    position: relative;
    height: 80px;
    padding: 10px 0;
    cursor: pointer;
    width: 30px;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0; }
    .Support_Modal .Support:hover span {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(-110%);
      -moz-transform: translateX(-110%);
      -o-transform: translateX(-110%);
      transform: translateX(-110%); }
    .Support_Modal .Support [data-target="#SupportModal"] {
      color: #fff;
      writing-mode: tb; }
    .Support_Modal .Support > div {
      /*@include transform(rotate(90deg));*/ }
    .Support_Modal .Support span {
      font-size: 90%;
      background-color: #232323;
      color: #fff;
      white-space: nowrap;
      padding: 0 20px;
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      z-index: -100;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-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;
      height: 110px; }
      .Support_Modal .Support span:before {
        content: "";
        z-index: 1;
        border-left-color: #232323 !important;
        border: 6px solid transparent;
        border-right: 0;
        position: absolute;
        right: -5px;
        top: 20%;
        margin-top: -6px;
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -o-transform: translateY(-20%);
        transform: translateY(-20%); }
      .Support_Modal .Support span a {
        width: auto;
        height: auto;
        background: transparent;
        border: none;
        display: block;
        color: #bbb;
        line-height: 35px; }
        .Support_Modal .Support span a:hover {
          color: #fff;
          text-decoration: none; }

#SupportModal.modal {
  overflow: hidden; }

#SupportModal .modal-body {
  height: 500px; }

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

#SupportModal .modal-content {
  background: #fff; }

/***************************************** 
    //Support 
*****************************************/
/*****************************************
           footer advertisment 
*****************************************/
#Footer_Add {
  max-width: 800px;
  margin: 0px auto 50px;
  /* box-shadow: 0 0 22px rgba(0, 0, 0, .2);*/
  position: relative;
  /* position: absolute;
     top: -165px;
     left: 0;
     right: 0;*/ }

#Footer_Add .owl-wrapper-outer {
  z-index: 2; }

#Footer_Add .owl-item img {
  width: initial;
  max-width: 100%;
  margin: 0 auto; }

#Footer_Add .IDASealAdd {
  display: table;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }

#Footer_Add .IDASealAdd .left {
  width: 30%;
  padding: 10px 10px 10px 0;
  display: table-cell;
  text-align: center;
  background-color: #f5f6f6;
  vertical-align: middle;
  border-radius: 5px 0 0 5px; }

#Footer_Add .IDASealAdd .right {
  width: 70%;
  padding: 10px 10px;
  display: table-cell;
  position: relative;
  background-color: #0088a6;
  border-radius: 0 5px 5px 0; }

#Footer_Add .IDASealAdd .right p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
  position: relative; }

#Footer_Add .IDASealAdd .right .patchadd {
  transform: rotate(-8deg);
  position: absolute;
  left: -18px;
  top: -10%;
  width: 70px;
  background-color: #0088a6;
  height: 120%; }

#Footer_Add .IDASealAdd .right .patchadd:before {
  content: "";
  transform: rotate(10deg) skew(10deg, 35deg);
  position: absolute;
  left: -14px;
  top: 0;
  width: 15px;
  background-color: #2dbde8;
  height: 47%; }

#Footer_Add .IDASealAdd .right .patchadd:after {
  content: "";
  transform: rotate(10deg) skew(10deg, 35deg);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  background-color: #2e9ebe;
  height: 47%; }

#Footer_Add .healthymouthhealthybodyAdd {
  display: table;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }

#Footer_Add .healthymouthhealthybodyAdd .left {
  width: 50%;
  padding: 10px 20px;
  display: table-cell;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 5px 0 0 5px; }

#Footer_Add .healthymouthhealthybodyAdd .right {
  width: 50%;
  padding: 22px 20px;
  display: table-cell;
  background-color: #004ea2;
  border-radius: 0 5px 5px 0; }

#Footer_Add .healthymouthhealthybodyAdd .right h3 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 15px; }

#Footer_Add .healthymouthhealthybodyAdd .right .WebName {
  padding: 0px 10px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  width: calc(100% - 55px);
  float: left;
  height: 35px;
  line-height: 35px;
  position: relative; }

#Footer_Add .healthymouthhealthybodyAdd .right .WebName:after {
  content: "\f061";
  font-family: FontAwesome;
  width: 50px;
  height: 35px;
  line-height: 35px;
  background-color: #f06623;
  color: #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  right: -55px;
  top: 0;
  text-align: center; }

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

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

#Footer_Add .owl-nav div {
  display: inline-block;
  width: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  bottom: 25px;
  background-color: #fff;
  color: #00aeef;
  font-size: 21px;
  text-align: center;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  transition: all .3s ease-in-out; }

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

#Footer_Add .owl-nav .owl-prev {
  left: 150px;
  opacity: 0;
  border-radius: 50% 2px 2px 50%; }

#Footer_Add .owl-nav .owl-next {
  right: 150px;
  opacity: 0;
  border-radius: 2px 50% 50% 2px; }

#Footer_Add:hover .owl-nav .owl-prev {
  left: -40px;
  opacity: 1; }

#Footer_Add:hover .owl-nav .owl-next {
  right: -40px;
  opacity: 1; }

#Footer_Add .owl-nav div i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

#Footer_Add .owl-pagination {
  display: none; }

@media screen and (max-width: 1023px) {
  #Footer_Add {
    max-width: 80%; }
  #Footer_Add .healthymouthhealthybodyAdd .left {
    width: 30%; }
  #Footer_Add .healthymouthhealthybodyAdd .right {
    width: 70%; } }

@media screen and (max-width: 767px) {
  #Footer_Add {
    max-width: 100%;
    position: relative;
    top: 0px;
    margin: 0px auto 10px;
    box-shadow: none; }
  #Footer_Add .IDASealAdd .left, #Footer_Add .IDASealAdd .right, #Footer_Add .healthymouthhealthybodyAdd .left, #Footer_Add .healthymouthhealthybodyAdd .right {
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 10px 15px; }
  #Footer_Add .IDASealAdd .right .patchadd {
    display: none; }
  /*#Footer_Add .IDASealAdd .right p, #Footer_Add .healthymouthhealthybodyAdd .right h3 { color:#333333; }*/
  #Footer_Add .healthymouthhealthybodyAdd .right .WebName {
    background: #f4f1f1;
    margin-bottom: 10px; }
  #Footer_Add .owl-nav {
    text-align: center; }
  #Footer_Add .owl-nav div {
    width: 40px;
    position: relative;
    top: 0;
    height: 40px;
    bottom: 0;
    margin: 10px 5px 0px; }
  #Footer_Add .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    border-radius: 50%; }
  #Footer_Add .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    border-radius: 50%; }
  #Footer_Add:hover .owl-nav .owl-prev {
    left: 0px; }
  #Footer_Add:hover .owl-nav .owl-next {
    right: 0px; }
  #Footer_Add .healthymouthhealthybodyAdd {
    display: block; }
  #Footer_Add.owl-carousel .owl-item {
    padding: 0px; } }

@media screen and (max-width: 400px) {
  #Footer_Add .healthymouthhealthybodyAdd .right .WebName {
    width: 100%;
    float: none;
    height: auto;
    padding: 5px 10px 10px;
    font-size: 90%; }
  #Footer_Add .healthymouthhealthybodyAdd .right .WebName::after {
    width: 100%;
    position: relative;
    right: 0; }
  #Footer_Add .IDASealAdd .right p, #Footer_Add .healthymouthhealthybodyAdd .right h3 {
    font-size: 90%; }
  #Footer_Add .owl-nav div {
    width: 30px;
    height: 30px;
    font-size: 15px; } }

/*****************************************
          //footer advertisment 
*****************************************/
/***********************************
        pagination
***********************************/
.pagination-controls {
  margin: 0;
  position: relative;
  color: #000;
  text-align: center;
  /*border-top: 1px solid lighten($black, 85%);*/ }
  .pagination-controls:before, .pagination-controls:after {
    content: "";
    clear: both;
    display: table; }
  .pagination-controls .pagination {
    margin: 0;
    justify-content: center; }
    .pagination-controls .pagination > li > a,
    .pagination-controls .pagination > li > span {
      color: #171717;
      font-weight: 600;
      width: 35px;
      height: 35px;
      line-height: 35px;
      padding: 0;
      border: 0;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      text-align: center;
      display: block; }
    .pagination-controls .pagination > li:nth-child(1) a,
    .pagination-controls .pagination > li:nth-child(2) a,
    .pagination-controls .pagination > li:nth-last-child(2) a,
    .pagination-controls .pagination > li:nth-last-child(1) a {
      font-size: 15pt;
      line-height: 30px; }
    .pagination-controls .pagination > li > a:focus,
    .pagination-controls .pagination > li > a:hover,
    .pagination-controls .pagination > li > span:focus,
    .pagination-controls .pagination > li > span:hover {
      z-index: 2;
      color: #23527c;
      background-color: #eee;
      border-color: #ddd; }
    .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 {
      /*color: $white;*/
      background-color: #ddd;
      border-color: #ddd; }

/***********************************
       // pagination
***********************************/
#RegistrationPage fieldset {
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  #RegistrationPage fieldset + fieldset {
    margin-top: 20px; }
  #RegistrationPage fieldset legend {
    padding: 0 10px;
    margin-left: 15px;
    display: inline-block;
    width: auto;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000; }

html {
  font-size: 14.5px;
  letter-spacing: 0.3px; }

body {
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  line-height: 1.6;
  overflow-x: hidden;
  /*font-weight: 400;*/ }

body, input, select, textarea, .form-control, button, a.btn, .btn {
  font-size: 1rem;
  /*font-family: Montserrat;*/ }

/***************************************** 
    loader 
*****************************************/
#preloader .loaderinn {
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%); }
  #preloader .loaderinn .ball {
    background: #38d368;
    border-radius: 5px;
    display: block;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 10px;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: along;
    -webkit-animation-timing-function: linear; }
  #preloader .loaderinn .ball2 {
    background: #508EC3;
    border-radius: 5px;
    display: block;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 10px;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: along;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: -1s; }
  #preloader .loaderinn ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #preloader .loaderinn li {
    background-color: #00bff3;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    height: 10px;
    width: 30px;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: around;
    -webkit-animation-timing-function: linear; }
    #preloader .loaderinn li:nth-child(1) {
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s; }
    #preloader .loaderinn li:nth-child(2) {
      background-color: #82ca9c;
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    #preloader .loaderinn li:nth-child(3) {
      background-color: #f69679;
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #preloader .loaderinn li:nth-child(4) {
      background-color: #acd373;
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #preloader .loaderinn li:nth-child(5) {
      background-color: #959595;
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      -o-animation-delay: 0.8s;
      animation-delay: 0.8s; }

@-webkit-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes around {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes along {
  0% {
    left: 0;
    top: 5px; }
  5% {
    top: 3px; }
  10% {
    top: 5px; }
  15% {
    top: 3px; }
  20% {
    top: 5px; }
  25% {
    top: 3px; }
  30% {
    top: 5px; }
  35% {
    top: 3px; }
  40% {
    top: 5px; }
  45% {
    top: 3px; }
  50% {
    left: 100%;
    top: 5px; }
  100% {
    left: 100%; } }

@-moz-keyframes along {
  0% {
    left: 0;
    top: 5px; }
  5% {
    top: 3px; }
  10% {
    top: 5px; }
  15% {
    top: 3px; }
  20% {
    top: 5px; }
  25% {
    top: 3px; }
  30% {
    top: 5px; }
  35% {
    top: 3px; }
  40% {
    top: 5px; }
  45% {
    top: 3px; }
  50% {
    left: 100%;
    top: 5px; }
  100% {
    left: 100%; } }

@-o-keyframes along {
  0% {
    left: 0;
    top: 5px; }
  5% {
    top: 3px; }
  10% {
    top: 5px; }
  15% {
    top: 3px; }
  20% {
    top: 5px; }
  25% {
    top: 3px; }
  30% {
    top: 5px; }
  35% {
    top: 3px; }
  40% {
    top: 5px; }
  45% {
    top: 3px; }
  50% {
    left: 100%;
    top: 5px; }
  100% {
    left: 100%; } }

@keyframes along {
  0% {
    left: 0;
    top: 5px; }
  5% {
    top: 3px; }
  10% {
    top: 5px; }
  15% {
    top: 3px; }
  20% {
    top: 5px; }
  25% {
    top: 3px; }
  30% {
    top: 5px; }
  35% {
    top: 3px; }
  40% {
    top: 5px; }
  45% {
    top: 3px; }
  50% {
    left: 100%;
    top: 5px; }
  100% {
    left: 100%; } }

/***************************************** 
    //loader 
*****************************************/
/************************************** 
    topbar 
**************************************/
#topbar {
  background: #0f4e8f;
  color: #fff; }
  #topbar .btn {
    padding: 2px 8px; }
  #topbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #topbar ul li {
      display: inline-block;
      margin: 5px 0px;
      position: relative; }
      #topbar ul li a {
        color: #fff;
        position: relative;
        display: block;
        font-size: .95rem;
        margin-right: 5px; }
  #topbar .topbar-left li a.btn {
    padding: 4px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  @media (max-width: 991px) {
    #topbar .topbar-left {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: flex;
      background-color: #fff;
      border-top: 1px solid #ddd; }
      #topbar .topbar-left li {
        margin: 0; }
        #topbar .topbar-left li:not(.topMenu) {
          display: none; }
        #topbar .topbar-left li.topMenu {
          flex-basis: 0;
          flex-grow: 1; }
          #topbar .topbar-left li.topMenu + .topMenu {
            border-left: 1px solid #ddd; }
        #topbar .topbar-left li a {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 100%;
          margin: 0;
          padding: 5px 8px !important;
          background: none;
          color: #0f4e8f; } }
  #topbar .topbar-right {
    text-align: right; }
    #topbar .topbar-right li a {
      /*border-right: 1px solid $white;*/
      padding: 4px 10px; }
      #topbar .topbar-right li a:hover {
        color: #ddd; }
      #topbar .topbar-right li a.Loginbtn {
        background: #FFF;
        color: #000;
        border-radius: 4px; }

.IDAWebsites .IDAWebsitesAnc {
  background: #fff;
  color: #0f4e8f !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important; }

.IDAWebsites .IDAWebsitesAnc:before,
.IDAWebsites .IDAWebsitesAnc:after {
  background: #0f4e8f; }

.IDAWebsites .IDAWebsitesAnc.selected:before,
.IDAWebsites .IDAWebsitesAnc.selected:after {
  background: #fff; }

.IDAWebsites .IDAWebsitesAnc.selected {
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important; }

#IDAWebsitesContainer .FirstLevel a:hover {
  color: #da2c2b !important; }

.loginslide {
  position: absolute;
  right: -13px;
  padding-top: 9px;
  padding: 15px;
  width: 250px;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px #aaa;
  display: none;
  top: 36px; }
  @media (max-width: 767px) {
    .loginslide {
      left: 0px; }
      .loginslide:before {
        left: 25px; }
      .loginslide:after {
        content: " ";
        left: 25px; } }
  .loginslide a {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 90%;
    width: 33.33%;
    color: #888 !important;
    padding: 10px;
    border: 1px solid transparent; }
    .loginslide a::hover {
      color: #337ab7;
      border: 1px solid #337ab7;
      border-radius: 5px; }
    .loginslide a span {
      padding-top: 8px;
      display: block;
      text-align: center; }
  .loginslide:before {
    content: " ";
    border: 8px solid transparent;
    border-bottom-color: #aaa;
    position: absolute;
    right: 25px;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: .2s;
    animation: .2s;
    top: -17px; }
  .loginslide:after {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    right: 25px;
    top: -16px;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: .2s;
    animation: .2s; }

/************************************** 
    // topbar 
**************************************/
/************************************** 
    menu 
**************************************/
/*header {
     width: 100%;
     background: $white;
     position: relative;
     box-shadow:0 2px 3px 0px rgba(0, 0, 0, 0.2);
     z-index: 99;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 header.fixed {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 a.logo {
     display: inline-block;
}*/
#header {
  z-index: 99;
  /*position: relative;*/
  position: static;
  top: -150px;
  background: #fff;
  -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;
  /*@include box-shadow(0 1px 3px rgba(0, 0, 0, 0.2));*/
  -webkit-box-shadow: 0 0 10px 0 #a8a8a8;
  -moz-box-shadow: 0 0 10px 0 #a8a8a8;
  box-shadow: 0 0 10px 0 #a8a8a8; }
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99; }

.header-logo {
  line-height: normal;
  float: left;
  display: flex; }
  .header-logo .logo {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 20px;
    height: 80px;
    padding: 5px 0;
    color: #0f4e8f;
    display: block; }
    .header-logo .logo img {
      height: 100%; }
    .header-logo .logo + .logo {
      /*border-left: 1px solid #CCC;*/
      display: flex;
      align-items: center; }
      .header-logo .logo + .logo:before {
        content: "";
        position: relative;
        display: inline-block;
        border-left: 1px solid #c1c1c1;
        inset: 0;
        height: 100%;
        margin-right: 5px; }

#ToggleMenu {
  display: none;
  width: 50px;
  padding: 20px 0 19px 0;
  z-index: 1000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 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; }
  #ToggleMenu .bar1, #ToggleMenu .bar2, #ToggleMenu .bar3 {
    width: 22px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #4d4d4d;
    -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; }
  #ToggleMenu .bar2 {
    margin-top: 5px;
    margin-bottom: 5px; }
  #ToggleMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    -moz-transform: rotate(-45deg) translate(-3px, 2px);
    -o-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px); }
  #ToggleMenu.change .bar2 {
    opacity: 0; }
  #ToggleMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -moz-transform: rotate(45deg) translate(-8px, -8px);
    -o-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }

div#overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  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; }

#TopNavBar {
  /*@include transition(all 0.3s ease-in-out);*/ }
  #TopNavBar ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    #TopNavBar ul li {
      display: inline-block;
      position: relative; }
      #TopNavBar ul li a {
        color: #393f46;
        cursor: pointer;
        font-size: 1rem; }
      #TopNavBar ul li:hover > a {
        /*background-color: #f3f3f3;*/
        color: #000; }
      #TopNavBar ul li.full-images {
        position: initial; }
        #TopNavBar ul li.full-images ul {
          left: 0;
          right: 0;
          width: 100%;
          max-width: 100%;
          max-height: inherit !important;
          background: #fff; }
          #TopNavBar ul li.full-images ul li a {
            padding: 15px;
            text-align: center;
            white-space: normal;
            height: 100%;
            background: transparent; }
            #TopNavBar ul li.full-images ul li a:hover {
              background: #f5f5f5; }
              #TopNavBar ul li.full-images ul li a:hover h4 {
                color: #113173; }
            #TopNavBar ul li.full-images ul li a img {
              max-width: 100%;
              max-height: 120px; }
            #TopNavBar ul li.full-images ul li a h4 {
              font-size: 1rem;
              font-weight: 600;
              color: #0f4e8f;
              padding: 10px 0 0;
              margin: 0; }
      #TopNavBar ul li ul li.HasUl a {
        padding-right: 25px !important; }
        #TopNavBar ul li ul li.HasUl a > .fa-angle-right {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: normal; }
      #TopNavBar ul li ul.DefaultOpen > li > a {
        padding-left: 30px !important;
        padding-right: 10px !important;
        position: relative;
        background: #0d2e72;
        color: #fff; }
        #TopNavBar ul li ul.DefaultOpen > li > a:before {
          content: "\f111";
          font-family: fontawesome;
          font-size: 8px;
          position: absolute;
          left: 10px;
          top: 11px; }
        #TopNavBar ul li ul.DefaultOpen > li > a .fa {
          display: none; }
      #TopNavBar ul li ul.DefaultOpen ul {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        position: initial !important;
        border: 0 !important;
        visibility: inherit;
        opacity: 1; }
        #TopNavBar ul li ul.DefaultOpen ul:before, #TopNavBar ul li ul.DefaultOpen ul:after {
          display: none; }
        #TopNavBar ul li ul.DefaultOpen ul li a {
          padding-left: 30px !important;
          padding-right: 10px !important;
          position: relative; }
          #TopNavBar ul li ul.DefaultOpen ul li a:before {
            content: "\f061";
            font-family: fontawesome;
            font-size: 8px;
            position: absolute;
            left: 15px;
            top: 11px; }
  #TopNavBar > .FirstLevel > li > a {
    display: inline-block;
    padding: 0 10px;
    z-index: 10;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.2px;
    position: relative; }
    #TopNavBar > .FirstLevel > li > a .fa-home {
      font-size: 1.2rem;
      margin: 0; }
    #TopNavBar > .FirstLevel > li > a i {
      margin-left: 8px; }
  #TopNavBar > .FirstLevel > li:hover > a,
  #TopNavBar > .FirstLevel > li > a:hover {
    color: #0f4e8f;
    /*color:darken($DefaultColor,10%);*/ }
  #TopNavBar > .FirstLevel > li > a.active {
    /*background-color: #f3f3f3;*/
    color: #0f4e8f; }
  #TopNavBar .SecondLevel:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff; }

@media (max-width: 991px) {
  #ToggleMenu {
    display: block; }
  .topmenu {
    padding-left: 50px;
    position: relative; }
    .topmenu .header-logo .logo {
      height: 55px;
      padding: 5px 0; }
  #TopNavBar {
    position: fixed;
    top: 0;
    /*left: 0;*/
    left: -270px;
    bottom: 0;
    padding: 0 0 60px;
    width: 270px;
    overflow: auto;
    background-color: #fff;
    -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;
    /*@include transform(translateX(-270px));*/ }
    #TopNavBar > ul {
      visibility: hidden;
      opacity: 0; }
  html.open-menu {
    overflow: hidden; }
    html.open-menu #overlay {
      visibility: visible;
      opacity: 1; }
    html.open-menu a#ToggleMenu {
      /*@include transform(translateX(270px));*/
      left: 270px; }
      html.open-menu a#ToggleMenu .bar1, html.open-menu a#ToggleMenu .bar2, html.open-menu a#ToggleMenu .bar3 {
        background-color: #fff; }
    html.open-menu .open > a > i {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    html.open-menu #TopNavBar {
      z-index: 999;
      background-color: #fff;
      left: 0;
      /*@include transform(translateX(0));*/ }
      html.open-menu #TopNavBar .fa-home {
        display: none; }
      html.open-menu #TopNavBar > ul {
        visibility: visible;
        opacity: 1; }
        html.open-menu #TopNavBar > ul + ul {
          border-top: 1px solid #ddd; }
        html.open-menu #TopNavBar > ul li {
          display: block; }
          html.open-menu #TopNavBar > ul li > i {
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            padding: 13px 15px 14px;
            margin: 0;
            cursor: pointer;
            -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; }
            html.open-menu #TopNavBar > ul li > i:before {
              -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;
              display: block; }
          html.open-menu #TopNavBar > ul li.HasUl > a {
            width: -webkit-calc(100% - 40px);
            width: -moz-calc(100% - 40px);
            width: -ms-calc(100% - 40px);
            width: -o-calc(100% - 40px);
            width: calc(100% - 40px); }
          html.open-menu #TopNavBar > ul li.open > i {
            background-color: #0a3561; }
            html.open-menu #TopNavBar > ul li.open > i:before {
              -webkit-transform: rotate(135deg);
              -moz-transform: rotate(135deg);
              -o-transform: rotate(135deg);
              transform: rotate(135deg);
              color: #fff; }
          html.open-menu #TopNavBar > ul li.open > a {
            background-color: #0f4e8f;
            color: #fff; }
          html.open-menu #TopNavBar > ul li a {
            display: block;
            text-align: left;
            color: #000;
            font-weight: 500;
            padding: 12px 15px;
            text-decoration: none;
            line-height: normal !important;
            height: auto !important; }
          html.open-menu #TopNavBar > ul li ul {
            display: none;
            border-bottom: 1px solid #ddd; } }

@media (min-width: 992px) {
  #header .topmenu {
    padding: 0;
    position: relative; }
  #TopNavBar {
    float: right;
    position: relative; }
    #TopNavBar > ul {
      display: inline-flex; }
      #TopNavBar > ul li.HasUl a {
        /*padding-right: 20px !important;*/ }
        #TopNavBar > ul li.HasUl a > .fa-caret-right {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: normal; }
    #TopNavBar ul li ul {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 150px;
      max-width: 300px;
      z-index: 9;
      text-align: left;
      white-space: nowrap;
      text-align: left;
      border-radius: 0 0 3px 3px;
      border: 1px solid #ddd;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -moz-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
      -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
      -o-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, -webkit-transform 0.35s;
      -webkit-transform: translate3d(0, -15px, 0);
      -moz-transform: translate3d(0, -15px, 0);
      -o-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
      #TopNavBar ul li ul li a {
        padding-left: 30px !important;
        padding-right: 10px !important;
        position: relative; }
        #TopNavBar ul li ul li a:before {
          content: "\f111";
          font-family: fontawesome;
          font-size: 8px;
          position: absolute;
          left: 10px;
          top: 11px; }
    #TopNavBar ul li:hover > ul {
      display: block;
      visibility: visible;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    #TopNavBar li ul li {
      display: block; }
      #TopNavBar li ul li a {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        background: #fff; }
        #TopNavBar li ul li a:hover {
          background-color: #f3f3f3;
          color: #0f4e8f; }
      #TopNavBar li ul li ul {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-15px, 0, 0);
        -moz-transform: translate3d(-15px, 0, 0);
        -o-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0); }
        #TopNavBar li ul li ul:after {
          content: "";
          display: inline-block;
          position: absolute;
          left: -7px;
          top: 7px;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-right: 7px solid #fff; }
        #TopNavBar li ul li ul:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: -8px;
          top: 6px;
          border-top: 9px solid transparent;
          border-bottom: 9px solid transparent;
          border-right: 9px solid rgba(0, 0, 0, 0.16); }
    #TopNavBar a.icoinn {
      padding-right: 20px !important; }
      #TopNavBar a.icoinn .fa-angle-right {
        position: absolute;
        right: 10px;
        font-size: 13pt; }
    #TopNavBar .fa-home + span {
      display: none; } }

/************************************** 
    // menu 
**************************************/
/*****************************************
            Banner
*****************************************/
#banner {
  overflow: hidden;
  position: relative;
  background: #000;
  /*.caption{
        z-index:1;
        line-height: normal;
        text-align:center;
        font-size:15px;        
        color:$white;
        position:relative;
        h1{
            margin:40px 0 0;
            display:block;
            font-size:70px;
            font-weight:800;
        }
    }*/ }
  #banner:hover .owl-nav .owl-prev {
    left: 50px;
    opacity: 1; }
  #banner:hover .owl-nav .owl-next {
    right: 50px;
    opacity: 1; }
  #banner .item:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4; }
  #banner .owl-nav {
    margin: 0; }
    #banner .owl-nav > div {
      font-family: fontawesome;
      font-size: 12pt;
      width: 60px;
      height: 40px;
      line-height: 40px;
      padding: 0;
      margin: -20px 0 0 0;
      position: absolute;
      top: 50%;
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px;
      /*@include transition(all .3s ease-in-out);*/
      -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.disabled {
        cursor: not-allowed; }
      #banner .owl-nav > div:not(.disabled):hover {
        background-color: #0f4e8f; }
    #banner .owl-nav .owl-prev {
      left: 100px;
      opacity: 0; }
    #banner .owl-nav .owl-next {
      right: 100px;
      opacity: 0; }
  #banner .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    bottom: 10px; }

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #0f4e8f; }

@media (max-width: 1023px) {
  #banner .caption {
    padding: 15px;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    position: relative; }
    #banner .caption h3 {
      font-size: 120%;
      font-weight: 700;
      margin-top: 0;
      line-height: normal; }
    #banner .caption h4 {
      font-size: 100%;
      font-weight: 600;
      margin: 0;
      line-height: normal; } }

@media (min-width: 1024px) {
  #banner {
    /*.owl-item.active .caption {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
            -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }*/ }
    #banner .caption {
      position: absolute;
      /*top: 50%; bottom: inherit;*/
      bottom: 20px;
      left: 12%;
      right: 12%;
      /*@include transform(translateY(-50%));*/
      z-index: 1;
      color: #fff;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
      #banner .caption h3 {
        font-size: 45px;
        font-weight: 900;
        margin-top: 0;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s; }
      #banner .caption h4 {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s; } }

/*****************************************
        //Banner
*****************************************/
/***************************************** 
    common
 *****************************************/
.relative {
  position: relative; }

.inline-block {
  display: inline-block; }

label, strong, .strong {
  font-weight: 500; }

.main-title {
  padding-bottom: 0px; }

.darkred {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }

.darkred:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }

.form-control {
  height: 35px;
  border: 1px solid #E4E4E4;
  box-shadow: none; }

.pad0 {
  padding: 0; }

.pad-top50 {
  padding-top: 50px; }

.pad-bottom50 {
  padding-bottom: 50px; }

.pad-top-bottom50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mar-top30 {
  margin-top: 30px; }

.mar-bottom15 {
  margin-bottom: 15px !important; }

.mar-bottom20 {
  margin-bottom: 20px !important; }

.mar-bottom50 {
  margin-bottom: 50px !important; }

a {
  text-decoration: none; }

.section {
  padding: 50px 0; }

h1.heading {
  text-align: center;
  color: #113173;
  margin: 0px 0px 50px;
  font-size: 2rem;
  line-height: 1.3em; }
  h1.heading.left {
    text-align: left; }
  h1.heading.white {
    color: #fff; }

h2.heading2 {
  text-align: center;
  color: #113173;
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 1.3em; }

h3.heading3 {
  font-size: 1.6rem;
  color: #0f4e8f;
  margin: 20px 0; }

h4.heading4 {
  color: #0f4e8f;
  margin: 20px 0;
  font-size: 1.4rem; }

h5.heading5 {
  font-size: 1.2rem;
  margin: 20px 0;
  color: #0f4e8f; }

h6.heading6 {
  font-size: 1.05rem;
  margin: 20px 0;
  color: #113173; }

h4.head_title {
  color: #0f4e8f !important; }

.packageheader {
  background: #0f4e8f;
  color: #fff;
  text-align: center; }

.abtcounter .abtcounterinn {
  background: #282671;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .abtcounter .abtcounterinn h2 {
    font-size: 3rem;
    font-weight: 800;
    /*color:darken($sky-blue, 10%);*/
    color: #fff;
    height: 200px;
    margin: 0;
    background: url(../images/HSFCentres/AboutHSFNumBg.jpg) no-repeat center/cover; }
    @media (max-width: 575px) {
      .abtcounter .abtcounterinn h2 {
        background-size: contain; } }
    .abtcounter .abtcounterinn h2 .counter {
      padding-top: 15px;
      display: inline-block; }
  .abtcounter .abtcounterinn p {
    margin: 0;
    padding: 5px 15px 15px;
    color: #fff; }

.Mission-Vision {
  background-image: url("../images/SportsDentistry/missionvision.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%;
  position: relative;
  padding-top: 80px;
  -webkit-border-radius: 0 100px;
  -moz-border-radius: 0 100px;
  border-radius: 0 100px;
  overflow: hidden; }
  .Mission-Vision:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .Mission-Vision .Vision {
    -webkit-border-radius: 10px 10px 100px 10px;
    -moz-border-radius: 10px 10px 100px 10px;
    border-radius: 10px 10px 100px 10px; }
  .Mission-Vision .Mission {
    -webkit-border-radius: 100px 10px 10px 10px;
    -moz-border-radius: 100px 10px 10px 10px;
    border-radius: 100px 10px 10px 10px; }
  .Mission-Vision .Vision, .Mission-Vision .Mission {
    /*width: 220px;*/
    height: 100%;
    padding: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    color: initial;
    border: 4px solid transparent;
    z-index: 9; }
  .Mission-Vision .Vision h4, .Mission-Vision .Mission h4 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.8rem;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0; }
  .Mission-Vision .Vision p, .Mission-Vision .Mission p {
    text-align: center;
    margin: 0; }
  .Mission-Vision .Vision:hover, .Mission-Vision .Mission:hover {
    /*background: $DefaultColor;*/
    color: #0f4e8f;
    border-color: #0f4e8f; }

.mission .missionbox {
  font-size: 1.4rem;
  color: #242f51;
  text-decoration: none;
  line-height: normal;
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: -ms-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
  padding: 15px;
  margin-top: 80px;
  position: relative;
  text-align: center;
  border: 2px solid #113173;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .mission .missionbox .img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px auto 15px;
    background: #113173;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
    .mission .missionbox .img img {
      max-width: 100%;
      max-height: 100%;
      border: 2px solid #113173;
      background: #113173;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  .mission .missionbox strong {
    display: block;
    padding: 0 18px;
    margin-bottom: 10px; }
  .mission .missionbox span {
    font-size: 1rem;
    font-weight: 500; }

.centrepatch {
  background-color: #f4f4f4;
  position: relative; }

.centre_logo {
  /*border: 2px solid $SecondColor;*/
  /*background:$white;
    @include border-radius(100%);
    width: 210px;
    height: 210px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

.centre_logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 1; }
  .text p {
    text-align: justify; }

.Professionals .section {
  background-color: #f9f9f9;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%; }
  .Professionals .section #ProfessionalEvents .item {
    text-align: center;
    font-weight: 500;
    font-style: italic;
    font-size: 1.1rem; }
    .Professionals .section #ProfessionalEvents .item strong {
      font-weight: 600;
      display: block;
      margin-bottom: 10px; }
  .Professionals .section #ProfessionalForum {
    text-align: center;
    font-weight: 500;
    font-style: italic;
    font-size: 1.1rem; }

.ComingSoon {
  font-size: 45px;
  font-weight: 900;
  color: #2f4b89;
  margin: 150px 0;
  /* font: 300 4em/150% Impact; */
  text-align: center; }
  .ComingSoon:after {
    content: ' .';
    -webkit-animation: dots 1s steps(5, end) infinite;
    -moz-animation: dots 1s steps(5, end) infinite;
    -o-animation: dots 1s steps(5, end) infinite;
    animation: dots 1s steps(5, end) infinite; }

@-webkit-keyframes dots {
  0%, 20% {
    color: #fff;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  40% {
    color: #2f4b89;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  60% {
    text-shadow: 0.25em 0 0 #2f4b89, 0.5em 0 0 #fff; }
  80%, 100% {
    text-shadow: .25em 0 0 #2f4b89, .5em 0 0 #2f4b89; } }

@-moz-keyframes dots {
  0%, 20% {
    color: #fff;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  40% {
    color: #2f4b89;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  60% {
    text-shadow: 0.25em 0 0 #2f4b89, 0.5em 0 0 #fff; }
  80%, 100% {
    text-shadow: .25em 0 0 #2f4b89, .5em 0 0 #2f4b89; } }

@-o-keyframes dots {
  0%, 20% {
    color: #fff;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  40% {
    color: #2f4b89;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  60% {
    text-shadow: 0.25em 0 0 #2f4b89, 0.5em 0 0 #fff; }
  80%, 100% {
    text-shadow: .25em 0 0 #2f4b89, .5em 0 0 #2f4b89; } }

@keyframes dots {
  0%, 20% {
    color: #fff;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  40% {
    color: #2f4b89;
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff; }
  60% {
    text-shadow: 0.25em 0 0 #2f4b89, 0.5em 0 0 #fff; }
  80%, 100% {
    text-shadow: .25em 0 0 #2f4b89, .5em 0 0 #2f4b89; } }

.AllService .form-control {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .AllService .form-control:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 900;
    border: 0;
    margin-right: -6px; }

.AllService .dropdown-menu {
  max-height: 200px;
  width: 100%;
  overflow: auto; }
  .AllService .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    height: 10px; }
  .AllService .dropdown-menu::-webkit-scrollbar-track {
    background-color: #eaeaea; }
  .AllService .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #ccc; }
  .AllService .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #aaa; }
  .AllService .dropdown-menu li.dontClose {
    position: sticky;
    top: 0; }
  .AllService .dropdown-menu li a {
    display: block;
    padding: 5px;
    color: inherit; }
    .AllService .dropdown-menu li a:hover {
      background-color: #f5f5f5;
      color: #0f4e8f; }
  .AllService .dropdown-menu li + li a {
    border-top: 1px solid #ddd; }

.msg {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px 0;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  transition: all .3s ease-in-out; }
  .msg .msg-photo {
    height: 100px; }
    .msg .msg-photo img {
      max-height: 100%;
      max-width: 100%;
      border-radius: 4px; }
  .msg .msg-name {
    font-size: 105%;
    color: #1b2432;
    font-weight: 600;
    margin: 15px 0 5px; }
    .msg .msg-name + p {
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center !important; }

/***************************************** 
    // common 
*****************************************/
/************************************** 
      Form
**************************************/
.btn-d {
  background-color: #0f4e8f;
  color: #FFF; }

.btn-first,
.btn-first[ng-click],
.btn-first[data-target] {
  color: #fff;
  background-color: #0f4e8f;
  border-color: #0f4e8f; }
  .btn-first:hover,
  .btn-first[ng-click]:hover,
  .btn-first[data-target]:hover {
    color: #fff;
    background-color: #0a3561;
    border-color: #0a3561; }

.btn-outline-first,
.btn-outline-first[ng-click],
.btn-outline-first[data-target] {
  color: #0f4e8f;
  border-color: #0f4e8f; }
  .btn-outline-first:hover,
  .btn-outline-first[ng-click]:hover,
  .btn-outline-first[data-target]:hover {
    color: #fff;
    background-color: #0f4e8f;
    border-color: #0f4e8f; }

.btn-second,
.btn-second[ng-click],
.btn-second[data-target] {
  color: #fff;
  background-color: #113173;
  border-color: #113173; }
  .btn-second:hover,
  .btn-second[ng-click]:hover,
  .btn-second[data-target]:hover {
    color: #fff;
    background-color: #0a1e47;
    border-color: #0a1e47; }

.btn-outline-second,
.btn-outline-second[ng-click],
.btn-outline-second[data-target] {
  color: #113173;
  border-color: #113173; }
  .btn-outline-second:hover,
  .btn-outline-second[ng-click]:hover,
  .btn-outline-second[data-target]:hover {
    color: #fff;
    background-color: #113173;
    border-color: #113173; }

.bdrround {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/************************************** 
     // Form
**************************************/
/************************************** 
    about us 
**************************************/
.about_us_div {
  position: relative; }

.about_img {
  position: relative; }

.about_img img {
  max-width: 100%; }

.about_text {
  font-weight: 500;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/************************************** 
    // about us 
**************************************/
/************************************** 
    media_block 
**************************************/
.media_block {
  background-image: url(../images/HSF/Smile_Picture.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
  margin: 0px 0px 50px; }

.media_block h1 {
  color: #fff; }

.media_block::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.media_block .tabbable-line .nav-tabs {
  border: none; }

.media_block .tabbable-line > .nav-tabs > li {
  width: 33.3%;
  text-align: center; }

.media_block .tabbable-line .nav-tabs li.active {
  position: relative;
  background: #fff; }

.media_block .tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #f3f2f2;
  background: none;
  font-size: 15px; }

.media_block .tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #000; }

.media_block .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  color: #ea6173; }

.media_block .tabbable-line > .tab-content {
  border-top: 3px solid #F68D13;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  height: auto; }

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

.media_block .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none; }

/**************************** news ********************************************/
.new_box {
  border: 1px solid gainsboro;
  margin: 0px 10px;
  min-height: 340px; }

.newsimg {
  height: 180px;
  overflow: hidden; }

.newsimg img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.news_txt_div {
  padding: 20px;
  position: relative; }

.news_txt_div .date {
  color: #fff;
  font-size: 110%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background: #0f4e8f;
  padding: 5px 0px;
  width: 55%;
  margin: 0 auto; }

.news_txt_div .news_name {
  color: #00347B;
  font-size: 120%;
  margin: 10px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.news_txt_div .news_desc {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin: 10px 0px 0px; }

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

/******************************** // news *******************************/
/************************* in news/ in media *********************************/
.media_txt_div {
  position: relative;
  padding: 60px 20px 20px;
  background: #fff;
  border: 1px solid gainsboro;
  height: 190px;
  overflow: hidden;
  margin: 0px 10px; }

.media_txt_div .date {
  position: absolute;
  background: #ea6173;
  left: 10px;
  top: 0px;
  color: #fff;
  padding: 5px;
  font-size: 120%;
  width: 130px;
  text-align: center; }

.media_txt_div .date::after {
  content: "";
  position: absolute;
  display: block;
  border: 0.7em solid #ea6173;
  right: 0;
  bottom: -18px;
  border-left-width: 0.4em;
  border-right-color: transparent;
  left: 0;
  margin: 0 auto;
  width: 20px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.media_txt_div .blog_name {
  color: #00347B;
  font-weight: 600;
  font-size: 110%; }

.media_txt_div .blog_desc {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin: 10px 0px 0px; }

/****************************** // in news/ in media ******************************/
/****************************** press **********************************/
.press_txt_div {
  position: relative;
  padding: 50px 20px 20px 20px;
  background: #fff;
  border: 1px solid #ea6173;
  margin-bottom: 15px;
  height: 170px;
  overflow: hidden;
  margin: 0px 10px; }

.press_txt_div .date {
  position: absolute;
  background: #ea6173;
  left: 0;
  top: 10px;
  color: #fff;
  padding: 5px 10px;
  font-size: 120%;
  text-align: center; }

.press_txt_div .date::after {
  content: "";
  position: absolute;
  display: block;
  border: 0.7em solid #ea6173;
  right: -18px;
  top: 4px;
  border-left-width: 0.7em;
  border-right-color: transparent; }

.press_txt_div .blog_name {
  color: #00347B;
  font-weight: 600;
  font-size: 110%; }

.press_txt_div .blog_desc {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin: 10px 0px 0px; }

/**************************** // press ************************/
/*************************** blog ********************************/
.blog .item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: 2px solid #f2f2f2;
  position: relative;
  background-color: #fff;
  padding-bottom: 20px; }

.blog_img {
  height: 180px;
  overflow: hidden; }

.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.blog .details {
  padding: 20px;
  display: inline-block; }

.blog .details h4 {
  border-bottom: 1px dashed #dcdcdc;
  font-size: 110%;
  line-height: 1.5em;
  color: #00347B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
  margin: 0px 0px 10px; }

.blog .details p {
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin: 0px 0px 0px; }

.blog .owl-pagination {
  display: none; }

.blog .owl-controls .owl-buttons div {
  opacity: 1;
  z-index: 9;
  height: 35px;
  width: 34px;
  display: inline-block;
  margin: 0 5px;
  box-shadow: none !important;
  background: #EA6173 !important;
  color: #fff;
  font-size: 120% !important;
  padding-top: 9px !important;
  border-radius: 30px !important;
  opacity: 1 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0px 4px !important; }

.blog .owl-controls .owl-buttons div:hover {
  background: #ff9800 !important;
  box-shadow: 2px 0 1px #ffcc80 !important; }

.blog .owl-wrapper-outer {
  margin-top: 88px; }

.blog .owl-controls {
  position: absolute;
  top: -55px;
  right: 18px; }

/************************ // blog **********************************/
/************************************** 
    // media_block 
**************************************/
/******************************************* 
    oral health magazine
*******************************************/
.ohm_bg {
  background: rgba(37, 170, 225, 0.6);
  position: relative;
  /*@include box-shadow((inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3)));*/ }
  .ohm_bg:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;
    bottom: 15px;
    background: #25aae1; }

.ohm_txt {
  padding: 50px 0px;
  color: #fff; }
  .ohm_txt p {
    text-align: justify;
    font-weight: 500; }

.ohm_img_div {
  padding: 0px;
  position: absolute;
  right: 0;
  bottom: 15px; }
  .ohm_img_div img {
    max-width: 100%;
    margin: 0 auto; }

/******************************************* 
    //oral health magazine
*******************************************/
/******************************************* 
ida_recommendation 
*******************************************/
.ida_recommendation {
  padding: 50px 0px;
  background-image: url(../images/HSF/cleft-lip-palate-cover.jpg);
  /*background-attachment:fixed;
    */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  text-align: center; }

.ida_recommendation h1 {
  color: #fff; }

.ida_recommendation:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

/******************************************* 
    // ida_recommendation 
*******************************************/
/******************************************* 
    Logos 
*******************************************/
#logos .item a {
  margin: 0px 10px;
  height: 80px;
  padding: 10px;
  border: 1px solid #eceaea;
  border-radius: 3px;
  display: block; }

#logos .item img {
  height: 100%;
  width: 100%;
  object-fit: contain; }

/******************************************* 
    // Logos 
*******************************************/
/******************************************* 
    about ida 
*******************************************/
.AboutIDA {
  background-color: #f5f5f5; }
  .AboutIDA .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .AboutIDA .row .idalogo {
      width: 250px;
      height: 250px;
      padding: 30px;
      margin: 0 auto;
      background: #fff;
      position: relative;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .AboutIDA .row .idalogo .teeth {
        width: 100px;
        height: 100px;
        padding: 15px;
        position: absolute;
        right: -20px;
        bottom: -30px;
        background: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
    .AboutIDA .row .content {
      font-weight: 500; }
      .AboutIDA .row .content .heading {
        margin-bottom: 20px; }

/******************************************* 
    // about ida 
*******************************************/
/******************************************* 
    Subscribe Newsletter 
*******************************************/
.pledge_block {
  background-image: url(../images/HSF/pledge_block.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 50px 0; }

.pledge_block::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.pledge_block h1.heading {
  color: #fff; }

.pledge_block a {
  background: #F68D13;
  color: #fff; }

/******************************************* 
// Subscribe Newsletter 
*******************************************/
/******************************************* 
    social-icons 
*******************************************/
.social-icons {
  text-align: center;
  margin-top: 50px; }

.social-icons a {
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  position: relative;
  border: 1px solid transparent; }

.social-icons a i {
  line-height: 55px;
  font-size: 15pt; }

.social-icons a.Facebook:hover {
  color: #3B5998;
  border-color: #3B5998; }

.social-icons a.GooglePlus:hover {
  color: #DC493C;
  border-color: #DC493C; }

.social-icons a.Twitter:hover {
  color: #2CAAE1;
  border-color: #2CAAE1; }

.social-icons a.Youtube:hover {
  color: #E22C29;
  border-color: #E22C29; }

.social-icons a.Linkedin:hover {
  color: #007BB6;
  border-color: #007BB6; }

.social-icons a.Facebook {
  background: #3B5998; }

.social-icons a.GooglePlus {
  background: #DC493C; }

.social-icons a.Twitter {
  background: #2CAAE1; }

.social-icons a.Youtube {
  background: #E22C29; }

.social-icons a.Linkedin {
  background: #007BB6; }

.social-icons a:hover {
  background: #fff; }

/*******************************************
     // social-icons 
*******************************************/
/******************************************* 
    public_event_background 
*******************************************/
.public_event_background {
  background-image: url(../images/HSF/Smile_Picture.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
  margin: 50px 0px; }

.public_event_background::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.public_event_background h1 {
  color: #fff; }

.Prol-details {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  color: #797979;
  padding: 40px;
  border-top: 5px solid #0f4e8f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.Prol-details:hover {
  background: rgba(255, 255, 255, 0.2) url(../images/HSF/patern-bg.png) repeat-x left;
  border-top: 5px solid #F68D13; }

.Prol-details img {
  position: relative;
  border-radius: 50%;
  width: 100px;
  border: 2px solid #fff;
  height: 100px;
  max-width: 100%; }

.Prol-details i {
  font-size: 400%;
  color: #ea6173; }

.Prol-details h5 {
  color: #ea6173;
  font-size: 150%;
  margin: 30px 0; }

.Prol-details p {
  color: #f2f2f2; }

.Prol-details:hover h5, .Prol-details:hover i {
  color: #F68D13; }

/******************************************* 
    // public_event_background 
*******************************************/
/******************************************* 
    public_event_block 
*******************************************/
.public_block {
  padding: 60px 30px;
  position: relative;
  border: 2px solid #F68D13;
  width: 90%;
  margin: 0 auto; }

.public_block::before, .public_block::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute; }

.public_block::before {
  border-width: 80px 80px 0 0;
  border-color: #F68D13 transparent transparent transparent;
  left: 0px;
  top: 0px; }

.public_block::after {
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #F68D13 transparent;
  right: 0px;
  bottom: 0px; }

.public_event_img img {
  max-width: 100%;
  border: 2px solid #f2f2f2; }

.public_block h5 {
  color: #00347B;
  font-size: 140%;
  margin: 20px 0px;
  text-align: center; }

.public_block p {
  margin-bottom: 15px; }

/******************************************* 
    // public_event_block 
*******************************************/
/******************************************* 
    photogallery 
*******************************************/
.photogallery .tabbable-line > .nav-tabs {
  text-align: center;
  position: relative;
  border: none;
  margin: 0px 0px 30px; }

.photogallery .tabbable-line > .nav-tabs > li {
  margin-right: 0px;
  vertical-align: top;
  width: 32%;
  float: none;
  display: inline-block;
  background: #0f4e8f;
  border: 1px solid #0f4e8f;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px 15px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0; }

.img_gallery {
  margin-bottom: 30px; }

.photogallery .example-image-link img {
  border: 2px solid #f2f2f2; }

.photogallery .tabbable-line > .nav-tabs > li.active {
  height: 50px;
  background: #0f4e8f;
  position: relative;
  top: -8px;
  padding: 15px 15px 10px; }

.photogallery .tabbable-line > .nav-tabs > li > a {
  color: #fff;
  padding: 0px;
  border: none;
  background: transparent; }

.photogallery .nav-tabs {
  border: none; }

.photogallery .tabbable-line > .nav-tabs > li.active > a {
  color: #fff; }

.photogallery .tabbable-line > .tab-content::after {
  position: absolute;
  content: "";
  left: 0px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #0f4e8f;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: -6px;
  z-index: 1;
  border-radius: 50%; }

/******************************************* 
    // photogallery 
*******************************************/
/******************************************* 
    footer 
*******************************************/
#footer {
  color: #fff; }
  #footer li a:hover {
    color: #0f4e8f; }

.footer_txt {
  padding: 15px 0;
  font-size: .95rem;
  margin-top: 30px; }

#footer h5 {
  color: #25aae1;
  margin: 0;
  border: 0;
  font-size: 1.2rem;
  font-weight: 500; }

.footer_txt a {
  color: #25aae1; }

.com-name {
  color: #25aae1; }

.App .container {
  border-top: 1px solid #6d6c6c;
  border-bottom: 1px solid #6d6c6c; }

.App a {
  border-radius: 5px;
  display: inline-block;
  -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;
  max-width: 200px;
  vertical-align: middle;
  margin: 10px; }

.App a:hover {
  -webkit-box-shadow: inset 0 0 transparent, 0 0 0 4px #0f4e8f;
  -moz-box-shadow: inset 0 0 transparent, 0 0 0 4px #0f4e8f;
  box-shadow: inset 0 0 transparent, 0 0 0 4px #0f4e8f; }

.social-icons a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff !important;
  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: #000;
    color: #fff;
    display: none; }
  .social-icons a.fa-facebook,
  .social-icons a.fa-facebook span {
    background-color: #3b5998 !important; }
  .social-icons a.fa-twitter,
  .social-icons a.fa-twitter span {
    background-color: #00aced !important; }
  .social-icons a.fa-youtube,
  .social-icons a.fa-youtube span {
    background-color: #b00 !important; }
  .social-icons a.fa-pinterest,
  .social-icons a.fa-pinterest span {
    background-color: #cb2027 !important; }
  .social-icons a.fa-play,
  .social-icons a.fa-play span {
    background-color: #22afc2 !important; }
  .social-icons a.fa-linkedin,
  .social-icons a.fa-linkedin span {
    background-color: #0e76a8 !important; }
  .social-icons a.fa-google-plus,
  .social-icons a.fa-google-plus span {
    background-color: #dd4b39 !important; }
  .social-icons a.fa-instagram,
  .social-icons a.fa-instagram span {
    background-color: #517fa4 !important; }
  .social-icons a.fa-wordpress,
  .social-icons a.fa-wordpress span {
    background-color: #21759b !important; }
  .social-icons a.fa-facebook span:before {
    border-right-color: #3b5998 !important; }
  .social-icons a.fa-twitter span:before {
    border-right-color: #00aced !important; }
  .social-icons a.fa-youtube span:before {
    border-right-color: #b00 !important; }
  .social-icons a.fa-pinterest span:before {
    border-right-color: #cb2027 !important; }
  .social-icons a.fa-play span:before {
    border-right-color: #22afc2 !important; }
  .social-icons a.fa-linkedin span:before {
    border-right-color: #0e76a8 !important; }
  .social-icons a.fa-google-plus span:before {
    border-right-color: #dd4b39 !important; }
  .social-icons a.fa-instagram span:before {
    border-right-color: #517fa4 !important; }
  .social-icons a.fa-wordpress span:before {
    border-right-color: #21759b !important; }

@media (max-width: 1199px) {
  .social-icons {
    text-align: center;
    padding: 10px;
    /*border-top: 1px solid #e6e6e6;*/ } }

@media (min-width: 1200px) {
  .social-icons {
    position: fixed;
    left: 0;
    top: 50%;
    width: auto;
    padding: 0;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .social-icons > a {
      display: block !important;
      margin: 4px 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .social-icons > a:hover span {
        opacity: 1;
        -webkit-transform: translateX(36px);
        -moz-transform: translateX(36px);
        -o-transform: translateX(36px);
        transform: translateX(36px); }
      .social-icons > a span {
        display: block !important;
        font-family: Montserrat !important;
        font-size: 80%;
        position: absolute;
        white-space: nowrap;
        padding: 0 20px;
        left: 0px;
        top: 0;
        bottom: 0;
        opacity: 0;
        z-index: -100;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-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; }
        .social-icons > a span:before {
          content: "";
          z-index: 1;
          /*border-left-color: $first-color!important;*/
          border: 6px solid transparent;
          border-left: 0;
          position: absolute;
          left: -5px;
          top: 50%;
          margin-top: -6px; } }

#scrollToTop {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 13px;
  position: fixed;
  right: 30px;
  bottom: 55px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background: #CF3549;
  z-index: 3;
  border-radius: 100%; }

#scrollToTop:hover {
  background: #fff;
  color: #CF3549;
  border: 1px solid #CF3549; }

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

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

/******************************************* 
    // footer 
*******************************************/
/***************************************** 
    Support 
*****************************************/
.Support_Modal {
  /* text-align: center;
     z-index: 1033;
     position: fixed;
     top: 50%;
     right: 0;
     @include transform(translateY(-50%));*/ }
  .Support_Modal .Support {
    background-color: #0f4e8f;
    color: #fff;
    /*position: relative;
         height: 75px;
         padding: 10px 0;
         cursor: pointer;
         width: 30px;    
         display: inline-block;
         line-height: 35px;
         font-size:14px;
         font-weight: 400;
         @include border-radius(10px 0);
         &:hover span {
             opacity: 1; visibility:visible;
             @include transform(translateX(-110%));
        }
        >div {
             @include transform(rotate(90deg));
        }
        span{
             font-size: 90%;         
             background-color: #232323;
             color: $white;
             white-space: nowrap;
             padding: 0 20px;
             position: absolute; left: 0px; top: 0; bottom: 0;
             opacity: 0; visibility:hidden;
             z-index: -100;
             @include border-radius(3px);         
             @include transform(translateX(-100%));
             @include transition(all 0.3s ease-in-out);
             height:110px;
             &:before {
                 content: "";
                 z-index: 1;
                 border-left-color: #232323!important;
                 border: 6px solid transparent;
                 border-right: 0;
                 position: absolute;
                 right: -5px;
                 top: 20%; margin-top: -6px;
                 @include transform(translateY(-20%));     
            }
            a {
                 width: auto;
                 height: auto;
                 background: transparent;
                 border: none;
                 display: block;
                 color: #bbb;
                 line-height: 35px;
                 &:hover {
                     color:$white;
                     text-decoration:none;
                }
            }
        } */ }

/*#SupportModal{
    &.modal{
         overflow:hidden;
    }
    .modal-body{
        height: 500px;
    }
    .modal-body iframe{
         width:100%;
         height: 100%;
    }
    .modal-content{
         background:$white;
    }
}
*/
/***************************************** 
    //Support 
*****************************************/
.table11 thead tr:first-child th {
  color: #fff; }

.input_bg input {
  position: relative;
  top: 2px;
  margin-right: 4px;
  margin-top: 0; }

.input_box {
  margin-top: 10px; }

.input_box input, .input_box textarea {
  border: none;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 90%;
  width: 100%;
  color: #686868; }

.input_box input {
  padding-top: 3px;
  padding-bottom: 3px; }

.input_box textarea {
  resize: none;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px; }

.input_bg span {
  font-size: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  color: #ea6173;
  font-weight: normal;
  display: inline-block; }

.input_box .input_send_btn {
  background: none;
  color: #cf3046;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #cf3046;
  border-radius: 2px;
  display: inline-block;
  font-size: 90%;
  text-decoration: none;
  margin-top: 6px; }

.input_box .input_send_btn:hover {
  background: #cf3046;
  border: 2px solid transparent;
  color: #fff;
  text-decoration: none; }

/****************************************** 
    treatmentproviderbox 
 ******************************************/
.treatmentproviderbox {
  position: relative; }

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

.treatmentproviderbox h1.heading {
  font-size: 25px; }

.treatmentproviderbox .treatmentbox {
  margin-bottom: 30px;
  padding: 15px;
  display: block;
  color: #333;
  border: 1px dashed #b9b9b9;
  text-align: justify;
  border-radius: 8px; }

.treatmentproviderbox .treatmentbox:hover {
  border-color: #113173;
  background-color: #113173;
  -webkit-box-shadow: 0px 1px 6px rgba(126, 126, 126, 0.57);
  -moz-box-shadow: 0px 1px 6px rgba(126, 126, 126, 0.57);
  box-shadow: 0px 1px 6px rgba(126, 126, 126, 0.57); }
  .treatmentproviderbox .treatmentbox:hover * {
    color: #fff; }

.treatmentproviderbox .treatmentbox .treatementimg {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.treatmentproviderbox .treatmentbox .treatementimg img {
  width: 100%;
  /*height: 100%;
     object-fit: cover;*/ }

.treatmentproviderbox .treatmentbox .treatementimg span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff0000;
  color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 500; }

.treatmentproviderbox .treatmentbox h3 {
  font-size: 20px;
  margin: 0px 0px 5px;
  color: #0f4e8f; }

.treatmentproviderbox .treatmentbox h4 {
  font-size: 16px;
  margin: 0px 0px 20px;
  color: #0f4e8f;
  line-height: 1.5em; }

.treatmentproviderbox .treatmentbox p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #000; }

.treatmentproviderbox .treatmentbox strong {
  font-size: 13px;
  display: block;
  color: #979698;
  font-weight: 400; }

.treatmentproviderbox .treatmentbox .rating .fa-star, .treatmentproviderbox .treatmentbox .rating .fa-star-o, .treatmentproviderbox .treatmentbox .rating .fa-star-half {
  color: #ff0000;
  font-size: 12px; }

.treatmentproviderbox .treatmentbox .rating .review {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px; }

.treatmentproviderbox .centre_advt {
  margin-right: 30px;
  margin-bottom: 30px;
  display: block; }

.proghighlight .highlightbox {
  padding: 0 30px 30px;
  color: #333;
  margin-bottom: 20px; }

.proghighlight .highlightbox h3 {
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 1.4em;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px; }

.centervideo .videoiframe {
  text-align: center; }

.centervideo .videoiframe iframe {
  height: 500px;
  width: 100%; }

.Requestinfo_form .formbox {
  padding: 40px 30px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  background: #F7F7F7;
  margin: 0px auto;
  max-width: 450px; }

.Requestinfo_form .formbox h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #000; }

.Requestinfo_form .formbox h4 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.5em;
  color: #000; }

.Requestinfo_form .formbox input.form-control {
  margin-bottom: 15px; }

.Requestinfo_form .formbox a {
  display: block; }

.Requestinfo_form .formbox textarea.form-control {
  margin-bottom: 25px;
  border-radius: 3px; }

.borderLeft {
  border-left: 1px solid #afafaf; }

.borderRight {
  border-right: 1px solid #afafaf; }

.filterbox {
  position: sticky;
  top: 120px; }

.filterbox .filter_result {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 20px;
  background: #F7F7F7; }

.filter_result h3 {
  background: #0f4e8f;
  color: #FFF;
  margin: 0px 0px 20px;
  text-align: center;
  padding: 10px;
  font-size: 20px; }

.filter_result .btn {
  display: block; }

/****************************************** 
    // treatmentproviderbox 
******************************************/
/*========================================
    Our Collaboration
=========================================*/
:root {
  --color-1: #f68121;
  --red-border: #ed1c24;
  --color-3: #582c8b;
  --blue-border: #0166b4; }

@media (min-width: 1024px) and (min-width: 1024px) {
  .small-banner + .collaborationContainer {
    max-width: 1050px !important; } }

.collaborationContainer .title {
  font-weight: 700;
  color: #19578b;
  font-size: 2.3rem;
  text-transform: capitalize; }
  .collaborationContainer .title:after {
    content: "";
    position: relative;
    bottom: 0;
    border-bottom: 2px solid #199dc0;
    display: block;
    height: 2px;
    width: 40%;
    margin: 10px auto auto; }

.mainCollaboration {
  /*width: calc(100% /4);*/
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 15px 15px;
  background: #FFF;
  position: relative;
  /*background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);*/
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 25px;
  border-radius: 20px; }
  .mainCollaboration.blue-border {
    border: 6px solid var(--blue-border);
    background-color: #e4f3ff; }
  .mainCollaboration.red-border {
    border: 6px solid var(--red-border);
    background-color: #fdf0f1; }
  .mainCollaboration h5 {
    font-size: 20px;
    font-weight: 700;
    /*margin-bottom: 15px;*/
    margin-top: auto;
    background: #FFF;
    border-radius: 10px;
    padding: 10px; }
  .mainCollaboration h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0; }

/*========================================
   // Our Collaboration
=========================================*/
/****************************************** 
    Modal
******************************************/
.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

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

.modal.left.fade .modal-dialog {
  left: 0;
  -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: 0;
  -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-header {
  background: #0f4e8f;
  color: #fff; }

.modal.left .modal-header, .modal.right .modal-header {
  border-bottom-color: #eee;
  background-color: #0f4e8f;
  padding: 10px 15px !important;
  min-height: auto; }

.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; }

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

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

.modal-content {
  border: 1px solid #898E95;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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);
  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;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /*height:100vh;*/
  width: 100%; }

.modal-body {
  overflow: auto; }

@media (max-width: 767px) {
  .modal-dialog-center {
    display: flex;
    align-items: center;
    height: 100vh; } }

/****************************************** 
    // Modal 
******************************************/
@media screen and (max-width: 1023px) {
  .pledge_block p {
    font-size: 120%;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px; }
  #SupportModal.modal {
    overflow: auto !important; }
  .proghighlight .highlightbox {
    border: none;
    margin-bottom: 0px; }
  .proghighlight .highlightbox h3 {
    height: auto; }
  .about_img {
    float: none;
    margin: 0px 0px 15px; }
  .blog .owl-wrapper-outer {
    margin-top: 0px; }
  .blog .owl-controls {
    position: relative;
    top: 0px;
    right: 0px; }
  .media_block .tabbable-line > .tab-content {
    margin-bottom: 50px; }
  #menu ul li.topMenu > a {
    text-align: left;
    background: transparent; }
  #menu ul li span {
    display: none; }
  #IDAWebsitesContainer .IDAWebsitesBtmImg a {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .proghighlight .highlightbox {
    border-left: none; }
  .centervideo .videoiframe iframe {
    height: 300px; }
  .proghighlight .highlightbox h3 {
    height: auto; }
  .treatmentproviderbox .treatmentbox h3 {
    margin: 10px 0px 5px; }
  .hsf_information {
    text-align: center; }
  .hsf_logo {
    float: none;
    display: inline-block;
    margin: 0 auto; }
  .hsf_txt {
    padding-top: 20px; }
  .ida_information {
    text-align: center; }
  .ida_logo {
    float: none;
    display: inline-block;
    margin: 0 auto; }
  .ida_txt p {
    margin-top: 20px; }
  .Docimg {
    display: none; }
  .ohm_bg {
    margin-top: 50px; }
  .ohm_img_div {
    display: none; }
  .Prol-details {
    margin-bottom: 10px; }
  .media_block .tabbable-line .nav-tabs {
    white-space: nowrap;
    overflow-y: auto; }
  .media_block .tabbable-line > .nav-tabs > li {
    width: auto;
    float: none;
    display: inline-block; }
  .public_block {
    margin-bottom: 10px; }
  .testimonial_block .item {
    padding: 20px; }
  .res_fb_div {
    margin: 10px 0px; } }

@media (max-width: 540px) {
  .Requestinfo_form .formbox {
    padding: 20px; }
  .proghighlight .highlightbox {
    padding: 0 15px 15px; }
  .centervideo .videoiframe iframe {
    height: 200px; }
  .proghighlight .highlightbox h3 {
    font-size: 19px; }
  .main-title h2 span {
    font-size: 65% !important;
    line-height: 30px; }
  .Requestinfo_form .formbox h4, .Requestinfo_form .formbox h3 {
    margin-bottom: 15px; }
  .Requestinfo_form .formbox h4 {
    font-size: 16px; }
  .Requestinfo_form .formbox h3 {
    font-size: 20px; }
  .treatmentproviderbox .treatmentbox h4 {
    font-size: 14px; }
  h1.heading, .treatmentproviderbox h1.heading {
    font-size: 20px;
    margin: 0px 0px 30px; }
  h4.heading4 {
    font-size: 16px; }
  .pad-top50 {
    padding-top: 30px; }
  .pad-bottom50 {
    padding-bottom: 30px; }
  .pad-top-bottom50 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .media_block {
    padding: 30px 0px;
    margin: 0px 0px 30px; }
  .media_block .tabbable-line > .tab-content {
    margin-bottom: 30px; }
  .ohm_bg {
    margin-top: 30px; }
  .ohm_txt {
    padding: 30px 0px; }
  .ohm_txt h1 {
    font-size: 160%;
    margin: 0px 0px 30px; }
  .ida_recommendation, .ida_information, .pledge_block {
    padding: 30px 0px; }
  .public_event_background {
    padding: 30px 0px;
    margin: 30px 0px; }
  .public_block h5 {
    font-size: 120%; }
  .img_gallery {
    width: 100%;
    float: none; }
  .photogallery .tabbable-line > .nav-tabs > li.active {
    height: 40px;
    top: 0px;
    padding: 10px 15px 10px; }
  .photogallery .tabbable-line > .nav-tabs > li {
    background: #fff; }
  .photogallery .tabbable-line > .nav-tabs > li > a {
    color: #0f4e8f; } }

@media (min-width: 1024px) and (min-width: 1024px) {
  .small-banner + .container {
    max-width: 850px; }
    .small-banner + .container p {
      text-align: justify; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  #header .container {
    max-width: 1200px; } }

/*============= Gallery  ==============*/
.gallery .main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center; }

.gallery .main .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px; }
  .gallery .main .card-image {
    background: #fff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%; }
    .gallery .main .card-image img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media only screen and (max-width: 600px) {
  .gallery .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem; } }

/*****************************************
        Media Center
*****************************************/
.MediaCenterblog {
  display: flex;
  flex-wrap: wrap;
  /*background-color: #d9f4ff;*/
  position: relative;
  /*ul.carousel-indicators li:first-child {
        @include border-radius(30px 0 0 30px);
    }

    ul.carousel-indicators li:last-child {
        @include border-radius(0 30px 30px 0);
    }*/ }
  .MediaCenterblog .heading {
    margin-bottom: 10px; }
  .MediaCenterblog .hdr {
    display: flex;
    flex: 0 0 100%;
    align-items: flex-start;
    justify-content: space-between; }
  .MediaCenterblog .icon {
    flex: 0 0 20vw;
    max-width: 20vw;
    margin-right: 50px; }
    .MediaCenterblog .icon img {
      width: 100%; }
  .MediaCenterblog .data {
    flex: 0 0 calc(100% - 20vw - 50px);
    max-width: calc(100% - 20vw - 50px); }
  .MediaCenterblog ul.carousel-indicators {
    left: inherit;
    right: 0;
    bottom: inherit;
    top: -40px;
    padding: 0;
    margin: 0 0 10px;
    width: auto;
    /*float: right;*/
    justify-content: flex-end;
    list-style-type: none;
    position: absolute;
    z-index: inherit; }
  .MediaCenterblog ul.carousel-indicators li {
    float: left;
    margin: 0;
    width: auto;
    height: auto;
    text-indent: inherit;
    text-decoration: none;
    font-weight: 500;
    padding: 0 10px;
    /*padding: 8px 20px;     
        color: $DefaultColor;*/
    background-color: transparent;
    position: relative;
    display: inline-block;
    border: 0;
    opacity: 1;
    cursor: pointer; }
  .MediaCenterblog ul.carousel-indicators li.active {
    /*background: $DefaultColor;
        color: $white;*/
    color: #57d4ff; }
  .MediaCenterblog .leftside #MediaCenter {
    padding: 15px 15px 15px 0; }
    .MediaCenterblog .leftside #MediaCenter:after {
      content: "";
      background-color: #57d4ff;
      width: 5000%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0; }
  @media (max-width: 991px) {
    .MediaCenterblog .leftside #MediaCenter {
      padding: 0;
      margin-top: 50px; }
      .MediaCenterblog .leftside #MediaCenter:after {
        display: none !important; }
      .MediaCenterblog .leftside #MediaCenter .owl-item .item {
        background-color: #57d4ff; }
      .MediaCenterblog .leftside #MediaCenter .owl-dot span {
        background: #eee; } }
  .MediaCenterblog .rightside #Blogs {
    padding: 15px 30px 15px 0; }
    .MediaCenterblog .rightside #Blogs:after {
      content: "";
      background-color: #57d4ff;
      width: 1000%;
      position: absolute;
      left: -15px;
      top: 0;
      bottom: 0;
      z-index: -1;
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
  @media (max-width: 991px) {
    .MediaCenterblog .rightside #Blogs {
      padding: 0; }
      .MediaCenterblog .rightside #Blogs:after {
        display: none !important; }
      .MediaCenterblog .rightside #Blogs .owl-item .item {
        background-color: #57d4ff; }
      .MediaCenterblog .rightside #Blogs .owl-dot span {
        background: #eee; } }

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

#MediaCenter .owl-stage {
  display: flex; }

#MediaCenter .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto; }

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

#MediaCenter .owl-item .item {
  background-color: #fff;
  /*margin-left:1px;
    border: 1px solid #ececec;*/
  width: 100%;
  position: relative;
  border-radius: 10px 70px;
  overflow: hidden; }

#MediaCenter .item .date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 15px;
  background: #234086;
  color: #fff;
  font-size: 85%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  z-index: 9;
  text-align: center; }

#MediaCenter .item .img-content {
  width: 100%;
  padding: 15px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  color: #0f4e8f;
  position: relative;
  /*background: #f9f9f9;
    border-bottom: 1px solid #ececec;*/
  text-align: center; }
  #MediaCenter .item .img-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
    border-radius: 10px 10px 10px 50px; }

#NewsMedia .img-content, #PressRelease .img-content {
  height: 100px !important; }

#MediaCenter .img-content i {
  font-size: 40px;
  color: #cf3549;
  position: absolute;
  left: 50%;
  top: 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: 0px 15px 15px;
  text-align: right; }

#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: 100%;
  font-weight: 500;
  color: #0f4e8f;
  margin: 0 0 15px 0;
  line-height: 1.5;
  text-align: left; }

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

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

#MediaCenter .owl-dot.active span {
  width: 25px;
  background-color: #0f4e8f !important; }

/*****************************************
        //Media Center
*****************************************/
